]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
2f14be96b115dddd2fd003a3e90278dadda1346a
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC is numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \newcommand{\TabBesBeg}[1][1.0]{%
37  \let\MyTable\table
38  \let\MyEndtable\endtable
39  \renewenvironment{table}[1]{\begin{SCtable}[#1]##1}{\end{SCtable}}}
40
41 \newcommand{\TabBesEnd}{%
42  \let\table\MyTable
43  \let\endtable\MyEndtable}
44
45 \newcommand{\FigBesBeg}[1][1.0]{%
46  \let\MyFigure\figure
47  \let\MyEndfigure\endfigure
48  \renewenvironment{figure}[1]{\begin{SCfigure}[#1]##1}{\end{SCfigure}}}
49
50 \newcommand{\FigBesEnd}{%
51  \let\figure\MyFigure
52  \let\endfigure\MyEndfigure}
53
54 % enables calculation of values,
55 \usepackage{calc}
56
57 % increase the bottom float placement fraction
58 \renewcommand{\bottomfraction}{0.5}
59
60 % avoids that floats are placed before their
61 % corresponding section starts
62 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
63
64 % speed up the longtable calculation
65 \setcounter{LTchunksize}{100}
66
67 % used for scaled and rotated boxes
68 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
69
70 % used for colored tables
71 \@ifundefined{textcolor}
72  {\usepackage{color}}{}
73 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
74 \definecolor{lightgrey}{gray}{0.8}
75
76 % check for package colortbl
77 % used for colored table cells
78 \newboolean{colortbl}
79 \IfFileExists{colortbl.sty}
80  {\usepackage{colortbl}
81   \setboolean{colortbl}{true}}
82  {\setboolean{colortbl}{false}}
83
84 % used to have extra space in table cells
85 \@ifundefined{extrarowheight}
86  {\usepackage{array}}{}
87 \setlength{\extrarowheight}{2pt}
88
89 % used for customized tables
90 % ---
91 \newcolumntype{M}[1]
92  {>{\centering\hspace{0pt}}m{#1}}
93
94 \newcolumntype{S}[2]
95  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
96
97 \newcolumntype{K}[1]
98  {>{\columncolor{#1}\hspace{0pt}}c}
99
100 \newcolumntype{V}{!{\vrule width 1.5pt}}
101
102 \newcolumntype{W}{!{\color{green}\vline}}
103 % ---
104
105 % insert additional vertical space of
106 % 1.5 mm between footnotes
107 \let\myFoot\footnote
108 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
109
110 % number algorithm floats within chapters
111 \numberwithin{algorithm}{chapter}
112
113 % ------------------------------------
114 % used to check for needed LaTeX packages
115 \usepackage{ifthen}
116
117 % check for package arydshln
118 % used for tables with dashed lines
119 \newboolean{arydshln}
120 \IfFileExists{arydshln.sty}
121  {\usepackage{arydshln}
122   \setboolean{arydshln}{true}}
123  {\setboolean{arydshln}{false}}
124
125 % check for package marginnote
126 % used for margin notes
127 \newboolean{marginnote}
128 \IfFileExists{marginnote.sty}
129  {\usepackage{marginnote}
130   \let\marginpar\marginnote
131   \setboolean{marginnote}{true}}
132  {\setboolean{marginnote}{false}}
133
134 % check for package sidecap
135 % used for captions on the side
136 \newboolean{sidecap}
137 \IfFileExists{sidecap.sty}
138  {\usepackage{sidecap}
139   \setboolean{sidecap}{true}}
140  {\setboolean{sidecap}{false}}
141
142 % check for picinpar
143 % used for surrounded fixed objects
144 \newboolean{picinpar}
145 \IfFileExists{picinpar.sty}
146  {\usepackage{picinpar}
147   \setboolean{picinpar}{true}}
148  {\setboolean{picinpar}{false}}
149
150 % check for lettrine
151 \newboolean{lettrine}
152 \IfFileExists{lettrine.sty}
153  {\usepackage{lettrine}
154   \setboolean{lettrine}{true}}
155  {\setboolean{lettrine}{false}}
156 \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 Width Calculation
16621 \begin_inset CommandInset label
16622 LatexCommand label
16623 name "sec:Table-Width-Calculation"
16624
16625 \end_inset
16626
16627
16628 \end_layout
16629
16630 \begin_layout Standard
16631 For wide tables it is sometimes difficult to assure that the table does
16632  not protrude over the page margin.
16633  Setting a fixed width for every column of the table is the solution, but
16634  what amount of space is needed for each column?
16635 \end_layout
16636
16637 \begin_layout Standard
16638 The table width 
16639 \begin_inset Formula $W_{\mathrm{table}}$
16640 \end_inset
16641
16642  can be calculated: Every column has the width of the specified column width
16643  
16644 \begin_inset Formula $W_{\mathrm{column}}$
16645 \end_inset
16646
16647  (that the content of the column can consume) plus two times the separation
16648  between the column content and the column border (LaTeX length
16649 \series bold
16650  
16651 \backslash
16652 tabcolsep
16653 \series default
16654 , default 6
16655 \begin_inset space \thinspace{}
16656 \end_inset
16657
16658 pt) plus the width of a border line (LaTeX length 
16659 \series bold
16660
16661 \backslash
16662 arrayrulewidth
16663 \series default
16664 , default 0.4
16665 \begin_inset space \thinspace{}
16666 \end_inset
16667
16668 pt): So if all 
16669 \begin_inset Formula $n$
16670 \end_inset
16671
16672
16673 \begin_inset space ~
16674 \end_inset
16675
16676 columns have the same width, the table width is
16677 \begin_inset Formula 
16678 \begin{equation}
16679 W_{\mathrm{table}}=n\left(W_{\mathrm{column}}+2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)+\backslash\mbox{arrayrulewidth}
16680 \end{equation}
16681
16682 \end_inset
16683
16684
16685 \end_layout
16686
16687 \begin_layout Standard
16688 The available width for a table is the space between the page margins or
16689  the width of a text column (for a two-column document) (LaTeX length 
16690 \series bold
16691
16692 \backslash
16693 columnwidth
16694 \series default
16695 ).
16696  If all table columns should have the same width and 
16697 \begin_inset Formula $W_{\mathrm{table}}$
16698 \end_inset
16699
16700  should be 1
16701 \begin_inset space \thinspace{}
16702 \end_inset
16703
16704
16705 \backslash
16706 columnwidth, 
16707 \begin_inset Formula $W_{\mathrm{column}}$
16708 \end_inset
16709
16710  can easily be calculated.
16711 \end_layout
16712
16713 \begin_layout Standard
16714 To be able to perform calculations you need to load the LaTeX-package 
16715 \series bold
16716 calc
16717 \series default
16718
16719 \begin_inset Index idx
16720 status collapsed
16721
16722 \begin_layout Plain Layout
16723 LaTeX-packages ! calc
16724 \end_layout
16725
16726 \end_inset
16727
16728  in the document preamble.
16729  To set the width in the table dialog you have to use the field 
16730 \family sans
16731 LaTeX argument
16732 \family default
16733 .
16734  The command scheme for this field is the same that is explained in section
16735 \begin_inset space ~
16736 \end_inset
16737
16738
16739 \begin_inset CommandInset ref
16740 LatexCommand ref
16741 reference "sub:Multicolumn-Calculations"
16742
16743 \end_inset
16744
16745 .
16746  For a table with 5
16747 \begin_inset space \thinspace{}
16748 \end_inset
16749
16750 columns with an uniform width and centered text, enter there for each column
16751  the command
16752 \end_layout
16753
16754 \begin_layout Standard
16755
16756 \series bold
16757 >{
16758 \backslash
16759 centering}p{(1
16760 \backslash
16761 columnwidth-62.4pt)/5}
16762 \end_layout
16763
16764 \begin_layout Standard
16765 For a table with 5
16766 \begin_inset space \thinspace{}
16767 \end_inset
16768
16769 columns where 2 should have 0.75
16770 \begin_inset space ~
16771 \end_inset
16772
16773 times the width than the 3 others, the calculation is
16774 \begin_inset Formula 
16775 \begin{align}
16776 \backslash\mbox{columnwidth} & =3\, W_{\mathrm{column}}+2\cdot0.75\, W_{\mathrm{column}}+\backslash\mbox{arrayrulewidth}\nonumber \\
16777  & \phantom{=\,}+5\left(2\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}\right)\nonumber \\
16778  & =4.5\, W_{\mathrm{column}}+62.4\,\mathrm{pt}\nonumber \\
16779 W_{\mathrm{column}} & =\frac{\backslash\mbox{columnwidth}-62.4\,\mathrm{pt}}{4.5}
16780 \end{align}
16781
16782 \end_inset
16783
16784
16785 \end_layout
16786
16787 \begin_layout Standard
16788 In the table therefore the command
16789 \end_layout
16790
16791 \begin_layout Standard
16792
16793 \series bold
16794 >{
16795 \backslash
16796 centering}p{(1
16797 \backslash
16798 columnwidth-62.4pt)/
16799 \backslash
16800 real{4.5}}
16801 \end_layout
16802
16803 \begin_layout Standard
16804 is used for the wider columns and
16805 \end_layout
16806
16807 \begin_layout Standard
16808
16809 \series bold
16810 >{
16811 \backslash
16812 centering}p{(1
16813 \backslash
16814 columnwidth-62.4pt)/
16815 \backslash
16816 real{4.5}*
16817 \backslash
16818 real{0.75}}
16819 \end_layout
16820
16821 \begin_layout Standard
16822 for the smaller ones:
16823 \end_layout
16824
16825 \begin_layout Standard
16826 \begin_inset Tabular
16827 <lyxtabular version="3" rows="2" columns="5">
16828 <features tabularvalignment="middle">
16829 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
16830 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
16831 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
16832 <column alignment="center" valignment="top" width="0pt" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}*\real{0.75}}">
16833 <column alignment="center" valignment="top" width="20col%" special=">{\centering}p{(1\columnwidth-62.4pt)/\real{4.5}}">
16834 <row>
16835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16836 \begin_inset Text
16837
16838 \begin_layout Plain Layout
16839 1
16840 \end_layout
16841
16842 \end_inset
16843 </cell>
16844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16845 \begin_inset Text
16846
16847 \begin_layout Plain Layout
16848 2
16849 \end_layout
16850
16851 \end_inset
16852 </cell>
16853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16854 \begin_inset Text
16855
16856 \begin_layout Plain Layout
16857 3
16858 \end_layout
16859
16860 \end_inset
16861 </cell>
16862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16863 \begin_inset Text
16864
16865 \begin_layout Plain Layout
16866 4
16867 \end_layout
16868
16869 \end_inset
16870 </cell>
16871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16872 \begin_inset Text
16873
16874 \begin_layout Plain Layout
16875 5
16876 \end_layout
16877
16878 \end_inset
16879 </cell>
16880 </row>
16881 <row>
16882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16883 \begin_inset Text
16884
16885 \begin_layout Plain Layout
16886 111111 1111111 111111 111111111 11111 11111 1111
16887 \end_layout
16888
16889 \end_inset
16890 </cell>
16891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16892 \begin_inset Text
16893
16894 \begin_layout Plain Layout
16895
16896 \end_layout
16897
16898 \end_inset
16899 </cell>
16900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16901 \begin_inset Text
16902
16903 \begin_layout Plain Layout
16904 2222 22222 222222 222222222 2222222 22 22222
16905 \end_layout
16906
16907 \end_inset
16908 </cell>
16909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16910 \begin_inset Text
16911
16912 \begin_layout Plain Layout
16913
16914 \end_layout
16915
16916 \end_inset
16917 </cell>
16918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16919 \begin_inset Text
16920
16921 \begin_layout Plain Layout
16922 333333 333333 333333 33333 3333333 333
16923 \end_layout
16924
16925 \end_inset
16926 </cell>
16927 </row>
16928 </lyxtabular>
16929
16930 \end_inset
16931
16932
16933 \end_layout
16934
16935 \begin_layout Section
16936 Table Customization
16937 \begin_inset Index idx
16938 status collapsed
16939
16940 \begin_layout Plain Layout
16941 Table Customization
16942 \end_layout
16943
16944 \end_inset
16945
16946
16947 \begin_inset Index idx
16948 status collapsed
16949
16950 \begin_layout Plain Layout
16951 Table ! Customization
16952 \end_layout
16953
16954 \end_inset
16955
16956
16957 \end_layout
16958
16959 \begin_layout Subsection
16960 Row Spacing
16961 \begin_inset CommandInset label
16962 LatexCommand label
16963 name "sub:Row-Spacing"
16964
16965 \end_inset
16966
16967
16968 \begin_inset Index idx
16969 status collapsed
16970
16971 \begin_layout Plain Layout
16972 Table Customization ! Row Spacing
16973 \end_layout
16974
16975 \end_inset
16976
16977
16978 \end_layout
16979
16980 \begin_layout Standard
16981 You can add vertical space to table rows in the 
16982 \family sans
16983 Borders
16984 \family default
16985  tab of the table dialog.
16986  You find there three possibilities:
16987 \end_layout
16988
16989 \begin_layout Description
16990 Top
16991 \begin_inset space ~
16992 \end_inset
16993
16994 of
16995 \begin_inset space ~
16996 \end_inset
16997
16998 row will add space above the characters of the table row.
16999  If the table is a formal table
17000 \begin_inset Foot
17001 status collapsed
17002
17003 \begin_layout Plain Layout
17004 Formal tables are explained in section
17005 \begin_inset space ~
17006 \end_inset
17007
17008
17009 \begin_inset CommandInset ref
17010 LatexCommand ref
17011 reference "sec:Formal-Tables"
17012
17013 \end_inset
17014
17015 .
17016 \end_layout
17017
17018 \end_inset
17019
17020  LyX will insert as default 0.5
17021 \begin_inset space \thinspace{}
17022 \end_inset
17023
17024 em space.
17025  For normal tables the inserted space will unfortunately destroy the vertical
17026  table lines as in the following table:
17027 \begin_inset VSpace medskip
17028 \end_inset
17029
17030
17031 \begin_inset Newline newline
17032 \end_inset
17033
17034
17035 \begin_inset space \hspace*{}
17036 \length 0pt
17037 \end_inset
17038
17039
17040 \begin_inset space \hfill{}
17041 \end_inset
17042
17043
17044 \begin_inset Tabular
17045 <lyxtabular version="3" rows="3" columns="1">
17046 <features tabularvalignment="middle">
17047 <column alignment="center" valignment="top" width="0">
17048 <row>
17049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17050 \begin_inset Text
17051
17052 \begin_layout Plain Layout
17053 A
17054 \end_layout
17055
17056 \end_inset
17057 </cell>
17058 </row>
17059 <row topspace="3mm">
17060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17061 \begin_inset Text
17062
17063 \begin_layout Plain Layout
17064 3
17065 \begin_inset space \thinspace{}
17066 \end_inset
17067
17068 mm space top of row
17069 \end_layout
17070
17071 \end_inset
17072 </cell>
17073 </row>
17074 <row>
17075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17076 \begin_inset Text
17077
17078 \begin_layout Plain Layout
17079 C
17080 \end_layout
17081
17082 \end_inset
17083 </cell>
17084 </row>
17085 </lyxtabular>
17086
17087 \end_inset
17088
17089
17090 \begin_inset space \hfill{}
17091 \end_inset
17092
17093
17094 \begin_inset space \hspace*{}
17095 \length 0pt
17096 \end_inset
17097
17098
17099 \begin_inset VSpace medskip
17100 \end_inset
17101
17102
17103 \begin_inset Newline newline
17104 \end_inset
17105
17106 So inserting space in the top of row for normal tables is only useful when
17107  you don't have vertical lines.
17108 \end_layout
17109
17110 \begin_layout Description
17111 Bottom
17112 \begin_inset space ~
17113 \end_inset
17114
17115 of
17116 \begin_inset space ~
17117 \end_inset
17118
17119 row will add space below the characters of the table row.
17120  If the table is a formal table LyX will insert as default 0.5
17121 \begin_inset space \thinspace{}
17122 \end_inset
17123
17124 em space, for normal tables the default size is 2
17125 \begin_inset space \thinspace{}
17126 \end_inset
17127
17128 pt.
17129 \end_layout
17130
17131 \begin_layout Description
17132 Between
17133 \begin_inset space ~
17134 \end_inset
17135
17136 rows adds space between the current and the following row.
17137  If the table is a formal table LyX will insert as default 0.5
17138 \begin_inset space \thinspace{}
17139 \end_inset
17140
17141 em space.
17142  For normal tables the inserted space will unfortunately destroy the vertical
17143  table lines as in the following table:
17144 \begin_inset VSpace medskip
17145 \end_inset
17146
17147
17148 \begin_inset Newline newline
17149 \end_inset
17150
17151
17152 \begin_inset space \hspace*{}
17153 \length 0pt
17154 \end_inset
17155
17156
17157 \begin_inset space \hfill{}
17158 \end_inset
17159
17160
17161 \begin_inset Tabular
17162 <lyxtabular version="3" rows="3" columns="1">
17163 <features tabularvalignment="middle">
17164 <column alignment="center" valignment="top" width="0">
17165 <row>
17166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17167 \begin_inset Text
17168
17169 \begin_layout Plain Layout
17170 A
17171 \end_layout
17172
17173 \end_inset
17174 </cell>
17175 </row>
17176 <row interlinespace="3mm">
17177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17178 \begin_inset Text
17179
17180 \begin_layout Plain Layout
17181 \begin_inset Formula $\downarrow$
17182 \end_inset
17183
17184  3
17185 \begin_inset space \thinspace{}
17186 \end_inset
17187
17188 mm space between row 
17189 \begin_inset Formula $\downarrow$
17190 \end_inset
17191
17192
17193 \end_layout
17194
17195 \end_inset
17196 </cell>
17197 </row>
17198 <row>
17199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17200 \begin_inset Text
17201
17202 \begin_layout Plain Layout
17203 \begin_inset Formula $\uparrow$
17204 \end_inset
17205
17206  3
17207 \begin_inset space \thinspace{}
17208 \end_inset
17209
17210 mm space between row 
17211 \begin_inset Formula $\uparrow$
17212 \end_inset
17213
17214
17215 \end_layout
17216
17217 \end_inset
17218 </cell>
17219 </row>
17220 </lyxtabular>
17221
17222 \end_inset
17223
17224
17225 \begin_inset space \hfill{}
17226 \end_inset
17227
17228
17229 \begin_inset space \hspace*{}
17230 \length 0pt
17231 \end_inset
17232
17233
17234 \begin_inset VSpace medskip
17235 \end_inset
17236
17237
17238 \begin_inset Newline newline
17239 \end_inset
17240
17241 So inserting space between rows for normal tables is only useful when you
17242  don't have vertical lines.
17243 \end_layout
17244
17245 \begin_layout Standard
17246 \begin_inset VSpace bigskip
17247 \end_inset
17248
17249 When you want to add extra height to all cells of all tables, you can do
17250  this with the following preamble lines:
17251 \end_layout
17252
17253 \begin_layout Standard
17254
17255 \series bold
17256
17257 \backslash
17258 @ifundefined{extrarowheight}
17259 \begin_inset Newline newline
17260 \end_inset
17261
17262
17263 \begin_inset Phantom HPhantom
17264 status open
17265
17266 \begin_layout Plain Layout
17267
17268 \series bold
17269 \begin_inset space ~
17270 \end_inset
17271
17272
17273 \end_layout
17274
17275 \end_inset
17276
17277 {
17278 \backslash
17279 usepackage{array}}{}
17280 \begin_inset Newline newline
17281 \end_inset
17282
17283
17284 \backslash
17285 setlength{
17286 \backslash
17287 extrarowheight}{height}
17288 \end_layout
17289
17290 \begin_layout Standard
17291 But this has the disadvantage that the cell texts are no longer exactly
17292  vertically centered.
17293  (The package 
17294 \series bold
17295 array
17296 \series default
17297  will be loaded automatically by LyX when you use self defined table formats.
17298  To avoid that it being loaded twice the command 
17299 \series bold
17300
17301 \backslash
17302 @ifundefined
17303 \series default
17304  is used in the above command.)
17305 \end_layout
17306
17307 \begin_layout Standard
17308 If you are using font sizes larger than the normal size, the table borders
17309  are often too close to the letters.
17310  This can be corrected by inserting the command 
17311 \series bold
17312
17313 \backslash
17314 strut
17315 \series default
17316  in TeX code at the beginning of a table row.
17317  Table
17318 \begin_inset space ~
17319 \end_inset
17320
17321
17322 \begin_inset CommandInset ref
17323 LatexCommand ref
17324 reference "tab:Vertical-alignment-of"
17325
17326 \end_inset
17327
17328  illustrates the effect.
17329 \end_layout
17330
17331 \begin_layout Standard
17332 \noindent
17333 \begin_inset Float table
17334 placement h
17335 wide false
17336 sideways false
17337 status open
17338
17339 \begin_layout Plain Layout
17340 \begin_inset Caption
17341
17342 \begin_layout Plain Layout
17343 \begin_inset CommandInset label
17344 LatexCommand label
17345 name "tab:Vertical-alignment-of"
17346
17347 \end_inset
17348
17349 Vertical alignment of text with large font sizes.
17350 \end_layout
17351
17352 \end_inset
17353
17354
17355 \end_layout
17356
17357 \begin_layout Plain Layout
17358 \begin_inset space \hfill{}
17359 \end_inset
17360
17361
17362 \begin_inset Float table
17363 wide false
17364 sideways false
17365 status collapsed
17366
17367 \begin_layout Plain Layout
17368 \begin_inset Caption
17369
17370 \begin_layout Plain Layout
17371 Normal table.
17372 \end_layout
17373
17374 \end_inset
17375
17376
17377 \end_layout
17378
17379 \begin_layout Plain Layout
17380 \noindent
17381 \align center
17382 \begin_inset Tabular
17383 <lyxtabular version="3" rows="6" columns="1">
17384 <features tabularvalignment="middle">
17385 <column alignment="left" valignment="top" width="0">
17386 <row>
17387 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17388 \begin_inset Text
17389
17390 \begin_layout Plain Layout
17391 Normal, g
17392 \end_layout
17393
17394 \end_inset
17395 </cell>
17396 </row>
17397 <row>
17398 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17399 \begin_inset Text
17400
17401 \begin_layout Plain Layout
17402
17403 \size large
17404 Large
17405 \end_layout
17406
17407 \end_inset
17408 </cell>
17409 </row>
17410 <row>
17411 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17412 \begin_inset Text
17413
17414 \begin_layout Plain Layout
17415
17416 \size larger
17417 Larger
17418 \end_layout
17419
17420 \end_inset
17421 </cell>
17422 </row>
17423 <row>
17424 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17425 \begin_inset Text
17426
17427 \begin_layout Plain Layout
17428
17429 \size largest
17430 Largest
17431 \end_layout
17432
17433 \end_inset
17434 </cell>
17435 </row>
17436 <row>
17437 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17438 \begin_inset Text
17439
17440 \begin_layout Plain Layout
17441
17442 \size huge
17443 Huge
17444 \end_layout
17445
17446 \end_inset
17447 </cell>
17448 </row>
17449 <row>
17450 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17451 \begin_inset Text
17452
17453 \begin_layout Plain Layout
17454
17455 \size huge
17456 Huger
17457 \end_layout
17458
17459 \end_inset
17460 </cell>
17461 </row>
17462 </lyxtabular>
17463
17464 \end_inset
17465
17466
17467 \end_layout
17468
17469 \end_inset
17470
17471
17472 \begin_inset space \hfill{}
17473 \end_inset
17474
17475
17476 \begin_inset Float table
17477 wide false
17478 sideways false
17479 status collapsed
17480
17481 \begin_layout Plain Layout
17482 \begin_inset Caption
17483
17484 \begin_layout Plain Layout
17485 Table using the command 
17486 \series bold
17487
17488 \backslash
17489 strut
17490 \series default
17491 .
17492 \end_layout
17493
17494 \end_inset
17495
17496
17497 \end_layout
17498
17499 \begin_layout Plain Layout
17500 \noindent
17501 \align center
17502 \begin_inset Tabular
17503 <lyxtabular version="3" rows="6" columns="1">
17504 <features tabularvalignment="middle">
17505 <column alignment="left" valignment="top" width="0">
17506 <row>
17507 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17508 \begin_inset Text
17509
17510 \begin_layout Plain Layout
17511 Normal, g
17512 \end_layout
17513
17514 \end_inset
17515 </cell>
17516 </row>
17517 <row>
17518 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17519 \begin_inset Text
17520
17521 \begin_layout Plain Layout
17522
17523 \size large
17524 \begin_inset ERT
17525 status collapsed
17526
17527 \begin_layout Plain Layout
17528
17529
17530 \backslash
17531 strut 
17532 \end_layout
17533
17534 \end_inset
17535
17536 Large
17537 \end_layout
17538
17539 \end_inset
17540 </cell>
17541 </row>
17542 <row>
17543 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17544 \begin_inset Text
17545
17546 \begin_layout Plain Layout
17547
17548 \size larger
17549 \begin_inset ERT
17550 status collapsed
17551
17552 \begin_layout Plain Layout
17553
17554
17555 \backslash
17556 strut 
17557 \end_layout
17558
17559 \end_inset
17560
17561 Larger
17562 \end_layout
17563
17564 \end_inset
17565 </cell>
17566 </row>
17567 <row>
17568 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17569 \begin_inset Text
17570
17571 \begin_layout Plain Layout
17572
17573 \size largest
17574 \begin_inset ERT
17575 status collapsed
17576
17577 \begin_layout Plain Layout
17578
17579
17580 \backslash
17581 strut 
17582 \end_layout
17583
17584 \end_inset
17585
17586 Largest
17587 \end_layout
17588
17589 \end_inset
17590 </cell>
17591 </row>
17592 <row>
17593 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17594 \begin_inset Text
17595
17596 \begin_layout Plain Layout
17597
17598 \size huge
17599 \begin_inset ERT
17600 status collapsed
17601
17602 \begin_layout Plain Layout
17603
17604
17605 \backslash
17606 strut 
17607 \end_layout
17608
17609 \end_inset
17610
17611 Huge
17612 \end_layout
17613
17614 \end_inset
17615 </cell>
17616 </row>
17617 <row>
17618 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17619 \begin_inset Text
17620
17621 \begin_layout Plain Layout
17622
17623 \size giant
17624 \begin_inset ERT
17625 status collapsed
17626
17627 \begin_layout Plain Layout
17628
17629
17630 \backslash
17631 strut 
17632 \end_layout
17633
17634 \end_inset
17635
17636
17637 \size huge
17638 Huger
17639 \end_layout
17640
17641 \end_inset
17642 </cell>
17643 </row>
17644 </lyxtabular>
17645
17646 \end_inset
17647
17648
17649 \end_layout
17650
17651 \end_inset
17652
17653
17654 \begin_inset space \hfill{}
17655 \end_inset
17656
17657
17658 \end_layout
17659
17660 \end_inset
17661
17662
17663 \end_layout
17664
17665 \begin_layout Subsection
17666 Special Cell Alignment
17667 \begin_inset CommandInset label
17668 LatexCommand label
17669 name "sub:Special-Cell-Alignment"
17670
17671 \end_inset
17672
17673
17674 \begin_inset Index idx
17675 status collapsed
17676
17677 \begin_layout Plain Layout
17678 Table Customization ! Special Cell Alignment
17679 \end_layout
17680
17681 \end_inset
17682
17683
17684 \end_layout
17685
17686 \begin_layout Standard
17687 Sometimes it looks better when the cell entries of a column are aligned
17688  with a special character, e.
17689 \begin_inset space \thinspace{}
17690 \end_inset
17691
17692 g.
17693 \begin_inset space \space{}
17694 \end_inset
17695
17696 with the decimal separator as in Table
17697 \begin_inset space ~
17698 \end_inset
17699
17700
17701 \begin_inset CommandInset ref
17702 LatexCommand ref
17703 reference "tab:Table-cells-align"
17704
17705 \end_inset
17706
17707 .
17708  This alignment is achieved by setting the cursor into the column and then
17709  either pressing the toolbar button 
17710 \begin_inset Graphics
17711         filename ../images/tabular-feature_align-decimal.png
17712         scale 85
17713         scaleBeforeRotation
17714
17715 \end_inset
17716
17717  or setting the alignment in the table settings to 
17718 \family sans
17719 At
17720 \begin_inset space ~
17721 \end_inset
17722
17723 Decimal
17724 \begin_inset space ~
17725 \end_inset
17726
17727 Separator
17728 \family default
17729 .
17730  The alignment character can be a character of your choice and is specified
17731  in the table settings.
17732 \end_layout
17733
17734 \begin_layout Standard
17735 \begin_inset Float table
17736 placement h
17737 wide false
17738 sideways false
17739 status open
17740
17741 \begin_layout Plain Layout
17742 \begin_inset Caption
17743
17744 \begin_layout Plain Layout
17745 \begin_inset CommandInset label
17746 LatexCommand label
17747 name "tab:Table-cells-align"
17748
17749 \end_inset
17750
17751 Table cells of a column aligned with the decimal separator.
17752 \end_layout
17753
17754 \end_inset
17755
17756
17757 \end_layout
17758
17759 \begin_layout Plain Layout
17760 \align center
17761 \begin_inset Tabular
17762 <lyxtabular version="3" rows="4" columns="1">
17763 <features booktabs="true" tabularvalignment="middle">
17764 <column alignment="decimal" decimal_point="." valignment="top" width="0pt">
17765 <row>
17766 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17767 \begin_inset Text
17768
17769 \begin_layout Plain Layout
17770 heading
17771 \end_layout
17772
17773 \end_inset
17774 </cell>
17775 </row>
17776 <row>
17777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17778 \begin_inset Text
17779
17780 \begin_layout Plain Layout
17781 12.6
17782 \end_layout
17783
17784 \end_inset
17785 </cell>
17786 </row>
17787 <row>
17788 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17789 \begin_inset Text
17790
17791 \begin_layout Plain Layout
17792 0.68
17793 \end_layout
17794
17795 \end_inset
17796 </cell>
17797 </row>
17798 <row>
17799 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17800 \begin_inset Text
17801
17802 \begin_layout Plain Layout
17803 -123.0
17804 \end_layout
17805
17806 \end_inset
17807 </cell>
17808 </row>
17809 </lyxtabular>
17810
17811 \end_inset
17812
17813
17814 \end_layout
17815
17816 \end_inset
17817
17818
17819 \end_layout
17820
17821 \begin_layout Standard
17822 \begin_inset Float table
17823 placement h
17824 wide false
17825 sideways false
17826 status open
17827
17828 \begin_layout Plain Layout
17829 \begin_inset Caption
17830
17831 \begin_layout Plain Layout
17832 \begin_inset CommandInset label
17833 LatexCommand label
17834 name "tab:Table-align-operator"
17835
17836 \end_inset
17837
17838 Table cells of a column aligned with the operators.
17839 \end_layout
17840
17841 \end_inset
17842
17843
17844 \end_layout
17845
17846 \begin_layout Plain Layout
17847 \align center
17848 \begin_inset Tabular
17849 <lyxtabular version="3" rows="4" columns="2">
17850 <features booktabs="true" tabularvalignment="middle">
17851 <column alignment="right" valignment="top" width="0pt">
17852 <column alignment="left" valignment="top" width="0pt" special="@{}l">
17853 <row>
17854 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17855 \begin_inset Text
17856
17857 \begin_layout Plain Layout
17858 heading
17859 \end_layout
17860
17861 \end_inset
17862 </cell>
17863 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17864 \begin_inset Text
17865
17866 \begin_layout Plain Layout
17867
17868 \end_layout
17869
17870 \end_inset
17871 </cell>
17872 </row>
17873 <row>
17874 <cell alignment="center" valignment="top" usebox="none">
17875 \begin_inset Text
17876
17877 \begin_layout Plain Layout
17878 \begin_inset Formula $12\,+$
17879 \end_inset
17880
17881
17882 \end_layout
17883
17884 \end_inset
17885 </cell>
17886 <cell alignment="center" valignment="top" usebox="none">
17887 \begin_inset Text
17888
17889 \begin_layout Plain Layout
17890 \begin_inset Formula $\,6$
17891 \end_inset
17892
17893
17894 \end_layout
17895
17896 \end_inset
17897 </cell>
17898 </row>
17899 <row>
17900 <cell alignment="center" valignment="top" usebox="none">
17901 \begin_inset Text
17902
17903 \begin_layout Plain Layout
17904 \begin_inset Formula $0\,-$
17905 \end_inset
17906
17907
17908 \end_layout
17909
17910 \end_inset
17911 </cell>
17912 <cell alignment="center" valignment="top" usebox="none">
17913 \begin_inset Text
17914
17915 \begin_layout Plain Layout
17916 \begin_inset Formula $\,68$
17917 \end_inset
17918
17919
17920 \end_layout
17921
17922 \end_inset
17923 </cell>
17924 </row>
17925 <row>
17926 <cell alignment="center" valignment="top" usebox="none">
17927 \begin_inset Text
17928
17929 \begin_layout Plain Layout
17930 \begin_inset Formula $-123\,/$
17931 \end_inset
17932
17933
17934 \end_layout
17935
17936 \end_inset
17937 </cell>
17938 <cell alignment="center" valignment="top" usebox="none">
17939 \begin_inset Text
17940
17941 \begin_layout Plain Layout
17942 \begin_inset Formula $\,0$
17943 \end_inset
17944
17945
17946 \end_layout
17947
17948 \end_inset
17949 </cell>
17950 </row>
17951 </lyxtabular>
17952
17953 \end_inset
17954
17955
17956 \end_layout
17957
17958 \end_inset
17959
17960
17961 \end_layout
17962
17963 \begin_layout Standard
17964 For alignments at characters in formulas this method does not work because
17965  the field to specify the alignment character does not allow formulas.
17966  In this case one need to use the method from Table
17967 \begin_inset space ~
17968 \end_inset
17969
17970
17971 \begin_inset CommandInset ref
17972 LatexCommand ref
17973 reference "tab:Table-align-operator"
17974
17975 \end_inset
17976
17977 .
17978  This table was created with a 4×2 table.
17979  The heading is a centered multicolumn.
17980  The first column is right-aligned and contains the first part including
17981  the operator.
17982  The second column is left aligned and contains the rest.
17983  A small space was added at the beginning of each cell of the second column
17984  to get the space that is usually around operators.
17985  To omit the space that is normally between two table columns, the following
17986  LaTeX-argument was used for the second column:
17987 \end_layout
17988
17989 \begin_layout Standard
17990
17991 \series bold
17992 @{}l
17993 \end_layout
17994
17995 \begin_layout Standard
17996 Table
17997 \begin_inset space ~
17998 \end_inset
17999
18000
18001 \begin_inset CommandInset ref
18002 LatexCommand ref
18003 reference "tab:Several-table-cell"
18004
18005 \end_inset
18006
18007  shows some example alignments.
18008  For the alignment with the relation sign, a small space was added like
18009  for the second column of Table
18010 \begin_inset space ~
18011 \end_inset
18012
18013
18014 \begin_inset CommandInset ref
18015 LatexCommand ref
18016 reference "tab:Table-align-operator"
18017
18018 \end_inset
18019
18020 .
18021 \end_layout
18022
18023 \begin_layout Standard
18024 \begin_inset Float table
18025 placement h
18026 wide false
18027 sideways false
18028 status open
18029
18030 \begin_layout Plain Layout
18031 \begin_inset Caption
18032
18033 \begin_layout Plain Layout
18034 \begin_inset CommandInset label
18035 LatexCommand label
18036 name "tab:Several-table-cell"
18037
18038 \end_inset
18039
18040 Several table cell alignments.
18041 \end_layout
18042
18043 \end_inset
18044
18045
18046 \end_layout
18047
18048 \begin_layout Plain Layout
18049 \align center
18050 \begin_inset Tabular
18051 <lyxtabular version="3" rows="4" columns="6">
18052 <features tabularvalignment="middle">
18053 <column alignment="right" valignment="top" width="0">
18054 <column alignment="left" valignment="top" width="0" special="@{}l">
18055 <column alignment="right" valignment="top" width="0">
18056 <column alignment="left" valignment="top" width="0" special="@{}l">
18057 <column alignment="right" valignment="top" width="0">
18058 <column alignment="left" valignment="top" width="0" special="@{}l">
18059 <row>
18060 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
18061 \begin_inset Text
18062
18063 \begin_layout Plain Layout
18064 units
18065 \end_layout
18066
18067 \end_inset
18068 </cell>
18069 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18070 \begin_inset Text
18071
18072 \begin_layout Plain Layout
18073
18074 \end_layout
18075
18076 \end_inset
18077 </cell>
18078 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
18079 \begin_inset Text
18080
18081 \begin_layout Plain Layout
18082 exponents
18083 \end_layout
18084
18085 \end_inset
18086 </cell>
18087 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18088 \begin_inset Text
18089
18090 \begin_layout Plain Layout
18091
18092 \end_layout
18093
18094 \end_inset
18095 </cell>
18096 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
18097 \begin_inset Text
18098
18099 \begin_layout Plain Layout
18100 relations
18101 \end_layout
18102
18103 \end_inset
18104 </cell>
18105 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18106 \begin_inset Text
18107
18108 \begin_layout Plain Layout
18109
18110 \end_layout
18111
18112 \end_inset
18113 </cell>
18114 </row>
18115 <row>
18116 <cell alignment="center" valignment="top" usebox="none">
18117 \begin_inset Text
18118
18119 \begin_layout Plain Layout
18120 12×
18121 \end_layout
18122
18123 \end_inset
18124 </cell>
18125 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18126 \begin_inset Text
18127
18128 \begin_layout Plain Layout
18129 24
18130 \begin_inset space \thinspace{}
18131 \end_inset
18132
18133 bottles
18134 \end_layout
18135
18136 \end_inset
18137 </cell>
18138 <cell alignment="center" valignment="top" usebox="none">
18139 \begin_inset Text
18140
18141 \begin_layout Plain Layout
18142 \begin_inset Formula $10\cdot$
18143 \end_inset
18144
18145
18146 \end_layout
18147
18148 \end_inset
18149 </cell>
18150 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18151 \begin_inset Text
18152
18153 \begin_layout Plain Layout
18154 \begin_inset Formula $10^{\mbox{-}17}$
18155 \end_inset
18156
18157
18158 \end_layout
18159
18160 \end_inset
18161 </cell>
18162 <cell alignment="center" valignment="top" usebox="none">
18163 \begin_inset Text
18164
18165 \begin_layout Plain Layout
18166 \begin_inset Formula $\Gamma(t)\propto$
18167 \end_inset
18168
18169
18170 \end_layout
18171
18172 \end_inset
18173 </cell>
18174 <cell alignment="center" valignment="top" usebox="none">
18175 \begin_inset Text
18176
18177 \begin_layout Plain Layout
18178 \begin_inset Formula $\:\Upsilon(t)$
18179 \end_inset
18180
18181
18182 \end_layout
18183
18184 \end_inset
18185 </cell>
18186 </row>
18187 <row>
18188 <cell alignment="center" valignment="top" usebox="none">
18189 \begin_inset Text
18190
18191 \begin_layout Plain Layout
18192 1024×
18193 \end_layout
18194
18195 \end_inset
18196 </cell>
18197 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18198 \begin_inset Text
18199
18200 \begin_layout Plain Layout
18201 768
18202 \begin_inset space \thinspace{}
18203 \end_inset
18204
18205 Pixels
18206 \end_layout
18207
18208 \end_inset
18209 </cell>
18210 <cell alignment="center" valignment="top" usebox="none">
18211 \begin_inset Text
18212
18213 \begin_layout Plain Layout
18214 \begin_inset Formula $5.78\cdot$
18215 \end_inset
18216
18217
18218 \end_layout
18219
18220 \end_inset
18221 </cell>
18222 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18223 \begin_inset Text
18224
18225 \begin_layout Plain Layout
18226 \begin_inset Formula $10^{7}$
18227 \end_inset
18228
18229
18230 \end_layout
18231
18232 \end_inset
18233 </cell>
18234 <cell alignment="center" valignment="top" usebox="none">
18235 \begin_inset Text
18236
18237 \begin_layout Plain Layout
18238 \begin_inset Formula $A\ne$
18239 \end_inset
18240
18241
18242 \end_layout
18243
18244 \end_inset
18245 </cell>
18246 <cell alignment="center" valignment="top" usebox="none">
18247 \begin_inset Text
18248
18249 \begin_layout Plain Layout
18250 \begin_inset Formula $\: B_{\mathrm{red}}$
18251 \end_inset
18252
18253
18254 \end_layout
18255
18256 \end_inset
18257 </cell>
18258 </row>
18259 <row>
18260 <cell alignment="center" valignment="top" usebox="none">
18261 \begin_inset Text
18262
18263 \begin_layout Plain Layout
18264 32×
18265 \end_layout
18266
18267 \end_inset
18268 </cell>
18269 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18270 \begin_inset Text
18271
18272 \begin_layout Plain Layout
18273 6
18274 \begin_inset space \thinspace{}
18275 \end_inset
18276
18277 cm
18278 \end_layout
18279
18280 \end_inset
18281 </cell>
18282 <cell alignment="center" valignment="top" usebox="none">
18283 \begin_inset Text
18284
18285 \begin_layout Plain Layout
18286 -
18287 \begin_inset Formula $33.5\cdot$
18288 \end_inset
18289
18290
18291 \end_layout
18292
18293 \end_inset
18294 </cell>
18295 <cell alignment="center" valignment="top" rightline="true" usebox="none">
18296 \begin_inset Text
18297
18298 \begin_layout Plain Layout
18299 \begin_inset Formula $10^{4}$
18300 \end_inset
18301
18302
18303 \end_layout
18304
18305 \end_inset
18306 </cell>
18307 <cell alignment="center" valignment="top" usebox="none">
18308 \begin_inset Text
18309
18310 \begin_layout Plain Layout
18311 \begin_inset Formula $\sin(\alpha)\ge$
18312 \end_inset
18313
18314
18315 \end_layout
18316
18317 \end_inset
18318 </cell>
18319 <cell alignment="center" valignment="top" usebox="none">
18320 \begin_inset Text
18321
18322 \begin_layout Plain Layout
18323 \begin_inset Formula $\:\sin(\beta)$
18324 \end_inset
18325
18326
18327 \end_layout
18328
18329 \end_inset
18330 </cell>
18331 </row>
18332 </lyxtabular>
18333
18334 \end_inset
18335
18336
18337 \end_layout
18338
18339 \end_inset
18340
18341
18342 \end_layout
18343
18344 \begin_layout Subsection
18345 Customized Cell/Column Format
18346 \begin_inset CommandInset label
18347 LatexCommand label
18348 name "sub:Customized-Format"
18349
18350 \end_inset
18351
18352
18353 \begin_inset Index idx
18354 status collapsed
18355
18356 \begin_layout Plain Layout
18357 Table Customization ! Cell/Column Format
18358 \end_layout
18359
18360 \end_inset
18361
18362
18363 \end_layout
18364
18365 \begin_layout Standard
18366 Calculating the required width for normal columns as described in section
18367 \begin_inset space ~
18368 \end_inset
18369
18370
18371 \begin_inset CommandInset ref
18372 LatexCommand ref
18373 reference "sec:Table-Width-Calculation"
18374
18375 \end_inset
18376
18377  or for spanned columns as described in section
18378 \begin_inset space ~
18379 \end_inset
18380
18381
18382 \begin_inset CommandInset ref
18383 LatexCommand ref
18384 reference "sub:Multicolumn-Calculations"
18385
18386 \end_inset
18387
18388  is very annoying if you have several tables where a calculation is necessary.
18389  To make life easier, you can define a cell/column format in the preamble,
18390  that can be used in all tables of the document.
18391  The format is defined with the command
18392 \end_layout
18393
18394 \begin_layout Standard
18395
18396 \series bold
18397
18398 \backslash
18399 newcolumntype{name of format}[number of arguments]{commands}
18400 \end_layout
18401
18402 \begin_layout Standard
18403 The format name may only consist of one letter.
18404  The letters 
18405 \emph on
18406 b
18407 \emph default
18408
18409 \emph on
18410 c
18411 \emph default
18412
18413 \emph on
18414 l
18415 \emph default
18416
18417 \emph on
18418 m
18419 \emph default
18420
18421 \emph on
18422 p
18423 \emph default
18424  and 
18425 \emph on
18426 r
18427 \emph default
18428  are predefined and cannot be used.
18429  But all letters are allowed as capitals.
18430 \end_layout
18431
18432 \begin_layout Standard
18433 \begin_inset VSpace medskip
18434 \end_inset
18435
18436
18437 \end_layout
18438
18439 \begin_layout Standard
18440 For vertically and horizontally centered multicolumn cells with a fixed
18441  width you can define the cell format
18442 \end_layout
18443
18444 \begin_layout Standard
18445
18446 \series bold
18447
18448 \backslash
18449 newcolumntype{M}[1]{>{
18450 \backslash
18451 centering
18452 \backslash
18453 hspace{0pt}}m{#1}}
18454 \end_layout
18455
18456 \begin_layout Standard
18457 where 
18458 \series bold
18459
18460 \backslash
18461 hspace{0pt}
18462 \series default
18463  avoids the problem of hyphenating the first word, as described in section
18464 \begin_inset space ~
18465 \end_inset
18466
18467
18468 \begin_inset CommandInset ref
18469 LatexCommand ref
18470 reference "sub:Multiple-Lines-in"
18471
18472 \end_inset
18473
18474 .
18475  Now you can simply enter
18476 \end_layout
18477
18478 \begin_layout Standard
18479
18480 \series bold
18481 M{width}
18482 \end_layout
18483
18484 \begin_layout Standard
18485 as 
18486 \family sans
18487 LaTeX-argument
18488 \family default
18489  in the table dialog to create a multicolumn.
18490 \end_layout
18491
18492 \begin_layout Standard
18493 \begin_inset VSpace bigskip
18494 \end_inset
18495
18496
18497 \end_layout
18498
18499 \begin_layout Standard
18500 For cells spanned by a multicolumn cell, you can define the format
18501 \end_layout
18502
18503 \begin_layout Standard
18504
18505 \series bold
18506
18507 \backslash
18508 newcolumntype{S}[2]{>{
18509 \backslash
18510 centering
18511 \backslash
18512 hspace{0pt}}
18513 \begin_inset Newline newline
18514 \end_inset
18515
18516
18517 \begin_inset Phantom HPhantom
18518 status open
18519
18520 \begin_layout Plain Layout
18521
18522 \series bold
18523
18524 \backslash
18525 newcolumntype
18526 \end_layout
18527
18528 \end_inset
18529
18530 m{(#1+(2
18531 \backslash
18532 tabcolsep+
18533 \backslash
18534 arrayrulewidth)*(1-#2))/#2}}
18535 \end_layout
18536
18537 \begin_layout Standard
18538 This format uses equation 
18539 \begin_inset CommandInset ref
18540 LatexCommand eqref
18541 reference "eq:Wgn"
18542
18543 \end_inset
18544
18545  to calculate the required width so that each spanned cell has the same
18546  width.
18547 \end_layout
18548
18549 \begin_layout Standard
18550 You can now enter
18551 \end_layout
18552
18553 \begin_layout Standard
18554
18555 \series bold
18556 S{width of multicolumn cell}{number of spanned columns}
18557 \end_layout
18558
18559 \begin_layout Standard
18560 as LaTeX-argument of the column.
18561 \end_layout
18562
18563 \begin_layout Standard
18564 \begin_inset VSpace bigskip
18565 \end_inset
18566
18567
18568 \end_layout
18569
18570 \begin_layout Standard
18571 For colored columns, you can define
18572 \end_layout
18573
18574 \begin_layout Standard
18575
18576 \series bold
18577
18578 \backslash
18579 newcolumntype{K}[1]{>{
18580 \backslash
18581 columncolor{#1}
18582 \backslash
18583 hspace{0pt}}c}
18584 \end_layout
18585
18586 \begin_layout Standard
18587 The 
18588 \begin_inset Quotes eld
18589 \end_inset
18590
18591 c
18592 \begin_inset Quotes erd
18593 \end_inset
18594
18595  at the end creates a column with a flexible width whose text is horizontally
18596  centered.
18597  You can now enter
18598 \end_layout
18599
18600 \begin_layout Standard
18601
18602 \series bold
18603 K{color name}
18604 \end_layout
18605
18606 \begin_layout Standard
18607 as LaTeX-argument.
18608 \end_layout
18609
18610 \begin_layout Standard
18611 \begin_inset VSpace bigskip
18612 \end_inset
18613
18614
18615 \end_layout
18616
18617 \begin_layout Standard
18618 To create Table
18619 \begin_inset space ~
18620 \end_inset
18621
18622
18623 \begin_inset CommandInset ref
18624 LatexCommand ref
18625 reference "tab:Table-using-user-defined"
18626
18627 \end_inset
18628
18629  use the LaTeX-arguments
18630 \end_layout
18631
18632 \begin_layout Standard
18633
18634 \series bold
18635 M{2.5cm}
18636 \end_layout
18637
18638 \begin_layout Standard
18639 for the first column and the multicolumn,
18640 \end_layout
18641
18642 \begin_layout Standard
18643
18644 \series bold
18645 K{red}
18646 \end_layout
18647
18648 \begin_layout Standard
18649 for the last column, and
18650 \end_layout
18651
18652 \begin_layout Standard
18653
18654 \series bold
18655 S{2.5cm}{2}
18656 \end_layout
18657
18658 \begin_layout Standard
18659 for the cells in the second column.
18660 \end_layout
18661
18662 \begin_layout Standard
18663 \begin_inset Float table
18664 placement h
18665 wide false
18666 sideways false
18667 status open
18668
18669 \begin_layout Plain Layout
18670 \begin_inset Caption
18671
18672 \begin_layout Plain Layout
18673 \begin_inset CommandInset label
18674 LatexCommand label
18675 name "tab:Table-using-user-defined"
18676
18677 \end_inset
18678
18679 Table using user-defined table formats
18680 \end_layout
18681
18682 \end_inset
18683
18684
18685 \end_layout
18686
18687 \begin_layout Plain Layout
18688 \align center
18689 \begin_inset Tabular
18690 <lyxtabular version="3" rows="3" columns="4">
18691 <features tabularvalignment="middle">
18692 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
18693 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
18694 <column alignment="center" valignment="middle" width="0">
18695 <column alignment="center" valignment="middle" width="0" special="K{red}">
18696 <row>
18697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18698 \begin_inset Text
18699
18700 \begin_layout Plain Layout
18701 verylongtablecellword
18702 \end_layout
18703
18704 \end_inset
18705 </cell>
18706 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
18707 \begin_inset Text
18708
18709 \begin_layout Plain Layout
18710 multiple lines multicolumn
18711 \end_layout
18712
18713 \end_inset
18714 </cell>
18715 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18716 \begin_inset Text
18717
18718 \begin_layout Plain Layout
18719
18720 \end_layout
18721
18722 \end_inset
18723 </cell>
18724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18725 \begin_inset Text
18726
18727 \begin_layout Plain Layout
18728 c
18729 \end_layout
18730
18731 \end_inset
18732 </cell>
18733 </row>
18734 <row>
18735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18736 \begin_inset Text
18737
18738 \begin_layout Plain Layout
18739 d
18740 \end_layout
18741
18742 \end_inset
18743 </cell>
18744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18745 \begin_inset Text
18746
18747 \begin_layout Plain Layout
18748 e
18749 \end_layout
18750
18751 \end_inset
18752 </cell>
18753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18754 \begin_inset Text
18755
18756 \begin_layout Plain Layout
18757 f
18758 \end_layout
18759
18760 \end_inset
18761 </cell>
18762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18763 \begin_inset Text
18764
18765 \begin_layout Plain Layout
18766 g
18767 \end_layout
18768
18769 \end_inset
18770 </cell>
18771 </row>
18772 <row>
18773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18774 \begin_inset Text
18775
18776 \begin_layout Plain Layout
18777 h
18778 \end_layout
18779
18780 \end_inset
18781 </cell>
18782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18783 \begin_inset Text
18784
18785 \begin_layout Plain Layout
18786 i
18787 \end_layout
18788
18789 \end_inset
18790 </cell>
18791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18792 \begin_inset Text
18793
18794 \begin_layout Plain Layout
18795 j
18796 \end_layout
18797
18798 \end_inset
18799 </cell>
18800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18801 \begin_inset Text
18802
18803 \begin_layout Plain Layout
18804 k
18805 \end_layout
18806
18807 \end_inset
18808 </cell>
18809 </row>
18810 </lyxtabular>
18811
18812 \end_inset
18813
18814
18815 \end_layout
18816
18817 \end_inset
18818
18819
18820 \end_layout
18821
18822 \begin_layout Subsection
18823 Line Thickness
18824 \begin_inset CommandInset label
18825 LatexCommand label
18826 name "sub:Line-Thickness"
18827
18828 \end_inset
18829
18830
18831 \begin_inset Index idx
18832 status collapsed
18833
18834 \begin_layout Plain Layout
18835 Table Customization ! Line Thickness
18836 \end_layout
18837
18838 \end_inset
18839
18840
18841 \end_layout
18842
18843 \begin_layout Standard
18844 The line thickness for all lines in a table can be adjusted with the length
18845  
18846 \series bold
18847
18848 \backslash
18849 arrayrulewidth
18850 \series default
18851 .
18852  To set for example a line thickness of 1.5
18853 \begin_inset space \thinspace{}
18854 \end_inset
18855
18856 pt, as in Table
18857 \begin_inset space ~
18858 \end_inset
18859
18860
18861 \begin_inset CommandInset ref
18862 LatexCommand ref
18863 reference "tab:Table-with-1.5"
18864
18865 \end_inset
18866
18867 , insert the command
18868 \end_layout
18869
18870 \begin_layout Standard
18871
18872 \series bold
18873
18874 \backslash
18875 setlength{
18876 \backslash
18877 arrayrulewidth}{1.5pt}
18878 \end_layout
18879
18880 \begin_layout Standard
18881 in TeX-Code before the table or table float.
18882  The changed thickness is valid for all subsequent tables.
18883  To use the default value again, set 
18884 \series bold
18885
18886 \backslash
18887 arrayrulewidth
18888 \series default
18889  to 0.4
18890 \begin_inset space \thinspace{}
18891 \end_inset
18892
18893 pt in TeX-Code after the table or table float.
18894 \end_layout
18895
18896 \begin_layout Standard
18897 \begin_inset ERT
18898 status collapsed
18899
18900 \begin_layout Plain Layout
18901
18902
18903 \backslash
18904 setlength{
18905 \backslash
18906 arrayrulewidth}{1.5pt}
18907 \end_layout
18908
18909 \end_inset
18910
18911
18912 \begin_inset Float table
18913 wide false
18914 sideways false
18915 status open
18916
18917 \begin_layout Plain Layout
18918 \begin_inset Caption
18919
18920 \begin_layout Plain Layout
18921 \begin_inset CommandInset label
18922 LatexCommand label
18923 name "tab:Table-with-1.5"
18924
18925 \end_inset
18926
18927 Table with 1.5
18928 \begin_inset space \thinspace{}
18929 \end_inset
18930
18931 pt thick lines
18932 \end_layout
18933
18934 \end_inset
18935
18936
18937 \end_layout
18938
18939 \begin_layout Plain Layout
18940 \align center
18941 \begin_inset Tabular
18942 <lyxtabular version="3" rows="3" columns="3">
18943 <features tabularvalignment="middle">
18944 <column alignment="center" valignment="top" width="0">
18945 <column alignment="center" valignment="top" width="0">
18946 <column alignment="center" valignment="top" width="0">
18947 <row>
18948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18949 \begin_inset Text
18950
18951 \begin_layout Plain Layout
18952 sd
18953 \end_layout
18954
18955 \end_inset
18956 </cell>
18957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18958 \begin_inset Text
18959
18960 \begin_layout Plain Layout
18961
18962 \end_layout
18963
18964 \end_inset
18965 </cell>
18966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18967 \begin_inset Text
18968
18969 \begin_layout Plain Layout
18970
18971 \end_layout
18972
18973 \end_inset
18974 </cell>
18975 </row>
18976 <row>
18977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18978 \begin_inset Text
18979
18980 \begin_layout Plain Layout
18981
18982 \end_layout
18983
18984 \end_inset
18985 </cell>
18986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18987 \begin_inset Text
18988
18989 \begin_layout Plain Layout
18990 sd
18991 \end_layout
18992
18993 \end_inset
18994 </cell>
18995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18996 \begin_inset Text
18997
18998 \begin_layout Plain Layout
18999
19000 \end_layout
19001
19002 \end_inset
19003 </cell>
19004 </row>
19005 <row>
19006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19007 \begin_inset Text
19008
19009 \begin_layout Plain Layout
19010
19011 \end_layout
19012
19013 \end_inset
19014 </cell>
19015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19016 \begin_inset Text
19017
19018 \begin_layout Plain Layout
19019
19020 \end_layout
19021
19022 \end_inset
19023 </cell>
19024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19025 \begin_inset Text
19026
19027 \begin_layout Plain Layout
19028 sd
19029 \end_layout
19030
19031 \end_inset
19032 </cell>
19033 </row>
19034 </lyxtabular>
19035
19036 \end_inset
19037
19038
19039 \end_layout
19040
19041 \end_inset
19042
19043
19044 \begin_inset ERT
19045 status collapsed
19046
19047 \begin_layout Plain Layout
19048
19049
19050 \backslash
19051 setlength{
19052 \backslash
19053 arrayrulewidth}{0.4pt}
19054 \end_layout
19055
19056 \end_inset
19057
19058
19059 \end_layout
19060
19061 \begin_layout Standard
19062 \begin_inset VSpace bigskip
19063 \end_inset
19064
19065 To set the line thickness to 1.5
19066 \begin_inset space \thinspace{}
19067 \end_inset
19068
19069 pt only for horizontal lines, as in Table
19070 \begin_inset space ~
19071 \end_inset
19072
19073
19074 \begin_inset CommandInset ref
19075 LatexCommand ref
19076 reference "tab:Table-with-horizontal"
19077
19078 \end_inset
19079
19080 , insert these commands in TeX-Code before the table or table float:
19081 \end_layout
19082
19083 \begin_layout Standard
19084
19085 \series bold
19086
19087 \backslash
19088 let
19089 \backslash
19090 myHline
19091 \backslash
19092 hline
19093 \begin_inset Newline newline
19094 \end_inset
19095
19096
19097 \backslash
19098 renewcommand{
19099 \backslash
19100 hline}
19101 \begin_inset Newline newline
19102 \end_inset
19103
19104  {
19105 \backslash
19106 noalign{
19107 \backslash
19108 global
19109 \backslash
19110 arrayrulewidth 1.5pt}
19111 \begin_inset Newline newline
19112 \end_inset
19113
19114  
19115 \backslash
19116 myHline
19117 \backslash
19118 noalign{
19119 \backslash
19120 global
19121 \backslash
19122 arrayrulewidth 0.4pt}}
19123 \end_layout
19124
19125 \begin_layout Standard
19126 To return to the default line thickness, insert this command in TeX-Code
19127  after the table or table float:
19128 \end_layout
19129
19130 \begin_layout Standard
19131
19132 \series bold
19133
19134 \backslash
19135 renewcommand{
19136 \backslash
19137 hline}{
19138 \backslash
19139 myHline}
19140 \end_layout
19141
19142 \begin_layout Standard
19143 \begin_inset ERT
19144 status collapsed
19145
19146 \begin_layout Plain Layout
19147
19148
19149 \backslash
19150 let
19151 \backslash
19152 myHline
19153 \backslash
19154 hline
19155 \end_layout
19156
19157 \begin_layout Plain Layout
19158
19159
19160 \backslash
19161 renewcommand{
19162 \backslash
19163 hline}
19164 \end_layout
19165
19166 \begin_layout Plain Layout
19167
19168  {
19169 \backslash
19170 noalign{
19171 \backslash
19172 global
19173 \backslash
19174 arrayrulewidth 1.5pt}
19175 \end_layout
19176
19177 \begin_layout Plain Layout
19178
19179   
19180 \backslash
19181 myHline
19182 \backslash
19183 noalign{
19184 \backslash
19185 global
19186 \backslash
19187 arrayrulewidth 0.4pt}}
19188 \end_layout
19189
19190 \end_inset
19191
19192
19193 \begin_inset Float table
19194 wide false
19195 sideways false
19196 status open
19197
19198 \begin_layout Plain Layout
19199 \begin_inset Caption
19200
19201 \begin_layout Plain Layout
19202 \begin_inset CommandInset label
19203 LatexCommand label
19204 name "tab:Table-with-horizontal"
19205
19206 \end_inset
19207
19208 Table with 1.5
19209 \begin_inset space \thinspace{}
19210 \end_inset
19211
19212 pt thick horizontal lines
19213 \end_layout
19214
19215 \end_inset
19216
19217
19218 \end_layout
19219
19220 \begin_layout Plain Layout
19221 \align center
19222 \begin_inset Tabular
19223 <lyxtabular version="3" rows="3" columns="3">
19224 <features tabularvalignment="middle">
19225 <column alignment="center" valignment="top" width="0">
19226 <column alignment="center" valignment="top" width="0">
19227 <column alignment="center" valignment="top" width="0">
19228 <row>
19229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19230 \begin_inset Text
19231
19232 \begin_layout Plain Layout
19233 sd
19234 \end_layout
19235
19236 \end_inset
19237 </cell>
19238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19239 \begin_inset Text
19240
19241 \begin_layout Plain Layout
19242
19243 \end_layout
19244
19245 \end_inset
19246 </cell>
19247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19248 \begin_inset Text
19249
19250 \begin_layout Plain Layout
19251
19252 \end_layout
19253
19254 \end_inset
19255 </cell>
19256 </row>
19257 <row>
19258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19259 \begin_inset Text
19260
19261 \begin_layout Plain Layout
19262
19263 \end_layout
19264
19265 \end_inset
19266 </cell>
19267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19268 \begin_inset Text
19269
19270 \begin_layout Plain Layout
19271 sd
19272 \end_layout
19273
19274 \end_inset
19275 </cell>
19276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19277 \begin_inset Text
19278
19279 \begin_layout Plain Layout
19280
19281 \end_layout
19282
19283 \end_inset
19284 </cell>
19285 </row>
19286 <row>
19287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19288 \begin_inset Text
19289
19290 \begin_layout Plain Layout
19291
19292 \end_layout
19293
19294 \end_inset
19295 </cell>
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
19301 \end_layout
19302
19303 \end_inset
19304 </cell>
19305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19306 \begin_inset Text
19307
19308 \begin_layout Plain Layout
19309 sd
19310 \end_layout
19311
19312 \end_inset
19313 </cell>
19314 </row>
19315 </lyxtabular>
19316
19317 \end_inset
19318
19319
19320 \end_layout
19321
19322 \end_inset
19323
19324
19325 \begin_inset ERT
19326 status collapsed
19327
19328 \begin_layout Plain Layout
19329
19330
19331 \backslash
19332 renewcommand{
19333 \backslash
19334 hline}{
19335 \backslash
19336 myHline}
19337 \end_layout
19338
19339 \end_inset
19340
19341
19342 \end_layout
19343
19344 \begin_layout Standard
19345 \begin_inset VSpace bigskip
19346 \end_inset
19347
19348 To set the line thickness to 1.5
19349 \begin_inset space \thinspace{}
19350 \end_inset
19351
19352 pt only for vertical lines, create the following column format in the document
19353  preamble, according to the description in section
19354 \begin_inset space ~
19355 \end_inset
19356
19357
19358 \begin_inset CommandInset ref
19359 LatexCommand ref
19360 reference "sub:Customized-Format"
19361
19362 \end_inset
19363
19364 :
19365 \end_layout
19366
19367 \begin_layout Standard
19368
19369 \series bold
19370
19371 \backslash
19372 newcolumntype{V}{!{
19373 \backslash
19374 vrule width 1.5pt}}
19375 \end_layout
19376
19377 \begin_layout Standard
19378 For Table
19379 \begin_inset space ~
19380 \end_inset
19381
19382
19383 \begin_inset CommandInset ref
19384 LatexCommand ref
19385 reference "tab:Table-with-vertical"
19386
19387 \end_inset
19388
19389  the LaTeX-argument
19390 \end_layout
19391
19392 \begin_layout Standard
19393
19394 \series bold
19395 VcV
19396 \end_layout
19397
19398 \begin_layout Standard
19399 was used for the last column and
19400 \end_layout
19401
19402 \begin_layout Standard
19403
19404 \series bold
19405 Vc
19406 \end_layout
19407
19408 \begin_layout Standard
19409 for the other columns.
19410 \end_layout
19411
19412 \begin_layout Standard
19413 \begin_inset Float table
19414 wide false
19415 sideways false
19416 status open
19417
19418 \begin_layout Plain Layout
19419 \begin_inset Caption
19420
19421 \begin_layout Plain Layout
19422 \begin_inset CommandInset label
19423 LatexCommand label
19424 name "tab:Table-with-vertical"
19425
19426 \end_inset
19427
19428 Table with 1.5
19429 \begin_inset space \thinspace{}
19430 \end_inset
19431
19432 pt thick vertical lines
19433 \end_layout
19434
19435 \end_inset
19436
19437
19438 \end_layout
19439
19440 \begin_layout Plain Layout
19441 \align center
19442 \begin_inset Tabular
19443 <lyxtabular version="3" rows="3" columns="3">
19444 <features tabularvalignment="middle">
19445 <column alignment="center" valignment="top" width="0" special="Vc">
19446 <column alignment="center" valignment="top" width="0" special="Vc">
19447 <column alignment="center" valignment="top" width="0" special="VcV">
19448 <row>
19449 <cell alignment="center" valignment="top" topline="true" usebox="none">
19450 \begin_inset Text
19451
19452 \begin_layout Plain Layout
19453 sd
19454 \end_layout
19455
19456 \end_inset
19457 </cell>
19458 <cell alignment="center" valignment="top" topline="true" usebox="none">
19459 \begin_inset Text
19460
19461 \begin_layout Plain Layout
19462
19463 \end_layout
19464
19465 \end_inset
19466 </cell>
19467 <cell alignment="center" valignment="top" topline="true" usebox="none">
19468 \begin_inset Text
19469
19470 \begin_layout Plain Layout
19471
19472 \end_layout
19473
19474 \end_inset
19475 </cell>
19476 </row>
19477 <row>
19478 <cell alignment="center" valignment="top" topline="true" usebox="none">
19479 \begin_inset Text
19480
19481 \begin_layout Plain Layout
19482
19483 \end_layout
19484
19485 \end_inset
19486 </cell>
19487 <cell alignment="center" valignment="top" topline="true" usebox="none">
19488 \begin_inset Text
19489
19490 \begin_layout Plain Layout
19491 sd
19492 \end_layout
19493
19494 \end_inset
19495 </cell>
19496 <cell alignment="center" valignment="top" topline="true" usebox="none">
19497 \begin_inset Text
19498
19499 \begin_layout Plain Layout
19500
19501 \end_layout
19502
19503 \end_inset
19504 </cell>
19505 </row>
19506 <row>
19507 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19508 \begin_inset Text
19509
19510 \begin_layout Plain Layout
19511
19512 \end_layout
19513
19514 \end_inset
19515 </cell>
19516 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19517 \begin_inset Text
19518
19519 \begin_layout Plain Layout
19520
19521 \end_layout
19522
19523 \end_inset
19524 </cell>
19525 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19526 \begin_inset Text
19527
19528 \begin_layout Plain Layout
19529 sd
19530 \end_layout
19531
19532 \end_inset
19533 </cell>
19534 </row>
19535 </lyxtabular>
19536
19537 \end_inset
19538
19539
19540 \end_layout
19541
19542 \end_inset
19543
19544
19545 \end_layout
19546
19547 \begin_layout Subsection
19548 Dashed Lines
19549 \begin_inset Index idx
19550 status collapsed
19551
19552 \begin_layout Plain Layout
19553 Table Customization ! Dashed Lines
19554 \end_layout
19555
19556 \end_inset
19557
19558
19559 \end_layout
19560
19561 \begin_layout Standard
19562 \begin_inset ERT
19563 status collapsed
19564
19565 \begin_layout Plain Layout
19566
19567
19568 \backslash
19569 ifarydshln
19570 \end_layout
19571
19572 \end_inset
19573
19574
19575 \begin_inset Note Note
19576 status open
19577
19578 \begin_layout Plain Layout
19579 The following section will only be displayed when the LaTeX-package 
19580 \series bold
19581 arydshln
19582 \series default
19583  is installed.
19584 \end_layout
19585
19586 \end_inset
19587
19588
19589 \end_layout
19590
19591 \begin_layout Standard
19592 \begin_inset Float table
19593 placement H
19594 wide false
19595 sideways false
19596 status open
19597
19598 \begin_layout Plain Layout
19599 \begin_inset Caption
19600
19601 \begin_layout Plain Layout
19602 \begin_inset CommandInset label
19603 LatexCommand label
19604 name "tab:Table-with-dashed"
19605
19606 \end_inset
19607
19608 Table with dashed lines
19609 \end_layout
19610
19611 \end_inset
19612
19613
19614 \end_layout
19615
19616 \begin_layout Plain Layout
19617 \align center
19618 \begin_inset Tabular
19619 <lyxtabular version="3" rows="5" columns="5">
19620 <features tabularvalignment="middle">
19621 <column alignment="center" valignment="top" width="0">
19622 <column alignment="center" valignment="top" width="0">
19623 <column alignment="center" valignment="top" width="0" special=":c">
19624 <column alignment="center" valignment="top" width="0">
19625 <column alignment="center" valignment="top" width="0">
19626 <row>
19627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19628 \begin_inset Text
19629
19630 \begin_layout Plain Layout
19631 a
19632 \end_layout
19633
19634 \end_inset
19635 </cell>
19636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19637 \begin_inset Text
19638
19639 \begin_layout Plain Layout
19640 b
19641 \end_layout
19642
19643 \end_inset
19644 </cell>
19645 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19646 \begin_inset Text
19647
19648 \begin_layout Plain Layout
19649 c
19650 \end_layout
19651
19652 \end_inset
19653 </cell>
19654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19655 \begin_inset Text
19656
19657 \begin_layout Plain Layout
19658 d
19659 \end_layout
19660
19661 \end_inset
19662 </cell>
19663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19664 \begin_inset Text
19665
19666 \begin_layout Plain Layout
19667 e
19668 \end_layout
19669
19670 \end_inset
19671 </cell>
19672 </row>
19673 <row>
19674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19675 \begin_inset Text
19676
19677 \begin_layout Plain Layout
19678 f
19679 \end_layout
19680
19681 \end_inset
19682 </cell>
19683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19684 \begin_inset Text
19685
19686 \begin_layout Plain Layout
19687 g
19688 \end_layout
19689
19690 \end_inset
19691 </cell>
19692 <cell alignment="center" valignment="top" topline="true" usebox="none">
19693 \begin_inset Text
19694
19695 \begin_layout Plain Layout
19696 h
19697 \end_layout
19698
19699 \end_inset
19700 </cell>
19701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19702 \begin_inset Text
19703
19704 \begin_layout Plain Layout
19705 i
19706 \end_layout
19707
19708 \end_inset
19709 </cell>
19710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19711 \begin_inset Text
19712
19713 \begin_layout Plain Layout
19714 j
19715 \end_layout
19716
19717 \end_inset
19718 </cell>
19719 </row>
19720 <row>
19721 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19722 \begin_inset Text
19723
19724 \begin_layout Plain Layout
19725 \begin_inset ERT
19726 status collapsed
19727
19728 \begin_layout Plain Layout
19729
19730
19731 \backslash
19732 hdashline 
19733 \end_layout
19734
19735 \end_inset
19736
19737 k
19738 \end_layout
19739
19740 \end_inset
19741 </cell>
19742 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19743 \begin_inset Text
19744
19745 \begin_layout Plain Layout
19746 l
19747 \end_layout
19748
19749 \end_inset
19750 </cell>
19751 <cell alignment="center" valignment="top" usebox="none">
19752 \begin_inset Text
19753
19754 \begin_layout Plain Layout
19755 m
19756 \end_layout
19757
19758 \end_inset
19759 </cell>
19760 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19761 \begin_inset Text
19762
19763 \begin_layout Plain Layout
19764 n
19765 \end_layout
19766
19767 \end_inset
19768 </cell>
19769 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19770 \begin_inset Text
19771
19772 \begin_layout Plain Layout
19773 o
19774 \end_layout
19775
19776 \end_inset
19777 </cell>
19778 </row>
19779 <row>
19780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19781 \begin_inset Text
19782
19783 \begin_layout Plain Layout
19784 \begin_inset ERT
19785 status collapsed
19786
19787 \begin_layout Plain Layout
19788
19789
19790 \backslash
19791 cdashline{4-5}
19792 \end_layout
19793
19794 \end_inset
19795
19796 p
19797 \end_layout
19798
19799 \end_inset
19800 </cell>
19801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19802 \begin_inset Text
19803
19804 \begin_layout Plain Layout
19805 q
19806 \end_layout
19807
19808 \end_inset
19809 </cell>
19810 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
19811 \begin_inset Text
19812
19813 \begin_layout Plain Layout
19814 r
19815 \end_layout
19816
19817 \end_inset
19818 </cell>
19819 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
19820 \begin_inset Text
19821
19822 \begin_layout Plain Layout
19823 s
19824 \end_layout
19825
19826 \end_inset
19827 </cell>
19828 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19829 \begin_inset Text
19830
19831 \begin_layout Plain Layout
19832
19833 \end_layout
19834
19835 \end_inset
19836 </cell>
19837 </row>
19838 <row>
19839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19840 \begin_inset Text
19841
19842 \begin_layout Plain Layout
19843 t
19844 \end_layout
19845
19846 \end_inset
19847 </cell>
19848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19849 \begin_inset Text
19850
19851 \begin_layout Plain Layout
19852 u
19853 \end_layout
19854
19855 \end_inset
19856 </cell>
19857 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19858 \begin_inset Text
19859
19860 \begin_layout Plain Layout
19861 v
19862 \end_layout
19863
19864 \end_inset
19865 </cell>
19866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19867 \begin_inset Text
19868
19869 \begin_layout Plain Layout
19870 w
19871 \end_layout
19872
19873 \end_inset
19874 </cell>
19875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19876 \begin_inset Text
19877
19878 \begin_layout Plain Layout
19879 x
19880 \end_layout
19881
19882 \end_inset
19883 </cell>
19884 </row>
19885 </lyxtabular>
19886
19887 \end_inset
19888
19889
19890 \end_layout
19891
19892 \end_inset
19893
19894
19895 \end_layout
19896
19897 \begin_layout Standard
19898 LyX does not natively support dashed lines, so you have to use TeX-Code.
19899  As a prerequisite the LaTeX-package 
19900 \series bold
19901 arydshln
19902 \series default
19903
19904 \begin_inset Index idx
19905 status collapsed
19906
19907 \begin_layout Plain Layout
19908 LaTeX-packages ! arydshln
19909 \end_layout
19910
19911 \end_inset
19912
19913  must be loaded in the document preamble with the command
19914 \end_layout
19915
19916 \begin_layout Standard
19917
19918 \series bold
19919
19920 \backslash
19921 usepackage{arydshln}
19922 \end_layout
19923
19924 \begin_layout Standard
19925 To make a vertical line dashed, enter the colon 
19926 \begin_inset Quotes eld
19927 \end_inset
19928
19929 :
19930 \begin_inset Quotes erd
19931 \end_inset
19932
19933  together with the character for the horizontal alignment as LaTeX-argument
19934  in the table cell dialog.
19935 \end_layout
19936
19937 \begin_layout Standard
19938 For a horizontal dashed line add the command
19939 \end_layout
19940
19941 \begin_layout Standard
19942
19943 \series bold
19944
19945 \backslash
19946 hdashline
19947 \end_layout
19948
19949 \begin_layout Standard
19950 in TeX-Code as first element of the first cell in the table row.
19951 \end_layout
19952
19953 \begin_layout Standard
19954 For dashed multicolumn lines use the command
19955 \end_layout
19956
19957 \begin_layout Standard
19958
19959 \series bold
19960
19961 \backslash
19962 cdashline{line number
19963 \series default
19964 }
19965 \end_layout
19966
19967 \begin_layout Standard
19968 in TeX-Code as the first element of the first cell in the table row.
19969  If you have for example a multicolumn spanning columns 2 to 4 and you want
19970  to have a dashed line above, add the command
19971 \end_layout
19972
19973 \begin_layout Standard
19974
19975 \series bold
19976
19977 \backslash
19978 cdashline{2-4}
19979 \end_layout
19980
19981 \begin_layout Standard
19982 as the first element of the first cell in the row of the multicolumn.
19983 \end_layout
19984
19985 \begin_layout Standard
19986 \begin_inset VSpace bigskip
19987 \end_inset
19988
19989
19990 \end_layout
19991
19992 \begin_layout Standard
19993 Table
19994 \begin_inset space ~
19995 \end_inset
19996
19997
19998 \begin_inset CommandInset ref
19999 LatexCommand ref
20000 reference "tab:Table-with-dashed"
20001
20002 \end_inset
20003
20004  was created using 
20005 \begin_inset Quotes eld
20006 \end_inset
20007
20008
20009 \series bold
20010 :c
20011 \series default
20012
20013 \begin_inset Quotes erd
20014 \end_inset
20015
20016  as LaTeX-argument of the third column.
20017  The TeX-Code command 
20018 \series bold
20019
20020 \backslash
20021 hdashline
20022 \series default
20023  was inserted in the first cell of the third row and the TeX-Code command
20024 \begin_inset Newline newline
20025 \end_inset
20026
20027  
20028 \series bold
20029
20030 \backslash
20031 cdashline{4-5}
20032 \series default
20033  was inserted in the first cell of the fourth row.
20034 \end_layout
20035
20036 \begin_layout Standard
20037 \begin_inset Note Greyedout
20038 status open
20039
20040 \begin_layout Plain Layout
20041
20042 \series bold
20043 Note:
20044 \series default
20045  The LaTeX-package 
20046 \series bold
20047 arydshln
20048 \series default
20049  is apparently not compatible with the LaTeX-package 
20050 \series bold
20051 colortbl
20052 \series default
20053
20054 \begin_inset Index idx
20055 status collapsed
20056
20057 \begin_layout Plain Layout
20058 LaTeX-packages ! colortbl
20059 \end_layout
20060
20061 \end_inset
20062
20063  that is used for colored tables in section
20064 \begin_inset space ~
20065 \end_inset
20066
20067
20068 \begin_inset CommandInset ref
20069 LatexCommand ref
20070 reference "sec:Colored-Tables"
20071
20072 \end_inset
20073
20074 .
20075  That means colored tables cannot have dashed lines.
20076 \end_layout
20077
20078 \end_inset
20079
20080
20081 \end_layout
20082
20083 \begin_layout Standard
20084 \begin_inset ERT
20085 status collapsed
20086
20087 \begin_layout Plain Layout
20088
20089
20090 \backslash
20091 else
20092 \end_layout
20093
20094 \end_inset
20095
20096
20097 \begin_inset Note Note
20098 status open
20099
20100 \begin_layout Plain Layout
20101 The following will be displayed when the LaTeX-package 
20102 \series bold
20103 arydshln
20104 \series default
20105  is not installed:
20106 \end_layout
20107
20108 \end_inset
20109
20110
20111 \end_layout
20112
20113 \begin_layout Standard
20114 You need to install the package 
20115 \series bold
20116 arydshln
20117 \series default
20118  to see the content of this section in the output.
20119 \end_layout
20120
20121 \begin_layout Standard
20122 \begin_inset ERT
20123 status collapsed
20124
20125 \begin_layout Plain Layout
20126
20127
20128 \backslash
20129 fi
20130 \end_layout
20131
20132 \end_inset
20133
20134
20135 \end_layout
20136
20137 \begin_layout Chapter
20138 Floats
20139 \begin_inset CommandInset label
20140 LatexCommand label
20141 name "chap:Floats"
20142
20143 \end_inset
20144
20145
20146 \begin_inset Index idx
20147 status collapsed
20148
20149 \begin_layout Plain Layout
20150 Floats
20151 \end_layout
20152
20153 \end_inset
20154
20155
20156 \end_layout
20157
20158 \begin_layout Section
20159 Introduction
20160 \begin_inset CommandInset label
20161 LatexCommand label
20162 name "sec:FloatIntroduction"
20163
20164 \end_inset
20165
20166
20167 \begin_inset Index idx
20168 status collapsed
20169
20170 \begin_layout Plain Layout
20171 Floats ! Introduction
20172 \end_layout
20173
20174 \end_inset
20175
20176
20177 \end_layout
20178
20179 \begin_layout Standard
20180 A float is a block of text associated with some sort of label, which doesn't
20181  have a fixed location.
20182  It can 
20183 \begin_inset Quotes eld
20184 \end_inset
20185
20186 float
20187 \begin_inset Quotes erd
20188 \end_inset
20189
20190  forward or backward a page or two, to wherever it fits best.
20191  
20192 \family sans
20193 Footnotes
20194 \family default
20195  and 
20196 \family sans
20197 Margin
20198 \begin_inset space ~
20199 \end_inset
20200
20201 Notes
20202 \family default
20203  are also floats, because they can float to the next page when there are
20204  too many notes on the page.
20205 \end_layout
20206
20207 \begin_layout Standard
20208 Floats allow a high quality layout.
20209  Images and tables can be spread evenly to the pages to avoid white space
20210  and pages without text.
20211  As the floating often destroys the context between the text and the image/table
20212 , every float can be referenced in the text.
20213  Floats are therefore numbered.
20214  Referencing is described in section
20215 \begin_inset space ~
20216 \end_inset
20217
20218
20219 \begin_inset CommandInset ref
20220 LatexCommand ref
20221 reference "sec:Referencing-Floats"
20222
20223 \end_inset
20224
20225 .
20226 \end_layout
20227
20228 \begin_layout Standard
20229 To insert a float, use the menu 
20230 \family sans
20231 Insert\SpecialChar \menuseparator
20232 Float
20233 \family default
20234 .
20235  This inserts the 
20236 \family sans
20237 Caption
20238 \family default
20239  inset, a box with a label.
20240  The label will automatically be translated to the document language in
20241  the output.
20242  After the label you can insert the caption text.
20243  The image or table is inserted above or below the caption in a separate
20244  paragraph within the float.
20245  More about the caption placement is contained in section
20246 \begin_inset space ~
20247 \end_inset
20248
20249
20250 \begin_inset CommandInset ref
20251 LatexCommand ref
20252 reference "sec:Caption-Placement"
20253
20254 \end_inset
20255
20256 .
20257  To keep your LyX-document readable, you can open and close the float box
20258  by left-clicking on the box label.
20259  A closed float box looks like this: 
20260 \begin_inset Graphics
20261         filename clipart/floatQt4.png
20262         scale 70
20263         scaleBeforeRotation
20264
20265 \end_inset
20266
20267  â€“ a gray button with a red label.
20268 \end_layout
20269
20270 \begin_layout Standard
20271 It is recommended that you insert floats as a separate standard paragraph
20272  to avoid possible LaTeX-errors that can occur when the surrounding text
20273  is specially formatted.
20274 \end_layout
20275
20276 \begin_layout Standard
20277 Existing figures or tables can be put into a float by highlighting them
20278  and then pressing the corresponding toolbar button for a new float.
20279 \end_layout
20280
20281 \begin_layout Section
20282 Float Types
20283 \end_layout
20284
20285 \begin_layout Standard
20286 Besides figure and table floats that are described in sections
20287 \begin_inset space ~
20288 \end_inset
20289
20290
20291 \begin_inset CommandInset ref
20292 LatexCommand ref
20293 reference "sec:Figure-Floats"
20294
20295 \end_inset
20296
20297  and 
20298 \begin_inset CommandInset ref
20299 LatexCommand ref
20300 reference "sec:Table-Floats"
20301
20302 \end_inset
20303
20304  respectively, LyX offers the float types 
20305 \family sans
20306 Algorithm
20307 \family default
20308  and 
20309 \family sans
20310 Wrap
20311 \family default
20312 .
20313  The latter are explained in sec.
20314 \begin_inset space \thinspace{}
20315 \end_inset
20316
20317
20318 \begin_inset CommandInset ref
20319 LatexCommand ref
20320 reference "sec:Wrap-Floats"
20321
20322 \end_inset
20323
20324 .
20325 \end_layout
20326
20327 \begin_layout Subsection
20328 Algorithm Floats
20329 \begin_inset Index idx
20330 status collapsed
20331
20332 \begin_layout Plain Layout
20333 Floats ! Algorithms
20334 \end_layout
20335
20336 \end_inset
20337
20338
20339 \end_layout
20340
20341 \begin_layout Standard
20342 \begin_inset Float algorithm
20343 placement h
20344 wide false
20345 sideways false
20346 status open
20347
20348 \begin_layout Plain Layout
20349 \begin_inset Caption
20350
20351 \begin_layout Plain Layout
20352 \begin_inset CommandInset label
20353 LatexCommand label
20354 name "alg:Example-Algorithm-float"
20355
20356 \end_inset
20357
20358 Example Algorithm float
20359 \end_layout
20360
20361 \end_inset
20362
20363
20364 \end_layout
20365
20366 \begin_layout LyX-Code
20367 for I in 1..N loop
20368 \begin_inset Newline newline
20369 \end_inset
20370
20371  Sum:= Sum + A(I); /*comment*/
20372 \begin_inset Newline newline
20373 \end_inset
20374
20375 end loop
20376 \begin_inset VSpace -4mm
20377 \end_inset
20378
20379
20380 \end_layout
20381
20382 \end_inset
20383
20384
20385 \end_layout
20386
20387 \begin_layout Standard
20388 This float type is inserted with the menu 
20389 \family sans
20390 Insert\SpecialChar \menuseparator
20391 Floats\SpecialChar \menuseparator
20392 Algorithm
20393 \family default
20394 .
20395  It is used for program codes and descriptions of algorithms and can be
20396  seen as an alternative to program code listings that are explained in chapter
20397 \begin_inset space ~
20398 \end_inset
20399
20400
20401 \begin_inset CommandInset ref
20402 LatexCommand ref
20403 reference "cha:Program-Code-Listings"
20404
20405 \end_inset
20406
20407 .
20408  A possible environment for algorithms is the 
20409 \family sans
20410 LyX-Code
20411 \family default
20412 , described in LyX's 
20413 \emph on
20414 Userguide
20415 \emph default
20416 .
20417  Algorithm
20418 \begin_inset space ~
20419 \end_inset
20420
20421
20422 \begin_inset CommandInset ref
20423 LatexCommand ref
20424 reference "alg:Example-Algorithm-float"
20425
20426 \end_inset
20427
20428  is an example of an algorithm float where -4
20429 \begin_inset space \thinspace{}
20430 \end_inset
20431
20432 mm vertical space was added at the end of the float to have the bottom rule
20433  exactly below the last text line.
20434 \end_layout
20435
20436 \begin_layout Standard
20437 The float label is not automatically translated into the document language.
20438  If your document is not in English, you have to do this manually by adding
20439  the following line to the document preamble
20440 \series bold
20441 :
20442 \end_layout
20443
20444 \begin_layout Standard
20445
20446 \series bold
20447
20448 \backslash
20449 floatname{algorithm}{your
20450 \begin_inset space ~
20451 \end_inset
20452
20453 name}
20454 \end_layout
20455
20456 \begin_layout Standard
20457 where 
20458 \family sans
20459 your
20460 \begin_inset space ~
20461 \end_inset
20462
20463 name
20464 \family default
20465  is the word 
20466 \begin_inset Quotes eld
20467 \end_inset
20468
20469
20470 \emph on
20471 algorithm
20472 \emph default
20473
20474 \begin_inset Quotes erd
20475 \end_inset
20476
20477  in your language.
20478 \end_layout
20479
20480 \begin_layout Standard
20481 To insert the list of algorithms you can use the menu 
20482 \family sans
20483 Insert\SpecialChar \menuseparator
20484 List
20485 \begin_inset space \thinspace{}
20486 \end_inset
20487
20488 /
20489 \begin_inset space \thinspace{}
20490 \end_inset
20491
20492 TOC\SpecialChar \menuseparator
20493 List of Algorithms
20494 \family default
20495  when your document has the same language as LyX's menu names.
20496  In other cases use this command in TeX-Code instead:
20497 \end_layout
20498
20499 \begin_layout Standard
20500
20501 \series bold
20502
20503 \backslash
20504 listof{algorithm}{your
20505 \begin_inset space ~
20506 \end_inset
20507
20508 name}
20509 \end_layout
20510
20511 \begin_layout Standard
20512 where 
20513 \family sans
20514 your
20515 \begin_inset space ~
20516 \end_inset
20517
20518 name
20519 \family default
20520  is the word 
20521 \begin_inset Quotes eld
20522 \end_inset
20523
20524
20525 \emph on
20526 List of Algorithm
20527 \emph default
20528 s
20529 \begin_inset Quotes erd
20530 \end_inset
20531
20532  in your language.
20533 \end_layout
20534
20535 \begin_layout Standard
20536 Algorithm floats are not by default numbered in the scheme 
20537 \begin_inset Quotes eld
20538 \end_inset
20539
20540 chapter.algorithm
20541 \begin_inset Quotes erd
20542 \end_inset
20543
20544  as is the case for table and figure floats in many document-classes.
20545  To number algorithm floats in the same scheme, add this command to your
20546  document preamble:
20547 \end_layout
20548
20549 \begin_layout Standard
20550
20551 \series bold
20552
20553 \backslash
20554 numberwithin{algorithm}{chapter}
20555 \end_layout
20556
20557 \begin_layout Standard
20558 To be able to use the command 
20559 \series bold
20560
20561 \backslash
20562 numberwithin
20563 \series default
20564 , set in the tab 
20565 \family sans
20566 Math
20567 \begin_inset space ~
20568 \end_inset
20569
20570 Options
20571 \family default
20572  in the document settings the option 
20573 \family sans
20574 Use
20575 \begin_inset space ~
20576 \end_inset
20577
20578 AMS
20579 \begin_inset space ~
20580 \end_inset
20581
20582 math
20583 \begin_inset space ~
20584 \end_inset
20585
20586 package
20587 \family default
20588 .
20589 \end_layout
20590
20591 \begin_layout Section
20592 Float Numbering
20593 \begin_inset Index idx
20594 status collapsed
20595
20596 \begin_layout Plain Layout
20597 Floats ! Numbering
20598 \end_layout
20599
20600 \end_inset
20601
20602
20603 \end_layout
20604
20605 \begin_layout Standard
20606 Floats are usually numbered either independently from the sections the floats
20607  are in, or in the scheme 
20608 \begin_inset Quotes eld
20609 \end_inset
20610
20611 chapter.number
20612 \begin_inset Quotes erd
20613 \end_inset
20614
20615  or 
20616 \begin_inset Quotes eld
20617 \end_inset
20618
20619 section.number
20620 \begin_inset Quotes erd
20621 \end_inset
20622
20623 .
20624  This depends on the document class used.
20625 \end_layout
20626
20627 \begin_layout Standard
20628 To change section-independent numbering, you can use this command in the
20629  document preamble:
20630 \end_layout
20631
20632 \begin_layout Standard
20633
20634 \series bold
20635
20636 \backslash
20637 renewcommand{
20638 \backslash
20639 thetable}{
20640 \backslash
20641 roman{table}}
20642 \end_layout
20643
20644 \begin_layout Standard
20645
20646 \series bold
20647
20648 \backslash
20649 thetable
20650 \series default
20651  is the command that prints the table number, for figure floats, the command
20652  would be 
20653 \series bold
20654
20655 \backslash
20656 thefigure
20657 \series default
20658 .
20659  
20660 \series bold
20661
20662 \backslash
20663 roman
20664 \series default
20665  in the command above prints the table number as small roman number.
20666 \end_layout
20667
20668 \begin_layout Standard
20669 To change the numbering scheme for example to 
20670 \begin_inset Quotes eld
20671 \end_inset
20672
20673 subsection.number
20674 \begin_inset Quotes erd
20675 \end_inset
20676
20677 , use this command in the preamble:
20678 \end_layout
20679
20680 \begin_layout Standard
20681
20682 \series bold
20683
20684 \backslash
20685 numberwithin{table}{subsection}
20686 \end_layout
20687
20688 \begin_layout Standard
20689 To be able to use the command 
20690 \series bold
20691
20692 \backslash
20693 numberwithin
20694 \series default
20695 , set in the tab 
20696 \family sans
20697 Math
20698 \begin_inset space ~
20699 \end_inset
20700
20701 Options
20702 \family default
20703  in the document settings the option 
20704 \family sans
20705 Use
20706 \begin_inset space ~
20707 \end_inset
20708
20709 AMS
20710 \begin_inset space ~
20711 \end_inset
20712
20713 math
20714 \begin_inset space ~
20715 \end_inset
20716
20717 package
20718 \family default
20719 .
20720 \end_layout
20721
20722 \begin_layout Standard
20723 Please also have a look at section
20724 \begin_inset space ~
20725 \end_inset
20726
20727
20728 \begin_inset CommandInset ref
20729 LatexCommand ref
20730 reference "sub:Footnote-Numbering"
20731
20732 \end_inset
20733
20734  for the details and important notes about the numbering commands.
20735 \end_layout
20736
20737 \begin_layout Section
20738 Referencing Floats
20739 \begin_inset CommandInset label
20740 LatexCommand label
20741 name "sec:Referencing-Floats"
20742
20743 \end_inset
20744
20745
20746 \begin_inset Index idx
20747 status collapsed
20748
20749 \begin_layout Plain Layout
20750 Floats ! References
20751 \end_layout
20752
20753 \end_inset
20754
20755
20756 \begin_inset Index idx
20757 status collapsed
20758
20759 \begin_layout Plain Layout
20760 References ! to Floats
20761 \end_layout
20762
20763 \end_inset
20764
20765
20766 \end_layout
20767
20768 \begin_layout Standard
20769 To reference a float, insert a label into its caption using the menu 
20770 \family sans
20771 Insert\SpecialChar \menuseparator
20772 Label
20773 \family default
20774  or the toolbar button 
20775 \family sans
20776
20777 \begin_inset Info
20778 type  "icon"
20779 arg   "label-insert"
20780 \end_inset
20781
20782
20783 \family default
20784 .
20785  A grey label box like this one: 
20786 \begin_inset Graphics
20787         filename clipart/labelQt4.png
20788         scale 85
20789         scaleBeforeRotation
20790
20791 \end_inset
20792
20793  will be inserted and the label window pops up asking for the label text.
20794  LyX offers as text the first words of the caption with a prefix.
20795  The prefix depends on the float type, e.
20796 \begin_inset space \thinspace{}
20797 \end_inset
20798
20799 g.
20800 \begin_inset space \space{}
20801 \end_inset
20802
20803 for figure floats the prefix will be "
20804 \family sans
20805 fig:
20806 \family default
20807 ".
20808 \end_layout
20809
20810 \begin_layout Standard
20811 The label is used as anchor and name for the reference.
20812  You can refer to the label using the menu 
20813 \family sans
20814 Insert\SpecialChar \menuseparator
20815 Cross-reference
20816 \family default
20817  or the toolbar button 
20818 \family sans
20819
20820 \begin_inset Info
20821 type  "icon"
20822 arg   "dialog-show-new-inset ref"
20823 \end_inset
20824
20825
20826 \family default
20827 .
20828  A grey cross-reference box like this one: 
20829 \begin_inset Graphics
20830         filename clipart/referenceQt4.png
20831         scale 85
20832         scaleBeforeRotation
20833
20834 \end_inset
20835
20836  will be inserted and the cross-reference window appear showing all labels
20837  of the document.
20838  If you have multiple LyX-documents opened, choose the one you are working
20839  on from the drop-list at the top of the dialog.
20840  You can now sort the labels alphabetically and then choose one.
20841  At the position of the cross-reference box the float number will appear
20842  in the output.
20843 \end_layout
20844
20845 \begin_layout Standard
20846 It is recommended that you use a protected space between the cross-reference
20847  name and its number to avoid line breaks between them.
20848  If a cross-reference refers to a non-existing label, you will see two question
20849  marks in the output instead of the reference.
20850 \end_layout
20851
20852 \begin_layout Standard
20853 You can change labels at any time by clicking on the label box.
20854  References to the changed label will automatically change its link to the
20855  new label text, so that you don't need to take care about this.
20856 \end_layout
20857
20858 \begin_layout Standard
20859 The button 
20860 \family sans
20861 Go
20862 \begin_inset space ~
20863 \end_inset
20864
20865 to
20866 \begin_inset space ~
20867 \end_inset
20868
20869 Label
20870 \family default
20871  in the cross-reference window sets the cursor before the referred label.
20872  The button text changes then to Go
20873 \begin_inset space ~
20874 \end_inset
20875
20876 Back and you can use it to set the cursor back to the cross-reference.
20877  Right-clicking on a cross-reference box also sets the cursor before the
20878  referenced label but without the possibility of going back.
20879 \end_layout
20880
20881 \begin_layout Subsection
20882 Cross-Reference Formats
20883 \begin_inset CommandInset label
20884 LatexCommand label
20885 name "sub:Cross-Reference-Formats"
20886
20887 \end_inset
20888
20889
20890 \begin_inset Index idx
20891 status collapsed
20892
20893 \begin_layout Plain Layout
20894 References ! Formats
20895 \end_layout
20896
20897 \end_inset
20898
20899
20900 \end_layout
20901
20902 \begin_layout Standard
20903 There are six varieties of cross-references:
20904 \end_layout
20905
20906 \begin_layout Description
20907 <reference>: prints the float number, this is the default: 
20908 \begin_inset CommandInset ref
20909 LatexCommand ref
20910 reference "fig:Two-distorted-images"
20911
20912 \end_inset
20913
20914
20915 \end_layout
20916
20917 \begin_layout Description
20918 (<reference>): prints the float number within two parentheses, this is the
20919  style normally used to reference formulas, especially when the reference
20920  name 
20921 \begin_inset Quotes eld
20922 \end_inset
20923
20924 Equation
20925 \begin_inset Quotes erd
20926 \end_inset
20927
20928  is omitted: 
20929 \begin_inset CommandInset ref
20930 LatexCommand eqref
20931 reference "eq:Wgn"
20932
20933 \end_inset
20934
20935
20936 \end_layout
20937
20938 \begin_layout Description
20939 <page>: prints the page number: Page
20940 \begin_inset space ~
20941 \end_inset
20942
20943
20944 \begin_inset CommandInset ref
20945 LatexCommand pageref
20946 reference "fig:Two-distorted-images"
20947
20948 \end_inset
20949
20950
20951 \end_layout
20952
20953 \begin_layout Description
20954 on
20955 \begin_inset space ~
20956 \end_inset
20957
20958 page
20959 \begin_inset space ~
20960 \end_inset
20961
20962 <page>: prints the text "on page" and the page number: 
20963 \begin_inset CommandInset ref
20964 LatexCommand vpageref
20965 reference "fig:Two-distorted-images"
20966
20967 \end_inset
20968
20969
20970 \end_layout
20971
20972 \begin_layout Description
20973 <reference>
20974 \begin_inset space ~
20975 \end_inset
20976
20977 on
20978 \begin_inset space ~
20979 \end_inset
20980
20981 page
20982 \begin_inset space ~
20983 \end_inset
20984
20985 <page>: prints the float number, the text "on page", and the page number:
20986  
20987 \begin_inset CommandInset ref
20988 LatexCommand vref
20989 reference "fig:Two-distorted-images"
20990
20991 \end_inset
20992
20993
20994 \end_layout
20995
20996 \begin_layout Description
20997 Formatted
20998 \begin_inset space ~
20999 \end_inset
21000
21001 reference: prints a self-defined cross-reference format.
21002 \begin_inset Newline newline
21003 \end_inset
21004
21005
21006 \begin_inset Note Greyedout
21007 status open
21008
21009 \begin_layout Plain Layout
21010
21011 \series bold
21012 Note:
21013 \series default
21014  This feature is only available when you have the LaTeX-package 
21015 \series bold
21016 prettyref
21017 \series default
21018  or 
21019 \series bold
21020 refstyle
21021 \series default
21022
21023 \begin_inset Index idx
21024 status collapsed
21025
21026 \begin_layout Plain Layout
21027 LaTeX-packages ! prettyref
21028 \end_layout
21029
21030 \end_inset
21031
21032
21033 \begin_inset Index idx
21034 status collapsed
21035
21036 \begin_layout Plain Layout
21037 LaTeX-packages ! refstyle
21038 \end_layout
21039
21040 \end_inset
21041
21042  installed.
21043 \end_layout
21044
21045 \end_inset
21046
21047
21048 \begin_inset Newline newline
21049 \end_inset
21050
21051 You can select which LaTeX-package should be used for this feature by setting
21052  the option 
21053 \family sans
21054 Use refstyle (not prettyref) for cross-references
21055 \family default
21056  in the menu 
21057 \family sans
21058 Document\SpecialChar \menuseparator
21059 Settings\SpecialChar \menuseparator
21060 Document Class
21061 \family default
21062 .
21063  The format is specified by adding the command 
21064 \series bold
21065
21066 \backslash
21067 newrefformat
21068 \series default
21069  (prettyref) or 
21070 \series bold
21071
21072 \backslash
21073 newref
21074 \series default
21075  (refstyle) to the preamble of the document.
21076  For example redefining all references to figures (which have the label
21077  shortcut 
21078 \begin_inset Quotes eld
21079 \end_inset
21080
21081
21082 \family sans
21083 fig
21084 \family default
21085
21086 \begin_inset Quotes erd
21087 \end_inset
21088
21089 ) can be done with this command
21090 \begin_inset Newline newline
21091 \end_inset
21092
21093
21094 \series bold
21095
21096 \backslash
21097 newref{fig}{refcmd={Image on page 
21098 \backslash
21099 pageref{#1}}}
21100 \series default
21101
21102 \begin_inset Newline newline
21103 \end_inset
21104
21105 For more information about the format, have a look at the package documentations
21106
21107 \begin_inset CommandInset citation
21108 LatexCommand cite
21109 key "prettyref,refstyle"
21110
21111 \end_inset
21112
21113 .
21114 \end_layout
21115
21116 \begin_layout Description
21117 Textual
21118 \begin_inset space ~
21119 \end_inset
21120
21121 reference: prints the caption of the reference: 
21122 \begin_inset CommandInset ref
21123 LatexCommand nameref
21124 reference "fig:Two-distorted-images"
21125
21126 \end_inset
21127
21128
21129 \end_layout
21130
21131 \begin_layout Standard
21132
21133 \family sans
21134 <page>
21135 \family default
21136  will not print the page number if the label is on the previous, the same,
21137  or the next page.
21138  You will e.
21139 \begin_inset space \thinspace{}
21140 \end_inset
21141
21142 g.
21143 \begin_inset space \space{}
21144 \end_inset
21145
21146 see the text 
21147 \begin_inset Quotes eld
21148 \end_inset
21149
21150
21151 \family sans
21152 on this page
21153 \family default
21154
21155 \begin_inset Quotes erd
21156 \end_inset
21157
21158  instead.
21159  The style 
21160 \family sans
21161 <reference> on page <page>
21162 \family default
21163  will not print anything about the page if the label is on the same page.
21164 \end_layout
21165
21166 \begin_layout Standard
21167 The number and current page of the part of the document referred to in the
21168  output is automatically calculated by LaTeX.
21169  The varieties are adjusted in the field 
21170 \family sans
21171 Format
21172 \family default
21173  of the cross-reference window that appears when you click on the cross-referenc
21174 e box.
21175 \end_layout
21176
21177 \begin_layout Standard
21178 \begin_inset Note Greyedout
21179 status open
21180
21181 \begin_layout Plain Layout
21182
21183 \series bold
21184 Note:
21185 \series default
21186  It is recommended to use the LaTeX-package 
21187 \series bold
21188 refstyle
21189 \series default
21190
21191 \begin_inset Index idx
21192 status collapsed
21193
21194 \begin_layout Plain Layout
21195 LaTeX-packages ! refstyle
21196 \end_layout
21197
21198 \end_inset
21199
21200  because 
21201 \series bold
21202 prettyref
21203 \series default
21204
21205 \begin_inset Index idx
21206 status collapsed
21207
21208 \begin_layout Plain Layout
21209 LaTeX-packages ! prettyref
21210 \end_layout
21211
21212 \end_inset
21213
21214  does not know all of LyX's possible label shortcuts
21215 \begin_inset Foot
21216 status collapsed
21217
21218 \begin_layout Plain Layout
21219 \begin_inset Quotes eld
21220 \end_inset
21221
21222 fig:
21223 \begin_inset Quotes erd
21224 \end_inset
21225
21226  is for example LyX's shortcut for labels in figure captions.
21227 \end_layout
21228
21229 \end_inset
21230
21231  and is not internationalized.
21232 \end_layout
21233
21234 \end_inset
21235
21236
21237 \end_layout
21238
21239 \begin_layout Standard
21240 \begin_inset Note Greyedout
21241 status open
21242
21243 \begin_layout Plain Layout
21244
21245 \series bold
21246 Note:
21247 \series default
21248  Due to a bug in the LaTeX-package 
21249 \series bold
21250 varioref
21251 \series default
21252  version 1.4w, some cross-reference formats will cause LaTeX errors for document
21253  languages that make the period character active (like French).
21254  For a workaround, see
21255 \begin_inset Newline newline
21256 \end_inset
21257
21258
21259 \begin_inset CommandInset href
21260 LatexCommand href
21261 target "http://wiki.lyx.org/LaTeX/LatexBugs#toc5"
21262
21263 \end_inset
21264
21265 .
21266 \end_layout
21267
21268 \end_inset
21269
21270
21271 \end_layout
21272
21273 \begin_layout Subsection
21274 Automatic Reference Naming
21275 \begin_inset Index idx
21276 status collapsed
21277
21278 \begin_layout Plain Layout
21279 References ! Automatic Reference Naming
21280 \end_layout
21281
21282 \end_inset
21283
21284
21285 \end_layout
21286
21287 \begin_layout Standard
21288 The LaTeX-package 
21289 \series bold
21290 hyperref
21291 \series default
21292
21293 \begin_inset Index idx
21294 status collapsed
21295
21296 \begin_layout Plain Layout
21297 LaTeX-packages ! hyperref
21298 \end_layout
21299
21300 \end_inset
21301
21302 , that is enabled in the 
21303 \family sans
21304 PDF Properties
21305 \family default
21306  of the 
21307 \family sans
21308 Document Settings
21309 \family default
21310  dialog, provides a very useful feature that cross-references automatically
21311  include the name of the referenced floats (or text parts like 
21312 \emph on
21313 section
21314 \emph default
21315 ).
21316  So you will save having to write e.
21317 \begin_inset space \thinspace{}
21318 \end_inset
21319
21320 g.
21321 \begin_inset space \space{}
21322 \end_inset
21323
21324 the name 
21325 \begin_inset Quotes eld
21326 \end_inset
21327
21328 Figure
21329 \begin_inset Quotes erd
21330 \end_inset
21331
21332  before every reference to a figure.
21333  To use this feature, enable 
21334 \series bold
21335 hyperref
21336 \series default
21337  and insert this line to the LaTeX preamble:
21338 \end_layout
21339
21340 \begin_layout Standard
21341
21342 \series bold
21343
21344 \backslash
21345 AtBeginDocument{
21346 \backslash
21347 renewcommand{
21348 \backslash
21349 ref}[1]{
21350 \backslash
21351 mbox{
21352 \backslash
21353 autoref{#1}}}}
21354 \end_layout
21355
21356 \begin_layout Standard
21357 When you prefer other reference names than the default ones, for example
21358  you want instead of 
21359 \begin_inset Quotes eld
21360 \end_inset
21361
21362 section
21363 \begin_inset Quotes erd
21364 \end_inset
21365
21366  the name 
21367 \begin_inset Quotes eld
21368 \end_inset
21369
21370 sec.
21371 \begin_inset space \thinspace{}
21372 \end_inset
21373
21374
21375 \begin_inset Quotes eld
21376 \end_inset
21377
21378 , you can redefine the name by inserting this in the preamble:
21379 \end_layout
21380
21381 \begin_layout Standard
21382
21383 \series bold
21384
21385 \backslash
21386 addto
21387 \backslash
21388 extrasenglish{
21389 \backslash
21390 renewcommand{
21391 \backslash
21392 sectionautorefname}
21393 \begin_inset Newline newline
21394 \end_inset
21395
21396
21397 \begin_inset Phantom HPhantom
21398 status open
21399
21400 \begin_layout Plain Layout
21401
21402 \series bold
21403 \begin_inset space ~
21404 \end_inset
21405
21406
21407 \end_layout
21408
21409 \end_inset
21410
21411 {sec.
21412 \backslash
21413 negthinspace}}
21414 \end_layout
21415
21416 \begin_layout Standard
21417 When you are using another document language than English, replace
21418 \begin_inset Newline newline
21419 \end_inset
21420
21421
21422 \series bold
21423
21424 \backslash
21425 extrasenglish
21426 \series default
21427  by 
21428 \series bold
21429
21430 \backslash
21431 extras***
21432 \series default
21433 , where *** is the name of the language used.
21434 \end_layout
21435
21436 \begin_layout Standard
21437 To get automatic names, but not for certain reference types, for example
21438  not for equations, use this preamble code:
21439 \end_layout
21440
21441 \begin_layout Standard
21442
21443 \series bold
21444
21445 \backslash
21446 newlength{
21447 \backslash
21448 abc}
21449 \begin_inset Newline newline
21450 \end_inset
21451
21452
21453 \backslash
21454 settowidth{
21455 \backslash
21456 abc}{
21457 \backslash
21458 space}
21459 \begin_inset Newline newline
21460 \end_inset
21461
21462
21463 \backslash
21464 addto
21465 \backslash
21466 extrasenglish{
21467 \backslash
21468 renewcommand{
21469 \backslash
21470 equationautorefname}
21471 \begin_inset Newline newline
21472 \end_inset
21473
21474
21475 \begin_inset Phantom HPhantom
21476 status open
21477
21478 \begin_layout Plain Layout
21479
21480 \series bold
21481 \begin_inset space ~
21482 \end_inset
21483
21484
21485 \end_layout
21486
21487 \end_inset
21488
21489 {
21490 \backslash
21491 hspace{-
21492 \backslash
21493 abc}}
21494 \end_layout
21495
21496 \begin_layout Standard
21497 More about this topic can be found in 
21498 \series bold
21499 hyperref
21500 \series default
21501 's documentation 
21502 \begin_inset CommandInset citation
21503 LatexCommand cite
21504 key "hyperref"
21505
21506 \end_inset
21507
21508 .
21509 \end_layout
21510
21511 \begin_layout Standard
21512 \begin_inset Note Greyedout
21513 status open
21514
21515 \begin_layout Plain Layout
21516
21517 \series bold
21518 Note:
21519 \series default
21520  Automatic reference naming cannot be used when you use cross-references
21521  in the 
21522 \family sans
21523 Formatted
21524 \begin_inset space ~
21525 \end_inset
21526
21527 reference
21528 \family default
21529  style, as described in section
21530 \begin_inset space ~
21531 \end_inset
21532
21533
21534 \begin_inset CommandInset ref
21535 LatexCommand ref
21536 reference "sub:Cross-Reference-Formats"
21537
21538 \end_inset
21539
21540 .
21541 \end_layout
21542
21543 \end_inset
21544
21545
21546 \end_layout
21547
21548 \begin_layout Standard
21549 The 
21550 \emph on
21551 Math
21552 \emph default
21553  manual is an example where automatic reference naming is used.
21554 \end_layout
21555
21556 \begin_layout Subsection
21557 Reference Position
21558 \begin_inset CommandInset label
21559 LatexCommand label
21560 name "sub:Reference-Position"
21561
21562 \end_inset
21563
21564
21565 \begin_inset Index idx
21566 status collapsed
21567
21568 \begin_layout Plain Layout
21569 References ! Reference Position
21570 \end_layout
21571
21572 \end_inset
21573
21574
21575 \end_layout
21576
21577 \begin_layout Standard
21578 If you use 
21579 \series bold
21580 hyperref
21581 \series default
21582
21583 \begin_inset Index idx
21584 status collapsed
21585
21586 \begin_layout Plain Layout
21587 LaTeX-packages ! hyperref
21588 \end_layout
21589
21590 \end_inset
21591
21592  in the 
21593 \family sans
21594 PDF Properties
21595 \family default
21596  of the 
21597 \family sans
21598 Document Settings
21599 \family default
21600  dialog to link cross-references in the output, you will see that clicking
21601  on an image float reference jumps to the image label.
21602  The caption will be the first text part on the screen, so that you cannot
21603  see the image without scrolling.
21604  This is because the reference link anchor is placed at the position of
21605  the label.
21606  With the use of the package 
21607 \series bold
21608 hypcap
21609 \series default
21610
21611 \begin_inset Index idx
21612 status collapsed
21613
21614 \begin_layout Plain Layout
21615 LaTeX-packages ! hypcap
21616 \end_layout
21617
21618 \end_inset
21619
21620 , which is part of the LaTeX-package 
21621 \series bold
21622 oberdiek
21623 \series default
21624
21625 \begin_inset Index idx
21626 status collapsed
21627
21628 \begin_layout Plain Layout
21629 LaTeX-packages ! oberdiek
21630 \end_layout
21631
21632 \end_inset
21633
21634 , the link anchor is placed at the beginning of a float.
21635  To use this feature for figure floats, load 
21636 \series bold
21637 hypcap
21638 \series default
21639  in the document preamble with the line
21640 \end_layout
21641
21642 \begin_layout Standard
21643
21644 \series bold
21645
21646 \backslash
21647 usepackage[figure]{hypcap}
21648 \end_layout
21649
21650 \begin_layout Standard
21651 You can also use 
21652 \series bold
21653 hypcap
21654 \series default
21655  for all float types but this is not recommended for stability reasons.
21656  For more information, have a look at 
21657 \series bold
21658 hypcap
21659 \series default
21660 's manual 
21661 \begin_inset CommandInset citation
21662 LatexCommand cite
21663 key "hypcap"
21664
21665 \end_inset
21666
21667 .
21668 \end_layout
21669
21670 \begin_layout Standard
21671 \begin_inset Note Greyedout
21672 status open
21673
21674 \begin_layout Plain Layout
21675
21676 \series bold
21677 Note:
21678 \series default
21679  
21680 \series bold
21681 hypcap
21682 \series default
21683  has no effect on references to subfigures.
21684 \end_layout
21685
21686 \end_inset
21687
21688
21689 \end_layout
21690
21691 \begin_layout Section
21692 Float Placement
21693 \begin_inset CommandInset label
21694 LatexCommand label
21695 name "sec:Float-Placement"
21696
21697 \end_inset
21698
21699
21700 \begin_inset Index idx
21701 status collapsed
21702
21703 \begin_layout Plain Layout
21704 Floats ! Placement
21705 \end_layout
21706
21707 \end_inset
21708
21709
21710 \end_layout
21711
21712 \begin_layout Standard
21713 Right-clicking on a float-box opens a dialog where you can alter the placement
21714  options that LaTeX uses for positioning the float.
21715 \begin_inset Newline newline
21716 \end_inset
21717
21718 The option 
21719 \family sans
21720 Span
21721 \begin_inset space ~
21722 \end_inset
21723
21724 columns
21725 \family default
21726  is only useful for two-column documents: If you select it, the float will
21727  span both columns on the page instead of being confined to just one.
21728 \begin_inset Newline newline
21729 \end_inset
21730
21731 The option 
21732 \family sans
21733 Rotate
21734 \begin_inset space ~
21735 \end_inset
21736
21737 sideways
21738 \family default
21739  is used to rotate floats, see section 
21740 \begin_inset CommandInset ref
21741 LatexCommand ref
21742 reference "sec:Rotated-Floats"
21743
21744 \end_inset
21745
21746 .
21747 \end_layout
21748
21749 \begin_layout Standard
21750 You can use one ore more of the following options in the float dialog to
21751  set the placement for a particular float when you uncheck the option 
21752 \family sans
21753 Use
21754 \begin_inset space ~
21755 \end_inset
21756
21757 default
21758 \begin_inset space ~
21759 \end_inset
21760
21761 placement
21762 \family default
21763 :
21764 \end_layout
21765
21766 \begin_layout Description
21767 Here
21768 \begin_inset space ~
21769 \end_inset
21770
21771 if
21772 \begin_inset space ~
21773 \end_inset
21774
21775 possible try to place the float on the position where it has been inserted
21776 \end_layout
21777
21778 \begin_layout Description
21779 Top
21780 \begin_inset space ~
21781 \end_inset
21782
21783 of
21784 \begin_inset space ~
21785 \end_inset
21786
21787 page try to place the float at the top of the current page
21788 \end_layout
21789
21790 \begin_layout Description
21791 Bottom
21792 \begin_inset space ~
21793 \end_inset
21794
21795 of
21796 \begin_inset space ~
21797 \end_inset
21798
21799 page try to place the float at the bottom of the current page
21800 \end_layout
21801
21802 \begin_layout Description
21803 Page
21804 \begin_inset space ~
21805 \end_inset
21806
21807 of
21808 \begin_inset space ~
21809 \end_inset
21810
21811 floats try to place the float on its own page
21812 \end_layout
21813
21814 \begin_layout Standard
21815 The order of the above option is 
21816 \emph on
21817 always
21818 \emph default
21819  used by LaTeX.
21820  That means, if you use the default placement, LaTeX will first try out
21821  
21822 \family sans
21823 Here
21824 \begin_inset space ~
21825 \end_inset
21826
21827 if
21828 \begin_inset space ~
21829 \end_inset
21830
21831 possible
21832 \family default
21833 , then 
21834 \family sans
21835 Top
21836 \begin_inset space ~
21837 \end_inset
21838
21839 of
21840 \begin_inset space ~
21841 \end_inset
21842
21843 page
21844 \family default
21845 , and then the others.
21846  If you do not use the default, LaTeX will try only the checked options
21847  but in the same order.
21848  If none of the 4
21849 \begin_inset space ~
21850 \end_inset
21851
21852 placements are possible the procedure is internally repeated but it is tried
21853  to put the float on the following page.
21854 \end_layout
21855
21856 \begin_layout Standard
21857 By default, each option has its own rules:
21858 \end_layout
21859
21860 \begin_layout Labeling
21861 \labelwidthstring 00.00.0000
21862
21863 \family sans
21864 Top
21865 \begin_inset space ~
21866 \end_inset
21867
21868 of
21869 \begin_inset space ~
21870 \end_inset
21871
21872 page
21873 \family default
21874  only floats occupying less than 70
21875 \begin_inset space \thinspace{}
21876 \end_inset
21877
21878 % of the page can be placed at the top of a page (
21879 \series bold
21880
21881 \backslash
21882 topfraction
21883 \series default
21884 )
21885 \end_layout
21886
21887 \begin_layout Labeling
21888 \labelwidthstring 00.00.0000
21889
21890 \family sans
21891 Bottom
21892 \begin_inset space ~
21893 \end_inset
21894
21895 of
21896 \begin_inset space ~
21897 \end_inset
21898
21899 page
21900 \family default
21901 : only floats occupying less than 30
21902 \begin_inset space \thinspace{}
21903 \end_inset
21904
21905 % of the page can be placed at the bottom of a page.
21906  (
21907 \series bold
21908
21909 \backslash
21910 bottomfraction
21911 \series default
21912 )
21913 \end_layout
21914
21915 \begin_layout Labeling
21916 \labelwidthstring 00.00.0000
21917
21918 \family sans
21919 Page
21920 \begin_inset space ~
21921 \end_inset
21922
21923 of
21924 \begin_inset space ~
21925 \end_inset
21926
21927 floats
21928 \family default
21929 : only if more than 50
21930 \begin_inset space \thinspace{}
21931 \end_inset
21932
21933 % of the page are occupied by floats, several floats can be set together
21934  on a page.
21935  (
21936 \series bold
21937
21938 \backslash
21939 floatpagefraction
21940 \series default
21941 )
21942 \end_layout
21943
21944 \begin_layout Standard
21945 If you don't like these rules, you can ignore them by using the additional
21946  option 
21947 \family sans
21948 Ignore
21949 \begin_inset space ~
21950 \end_inset
21951
21952 LaTeX
21953 \begin_inset space ~
21954 \end_inset
21955
21956 rules
21957 \family default
21958 .
21959 \begin_inset Newline newline
21960 \end_inset
21961
21962 You can also redefine the rules with LaTeX-commands that are given in parenthese
21963 s after the rules description above.
21964  To increase for example the often too small default of the bottom-rule
21965  to 50
21966 \begin_inset space \thinspace{}
21967 \end_inset
21968
21969 % of the page, add this line to your document preamble:
21970 \end_layout
21971
21972 \begin_layout Standard
21973
21974 \series bold
21975
21976 \backslash
21977 renewcommand{
21978 \backslash
21979 bottomfraction}{0.5}
21980 \end_layout
21981
21982 \begin_layout Standard
21983 Sometimes you might need, under all circumstances, a float to be placed
21984  exactly at the position where it is inserted.
21985  For this case you can use the option 
21986 \family sans
21987 Here
21988 \begin_inset space ~
21989 \end_inset
21990
21991 definitely
21992 \family default
21993 .
21994  Use this option very rarely and only if the document is almost ready to
21995  be printed, because the float is then no longer able to 
21996 \begin_inset Quotes eld
21997 \end_inset
21998
21999 float
22000 \begin_inset Quotes erd
22001 \end_inset
22002
22003  when you change your document and this will often destroy the page layout.
22004 \end_layout
22005
22006 \begin_layout Standard
22007 There are no placement options for text wrap floats, because they are always
22008  surrounded by the text of a certain paragraph.
22009 \begin_inset VSpace bigskip
22010 \end_inset
22011
22012
22013 \end_layout
22014
22015 \begin_layout Standard
22016 Sometimes you have the problem that a float is placed at the top of a page
22017  while its corresponding section starts at the middle of the page, so that
22018  the reader could think the float is part of the previous section.
22019  To avoid this the LaTeX-command 
22020 \series bold
22021
22022 \backslash
22023 suppressfloats
22024 \series default
22025  can be used.
22026  It suppresses a given float placement for the page where it is inserted
22027  and can therefore be used to avoid floats being set before a section starts.
22028  To get this, add these commands to your document preamble:
22029 \end_layout
22030
22031 \begin_layout Standard
22032
22033 \series bold
22034
22035 \backslash
22036 let
22037 \backslash
22038 mySection
22039 \backslash
22040 section
22041 \begin_inset Newline newline
22042 \end_inset
22043
22044
22045 \backslash
22046 renewcommand{
22047 \backslash
22048 section}{
22049 \backslash
22050 suppressfloats[t]
22051 \backslash
22052 mySection}
22053 \end_layout
22054
22055 \begin_layout Standard
22056 You can define the same for all section headings, like chapters and subsections.
22057  This definition is not recommended to be used for small text parts like
22058  subsubsections because LaTeX may then have problems finding a suitable
22059  placement.
22060 \end_layout
22061
22062 \begin_layout Standard
22063 \begin_inset VSpace bigskip
22064 \end_inset
22065
22066 In some cases it is required to have all figures/tables at the end of the
22067  document.
22068  For this purpose the LaTeX-package 
22069 \series bold
22070 endfloat
22071 \series default
22072
22073 \begin_inset Index idx
22074 status collapsed
22075
22076 \begin_layout Plain Layout
22077 LaTeX-packages ! endfloat
22078 \end_layout
22079
22080 \end_inset
22081
22082  was developed.
22083  It puts all figure and table floats at the end of the document into their
22084  own sections.
22085  At the original float position a text hint like 
22086 \begin_inset Quotes eld
22087 \end_inset
22088
22089
22090 \family sans
22091 [Figure
22092 \begin_inset space ~
22093 \end_inset
22094
22095 3.2 about here.]
22096 \family default
22097
22098 \begin_inset Quotes erd
22099 \end_inset
22100
22101  is inserted.
22102  The endfloat-package is loaded in the preamble with the line
22103 \end_layout
22104
22105 \begin_layout Standard
22106
22107 \series bold
22108
22109 \backslash
22110 usepackage[options]{endfloat}
22111 \end_layout
22112
22113 \begin_layout Standard
22114 There are various package options to format the created figure/table sections.
22115  For more information we refer to the 
22116 \series bold
22117 endfloat
22118 \series default
22119  documentation 
22120 \begin_inset CommandInset citation
22121 LatexCommand cite
22122 key "endfloat"
22123
22124 \end_inset
22125
22126 .
22127 \begin_inset Newline newline
22128 \end_inset
22129
22130
22131 \begin_inset Note Greyedout
22132 status open
22133
22134 \begin_layout Plain Layout
22135
22136 \series bold
22137 Note: endfloat
22138 \series default
22139  doesn't provide an automatic translation for the text hint, you have to
22140  do this manually, see section
22141 \begin_inset space ~
22142 \end_inset
22143
22144 4 in 
22145 \begin_inset CommandInset citation
22146 LatexCommand cite
22147 key "endfloat"
22148
22149 \end_inset
22150
22151 .
22152 \end_layout
22153
22154 \end_inset
22155
22156
22157 \begin_inset Newline newline
22158 \end_inset
22159
22160
22161 \begin_inset Note Greyedout
22162 status open
22163
22164 \begin_layout Plain Layout
22165
22166 \series bold
22167 Note:
22168 \series default
22169  There is currently a bug in 
22170 \series bold
22171 endfloat
22172 \series default
22173  when the caption contains a German 
22174 \begin_inset Quotes eld
22175 \end_inset
22176
22177 ß
22178 \begin_inset Quotes erd
22179 \end_inset
22180
22181 .
22182  Use in this case the command 
22183 \begin_inset Quotes eld
22184 \end_inset
22185
22186
22187 \series bold
22188
22189 \backslash
22190 ss
22191 \series default
22192
22193 \begin_inset Quotes erd
22194 \end_inset
22195
22196  in TeX-Code instead of 
22197 \begin_inset Quotes eld
22198 \end_inset
22199
22200 ß
22201 \begin_inset Quotes erd
22202 \end_inset
22203
22204 .
22205 \end_layout
22206
22207 \end_inset
22208
22209
22210 \end_layout
22211
22212 \begin_layout Standard
22213 \begin_inset VSpace bigskip
22214 \end_inset
22215
22216 For more details about float placements, have a look at LaTeX books, 
22217 \begin_inset CommandInset citation
22218 LatexCommand cite
22219 key "latexcompanion,latexguide,latexbook"
22220
22221 \end_inset
22222
22223 .
22224 \end_layout
22225
22226 \begin_layout Section
22227 Rotated Floats
22228 \begin_inset CommandInset label
22229 LatexCommand label
22230 name "sec:Rotated-Floats"
22231
22232 \end_inset
22233
22234
22235 \begin_inset Index idx
22236 status collapsed
22237
22238 \begin_layout Plain Layout
22239 Floats ! Rotating
22240 \end_layout
22241
22242 \end_inset
22243
22244
22245 \end_layout
22246
22247 \begin_layout Standard
22248 Especially for wide tables you might have floats rotated.
22249  To rotate a whole float including the caption, right-click on the float-box
22250  and use the option 
22251 \family sans
22252 Rotate
22253 \begin_inset space ~
22254 \end_inset
22255
22256 sideways
22257 \family default
22258 .
22259 \end_layout
22260
22261 \begin_layout Standard
22262 Rotated floats are always placed on a page of their own (or column of their
22263  own; in case you have a multi-column document).
22264  You can let them span several columns using the float settings option 
22265 \family sans
22266 Span
22267 \begin_inset space ~
22268 \end_inset
22269
22270 columns
22271 \family default
22272 .
22273  Floats are rotated so that you can read them from the outside margin.
22274  To force a certain rotation direction for all pages, you can add either
22275  the option 
22276 \series bold
22277 figuresleft
22278 \series default
22279  or 
22280 \series bold
22281 figuresright
22282 \series default
22283  to the document class options.
22284 \end_layout
22285
22286 \begin_layout Standard
22287 Referencing rotated floats is the same as for normal floats, the caption
22288  format is also the same: Table
22289 \begin_inset space ~
22290 \end_inset
22291
22292
22293 \begin_inset CommandInset ref
22294 LatexCommand ref
22295 reference "tab:Rotated-table"
22296
22297 \end_inset
22298
22299  is an example of a rotated table float.
22300 \end_layout
22301
22302 \begin_layout Standard
22303 \begin_inset Note Greyedout
22304 status open
22305
22306 \begin_layout Plain Layout
22307
22308 \series bold
22309 Note:
22310 \series default
22311  Not all DVI-viewers are able to display rotated floats.
22312 \end_layout
22313
22314 \end_inset
22315
22316
22317 \end_layout
22318
22319 \begin_layout Standard
22320 \begin_inset Float table
22321 wide false
22322 sideways true
22323 status open
22324
22325 \begin_layout Plain Layout
22326 \begin_inset Caption
22327
22328 \begin_layout Plain Layout
22329 \begin_inset CommandInset label
22330 LatexCommand label
22331 name "tab:Rotated-table"
22332
22333 \end_inset
22334
22335  Rotated table
22336 \end_layout
22337
22338 \end_inset
22339
22340
22341 \end_layout
22342
22343 \begin_layout Plain Layout
22344 \align center
22345 \begin_inset Tabular
22346 <lyxtabular version="3" rows="1" columns="5">
22347 <features tabularvalignment="middle">
22348 <column alignment="center" valignment="top" width="0">
22349 <column alignment="center" valignment="top" width="0">
22350 <column alignment="center" valignment="top" width="0">
22351 <column alignment="center" valignment="top" width="0">
22352 <column alignment="center" valignment="top" width="0">
22353 <row>
22354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22355 \begin_inset Text
22356
22357 \begin_layout Plain Layout
22358 test
22359 \end_layout
22360
22361 \end_inset
22362 </cell>
22363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22364 \begin_inset Text
22365
22366 \begin_layout Plain Layout
22367 b
22368 \end_layout
22369
22370 \end_inset
22371 </cell>
22372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22373 \begin_inset Text
22374
22375 \begin_layout Plain Layout
22376 c
22377 \end_layout
22378
22379 \end_inset
22380 </cell>
22381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22382 \begin_inset Text
22383
22384 \begin_layout Plain Layout
22385 d
22386 \end_layout
22387
22388 \end_inset
22389 </cell>
22390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22391 \begin_inset Text
22392
22393 \begin_layout Plain Layout
22394 e
22395 \end_layout
22396
22397 \end_inset
22398 </cell>
22399 </row>
22400 </lyxtabular>
22401
22402 \end_inset
22403
22404
22405 \end_layout
22406
22407 \end_inset
22408
22409
22410 \end_layout
22411
22412 \begin_layout Section
22413 Subfloats
22414 \begin_inset Index idx
22415 status collapsed
22416
22417 \begin_layout Plain Layout
22418 Floats ! Subfloats
22419 \end_layout
22420
22421 \end_inset
22422
22423
22424 \end_layout
22425
22426 \begin_layout Standard
22427 Subfloats are for example used when a figure consists of several images.
22428  They are created by inserting a float into an existing float.
22429  The placement of the subfloats can be controlled in the same way as for
22430  paragraphs as shown in table
22431 \begin_inset space ~
22432 \end_inset
22433
22434
22435 \begin_inset CommandInset ref
22436 LatexCommand ref
22437 reference "tab:Two-subtables-side"
22438
22439 \end_inset
22440
22441  and 
22442 \begin_inset CommandInset ref
22443 LatexCommand ref
22444 reference "tab:Two-subtables-upon"
22445
22446 \end_inset
22447
22448 .
22449 \end_layout
22450
22451 \begin_layout Standard
22452 Referencing subfloats works as for normal floats: Table
22453 \begin_inset space ~
22454 \end_inset
22455
22456
22457 \begin_inset CommandInset ref
22458 LatexCommand ref
22459 reference "tab:This-is-subtable-a"
22460
22461 \end_inset
22462
22463  and 
22464 \begin_inset CommandInset ref
22465 LatexCommand ref
22466 reference "tab:This-is-subtable-b"
22467
22468 \end_inset
22469
22470  are subtables of table
22471 \begin_inset space ~
22472 \end_inset
22473
22474
22475 \begin_inset CommandInset ref
22476 LatexCommand ref
22477 reference "tab:Two-subtables-side"
22478
22479 \end_inset
22480
22481 .
22482 \end_layout
22483
22484 \begin_layout Standard
22485 \begin_inset Float table
22486 wide false
22487 sideways false
22488 status open
22489
22490 \begin_layout Plain Layout
22491 \begin_inset Caption
22492
22493 \begin_layout Plain Layout
22494 \begin_inset CommandInset label
22495 LatexCommand label
22496 name "tab:Two-subtables-side"
22497
22498 \end_inset
22499
22500 Two subtables placed side by side.
22501 \end_layout
22502
22503 \end_inset
22504
22505
22506 \end_layout
22507
22508 \begin_layout Plain Layout
22509 \align center
22510 \begin_inset space \hfill{}
22511 \end_inset
22512
22513
22514 \begin_inset Float table
22515 wide false
22516 sideways false
22517 status collapsed
22518
22519 \begin_layout Plain Layout
22520 \begin_inset Caption
22521
22522 \begin_layout Plain Layout
22523 \begin_inset CommandInset label
22524 LatexCommand label
22525 name "tab:This-is-subtable-a"
22526
22527 \end_inset
22528
22529 This is subtable a.
22530 \end_layout
22531
22532 \end_inset
22533
22534
22535 \end_layout
22536
22537 \begin_layout Plain Layout
22538 \align center
22539 \begin_inset Tabular
22540 <lyxtabular version="3" rows="1" columns="5">
22541 <features tabularvalignment="middle">
22542 <column alignment="center" valignment="top" width="0">
22543 <column alignment="center" valignment="top" width="0">
22544 <column alignment="center" valignment="top" width="0">
22545 <column alignment="center" valignment="top" width="0">
22546 <column alignment="center" valignment="top" width="0">
22547 <row>
22548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22549 \begin_inset Text
22550
22551 \begin_layout Plain Layout
22552 test
22553 \end_layout
22554
22555 \end_inset
22556 </cell>
22557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22558 \begin_inset Text
22559
22560 \begin_layout Plain Layout
22561 b
22562 \end_layout
22563
22564 \end_inset
22565 </cell>
22566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22567 \begin_inset Text
22568
22569 \begin_layout Plain Layout
22570 c
22571 \end_layout
22572
22573 \end_inset
22574 </cell>
22575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22576 \begin_inset Text
22577
22578 \begin_layout Plain Layout
22579 d
22580 \end_layout
22581
22582 \end_inset
22583 </cell>
22584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22585 \begin_inset Text
22586
22587 \begin_layout Plain Layout
22588 e
22589 \end_layout
22590
22591 \end_inset
22592 </cell>
22593 </row>
22594 </lyxtabular>
22595
22596 \end_inset
22597
22598
22599 \end_layout
22600
22601 \end_inset
22602
22603
22604 \begin_inset space \hfill{}
22605 \end_inset
22606
22607
22608 \begin_inset Float table
22609 wide false
22610 sideways false
22611 status collapsed
22612
22613 \begin_layout Plain Layout
22614 \begin_inset Caption
22615
22616 \begin_layout Plain Layout
22617 \begin_inset CommandInset label
22618 LatexCommand label
22619 name "tab:This-is-subtable-b"
22620
22621 \end_inset
22622
22623 This is subtable b.
22624 \end_layout
22625
22626 \end_inset
22627
22628
22629 \end_layout
22630
22631 \begin_layout Plain Layout
22632 \align center
22633 \begin_inset Tabular
22634 <lyxtabular version="3" rows="1" columns="5">
22635 <features tabularvalignment="middle">
22636 <column alignment="center" valignment="top" width="0">
22637 <column alignment="center" valignment="top" width="0">
22638 <column alignment="center" valignment="top" width="0">
22639 <column alignment="center" valignment="top" width="0">
22640 <column alignment="center" valignment="top" width="0">
22641 <row>
22642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22643 \begin_inset Text
22644
22645 \begin_layout Plain Layout
22646 e
22647 \end_layout
22648
22649 \end_inset
22650 </cell>
22651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22652 \begin_inset Text
22653
22654 \begin_layout Plain Layout
22655 d
22656 \end_layout
22657
22658 \end_inset
22659 </cell>
22660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22661 \begin_inset Text
22662
22663 \begin_layout Plain Layout
22664 c
22665 \end_layout
22666
22667 \end_inset
22668 </cell>
22669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22670 \begin_inset Text
22671
22672 \begin_layout Plain Layout
22673 b
22674 \end_layout
22675
22676 \end_inset
22677 </cell>
22678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22679 \begin_inset Text
22680
22681 \begin_layout Plain Layout
22682 test
22683 \end_layout
22684
22685 \end_inset
22686 </cell>
22687 </row>
22688 </lyxtabular>
22689
22690 \end_inset
22691
22692
22693 \end_layout
22694
22695 \end_inset
22696
22697
22698 \begin_inset space \hfill{}
22699 \end_inset
22700
22701
22702 \end_layout
22703
22704 \end_inset
22705
22706
22707 \end_layout
22708
22709 \begin_layout Standard
22710 \begin_inset Float table
22711 wide false
22712 sideways false
22713 status open
22714
22715 \begin_layout Plain Layout
22716 \begin_inset Caption
22717
22718 \begin_layout Plain Layout
22719 \begin_inset CommandInset label
22720 LatexCommand label
22721 name "tab:Two-subtables-upon"
22722
22723 \end_inset
22724
22725 Two subtables placed one above the other.
22726  (a) table with 4 cells, (b) table with 5 cells.
22727 \end_layout
22728
22729 \end_inset
22730
22731
22732 \end_layout
22733
22734 \begin_layout Plain Layout
22735 \align center
22736 \begin_inset Float table
22737 wide false
22738 sideways false
22739 status collapsed
22740
22741 \begin_layout Plain Layout
22742 \begin_inset Caption
22743
22744 \begin_layout Plain Layout
22745
22746 \end_layout
22747
22748 \end_inset
22749
22750
22751 \end_layout
22752
22753 \begin_layout Plain Layout
22754 \align center
22755 \begin_inset Tabular
22756 <lyxtabular version="3" rows="1" columns="4">
22757 <features tabularvalignment="middle">
22758 <column alignment="center" valignment="top" width="0">
22759 <column alignment="center" valignment="top" width="0">
22760 <column alignment="center" valignment="top" width="0">
22761 <column alignment="center" valignment="top" width="0">
22762 <row>
22763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22764 \begin_inset Text
22765
22766 \begin_layout Plain Layout
22767 test
22768 \end_layout
22769
22770 \end_inset
22771 </cell>
22772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22773 \begin_inset Text
22774
22775 \begin_layout Plain Layout
22776 test
22777 \end_layout
22778
22779 \end_inset
22780 </cell>
22781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22782 \begin_inset Text
22783
22784 \begin_layout Plain Layout
22785 test
22786 \end_layout
22787
22788 \end_inset
22789 </cell>
22790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22791 \begin_inset Text
22792
22793 \begin_layout Plain Layout
22794 test
22795 \end_layout
22796
22797 \end_inset
22798 </cell>
22799 </row>
22800 </lyxtabular>
22801
22802 \end_inset
22803
22804
22805 \end_layout
22806
22807 \end_inset
22808
22809
22810 \end_layout
22811
22812 \begin_layout Plain Layout
22813 \align center
22814 \begin_inset Float table
22815 wide false
22816 sideways false
22817 status collapsed
22818
22819 \begin_layout Plain Layout
22820 \begin_inset Caption
22821
22822 \begin_layout Plain Layout
22823
22824 \end_layout
22825
22826 \end_inset
22827
22828
22829 \end_layout
22830
22831 \begin_layout Plain Layout
22832 \align center
22833 \begin_inset Tabular
22834 <lyxtabular version="3" rows="1" columns="5">
22835 <features tabularvalignment="middle">
22836 <column alignment="center" valignment="top" width="0">
22837 <column alignment="center" valignment="top" width="0">
22838 <column alignment="center" valignment="top" width="0">
22839 <column alignment="center" valignment="top" width="0">
22840 <column alignment="center" valignment="top" width="0">
22841 <row>
22842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22843 \begin_inset Text
22844
22845 \begin_layout Plain Layout
22846 a
22847 \end_layout
22848
22849 \end_inset
22850 </cell>
22851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22852 \begin_inset Text
22853
22854 \begin_layout Plain Layout
22855 b
22856 \end_layout
22857
22858 \end_inset
22859 </cell>
22860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22861 \begin_inset Text
22862
22863 \begin_layout Plain Layout
22864 c
22865 \end_layout
22866
22867 \end_inset
22868 </cell>
22869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22870 \begin_inset Text
22871
22872 \begin_layout Plain Layout
22873 d
22874 \end_layout
22875
22876 \end_inset
22877 </cell>
22878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22879 \begin_inset Text
22880
22881 \begin_layout Plain Layout
22882 e
22883 \end_layout
22884
22885 \end_inset
22886 </cell>
22887 </row>
22888 </lyxtabular>
22889
22890 \end_inset
22891
22892
22893 \end_layout
22894
22895 \end_inset
22896
22897
22898 \end_layout
22899
22900 \end_inset
22901
22902
22903 \end_layout
22904
22905 \begin_layout Section
22906 Floats Side by Side
22907 \begin_inset Index idx
22908 status collapsed
22909
22910 \begin_layout Plain Layout
22911 Floats ! Side by side
22912 \end_layout
22913
22914 \end_inset
22915
22916
22917 \end_layout
22918
22919 \begin_layout Standard
22920 To place floats side by side, as in Figures
22921 \begin_inset space ~
22922 \end_inset
22923
22924
22925 \begin_inset CommandInset ref
22926 LatexCommand ref
22927 reference "fig:Float-left"
22928
22929 \end_inset
22930
22931  and 
22932 \begin_inset CommandInset ref
22933 LatexCommand ref
22934 reference "fig:Float-right"
22935
22936 \end_inset
22937
22938 , only 
22939 \emph on
22940 one
22941 \emph default
22942  float is used.
22943  In it two minipage boxes are inserted.
22944 \begin_inset Foot
22945 status collapsed
22946
22947 \begin_layout Plain Layout
22948 Minipages are explained in section
22949 \begin_inset space ~
22950 \end_inset
22951
22952
22953 \begin_inset CommandInset ref
22954 LatexCommand ref
22955 reference "sec:Minipages"
22956
22957 \end_inset
22958
22959 .
22960 \end_layout
22961
22962 \end_inset
22963
22964  The width is set to 45
22965 \begin_inset space \thinspace{}
22966 \end_inset
22967
22968 -50
22969 \begin_inset space \thinspace{}
22970 \end_inset
22971
22972 column% and the box alignment to 
22973 \family sans
22974 Bottom
22975 \family default
22976  for each minipage.
22977  The minipage boxes contain the image and the caption in the same way as
22978  they are in a float.
22979  The only difference is that the image unit 
22980 \family sans
22981 Column
22982 \begin_inset space ~
22983 \end_inset
22984
22985 Width
22986 \begin_inset space ~
22987 \end_inset
22988
22989 %
22990 \family default
22991  is now calculated according to the width of the minipage boxes.
22992 \end_layout
22993
22994 \begin_layout Standard
22995 \begin_inset Float figure
22996 wide false
22997 sideways false
22998 status open
22999
23000 \begin_layout Plain Layout
23001 \begin_inset Box Frameless
23002 position "b"
23003 hor_pos "c"
23004 has_inner_box 1
23005 inner_pos "t"
23006 use_parbox 0
23007 use_makebox 0
23008 width "45col%"
23009 special "none"
23010 height "1in"
23011 height_special "totalheight"
23012 status open
23013
23014 \begin_layout Plain Layout
23015 \align center
23016 \begin_inset Graphics
23017         filename clipart/mobius.eps
23018         lyxscale 50
23019         width 100col%
23020         scaleBeforeRotation
23021
23022 \end_inset
23023
23024
23025 \end_layout
23026
23027 \begin_layout Plain Layout
23028 \begin_inset Caption
23029
23030 \begin_layout Plain Layout
23031 \begin_inset CommandInset label
23032 LatexCommand label
23033 name "fig:Float-left"
23034
23035 \end_inset
23036
23037 Float on the left side.
23038 \end_layout
23039
23040 \end_inset
23041
23042
23043 \end_layout
23044
23045 \end_inset
23046
23047
23048 \begin_inset space \hfill{}
23049 \end_inset
23050
23051
23052 \begin_inset Box Frameless
23053 position "b"
23054 hor_pos "c"
23055 has_inner_box 1
23056 inner_pos "t"
23057 use_parbox 0
23058 use_makebox 0
23059 width "45col%"
23060 special "none"
23061 height "1in"
23062 height_special "totalheight"
23063 status open
23064
23065 \begin_layout Plain Layout
23066 \align center
23067 \begin_inset Graphics
23068         filename clipart/platypus.eps
23069         lyxscale 50
23070         width 100col%
23071         scaleBeforeRotation
23072
23073 \end_inset
23074
23075
23076 \end_layout
23077
23078 \begin_layout Plain Layout
23079 \begin_inset Caption
23080
23081 \begin_layout Plain Layout
23082 \begin_inset CommandInset label
23083 LatexCommand label
23084 name "fig:Float-right"
23085
23086 \end_inset
23087
23088 Float on the right side.
23089 \end_layout
23090
23091 \end_inset
23092
23093
23094 \end_layout
23095
23096 \end_inset
23097
23098
23099 \end_layout
23100
23101 \begin_layout Plain Layout
23102
23103 \end_layout
23104
23105 \end_inset
23106
23107
23108 \end_layout
23109
23110 \begin_layout Section
23111 Caption Formatting
23112 \begin_inset Index idx
23113 status collapsed
23114
23115 \begin_layout Plain Layout
23116 Caption ! Formatting
23117 \end_layout
23118
23119 \end_inset
23120
23121
23122 \begin_inset Index idx
23123 status collapsed
23124
23125 \begin_layout Plain Layout
23126 Floats ! Caption Formatting
23127 \end_layout
23128
23129 \end_inset
23130
23131
23132 \begin_inset CommandInset label
23133 LatexCommand label
23134 name "sec:Caption-Formatting"
23135
23136 \end_inset
23137
23138
23139 \end_layout
23140
23141 \begin_layout Standard
23142 The 
23143 \family sans
23144 Caption
23145 \family default
23146  environment is the default paragraph environment for 
23147 \family sans
23148 Floats
23149 \family default
23150 .
23151  On the LyX screen captions appear as label, e.
23152 \begin_inset space \thinspace{}
23153 \end_inset
23154
23155 g.
23156 \begin_inset space \space{}
23157 \end_inset
23158
23159
23160 \begin_inset Quotes eld
23161 \end_inset
23162
23163
23164 \family sans
23165 Figure #:
23166 \family default
23167
23168 \begin_inset Quotes erd
23169 \end_inset
23170
23171  followed by the caption text.
23172  
23173 \begin_inset Quotes eld
23174 \end_inset
23175
23176 #
23177 \begin_inset Quotes erd
23178 \end_inset
23179
23180  is the actual reference number.
23181  By default the label and the number are in the same font as the caption
23182  text and a colon follows the number to divide the label from the text.
23183  This caption format is not suitable for all document formats.
23184  
23185 \end_layout
23186
23187 \begin_layout Standard
23188 To change the default caption format, load the LaTeX-package 
23189 \series bold
23190 caption
23191 \series default
23192
23193 \begin_inset Index idx
23194 status collapsed
23195
23196 \begin_layout Plain Layout
23197 LaTeX-packages ! caption
23198 \end_layout
23199
23200 \end_inset
23201
23202  in the document preamble with this line:
23203 \end_layout
23204
23205 \begin_layout Standard
23206
23207 \series bold
23208
23209 \backslash
23210 usepackage[format definition]{caption}
23211 \end_layout
23212
23213 \begin_layout Standard
23214 To have for example the label and the number in sans-serif bold font and
23215  the table captions always above the table as in this document, use the
23216  following command:
23217 \end_layout
23218
23219 \begin_layout Standard
23220
23221 \series bold
23222
23223 \backslash
23224 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
23225 \end_layout
23226
23227 \begin_layout Standard
23228 You can also define different caption formats for the different float types.
23229  In this case load the 
23230 \series bold
23231 caption
23232 \series default
23233  package without format specific options and define the different formats
23234  with the help of the command
23235 \end_layout
23236
23237 \begin_layout Standard
23238
23239 \series bold
23240
23241 \backslash
23242 captionsetup[float type]{format definition}
23243 \end_layout
23244
23245 \begin_layout Standard
23246 in the document preamble.
23247  For example the caption formats of Figure
23248 \begin_inset space ~
23249 \end_inset
23250
23251
23252 \begin_inset CommandInset ref
23253 LatexCommand ref
23254 reference "fig:This-is-an-fig"
23255
23256 \end_inset
23257
23258  and Table
23259 \begin_inset space ~
23260 \end_inset
23261
23262
23263 \begin_inset CommandInset ref
23264 LatexCommand ref
23265 reference "tab:This-is-an-tab"
23266
23267 \end_inset
23268
23269  can be created using these commands in the document preamble:
23270 \end_layout
23271
23272 \begin_layout Standard
23273
23274 \series bold
23275
23276 \backslash
23277 usepackage[tableposition=top]{caption}
23278 \series default
23279
23280 \begin_inset Newline newline
23281 \end_inset
23282
23283
23284 \series bold
23285
23286 \backslash
23287 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
23288 \begin_inset Newline newline
23289 \end_inset
23290
23291
23292 \begin_inset Phantom HPhantom
23293 status open
23294
23295 \begin_layout Plain Layout
23296
23297 \series bold
23298
23299 \backslash
23300 captionsetup[figure]{
23301 \end_layout
23302
23303 \end_inset
23304
23305 labelsep=period}
23306 \begin_inset Newline newline
23307 \end_inset
23308
23309
23310 \backslash
23311 captionsetup[table]{labelfont={bf,sf}}
23312 \end_layout
23313
23314 \begin_layout Standard
23315 \begin_inset Note Greyedout
23316 status open
23317
23318 \begin_layout Plain Layout
23319
23320 \series bold
23321 Note:
23322 \series default
23323  The option 
23324 \series bold
23325 tableposition=top
23326 \series default
23327  has no effect when a 
23328 \series bold
23329 KOMA-Script
23330 \series default
23331
23332 \begin_inset Index idx
23333 status collapsed
23334
23335 \begin_layout Plain Layout
23336 LaTeX-packages ! KOMA-Script
23337 \end_layout
23338
23339 \end_inset
23340
23341  document class is used.
23342  In this case the document class option 
23343 \series bold
23344 captions=tableheading
23345 \series default
23346  must be used.
23347 \end_layout
23348
23349 \end_inset
23350
23351
23352 \end_layout
23353
23354 \begin_layout Standard
23355 For more information about the package 
23356 \series bold
23357 caption
23358 \series default
23359  we refer to its documentation 
23360 \begin_inset CommandInset citation
23361 LatexCommand cite
23362 key "caption"
23363
23364 \end_inset
23365
23366 .
23367 \end_layout
23368
23369 \begin_layout Standard
23370 To change the label name from e.
23371 \begin_inset space \thinspace{}
23372 \end_inset
23373
23374 g.
23375 \begin_inset space \space{}
23376 \end_inset
23377
23378
23379 \begin_inset Quotes eld
23380 \end_inset
23381
23382 Figure
23383 \begin_inset Quotes erd
23384 \end_inset
23385
23386  to 
23387 \begin_inset Quotes eld
23388 \end_inset
23389
23390 Image
23391 \begin_inset Quotes erd
23392 \end_inset
23393
23394  use this preamble command:
23395 \end_layout
23396
23397 \begin_layout Standard
23398
23399 \series bold
23400
23401 \backslash
23402 renewcommand{
23403 \backslash
23404 fnum@figure}{Image~
23405 \backslash
23406 thefigure}
23407 \end_layout
23408
23409 \begin_layout Standard
23410 where 
23411 \series bold
23412
23413 \backslash
23414 thefigure
23415 \series default
23416  inserts the figure number and
23417 \series bold
23418  
23419 \begin_inset Quotes eld
23420 \end_inset
23421
23422 ~
23423 \series default
23424
23425 \begin_inset Quotes erd
23426 \end_inset
23427
23428  creates a protected space.
23429 \end_layout
23430
23431 \begin_layout Standard
23432 \begin_inset VSpace bigskip
23433 \end_inset
23434
23435 If you are using a 
23436 \series bold
23437 KOMA-Script
23438 \series default
23439
23440 \begin_inset Index idx
23441 status collapsed
23442
23443 \begin_layout Plain Layout
23444 LaTeX-packages ! KOMA-Script
23445 \end_layout
23446
23447 \end_inset
23448
23449  document class (
23450 \family sans
23451 article (KOMA-Script)
23452 \family default
23453
23454 \family sans
23455 book (KOMA-Script)
23456 \family default
23457
23458 \family sans
23459 letter (KOMA-Script)
23460 \family default
23461 , or 
23462 \family sans
23463 report (KOMA-Script)
23464 \family default
23465
23466 \begin_inset space \thinspace{}
23467 \end_inset
23468
23469 ), you can alternatively to the 
23470 \series bold
23471 caption
23472 \series default
23473  package use 
23474 \series bold
23475 KOMA-Script
23476 \series default
23477 's built-in command 
23478 \series bold
23479
23480 \backslash
23481 setkomafont
23482 \series default
23483 .
23484  For example, to have the caption label in bold, add this command to your
23485  document preamble:
23486 \end_layout
23487
23488 \begin_layout Standard
23489
23490 \series bold
23491
23492 \backslash
23493 setkomafont{captionlabel}{
23494 \backslash
23495 bfseries}
23496 \end_layout
23497
23498 \begin_layout Standard
23499 For more information about 
23500 \series bold
23501
23502 \backslash
23503 setkomafont
23504 \series default
23505  we refer to the 
23506 \series bold
23507 KOMA-Script
23508 \series default
23509  documentation 
23510 \begin_inset CommandInset citation
23511 LatexCommand cite
23512 key "KOMA-Script"
23513
23514 \end_inset
23515
23516 .
23517 \end_layout
23518
23519 \begin_layout Standard
23520 \begin_inset ERT
23521 status collapsed
23522
23523 \begin_layout Plain Layout
23524
23525
23526 \backslash
23527 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
23528 }
23529 \end_layout
23530
23531 \end_inset
23532
23533
23534 \begin_inset Note Note
23535 status open
23536
23537 \begin_layout Plain Layout
23538 The caption format is changed only for this example.
23539 \end_layout
23540
23541 \end_inset
23542
23543
23544 \end_layout
23545
23546 \begin_layout Standard
23547 \begin_inset Float figure
23548 placement !p
23549 wide false
23550 sideways false
23551 status open
23552
23553 \begin_layout Plain Layout
23554 \align center
23555 \begin_inset Graphics
23556         filename clipart/mobius.eps
23557         lyxscale 50
23558         scale 50
23559         scaleBeforeRotation
23560
23561 \end_inset
23562
23563
23564 \end_layout
23565
23566 \begin_layout Plain Layout
23567 \begin_inset Caption
23568
23569 \begin_layout Plain Layout
23570 \begin_inset CommandInset label
23571 LatexCommand label
23572 name "fig:This-is-an-fig"
23573
23574 \end_inset
23575
23576 This is an example figure caption that is longer than one line to show the
23577  different caption format.
23578  Here a self-defined caption format is used.
23579 \end_layout
23580
23581 \end_inset
23582
23583
23584 \end_layout
23585
23586 \end_inset
23587
23588
23589 \end_layout
23590
23591 \begin_layout Standard
23592 \begin_inset ERT
23593 status collapsed
23594
23595 \begin_layout Plain Layout
23596
23597
23598 \backslash
23599 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
23600 on}
23601 \end_layout
23602
23603 \end_inset
23604
23605
23606 \end_layout
23607
23608 \begin_layout Standard
23609 \begin_inset Float table
23610 placement !p
23611 wide false
23612 sideways false
23613 status open
23614
23615 \begin_layout Plain Layout
23616 \begin_inset Caption
23617
23618 \begin_layout Plain Layout
23619 \begin_inset CommandInset label
23620 LatexCommand label
23621 name "tab:This-is-an-tab"
23622
23623 \end_inset
23624
23625 This is an example table caption that is longer than one line to show the
23626  different caption format.
23627  Here the standard caption format for tables in this document is used.
23628 \end_layout
23629
23630 \end_inset
23631
23632
23633 \end_layout
23634
23635 \begin_layout Plain Layout
23636 \align center
23637 \begin_inset Tabular
23638 <lyxtabular version="3" rows="1" columns="5">
23639 <features tabularvalignment="middle">
23640 <column alignment="center" valignment="top" width="0">
23641 <column alignment="center" valignment="top" width="0">
23642 <column alignment="center" valignment="top" width="0">
23643 <column alignment="center" valignment="top" width="0">
23644 <column alignment="center" valignment="top" width="0">
23645 <row>
23646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23647 \begin_inset Text
23648
23649 \begin_layout Plain Layout
23650 a
23651 \end_layout
23652
23653 \end_inset
23654 </cell>
23655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23656 \begin_inset Text
23657
23658 \begin_layout Plain Layout
23659 b
23660 \end_layout
23661
23662 \end_inset
23663 </cell>
23664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23665 \begin_inset Text
23666
23667 \begin_layout Plain Layout
23668 c
23669 \end_layout
23670
23671 \end_inset
23672 </cell>
23673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23674 \begin_inset Text
23675
23676 \begin_layout Plain Layout
23677 d
23678 \end_layout
23679
23680 \end_inset
23681 </cell>
23682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23683 \begin_inset Text
23684
23685 \begin_layout Plain Layout
23686 e
23687 \end_layout
23688
23689 \end_inset
23690 </cell>
23691 </row>
23692 </lyxtabular>
23693
23694 \end_inset
23695
23696
23697 \end_layout
23698
23699 \end_inset
23700
23701
23702 \end_layout
23703
23704 \begin_layout Section
23705 Caption Placement
23706 \begin_inset Index idx
23707 status collapsed
23708
23709 \begin_layout Plain Layout
23710 Caption ! Placement
23711 \end_layout
23712
23713 \end_inset
23714
23715
23716 \begin_inset Index idx
23717 status collapsed
23718
23719 \begin_layout Plain Layout
23720 Floats ! Caption Placement
23721 \end_layout
23722
23723 \end_inset
23724
23725
23726 \begin_inset CommandInset label
23727 LatexCommand label
23728 name "sec:Caption-Placement"
23729
23730 \end_inset
23731
23732
23733 \end_layout
23734
23735 \begin_layout Standard
23736 The common caption placement rule is:
23737 \end_layout
23738
23739 \begin_layout Description
23740 Figure: Caption is set below the figure
23741 \end_layout
23742
23743 \begin_layout Description
23744 Table: Caption is set above the table
23745 \end_layout
23746
23747 \begin_layout Standard
23748 Having the caption above the table is unfortunately not supported in LaTeX's
23749  standard classes.
23750  That means if you are using the document classes 
23751 \family sans
23752 article
23753 \family default
23754
23755 \family sans
23756 book
23757 \family default
23758
23759 \family sans
23760 letter
23761 \family default
23762 , or 
23763 \family sans
23764 report
23765 \family default
23766  there will be no space between the caption and the table.
23767  To insert the necessary space, add the following option to the load command
23768  of the LaTeX-package 
23769 \series bold
23770 caption
23771 \series default
23772  in your document preamble
23773 \begin_inset Foot
23774 status collapsed
23775
23776 \begin_layout Plain Layout
23777 See section
23778 \begin_inset space ~
23779 \end_inset
23780
23781
23782 \begin_inset CommandInset ref
23783 LatexCommand ref
23784 reference "sec:Caption-Formatting"
23785
23786 \end_inset
23787
23788  for more information of the package 
23789 \series bold
23790 caption
23791 \series default
23792 .
23793 \end_layout
23794
23795 \end_inset
23796
23797 :
23798 \end_layout
23799
23800 \begin_layout Standard
23801
23802 \series bold
23803 tableposition=top
23804 \end_layout
23805
23806 \begin_layout Standard
23807 If you are using a 
23808 \series bold
23809 KOMA-Script
23810 \series default
23811
23812 \begin_inset Index idx
23813 status collapsed
23814
23815 \begin_layout Plain Layout
23816 LaTeX-packages ! KOMA-Script
23817 \end_layout
23818
23819 \end_inset
23820
23821  document class (
23822 \family sans
23823 article (KOMA-Script)
23824 \family default
23825
23826 \family sans
23827 book (KOMA-Script)
23828 \family default
23829
23830 \family sans
23831 letter (KOMA-Script)
23832 \family default
23833 , or 
23834 \family sans
23835 report (KOMA-Script)
23836 \family default
23837
23838 \begin_inset space \thinspace{}
23839 \end_inset
23840
23841 ), you can alternatively to the 
23842 \series bold
23843 caption
23844 \series default
23845  package set the document class option 
23846 \series bold
23847 captions=tableheading
23848 \series default
23849 .
23850 \end_layout
23851
23852 \begin_layout Standard
23853 \begin_inset VSpace bigskip
23854 \end_inset
23855
23856 It is also possible to set the caption beside a figure or table.
23857  To get this the LaTeX-package 
23858 \series bold
23859 sidecap
23860 \series default
23861
23862 \begin_inset Index idx
23863 status collapsed
23864
23865 \begin_layout Plain Layout
23866 LaTeX-packages ! sidecap
23867 \end_layout
23868
23869 \end_inset
23870
23871  has to be loaded in the document preamble with the line
23872 \end_layout
23873
23874 \begin_layout Standard
23875
23876 \series bold
23877
23878 \backslash
23879 usepackage[option]{sidecap}
23880 \end_layout
23881
23882 \begin_layout Standard
23883 If you set no option, the caption is placed on the side of the outer page
23884  margin â€“ to the right on odd pages, to the left on even pages.
23885  You can change the placement to inner margin with the option 
23886 \series bold
23887 innercaption
23888 \series default
23889 .
23890  To force the placement always to the right or left, use the option 
23891 \series bold
23892 rightcaption
23893 \series default
23894  or 
23895 \series bold
23896 leftcaption
23897 \series default
23898 , respectively.
23899 \end_layout
23900
23901 \begin_layout Standard
23902 \begin_inset ERT
23903 status collapsed
23904
23905 \begin_layout Plain Layout
23906
23907
23908 \backslash
23909 ifsidecap
23910 \end_layout
23911
23912 \end_inset
23913
23914
23915 \begin_inset Note Note
23916 status open
23917
23918 \begin_layout Plain Layout
23919 The following section will only be displayed when the LaTeX-package 
23920 \series bold
23921 sidecap
23922 \series default
23923  is installed.
23924 \end_layout
23925
23926 \end_inset
23927
23928
23929 \end_layout
23930
23931 \begin_layout Standard
23932 To place in LyX the caption of a float on the side, it is necessary to add
23933  these commands to the document preamble:
23934 \end_layout
23935
23936 \begin_layout Standard
23937 \begin_inset Newpage pagebreak
23938 \end_inset
23939
23940
23941 \end_layout
23942
23943 \begin_layout Standard
23944 \noindent
23945 \begin_inset CommandInset line
23946 LatexCommand rule
23947 offset "0.5ex"
23948 width "100line%"
23949 height "1pt"
23950
23951 \end_inset
23952
23953
23954 \end_layout
23955
23956 \begin_layout Standard
23957
23958 \series bold
23959
23960 \backslash
23961 newcommand{
23962 \backslash
23963 TabBesBeg}[1][1.0]{%
23964 \begin_inset Newline newline
23965 \end_inset
23966
23967
23968 \begin_inset Phantom HPhantom
23969 status open
23970
23971 \begin_layout Plain Layout
23972 \begin_inset space ~
23973 \end_inset
23974
23975
23976 \end_layout
23977
23978 \end_inset
23979
23980
23981 \backslash
23982 let
23983 \backslash
23984 MyTable
23985 \backslash
23986 table
23987 \begin_inset Newline newline
23988 \end_inset
23989
23990
23991 \begin_inset Phantom HPhantom
23992 status open
23993
23994 \begin_layout Plain Layout
23995
23996 \series medium
23997 \begin_inset space ~
23998 \end_inset
23999
24000
24001 \end_layout
24002
24003 \end_inset
24004
24005
24006 \backslash
24007 let
24008 \backslash
24009 MyEndtable
24010 \backslash
24011 endtable
24012 \begin_inset Newline newline
24013 \end_inset
24014
24015
24016 \begin_inset Phantom HPhantom
24017 status open
24018
24019 \begin_layout Plain Layout
24020
24021 \series medium
24022 \begin_inset space ~
24023 \end_inset
24024
24025
24026 \end_layout
24027
24028 \end_inset
24029
24030
24031 \backslash
24032 renewenvironment{table}[1]{
24033 \backslash
24034 begin{SCtable}[#1]##1}{
24035 \backslash
24036 end{SCtable}}}
24037 \end_layout
24038
24039 \begin_layout Standard
24040
24041 \series bold
24042
24043 \backslash
24044 newcommand{
24045 \backslash
24046 TabBesEnd}{%
24047 \begin_inset Newline newline
24048 \end_inset
24049
24050
24051 \begin_inset Phantom HPhantom
24052 status open
24053
24054 \begin_layout Plain Layout
24055 \begin_inset space ~
24056 \end_inset
24057
24058
24059 \end_layout
24060
24061 \end_inset
24062
24063
24064 \backslash
24065 let
24066 \backslash
24067 table
24068 \backslash
24069 MyTable
24070 \begin_inset Newline newline
24071 \end_inset
24072
24073
24074 \begin_inset Phantom HPhantom
24075 status open
24076
24077 \begin_layout Plain Layout
24078 \begin_inset space ~
24079 \end_inset
24080
24081
24082 \end_layout
24083
24084 \end_inset
24085
24086
24087 \backslash
24088 let
24089 \backslash
24090 endtable
24091 \backslash
24092 MyEndtable
24093 \end_layout
24094
24095 \begin_layout Standard
24096
24097 \series bold
24098
24099 \backslash
24100 newcommand{
24101 \backslash
24102 FigBesBeg}[1][1.0]{%
24103 \begin_inset Newline newline
24104 \end_inset
24105
24106
24107 \begin_inset Phantom HPhantom
24108 status open
24109
24110 \begin_layout Plain Layout
24111 \begin_inset space ~
24112 \end_inset
24113
24114
24115 \end_layout
24116
24117 \end_inset
24118
24119
24120 \backslash
24121 let
24122 \backslash
24123 MyFigure
24124 \backslash
24125 figure
24126 \begin_inset Newline newline
24127 \end_inset
24128
24129
24130 \begin_inset Phantom HPhantom
24131 status open
24132
24133 \begin_layout Plain Layout
24134 \begin_inset space ~
24135 \end_inset
24136
24137
24138 \end_layout
24139
24140 \end_inset
24141
24142
24143 \backslash
24144 let
24145 \backslash
24146 MyEndfigure
24147 \backslash
24148 endfigure
24149 \begin_inset Newline newline
24150 \end_inset
24151
24152
24153 \begin_inset Phantom HPhantom
24154 status open
24155
24156 \begin_layout Plain Layout
24157 \begin_inset space ~
24158 \end_inset
24159
24160
24161 \end_layout
24162
24163 \end_inset
24164
24165
24166 \backslash
24167 renewenvironment{figure}[1]{
24168 \backslash
24169 begin{SCfigure}[#1]##1}{
24170 \backslash
24171 end{SCfigure}}}
24172 \end_layout
24173
24174 \begin_layout Standard
24175
24176 \series bold
24177
24178 \backslash
24179 newcommand{
24180 \backslash
24181 FigBesEnd}{%
24182 \begin_inset Newline newline
24183 \end_inset
24184
24185
24186 \begin_inset Phantom HPhantom
24187 status open
24188
24189 \begin_layout Plain Layout
24190 \begin_inset space ~
24191 \end_inset
24192
24193
24194 \end_layout
24195
24196 \end_inset
24197
24198
24199 \backslash
24200 let
24201 \backslash
24202 figure
24203 \backslash
24204 MyFigure
24205 \begin_inset Newline newline
24206 \end_inset
24207
24208
24209 \begin_inset Phantom HPhantom
24210 status open
24211
24212 \begin_layout Plain Layout
24213 \begin_inset space ~
24214 \end_inset
24215
24216
24217 \end_layout
24218
24219 \end_inset
24220
24221
24222 \backslash
24223 let
24224 \backslash
24225 endfigure
24226 \backslash
24227 MyEndfigure}
24228 \end_layout
24229
24230 \begin_layout Standard
24231 \noindent
24232 \begin_inset CommandInset line
24233 LatexCommand rule
24234 offset "0.5ex"
24235 width "100line%"
24236 height "1pt"
24237
24238 \end_inset
24239
24240
24241 \end_layout
24242
24243 \begin_layout Standard
24244 The commands allow you to redefine the floats so that the caption is set
24245  on the side.
24246  For figure floats use the command
24247 \end_layout
24248
24249 \begin_layout Standard
24250
24251 \series bold
24252
24253 \backslash
24254 FigBesBeg
24255 \end_layout
24256
24257 \begin_layout Standard
24258 in TeX-Code before the float.
24259  And insert the command
24260 \end_layout
24261
24262 \begin_layout Standard
24263
24264 \series bold
24265
24266 \backslash
24267 FigBesEnd
24268 \end_layout
24269
24270 \begin_layout Standard
24271 in TeX-Code at the point where you want to get back to the original float
24272  definition.
24273 \end_layout
24274
24275 \begin_layout Standard
24276 For table floats use the corresponding commands
24277 \end_layout
24278
24279 \begin_layout Standard
24280
24281 \series bold
24282
24283 \backslash
24284 TabBesBeg
24285 \series default
24286  and 
24287 \series bold
24288
24289 \backslash
24290 TabBesEnd
24291 \end_layout
24292
24293 \begin_layout Standard
24294 Figure
24295 \begin_inset space ~
24296 \end_inset
24297
24298
24299 \begin_inset CommandInset ref
24300 LatexCommand ref
24301 reference "fig:cap-beside-fig"
24302
24303 \end_inset
24304
24305  and Table
24306 \begin_inset space ~
24307 \end_inset
24308
24309
24310 \begin_inset CommandInset ref
24311 LatexCommand ref
24312 reference "tab:cap-beside-tab"
24313
24314 \end_inset
24315
24316  are examples where the caption is set beside.
24317 \end_layout
24318
24319 \begin_layout Standard
24320 You can see in the examples that the caption text appears at the top of
24321  the floats for table floats and at the bottom for figure floats.
24322  To change this, you can use the command
24323 \end_layout
24324
24325 \begin_layout Standard
24326
24327 \series bold
24328
24329 \backslash
24330 sidecaptionvpos{float type}{placement}
24331 \end_layout
24332
24333 \begin_layout Standard
24334 in the document preamble or in TeX-Code before the float.
24335  The float type is either 
24336 \family sans
24337 figure
24338 \family default
24339  or 
24340 \family sans
24341 table
24342 \family default
24343 , the placement can be 
24344 \begin_inset Quotes eld
24345 \end_inset
24346
24347
24348 \family sans
24349 t
24350 \family default
24351
24352 \begin_inset Quotes erd
24353 \end_inset
24354
24355  for top, 
24356 \begin_inset Quotes eld
24357 \end_inset
24358
24359
24360 \family sans
24361 c
24362 \family default
24363
24364 \begin_inset Quotes erd
24365 \end_inset
24366
24367  for center, or 
24368 \begin_inset Quotes eld
24369 \end_inset
24370
24371
24372 \family sans
24373 b
24374 \family default
24375
24376 \begin_inset Quotes erd
24377 \end_inset
24378
24379  for bottom.
24380  To have for example the caption of figure floats vertically centered, use
24381  the command
24382 \end_layout
24383
24384 \begin_layout Standard
24385
24386 \series bold
24387
24388 \backslash
24389 sidecaptionvpos{figure}{c}
24390 \end_layout
24391
24392 \begin_layout Standard
24393 This was used for Figure
24394 \begin_inset space ~
24395 \end_inset
24396
24397
24398 \begin_inset CommandInset ref
24399 LatexCommand ref
24400 reference "fig:cap-beside-fig-2"
24401
24402 \end_inset
24403
24404 .
24405 \end_layout
24406
24407 \begin_layout Standard
24408 \begin_inset VSpace medskip
24409 \end_inset
24410
24411
24412 \end_layout
24413
24414 \begin_layout Standard
24415 The default caption width is the width of the image/table.
24416  For thin image/tables, like in Table
24417 \begin_inset space ~
24418 \end_inset
24419
24420
24421 \begin_inset CommandInset ref
24422 LatexCommand ref
24423 reference "tab:cap-beside-tab"
24424
24425 \end_inset
24426
24427 , this leads to captions that are too thin.
24428  You can increase the width by specifying a factor that will be multiplied
24429  with the image/table width to get the caption width.
24430  The caption width will automatically be recalculated in case it would protrude
24431  over the page or column margin due to the specified width.
24432  The 
24433 \emph on
24434 factor
24435 \emph default
24436  can either be given as optional argument for 
24437 \series bold
24438
24439 \backslash
24440 FigBesBeg
24441 \series default
24442 :
24443 \end_layout
24444
24445 \begin_layout Standard
24446
24447 \series bold
24448
24449 \backslash
24450 FigBesBeg[factor]
24451 \end_layout
24452
24453 \begin_layout Standard
24454 or in the definition of 
24455 \series bold
24456
24457 \backslash
24458 FigBesBeg
24459 \series default
24460  by replacing the 
24461 \series bold
24462 1.0
24463 \series default
24464  with another value.
24465  If you do the latter, your factor will be the default if 
24466 \series bold
24467
24468 \backslash
24469 FigBesBeg
24470 \series default
24471  is used without an argument.
24472  For Table
24473 \begin_inset space ~
24474 \end_inset
24475
24476
24477 \begin_inset CommandInset ref
24478 LatexCommand ref
24479 reference "tab:cap-beside-tab-wider"
24480
24481 \end_inset
24482
24483  the factor 5 was used.
24484 \end_layout
24485
24486 \begin_layout Standard
24487 \begin_inset Note Greyedout
24488 status open
24489
24490 \begin_layout Plain Layout
24491
24492 \series bold
24493 Note:
24494 \series default
24495  For floats with captions set beside, you cannot use the float placement
24496  option 
24497 \family sans
24498 Here
24499 \begin_inset space ~
24500 \end_inset
24501
24502 definitely
24503 \family default
24504  because it is not supported by 
24505 \series bold
24506 sidecap
24507 \series default
24508 .
24509 \end_layout
24510
24511 \end_inset
24512
24513
24514 \end_layout
24515
24516 \begin_layout Standard
24517 \begin_inset VSpace medskip
24518 \end_inset
24519
24520 For more information about the package 
24521 \series bold
24522 sidecap
24523 \series default
24524  we refer to its documentation 
24525 \begin_inset CommandInset citation
24526 LatexCommand cite
24527 key "sidecap"
24528
24529 \end_inset
24530
24531 .
24532 \end_layout
24533
24534 \begin_layout Standard
24535 \begin_inset Note Greyedout
24536 status open
24537
24538 \begin_layout Plain Layout
24539
24540 \series bold
24541 Note:
24542 \series default
24543  The LaTeX-package 
24544 \series bold
24545 hypcap
24546 \series default
24547
24548 \begin_inset Index idx
24549 status collapsed
24550
24551 \begin_layout Plain Layout
24552 LaTeX-packages ! hypcap
24553 \end_layout
24554
24555 \end_inset
24556
24557 , described in section
24558 \begin_inset space ~
24559 \end_inset
24560
24561
24562 \begin_inset CommandInset ref
24563 LatexCommand ref
24564 reference "sub:Reference-Position"
24565
24566 \end_inset
24567
24568 , has no effect on floats with the caption set beside.
24569 \end_layout
24570
24571 \end_inset
24572
24573
24574 \end_layout
24575
24576 \begin_layout Standard
24577 \begin_inset ERT
24578 status collapsed
24579
24580 \begin_layout Plain Layout
24581
24582
24583 \backslash
24584 FigBesBeg
24585 \end_layout
24586
24587 \end_inset
24588
24589
24590 \end_layout
24591
24592 \begin_layout Standard
24593 \begin_inset Float figure
24594 wide false
24595 sideways false
24596 status open
24597
24598 \begin_layout Plain Layout
24599 \begin_inset Graphics
24600         filename clipart/escher-lsd.eps
24601         scale 75
24602         scaleBeforeRotation
24603
24604 \end_inset
24605
24606
24607 \end_layout
24608
24609 \begin_layout Plain Layout
24610 \begin_inset Caption
24611
24612 \begin_layout Plain Layout
24613 \begin_inset CommandInset label
24614 LatexCommand label
24615 name "fig:cap-beside-fig"
24616
24617 \end_inset
24618
24619 This is a caption beside a figure.
24620 \end_layout
24621
24622 \end_inset
24623
24624
24625 \end_layout
24626
24627 \end_inset
24628
24629
24630 \end_layout
24631
24632 \begin_layout Standard
24633 \begin_inset ERT
24634 status collapsed
24635
24636 \begin_layout Plain Layout
24637
24638
24639 \backslash
24640 FigBesEnd
24641 \end_layout
24642
24643 \end_inset
24644
24645
24646 \end_layout
24647
24648 \begin_layout Standard
24649 \begin_inset ERT
24650 status collapsed
24651
24652 \begin_layout Plain Layout
24653
24654
24655 \backslash
24656 TabBesBeg
24657 \end_layout
24658
24659 \end_inset
24660
24661
24662 \end_layout
24663
24664 \begin_layout Standard
24665 \begin_inset Float table
24666 wide false
24667 sideways false
24668 status open
24669
24670 \begin_layout Plain Layout
24671 \begin_inset Caption
24672
24673 \begin_layout Plain Layout
24674 \begin_inset CommandInset label
24675 LatexCommand label
24676 name "tab:cap-beside-tab"
24677
24678 \end_inset
24679
24680 This is a caption beside a table.
24681 \end_layout
24682
24683 \end_inset
24684
24685
24686 \end_layout
24687
24688 \begin_layout Plain Layout
24689 \begin_inset Tabular
24690 <lyxtabular version="3" rows="4" columns="5">
24691 <features tabularvalignment="middle">
24692 <column alignment="center" valignment="top" width="0">
24693 <column alignment="center" valignment="top" width="0">
24694 <column alignment="center" valignment="top" width="0">
24695 <column alignment="center" valignment="top" width="0">
24696 <column alignment="center" valignment="top" width="0">
24697 <row>
24698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24699 \begin_inset Text
24700
24701 \begin_layout Plain Layout
24702 a
24703 \end_layout
24704
24705 \end_inset
24706 </cell>
24707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24708 \begin_inset Text
24709
24710 \begin_layout Plain Layout
24711
24712 \end_layout
24713
24714 \end_inset
24715 </cell>
24716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24717 \begin_inset Text
24718
24719 \begin_layout Plain Layout
24720 b
24721 \end_layout
24722
24723 \end_inset
24724 </cell>
24725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24726 \begin_inset Text
24727
24728 \begin_layout Plain Layout
24729
24730 \end_layout
24731
24732 \end_inset
24733 </cell>
24734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24735 \begin_inset Text
24736
24737 \begin_layout Plain Layout
24738 c
24739 \end_layout
24740
24741 \end_inset
24742 </cell>
24743 </row>
24744 <row>
24745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24746 \begin_inset Text
24747
24748 \begin_layout Plain Layout
24749
24750 \end_layout
24751
24752 \end_inset
24753 </cell>
24754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24755 \begin_inset Text
24756
24757 \begin_layout Plain Layout
24758 d
24759 \end_layout
24760
24761 \end_inset
24762 </cell>
24763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24764 \begin_inset Text
24765
24766 \begin_layout Plain Layout
24767
24768 \end_layout
24769
24770 \end_inset
24771 </cell>
24772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24773 \begin_inset Text
24774
24775 \begin_layout Plain Layout
24776 e
24777 \end_layout
24778
24779 \end_inset
24780 </cell>
24781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24782 \begin_inset Text
24783
24784 \begin_layout Plain Layout
24785
24786 \end_layout
24787
24788 \end_inset
24789 </cell>
24790 </row>
24791 <row>
24792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24793 \begin_inset Text
24794
24795 \begin_layout Plain Layout
24796 f
24797 \end_layout
24798
24799 \end_inset
24800 </cell>
24801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24802 \begin_inset Text
24803
24804 \begin_layout Plain Layout
24805
24806 \end_layout
24807
24808 \end_inset
24809 </cell>
24810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24811 \begin_inset Text
24812
24813 \begin_layout Plain Layout
24814 g
24815 \end_layout
24816
24817 \end_inset
24818 </cell>
24819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24820 \begin_inset Text
24821
24822 \begin_layout Plain Layout
24823
24824 \end_layout
24825
24826 \end_inset
24827 </cell>
24828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24829 \begin_inset Text
24830
24831 \begin_layout Plain Layout
24832 h
24833 \end_layout
24834
24835 \end_inset
24836 </cell>
24837 </row>
24838 <row>
24839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24840 \begin_inset Text
24841
24842 \begin_layout Plain Layout
24843
24844 \end_layout
24845
24846 \end_inset
24847 </cell>
24848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24849 \begin_inset Text
24850
24851 \begin_layout Plain Layout
24852 i
24853 \end_layout
24854
24855 \end_inset
24856 </cell>
24857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24858 \begin_inset Text
24859
24860 \begin_layout Plain Layout
24861
24862 \end_layout
24863
24864 \end_inset
24865 </cell>
24866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24867 \begin_inset Text
24868
24869 \begin_layout Plain Layout
24870 j
24871 \end_layout
24872
24873 \end_inset
24874 </cell>
24875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24876 \begin_inset Text
24877
24878 \begin_layout Plain Layout
24879
24880 \end_layout
24881
24882 \end_inset
24883 </cell>
24884 </row>
24885 </lyxtabular>
24886
24887 \end_inset
24888
24889
24890 \end_layout
24891
24892 \end_inset
24893
24894
24895 \end_layout
24896
24897 \begin_layout Standard
24898 \begin_inset ERT
24899 status collapsed
24900
24901 \begin_layout Plain Layout
24902
24903
24904 \backslash
24905 TabBesEnd
24906 \end_layout
24907
24908 \end_inset
24909
24910
24911 \end_layout
24912
24913 \begin_layout Standard
24914 \begin_inset ERT
24915 status collapsed
24916
24917 \begin_layout Plain Layout
24918
24919
24920 \backslash
24921 sidecaptionvpos{figure}{c}
24922 \end_layout
24923
24924 \end_inset
24925
24926
24927 \begin_inset Float figure
24928 wide false
24929 sideways false
24930 status open
24931
24932 \begin_layout Plain Layout
24933 \begin_inset Graphics
24934         filename clipart/escher-lsd.eps
24935         scale 75
24936         scaleBeforeRotation
24937
24938 \end_inset
24939
24940
24941 \end_layout
24942
24943 \begin_layout Plain Layout
24944 \begin_inset Caption
24945
24946 \begin_layout Plain Layout
24947 \begin_inset CommandInset label
24948 LatexCommand label
24949 name "fig:cap-beside-fig-2"
24950
24951 \end_inset
24952
24953 This is a vertically centered caption beside a figure.
24954 \end_layout
24955
24956 \end_inset
24957
24958
24959 \end_layout
24960
24961 \end_inset
24962
24963
24964 \end_layout
24965
24966 \begin_layout Standard
24967 \begin_inset ERT
24968 status collapsed
24969
24970 \begin_layout Plain Layout
24971
24972
24973 \backslash
24974 FigBesEnd
24975 \end_layout
24976
24977 \end_inset
24978
24979
24980 \end_layout
24981
24982 \begin_layout Standard
24983 \begin_inset ERT
24984 status collapsed
24985
24986 \begin_layout Plain Layout
24987
24988
24989 \backslash
24990 TabBesBeg[5]
24991 \end_layout
24992
24993 \end_inset
24994
24995
24996 \end_layout
24997
24998 \begin_layout Standard
24999 \begin_inset Float table
25000 wide false
25001 sideways false
25002 status open
25003
25004 \begin_layout Plain Layout
25005 \begin_inset Caption
25006
25007 \begin_layout Plain Layout
25008 \begin_inset CommandInset label
25009 LatexCommand label
25010 name "tab:cap-beside-tab-wider"
25011
25012 \end_inset
25013
25014 This is a caption is wider than the one in Table
25015 \begin_inset space ~
25016 \end_inset
25017
25018
25019 \begin_inset CommandInset ref
25020 LatexCommand ref
25021 reference "tab:cap-beside-tab"
25022
25023 \end_inset
25024
25025 .
25026 \end_layout
25027
25028 \end_inset
25029
25030
25031 \end_layout
25032
25033 \begin_layout Plain Layout
25034 \begin_inset Tabular
25035 <lyxtabular version="3" rows="4" columns="5">
25036 <features tabularvalignment="middle">
25037 <column alignment="center" valignment="top" width="0">
25038 <column alignment="center" valignment="top" width="0">
25039 <column alignment="center" valignment="top" width="0">
25040 <column alignment="center" valignment="top" width="0">
25041 <column alignment="center" valignment="top" width="0">
25042 <row>
25043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25044 \begin_inset Text
25045
25046 \begin_layout Plain Layout
25047 a
25048 \end_layout
25049
25050 \end_inset
25051 </cell>
25052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25053 \begin_inset Text
25054
25055 \begin_layout Plain Layout
25056
25057 \end_layout
25058
25059 \end_inset
25060 </cell>
25061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25062 \begin_inset Text
25063
25064 \begin_layout Plain Layout
25065 b
25066 \end_layout
25067
25068 \end_inset
25069 </cell>
25070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25071 \begin_inset Text
25072
25073 \begin_layout Plain Layout
25074
25075 \end_layout
25076
25077 \end_inset
25078 </cell>
25079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25080 \begin_inset Text
25081
25082 \begin_layout Plain Layout
25083 c
25084 \end_layout
25085
25086 \end_inset
25087 </cell>
25088 </row>
25089 <row>
25090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25091 \begin_inset Text
25092
25093 \begin_layout Plain Layout
25094
25095 \end_layout
25096
25097 \end_inset
25098 </cell>
25099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25100 \begin_inset Text
25101
25102 \begin_layout Plain Layout
25103 d
25104 \end_layout
25105
25106 \end_inset
25107 </cell>
25108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25109 \begin_inset Text
25110
25111 \begin_layout Plain Layout
25112
25113 \end_layout
25114
25115 \end_inset
25116 </cell>
25117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25118 \begin_inset Text
25119
25120 \begin_layout Plain Layout
25121 e
25122 \end_layout
25123
25124 \end_inset
25125 </cell>
25126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25127 \begin_inset Text
25128
25129 \begin_layout Plain Layout
25130
25131 \end_layout
25132
25133 \end_inset
25134 </cell>
25135 </row>
25136 <row>
25137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25138 \begin_inset Text
25139
25140 \begin_layout Plain Layout
25141 f
25142 \end_layout
25143
25144 \end_inset
25145 </cell>
25146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25147 \begin_inset Text
25148
25149 \begin_layout Plain Layout
25150
25151 \end_layout
25152
25153 \end_inset
25154 </cell>
25155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25156 \begin_inset Text
25157
25158 \begin_layout Plain Layout
25159 g
25160 \end_layout
25161
25162 \end_inset
25163 </cell>
25164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25165 \begin_inset Text
25166
25167 \begin_layout Plain Layout
25168
25169 \end_layout
25170
25171 \end_inset
25172 </cell>
25173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25174 \begin_inset Text
25175
25176 \begin_layout Plain Layout
25177 h
25178 \end_layout
25179
25180 \end_inset
25181 </cell>
25182 </row>
25183 <row>
25184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25185 \begin_inset Text
25186
25187 \begin_layout Plain Layout
25188
25189 \end_layout
25190
25191 \end_inset
25192 </cell>
25193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25194 \begin_inset Text
25195
25196 \begin_layout Plain Layout
25197 i
25198 \end_layout
25199
25200 \end_inset
25201 </cell>
25202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25203 \begin_inset Text
25204
25205 \begin_layout Plain Layout
25206
25207 \end_layout
25208
25209 \end_inset
25210 </cell>
25211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25212 \begin_inset Text
25213
25214 \begin_layout Plain Layout
25215 j
25216 \end_layout
25217
25218 \end_inset
25219 </cell>
25220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25221 \begin_inset Text
25222
25223 \begin_layout Plain Layout
25224
25225 \end_layout
25226
25227 \end_inset
25228 </cell>
25229 </row>
25230 </lyxtabular>
25231
25232 \end_inset
25233
25234
25235 \end_layout
25236
25237 \end_inset
25238
25239
25240 \end_layout
25241
25242 \begin_layout Standard
25243 \begin_inset ERT
25244 status collapsed
25245
25246 \begin_layout Plain Layout
25247
25248
25249 \backslash
25250 TabBesEnd
25251 \end_layout
25252
25253 \end_inset
25254
25255
25256 \end_layout
25257
25258 \begin_layout Standard
25259 \begin_inset ERT
25260 status collapsed
25261
25262 \begin_layout Plain Layout
25263
25264
25265 \backslash
25266 else
25267 \end_layout
25268
25269 \end_inset
25270
25271
25272 \begin_inset Note Note
25273 status open
25274
25275 \begin_layout Plain Layout
25276 The following will be displayed when the LaTeX-package 
25277 \series bold
25278 sidecap
25279 \series default
25280  is not installed:
25281 \end_layout
25282
25283 \end_inset
25284
25285
25286 \end_layout
25287
25288 \begin_layout Standard
25289 You need to install the LaTeX-package 
25290 \series bold
25291 sidecap
25292 \series default
25293  to see the following part of this section in the output.
25294 \end_layout
25295
25296 \begin_layout Standard
25297 \begin_inset ERT
25298 status collapsed
25299
25300 \begin_layout Plain Layout
25301
25302
25303 \backslash
25304 fi
25305 \end_layout
25306
25307 \end_inset
25308
25309
25310 \end_layout
25311
25312 \begin_layout Section
25313 Listings of Floats
25314 \begin_inset Index idx
25315 status collapsed
25316
25317 \begin_layout Plain Layout
25318 Floats ! Float Lists
25319 \end_layout
25320
25321 \end_inset
25322
25323
25324 \end_layout
25325
25326 \begin_layout Standard
25327 Similar to the table of contents where the sections of the document are
25328  listed, there are listings for all float types, like the figures of the
25329  documents.
25330  You can insert them via the 
25331 \family sans
25332 Insert\SpecialChar \menuseparator
25333 List
25334 \begin_inset space ~
25335 \end_inset
25336
25337 /
25338 \begin_inset space ~
25339 \end_inset
25340
25341 TOC
25342 \family default
25343  sub menus.
25344 \end_layout
25345
25346 \begin_layout Standard
25347 The list entries are the float captions or its short title, the float number,
25348  and the page number where they appear in the document.
25349 \end_layout
25350
25351 \begin_layout Standard
25352 You can find the list of figures and tables at the end of this document.
25353 \end_layout
25354
25355 \begin_layout Chapter
25356 Notes
25357 \end_layout
25358
25359 \begin_layout Section
25360 LyX Notes
25361 \begin_inset Index idx
25362 status collapsed
25363
25364 \begin_layout Plain Layout
25365 Notes ! LyX Notes
25366 \end_layout
25367
25368 \end_inset
25369
25370
25371 \end_layout
25372
25373 \begin_layout Standard
25374 Notes are inserted with the toolbar button 
25375 \family sans
25376
25377 \begin_inset Info
25378 type  "icon"
25379 arg   "note-insert"
25380 \end_inset
25381
25382
25383 \family default
25384  or the menu 
25385 \family sans
25386 Insert\SpecialChar \menuseparator
25387 Note
25388 \family default
25389 .
25390  There are three types of notes:
25391 \end_layout
25392
25393 \begin_layout Description
25394 LyX
25395 \begin_inset space ~
25396 \end_inset
25397
25398 Note This note type is for internal notes that won't appear in the output.
25399  Its note-box looks like this:
25400 \begin_inset Newline newline
25401 \end_inset
25402
25403
25404 \begin_inset Newline newline
25405 \end_inset
25406
25407
25408 \begin_inset Graphics
25409         filename clipart/LyXNoteImageQt4.png
25410         display false
25411         scale 85
25412         scaleBeforeRotation
25413
25414 \end_inset
25415
25416  
25417 \begin_inset Note Note
25418 status open
25419
25420 \begin_layout Plain Layout
25421 This is text in a note box that doesn't appear in the output.
25422 \end_layout
25423
25424 \end_inset
25425
25426
25427 \end_layout
25428
25429 \begin_layout Description
25430 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
25431 ent, when you export the document to LaTeX via the menu 
25432 \family sans
25433 File\SpecialChar \menuseparator
25434 Export\SpecialChar \menuseparator
25435 LaTeX (pdflatex) / (plain)
25436 \family default
25437 .
25438  Its note-box looks like this:
25439 \begin_inset Newline newline
25440 \end_inset
25441
25442
25443 \begin_inset Newline newline
25444 \end_inset
25445
25446
25447 \begin_inset Graphics
25448         filename clipart/CommentNoteImageQt4.png
25449         display false
25450         scale 85
25451         scaleBeforeRotation
25452
25453 \end_inset
25454
25455  
25456 \begin_inset Note Comment
25457 status open
25458
25459 \begin_layout Plain Layout
25460 This is text in a note box that only appears as comment in LaTeX-files.
25461 \end_layout
25462
25463 \end_inset
25464
25465
25466 \end_layout
25467
25468 \begin_layout Description
25469 Greyed
25470 \begin_inset space ~
25471 \end_inset
25472
25473 Out This note will appear in the output as grey text.
25474  Its note-box looks like this:
25475 \begin_inset Newline newline
25476 \end_inset
25477
25478
25479 \begin_inset Newline newline
25480 \end_inset
25481
25482
25483 \begin_inset Graphics
25484         filename clipart/GreyedOutNoteImageQt4.png
25485         display false
25486         scale 85
25487         scaleBeforeRotation
25488
25489 \end_inset
25490
25491
25492 \begin_inset Newline newline
25493 \end_inset
25494
25495
25496 \begin_inset ERT
25497 status collapsed
25498
25499 \begin_layout Plain Layout
25500
25501
25502 \backslash
25503 renewenvironment{lyxgreyedout}
25504 \end_layout
25505
25506 \begin_layout Plain Layout
25507
25508 {
25509 \backslash
25510 textcolor[gray]{0.8}
25511 \backslash
25512 bgroup}{
25513 \backslash
25514 egroup}
25515 \end_layout
25516
25517 \end_inset
25518
25519
25520 \begin_inset Note Greyedout
25521 status open
25522
25523 \begin_layout Plain Layout
25524 This is text
25525 \begin_inset Foot
25526 status open
25527
25528 \begin_layout Plain Layout
25529 This is an example footnote within a greyed out note.
25530 \end_layout
25531
25532 \end_inset
25533
25534  of a comment that appears in the output as grey text.
25535 \end_layout
25536
25537 \end_inset
25538
25539
25540 \begin_inset ERT
25541 status collapsed
25542
25543 \begin_layout Plain Layout
25544
25545
25546 \backslash
25547 renewenvironment{lyxgreyedout}
25548 \end_layout
25549
25550 \begin_layout Plain Layout
25551
25552 {
25553 \backslash
25554 textcolor{blue}
25555 \backslash
25556 bgroup}{
25557 \backslash
25558 egroup}
25559 \end_layout
25560
25561 \end_inset
25562
25563
25564 \begin_inset Note Note
25565 status collapsed
25566
25567 \begin_layout Plain Layout
25568 The greyed out note is here redefined to show it with the original LyX definitio
25569 n because greyed out notes are redefined in the preamble of this document,
25570  as described below, to have blue text.
25571 \end_layout
25572
25573 \end_inset
25574
25575
25576 \begin_inset Newline newline
25577 \end_inset
25578
25579
25580 \begin_inset Newline newline
25581 \end_inset
25582
25583 As you can see in the example, the first line of greyed out notes is a bit
25584  indented and greyed out notes can have footnotes.
25585 \end_layout
25586
25587 \begin_layout Standard
25588 \begin_inset VSpace bigskip
25589 \end_inset
25590
25591 When you use the toolbar button 
25592 \family sans
25593
25594 \begin_inset Info
25595 type  "icon"
25596 arg   "note-insert"
25597 \end_inset
25598
25599
25600 \family default
25601  to insert notes, a 
25602 \family sans
25603 LyX
25604 \begin_inset space ~
25605 \end_inset
25606
25607 Note
25608 \family default
25609  is inserted.
25610  You can switch between the five note types by right-clicking on the note-box.
25611  
25612 \family roman
25613 \series medium
25614 \bar no
25615 If you want to turn existing text into a note, mark it and click on the
25616  note
25617 \family default
25618 \series default
25619 \bar default
25620  toolbar 
25621 \family roman
25622 \series medium
25623 \bar no
25624 button
25625 \family default
25626 \series default
25627 \bar default
25628 .
25629  To change a note to text, press the backspace key when the cursor is in
25630  the first position of a note, or press the delete key when the cursor is
25631  in the very last position of the note, respectively.
25632 \end_layout
25633
25634 \begin_layout Standard
25635 \begin_inset VSpace bigskip
25636 \end_inset
25637
25638 You can change the text color of the greyed out notes in the menu 
25639 \family sans
25640 Document\SpecialChar \menuseparator
25641 Settings\SpecialChar \menuseparator
25642 Colors
25643 \family default
25644 .
25645 \end_layout
25646
25647 \begin_layout Section
25648 Footnotes
25649 \begin_inset CommandInset label
25650 LatexCommand label
25651 name "sec:Footnotes"
25652
25653 \end_inset
25654
25655
25656 \begin_inset Index idx
25657 status collapsed
25658
25659 \begin_layout Plain Layout
25660 Notes ! Footnotes
25661 \end_layout
25662
25663 \end_inset
25664
25665
25666 \begin_inset Index idx
25667 status collapsed
25668
25669 \begin_layout Plain Layout
25670 Footnotes
25671 \end_layout
25672
25673 \end_inset
25674
25675
25676 \end_layout
25677
25678 \begin_layout Standard
25679 Footnotes can be inserted using the toolbar button 
25680 \family sans
25681
25682 \begin_inset Info
25683 type  "icon"
25684 arg   "footnote-insert"
25685 \end_inset
25686
25687
25688 \family default
25689  or the menu 
25690 \family sans
25691 Insert\SpecialChar \menuseparator
25692 Footnote
25693 \family default
25694 .
25695  
25696 \family roman
25697 \series medium
25698 \bar no
25699 You'll see
25700 \family default
25701 \series default
25702 \bar default
25703  then the following footnote-box: 
25704 \begin_inset Graphics
25705         filename clipart/footnoteQt4.png
25706         scale 80
25707         scaleBeforeRotation
25708
25709 \end_inset
25710
25711  
25712 \family roman
25713 \series medium
25714 \bar no
25715 where you can enter the footnote text.
25716  If you want to turn existing text into a footnote, mark it and click on
25717  the footnote
25718 \family default
25719 \series default
25720 \bar default
25721  toolbar 
25722 \family roman
25723 \series medium
25724 \bar no
25725 button
25726 \family default
25727 \series default
25728 \bar default
25729 .
25730  To change a 
25731 \family roman
25732 \series medium
25733 \bar no
25734 footnote
25735 \family default
25736 \series default
25737 \bar default
25738  to text, press the 
25739 \family sans
25740 Backspace
25741 \family default
25742  key when the cursor is in the first position of a 
25743 \family roman
25744 \series medium
25745 \bar no
25746 footnote
25747 \family default
25748 \series default
25749 \bar default
25750 , or press the 
25751 \family sans
25752 Delete
25753 \family default
25754  key when the cursor is in the very last position of the 
25755 \family roman
25756 \series medium
25757 \bar no
25758 footnote
25759 \family default
25760 \series default
25761 \bar default
25762 , respectively.
25763 \end_layout
25764
25765 \begin_layout Standard
25766 Here is an example footnote:
25767 \family roman
25768 \series medium
25769 \bar no
25770
25771 \begin_inset Foot
25772 status open
25773
25774 \begin_layout Plain Layout
25775 \begin_inset CommandInset label
25776 LatexCommand label
25777 name "foot:This-is-an"
25778
25779 \end_inset
25780
25781 This is an example footnote.
25782 \end_layout
25783
25784 \end_inset
25785
25786
25787 \family default
25788 \series default
25789 \bar default
25790
25791 \begin_inset ERT
25792 status collapsed
25793
25794 \begin_layout Plain Layout
25795
25796
25797 \backslash
25798 newcounter{MyRepeatFoot}
25799 \end_layout
25800
25801 \begin_layout Plain Layout
25802
25803
25804 \backslash
25805 setcounter{MyRepeatFoot}{
25806 \backslash
25807 thefootnote}
25808 \end_layout
25809
25810 \end_inset
25811
25812
25813 \end_layout
25814
25815 \begin_layout Standard
25816 The footnote will appear in the output as a superscript number at the text
25817  position where the footnote box is placed.
25818  The footnote text is placed at the bottom of the current page.
25819  The footnote number is calculated by LaTeX; the numbers are consecutive.
25820  It depends on your document-class, whether the footnote number is reset
25821  for every chapter.
25822 \end_layout
25823
25824 \begin_layout Standard
25825 Footnotes can be referenced like floats: Insert a label into the footnote
25826  and cross-reference this label in the text as described in section
25827 \begin_inset space ~
25828 \end_inset
25829
25830
25831 \begin_inset CommandInset ref
25832 LatexCommand ref
25833 reference "sec:Referencing-Floats"
25834
25835 \end_inset
25836
25837 .
25838 \begin_inset Newline newline
25839 \end_inset
25840
25841 This is a cross-reference of Footnote
25842 \begin_inset space ~
25843 \end_inset
25844
25845
25846 \begin_inset CommandInset ref
25847 LatexCommand ref
25848 reference "foot:This-is-an"
25849
25850 \end_inset
25851
25852 .
25853 \end_layout
25854
25855 \begin_layout Standard
25856 \begin_inset VSpace defskip
25857 \end_inset
25858
25859 Footnotes in tables are not printed by LaTeX due to technical reasons.
25860  However there exists another method to print them: Instead of the footnote
25861  the command 
25862 \series bold
25863
25864 \backslash
25865 footnotemark{}
25866 \series default
25867  is inserted as TeX-code.
25868  The text of the footnote is entered as an argument of the TeX-code command
25869  
25870 \series bold
25871
25872 \backslash
25873 footnotetext
25874 \series default
25875  after the table.
25876 \begin_inset Newline newline
25877 \end_inset
25878
25879 This was done for the following table with the command
25880 \end_layout
25881
25882 \begin_layout Standard
25883
25884 \series bold
25885
25886 \backslash
25887 footnotetext{
25888 \series default
25889 Printed table footnote.
25890 \series bold
25891 }
25892 \end_layout
25893
25894 \begin_layout Standard
25895 \begin_inset Tabular
25896 <lyxtabular version="3" rows="2" columns="1">
25897 <features tabularvalignment="middle">
25898 <column alignment="center" valignment="top" width="0">
25899 <row>
25900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25901 \begin_inset Text
25902
25903 \begin_layout Plain Layout
25904 This an example text.
25905 \begin_inset Foot
25906 status open
25907
25908 \begin_layout Plain Layout
25909 This footnote will not be printed!
25910 \end_layout
25911
25912 \end_inset
25913
25914
25915 \end_layout
25916
25917 \end_inset
25918 </cell>
25919 </row>
25920 <row>
25921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25922 \begin_inset Text
25923
25924 \begin_layout Plain Layout
25925 This an example text.
25926 \begin_inset ERT
25927 status collapsed
25928
25929 \begin_layout Plain Layout
25930
25931
25932 \backslash
25933 footnotemark{}
25934 \end_layout
25935
25936 \end_inset
25937
25938
25939 \end_layout
25940
25941 \end_inset
25942 </cell>
25943 </row>
25944 </lyxtabular>
25945
25946 \end_inset
25947
25948
25949 \begin_inset ERT
25950 status collapsed
25951
25952 \begin_layout Plain Layout
25953
25954
25955 \backslash
25956 footnotetext{
25957 \end_layout
25958
25959 \end_inset
25960
25961 Printed table footnote.
25962 \begin_inset ERT
25963 status collapsed
25964
25965 \begin_layout Plain Layout
25966
25967 }
25968 \end_layout
25969
25970 \end_inset
25971
25972
25973 \end_layout
25974
25975 \begin_layout Standard
25976 Footnotes in longtables are described in section
25977 \begin_inset space ~
25978 \end_inset
25979
25980
25981 \begin_inset CommandInset ref
25982 LatexCommand ref
25983 reference "sub:Footnotes-in-Longtables"
25984
25985 \end_inset
25986
25987 .
25988 \end_layout
25989
25990 \begin_layout Standard
25991 Footnotes in minipage boxes are printed, but inside the box and with a different
25992  numbering because a minipage box is like a page inside a page.
25993  (For more about minipages, see section
25994 \begin_inset space ~
25995 \end_inset
25996
25997
25998 \begin_inset CommandInset ref
25999 LatexCommand ref
26000 reference "sec:Minipages"
26001
26002 \end_inset
26003
26004 .) To get a footnote in the minipage that is output at the bottom of the
26005  page like normal footnotes, also use the method of 
26006 \series bold
26007
26008 \backslash
26009 footnotemark{}
26010 \series default
26011  and 
26012 \series bold
26013
26014 \backslash
26015 footnotetext
26016 \series default
26017 .
26018 \end_layout
26019
26020 \begin_layout Standard
26021 \begin_inset Box Frameless
26022 position "t"
26023 hor_pos "c"
26024 has_inner_box 1
26025 inner_pos "t"
26026 use_parbox 0
26027 use_makebox 0
26028 width "100col%"
26029 special "none"
26030 height "1in"
26031 height_special "totalheight"
26032 status open
26033
26034 \begin_layout Plain Layout
26035 This an example text in a minipage.
26036 \begin_inset Foot
26037 status open
26038
26039 \begin_layout Plain Layout
26040 Footnote in the minipage.
26041 \end_layout
26042
26043 \end_inset
26044
26045
26046 \end_layout
26047
26048 \begin_layout Plain Layout
26049 This an example text in a minipage.
26050 \begin_inset ERT
26051 status collapsed
26052
26053 \begin_layout Plain Layout
26054
26055
26056 \backslash
26057 footnotemark{}
26058 \end_layout
26059
26060 \end_inset
26061
26062
26063 \end_layout
26064
26065 \end_inset
26066
26067
26068 \end_layout
26069
26070 \begin_layout Standard
26071 \begin_inset ERT
26072 status collapsed
26073
26074 \begin_layout Plain Layout
26075
26076
26077 \backslash
26078 footnotetext{
26079 \end_layout
26080
26081 \end_inset
26082
26083 Footnote outside the minipage.
26084 \begin_inset ERT
26085 status collapsed
26086
26087 \begin_layout Plain Layout
26088
26089 }
26090 \end_layout
26091
26092 \end_inset
26093
26094
26095 \end_layout
26096
26097 \begin_layout Standard
26098 \begin_inset VSpace defskip
26099 \end_inset
26100
26101
26102 \end_layout
26103
26104 \begin_layout Standard
26105 To refer to the same footnote several times without printing the footnote
26106  text every time, use the command 
26107 \series bold
26108
26109 \backslash
26110 footnotemark[number]
26111 \series default
26112  in TeX-code.
26113 \begin_inset Newline newline
26114 \end_inset
26115
26116 As you do not know the number of the repeating footnote while you are writing
26117  the text, you have to store its number.
26118  For the following footnote mark example, these commands were inserted in
26119  TeX-code after Footnote
26120 \begin_inset space ~
26121 \end_inset
26122
26123
26124 \begin_inset CommandInset ref
26125 LatexCommand ref
26126 reference "foot:This-is-an"
26127
26128 \end_inset
26129
26130  to store the footnote number:
26131 \end_layout
26132
26133 \begin_layout Standard
26134
26135 \series bold
26136
26137 \backslash
26138 newcounter{MyRepeatFoot}
26139 \begin_inset Newline newline
26140 \end_inset
26141
26142
26143 \backslash
26144 setcounter{MyRepeatFoot}{
26145 \backslash
26146 thefootnote}
26147 \end_layout
26148
26149 \begin_layout Standard
26150 The footnote mark was then created with this command:
26151 \end_layout
26152
26153 \begin_layout Standard
26154
26155 \series bold
26156
26157 \backslash
26158 footnotemark[
26159 \backslash
26160 theMyRepeatFoot]
26161 \end_layout
26162
26163 \begin_layout Standard
26164 Here is a repeated footnote:
26165 \family roman
26166 \series medium
26167 \bar no
26168
26169 \begin_inset ERT
26170 status collapsed
26171
26172 \begin_layout Plain Layout
26173
26174
26175 \backslash
26176 footnotemark[
26177 \backslash
26178 theMyRepeatFoot]
26179 \end_layout
26180
26181 \end_inset
26182
26183
26184 \end_layout
26185
26186 \begin_layout Standard
26187 If you want to repeat the previous footnote, you can omit the storage of
26188  the footnote number and just use this command instead:
26189 \end_layout
26190
26191 \begin_layout Standard
26192
26193 \series bold
26194
26195 \backslash
26196 footnotemark[
26197 \backslash
26198 thefootnote]
26199 \end_layout
26200
26201 \begin_layout Standard
26202 Here is another repeated footnote:
26203 \family roman
26204 \series medium
26205 \bar no
26206
26207 \begin_inset ERT
26208 status collapsed
26209
26210 \begin_layout Plain Layout
26211
26212
26213 \backslash
26214 footnotemark[
26215 \backslash
26216 thefootnote]
26217 \end_layout
26218
26219 \end_inset
26220
26221
26222 \end_layout
26223
26224 \begin_layout Subsection
26225 Footnote Numbering
26226 \begin_inset CommandInset label
26227 LatexCommand label
26228 name "sub:Footnote-Numbering"
26229
26230 \end_inset
26231
26232
26233 \begin_inset Index idx
26234 status collapsed
26235
26236 \begin_layout Plain Layout
26237 Footnotes ! Numbering
26238 \end_layout
26239
26240 \end_inset
26241
26242
26243 \end_layout
26244
26245 \begin_layout Standard
26246 To reset the footnote number back to 1 after each section
26247 \family roman
26248 , add this command to your document preamble:
26249 \end_layout
26250
26251 \begin_layout Standard
26252
26253 \series bold
26254
26255 \backslash
26256 @addtoreset{footnote}{section}
26257 \end_layout
26258
26259 \begin_layout Standard
26260 \begin_inset VSpace bigskip
26261 \end_inset
26262
26263 The following preamble command changes the footnote numbering style to small
26264  roman numerals:
26265 \end_layout
26266
26267 \begin_layout Standard
26268
26269 \series bold
26270
26271 \backslash
26272 renewcommand{
26273 \backslash
26274 thefootnote}{
26275 \backslash
26276 roman{footnote}}
26277 \end_layout
26278
26279 \begin_layout Standard
26280 \begin_inset ERT
26281 status collapsed
26282
26283 \begin_layout Plain Layout
26284
26285
26286 \backslash
26287 renewcommand{
26288 \backslash
26289 thefootnote}{
26290 \backslash
26291 roman{footnote}}
26292 \end_layout
26293
26294 \end_inset
26295
26296  This is a footnote with roman numbering:
26297 \begin_inset Foot
26298 status open
26299
26300 \begin_layout Plain Layout
26301 This is an example footnote with roman numbering.
26302 \end_layout
26303
26304 \end_inset
26305
26306
26307 \end_layout
26308
26309 \begin_layout Standard
26310 To change the numbering style to capital roman numerals replace in the command
26311  above 
26312 \series bold
26313
26314 \backslash
26315 roman
26316 \series default
26317  by 
26318 \series bold
26319
26320 \backslash
26321 Roman
26322 \series default
26323 .
26324  To 
26325 \begin_inset Quotes eld
26326 \end_inset
26327
26328 number
26329 \begin_inset Quotes erd
26330 \end_inset
26331
26332  footnotes with capital or small Latin letters use 
26333 \series bold
26334
26335 \backslash
26336 Alph
26337 \series default
26338  or 
26339 \series bold
26340
26341 \backslash
26342 alph
26343 \series default
26344 , respectively.
26345  To 
26346 \begin_inset Quotes eld
26347 \end_inset
26348
26349 number
26350 \begin_inset Quotes erd
26351 \end_inset
26352
26353  footnotes with symbols use 
26354 \series bold
26355
26356 \backslash
26357 fnsymbol
26358 \series default
26359 .
26360 \end_layout
26361
26362 \begin_layout Standard
26363 \begin_inset Note Greyedout
26364 status open
26365
26366 \begin_layout Plain Layout
26367
26368 \series bold
26369 Note:
26370 \series default
26371  You can only number 26 footnotes with Latin letters, because this numbering
26372  is limited to single letters.
26373 \end_layout
26374
26375 \end_inset
26376
26377
26378 \begin_inset Newline newline
26379 \end_inset
26380
26381
26382 \begin_inset Note Greyedout
26383 status open
26384
26385 \begin_layout Plain Layout
26386
26387 \series bold
26388 Note:
26389 \series default
26390  You can only number 9 footnotes with symbols.
26391 \end_layout
26392
26393 \end_inset
26394
26395
26396 \end_layout
26397
26398 \begin_layout Standard
26399 To return to the default numbering style after you have changed to another
26400  one, use 
26401 \series bold
26402
26403 \backslash
26404 arabic
26405 \series default
26406  instead of 
26407 \series bold
26408
26409 \backslash
26410 roman
26411 \series default
26412  in the command above.
26413 \begin_inset ERT
26414 status collapsed
26415
26416 \begin_layout Plain Layout
26417
26418
26419 \backslash
26420 renewcommand{
26421 \backslash
26422 thefootnote}{
26423 \backslash
26424 arabic{footnote}}
26425 \end_layout
26426
26427 \end_inset
26428
26429
26430 \end_layout
26431
26432 \begin_layout Standard
26433 \begin_inset VSpace bigskip
26434 \end_inset
26435
26436
26437 \end_layout
26438
26439 \begin_layout Standard
26440 If you want to have footnotes numbered in the scheme 
26441 \begin_inset Quotes eld
26442 \end_inset
26443
26444 chapter.footnote
26445 \begin_inset Quotes erd
26446 \end_inset
26447
26448 , add the following command to your document preamble:
26449 \end_layout
26450
26451 \begin_layout Standard
26452
26453 \series bold
26454
26455 \backslash
26456 numberwithin{footnote}{chapter}
26457 \end_layout
26458
26459 \begin_layout Standard
26460 To be able to use the command 
26461 \series bold
26462
26463 \backslash
26464 numberwithin
26465 \series default
26466 , set in the tab 
26467 \family sans
26468 Math
26469 \begin_inset space ~
26470 \end_inset
26471
26472 Options
26473 \family default
26474  in the document settings the option 
26475 \family sans
26476 Use
26477 \begin_inset space ~
26478 \end_inset
26479
26480 AMS
26481 \begin_inset space ~
26482 \end_inset
26483
26484 math
26485 \begin_inset space ~
26486 \end_inset
26487
26488 package
26489 \family default
26490 .
26491 \end_layout
26492
26493 \begin_layout Standard
26494 \begin_inset ERT
26495 status collapsed
26496
26497 \begin_layout Plain Layout
26498
26499
26500 \backslash
26501 numberwithin{footnote}{chapter}
26502 \end_layout
26503
26504 \end_inset
26505
26506 This is another example footnote:
26507 \series bold
26508
26509 \begin_inset Foot
26510 status open
26511
26512 \begin_layout Plain Layout
26513 This is a footnote numbered in the scheme 
26514 \begin_inset Quotes eld
26515 \end_inset
26516
26517 chapter.footnote
26518 \begin_inset Quotes erd
26519 \end_inset
26520
26521 .
26522 \end_layout
26523
26524 \end_inset
26525
26526
26527 \series default
26528
26529 \begin_inset ERT
26530 status collapsed
26531
26532 \begin_layout Plain Layout
26533
26534
26535 \backslash
26536 renewcommand{
26537 \backslash
26538 thefootnote}{
26539 \backslash
26540 arabic{footnote}}
26541 \end_layout
26542
26543 \end_inset
26544
26545
26546 \end_layout
26547
26548 \begin_layout Standard
26549 \begin_inset Note Greyedout
26550 status open
26551
26552 \begin_layout Plain Layout
26553
26554 \series bold
26555 Note:
26556 \series default
26557  
26558 \series bold
26559
26560 \backslash
26561 numberwithin
26562 \series default
26563  always prints out the footnote number as arabic number; previous redefinitions
26564  to get non-arabic numbers are overwritten.
26565 \end_layout
26566
26567 \end_inset
26568
26569
26570 \end_layout
26571
26572 \begin_layout Standard
26573 So to get for example the scheme 
26574 \begin_inset Quotes eld
26575 \end_inset
26576
26577 chapter.
26578 \backslash
26579 Roman{footnote}
26580 \begin_inset Quotes erd
26581 \end_inset
26582
26583 , use this command instead of 
26584 \series bold
26585
26586 \backslash
26587 numberwithin
26588 \series default
26589 :
26590 \end_layout
26591
26592 \begin_layout Standard
26593
26594 \series bold
26595
26596 \backslash
26597 renewcommand{
26598 \backslash
26599 thefootnote}{
26600 \backslash
26601 thechapter.
26602 \backslash
26603 Roman{footnote}}
26604 \end_layout
26605
26606 \begin_layout Subsection
26607 Footnote Placement
26608 \begin_inset Index idx
26609 status collapsed
26610
26611 \begin_layout Plain Layout
26612 Footnotes ! Placement
26613 \end_layout
26614
26615 \end_inset
26616
26617
26618 \end_layout
26619
26620 \begin_layout Standard
26621 If you have several footnotes in one page, they appear without vertical
26622  space between them at the bottom of the page.
26623  To make them more readable you can e.
26624 \begin_inset space \thinspace{}
26625 \end_inset
26626
26627 g.
26628 \begin_inset space \space{}
26629 \end_inset
26630
26631 add 1.5
26632 \begin_inset space \thinspace{}
26633 \end_inset
26634
26635 mm space with the following preamble command:
26636 \end_layout
26637
26638 \begin_layout Standard
26639
26640 \series bold
26641
26642 \backslash
26643 let
26644 \backslash
26645 myFoot
26646 \backslash
26647 footnote
26648 \begin_inset Newline newline
26649 \end_inset
26650
26651
26652 \backslash
26653 renewcommand{
26654 \backslash
26655 footnote}[1]{
26656 \backslash
26657 myFoot{#1
26658 \backslash
26659 vspace{1.5mm}}}
26660 \end_layout
26661
26662 \begin_layout Standard
26663 \begin_inset VSpace bigskip
26664 \end_inset
26665
26666 In a two-column document the footnotes appear at the bottom of every column,
26667  see Figure
26668 \begin_inset space ~
26669 \end_inset
26670
26671
26672 \begin_inset CommandInset ref
26673 LatexCommand ref
26674 reference "fig:Standard-footnote-placement"
26675
26676 \end_inset
26677
26678 .
26679  If the footnotes should only appear at the bottom of the right column,
26680  as in Figure
26681 \begin_inset space ~
26682 \end_inset
26683
26684
26685 \begin_inset CommandInset ref
26686 LatexCommand ref
26687 reference "fig:Footnote-placement-in"
26688
26689 \end_inset
26690
26691 , use the LaTeX-package 
26692 \series bold
26693 ftnright
26694 \series default
26695
26696 \begin_inset Index idx
26697 status collapsed
26698
26699 \begin_layout Plain Layout
26700 LaTeX-packages ! ftnright
26701 \end_layout
26702
26703 \end_inset
26704
26705  with this command in the document preamble:
26706 \end_layout
26707
26708 \begin_layout Standard
26709
26710 \series bold
26711
26712 \backslash
26713 usepackage{ftnright}
26714 \end_layout
26715
26716 \begin_layout Standard
26717 \begin_inset Float figure
26718 placement !h
26719 wide false
26720 sideways false
26721 status open
26722
26723 \begin_layout Plain Layout
26724 \begin_inset ERT
26725 status collapsed
26726
26727 \begin_layout Plain Layout
26728
26729
26730 \backslash
26731 framebox{
26732 \end_layout
26733
26734 \end_inset
26735
26736
26737 \begin_inset Graphics
26738         filename clipart/without_fntright.pdf
26739         width 100col%
26740         scaleBeforeRotation
26741
26742 \end_inset
26743
26744
26745 \begin_inset ERT
26746 status collapsed
26747
26748 \begin_layout Plain Layout
26749
26750 }
26751 \end_layout
26752
26753 \end_inset
26754
26755
26756 \end_layout
26757
26758 \begin_layout Plain Layout
26759 \begin_inset Caption
26760
26761 \begin_layout Plain Layout
26762 \begin_inset CommandInset label
26763 LatexCommand label
26764 name "fig:Standard-footnote-placement"
26765
26766 \end_inset
26767
26768 Standard footnote placement in two-column documents.
26769 \end_layout
26770
26771 \end_inset
26772
26773
26774 \end_layout
26775
26776 \end_inset
26777
26778
26779 \end_layout
26780
26781 \begin_layout Standard
26782 \begin_inset Float figure
26783 placement !h
26784 wide false
26785 sideways false
26786 status open
26787
26788 \begin_layout Plain Layout
26789 \begin_inset ERT
26790 status collapsed
26791
26792 \begin_layout Plain Layout
26793
26794
26795 \backslash
26796 framebox{
26797 \end_layout
26798
26799 \end_inset
26800
26801
26802 \begin_inset Graphics
26803         filename clipart/with_fntright.pdf
26804         width 100col%
26805         scaleBeforeRotation
26806
26807 \end_inset
26808
26809
26810 \begin_inset ERT
26811 status collapsed
26812
26813 \begin_layout Plain Layout
26814
26815 }
26816 \end_layout
26817
26818 \end_inset
26819
26820
26821 \end_layout
26822
26823 \begin_layout Plain Layout
26824 \begin_inset Caption
26825
26826 \begin_layout Plain Layout
26827 \begin_inset CommandInset label
26828 LatexCommand label
26829 name "fig:Footnote-placement-in"
26830
26831 \end_inset
26832
26833 Footnote placement in two-column documents when the LaTeX-package 
26834 \series bold
26835 ftnright
26836 \series default
26837  is used.
26838 \end_layout
26839
26840 \end_inset
26841
26842
26843 \end_layout
26844
26845 \end_inset
26846
26847
26848 \end_layout
26849
26850 \begin_layout Standard
26851 \begin_inset VSpace bigskip
26852 \end_inset
26853
26854 In some scientific literature it is usual to collect the footnotes and print
26855  them in a separate paragraph at the end of a section, as in Figure
26856 \begin_inset space ~
26857 \end_inset
26858
26859
26860 \begin_inset CommandInset ref
26861 LatexCommand ref
26862 reference "fig:Endnotes"
26863
26864 \end_inset
26865
26866 .
26867  They are then called 
26868 \begin_inset Quotes eld
26869 \end_inset
26870
26871 endnotes
26872 \begin_inset Quotes erd
26873 \end_inset
26874
26875 .
26876 \begin_inset Index idx
26877 status collapsed
26878
26879 \begin_layout Plain Layout
26880 Endnotes
26881 \end_layout
26882
26883 \end_inset
26884
26885  To use endnotes instead of footnotes in your document, load in the menu
26886  
26887 \family sans
26888 Document\SpecialChar \menuseparator
26889 Settings\SpecialChar \menuseparator
26890 Modules 
26891 \family default
26892 the module 
26893 \family sans
26894 Foot
26895 \begin_inset space ~
26896 \end_inset
26897
26898 to
26899 \begin_inset space ~
26900 \end_inset
26901
26902 End
26903 \family default
26904 .
26905  To insert the collected footnotes, insert the command
26906 \end_layout
26907
26908 \begin_layout Standard
26909
26910 \series bold
26911
26912 \backslash
26913 theendnotes
26914 \end_layout
26915
26916 \begin_layout Standard
26917 in TeX-Code at the end of a section or chapter.
26918 \end_layout
26919
26920 \begin_layout Standard
26921 \begin_inset Float figure
26922 wide false
26923 sideways false
26924 status open
26925
26926 \begin_layout Plain Layout
26927 \align center
26928 \begin_inset ERT
26929 status collapsed
26930
26931 \begin_layout Plain Layout
26932
26933
26934 \backslash
26935 framebox{
26936 \end_layout
26937
26938 \end_inset
26939
26940
26941 \begin_inset Graphics
26942         filename clipart/endnotes.pdf
26943         scaleBeforeRotation
26944
26945 \end_inset
26946
26947
26948 \begin_inset ERT
26949 status collapsed
26950
26951 \begin_layout Plain Layout
26952
26953 }
26954 \end_layout
26955
26956 \end_inset
26957
26958
26959 \end_layout
26960
26961 \begin_layout Plain Layout
26962 \begin_inset Caption
26963
26964 \begin_layout Plain Layout
26965 \begin_inset CommandInset label
26966 LatexCommand label
26967 name "fig:Endnotes"
26968
26969 \end_inset
26970
26971 Endnotes â€“ footnotes are printed in a separate paragraph at the end of sections
26972  or chapters.
26973 \end_layout
26974
26975 \end_inset
26976
26977
26978 \end_layout
26979
26980 \end_inset
26981
26982
26983 \end_layout
26984
26985 \begin_layout Standard
26986 \begin_inset VSpace medskip
26987 \end_inset
26988
26989 The paragraph heading for the endnotes isn't automatically translated into
26990  the document language, this must be done manually.
26991  The following preamble command translates the default English 
26992 \begin_inset Quotes eld
26993 \end_inset
26994
26995 Notes
26996 \begin_inset Quotes erd
26997 \end_inset
26998
26999  into the German 
27000 \begin_inset Quotes eld
27001 \end_inset
27002
27003 Anmerkungen
27004 \begin_inset Quotes erd
27005 \end_inset
27006
27007 :
27008 \end_layout
27009
27010 \begin_layout Standard
27011
27012 \series bold
27013
27014 \backslash
27015 renewcommand{
27016 \backslash
27017 notesname}{Anmerkungen}
27018 \end_layout
27019
27020 \begin_layout Standard
27021 \begin_inset VSpace medskip
27022 \end_inset
27023
27024 The numbering of endnotes can be changed like the footnote numbering as
27025  described in section
27026 \begin_inset space ~
27027 \end_inset
27028
27029
27030 \begin_inset CommandInset ref
27031 LatexCommand ref
27032 reference "sub:Footnote-Numbering"
27033
27034 \end_inset
27035
27036 ; just replace the command 
27037 \series bold
27038
27039 \backslash
27040 thefootnote
27041 \series default
27042  by 
27043 \series bold
27044
27045 \backslash
27046 theendnote
27047 \series default
27048 .
27049  To reset the endnote number use the command 
27050 \series bold
27051
27052 \backslash
27053 @addtoreset
27054 \series default
27055  as described in section
27056 \begin_inset space ~
27057 \end_inset
27058
27059
27060 \begin_inset CommandInset ref
27061 LatexCommand ref
27062 reference "sub:Footnote-Numbering"
27063
27064 \end_inset
27065
27066  and replace the command parameter 
27067 \series bold
27068 footnote
27069 \series default
27070  by 
27071 \series bold
27072 endnote
27073 \series default
27074 .
27075 \end_layout
27076
27077 \begin_layout Standard
27078 For endnotes there is the command 
27079 \series bold
27080
27081 \backslash
27082 endnotemark[number]
27083 \series default
27084  similar to the command 
27085 \series bold
27086
27087 \backslash
27088 footnotemark
27089 \series default
27090 , that is described in section
27091 \begin_inset space ~
27092 \end_inset
27093
27094
27095 \begin_inset CommandInset ref
27096 LatexCommand ref
27097 reference "sec:Footnotes"
27098
27099 \end_inset
27100
27101 .
27102 \end_layout
27103
27104 \begin_layout Standard
27105 \begin_inset VSpace bigskip
27106 \end_inset
27107
27108 Footnotes can also be placed in the page margin and the footnote text alignment
27109  can be changed, see the LaTeX-package 
27110 \series bold
27111 footmisc
27112 \series default
27113
27114 \begin_inset Index idx
27115 status collapsed
27116
27117 \begin_layout Plain Layout
27118 LaTeX-packages ! footmisc
27119 \end_layout
27120
27121 \end_inset
27122
27123
27124 \begin_inset CommandInset citation
27125 LatexCommand cite
27126 key "footmisc"
27127
27128 \end_inset
27129
27130  for more information about this.
27131 \end_layout
27132
27133 \begin_layout Standard
27134 For various further footnote formatting issues have a look at LaTeX-books,
27135  
27136 \begin_inset CommandInset citation
27137 LatexCommand cite
27138 key "latexcompanion,latexguide,latexbook"
27139
27140 \end_inset
27141
27142 .
27143  If you are using a 
27144 \series bold
27145 KOMA-Script
27146 \series default
27147
27148 \begin_inset Index idx
27149 status collapsed
27150
27151 \begin_layout Plain Layout
27152 LaTeX-packages ! KOMA-Script
27153 \end_layout
27154
27155 \end_inset
27156
27157  document class, you can adjust all footnote settings using class-specific
27158  commands, see 
27159 \begin_inset CommandInset citation
27160 LatexCommand cite
27161 key "KOMA-Script"
27162
27163 \end_inset
27164
27165 .
27166 \end_layout
27167
27168 \begin_layout Section
27169 Margin Notes
27170 \begin_inset Index idx
27171 status collapsed
27172
27173 \begin_layout Plain Layout
27174 Notes ! Margin Notes
27175 \end_layout
27176
27177 \end_inset
27178
27179
27180 \end_layout
27181
27182 \begin_layout Standard
27183 Margin notes look and behave in LyX like footnotes.
27184  They are inserted via the menu 
27185 \family sans
27186 Insert\SpecialChar \menuseparator
27187 Marginal
27188 \begin_inset space ~
27189 \end_inset
27190
27191 Note
27192 \family default
27193  or the toolbar button 
27194 \family sans
27195
27196 \begin_inset Info
27197 type  "icon"
27198 arg   "marginalnote-insert"
27199 \end_inset
27200
27201
27202 \family default
27203 .
27204  A grey 
27205 \family roman
27206 \series medium
27207 box with the
27208 \family default
27209 \series default
27210  red 
27211 \family roman
27212 \series medium
27213 label 
27214 \begin_inset Quotes eld
27215 \end_inset
27216
27217 margin
27218 \begin_inset Quotes erd
27219 \end_inset
27220
27221  appears where you can enter the text of the margin note.
27222 \end_layout
27223
27224 \begin_layout Standard
27225 At the side is an example margin note.
27226
27227 \family roman
27228 \series medium
27229  
27230 \begin_inset Marginal
27231 status open
27232
27233 \begin_layout Plain Layout
27234 This is a margin note.
27235 \end_layout
27236
27237 \end_inset
27238
27239
27240 \end_layout
27241
27242 \begin_layout Standard
27243 Margin notes appear at the right side in single-sided documents.
27244  In double-sided documents they appear in the outer margin â€“ left on even
27245  pages, right on odd pages.
27246  The text of margin notes is aligned opposite to the outer margin â€“ right-aligne
27247 d when the note appears in the left margin.
27248  The first line of the margin note is placed at the position of the text
27249  line where it is inserted in the document.
27250 \end_layout
27251
27252 \begin_layout Standard
27253 \begin_inset VSpace bigskip
27254 \end_inset
27255
27256 To place the margin note in the inner margin, add the command
27257 \end_layout
27258
27259 \begin_layout Standard
27260
27261 \series bold
27262
27263 \backslash
27264 reversemarginpar
27265 \end_layout
27266
27267 \begin_layout Standard
27268 in TeX-Code before a margin note.
27269  The new placement is valid for all subsequent margin notes.
27270  
27271 \begin_inset ERT
27272 status collapsed
27273
27274 \begin_layout Plain Layout
27275
27276
27277 \backslash
27278 reversemarginpar 
27279 \end_layout
27280
27281 \end_inset
27282
27283
27284 \begin_inset Marginal
27285 status open
27286
27287 \begin_layout Plain Layout
27288 This is a margin note in the inner margin.
27289 \end_layout
27290
27291 \end_inset
27292
27293
27294 \series bold
27295
27296 \begin_inset Newline newline
27297 \end_inset
27298
27299
27300 \series default
27301
27302 \begin_inset Note Greyedout
27303 status open
27304
27305 \begin_layout Plain Layout
27306
27307 \series bold
27308 Note:
27309 \series default
27310  There is often not enough space in the inner margin so that the notes are
27311  not correctly displayed in the output.
27312 \end_layout
27313
27314 \end_inset
27315
27316
27317 \end_layout
27318
27319 \begin_layout Standard
27320 To return to the default placement insert the command
27321 \end_layout
27322
27323 \begin_layout Standard
27324
27325 \series bold
27326
27327 \backslash
27328 normalmarginpar
27329 \end_layout
27330
27331 \begin_layout Standard
27332 in TeX-Code.
27333 \begin_inset ERT
27334 status collapsed
27335
27336 \begin_layout Plain Layout
27337
27338
27339 \backslash
27340 normalmarginpar 
27341 \end_layout
27342
27343 \end_inset
27344
27345  
27346 \begin_inset Note Greyedout
27347 status open
27348
27349 \begin_layout Plain Layout
27350
27351 \series bold
27352 Note:
27353 \series default
27354  The command is ignored when it is within a paragraph where also the command
27355  
27356 \series bold
27357
27358 \backslash
27359 reversemarginpar
27360 \series default
27361  is inserted.
27362 \end_layout
27363
27364 \end_inset
27365
27366
27367 \end_layout
27368
27369 \begin_layout Standard
27370 \begin_inset VSpace bigskip
27371 \end_inset
27372
27373
27374 \family roman
27375 \series medium
27376
27377 \begin_inset Marginal
27378 status open
27379
27380 \begin_layout Plain Layout
27381 AVeryLongMarginParWord that isn't hyphenated.
27382 \end_layout
27383
27384 \end_inset
27385
27386
27387 \family default
27388 \series default
27389  Similar to the case described in section
27390 \begin_inset space ~
27391 \end_inset
27392
27393
27394 \begin_inset CommandInset ref
27395 LatexCommand ref
27396 reference "sub:Multiple-Lines-in"
27397
27398 \end_inset
27399
27400 , long words cannot be hyphenated when they are the first word in a margin
27401  note.
27402  To avoid this, insert 0
27403 \begin_inset space \thinspace{}
27404 \end_inset
27405
27406 pt horizontal space before the word
27407 \family roman
27408 \series medium
27409 .
27410  
27411 \begin_inset Marginal
27412 status open
27413
27414 \begin_layout Plain Layout
27415 \begin_inset space \hspace*{}
27416 \length 0pt
27417 \end_inset
27418
27419 AVeryLongMarginParWord that is hyphenated.
27420 \end_layout
27421
27422 \end_inset
27423
27424
27425 \end_layout
27426
27427 \begin_layout Standard
27428 \begin_inset VSpace bigskip
27429 \end_inset
27430
27431
27432 \end_layout
27433
27434 \begin_layout Standard
27435 \begin_inset Note Greyedout
27436 status open
27437
27438 \begin_layout Plain Layout
27439
27440 \series bold
27441 Note:
27442 \series default
27443  Margin notes can normally not be used inside tables, floats, and footnotes.
27444 \end_layout
27445
27446 \end_inset
27447
27448
27449 \end_layout
27450
27451 \begin_layout Standard
27452 \begin_inset VSpace bigskip
27453 \end_inset
27454
27455
27456 \end_layout
27457
27458 \begin_layout Standard
27459 \begin_inset ERT
27460 status collapsed
27461
27462 \begin_layout Plain Layout
27463
27464
27465 \backslash
27466 ifmarginnote
27467 \end_layout
27468
27469 \end_inset
27470
27471
27472 \begin_inset Note Note
27473 status open
27474
27475 \begin_layout Plain Layout
27476 The following section will only be displayed when the LaTeX-package 
27477 \series bold
27478 marginnote
27479 \series default
27480  is installed.
27481 \end_layout
27482
27483 \end_inset
27484
27485
27486 \end_layout
27487
27488 \begin_layout Standard
27489 This restriction can be evaded by using the LaTeX-package 
27490 \series bold
27491 marginnote
27492 \series default
27493
27494 \begin_inset Index idx
27495 status collapsed
27496
27497 \begin_layout Plain Layout
27498 LaTeX-packages ! marginnote
27499 \end_layout
27500
27501 \end_inset
27502
27503 .
27504  By adding these two lines to your document preamble, the command used by
27505  LyX for margin notes is redefined to use the command provided by the 
27506 \series bold
27507 marginnote
27508 \series default
27509 -package:
27510 \end_layout
27511
27512 \begin_layout Standard
27513
27514 \series bold
27515
27516 \backslash
27517 usepackage{marginnote}
27518 \begin_inset Newline newline
27519 \end_inset
27520
27521
27522 \backslash
27523 let
27524 \backslash
27525 marginpar
27526 \backslash
27527 marginnote
27528 \end_layout
27529
27530 \begin_layout Standard
27531 This is also used in this document because 
27532 \series bold
27533 marginnote
27534 \series default
27535  has another useful feature: You can set a vertical offset for the note.
27536  This is often needed when too many margin notes are too close together
27537  or for a better page layout.
27538  The offset is set in LyX as TeX-Code directly after the margin note in
27539  the scheme
27540 \end_layout
27541
27542 \begin_layout Standard
27543
27544 \series bold
27545 [offset]
27546 \end_layout
27547
27548 \begin_layout Standard
27549 where the offset is a length with one of the units listed in Table
27550 \begin_inset space ~
27551 \end_inset
27552
27553
27554 \begin_inset CommandInset ref
27555 LatexCommand ref
27556 reference "tab:Units"
27557
27558 \end_inset
27559
27560 .
27561  A negative value shifts the note up, a positive value shifts it down.
27562  
27563 \family roman
27564 \series medium
27565 For example the margin note beside this text line is shifted up 1.5
27566 \begin_inset space \thinspace{}
27567 \end_inset
27568
27569 cm with the TeX-Code-command 
27570 \begin_inset Quotes eld
27571 \end_inset
27572
27573
27574 \family default
27575 \series bold
27576 [-1.5cm]
27577 \family roman
27578 \series medium
27579
27580 \begin_inset Quotes erd
27581 \end_inset
27582
27583
27584 \begin_inset Marginal
27585 status open
27586
27587 \begin_layout Plain Layout
27588 This margin note is shifted up 1.5
27589 \begin_inset space \thinspace{}
27590 \end_inset
27591
27592 cm from its original position.
27593 \end_layout
27594
27595 \end_inset
27596
27597
27598 \family default
27599 \series default
27600
27601 \begin_inset ERT
27602 status collapsed
27603
27604 \begin_layout Plain Layout
27605
27606 [-1.5cm]
27607 \end_layout
27608
27609 \end_inset
27610
27611
27612 \end_layout
27613
27614 \begin_layout Standard
27615 \begin_inset VSpace medskip
27616 \end_inset
27617
27618 With 
27619 \series bold
27620 marginnote
27621 \series default
27622  you can also change the alignment of the text in the margin note.
27623  For example the commands
27624 \end_layout
27625
27626 \begin_layout Standard
27627
27628 \series bold
27629
27630 \backslash
27631 renewcommand*{
27632 \backslash
27633 raggedleftmarginnote}{
27634 \backslash
27635 centering}
27636 \begin_inset Newline newline
27637 \end_inset
27638
27639
27640 \backslash
27641 renewcommand*{
27642 \backslash
27643 raggedrightmarginnote}{
27644 \backslash
27645 centering}
27646 \end_layout
27647
27648 \begin_layout Standard
27649 set the alignment to centered.
27650  
27651 \series bold
27652
27653 \backslash
27654 raggedleftmarginnote
27655 \series default
27656  denotes margin notes that appear at the left side.
27657 \family roman
27658 \series medium
27659
27660 \begin_inset ERT
27661 status collapsed
27662
27663 \begin_layout Plain Layout
27664
27665
27666 \backslash
27667 renewcommand*{
27668 \backslash
27669 raggedleftmarginnote}{
27670 \backslash
27671 centering}
27672 \end_layout
27673
27674 \begin_layout Plain Layout
27675
27676
27677 \backslash
27678 renewcommand*{
27679 \backslash
27680 raggedrightmarginnote}{
27681 \backslash
27682 centering}
27683 \end_layout
27684
27685 \end_inset
27686
27687
27688 \begin_inset Marginal
27689 status open
27690
27691 \begin_layout Plain Layout
27692 The text of this margin note is centered.
27693 \end_layout
27694
27695 \end_inset
27696
27697
27698 \family default
27699 \series default
27700  The default is
27701 \end_layout
27702
27703 \begin_layout Standard
27704
27705 \series bold
27706
27707 \backslash
27708 renewcommand*{
27709 \backslash
27710 raggedleftmarginnote}{
27711 \backslash
27712 raggedleft}
27713 \begin_inset Newline newline
27714 \end_inset
27715
27716
27717 \backslash
27718 renewcommand*{
27719 \backslash
27720 raggedrightmarginnote}{
27721 \backslash
27722 raggedright}
27723 \family roman
27724 \series medium
27725
27726 \begin_inset ERT
27727 status collapsed
27728
27729 \begin_layout Plain Layout
27730
27731
27732 \backslash
27733 renewcommand*{
27734 \backslash
27735 raggedleftmarginnote}{
27736 \backslash
27737 raggedleft}
27738 \end_layout
27739
27740 \begin_layout Plain Layout
27741
27742
27743 \backslash
27744 renewcommand*{
27745 \backslash
27746 raggedrightmarginnote}{
27747 \backslash
27748 raggedright}
27749 \end_layout
27750
27751 \end_inset
27752
27753
27754 \end_layout
27755
27756 \begin_layout Standard
27757 \begin_inset VSpace medskip
27758 \end_inset
27759
27760 For the other features of 
27761 \series bold
27762 marginnote
27763 \series default
27764  refer to its documentation 
27765 \begin_inset CommandInset citation
27766 LatexCommand cite
27767 key "marginnote"
27768
27769 \end_inset
27770
27771 .
27772 \end_layout
27773
27774 \begin_layout Standard
27775 \begin_inset VSpace bigskip
27776 \end_inset
27777
27778 You can adjust the layout of margin notes by changing its definition.
27779  To create for example a header for all margin notes with the underlined,
27780  sans-serif, and bold header text 
27781 \begin_inset Quotes eld
27782 \end_inset
27783
27784
27785 \family sans
27786 \series bold
27787 \bar under
27788 Attention!
27789 \family default
27790 \series default
27791 \bar default
27792
27793 \begin_inset Quotes erd
27794 \end_inset
27795
27796 , add this to your document preamble:
27797 \end_layout
27798
27799 \begin_layout Standard
27800
27801 \series bold
27802
27803 \backslash
27804 let
27805 \backslash
27806 myMarginpar
27807 \backslash
27808 marginpar
27809 \begin_inset Newline newline
27810 \end_inset
27811
27812
27813 \backslash
27814 renewcommand{
27815 \backslash
27816 marginpar}[1]{
27817 \backslash
27818 myMarginpar{%
27819 \begin_inset Newline newline
27820 \end_inset
27821
27822
27823 \begin_inset Phantom HPhantom
27824 status open
27825
27826 \begin_layout Plain Layout
27827
27828 \series bold
27829 \begin_inset space ~
27830 \end_inset
27831
27832
27833 \end_layout
27834
27835 \end_inset
27836
27837
27838 \backslash
27839 hspace{0pt}
27840 \backslash
27841 textsf{
27842 \backslash
27843 textbf{
27844 \backslash
27845 underbar{Attention!}}}%
27846 \begin_inset Newline newline
27847 \end_inset
27848
27849
27850 \begin_inset Phantom HPhantom
27851 status open
27852
27853 \begin_layout Plain Layout
27854
27855 \series bold
27856 \begin_inset space ~
27857 \end_inset
27858
27859
27860 \end_layout
27861
27862 \end_inset
27863
27864
27865 \backslash
27866 vspace{1.5mm}
27867 \backslash
27868
27869 \backslash
27870 #1}}
27871 \end_layout
27872
27873 \begin_layout Standard
27874
27875 \family roman
27876 \series medium
27877 \begin_inset ERT
27878 status collapsed
27879
27880 \begin_layout Plain Layout
27881
27882
27883 \backslash
27884 let
27885 \backslash
27886 myMarginpar
27887 \backslash
27888 marginpar
27889 \end_layout
27890
27891 \begin_layout Plain Layout
27892
27893
27894 \backslash
27895 renewcommand{
27896 \backslash
27897 marginpar}[1]{
27898 \backslash
27899 myMarginpar{%
27900 \end_layout
27901
27902 \begin_layout Plain Layout
27903
27904    
27905 \backslash
27906 textsf{
27907 \backslash
27908 textbf{
27909 \backslash
27910 underbar{Attention!}}}%
27911 \end_layout
27912
27913 \begin_layout Plain Layout
27914
27915    
27916 \backslash
27917 vspace{1.5mm}
27918 \backslash
27919
27920 \backslash
27921 #1}}
27922 \end_layout
27923
27924 \end_inset
27925
27926
27927 \begin_inset Marginal
27928 status open
27929
27930 \begin_layout Plain Layout
27931 This is a margin note with a defined heading.
27932 \end_layout
27933
27934 \end_inset
27935
27936
27937 \family default
27938 \series default
27939
27940 \begin_inset ERT
27941 status collapsed
27942
27943 \begin_layout Plain Layout
27944
27945 [-1.5cm]
27946 \end_layout
27947
27948 \end_inset
27949
27950
27951 \family roman
27952 \series medium
27953
27954 \begin_inset ERT
27955 status collapsed
27956
27957 \begin_layout Plain Layout
27958
27959
27960 \backslash
27961 renewcommand{
27962 \backslash
27963 marginpar}[1]{
27964 \backslash
27965 myMarginpar{#1}}
27966 \end_layout
27967
27968 \end_inset
27969
27970
27971 \family default
27972 \series default
27973
27974 \begin_inset Note Note
27975 status collapsed
27976
27977 \begin_layout Plain Layout
27978 The margin note format is changed only for this example.
27979 \end_layout
27980
27981 \end_inset
27982
27983
27984 \end_layout
27985
27986 \begin_layout Standard
27987 \begin_inset ERT
27988 status collapsed
27989
27990 \begin_layout Plain Layout
27991
27992
27993 \backslash
27994 else
27995 \end_layout
27996
27997 \end_inset
27998
27999
28000 \begin_inset Note Note
28001 status open
28002
28003 \begin_layout Plain Layout
28004 The following will be displayed when the LaTeX-package 
28005 \series bold
28006 marginnote
28007 \series default
28008  is not installed:
28009 \end_layout
28010
28011 \end_inset
28012
28013
28014 \end_layout
28015
28016 \begin_layout Standard
28017 You need to install the LaTeX-package 
28018 \series bold
28019 marginnote
28020 \series default
28021  to see the following part of this section in the output.
28022 \end_layout
28023
28024 \begin_layout Standard
28025 \begin_inset ERT
28026 status collapsed
28027
28028 \begin_layout Plain Layout
28029
28030
28031 \backslash
28032 fi
28033 \end_layout
28034
28035 \end_inset
28036
28037
28038 \end_layout
28039
28040 \begin_layout Chapter
28041 Boxes
28042 \end_layout
28043
28044 \begin_layout Section
28045 Introduction
28046 \begin_inset Index idx
28047 status collapsed
28048
28049 \begin_layout Plain Layout
28050 Boxes ! Introduction
28051 \end_layout
28052
28053 \end_inset
28054
28055
28056 \end_layout
28057
28058 \begin_layout Standard
28059 Boxes are used to format a block of text.
28060  Boxes can be used to write documents with multiple languages, see section
28061 \begin_inset space ~
28062 \end_inset
28063
28064
28065 \begin_inset CommandInset ref
28066 LatexCommand ref
28067 reference "sec:Minipages"
28068
28069 \end_inset
28070
28071 , to frame texts, see section
28072 \begin_inset space ~
28073 \end_inset
28074
28075
28076 \begin_inset CommandInset ref
28077 LatexCommand ref
28078 reference "sec:Decoration"
28079
28080 \end_inset
28081
28082 , to prevent words from being hyphenated, see section
28083 \begin_inset space ~
28084 \end_inset
28085
28086
28087 \begin_inset CommandInset ref
28088 LatexCommand ref
28089 reference "sec:Prevent-Hyphenation"
28090
28091 \end_inset
28092
28093 , to align text, see section
28094 \begin_inset space ~
28095 \end_inset
28096
28097
28098 \begin_inset CommandInset ref
28099 LatexCommand ref
28100 reference "sub:Vertical-Alignment"
28101
28102 \end_inset
28103
28104 , or to set the background color of texts, see section
28105 \begin_inset space ~
28106 \end_inset
28107
28108
28109 \begin_inset CommandInset ref
28110 LatexCommand ref
28111 reference "sec:Colored-Boxes"
28112
28113 \end_inset
28114
28115 .
28116 \end_layout
28117
28118 \begin_layout Standard
28119 Boxes can be inserted with the menu 
28120 \family sans
28121 Insert\SpecialChar \menuseparator
28122 Box
28123 \family default
28124  or the toolbar button 
28125 \family sans
28126
28127 \begin_inset Info
28128 type  "icon"
28129 arg   "box-insert Frameless"
28130 \end_inset
28131
28132
28133 \family default
28134 .
28135  A grey box with the label 
28136 \family sans
28137 Box (Minipage)
28138 \family default
28139
28140 \begin_inset Graphics
28141         filename clipart/BoxInsetDefaultQt4.png
28142         scale 85
28143         scaleBeforeRotation
28144
28145 \end_inset
28146
28147  will be inserted.
28148  The box type can be specified by right-clicking on the box and selecting
28149  
28150 \family sans
28151 Settings
28152 \family default
28153 .
28154  The box dialog offers the 
28155 \family sans
28156 Inner
28157 \begin_inset space ~
28158 \end_inset
28159
28160 Box
28161 \family default
28162  types 
28163 \family sans
28164 Makebox
28165 \family default
28166
28167 \family sans
28168 Parbox
28169 \family default
28170  and 
28171 \family sans
28172 Minipage
28173 \family default
28174 .
28175  The type 
28176 \family sans
28177 Minipage
28178 \family default
28179  is the default for new boxes and is explained in section
28180 \begin_inset space ~
28181 \end_inset
28182
28183
28184 \begin_inset CommandInset ref
28185 LatexCommand ref
28186 reference "sec:Minipages"
28187
28188 \end_inset
28189
28190 ; the type 
28191 \family sans
28192 Parbox
28193 \family default
28194  is described in section
28195 \begin_inset space ~
28196 \end_inset
28197
28198
28199 \begin_inset CommandInset ref
28200 LatexCommand ref
28201 reference "sec:Parboxes"
28202
28203 \end_inset
28204
28205  and the type 
28206 \family sans
28207 Makebox
28208 \family default
28209  in 
28210 \begin_inset CommandInset ref
28211 LatexCommand ref
28212 reference "sec:Prevent-Hyphenation"
28213
28214 \end_inset
28215
28216 .
28217 \end_layout
28218
28219 \begin_layout Standard
28220 Boxes are not numbered and can therefore not be referenced like floats or
28221  footnotes.
28222 \end_layout
28223
28224 \begin_layout Standard
28225 \begin_inset Note Greyedout
28226 status open
28227
28228 \begin_layout Plain Layout
28229
28230 \series bold
28231 Note:
28232 \series default
28233  Boxes must not be the item in an 
28234 \family sans
28235 Itemize
28236 \family default
28237  or 
28238 \family sans
28239 Description
28240 \family default
28241  environment.
28242 \end_layout
28243
28244 \end_inset
28245
28246
28247 \end_layout
28248
28249 \begin_layout Standard
28250 \begin_inset Note Greyedout
28251 status open
28252
28253 \begin_layout Plain Layout
28254
28255 \series bold
28256 Note:
28257 \series default
28258  For an unknown reason you can only set the 
28259 \family sans
28260 Inner
28261 \begin_inset space ~
28262 \end_inset
28263
28264 Box
28265 \family default
28266  type to 
28267 \family sans
28268 None
28269 \family default
28270  when you use a framed box.
28271  Boxes without an 
28272 \family sans
28273 Inner
28274 \begin_inset space ~
28275 \end_inset
28276
28277 Box
28278 \family default
28279  type and without frames are explained in section
28280 \begin_inset space ~
28281 \end_inset
28282
28283
28284 \begin_inset CommandInset ref
28285 LatexCommand ref
28286 reference "sec:Prevent-Hyphenation"
28287
28288 \end_inset
28289
28290 .
28291 \end_layout
28292
28293 \end_inset
28294
28295
28296 \end_layout
28297
28298 \begin_layout Section
28299 Box Dialog
28300 \begin_inset CommandInset label
28301 LatexCommand label
28302 name "sec:Box-Dialog"
28303
28304 \end_inset
28305
28306
28307 \begin_inset Index idx
28308 status collapsed
28309
28310 \begin_layout Plain Layout
28311 Boxes ! Box Dialog
28312 \end_layout
28313
28314 \end_inset
28315
28316
28317 \end_layout
28318
28319 \begin_layout Subsection
28320 Size
28321 \begin_inset Index idx
28322 status collapsed
28323
28324 \begin_layout Plain Layout
28325 Boxes ! Size
28326 \end_layout
28327
28328 \end_inset
28329
28330
28331 \end_layout
28332
28333 \begin_layout Standard
28334 In the box dialog you can adjust the box geometry in the fields 
28335 \family sans
28336 Width
28337 \family default
28338  and 
28339 \family sans
28340 Height
28341 \family default
28342 .
28343  The available units for the geometry are explained in Table
28344 \begin_inset space ~
28345 \end_inset
28346
28347
28348 \begin_inset CommandInset ref
28349 LatexCommand ref
28350 reference "tab:Units"
28351
28352 \end_inset
28353
28354 .
28355  The field 
28356 \family sans
28357 Height
28358 \family default
28359  offers the following additional sizes:
28360 \end_layout
28361
28362 \begin_layout Description
28363 Depth This is the plain text 
28364 \begin_inset Quotes eld
28365 \end_inset
28366
28367 height
28368 \begin_inset Quotes erd
28369 \end_inset
28370
28371 .
28372  It ignores the total depth when there are multiple text lines in the box:
28373 \begin_inset Newline newline
28374 \end_inset
28375
28376
28377 \begin_inset Newline newline
28378 \end_inset
28379
28380
28381 \begin_inset Newline newline
28382 \end_inset
28383
28384
28385 \begin_inset Box Boxed
28386 position "c"
28387 hor_pos "c"
28388 has_inner_box 1
28389 inner_pos "c"
28390 use_parbox 0
28391 use_makebox 0
28392 width "12col%"
28393 special "none"
28394 height "1in"
28395 height_special "depth"
28396 status collapsed
28397
28398 \begin_layout Plain Layout
28399 \align center
28400 Box height set to 1
28401 \begin_inset space \thinspace{}
28402 \end_inset
28403
28404 Depth
28405 \end_layout
28406
28407 \end_inset
28408
28409
28410 \begin_inset Newline newline
28411 \end_inset
28412
28413
28414 \begin_inset Newline newline
28415 \end_inset
28416
28417
28418 \end_layout
28419
28420 \begin_layout Description
28421 Height This is the height of the text that is inside the box.
28422  A value of e.
28423 \begin_inset space \thinspace{}
28424 \end_inset
28425
28426 g.
28427 \begin_inset space \space{}
28428 \end_inset
28429
28430 2 for this size will set the box height to 2
28431 \begin_inset space ~
28432 \end_inset
28433
28434 times the text height: 
28435 \begin_inset Box Boxed
28436 position "c"
28437 hor_pos "c"
28438 has_inner_box 1
28439 inner_pos "c"
28440 use_parbox 0
28441 use_makebox 0
28442 width "20col%"
28443 special "none"
28444 height "2in"
28445 height_special "height"
28446 status collapsed
28447
28448 \begin_layout Plain Layout
28449 \align center
28450 Box height set to 2
28451 \begin_inset space \thinspace{}
28452 \end_inset
28453
28454 Height
28455 \end_layout
28456
28457 \end_inset
28458
28459
28460 \end_layout
28461
28462 \begin_layout Description
28463 Total
28464 \begin_inset space ~
28465 \end_inset
28466
28467 Height This is the Height
28468 \begin_inset space \thinspace{}
28469 \end_inset
28470
28471 +
28472 \begin_inset space \thinspace{}
28473 \end_inset
28474
28475 Depth: 
28476 \begin_inset Box Boxed
28477 position "c"
28478 hor_pos "c"
28479 has_inner_box 1
28480 inner_pos "c"
28481 use_parbox 0
28482 use_makebox 0
28483 width "20col%"
28484 special "none"
28485 height "1in"
28486 height_special "totalheight"
28487 status collapsed
28488
28489 \begin_layout Plain Layout
28490 \align center
28491 Box height set to 1
28492 \begin_inset space \thinspace{}
28493 \end_inset
28494
28495 Total
28496 \begin_inset space ~
28497 \end_inset
28498
28499 Height
28500 \end_layout
28501
28502 \end_inset
28503
28504
28505 \end_layout
28506
28507 \begin_layout Description
28508 Width This sets the width of the box as height: 
28509 \begin_inset Box Boxed
28510 position "c"
28511 hor_pos "c"
28512 has_inner_box 1
28513 inner_pos "c"
28514 use_parbox 0
28515 use_makebox 0
28516 width "12col%"
28517 special "none"
28518 height "1in"
28519 height_special "width"
28520 status collapsed
28521
28522 \begin_layout Plain Layout
28523 \align center
28524 Box height set to 1
28525 \begin_inset space \thinspace{}
28526 \end_inset
28527
28528 Width
28529 \end_layout
28530
28531 \end_inset
28532
28533
28534 \end_layout
28535
28536 \begin_layout Subsection
28537 Alignment
28538 \begin_inset Index idx
28539 status collapsed
28540
28541 \begin_layout Plain Layout
28542 Boxes ! Alignment
28543 \end_layout
28544
28545 \end_inset
28546
28547
28548 \end_layout
28549
28550 \begin_layout Standard
28551 When you have chosen an 
28552 \family sans
28553 Inner
28554 \begin_inset space ~
28555 \end_inset
28556
28557 Box
28558 \family default
28559 , the vertical box alignment can be:
28560 \end_layout
28561
28562 \begin_layout Description
28563 Top This is an example text line.
28564  
28565 \begin_inset Box Boxed
28566 position "t"
28567 hor_pos "c"
28568 has_inner_box 1
28569 inner_pos "c"
28570 use_parbox 0
28571 use_makebox 0
28572 width "12col%"
28573 special "none"
28574 height "1in"
28575 height_special "totalheight"
28576 status collapsed
28577
28578 \begin_layout Plain Layout
28579 \align center
28580 This box is top-aligned.
28581 \end_layout
28582
28583 \end_inset
28584
28585  This is an example text line.
28586 \end_layout
28587
28588 \begin_layout Description
28589 Middle This is an example text line.
28590  
28591 \begin_inset Box Boxed
28592 position "c"
28593 hor_pos "c"
28594 has_inner_box 1
28595 inner_pos "c"
28596 use_parbox 0
28597 use_makebox 0
28598 width "12col%"
28599 special "none"
28600 height "1in"
28601 height_special "totalheight"
28602 status collapsed
28603
28604 \begin_layout Plain Layout
28605 \align center
28606 This box is middle-aligned.
28607 \end_layout
28608
28609 \end_inset
28610
28611  This is an example text line.
28612 \end_layout
28613
28614 \begin_layout Description
28615 Bottom This is an example text line.
28616  
28617 \begin_inset Box Boxed
28618 position "b"
28619 hor_pos "c"
28620 has_inner_box 1
28621 inner_pos "c"
28622 use_parbox 0
28623 use_makebox 0
28624 width "12col%"
28625 special "none"
28626 height "1in"
28627 height_special "totalheight"
28628 status collapsed
28629
28630 \begin_layout Plain Layout
28631 \align center
28632 This box is bottom-aligned.
28633 \end_layout
28634
28635 \end_inset
28636
28637  This is an example text line.
28638 \end_layout
28639
28640 \begin_layout Standard
28641 \begin_inset Note Greyedout
28642 status open
28643
28644 \begin_layout Plain Layout
28645
28646 \series bold
28647 Note:
28648 \series default
28649  The vertical box alignment can be lost in the output when you have two
28650  boxes in a line and one has e.
28651 \begin_inset space \thinspace{}
28652 \end_inset
28653
28654 g.
28655 \begin_inset space \space{}
28656 \end_inset
28657
28658 a shadow and the other one not.
28659 \end_layout
28660
28661 \end_inset
28662
28663
28664 \end_layout
28665
28666 \begin_layout Standard
28667 The horizontal box alignment can be set via LyX's paragraph dialog when
28668  you set the box into its own paragraph.
28669 \end_layout
28670
28671 \begin_layout Standard
28672 \begin_inset VSpace bigskip
28673 \end_inset
28674
28675 When you have chosen an 
28676 \family sans
28677 Inner
28678 \begin_inset space ~
28679 \end_inset
28680
28681 Box
28682 \family default
28683 , the box content can be aligned vertically to:
28684 \end_layout
28685
28686 \begin_layout Description
28687 top This is an example text line.
28688  
28689 \begin_inset Box Boxed
28690 position "c"
28691 hor_pos "c"
28692 has_inner_box 1
28693 inner_pos "t"
28694 use_parbox 0
28695 use_makebox 0
28696 width "12col%"
28697 special "none"
28698 height "1.5in"
28699 height_special "totalheight"
28700 status collapsed
28701
28702 \begin_layout Plain Layout
28703 \align center
28704 This box text is top-aligned.
28705 \end_layout
28706
28707 \end_inset
28708
28709  This is an example text line.
28710 \end_layout
28711
28712 \begin_layout Description
28713 middle This is an example text line.
28714  
28715 \begin_inset Box Boxed
28716 position "c"
28717 hor_pos "c"
28718 has_inner_box 1
28719 inner_pos "c"
28720 use_parbox 0
28721 use_makebox 0
28722 width "12col%"
28723 special "none"
28724 height "1.5in"
28725 height_special "totalheight"
28726 status collapsed
28727
28728 \begin_layout Plain Layout
28729 \align center
28730 This box text is middle-aligned.
28731 \end_layout
28732
28733 \end_inset
28734
28735  This is an example text line.
28736 \end_layout
28737
28738 \begin_layout Description
28739 bottom This is an example text line.
28740  
28741 \begin_inset Box Boxed
28742 position "c"
28743 hor_pos "c"
28744 has_inner_box 1
28745 inner_pos "b"
28746 use_parbox 0
28747 use_makebox 0
28748 width "12col%"
28749 special "none"
28750 height "1.5in"
28751 height_special "totalheight"
28752 status collapsed
28753
28754 \begin_layout Plain Layout
28755 \align center
28756 This box text is bottom-aligned.
28757 \end_layout
28758
28759 \end_inset
28760
28761  This is an example text line.
28762 \end_layout
28763
28764 \begin_layout Description
28765 stretch This is an example text line.
28766  
28767 \begin_inset Box Boxed
28768 position "c"
28769 hor_pos "c"
28770 has_inner_box 1
28771 inner_pos "s"
28772 use_parbox 0
28773 use_makebox 0
28774 width "12col%"
28775 special "none"
28776 height "1.5in"
28777 height_special "totalheight"
28778 status collapsed
28779
28780 \begin_layout Plain Layout
28781 \align center
28782 This box
28783 \end_layout
28784
28785 \begin_layout Plain Layout
28786 \align center
28787 text is
28788 \end_layout
28789
28790 \begin_layout Plain Layout
28791 \align center
28792 stretched.
28793 \end_layout
28794
28795 \end_inset
28796
28797  This is an example text line.
28798 \end_layout
28799
28800 \begin_layout Standard
28801 To stretch the box content, it must consist of more than one paragraph.
28802  In the example above every text line is in an own paragraph.
28803 \end_layout
28804
28805 \begin_layout Standard
28806 \begin_inset VSpace bigskip
28807 \end_inset
28808
28809 To align the box content horizontally you can use LyX's paragraph dialog
28810  when you have chosen an 
28811 \family sans
28812 Inner
28813 \begin_inset space ~
28814 \end_inset
28815
28816 Box
28817 \family default
28818 .
28819 \end_layout
28820
28821 \begin_layout Standard
28822 \align center
28823 \begin_inset Box Boxed
28824 position "c"
28825 hor_pos "c"
28826 has_inner_box 1
28827 inner_pos "s"
28828 use_parbox 0
28829 use_makebox 0
28830 width "15col%"
28831 special "none"
28832 height "1.25in"
28833 height_special "totalheight"
28834 status collapsed
28835
28836 \begin_layout Plain Layout
28837 \align left
28838 This box
28839 \end_layout
28840
28841 \begin_layout Plain Layout
28842 \align center
28843 text is
28844 \end_layout
28845
28846 \begin_layout Plain Layout
28847 \align right
28848 stretched.
28849 \end_layout
28850
28851 \end_inset
28852
28853
28854 \end_layout
28855
28856 \begin_layout Standard
28857 If you have not set an 
28858 \family sans
28859 Inner
28860 \begin_inset space ~
28861 \end_inset
28862
28863 Box
28864 \family default
28865 , you can align the box content horizontally in the box dialog.
28866 \end_layout
28867
28868 \begin_layout Standard
28869 \align center
28870 \begin_inset Box Boxed
28871 position "c"
28872 hor_pos "s"
28873 has_inner_box 0
28874 inner_pos "s"
28875 use_parbox 0
28876 use_makebox 0
28877 width "90col%"
28878 special "none"
28879 height "1.25in"
28880 height_special "totalheight"
28881 status collapsed
28882
28883 \begin_layout Plain Layout
28884 This box text is horizontally stretched.
28885 \end_layout
28886
28887 \end_inset
28888
28889
28890 \end_layout
28891
28892 \begin_layout Subsection
28893 Decoration
28894 \begin_inset CommandInset label
28895 LatexCommand label
28896 name "sec:Decoration"
28897
28898 \end_inset
28899
28900
28901 \begin_inset Index idx
28902 status collapsed
28903
28904 \begin_layout Plain Layout
28905 Boxes ! Decoration
28906 \end_layout
28907
28908 \end_inset
28909
28910
28911 \end_layout
28912
28913 \begin_layout Standard
28914 The type of the box can be specified in the box dialog in the drop-down
28915  list 
28916 \family sans
28917 Decoration
28918 \family default
28919 .
28920  The following types are possible:
28921 \end_layout
28922
28923 \begin_layout Description
28924 No
28925 \begin_inset space ~
28926 \end_inset
28927
28928 frame Nothing is drawn.
28929 \end_layout
28930
28931 \begin_layout Description
28932 Simple
28933 \begin_inset space ~
28934 \end_inset
28935
28936 rectangular
28937 \begin_inset space ~
28938 \end_inset
28939
28940 frame This draws a rectangular frame around the box.
28941  The frame line thickness has the size of 
28942 \series bold
28943
28944 \backslash
28945 fboxrule
28946 \series default
28947 .
28948  
28949 \begin_inset Box Boxed
28950 position "c"
28951 hor_pos "c"
28952 has_inner_box 1
28953 inner_pos "c"
28954 use_parbox 0
28955 use_makebox 0
28956 width "20col%"
28957 special "none"
28958 height "1in"
28959 height_special "totalheight"
28960 status collapsed
28961
28962 \begin_layout Plain Layout
28963 \align center
28964 Rectangular box
28965 \end_layout
28966
28967 \end_inset
28968
28969
28970 \end_layout
28971
28972 \begin_layout Description
28973 Oval
28974 \begin_inset space ~
28975 \end_inset
28976
28977 box,
28978 \begin_inset space ~
28979 \end_inset
28980
28981 thin This draws an oval frame around the box.
28982  The frame line thickness has the size 0.4
28983 \begin_inset space \thinspace{}
28984 \end_inset
28985
28986 pt.
28987  
28988 \begin_inset Box ovalbox
28989 position "c"
28990 hor_pos "c"
28991 has_inner_box 1
28992 inner_pos "c"
28993 use_parbox 0
28994 use_makebox 0
28995 width "20col%"
28996 special "none"
28997 height "1in"
28998 height_special "totalheight"
28999 status collapsed
29000
29001 \begin_layout Plain Layout
29002 \align center
29003 Oval box, thin
29004 \end_layout
29005
29006 \end_inset
29007
29008
29009 \end_layout
29010
29011 \begin_layout Description
29012 Oval
29013 \begin_inset space ~
29014 \end_inset
29015
29016 box,
29017 \begin_inset space ~
29018 \end_inset
29019
29020 thick This draws an oval frame around the box.
29021  The frame line thickness has the size 0.8
29022 \begin_inset space \thinspace{}
29023 \end_inset
29024
29025 pt.
29026  
29027 \begin_inset Box Ovalbox
29028 position "c"
29029 hor_pos "c"
29030 has_inner_box 1
29031 inner_pos "c"
29032 use_parbox 0
29033 use_makebox 0
29034 width "20col%"
29035 special "none"
29036 height "1in"
29037 height_special "totalheight"
29038 status collapsed
29039
29040 \begin_layout Plain Layout
29041 \align center
29042 Oval box, thick
29043 \end_layout
29044
29045 \end_inset
29046
29047
29048 \end_layout
29049
29050 \begin_layout Description
29051 Drop
29052 \begin_inset space ~
29053 \end_inset
29054
29055 shadow This draws a rectangular frame with a shadow around the box.
29056  The frame line thickness has the size of 
29057 \series bold
29058
29059 \backslash
29060 fboxrule
29061 \series default
29062 , the shadow has a width of 4
29063 \begin_inset space \thinspace{}
29064 \end_inset
29065
29066 pt.
29067  
29068 \begin_inset Box Shadowbox
29069 position "c"
29070 hor_pos "c"
29071 has_inner_box 1
29072 inner_pos "c"
29073 use_parbox 0
29074 use_makebox 0
29075 width "20col%"
29076 special "none"
29077 height "1in"
29078 height_special "totalheight"
29079 status collapsed
29080
29081 \begin_layout Plain Layout
29082 \align center
29083 Shadow box
29084 \end_layout
29085
29086 \end_inset
29087
29088
29089 \end_layout
29090
29091 \begin_layout Description
29092 Shaded
29093 \begin_inset space ~
29094 \end_inset
29095
29096 background This draws a box with a red background.
29097  Unlike colored boxes
29098 \begin_inset Foot
29099 status collapsed
29100
29101 \begin_layout Plain Layout
29102 see sec.
29103 \begin_inset space \thinspace{}
29104 \end_inset
29105
29106
29107 \begin_inset CommandInset ref
29108 LatexCommand ref
29109 reference "sec:Colored-Boxes"
29110
29111 \end_inset
29112
29113
29114 \end_layout
29115
29116 \end_inset
29117
29118 , it always uses the whole column width and the box is set as its own paragraph.
29119  
29120 \begin_inset Box Shaded
29121 position "t"
29122 hor_pos "c"
29123 has_inner_box 0
29124 inner_pos "t"
29125 use_parbox 0
29126 use_makebox 0
29127 width "50col%"
29128 special "none"
29129 height "1in"
29130 height_special "totalheight"
29131 status collapsed
29132
29133 \begin_layout Plain Layout
29134 Shaded background box
29135 \end_layout
29136
29137 \end_inset
29138
29139
29140 \end_layout
29141
29142 \begin_layout Description
29143 Double
29144 \begin_inset space ~
29145 \end_inset
29146
29147 rectangular
29148 \begin_inset space ~
29149 \end_inset
29150
29151 frame This draws a double-line rectangular frame around the box.
29152  The line thickness of the inner frame is 0.75
29153 \begin_inset space \thinspace{}
29154 \end_inset
29155
29156
29157 \series bold
29158
29159 \backslash
29160 fboxrule
29161 \series default
29162 , the thickness of the outer frame is 1.5
29163 \begin_inset space \thinspace{}
29164 \end_inset
29165
29166
29167 \series bold
29168
29169 \backslash
29170 fboxrule
29171 \series default
29172 .
29173  The distance between the lines is 1.5
29174 \begin_inset space \thinspace{}
29175 \end_inset
29176
29177
29178 \series bold
29179
29180 \backslash
29181 fboxrule
29182 \series default
29183
29184 \begin_inset space \thinspace{}
29185 \end_inset
29186
29187 +
29188 \begin_inset space \thinspace{}
29189 \end_inset
29190
29191 0.5
29192 \begin_inset space \thinspace{}
29193 \end_inset
29194
29195 pt.
29196  
29197 \begin_inset Box Doublebox
29198 position "c"
29199 hor_pos "c"
29200 has_inner_box 1
29201 inner_pos "c"
29202 use_parbox 0
29203 use_makebox 0
29204 width "20col%"
29205 special "none"
29206 height "1in"
29207 height_special "totalheight"
29208 status collapsed
29209
29210 \begin_layout Plain Layout
29211 \align center
29212 Double rectangular box
29213 \end_layout
29214
29215 \end_inset
29216
29217
29218 \end_layout
29219
29220 \begin_layout Standard
29221 \begin_inset VSpace bigskip
29222 \end_inset
29223
29224 LyX's box label will reflect the different frame types.
29225  To be able to use all types, the LaTeX-package 
29226 \series bold
29227 fancybox
29228 \series default
29229
29230 \begin_inset Index idx
29231 status collapsed
29232
29233 \begin_layout Plain Layout
29234 LaTeX-packages ! fancybox
29235 \end_layout
29236
29237 \end_inset
29238
29239  must be installed.
29240 \end_layout
29241
29242 \begin_layout Standard
29243 \begin_inset VSpace bigskip
29244 \end_inset
29245
29246 When you use the decoration 
29247 \family sans
29248 simple rectangular frame
29249 \family default
29250  and no inner box, you can allow page breaks within a box.
29251  Note that then, unlike other framed boxes, the frame always uses the whole
29252  column width, the box is set as its own paragraph, and 
29253 \series bold
29254
29255 \backslash
29256 fboxrule
29257 \series default
29258  and 
29259 \series bold
29260
29261 \backslash
29262 fboxsep
29263 \series default
29264  have no effect on this box type.
29265  The frame line thickness has the size of 
29266 \series bold
29267
29268 \backslash
29269 FrameRule
29270 \series default
29271 .
29272  
29273 \begin_inset Box Framed
29274 position "t"
29275 hor_pos "c"
29276 has_inner_box 0
29277 inner_pos "t"
29278 use_parbox 0
29279 use_makebox 0
29280 width "100col%"
29281 special "none"
29282 height "1in"
29283 height_special "totalheight"
29284 status collapsed
29285
29286 \begin_layout Plain Layout
29287 Allow page break box
29288 \end_layout
29289
29290 \end_inset
29291
29292
29293 \end_layout
29294
29295 \begin_layout Section
29296 Box Customization
29297 \begin_inset Index idx
29298 status collapsed
29299
29300 \begin_layout Plain Layout
29301 Boxes ! Customization
29302 \end_layout
29303
29304 \end_inset
29305
29306
29307 \end_layout
29308
29309 \begin_layout Standard
29310 The default value for the size 
29311 \series bold
29312
29313 \backslash
29314 fboxrule
29315 \series default
29316  is 0.4
29317 \begin_inset space \thinspace{}
29318 \end_inset
29319
29320 pt.
29321  It can be changed with the following command in TeX-code to e.
29322 \begin_inset space \thinspace{}
29323 \end_inset
29324
29325 g.
29326 \begin_inset space \space{}
29327 \end_inset
29328
29329 2
29330 \begin_inset space \thinspace{}
29331 \end_inset
29332
29333 pt:
29334 \end_layout
29335
29336 \begin_layout Standard
29337
29338 \series bold
29339
29340 \backslash
29341 setlength{
29342 \backslash
29343 fboxrule}{2pt}
29344 \end_layout
29345
29346 \begin_layout Standard
29347 \begin_inset ERT
29348 status collapsed
29349
29350 \begin_layout Plain Layout
29351
29352
29353 \backslash
29354 setlength{
29355 \backslash
29356 fboxrule}{2pt}
29357 \end_layout
29358
29359 \end_inset
29360
29361
29362 \begin_inset Box Boxed
29363 position "c"
29364 hor_pos "c"
29365 has_inner_box 1
29366 inner_pos "c"
29367 use_parbox 0
29368 use_makebox 0
29369 width "25col%"
29370 special "none"
29371 height "1in"
29372 height_special "totalheight"
29373 status open
29374
29375 \begin_layout Plain Layout
29376 \align center
29377 Rectangular box with 
29378 \series bold
29379
29380 \backslash
29381 fboxrule
29382 \series default
29383
29384 \begin_inset space \thinspace{}
29385 \end_inset
29386
29387 =
29388 \begin_inset space \thinspace{}
29389 \end_inset
29390
29391 2
29392 \begin_inset space \thinspace{}
29393 \end_inset
29394
29395 pt
29396 \end_layout
29397
29398 \end_inset
29399
29400
29401 \begin_inset ERT
29402 status collapsed
29403
29404 \begin_layout Plain Layout
29405
29406
29407 \backslash
29408 setlength{
29409 \backslash
29410 fboxrule}{0.4pt}
29411 \end_layout
29412
29413 \end_inset
29414
29415
29416 \end_layout
29417
29418 \begin_layout Standard
29419 \begin_inset VSpace bigskip
29420 \end_inset
29421
29422 The space between the frame and the box content is for all frame styles
29423  by default 3
29424 \begin_inset space \thinspace{}
29425 \end_inset
29426
29427 pt.
29428  You can change it by setting the length 
29429 \series bold
29430
29431 \backslash
29432 fboxsep
29433 \series default
29434  to another value.
29435  For example the command
29436 \end_layout
29437
29438 \begin_layout Standard
29439
29440 \series bold
29441
29442 \backslash
29443 setlength{
29444 \backslash
29445 fboxsep}{10pt}
29446 \end_layout
29447
29448 \begin_layout Standard
29449 sets the value to 10
29450 \begin_inset space \thinspace{}
29451 \end_inset
29452
29453 pt, as with the following box:
29454 \end_layout
29455
29456 \begin_layout Standard
29457 \begin_inset ERT
29458 status collapsed
29459
29460 \begin_layout Plain Layout
29461
29462
29463 \backslash
29464 setlength{
29465 \backslash
29466 fboxsep}{10pt}
29467 \end_layout
29468
29469 \end_inset
29470
29471
29472 \begin_inset Box Boxed
29473 position "c"
29474 hor_pos "c"
29475 has_inner_box 1
29476 inner_pos "c"
29477 use_parbox 0
29478 use_makebox 0
29479 width "25col%"
29480 special "none"
29481 height "1in"
29482 height_special "totalheight"
29483 status open
29484
29485 \begin_layout Plain Layout
29486 \align center
29487 Rectangular box with 
29488 \series bold
29489
29490 \backslash
29491 fboxsep
29492 \series default
29493
29494 \begin_inset space \thinspace{}
29495 \end_inset
29496
29497 =
29498 \begin_inset space \thinspace{}
29499 \end_inset
29500
29501 10
29502 \begin_inset space \thinspace{}
29503 \end_inset
29504
29505 pt
29506 \end_layout
29507
29508 \end_inset
29509
29510
29511 \begin_inset ERT
29512 status collapsed
29513
29514 \begin_layout Plain Layout
29515
29516
29517 \backslash
29518 setlength{
29519 \backslash
29520 fboxsep}{3pt}
29521 \end_layout
29522
29523 \end_inset
29524
29525
29526 \end_layout
29527
29528 \begin_layout Standard
29529 \begin_inset VSpace bigskip
29530 \end_inset
29531
29532 The diameter of the round corners of the oval boxes can be set with the
29533  command 
29534 \series bold
29535
29536 \backslash
29537 cornersize
29538 \series default
29539 .
29540  The command
29541 \end_layout
29542
29543 \begin_layout Standard
29544
29545 \series bold
29546
29547 \backslash
29548 cornersize*{1cm}
29549 \end_layout
29550
29551 \begin_layout Standard
29552 sets the diameter to 1
29553 \begin_inset space \thinspace{}
29554 \end_inset
29555
29556 cm.
29557  The command
29558 \end_layout
29559
29560 \begin_layout Standard
29561
29562 \series bold
29563
29564 \backslash
29565 cornersize{num}
29566 \end_layout
29567
29568 \begin_layout Standard
29569 sets the diameter to 
29570 \family sans
29571 num
29572 \begin_inset space \thinspace{}
29573 \end_inset
29574
29575 ×
29576 \begin_inset space \thinspace{}
29577 \end_inset
29578
29579 minimum(width and height of box)
29580 \family default
29581 .
29582  The default is 
29583 \series bold
29584
29585 \backslash
29586 cornersize{0.5}
29587 \series default
29588 .
29589 \end_layout
29590
29591 \begin_layout Standard
29592 \begin_inset ERT
29593 status collapsed
29594
29595 \begin_layout Plain Layout
29596
29597
29598 \backslash
29599 cornersize*{1.5cm}
29600 \end_layout
29601
29602 \end_inset
29603
29604
29605 \begin_inset Box Ovalbox
29606 position "c"
29607 hor_pos "c"
29608 has_inner_box 1
29609 inner_pos "c"
29610 use_parbox 0
29611 use_makebox 0
29612 width "25col%"
29613 special "none"
29614 height "1in"
29615 height_special "totalheight"
29616 status open
29617
29618 \begin_layout Plain Layout
29619 \align center
29620 Oval box with 
29621 \series bold
29622
29623 \backslash
29624 cornersize
29625 \series default
29626
29627 \begin_inset space \thinspace{}
29628 \end_inset
29629
29630 =
29631 \begin_inset space \thinspace{}
29632 \end_inset
29633
29634 1.5
29635 \begin_inset space \thinspace{}
29636 \end_inset
29637
29638 cm
29639 \end_layout
29640
29641 \end_inset
29642
29643
29644 \begin_inset ERT
29645 status collapsed
29646
29647 \begin_layout Plain Layout
29648
29649
29650 \backslash
29651 cornersize{0.5}
29652 \end_layout
29653
29654 \end_inset
29655
29656
29657 \end_layout
29658
29659 \begin_layout Standard
29660 \begin_inset VSpace bigskip
29661 \end_inset
29662
29663 The size of the shadow can be adjusted by changing the length 
29664 \series bold
29665
29666 \backslash
29667 shadowsize
29668 \series default
29669 .
29670  It it set to 2
29671 \begin_inset space \thinspace{}
29672 \end_inset
29673
29674 pt for the following box by this command:
29675 \end_layout
29676
29677 \begin_layout Standard
29678
29679 \series bold
29680
29681 \backslash
29682 setlength{
29683 \backslash
29684 shadowsize}{2pt}
29685 \end_layout
29686
29687 \begin_layout Standard
29688 \begin_inset ERT
29689 status collapsed
29690
29691 \begin_layout Plain Layout
29692
29693
29694 \backslash
29695 setlength{
29696 \backslash
29697 shadowsize}{2pt}
29698 \end_layout
29699
29700 \end_inset
29701
29702
29703 \begin_inset Box Shadowbox
29704 position "c"
29705 hor_pos "c"
29706 has_inner_box 1
29707 inner_pos "c"
29708 use_parbox 0
29709 use_makebox 0
29710 width "25col%"
29711 special "none"
29712 height "1in"
29713 height_special "totalheight"
29714 status open
29715
29716 \begin_layout Plain Layout
29717 \align center
29718 Shadow box with 
29719 \series bold
29720
29721 \backslash
29722 shadowsize
29723 \series default
29724
29725 \begin_inset space \thinspace{}
29726 \end_inset
29727
29728 =
29729 \begin_inset space \thinspace{}
29730 \end_inset
29731
29732 2
29733 \begin_inset space \thinspace{}
29734 \end_inset
29735
29736 pt
29737 \end_layout
29738
29739 \end_inset
29740
29741
29742 \begin_inset ERT
29743 status collapsed
29744
29745 \begin_layout Plain Layout
29746
29747
29748 \backslash
29749 setlength{
29750 \backslash
29751 shadowsize}{4pt}
29752 \end_layout
29753
29754 \end_inset
29755
29756
29757 \end_layout
29758
29759 \begin_layout Standard
29760 \begin_inset VSpace bigskip
29761 \end_inset
29762
29763
29764 \end_layout
29765
29766 \begin_layout Standard
29767 The default value for the size 
29768 \series bold
29769
29770 \backslash
29771 FrameRule
29772 \series default
29773  is 0.4
29774 \begin_inset space \thinspace{}
29775 \end_inset
29776
29777 pt.
29778  The default space between the note content and the frame is 9
29779 \begin_inset space \thinspace{}
29780 \end_inset
29781
29782 pt and can be changed with the value of 
29783 \series bold
29784
29785 \backslash
29786 FrameSep
29787 \series default
29788 .
29789  For example the frame appearance of the following 
29790 \family sans
29791 box
29792 \family default
29793  is set with the TeX-Code commands
29794 \end_layout
29795
29796 \begin_layout Standard
29797
29798 \series bold
29799
29800 \backslash
29801 setlength{
29802 \backslash
29803 FrameRule}{5pt}
29804 \begin_inset Newline newline
29805 \end_inset
29806
29807
29808 \backslash
29809 setlength{
29810 \backslash
29811 FrameSep}{0.5cm}
29812 \end_layout
29813
29814 \begin_layout Standard
29815 \begin_inset ERT
29816 status collapsed
29817
29818 \begin_layout Plain Layout
29819
29820
29821 \backslash
29822 setlength{
29823 \backslash
29824 FrameRule}{5pt}
29825 \end_layout
29826
29827 \begin_layout Plain Layout
29828
29829
29830 \backslash
29831 setlength{
29832 \backslash
29833 FrameSep}{0.5cm}
29834 \end_layout
29835
29836 \end_inset
29837
29838
29839 \begin_inset Box Framed
29840 position "t"
29841 hor_pos "c"
29842 has_inner_box 0
29843 inner_pos "t"
29844 use_parbox 0
29845 use_makebox 0
29846 width "100col%"
29847 special "none"
29848 height "1in"
29849 height_special "totalheight"
29850 status open
29851
29852 \begin_layout Plain Layout
29853 This is text in an 
29854 \family sans
29855 allow page break
29856 \family default
29857  box.
29858 \end_layout
29859
29860 \end_inset
29861
29862
29863 \begin_inset ERT
29864 status collapsed
29865
29866 \begin_layout Plain Layout
29867
29868
29869 \backslash
29870 setlength{
29871 \backslash
29872 FrameRule}{0.4pt}
29873 \end_layout
29874
29875 \begin_layout Plain Layout
29876
29877
29878 \backslash
29879 setlength{
29880 \backslash
29881 FrameSep}{9pt}
29882 \end_layout
29883
29884 \end_inset
29885
29886
29887 \end_layout
29888
29889 \begin_layout Standard
29890 \begin_inset VSpace bigskip
29891 \end_inset
29892
29893
29894 \end_layout
29895
29896 \begin_layout Standard
29897 For 
29898 \family sans
29899 shaded background
29900 \family default
29901  boxes the default space between the box content and the box border is 3
29902 \begin_inset space \thinspace{}
29903 \end_inset
29904
29905 pt and can be changed with the value of 
29906 \series bold
29907
29908 \backslash
29909 fboxsep
29910 \series default
29911 .
29912  The default background color red can either be changed locally with the
29913  command 
29914 \series bold
29915
29916 \backslash
29917 definecolor{shadecolor}
29918 \series default
29919  or globally with the menu 
29920 \family sans
29921 Tools\SpecialChar \menuseparator
29922 Preferences\SpecialChar \menuseparator
29923 Colors\SpecialChar \menuseparator
29924 shaded
29925 \begin_inset space ~
29926 \end_inset
29927
29928 box
29929 \family default
29930 .
29931  The scheme of the 
29932 \series bold
29933
29934 \backslash
29935 definecolor
29936 \series default
29937  command is explained in section
29938 \begin_inset space ~
29939 \end_inset
29940
29941
29942 \begin_inset CommandInset ref
29943 LatexCommand ref
29944 reference "sec:Colored-Tables"
29945
29946 \end_inset
29947
29948 .
29949 \begin_inset Foot
29950 status collapsed
29951
29952 \begin_layout Plain Layout
29953 Note that 
29954 \series bold
29955
29956 \backslash
29957 definecolor
29958 \series default
29959  requires the LaTeX-package 
29960 \series bold
29961 color
29962 \series default
29963  in the preamble, see section
29964 \begin_inset space ~
29965 \end_inset
29966
29967
29968 \begin_inset CommandInset ref
29969 LatexCommand ref
29970 reference "sec:Colored-Boxes"
29971
29972 \end_inset
29973
29974 .
29975 \end_layout
29976
29977 \end_inset
29978
29979  For example the appearance of the following shaded background box is set
29980  with the TeX-Code commands
29981 \end_layout
29982
29983 \begin_layout Standard
29984
29985 \series bold
29986
29987 \backslash
29988 setlength{
29989 \backslash
29990 fboxsep}{0.5cm}
29991 \series default
29992
29993 \begin_inset Newline newline
29994 \end_inset
29995
29996
29997 \series bold
29998
29999 \backslash
30000 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
30001 \end_layout
30002
30003 \begin_layout Standard
30004 \begin_inset ERT
30005 status collapsed
30006
30007 \begin_layout Plain Layout
30008
30009
30010 \backslash
30011 setlength{
30012 \backslash
30013 fboxsep}{0.5cm}
30014 \end_layout
30015
30016 \begin_layout Plain Layout
30017
30018
30019 \backslash
30020 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
30021 \end_layout
30022
30023 \end_inset
30024
30025
30026 \begin_inset Box Shaded
30027 position "t"
30028 hor_pos "c"
30029 has_inner_box 0
30030 inner_pos "t"
30031 use_parbox 0
30032 use_makebox 0
30033 width "100col%"
30034 special "none"
30035 height "1in"
30036 height_special "totalheight"
30037 status open
30038
30039 \begin_layout Plain Layout
30040
30041 \color yellow
30042 This is yellow text in a
30043 \color none
30044  
30045 \family sans
30046 \color yellow
30047 shaded background
30048 \family default
30049 \color none
30050  
30051 \color yellow
30052 box with dark green background.
30053 \end_layout
30054
30055 \end_inset
30056
30057
30058 \begin_inset ERT
30059 status collapsed
30060
30061 \begin_layout Plain Layout
30062
30063
30064 \backslash
30065 setlength{
30066 \backslash
30067 fboxsep}{3pt}
30068 \end_layout
30069
30070 \begin_layout Plain Layout
30071
30072
30073 \backslash
30074 definecolor{shadecolor}{rgb}{1,0,0}
30075 \end_layout
30076
30077 \end_inset
30078
30079
30080 \end_layout
30081
30082 \begin_layout Standard
30083 \begin_inset VSpace bigskip
30084 \end_inset
30085
30086 Changed lengths and widths are valid for all boxes following the commands
30087  that change them.
30088 \end_layout
30089
30090 \begin_layout Section
30091 Minipages
30092 \begin_inset CommandInset label
30093 LatexCommand label
30094 name "sec:Minipages"
30095
30096 \end_inset
30097
30098
30099 \begin_inset Index idx
30100 status collapsed
30101
30102 \begin_layout Plain Layout
30103 Boxes ! Minipages
30104 \end_layout
30105
30106 \end_inset
30107
30108
30109 \end_layout
30110
30111 \begin_layout Standard
30112 Minipages are treated by LaTeX as pages within pages and can therefore for
30113  example have their own footnotes.
30114 \end_layout
30115
30116 \begin_layout Standard
30117 Minipages are useful when you write documents with different languages.
30118 \end_layout
30119
30120 \begin_layout Standard
30121 Below are two example minipages side by side.
30122  Their width is set to 45
30123 \begin_inset space \thinspace{}
30124 \end_inset
30125
30126 col% and they are separated by a horizontal fill, that was inserted via
30127  the menu 
30128 \family sans
30129 Insert\SpecialChar \menuseparator
30130 Special
30131 \begin_inset space ~
30132 \end_inset
30133
30134 Formatting\SpecialChar \menuseparator
30135 Horizontal
30136 \begin_inset space ~
30137 \end_inset
30138
30139 Fill
30140 \family default
30141 .
30142 \begin_inset Newpage newpage
30143 \end_inset
30144
30145
30146 \end_layout
30147
30148 \begin_layout Standard
30149 \begin_inset Box Frameless
30150 position "t"
30151 hor_pos "c"
30152 has_inner_box 1
30153 inner_pos "c"
30154 use_parbox 0
30155 use_makebox 0
30156 width "45col%"
30157 special "none"
30158 height "1in"
30159 height_special "totalheight"
30160 status open
30161
30162 \begin_layout Plain Layout
30163
30164 \lang german
30165 Dies ist ein deutscher Text.
30166  Dies ist ein deutscher Text.
30167  Dies ist ein deutscher Text.
30168  Dies ist ein deutscher Text.
30169  Dies ist ein deutscher Text.
30170  Dies ist ein deutscher Text.
30171  Dies ist ein deutscher Text.
30172  Dies ist ein deutscher Text.
30173  Dies ist ein deutscher Text.
30174  Dies ist ein deutscher Text.
30175  Dies ist ein deutscher Text.
30176  Dies ist ein deutscher Text.
30177  Dies ist ein deutscher Text
30178 \begin_inset Foot
30179 status collapsed
30180
30181 \begin_layout Plain Layout
30182
30183 \lang german
30184 Dies ist eine deutsche Fußnote.
30185 \end_layout
30186
30187 \end_inset
30188
30189 .
30190  Dies ist ein deutscher Text.
30191  Dies ist ein deutscher Text.
30192 \end_layout
30193
30194 \end_inset
30195
30196
30197 \begin_inset space \hfill{}
30198 \end_inset
30199
30200
30201 \begin_inset Box Frameless
30202 position "t"
30203 hor_pos "c"
30204 has_inner_box 1
30205 inner_pos "c"
30206 use_parbox 0
30207 use_makebox 0
30208 width "45col%"
30209 special "none"
30210 height "1in"
30211 height_special "totalheight"
30212 status open
30213
30214 \begin_layout Plain Layout
30215 This is an English Text.
30216  This is an English Text.
30217  This is an English Text.
30218  This is an English Text.
30219  This is an English Text.
30220  This is an English Text.
30221  This is an English Text.
30222  This is an English Text.
30223  This is an English Text.
30224  This is an English Text.
30225  This is an English Text.
30226  This is an English Text.
30227  This is an English Text.
30228  This is an English Text.
30229  This is an English Text.
30230  This is an English Text.
30231 \begin_inset Foot
30232 status collapsed
30233
30234 \begin_layout Plain Layout
30235 This is an English footnote.
30236 \end_layout
30237
30238 \end_inset
30239
30240  This is an English Text.
30241  
30242 \end_layout
30243
30244 \end_inset
30245
30246
30247 \end_layout
30248
30249 \begin_layout Standard
30250 \begin_inset VSpace bigskip
30251 \end_inset
30252
30253 The document-wide paragraph settings are ignored within minipages.
30254  That means that there will be no space between paragraphs in minipages
30255  although you set it to e.
30256 \begin_inset space \thinspace{}
30257 \end_inset
30258
30259 g.
30260 \begin_inset space \space{}
30261 \end_inset
30262
30263
30264 \family sans
30265 MedSkip
30266 \family default
30267  in the document settings.
30268 \end_layout
30269
30270 \begin_layout Standard
30271 Minipages can also be used to set a background color for text parts, see
30272  section
30273 \begin_inset space ~
30274 \end_inset
30275
30276
30277 \begin_inset CommandInset ref
30278 LatexCommand ref
30279 reference "sub:Color-for-Paragraphs"
30280
30281 \end_inset
30282
30283 .
30284 \end_layout
30285
30286 \begin_layout Standard
30287 \begin_inset Note Greyedout
30288 status open
30289
30290 \begin_layout Plain Layout
30291
30292 \series bold
30293 Note:
30294 \series default
30295  You cannot have floats or margin notes inside minipages but minipages can
30296  be used inside tables, floats, and other boxes.
30297 \end_layout
30298
30299 \end_inset
30300
30301
30302 \end_layout
30303
30304 \begin_layout Section
30305 Parboxes
30306 \begin_inset CommandInset label
30307 LatexCommand label
30308 name "sec:Parboxes"
30309
30310 \end_inset
30311
30312
30313 \begin_inset Index idx
30314 status collapsed
30315
30316 \begin_layout Plain Layout
30317 Boxes ! Parboxes
30318 \end_layout
30319
30320 \end_inset
30321
30322
30323 \end_layout
30324
30325 \begin_layout Standard
30326 Parboxes are very similar to minipages with the difference that they cannot
30327  have footnotes.
30328 \end_layout
30329
30330 \begin_layout Standard
30331 \align center
30332 \begin_inset Box Frameless
30333 position "t"
30334 hor_pos "c"
30335 has_inner_box 1
30336 inner_pos "t"
30337 use_parbox 1
30338 use_makebox 0
30339 width "33col%"
30340 special "none"
30341 height "1in"
30342 height_special "totalheight"
30343 status collapsed
30344
30345 \begin_layout Plain Layout
30346 This a text within a parbox.
30347  This a text within a parbox.
30348 \end_layout
30349
30350 \begin_layout Plain Layout
30351 This footnote won't appear:
30352 \begin_inset Foot
30353 status collapsed
30354
30355 \begin_layout Plain Layout
30356 This footnote is inside a parbox and will therefore not appear.
30357 \end_layout
30358
30359 \end_inset
30360
30361
30362 \end_layout
30363
30364 \end_inset
30365
30366
30367 \end_layout
30368
30369 \begin_layout Section
30370 Boxes for Words and Characters
30371 \begin_inset Index idx
30372 status collapsed
30373
30374 \begin_layout Plain Layout
30375 Boxes ! for Characters
30376 \end_layout
30377
30378 \end_inset
30379
30380
30381 \end_layout
30382
30383 \begin_layout Subsection
30384 Prevent Hyphenation
30385 \begin_inset CommandInset label
30386 LatexCommand label
30387 name "sec:Prevent-Hyphenation"
30388
30389 \end_inset
30390
30391
30392 \begin_inset Index idx
30393 status collapsed
30394
30395 \begin_layout Plain Layout
30396 Boxes ! to Prevent Hyphenation
30397 \end_layout
30398
30399 \end_inset
30400
30401
30402 \end_layout
30403
30404 \begin_layout Standard
30405 You can use the box type 
30406 \family sans
30407 Makebox
30408 \family default
30409  to prevent words or text from being hyphenated.
30410 \begin_inset Newline newline
30411 \end_inset
30412
30413 Here is an example text:
30414 \end_layout
30415
30416 \begin_layout Standard
30417 This line is an example to show how you can prevent the hyphenation of 
30418 \begin_inset Quotes eld
30419 \end_inset
30420
30421 veryverylongword
30422 \begin_inset Quotes erd
30423 \end_inset
30424
30425 .
30426 \end_layout
30427
30428 \begin_layout Standard
30429 To prevent the hyphenation of the word 
30430 \begin_inset Quotes eld
30431 \end_inset
30432
30433 veryverylongword
30434 \begin_inset Quotes erd
30435 \end_inset
30436
30437 , put the word into a box, set the 
30438 \family sans
30439 Inner
30440 \begin_inset space ~
30441 \end_inset
30442
30443 box
30444 \family default
30445  to 
30446 \family sans
30447 Makebox
30448 \family default
30449  and its width to 1
30450 \begin_inset space \thinspace{}
30451 \end_inset
30452
30453 Width.
30454 \end_layout
30455
30456 \begin_layout Standard
30457 This is the result:
30458 \end_layout
30459
30460 \begin_layout Standard
30461 This line is an example to show how you can prevent the hyphenation of 
30462 \begin_inset Box Frameless
30463 position "t"
30464 hor_pos "c"
30465 has_inner_box 1
30466 inner_pos "t"
30467 use_parbox 0
30468 use_makebox 1
30469 width "1in"
30470 special "width"
30471 height "1in"
30472 height_special "totalheight"
30473 status open
30474
30475 \begin_layout Plain Layout
30476 \begin_inset Quotes eld
30477 \end_inset
30478
30479 veryverylongword
30480 \begin_inset Quotes erd
30481 \end_inset
30482
30483
30484 \end_layout
30485
30486 \end_inset
30487
30488 .
30489 \end_layout
30490
30491 \begin_layout Standard
30492 You can alternatively set the command 
30493 \begin_inset Quotes eld
30494 \end_inset
30495
30496
30497 \series bold
30498
30499 \backslash
30500 -
30501 \series default
30502
30503 \begin_inset Quotes grd
30504 \end_inset
30505
30506  as TeX-Code directly before the word:
30507 \end_layout
30508
30509 \begin_layout Standard
30510 This line is an example to show how you can prevent the hyphenation of 
30511 \begin_inset Quotes eld
30512 \end_inset
30513
30514
30515 \begin_inset ERT
30516 status collapsed
30517
30518 \begin_layout Plain Layout
30519
30520
30521 \backslash
30522 -
30523 \end_layout
30524
30525 \end_inset
30526
30527 veryverylongword
30528 \begin_inset Quotes erd
30529 \end_inset
30530
30531 .
30532 \end_layout
30533
30534 \begin_layout Standard
30535 Of course the word now protrudes over the side margin.
30536  To avoid this, add via the menu 
30537 \family sans
30538 Insert\SpecialChar \menuseparator
30539 Formatting\SpecialChar \menuseparator
30540 Ragged
30541 \begin_inset space ~
30542 \end_inset
30543
30544 Line
30545 \begin_inset space ~
30546 \end_inset
30547
30548 Break
30549 \family default
30550  (shortcut 
30551 \begin_inset Info
30552 type  "shortcut"
30553 arg   "newline-insert newline"
30554 \end_inset
30555
30556 ) a line break before the word:
30557 \end_layout
30558
30559 \begin_layout Standard
30560 This line is an example to show how you can prevent the hyphenation of 
30561 \begin_inset Newline newline
30562 \end_inset
30563
30564
30565 \begin_inset Box Frameless
30566 position "t"
30567 hor_pos "c"
30568 has_inner_box 1
30569 inner_pos "t"
30570 use_parbox 0
30571 use_makebox 1
30572 width "1in"
30573 special "width"
30574 height "1in"
30575 height_special "totalheight"
30576 status open
30577
30578 \begin_layout Plain Layout
30579 \begin_inset Quotes eld
30580 \end_inset
30581
30582 veryverylongword
30583 \begin_inset Quotes erd
30584 \end_inset
30585
30586
30587 \end_layout
30588
30589 \end_inset
30590
30591 .
30592 \end_layout
30593
30594 \begin_layout Subsection
30595 Vertical Alignment
30596 \begin_inset CommandInset label
30597 LatexCommand label
30598 name "sub:Vertical-Alignment"
30599
30600 \end_inset
30601
30602
30603 \begin_inset Index idx
30604 status collapsed
30605
30606 \begin_layout Plain Layout
30607 Boxes ! for Vertical Alignment
30608 \end_layout
30609
30610 \end_inset
30611
30612
30613 \begin_inset Index idx
30614 status collapsed
30615
30616 \begin_layout Plain Layout
30617 Boxes ! Raiseboxes
30618 \end_layout
30619
30620 \end_inset
30621
30622
30623 \end_layout
30624
30625 \begin_layout Standard
30626 With the help of the command 
30627 \series bold
30628
30629 \backslash
30630 raisebox
30631 \series default
30632  you can align words, characters or other boxes vertically relative to the
30633  surrounding text.
30634  
30635 \series bold
30636
30637 \backslash
30638 raisebox
30639 \series default
30640  is used with the following scheme:
30641 \end_layout
30642
30643 \begin_layout Standard
30644
30645 \series bold
30646
30647 \backslash
30648 raisebox{lift}[height][depth]{box content}
30649 \end_layout
30650
30651 \begin_layout Standard
30652 The lift can be a positive value to raise the box or a negative value to
30653  lower the box.
30654 \end_layout
30655
30656 \begin_layout Standard
30657 To align for example the word 
30658 \begin_inset Quotes eld
30659 \end_inset
30660
30661 preventing
30662 \begin_inset Quotes erd
30663 \end_inset
30664
30665  so that the bottom of the 
30666 \begin_inset Quotes eld
30667 \end_inset
30668
30669 deepest
30670 \begin_inset Quotes erd
30671 \end_inset
30672
30673  character 
30674 \begin_inset Quotes eld
30675 \end_inset
30676
30677 p
30678 \begin_inset Quotes erd
30679 \end_inset
30680
30681  is at the baseline, insert the command
30682 \end_layout
30683
30684 \begin_layout Standard
30685
30686 \series bold
30687
30688 \backslash
30689 raisebox{
30690 \backslash
30691 depth}{
30692 \end_layout
30693
30694 \begin_layout Standard
30695 in TeX-Code before the word.
30696  After the word insert a closing brace 
30697 \begin_inset Quotes eld
30698 \end_inset
30699
30700
30701 \series bold
30702 }
30703 \series default
30704
30705 \begin_inset Quotes erd
30706 \end_inset
30707
30708  in TeX-Code.
30709 \begin_inset Newline newline
30710 \end_inset
30711
30712 This is the result:
30713 \end_layout
30714
30715 \begin_layout Standard
30716 This is a text line with the word 
30717 \begin_inset ERT
30718 status collapsed
30719
30720 \begin_layout Plain Layout
30721
30722
30723 \backslash
30724 raisebox{
30725 \backslash
30726 depth}{
30727 \end_layout
30728
30729 \end_inset
30730
30731
30732 \begin_inset Quotes eld
30733 \end_inset
30734
30735 preventing
30736 \begin_inset Quotes erd
30737 \end_inset
30738
30739
30740 \begin_inset ERT
30741 status collapsed
30742
30743 \begin_layout Plain Layout
30744
30745 }
30746 \end_layout
30747
30748 \end_inset
30749
30750  as a raised word.
30751 \end_layout
30752
30753 \begin_layout Standard
30754 \begin_inset VSpace bigskip
30755 \end_inset
30756
30757 When you raise or lower characters in a line, the line distance will be
30758  spread:
30759 \end_layout
30760
30761 \begin_layout Standard
30762 This is a text line with the word 
30763 \begin_inset ERT
30764 status collapsed
30765
30766 \begin_layout Plain Layout
30767
30768
30769 \backslash
30770 raisebox{-
30771 \backslash
30772 depth}{
30773 \end_layout
30774
30775 \end_inset
30776
30777
30778 \begin_inset Quotes eld
30779 \end_inset
30780
30781 preventing
30782 \begin_inset Quotes erd
30783 \end_inset
30784
30785
30786 \begin_inset ERT
30787 status collapsed
30788
30789 \begin_layout Plain Layout
30790
30791 }
30792 \end_layout
30793
30794 \end_inset
30795
30796  as a lowered word.
30797 \begin_inset Newline newline
30798 \end_inset
30799
30800 This is a text line with the word 
30801 \begin_inset ERT
30802 status collapsed
30803
30804 \begin_layout Plain Layout
30805
30806
30807 \backslash
30808 raisebox{0.5cm}{
30809 \end_layout
30810
30811 \end_inset
30812
30813
30814 \begin_inset Quotes eld
30815 \end_inset
30816
30817 testing
30818 \begin_inset Quotes erd
30819 \end_inset
30820
30821
30822 \begin_inset ERT
30823 status collapsed
30824
30825 \begin_layout Plain Layout
30826
30827 }
30828 \end_layout
30829
30830 \end_inset
30831
30832  as a raised word.
30833 \end_layout
30834
30835 \begin_layout Standard
30836 If you want to prevent this for a certain reason, set the box height to
30837  a zero value.
30838  For example use
30839 \end_layout
30840
30841 \begin_layout Standard
30842
30843 \series bold
30844
30845 \backslash
30846 raisebox{-
30847 \backslash
30848 depth}[0pt]{
30849 \end_layout
30850
30851 \begin_layout Standard
30852 This is a text line with the word 
30853 \begin_inset ERT
30854 status collapsed
30855
30856 \begin_layout Plain Layout
30857
30858
30859 \backslash
30860 raisebox{-
30861 \backslash
30862 depth}[0pt]{
30863 \end_layout
30864
30865 \end_inset
30866
30867
30868 \begin_inset Quotes eld
30869 \end_inset
30870
30871 preventing
30872 \begin_inset Quotes erd
30873 \end_inset
30874
30875
30876 \begin_inset ERT
30877 status collapsed
30878
30879 \begin_layout Plain Layout
30880
30881 }
30882 \end_layout
30883
30884 \end_inset
30885
30886  as a lowered word.
30887 \begin_inset Newline newline
30888 \end_inset
30889
30890 This is a text line with the word 
30891 \begin_inset ERT
30892 status collapsed
30893
30894 \begin_layout Plain Layout
30895
30896
30897 \backslash
30898 raisebox{0.5cm}[0pt]{
30899 \end_layout
30900
30901 \end_inset
30902
30903
30904 \begin_inset Quotes eld
30905 \end_inset
30906
30907 testing
30908 \begin_inset Quotes erd
30909 \end_inset
30910
30911
30912 \begin_inset ERT
30913 status collapsed
30914
30915 \begin_layout Plain Layout
30916
30917 }
30918 \end_layout
30919
30920 \end_inset
30921
30922  as a raised word.
30923 \end_layout
30924
30925 \begin_layout Section
30926 Colored Boxes
30927 \begin_inset CommandInset label
30928 LatexCommand label
30929 name "sec:Colored-Boxes"
30930
30931 \end_inset
30932
30933
30934 \begin_inset Index idx
30935 status collapsed
30936
30937 \begin_layout Plain Layout
30938 Boxes ! Color
30939 \end_layout
30940
30941 \end_inset
30942
30943
30944 \end_layout
30945
30946 \begin_layout Subsection
30947 Color for Text
30948 \begin_inset Index idx
30949 status collapsed
30950
30951 \begin_layout Plain Layout
30952 Color ! for Text
30953 \end_layout
30954
30955 \end_inset
30956
30957
30958 \end_layout
30959
30960 \begin_layout Standard
30961 To color the background of text the text must be put into a so called 
30962 \begin_inset Quotes eld
30963 \end_inset
30964
30965 colorbox
30966 \begin_inset Quotes erd
30967 \end_inset
30968
30969 .
30970  This requires that the LaTeX-package 
30971 \series bold
30972 color
30973 \series default
30974
30975 \begin_inset Index idx
30976 status collapsed
30977
30978 \begin_layout Plain Layout
30979 LaTeX-packages ! color
30980 \end_layout
30981
30982 \end_inset
30983
30984  is loaded in the document preamble with the command
30985 \end_layout
30986
30987 \begin_layout Standard
30988
30989 \series bold
30990
30991 \backslash
30992 @ifundefined{textcolor}
30993 \begin_inset Newline newline
30994 \end_inset
30995
30996
30997 \begin_inset Phantom HPhantom
30998 status open
30999
31000 \begin_layout Plain Layout
31001
31002 \series bold
31003 \begin_inset space ~
31004 \end_inset
31005
31006
31007 \end_layout
31008
31009 \end_inset
31010
31011 {
31012 \backslash
31013 usepackage{color}}{}
31014 \end_layout
31015
31016 \begin_layout Standard
31017 The package 
31018 \series bold
31019 color
31020 \series default
31021  will be loaded automatically by LyX when you color text.
31022 \begin_inset Foot
31023 status collapsed
31024
31025 \begin_layout Plain Layout
31026 To avoid it being loaded twice the command 
31027 \series bold
31028
31029 \backslash
31030 @ifundefined
31031 \series default
31032  is used.
31033 \end_layout
31034
31035 \end_inset
31036
31037
31038 \end_layout
31039
31040 \begin_layout Standard
31041 \begin_inset VSpace medskip
31042 \end_inset
31043
31044 Colorboxes are created with the command 
31045 \series bold
31046
31047 \backslash
31048 colorbox
31049 \series default
31050 .
31051  This will be used with the following scheme:
31052 \end_layout
31053
31054 \begin_layout Standard
31055
31056 \series bold
31057
31058 \backslash
31059 colorbox{color}{box content}
31060 \end_layout
31061
31062 \begin_layout Standard
31063 The box content can also be a box and colorboxes can also be within other
31064  boxes.
31065 \end_layout
31066
31067 \begin_layout Standard
31068 The following colors are predefined:
31069 \begin_inset Newline newline
31070 \end_inset
31071
31072
31073 \family sans
31074 black
31075 \family default
31076
31077 \family sans
31078 blue
31079 \family default
31080
31081 \family sans
31082 cyan
31083 \family default
31084 \series bold
31085 ,
31086 \series default
31087  
31088 \family sans
31089 green
31090 \family default
31091
31092 \family sans
31093 magenta
31094 \family default
31095
31096 \family sans
31097 red
31098 \family default
31099
31100 \family sans
31101 white
31102 \family default
31103 , and 
31104 \family sans
31105 yellow
31106 \family default
31107 .
31108 \begin_inset Newline newline
31109 \end_inset
31110
31111 You can also define your own color as described in section
31112 \begin_inset space ~
31113 \end_inset
31114
31115
31116 \begin_inset CommandInset ref
31117 LatexCommand ref
31118 reference "sec:Colored-Tables"
31119
31120 \end_inset
31121
31122 .
31123 \end_layout
31124
31125 \begin_layout Standard
31126 To have e.
31127 \begin_inset space \thinspace{}
31128 \end_inset
31129
31130 g.
31131 \begin_inset space \space{}
31132 \end_inset
31133
31134 a red background for a word, insert the command
31135 \end_layout
31136
31137 \begin_layout Standard
31138
31139 \series bold
31140
31141 \backslash
31142 colorbox{red}{
31143 \end_layout
31144
31145 \begin_layout Standard
31146 before the word in TeX-Code.
31147  After the word insert a closing brace 
31148 \begin_inset Quotes eld
31149 \end_inset
31150
31151
31152 \series bold
31153 }
31154 \series default
31155
31156 \begin_inset Quotes erd
31157 \end_inset
31158
31159  in TeX-Code.
31160 \begin_inset Newline newline
31161 \end_inset
31162
31163 This is the result:
31164 \end_layout
31165
31166 \begin_layout Standard
31167 This is a line where the word 
31168 \begin_inset ERT
31169 status collapsed
31170
31171 \begin_layout Plain Layout
31172
31173
31174 \backslash
31175 colorbox{red}{
31176 \end_layout
31177
31178 \end_inset
31179
31180
31181 \begin_inset Quotes eld
31182 \end_inset
31183
31184 Attention!
31185 \begin_inset Quotes erd
31186 \end_inset
31187
31188
31189 \begin_inset ERT
31190 status collapsed
31191
31192 \begin_layout Plain Layout
31193
31194 }
31195 \end_layout
31196
31197 \end_inset
31198
31199  has a red background.
31200 \end_layout
31201
31202 \begin_layout Standard
31203 \begin_inset VSpace bigskip
31204 \end_inset
31205
31206 If you would like the box frame in a different color, you can use the command
31207  
31208 \series bold
31209
31210 \backslash
31211 fcolorbox
31212 \series default
31213  with the following scheme:
31214 \end_layout
31215
31216 \begin_layout Standard
31217
31218 \series bold
31219
31220 \backslash
31221 fcolorbox{frame color}{box color}{box content}
31222 \end_layout
31223
31224 \begin_layout Standard
31225
31226 \series bold
31227
31228 \backslash
31229 fcolorbox
31230 \series default
31231  is an extension to 
31232 \series bold
31233
31234 \backslash
31235 colorbox
31236 \series default
31237 .
31238  The frame thickness and the space between the frame and the box content
31239  can be adjusted with the lengths 
31240 \series bold
31241
31242 \backslash
31243 fboxrule
31244 \series default
31245  and 
31246 \series bold
31247
31248 \backslash
31249 fboxsep
31250 \series default
31251 , respectively, as described in section
31252 \begin_inset space ~
31253 \end_inset
31254
31255
31256 \begin_inset CommandInset ref
31257 LatexCommand ref
31258 reference "sec:Decoration"
31259
31260 \end_inset
31261
31262 .
31263 \end_layout
31264
31265 \begin_layout Standard
31266 For the following example the command
31267 \end_layout
31268
31269 \begin_layout Standard
31270
31271 \series bold
31272
31273 \backslash
31274 fcolorbox{cyan}{magenta}{
31275 \end_layout
31276
31277 \begin_layout Standard
31278 was used.
31279 \end_layout
31280
31281 \begin_layout Standard
31282 Here is an example where the frame line thickness was set to 1
31283 \begin_inset space \thinspace{}
31284 \end_inset
31285
31286 mm:
31287 \begin_inset Newline newline
31288 \end_inset
31289
31290
31291 \begin_inset ERT
31292 status collapsed
31293
31294 \begin_layout Plain Layout
31295
31296
31297 \backslash
31298 fboxrule 1mm 
31299 \backslash
31300 fboxsep 1mm
31301 \end_layout
31302
31303 \end_inset
31304
31305
31306 \begin_inset ERT
31307 status collapsed
31308
31309 \begin_layout Plain Layout
31310
31311
31312 \backslash
31313 fcolorbox{cyan}{magenta}{
31314 \end_layout
31315
31316 \end_inset
31317
31318 This is text within a colored, framed box.
31319 \begin_inset ERT
31320 status collapsed
31321
31322 \begin_layout Plain Layout
31323
31324 }
31325 \end_layout
31326
31327 \end_inset
31328
31329
31330 \end_layout
31331
31332 \begin_layout Standard
31333 \begin_inset VSpace bigskip
31334 \end_inset
31335
31336 Of course you can also have colored text inside a colorbox:
31337 \begin_inset Newline newline
31338 \end_inset
31339
31340
31341 \begin_inset ERT
31342 status collapsed
31343
31344 \begin_layout Plain Layout
31345
31346
31347 \backslash
31348 fcolorbox{cyan}{magenta}{
31349 \end_layout
31350
31351 \end_inset
31352
31353
31354 \color yellow
31355 This is colored text within a colored, framed box.
31356 \color none
31357
31358 \begin_inset ERT
31359 status collapsed
31360
31361 \begin_layout Plain Layout
31362
31363 }
31364 \end_layout
31365
31366 \end_inset
31367
31368
31369 \begin_inset ERT
31370 status collapsed
31371
31372 \begin_layout Plain Layout
31373
31374
31375 \backslash
31376 fboxrule 0.4pt 
31377 \backslash
31378 fboxsep 3pt
31379 \end_layout
31380
31381 \end_inset
31382
31383
31384 \end_layout
31385
31386 \begin_layout Standard
31387 \begin_inset VSpace medskip
31388 \end_inset
31389
31390
31391 \end_layout
31392
31393 \begin_layout Standard
31394 \begin_inset Note Greyedout
31395 status open
31396
31397 \begin_layout Plain Layout
31398
31399 \series bold
31400 Note:
31401 \series default
31402  Text in colorboxes cannot have line breaks.
31403  To color multiple text lines or paragraphs, use a box inside a colorbox
31404  as described in the following.
31405 \end_layout
31406
31407 \end_inset
31408
31409
31410 \end_layout
31411
31412 \begin_layout Subsection
31413 Color for Paragraphs
31414 \begin_inset CommandInset label
31415 LatexCommand label
31416 name "sub:Color-for-Paragraphs"
31417
31418 \end_inset
31419
31420
31421 \begin_inset Index idx
31422 status collapsed
31423
31424 \begin_layout Plain Layout
31425 Color ! for Paragraphs
31426 \end_layout
31427
31428 \end_inset
31429
31430
31431 \end_layout
31432
31433 \begin_layout Standard
31434 To set the background color for more than one text line, put the text into
31435  a minipage.
31436  Before the minipage insert the 
31437 \series bold
31438
31439 \backslash
31440 colorbox
31441 \series default
31442  command
31443 \end_layout
31444
31445 \begin_layout Standard
31446
31447 \series bold
31448
31449 \backslash
31450 colorbox{color}{
31451 \end_layout
31452
31453 \begin_layout Standard
31454 in TeX-Code.
31455  After the minipage insert a closing brace 
31456 \begin_inset Quotes eld
31457 \end_inset
31458
31459
31460 \series bold
31461 }
31462 \series default
31463
31464 \begin_inset Quotes erd
31465 \end_inset
31466
31467  in TeX-Code.
31468 \end_layout
31469
31470 \begin_layout Standard
31471 \begin_inset ERT
31472 status collapsed
31473
31474 \begin_layout Plain Layout
31475
31476
31477 \backslash
31478 colorbox{lightgrey}{
31479 \end_layout
31480
31481 \end_inset
31482
31483
31484 \begin_inset Box Frameless
31485 position "t"
31486 hor_pos "c"
31487 has_inner_box 1
31488 inner_pos "t"
31489 use_parbox 0
31490 use_makebox 0
31491 width "100col%"
31492 special "none"
31493 height "1in"
31494 height_special "totalheight"
31495 status collapsed
31496
31497 \begin_layout Plain Layout
31498 This is text with background color.
31499  This is text with background color.
31500 \end_layout
31501
31502 \begin_layout Plain Layout
31503 \begin_inset VSpace defskip
31504 \end_inset
31505
31506 The text can have footnotes
31507 \begin_inset Foot
31508 status collapsed
31509
31510 \begin_layout Plain Layout
31511 Another example footnote
31512 \end_layout
31513
31514 \end_inset
31515
31516  and can include tables and figures.
31517 \end_layout
31518
31519 \begin_layout Plain Layout
31520 \align center
31521 \begin_inset Tabular
31522 <lyxtabular version="3" rows="3" columns="3">
31523 <features tabularvalignment="middle">
31524 <column alignment="center" valignment="top" width="0">
31525 <column alignment="center" valignment="top" width="0">
31526 <column alignment="center" valignment="top" width="0">
31527 <row>
31528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31529 \begin_inset Text
31530
31531 \begin_layout Plain Layout
31532 a
31533 \end_layout
31534
31535 \end_inset
31536 </cell>
31537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31538 \begin_inset Text
31539
31540 \begin_layout Plain Layout
31541 !
31542 \end_layout
31543
31544 \end_inset
31545 </cell>
31546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31547 \begin_inset Text
31548
31549 \begin_layout Plain Layout
31550 3
31551 \end_layout
31552
31553 \end_inset
31554 </cell>
31555 </row>
31556 <row>
31557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31558 \begin_inset Text
31559
31560 \begin_layout Plain Layout
31561 <
31562 \end_layout
31563
31564 \end_inset
31565 </cell>
31566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31567 \begin_inset Text
31568
31569 \begin_layout Plain Layout
31570 b2
31571 \begin_inset Quotes erd
31572 \end_inset
31573
31574 |
31575 \end_layout
31576
31577 \end_inset
31578 </cell>
31579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31580 \begin_inset Text
31581
31582 \begin_layout Plain Layout
31583 >
31584 \end_layout
31585
31586 \end_inset
31587 </cell>
31588 </row>
31589 <row>
31590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31591 \begin_inset Text
31592
31593 \begin_layout Plain Layout
31594 1
31595 \end_layout
31596
31597 \end_inset
31598 </cell>
31599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31600 \begin_inset Text
31601
31602 \begin_layout Plain Layout
31603 §
31604 \end_layout
31605
31606 \end_inset
31607 </cell>
31608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31609 \begin_inset Text
31610
31611 \begin_layout Plain Layout
31612 c
31613 \end_layout
31614
31615 \end_inset
31616 </cell>
31617 </row>
31618 </lyxtabular>
31619
31620 \end_inset
31621
31622
31623 \end_layout
31624
31625 \end_inset
31626
31627
31628 \begin_inset ERT
31629 status collapsed
31630
31631 \begin_layout Plain Layout
31632
31633 }
31634 \end_layout
31635
31636 \end_inset
31637
31638
31639 \end_layout
31640
31641 \begin_layout Section
31642 Rotated and Scaled Boxes
31643 \end_layout
31644
31645 \begin_layout Standard
31646 To use the commands described in this section, the LaTeX-package 
31647 \series bold
31648 graphicx
31649 \series default
31650
31651 \begin_inset Index idx
31652 status collapsed
31653
31654 \begin_layout Plain Layout
31655 LaTeX-packages ! graphicx
31656 \end_layout
31657
31658 \end_inset
31659
31660  needs to be loaded in the document preamble with the command
31661 \end_layout
31662
31663 \begin_layout Standard
31664
31665 \series bold
31666
31667 \backslash
31668 @ifundefined{rotatebox}
31669 \begin_inset Newline newline
31670 \end_inset
31671
31672
31673 \begin_inset Phantom HPhantom
31674 status open
31675
31676 \begin_layout Plain Layout
31677
31678 \series bold
31679 \begin_inset space ~
31680 \end_inset
31681
31682
31683 \end_layout
31684
31685 \end_inset
31686
31687 {
31688 \backslash
31689 usepackage{graphicx}}{}
31690 \end_layout
31691
31692 \begin_layout Standard
31693 \begin_inset Note Greyedout
31694 status open
31695
31696 \begin_layout Plain Layout
31697
31698 \series bold
31699 Note:
31700 \series default
31701  Some DVI-viewers can't display rotated or scaled material.
31702 \end_layout
31703
31704 \end_inset
31705
31706
31707 \end_layout
31708
31709 \begin_layout Standard
31710 \begin_inset Note Greyedout
31711 status open
31712
31713 \begin_layout Plain Layout
31714
31715 \series bold
31716 Note:
31717 \series default
31718  Floats mustn't be inside a rotated or scaled box.
31719 \end_layout
31720
31721 \end_inset
31722
31723
31724 \end_layout
31725
31726 \begin_layout Subsection
31727 Rotated Boxes
31728 \begin_inset Index idx
31729 status collapsed
31730
31731 \begin_layout Plain Layout
31732 Boxes ! rotated
31733 \end_layout
31734
31735 \end_inset
31736
31737
31738 \begin_inset Index idx
31739 status collapsed
31740
31741 \begin_layout Plain Layout
31742 Rotated material
31743 \end_layout
31744
31745 \end_inset
31746
31747
31748 \begin_inset Index idx
31749 status collapsed
31750
31751 \begin_layout Plain Layout
31752 Figures ! rotated
31753 \end_layout
31754
31755 \end_inset
31756
31757
31758 \begin_inset Index idx
31759 status collapsed
31760
31761 \begin_layout Plain Layout
31762 Table Customization ! Rotating
31763 \end_layout
31764
31765 \end_inset
31766
31767
31768 \end_layout
31769
31770 \begin_layout Standard
31771 To rotate material, you can put it into a rotated box.
31772  Such a box is created using the command 
31773 \series bold
31774
31775 \backslash
31776 rotatebox
31777 \series default
31778  in TeX-Code with the following scheme:
31779 \end_layout
31780
31781 \begin_layout Standard
31782
31783 \series bold
31784
31785 \backslash
31786 rotatebox[rotation origin]{rotation angle}{box content}
31787 \end_layout
31788
31789 \begin_layout Standard
31790 The rotation origin is specified in the form 
31791 \series bold
31792 origin=position
31793 \series default
31794 .
31795  The following positions are possible: 
31796 \emph on
31797 c
31798 \emph default
31799  (center), 
31800 \emph on
31801 l
31802 \emph default
31803  (left), 
31804 \emph on
31805 r
31806 \emph default
31807  (right), 
31808 \emph on
31809 b
31810 \emph default
31811  (bottom), 
31812 \emph on
31813 t
31814 \emph default
31815  (top), along with meaningful combinations of the four base positions.
31816  For example 
31817 \emph on
31818 lt
31819 \emph default
31820  means that the rotation origin is at the top left corner of the box.
31821  When no rotation origin is specified, the position 
31822 \emph on
31823 l
31824 \emph default
31825  will be used.
31826  The rotation angle is a number that can be negative that specifies the
31827  angle in degrees.
31828  The rotation direction is counterclockwise.
31829 \end_layout
31830
31831 \begin_layout Standard
31832 In the following example the command 
31833 \series bold
31834
31835 \backslash
31836 rotatebox[origin=c]{60}{
31837 \series default
31838  was inserted as TeX-Code before the text 
31839 \begin_inset Quotes eld
31840 \end_inset
31841
31842 with rotated
31843 \begin_inset Quotes erd
31844 \end_inset
31845
31846 ; after the text the box was closed by a closing brace 
31847 \series bold
31848 }
31849 \series default
31850  in TeX-Code.
31851 \end_layout
31852
31853 \begin_layout Standard
31854 This is a line 
31855 \begin_inset ERT
31856 status collapsed
31857
31858 \begin_layout Plain Layout
31859
31860
31861 \backslash
31862 rotatebox[origin=c]{60}{
31863 \end_layout
31864
31865 \end_inset
31866
31867 with rotated
31868 \begin_inset ERT
31869 status collapsed
31870
31871 \begin_layout Plain Layout
31872
31873 }
31874 \end_layout
31875
31876 \end_inset
31877
31878  text.
31879 \end_layout
31880
31881 \begin_layout Standard
31882 The box content can also be another box or an inline formula:
31883 \end_layout
31884
31885 \begin_layout Standard
31886 This is a line
31887 \begin_inset ERT
31888 status collapsed
31889
31890 \begin_layout Plain Layout
31891
31892
31893 \backslash
31894 rotatebox[origin=r]{-60}{
31895 \end_layout
31896
31897 \end_inset
31898
31899
31900 \begin_inset Box Doublebox
31901 position "c"
31902 hor_pos "c"
31903 has_inner_box 0
31904 inner_pos "c"
31905 use_parbox 0
31906 use_makebox 0
31907 width "1in"
31908 special "width"
31909 height "1in"
31910 height_special "totalheight"
31911 status collapsed
31912
31913 \begin_layout Plain Layout
31914 with rotated
31915 \end_layout
31916
31917 \end_inset
31918
31919
31920 \begin_inset ERT
31921 status collapsed
31922
31923 \begin_layout Plain Layout
31924
31925 }
31926 \end_layout
31927
31928 \end_inset
31929
31930  framed text 
31931 \begin_inset ERT
31932 status collapsed
31933
31934 \begin_layout Plain Layout
31935
31936
31937 \backslash
31938 rotatebox[origin=lb]{60}{
31939 \end_layout
31940
31941 \end_inset
31942
31943
31944 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31945 \end_inset
31946
31947
31948 \begin_inset ERT
31949 status collapsed
31950
31951 \begin_layout Plain Layout
31952
31953 }
31954 \end_layout
31955
31956 \end_inset
31957
31958  and a formula.
31959 \end_layout
31960
31961 \begin_layout Standard
31962 or an image or table:
31963 \end_layout
31964
31965 \begin_layout Standard
31966 This is a line
31967 \begin_inset ERT
31968 status collapsed
31969
31970 \begin_layout Plain Layout
31971
31972
31973 \backslash
31974 rotatebox[origin=lb]{90}{
31975 \end_layout
31976
31977 \end_inset
31978
31979
31980 \begin_inset Graphics
31981         filename clipart/platypus.eps
31982         lyxscale 50
31983         width 25col%
31984
31985 \end_inset
31986
31987
31988 \begin_inset ERT
31989 status collapsed
31990
31991 \begin_layout Plain Layout
31992
31993 }
31994 \end_layout
31995
31996 \end_inset
31997
31998  with a rotated image 
31999 \begin_inset ERT
32000 status collapsed
32001
32002 \begin_layout Plain Layout
32003
32004
32005 \backslash
32006 rotatebox[origin=l]{-90}{
32007 \end_layout
32008
32009 \end_inset
32010
32011
32012 \begin_inset Tabular
32013 <lyxtabular version="3" rows="2" columns="2">
32014 <features tabularvalignment="middle">
32015 <column alignment="center" valignment="top" width="0">
32016 <column alignment="center" valignment="top" width="0">
32017 <row>
32018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32019 \begin_inset Text
32020
32021 \begin_layout Plain Layout
32022 q
32023 \end_layout
32024
32025 \end_inset
32026 </cell>
32027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32028 \begin_inset Text
32029
32030 \begin_layout Plain Layout
32031 w
32032 \end_layout
32033
32034 \end_inset
32035 </cell>
32036 </row>
32037 <row>
32038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32039 \begin_inset Text
32040
32041 \begin_layout Plain Layout
32042 e
32043 \end_layout
32044
32045 \end_inset
32046 </cell>
32047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32048 \begin_inset Text
32049
32050 \begin_layout Plain Layout
32051 r
32052 \end_layout
32053
32054 \end_inset
32055 </cell>
32056 </row>
32057 </lyxtabular>
32058
32059 \end_inset
32060
32061
32062 \begin_inset ERT
32063 status collapsed
32064
32065 \begin_layout Plain Layout
32066
32067 }
32068 \end_layout
32069
32070 \end_inset
32071
32072  and table.
32073 \end_layout
32074
32075 \begin_layout Subsection
32076 Scaled Boxes
32077 \begin_inset Index idx
32078 status collapsed
32079
32080 \begin_layout Plain Layout
32081 Boxes ! scaled
32082 \end_layout
32083
32084 \end_inset
32085
32086
32087 \begin_inset Index idx
32088 status collapsed
32089
32090 \begin_layout Plain Layout
32091 Scaled material
32092 \end_layout
32093
32094 \end_inset
32095
32096
32097 \begin_inset Index idx
32098 status collapsed
32099
32100 \begin_layout Plain Layout
32101 Figures ! scaled
32102 \end_layout
32103
32104 \end_inset
32105
32106
32107 \begin_inset Index idx
32108 status collapsed
32109
32110 \begin_layout Plain Layout
32111 Table Customization ! Scaling
32112 \end_layout
32113
32114 \end_inset
32115
32116
32117 \end_layout
32118
32119 \begin_layout Standard
32120 To scale material the commands 
32121 \series bold
32122
32123 \backslash
32124 scalebox
32125 \series default
32126  and 
32127 \series bold
32128
32129 \backslash
32130 resizebox
32131 \series default
32132  can be used as TeX-Code.
32133 \end_layout
32134
32135 \begin_layout Standard
32136
32137 \series bold
32138
32139 \backslash
32140 scalebox
32141 \series default
32142  is used with the following scheme:
32143 \end_layout
32144
32145 \begin_layout Standard
32146
32147 \series bold
32148
32149 \backslash
32150 scalebox{horizontal}[vertical]{box content}
32151 \end_layout
32152
32153 \begin_layout Standard
32154 Horizontal and vertical are the corresponding scaling factors.
32155  If no vertical scaling factor is given, the horizontal factor will also
32156  be used as the vertical one.
32157 \end_layout
32158
32159 \begin_layout Standard
32160 The command 
32161 \series bold
32162
32163 \backslash
32164 scalebox{2}{Hello}
32165 \series default
32166  creates for example a double size 
32167 \begin_inset ERT
32168 status collapsed
32169
32170 \begin_layout Plain Layout
32171
32172
32173 \backslash
32174 scalebox{2}{
32175 \end_layout
32176
32177 \end_inset
32178
32179 Hello
32180 \begin_inset ERT
32181 status collapsed
32182
32183 \begin_layout Plain Layout
32184
32185 }
32186 \end_layout
32187
32188 \end_inset
32189
32190 , compared with the document text size.
32191 \end_layout
32192
32193 \begin_layout Standard
32194
32195 \series bold
32196
32197 \backslash
32198 scalebox{2}[1]{Hello}
32199 \series default
32200  on the other hand distorts the 
32201 \begin_inset ERT
32202 status collapsed
32203
32204 \begin_layout Plain Layout
32205
32206
32207 \backslash
32208 scalebox{2}[1]{
32209 \end_layout
32210
32211 \end_inset
32212
32213 Hello
32214 \begin_inset ERT
32215 status collapsed
32216
32217 \begin_layout Plain Layout
32218
32219 }
32220 \end_layout
32221
32222 \end_inset
32223
32224 .
32225 \end_layout
32226
32227 \begin_layout Standard
32228 If the scaling factor is negative, the box content will be mirrored.
32229  Therefore the command 
32230 \series bold
32231
32232 \backslash
32233 scalebox{-1}[1]{Hello}
32234 \series default
32235  can be used to create mirror writing: 
32236 \begin_inset ERT
32237 status collapsed
32238
32239 \begin_layout Plain Layout
32240
32241
32242 \backslash
32243 scalebox{-1}[1]{
32244 \end_layout
32245
32246 \end_inset
32247
32248 Hello
32249 \begin_inset ERT
32250 status collapsed
32251
32252 \begin_layout Plain Layout
32253
32254 }
32255 \end_layout
32256
32257 \end_inset
32258
32259
32260 \end_layout
32261
32262 \begin_layout Standard
32263
32264 \series bold
32265
32266 \backslash
32267 scalebox{1}[-1]{Hello}
32268 \series default
32269  reflects the 
32270 \begin_inset ERT
32271 status collapsed
32272
32273 \begin_layout Plain Layout
32274
32275
32276 \backslash
32277 scalebox{1}[-1]{
32278 \end_layout
32279
32280 \end_inset
32281
32282 Hello
32283 \begin_inset ERT
32284 status collapsed
32285
32286 \begin_layout Plain Layout
32287
32288 }
32289 \end_layout
32290
32291 \end_inset
32292
32293  at the base line.
32294 \end_layout
32295
32296 \begin_layout Standard
32297 Equivalent to 
32298 \series bold
32299
32300 \backslash
32301 scalebox{-1}[1]{box content}
32302 \series default
32303  there exists the command
32304 \begin_inset Newline newline
32305 \end_inset
32306
32307
32308 \series bold
32309
32310 \backslash
32311 reflectbox{box content}
32312 \series default
32313 .
32314 \end_layout
32315
32316 \begin_layout Standard
32317 \begin_inset VSpace bigskip
32318 \end_inset
32319
32320 The command 
32321 \series bold
32322
32323 \backslash
32324 resizebox
32325 \series default
32326  is used to scale the box to a defined width and height.
32327  The command scheme is:
32328 \end_layout
32329
32330 \begin_layout Standard
32331
32332 \series bold
32333
32334 \backslash
32335 resizebox{width}{height}{box content}
32336 \end_layout
32337
32338 \begin_layout Standard
32339 If one of the two command arguments given is an exclamation mark 
32340 \series bold
32341 !
32342 \series default
32343 , the size is set so that the aspect ratio of the box content is kept.
32344 \end_layout
32345
32346 \begin_layout Standard
32347 The command 
32348 \series bold
32349
32350 \backslash
32351 resizebox{2cm}{1cm}{Hello}
32352 \series default
32353  produces: 
32354 \begin_inset ERT
32355 status collapsed
32356
32357 \begin_layout Plain Layout
32358
32359
32360 \backslash
32361 resizebox{2cm}{1cm}{
32362 \end_layout
32363
32364 \end_inset
32365
32366 Hello
32367 \begin_inset ERT
32368 status collapsed
32369
32370 \begin_layout Plain Layout
32371
32372 }
32373 \end_layout
32374
32375 \end_inset
32376
32377
32378 \begin_inset Newline newline
32379 \end_inset
32380
32381 The command 
32382 \series bold
32383
32384 \backslash
32385 resizebox{2cm}{!}{Hello}
32386 \series default
32387  produces: 
32388 \begin_inset ERT
32389 status collapsed
32390
32391 \begin_layout Plain Layout
32392
32393
32394 \backslash
32395 resizebox{2cm}{!}{
32396 \end_layout
32397
32398 \end_inset
32399
32400 Hello
32401 \begin_inset ERT
32402 status collapsed
32403
32404 \begin_layout Plain Layout
32405
32406 }
32407 \end_layout
32408
32409 \end_inset
32410
32411
32412 \end_layout
32413
32414 \begin_layout Standard
32415 \begin_inset VSpace bigskip
32416 \end_inset
32417
32418
32419 \begin_inset Note Greyedout
32420 status open
32421
32422 \begin_layout Plain Layout
32423
32424 \series bold
32425 Note:
32426 \series default
32427  When arguments of 
32428 \series bold
32429
32430 \backslash
32431 scalebox
32432 \series default
32433  or 
32434 \series bold
32435
32436 \backslash
32437 resizebox
32438 \series default
32439  are set to zero, no LaTeX-errors occur when exporting the document but
32440  the exported files can not or only partly be displayed.
32441 \end_layout
32442
32443 \end_inset
32444
32445
32446 \end_layout
32447
32448 \begin_layout Standard
32449 \begin_inset VSpace bigskip
32450 \end_inset
32451
32452
32453 \end_layout
32454
32455 \begin_layout Standard
32456 The boxes can be combined in any order.
32457  E.
32458 \begin_inset space \thinspace{}
32459 \end_inset
32460
32461 g.
32462 \begin_inset space \space{}
32463 \end_inset
32464
32465 the command
32466 \begin_inset Newline newline
32467 \end_inset
32468
32469
32470 \series bold
32471
32472 \backslash
32473 rotatebox[origin=c]{-45}{
32474 \backslash
32475 resizebox{2cm}{!}{
32476 \backslash
32477 reflectbox{Hello}}}
32478 \begin_inset Newline newline
32479 \end_inset
32480
32481
32482 \series default
32483 produces:
32484 \end_layout
32485
32486 \begin_layout Standard
32487 \align center
32488 \begin_inset ERT
32489 status collapsed
32490
32491 \begin_layout Plain Layout
32492
32493
32494 \backslash
32495 rotatebox[origin=c]{-45}{
32496 \backslash
32497 resizebox{2cm}{!}{
32498 \backslash
32499 reflectbox{
32500 \end_layout
32501
32502 \end_inset
32503
32504 Hello
32505 \begin_inset ERT
32506 status collapsed
32507
32508 \begin_layout Plain Layout
32509
32510 }}}
32511 \end_layout
32512
32513 \end_inset
32514
32515
32516 \end_layout
32517
32518 \begin_layout Standard
32519 \noindent
32520 Images, tables, and inline formulas are allowed as box content:
32521 \end_layout
32522
32523 \begin_layout Standard
32524 \align center
32525 \begin_inset ERT
32526 status collapsed
32527
32528 \begin_layout Plain Layout
32529
32530
32531 \backslash
32532 rotatebox[origin=c]{-30}{
32533 \backslash
32534 resizebox{2cm}{!}{
32535 \backslash
32536 reflectbox{
32537 \end_layout
32538
32539 \end_inset
32540
32541
32542 \begin_inset Graphics
32543         filename clipart/platypus.eps
32544         lyxscale 50
32545         width 25col%
32546
32547 \end_inset
32548
32549
32550 \begin_inset ERT
32551 status collapsed
32552
32553 \begin_layout Plain Layout
32554
32555 }}}
32556 \end_layout
32557
32558 \end_inset
32559
32560
32561 \begin_inset ERT
32562 status collapsed
32563
32564 \begin_layout Plain Layout
32565
32566
32567 \backslash
32568 rotatebox[origin=c]{-45}{
32569 \backslash
32570 resizebox{2cm}{!}{
32571 \backslash
32572 reflectbox{
32573 \end_layout
32574
32575 \end_inset
32576
32577
32578 \begin_inset Tabular
32579 <lyxtabular version="3" rows="2" columns="2">
32580 <features tabularvalignment="middle">
32581 <column alignment="center" valignment="top" width="0">
32582 <column alignment="center" valignment="top" width="0">
32583 <row>
32584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32585 \begin_inset Text
32586
32587 \begin_layout Plain Layout
32588 q
32589 \end_layout
32590
32591 \end_inset
32592 </cell>
32593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32594 \begin_inset Text
32595
32596 \begin_layout Plain Layout
32597 w
32598 \end_layout
32599
32600 \end_inset
32601 </cell>
32602 </row>
32603 <row>
32604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32605 \begin_inset Text
32606
32607 \begin_layout Plain Layout
32608 e
32609 \end_layout
32610
32611 \end_inset
32612 </cell>
32613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32614 \begin_inset Text
32615
32616 \begin_layout Plain Layout
32617 r
32618 \end_layout
32619
32620 \end_inset
32621 </cell>
32622 </row>
32623 </lyxtabular>
32624
32625 \end_inset
32626
32627
32628 \begin_inset ERT
32629 status collapsed
32630
32631 \begin_layout Plain Layout
32632
32633 }}}
32634 \end_layout
32635
32636 \end_inset
32637
32638
32639 \begin_inset ERT
32640 status collapsed
32641
32642 \begin_layout Plain Layout
32643
32644
32645 \backslash
32646 rotatebox[origin=c]{-45}{
32647 \backslash
32648 resizebox{2cm}{!}{
32649 \backslash
32650 reflectbox{
32651 \end_layout
32652
32653 \end_inset
32654
32655
32656 \begin_inset Formula $\int A\,\mathrm{d}x=B$
32657 \end_inset
32658
32659
32660 \begin_inset ERT
32661 status collapsed
32662
32663 \begin_layout Plain Layout
32664
32665 }}}
32666 \end_layout
32667
32668 \end_inset
32669
32670
32671 \end_layout
32672
32673 \begin_layout Standard
32674 When the global formula style 
32675 \series bold
32676 fleqn
32677 \series default
32678  is used in the document
32679 \begin_inset Foot
32680 status collapsed
32681
32682 \begin_layout Plain Layout
32683 When 
32684 \begin_inset Quotes eld
32685 \end_inset
32686
32687 fleqn
32688 \begin_inset Quotes erd
32689 \end_inset
32690
32691  is added to the document class options.
32692 \end_layout
32693
32694 \end_inset
32695
32696 , display style formulas can also be scaled.
32697 \end_layout
32698
32699 \begin_layout Chapter
32700 Objects Surrounded by Text
32701 \begin_inset Index idx
32702 status collapsed
32703
32704 \begin_layout Plain Layout
32705 Surrounded by text
32706 \end_layout
32707
32708 \end_inset
32709
32710
32711 \end_layout
32712
32713 \begin_layout Section
32714 Wrap Floats
32715 \begin_inset CommandInset label
32716 LatexCommand label
32717 name "sec:Wrap-Floats"
32718
32719 \end_inset
32720
32721
32722 \begin_inset Index idx
32723 status collapsed
32724
32725 \begin_layout Plain Layout
32726 Floats ! Wrap Floats
32727 \end_layout
32728
32729 \end_inset
32730
32731
32732 \begin_inset Index idx
32733 status collapsed
32734
32735 \begin_layout Plain Layout
32736 Surrounded by text ! Wrap Floats
32737 \end_layout
32738
32739 \end_inset
32740
32741
32742 \end_layout
32743
32744 \begin_layout Standard
32745 \begin_inset Wrap figure
32746 lines 0
32747 placement l
32748 overhang 1cm
32749 width "40col%"
32750 status open
32751
32752 \begin_layout Plain Layout
32753 \begin_inset Graphics
32754         filename clipart/mobius.eps
32755         width 40col%
32756         scaleBeforeRotation
32757         rotateOrigin center
32758
32759 \end_inset
32760
32761
32762 \end_layout
32763
32764 \begin_layout Plain Layout
32765 \begin_inset Caption
32766
32767 \begin_layout Plain Layout
32768 \begin_inset CommandInset label
32769 LatexCommand label
32770 name "fig:This-is-a"
32771
32772 \end_inset
32773
32774 This is a figure wrap float.
32775 \end_layout
32776
32777 \end_inset
32778
32779
32780 \end_layout
32781
32782 \end_inset
32783
32784  This float type is used if you want to wrap text around a figure or table
32785  so that it only occupies some fraction of the column width.
32786  It can be inserted using the menu 
32787 \family sans
32788 Insert\SpecialChar \menuseparator
32789 Floats\SpecialChar \menuseparator
32790 Figure
32791 \begin_inset space ~
32792 \end_inset
32793
32794 Wrap
32795 \begin_inset space ~
32796 \end_inset
32797
32798 Float
32799 \family default
32800  or 
32801 \family sans
32802 Table
32803 \begin_inset space ~
32804 \end_inset
32805
32806 Wrap
32807 \begin_inset space ~
32808 \end_inset
32809
32810 Float
32811 \family default
32812  if the LaTeX-package 
32813 \series bold
32814 wrapfig
32815 \series default
32816
32817 \begin_inset Index idx
32818 status collapsed
32819
32820 \begin_layout Plain Layout
32821 LaTeX-packages ! wrapfig
32822 \begin_inset ERT
32823 status collapsed
32824
32825 \begin_layout Plain Layout
32826
32827
32828 \backslash
32829 vspace{4mm}
32830 \end_layout
32831
32832 \end_inset
32833
32834
32835 \end_layout
32836
32837 \end_inset
32838
32839  is installed.
32840 \begin_inset Foot
32841 status collapsed
32842
32843 \begin_layout Plain Layout
32844 Installing a LaTeX-package is explained it in the 
32845 \emph on
32846 LaTeX
32847 \begin_inset space ~
32848 \end_inset
32849
32850 Configuration
32851 \emph default
32852  manual.
32853 \end_layout
32854
32855 \end_inset
32856
32857  The settings of the float can be modified by right-clicking on the float
32858  box.
32859  The mandatory settings are the float 
32860 \family sans
32861 Placement
32862 \family default
32863  and its 
32864 \family sans
32865 Width
32866 \family default
32867 .
32868  Optional are the 
32869 \family sans
32870 Overhang
32871 \family default
32872  that specifies how much the float is set into the paragraph
32873 \begin_inset space \thinspace{}
32874 \end_inset
32875
32876 /
32877 \begin_inset space \thinspace{}
32878 \end_inset
32879
32880 page margin, and the 
32881 \family sans
32882 Line
32883 \begin_inset space ~
32884 \end_inset
32885
32886 span
32887 \family default
32888  that specifies how many text lines the float will approximately need.
32889  The line span is often hard to approximate; so it is better only to use
32890  it when you encounter float placement problems.
32891  You can furthermore decide if LaTeX is allowed to let the float float within
32892  the paragraph or to surrounding paragraphs.
32893  Figure
32894 \begin_inset space ~
32895 \end_inset
32896
32897
32898 \begin_inset CommandInset ref
32899 LatexCommand ref
32900 reference "fig:This-is-a"
32901
32902 \end_inset
32903
32904  is an example text wrap float with a width of 40
32905 \begin_inset space \thinspace{}
32906 \end_inset
32907
32908 col%, 1
32909 \begin_inset space \thinspace{}
32910 \end_inset
32911
32912 cm overhang, set to the left.
32913 \end_layout
32914
32915 \begin_layout Standard
32916 \begin_inset Note Greyedout
32917 status open
32918
32919 \begin_layout Plain Layout
32920
32921 \series bold
32922 Note:
32923 \series default
32924  Text
32925 \begin_inset space ~
32926 \end_inset
32927
32928 wrap float floats are fragile! E.
32929 \begin_inset space \thinspace{}
32930 \end_inset
32931
32932 g.
32933 \begin_inset space \space{}
32934 \end_inset
32935
32936 having a figure too close to the bottom of the page can mess things up in
32937  such a way that the float does not appear in the output or that it is placed
32938  over some other text.
32939 \end_layout
32940
32941 \end_inset
32942
32943
32944 \end_layout
32945
32946 \begin_layout Standard
32947 In general, the following applies for wrap floats:
32948 \end_layout
32949
32950 \begin_layout Itemize
32951 They should not be placed in paragraphs that run over a page break.
32952  That means that wrap floats are better inserted in their exact place when
32953  the document is almost finished and you are able to estimate where page
32954  breaks will appear.
32955 \end_layout
32956
32957 \begin_layout Itemize
32958 They should either be placed in their own paragraph before the paragraph
32959  where they should wrap into or within a paragraph.
32960 \end_layout
32961
32962 \begin_layout Itemize
32963 In consecutive paragraphs they may cause troubles, so ensure that there
32964  is a text paragraph between them as separator.
32965 \end_layout
32966
32967 \begin_layout Itemize
32968 They are not allowed in section headings or tables.
32969 \end_layout
32970
32971 \begin_layout Itemize
32972 Their numbering and referencing works as described in chap.
32973 \begin_inset space \thinspace{}
32974 \end_inset
32975
32976
32977 \begin_inset CommandInset ref
32978 LatexCommand ref
32979 reference "chap:Floats"
32980
32981 \end_inset
32982
32983 .
32984 \end_layout
32985
32986 \begin_layout Section
32987 Surrounded Fixed Objects
32988 \begin_inset Index idx
32989 status collapsed
32990
32991 \begin_layout Plain Layout
32992 Surrounded by text ! Fixed objects
32993 \end_layout
32994
32995 \end_inset
32996
32997
32998 \end_layout
32999
33000 \begin_layout Standard
33001 The wrap floats described in sec.
33002 \begin_inset space \thinspace{}
33003 \end_inset
33004
33005
33006 \begin_inset CommandInset ref
33007 LatexCommand ref
33008 reference "sec:Wrap-Floats"
33009
33010 \end_inset
33011
33012  have these positions in the paragraph:
33013 \end_layout
33014
33015 \begin_layout Standard
33016 \noindent
33017 \align center
33018 \begin_inset Tabular
33019 <lyxtabular version="3" rows="2" columns="2">
33020 <features tabularvalignment="middle">
33021 <column alignment="center" valignment="top" width="0">
33022 <column alignment="center" valignment="top" width="0">
33023 <row>
33024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33025 \begin_inset Text
33026
33027 \begin_layout Plain Layout
33028 \begin_inset Graphics
33029         filename ../images/dialog-show-new-inset_graphics.png
33030         scale 70
33031         scaleBeforeRotation
33032
33033 \end_inset
33034
33035
33036 \end_layout
33037
33038 \end_inset
33039 </cell>
33040 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33041 \begin_inset Text
33042
33043 \begin_layout Plain Layout
33044 text
33045 \end_layout
33046
33047 \end_inset
33048 </cell>
33049 </row>
33050 <row>
33051 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33052 \begin_inset Text
33053
33054 \begin_layout Plain Layout
33055 text
33056 \end_layout
33057
33058 \end_inset
33059 </cell>
33060 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33061 \begin_inset Text
33062
33063 \begin_layout Plain Layout
33064 text
33065 \end_layout
33066
33067 \end_inset
33068 </cell>
33069 </row>
33070 </lyxtabular>
33071
33072 \end_inset
33073
33074  or 
33075 \begin_inset Tabular
33076 <lyxtabular version="3" rows="2" columns="2">
33077 <features tabularvalignment="middle">
33078 <column alignment="center" valignment="top" width="0">
33079 <column alignment="center" valignment="top" width="0">
33080 <row>
33081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33082 \begin_inset Text
33083
33084 \begin_layout Plain Layout
33085 text
33086 \end_layout
33087
33088 \end_inset
33089 </cell>
33090 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33091 \begin_inset Text
33092
33093 \begin_layout Plain Layout
33094 \begin_inset Graphics
33095         filename ../images/dialog-show-new-inset_graphics.png
33096         scale 70
33097         scaleBeforeRotation
33098
33099 \end_inset
33100
33101
33102 \end_layout
33103
33104 \end_inset
33105 </cell>
33106 </row>
33107 <row>
33108 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33109 \begin_inset Text
33110
33111 \begin_layout Plain Layout
33112 text
33113 \end_layout
33114
33115 \end_inset
33116 </cell>
33117 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33118 \begin_inset Text
33119
33120 \begin_layout Plain Layout
33121 text
33122 \end_layout
33123
33124 \end_inset
33125 </cell>
33126 </row>
33127 </lyxtabular>
33128
33129 \end_inset
33130
33131
33132 \end_layout
33133
33134 \begin_layout Standard
33135 To get an object exactly at the position where it is inserted, for example
33136  to get one of these positions:
33137 \begin_inset VSpace defskip
33138 \end_inset
33139
33140
33141 \end_layout
33142
33143 \begin_layout Standard
33144 \noindent
33145 \align center
33146 \begin_inset Tabular
33147 <lyxtabular version="3" rows="2" columns="2">
33148 <features tabularvalignment="middle">
33149 <column alignment="center" valignment="top" width="0">
33150 <column alignment="center" valignment="top" width="0">
33151 <row>
33152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33153 \begin_inset Text
33154
33155 \begin_layout Plain Layout
33156 text
33157 \end_layout
33158
33159 \end_inset
33160 </cell>
33161 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33162 \begin_inset Text
33163
33164 \begin_layout Plain Layout
33165 text
33166 \end_layout
33167
33168 \end_inset
33169 </cell>
33170 </row>
33171 <row>
33172 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33173 \begin_inset Text
33174
33175 \begin_layout Plain Layout
33176 \begin_inset Graphics
33177         filename ../images/dialog-show-new-inset_graphics.png
33178         scale 70
33179         scaleBeforeRotation
33180
33181 \end_inset
33182
33183
33184 \end_layout
33185
33186 \end_inset
33187 </cell>
33188 <cell alignment="center" valignment="top" bottomline="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 </lyxtabular>
33199
33200 \end_inset
33201
33202  
33203 \begin_inset Tabular
33204 <lyxtabular version="3" rows="2" columns="2">
33205 <features tabularvalignment="middle">
33206 <column alignment="center" valignment="top" width="0">
33207 <column alignment="center" valignment="top" width="0">
33208 <row>
33209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33210 \begin_inset Text
33211
33212 \begin_layout Plain Layout
33213 text
33214 \end_layout
33215
33216 \end_inset
33217 </cell>
33218 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33219 \begin_inset Text
33220
33221 \begin_layout Plain Layout
33222 text
33223 \end_layout
33224
33225 \end_inset
33226 </cell>
33227 </row>
33228 <row>
33229 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33230 \begin_inset Text
33231
33232 \begin_layout Plain Layout
33233 text
33234 \end_layout
33235
33236 \end_inset
33237 </cell>
33238 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33239 \begin_inset Text
33240
33241 \begin_layout Plain Layout
33242 \begin_inset Graphics
33243         filename ../images/dialog-show-new-inset_graphics.png
33244         scale 70
33245         scaleBeforeRotation
33246
33247 \end_inset
33248
33249
33250 \end_layout
33251
33252 \end_inset
33253 </cell>
33254 </row>
33255 </lyxtabular>
33256
33257 \end_inset
33258
33259  
33260 \begin_inset Tabular
33261 <lyxtabular version="3" rows="2" columns="3">
33262 <features tabularvalignment="middle">
33263 <column alignment="center" valignment="top" width="0">
33264 <column alignment="center" valignment="top" width="0">
33265 <column alignment="center" valignment="top" width="0">
33266 <row>
33267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33268 \begin_inset Text
33269
33270 \begin_layout Plain Layout
33271 text
33272 \end_layout
33273
33274 \end_inset
33275 </cell>
33276 <cell alignment="center" valignment="top" topline="true" usebox="none">
33277 \begin_inset Text
33278
33279 \begin_layout Plain Layout
33280 \begin_inset Graphics
33281         filename ../images/dialog-show-new-inset_graphics.png
33282         scale 70
33283         scaleBeforeRotation
33284
33285 \end_inset
33286
33287
33288 \end_layout
33289
33290 \end_inset
33291 </cell>
33292 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33293 \begin_inset Text
33294
33295 \begin_layout Plain Layout
33296 text
33297 \end_layout
33298
33299 \end_inset
33300 </cell>
33301 </row>
33302 <row>
33303 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33304 \begin_inset Text
33305
33306 \begin_layout Plain Layout
33307 text
33308 \end_layout
33309
33310 \end_inset
33311 </cell>
33312 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33313 \begin_inset Text
33314
33315 \begin_layout Plain Layout
33316 text
33317 \end_layout
33318
33319 \end_inset
33320 </cell>
33321 <cell alignment="center" valignment="top" bottomline="true" rightline="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 </row>
33331 </lyxtabular>
33332
33333 \end_inset
33334
33335  
33336 \begin_inset Tabular
33337 <lyxtabular version="3" rows="2" columns="3">
33338 <features tabularvalignment="middle">
33339 <column alignment="center" valignment="top" width="0">
33340 <column alignment="center" valignment="top" width="0">
33341 <column alignment="center" valignment="top" width="0">
33342 <row>
33343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33344 \begin_inset Text
33345
33346 \begin_layout Plain Layout
33347 text
33348 \end_layout
33349
33350 \end_inset
33351 </cell>
33352 <cell alignment="center" valignment="top" topline="true" usebox="none">
33353 \begin_inset Text
33354
33355 \begin_layout Plain Layout
33356 text
33357 \end_layout
33358
33359 \end_inset
33360 </cell>
33361 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33362 \begin_inset Text
33363
33364 \begin_layout Plain Layout
33365 text
33366 \end_layout
33367
33368 \end_inset
33369 </cell>
33370 </row>
33371 <row>
33372 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33373 \begin_inset Text
33374
33375 \begin_layout Plain Layout
33376 text
33377 \end_layout
33378
33379 \end_inset
33380 </cell>
33381 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33382 \begin_inset Text
33383
33384 \begin_layout Plain Layout
33385 \begin_inset Graphics
33386         filename ../images/dialog-show-new-inset_graphics.png
33387         scale 70
33388         scaleBeforeRotation
33389
33390 \end_inset
33391
33392
33393 \end_layout
33394
33395 \end_inset
33396 </cell>
33397 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33398 \begin_inset Text
33399
33400 \begin_layout Plain Layout
33401 text
33402 \end_layout
33403
33404 \end_inset
33405 </cell>
33406 </row>
33407 </lyxtabular>
33408
33409 \end_inset
33410
33411
33412 \end_layout
33413
33414 \begin_layout Standard
33415 \noindent
33416 \align center
33417 \begin_inset Tabular
33418 <lyxtabular version="3" rows="3" columns="2">
33419 <features tabularvalignment="middle">
33420 <column alignment="center" valignment="top" width="0">
33421 <column alignment="center" valignment="top" width="0">
33422 <row>
33423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33424 \begin_inset Text
33425
33426 \begin_layout Plain Layout
33427 text
33428 \end_layout
33429
33430 \end_inset
33431 </cell>
33432 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33433 \begin_inset Text
33434
33435 \begin_layout Plain Layout
33436 text
33437 \end_layout
33438
33439 \end_inset
33440 </cell>
33441 </row>
33442 <row>
33443 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33444 \begin_inset Text
33445
33446 \begin_layout Plain Layout
33447 \begin_inset Graphics
33448         filename ../images/dialog-show-new-inset_graphics.png
33449         scale 70
33450         scaleBeforeRotation
33451
33452 \end_inset
33453
33454
33455 \end_layout
33456
33457 \end_inset
33458 </cell>
33459 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33460 \begin_inset Text
33461
33462 \begin_layout Plain Layout
33463 text
33464 \end_layout
33465
33466 \end_inset
33467 </cell>
33468 </row>
33469 <row>
33470 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33471 \begin_inset Text
33472
33473 \begin_layout Plain Layout
33474 text
33475 \end_layout
33476
33477 \end_inset
33478 </cell>
33479 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33480 \begin_inset Text
33481
33482 \begin_layout Plain Layout
33483 text
33484 \end_layout
33485
33486 \end_inset
33487 </cell>
33488 </row>
33489 </lyxtabular>
33490
33491 \end_inset
33492
33493  
33494 \begin_inset Tabular
33495 <lyxtabular version="3" rows="3" columns="3">
33496 <features tabularvalignment="middle">
33497 <column alignment="center" valignment="top" width="0">
33498 <column alignment="center" valignment="top" width="0">
33499 <column alignment="center" valignment="top" width="0">
33500 <row>
33501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33502 \begin_inset Text
33503
33504 \begin_layout Plain Layout
33505 text
33506 \end_layout
33507
33508 \end_inset
33509 </cell>
33510 <cell alignment="center" valignment="top" topline="true" usebox="none">
33511 \begin_inset Text
33512
33513 \begin_layout Plain Layout
33514 text
33515 \end_layout
33516
33517 \end_inset
33518 </cell>
33519 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33520 \begin_inset Text
33521
33522 \begin_layout Plain Layout
33523 text
33524 \end_layout
33525
33526 \end_inset
33527 </cell>
33528 </row>
33529 <row>
33530 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33531 \begin_inset Text
33532
33533 \begin_layout Plain Layout
33534 text
33535 \end_layout
33536
33537 \end_inset
33538 </cell>
33539 <cell alignment="center" valignment="top" usebox="none">
33540 \begin_inset Text
33541
33542 \begin_layout Plain Layout
33543 \begin_inset Graphics
33544         filename ../images/dialog-show-new-inset_graphics.png
33545         scale 70
33546         scaleBeforeRotation
33547
33548 \end_inset
33549
33550
33551 \end_layout
33552
33553 \end_inset
33554 </cell>
33555 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33556 \begin_inset Text
33557
33558 \begin_layout Plain Layout
33559 text
33560 \end_layout
33561
33562 \end_inset
33563 </cell>
33564 </row>
33565 <row>
33566 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33567 \begin_inset Text
33568
33569 \begin_layout Plain Layout
33570 text
33571 \end_layout
33572
33573 \end_inset
33574 </cell>
33575 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
33576 \begin_inset Text
33577
33578 \begin_layout Plain Layout
33579 text
33580 \end_layout
33581
33582 \end_inset
33583 </cell>
33584 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33585 \begin_inset Text
33586
33587 \begin_layout Plain Layout
33588 text
33589 \end_layout
33590
33591 \end_inset
33592 </cell>
33593 </row>
33594 </lyxtabular>
33595
33596 \end_inset
33597
33598  
33599 \begin_inset Tabular
33600 <lyxtabular version="3" rows="3" columns="2">
33601 <features tabularvalignment="middle">
33602 <column alignment="center" valignment="top" width="0">
33603 <column alignment="center" valignment="top" width="0">
33604 <row>
33605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33606 \begin_inset Text
33607
33608 \begin_layout Plain Layout
33609 text
33610 \end_layout
33611
33612 \end_inset
33613 </cell>
33614 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33615 \begin_inset Text
33616
33617 \begin_layout Plain Layout
33618 text
33619 \end_layout
33620
33621 \end_inset
33622 </cell>
33623 </row>
33624 <row>
33625 <cell alignment="center" valignment="top" leftline="true" usebox="none">
33626 \begin_inset Text
33627
33628 \begin_layout Plain Layout
33629 text
33630 \end_layout
33631
33632 \end_inset
33633 </cell>
33634 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33635 \begin_inset Text
33636
33637 \begin_layout Plain Layout
33638 \begin_inset Graphics
33639         filename ../images/dialog-show-new-inset_graphics.png
33640         scale 70
33641         scaleBeforeRotation
33642
33643 \end_inset
33644
33645
33646 \end_layout
33647
33648 \end_inset
33649 </cell>
33650 </row>
33651 <row>
33652 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
33653 \begin_inset Text
33654
33655 \begin_layout Plain Layout
33656 text
33657 \end_layout
33658
33659 \end_inset
33660 </cell>
33661 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
33662 \begin_inset Text
33663
33664 \begin_layout Plain Layout
33665 text
33666 \end_layout
33667
33668 \end_inset
33669 </cell>
33670 </row>
33671 </lyxtabular>
33672
33673 \end_inset
33674
33675
33676 \end_layout
33677
33678 \begin_layout Standard
33679 \noindent
33680 you can use the LaTeX-package 
33681 \series bold
33682 picinpar
33683 \series default
33684
33685 \begin_inset Index idx
33686 status collapsed
33687
33688 \begin_layout Plain Layout
33689 LaTeX-packages ! picinpar
33690 \end_layout
33691
33692 \end_inset
33693
33694 .
33695  Here is an example:
33696 \end_layout
33697
33698 \begin_layout Standard
33699 \begin_inset ERT
33700 status collapsed
33701
33702 \begin_layout Plain Layout
33703
33704
33705 \backslash
33706 ifpicinpar
33707 \end_layout
33708
33709 \end_inset
33710
33711
33712 \begin_inset Note Note
33713 status open
33714
33715 \begin_layout Plain Layout
33716 The following section will only be displayed when the LaTeX-package 
33717 \series bold
33718 picinpar
33719 \series default
33720  is installed.
33721 \end_layout
33722
33723 \end_inset
33724
33725
33726 \end_layout
33727
33728 \begin_layout Standard
33729 \begin_inset ERT
33730 status collapsed
33731
33732 \begin_layout Plain Layout
33733
33734
33735 \backslash
33736 begin{window}[2,c,{
33737 \end_layout
33738
33739 \end_inset
33740
33741
33742 \begin_inset Graphics
33743         filename clipart/mobius.eps
33744         lyxscale 60
33745         width 40col%
33746         scaleBeforeRotation
33747         rotateOrigin center
33748
33749 \end_inset
33750
33751
33752 \begin_inset ERT
33753 status collapsed
33754
33755 \begin_layout Plain Layout
33756
33757 },]
33758 \end_layout
33759
33760 \begin_layout Plain Layout
33761
33762 {}
33763 \end_layout
33764
33765 \end_inset
33766
33767
33768 \size small
33769 It was in the spring of the year 1894 that all London was interested, and
33770  the fashionable world dismayed, by the murder of the Honourable Ronald
33771  Adair under most unusual and inexplicable circumstances.
33772  The public has already learned those particulars of the crime which
33773 \size default
33774
33775 \begin_inset ERT
33776 status collapsed
33777
33778 \begin_layout Plain Layout
33779
33780
33781 \backslash
33782 footnotemark{}
33783 \end_layout
33784
33785 \end_inset
33786
33787
33788 \size small
33789  came out in the police investigation, but a good deal was suppressed upon
33790  that occasion, since the case for the prosecution was so overwhelmingly
33791  strong that it was not necessary to bring forward all the facts.
33792  Only now, at the end of nearly ten years, am I allowed to supply those
33793  missing links which make up the whole of that remarkable chain.
33794 \size default
33795
33796 \begin_inset ERT
33797 status collapsed
33798
33799 \begin_layout Plain Layout
33800
33801
33802 \backslash
33803 end{window}
33804 \end_layout
33805
33806 \end_inset
33807
33808
33809 \end_layout
33810
33811 \begin_layout Standard
33812 \begin_inset ERT
33813 status collapsed
33814
33815 \begin_layout Plain Layout
33816
33817
33818 \backslash
33819 footnotetext{
33820 \end_layout
33821
33822 \end_inset
33823
33824 Footnote of the paragraph with the fixed object.
33825 \begin_inset ERT
33826 status collapsed
33827
33828 \begin_layout Plain Layout
33829
33830 }
33831 \end_layout
33832
33833 \end_inset
33834
33835
33836 \end_layout
33837
33838 \begin_layout Standard
33839 Surrounded fixed objects are used to let text float around them, at which
33840  the object's position in the paragraph can be determined by the number
33841  of lines above it.
33842  In contrary to floats is it not possible to have a numbered caption.
33843 \end_layout
33844
33845 \begin_layout Standard
33846 A fixed object is inserted by adding the command
33847 \end_layout
33848
33849 \begin_layout Standard
33850
33851 \series bold
33852
33853 \backslash
33854 begin{window}[2,c,{
33855 \end_layout
33856
33857 \begin_layout Standard
33858 as TeX Code at the beginning of the paragraph.
33859  The first parameter in the bracket, here '2', defines the number of lines
33860  above the object, the second, here 'c', the position of the object.
33861  The positions 'l', 'c' and 'r' (for left, center, right) are possible.
33862  Behind the command you insert the object.
33863  In this example an image with a width of 40
33864 \begin_inset space \thinspace{}
33865 \end_inset
33866
33867 % of the text column width was inserted.
33868  The object can also be a table, a box or an equation.
33869  Behind the object the command
33870 \end_layout
33871
33872 \begin_layout Standard
33873
33874 \series bold
33875 },description text]
33876 \begin_inset Newline newline
33877 \end_inset
33878
33879 {}
33880 \end_layout
33881
33882 \begin_layout Standard
33883 is inserted.
33884  Note that the 
33885 \begin_inset Quotes eld
33886 \end_inset
33887
33888
33889 \series bold
33890 {}
33891 \series default
33892
33893 \begin_inset Quotes erd
33894 \end_inset
33895
33896  is in the second line.
33897  The description text is optional.
33898  The text surrounding the object must be in the same paragraph as the object,
33899  so it must begin directly after the 
33900 \series bold
33901 {}
33902 \series default
33903 .
33904  At the end of the paragraph insert the command:
33905 \end_layout
33906
33907 \begin_layout Standard
33908
33909 \series bold
33910
33911 \backslash
33912 end{window}
33913 \end_layout
33914
33915 \begin_layout Standard
33916 Within a paragraph with a fixed object, you cannot insert footnotes in the
33917  normal way.
33918  You have to use instead the command 
33919 \series bold
33920
33921 \backslash
33922 footnotemark
33923 \series default
33924  inside the paragraph and outside the command 
33925 \series bold
33926
33927 \backslash
33928 footnotetext
33929 \series default
33930  as described in sec.
33931 \begin_inset space \thinspace{}
33932 \end_inset
33933
33934
33935 \begin_inset CommandInset ref
33936 LatexCommand ref
33937 reference "sec:Footnotes"
33938
33939 \end_inset
33940
33941 .
33942 \end_layout
33943
33944 \begin_layout Standard
33945 \begin_inset ERT
33946 status collapsed
33947
33948 \begin_layout Plain Layout
33949
33950
33951 \backslash
33952 else
33953 \end_layout
33954
33955 \end_inset
33956
33957
33958 \begin_inset Note Note
33959 status open
33960
33961 \begin_layout Plain Layout
33962 The following will be displayed when the LaTeX-package 
33963 \series bold
33964 picinpar
33965 \series default
33966  is not installed:
33967 \end_layout
33968
33969 \end_inset
33970
33971
33972 \end_layout
33973
33974 \begin_layout Standard
33975 You need to install the LaTeX-package 
33976 \series bold
33977 picinpar
33978 \series default
33979  to see the following part of this section in the output.
33980 \end_layout
33981
33982 \begin_layout Standard
33983 \begin_inset ERT
33984 status collapsed
33985
33986 \begin_layout Plain Layout
33987
33988
33989 \backslash
33990 fi
33991 \end_layout
33992
33993 \end_inset
33994
33995
33996 \end_layout
33997
33998 \begin_layout Section
33999 Initials
34000 \begin_inset Index idx
34001 status collapsed
34002
34003 \begin_layout Plain Layout
34004 Initials
34005 \end_layout
34006
34007 \end_inset
34008
34009
34010 \begin_inset Index idx
34011 status collapsed
34012
34013 \begin_layout Plain Layout
34014 Surrounded by text ! Initials
34015 \end_layout
34016
34017 \end_inset
34018
34019
34020 \end_layout
34021
34022 \begin_layout Standard
34023 To use initials, you must have the LaTeX-package 
34024 \series bold
34025 lettrine
34026 \series default
34027
34028 \begin_inset Index idx
34029 status collapsed
34030
34031 \begin_layout Plain Layout
34032 LaTeX-packages ! lettrine
34033 \end_layout
34034
34035 \end_inset
34036
34037  installed and use the module 
34038 \family sans
34039 Initials
34040 \family default
34041  in your document (menu 
34042 \family sans
34043 Document\SpecialChar \menuseparator
34044 Settings\SpecialChar \menuseparator
34045 Modules
34046 \family default
34047 ).
34048  To insert an initial, use the style 
34049 \family sans
34050 Initial
34051 \family default
34052 .
34053  This style has a mandatory and an optional argument.
34054  The mandatory argument is inserted via the menu 
34055 \family sans
34056 Insert\SpecialChar \menuseparator
34057 Short
34058 \begin_inset space ~
34059 \end_inset
34060
34061 Title
34062 \family default
34063  and contains the letter that is the initial.
34064  To use also the optional argument, insert another argument in front of
34065  the mandatory argument.
34066  This one contains parameters to modify the initial.
34067  For more information about the possible parameters see the documentation
34068  of 
34069 \series bold
34070 lettrine
34071 \series default
34072
34073 \begin_inset CommandInset citation
34074 LatexCommand cite
34075 key "lettrine"
34076
34077 \end_inset
34078
34079 .
34080  The style itself contains the text that is surrounding the initial.
34081  The usual style is hereby that the word whose first letter is the initial,
34082  is printed with 
34083 \shape smallcaps
34084 small caps
34085 \shape default
34086 .
34087  To tell LaTeX where this word is finished, add a closing brace '
34088 \series bold
34089 }
34090 \series default
34091 ' as TeX Code behind it.
34092  At the end of the style there must be an opening brace '
34093 \series bold
34094 {
34095 \series default
34096 ' as TeX Code.
34097 \end_layout
34098
34099 \begin_layout Standard
34100 Here are some examples:
34101 \end_layout
34102
34103 \begin_layout Standard
34104 \begin_inset ERT
34105 status collapsed
34106
34107 \begin_layout Plain Layout
34108
34109
34110 \backslash
34111 iflettrine
34112 \end_layout
34113
34114 \end_inset
34115
34116
34117 \begin_inset Note Note
34118 status open
34119
34120 \begin_layout Plain Layout
34121 The following section will only be displayed when the LaTeX-package 
34122 \series bold
34123 lettrine
34124 \series default
34125  is installed.
34126 \end_layout
34127
34128 \end_inset
34129
34130
34131 \end_layout
34132
34133 \begin_layout Enumerate
34134 No optional argument, the initial is the letter 'I' in the math font 
34135 \begin_inset Formula $\mathfrak{Fraktur}$
34136 \end_inset
34137
34138 :
34139 \end_layout
34140
34141 \begin_deeper
34142 \begin_layout Initial
34143 \begin_inset Argument
34144 status open
34145
34146 \begin_layout Plain Layout
34147 \begin_inset Formula $\mathfrak{I}$
34148 \end_inset
34149
34150
34151 \end_layout
34152
34153 \end_inset
34154
34155 t
34156 \begin_inset ERT
34157 status collapsed
34158
34159 \begin_layout Plain Layout
34160
34161 }
34162 \end_layout
34163
34164 \end_inset
34165
34166  was in the spring of the year 1894 that all London was interested, and
34167  the fashionable world dismayed, by the murder of the Honourable Ronald
34168  Adair under most unusual and inexplicable circumstances.
34169  The public has already learned those particulars of the crime which came
34170  out in the police investigation, but a good deal was suppressed upon that
34171  occasion, since the case for the prosecution was so overwhelmingly strong
34172  that it was not necessary to bring forward all the facts.
34173 \begin_inset ERT
34174 status collapsed
34175
34176 \begin_layout Plain Layout
34177
34178 {
34179 \end_layout
34180
34181 \end_inset
34182
34183
34184 \begin_inset Newpage newpage
34185 \end_inset
34186
34187
34188 \end_layout
34189
34190 \end_deeper
34191 \begin_layout Enumerate
34192 Only one line is surrounding the initial, which is formed by two letters
34193  in standard font and no text is printed in small caps:
34194 \end_layout
34195
34196 \begin_deeper
34197 \begin_layout Initial
34198 \begin_inset Argument
34199 status open
34200
34201 \begin_layout Plain Layout
34202 lines=1
34203 \end_layout
34204
34205 \end_inset
34206
34207
34208 \begin_inset Argument
34209 status open
34210
34211 \begin_layout Plain Layout
34212 It
34213 \end_layout
34214
34215 \end_inset
34216
34217
34218 \begin_inset ERT
34219 status collapsed
34220
34221 \begin_layout Plain Layout
34222
34223 }
34224 \end_layout
34225
34226 \end_inset
34227
34228  was in the spring of the year 1894 that all London was interested, and
34229  the fashionable world dismayed, by the murder of the Honourable Ronald
34230  Adair under most unusual and inexplicable circumstances.
34231  The public has already learned those particulars of the crime which came
34232  out in the police investigation, but a good deal was suppressed upon that
34233  occasion, since the case for the prosecution was so overwhelmingly strong
34234  that it was not necessary to bring forward all the facts.
34235 \begin_inset ERT
34236 status collapsed
34237
34238 \begin_layout Plain Layout
34239
34240 {
34241 \end_layout
34242
34243 \end_inset
34244
34245
34246 \end_layout
34247
34248 \end_deeper
34249 \begin_layout Enumerate
34250 Magenta, hanging initial over 3
34251 \begin_inset space ~
34252 \end_inset
34253
34254 lines in the math font 
34255 \begin_inset Formula $\mathcal{CALLIGRAPHIC}$
34256 \end_inset
34257
34258 , the text 
34259 \begin_inset Quotes eld
34260 \end_inset
34261
34262 t was in the spring
34263 \begin_inset Quotes erd
34264 \end_inset
34265
34266  is in 
34267 \shape smallcaps
34268 small caps
34269 \shape default
34270 ; to color the initial, you must insert this command before the initial:
34271 \begin_inset Newline newline
34272 \end_inset
34273
34274
34275 \series bold
34276
34277 \backslash
34278 renewcommand{
34279 \backslash
34280 LettrineFontHook}{
34281 \backslash
34282 color{color}}
34283 \series default
34284
34285 \begin_inset Newline newline
34286 \end_inset
34287
34288 where the second 
34289 \emph on
34290 color
34291 \emph default
34292  can be 
34293 \begin_inset Quotes eld
34294 \end_inset
34295
34296 red
34297 \begin_inset Quotes erd
34298 \end_inset
34299
34300
34301 \begin_inset Quotes eld
34302 \end_inset
34303
34304 blue
34305 \begin_inset Quotes erd
34306 \end_inset
34307
34308
34309 \begin_inset Quotes eld
34310 \end_inset
34311
34312 green
34313 \begin_inset Quotes erd
34314 \end_inset
34315
34316
34317 \begin_inset Quotes eld
34318 \end_inset
34319
34320 yellow
34321 \begin_inset Quotes erd
34322 \end_inset
34323
34324
34325 \begin_inset Quotes eld
34326 \end_inset
34327
34328 cyan
34329 \begin_inset Quotes erd
34330 \end_inset
34331
34332
34333 \begin_inset Quotes eld
34334 \end_inset
34335
34336 magenta
34337 \begin_inset Quotes erd
34338 \end_inset
34339
34340
34341 \begin_inset Quotes eld
34342 \end_inset
34343
34344 black
34345 \begin_inset Quotes erd
34346 \end_inset
34347
34348  or 
34349 \begin_inset Quotes eld
34350 \end_inset
34351
34352 white
34353 \begin_inset Quotes erd
34354 \end_inset
34355
34356 , and add this command to the document preamble:
34357 \begin_inset Newline newline
34358 \end_inset
34359
34360
34361 \series bold
34362
34363 \backslash
34364 @ifundefined{textcolor}
34365 \begin_inset Newline newline
34366 \end_inset
34367
34368
34369 \begin_inset space ~
34370 \end_inset
34371
34372 {
34373 \backslash
34374 usepackage{color}}{}
34375 \end_layout
34376
34377 \begin_deeper
34378 \begin_layout Standard
34379 \begin_inset ERT
34380 status collapsed
34381
34382 \begin_layout Plain Layout
34383
34384
34385 \backslash
34386 renewcommand{
34387 \backslash
34388 LettrineFontHook}{
34389 \backslash
34390 color{magenta}}
34391 \end_layout
34392
34393 \end_inset
34394
34395
34396 \begin_inset Note Note
34397 status collapsed
34398
34399 \begin_layout Plain Layout
34400 makes the initial magenta
34401 \end_layout
34402
34403 \end_inset
34404
34405
34406 \end_layout
34407
34408 \begin_layout Initial
34409 \begin_inset Argument
34410 status open
34411
34412 \begin_layout Plain Layout
34413 lines=3, lhang=0.33, loversize=0.25
34414 \end_layout
34415
34416 \end_inset
34417
34418
34419 \begin_inset Argument
34420 status open
34421
34422 \begin_layout Plain Layout
34423 \begin_inset Formula $\mathcal{I}$
34424 \end_inset
34425
34426
34427 \end_layout
34428
34429 \end_inset
34430
34431 t was in the spring
34432 \begin_inset ERT
34433 status collapsed
34434
34435 \begin_layout Plain Layout
34436
34437 }
34438 \end_layout
34439
34440 \end_inset
34441
34442  of the year 1894 that all London was interested, and the fashionable world
34443  dismayed, by the murder of the Honourable Ronald Adair under most unusual
34444  and inexplicable circumstances.
34445  The public has already learned those particulars of the crime which came
34446  out in the police investigation, but a good deal was suppressed upon that
34447  occasion, since the case for the prosecution was so overwhelmingly strong
34448  that it was not necessary to bring forward all the facts.
34449 \begin_inset ERT
34450 status collapsed
34451
34452 \begin_layout Plain Layout
34453
34454 {
34455 \end_layout
34456
34457 \end_inset
34458
34459
34460 \end_layout
34461
34462 \end_deeper
34463 \begin_layout Standard
34464 \begin_inset ERT
34465 status collapsed
34466
34467 \begin_layout Plain Layout
34468
34469
34470 \backslash
34471 else
34472 \end_layout
34473
34474 \end_inset
34475
34476
34477 \begin_inset Note Note
34478 status open
34479
34480 \begin_layout Plain Layout
34481 The following will be displayed when the LaTeX-package 
34482 \series bold
34483 lettrine
34484 \series default
34485  is not installed:
34486 \end_layout
34487
34488 \end_inset
34489
34490
34491 \end_layout
34492
34493 \begin_layout Standard
34494 You need to install the LaTeX-package 
34495 \series bold
34496 lettrine
34497 \series default
34498  to see the following part of this section in the output.
34499 \end_layout
34500
34501 \begin_layout Standard
34502 \begin_inset ERT
34503 status collapsed
34504
34505 \begin_layout Plain Layout
34506
34507
34508 \backslash
34509 fi
34510 \end_layout
34511
34512 \end_inset
34513
34514
34515 \end_layout
34516
34517 \begin_layout Chapter
34518 External Document Parts
34519 \begin_inset Index idx
34520 status collapsed
34521
34522 \begin_layout Plain Layout
34523 External Document Parts
34524 \end_layout
34525
34526 \end_inset
34527
34528
34529 \end_layout
34530
34531 \begin_layout Standard
34532 With the menu 
34533 \family sans
34534 Insert\SpecialChar \menuseparator
34535 File
34536 \family default
34537  you can insert external material to your document.
34538  This can be:
34539 \end_layout
34540
34541 \begin_layout Description
34542 LyX
34543 \begin_inset space ~
34544 \end_inset
34545
34546 Document Another LyX document; its content is directly inserted to your
34547  document.
34548 \end_layout
34549
34550 \begin_layout Description
34551 Plain
34552 \begin_inset space ~
34553 \end_inset
34554
34555 Text A text document; each line is inserted in your document as a separate
34556  paragraph.
34557 \end_layout
34558
34559 \begin_layout Description
34560 Plain
34561 \begin_inset space ~
34562 \end_inset
34563
34564 Text,
34565 \begin_inset space ~
34566 \end_inset
34567
34568 Join
34569 \begin_inset space ~
34570 \end_inset
34571
34572 Lines A text document; text lines are inserted in your document continuously
34573  but an empty text line creates a new paragraph.
34574 \end_layout
34575
34576 \begin_layout Description
34577 External
34578 \begin_inset space ~
34579 \end_inset
34580
34581 Material Files in various formats.
34582 \end_layout
34583
34584 \begin_layout Description
34585 Child
34586 \begin_inset space ~
34587 \end_inset
34588
34589 Document LyX or LaTeX-documents.
34590 \end_layout
34591
34592 \begin_layout Section
34593 External Material
34594 \begin_inset Index idx
34595 status collapsed
34596
34597 \begin_layout Plain Layout
34598 External Document Parts ! External Material
34599 \end_layout
34600
34601 \end_inset
34602
34603
34604 \end_layout
34605
34606 \begin_layout Standard
34607 The external material feature allows you to insert files in to your document
34608  without converting them to a format that can be read by the document output
34609  format.
34610  LyX takes care of the necessary conversions.
34611  This is similar to images that can be inserted in various image formats
34612  in LyX documents.
34613  When you have enabled Instant Preview in LyX's preferences under 
34614 \family sans
34615 Look
34616 \begin_inset space ~
34617 \end_inset
34618
34619 and
34620 \begin_inset space ~
34621 \end_inset
34622
34623 feel\SpecialChar \menuseparator
34624 Graphics
34625 \family default
34626 , the external material types Dia and Xfig are directly shown in LyX.
34627 \end_layout
34628
34629 \begin_layout Standard
34630 External material can be inserted via the 
34631 \family sans
34632 External Material
34633 \family default
34634  dialog that is accessible with the menu 
34635 \family sans
34636 Insert\SpecialChar \menuseparator
34637 File\SpecialChar \menuseparator
34638 External
34639 \begin_inset space ~
34640 \end_inset
34641
34642 Material
34643 \family default
34644 .
34645  Currently the following file types (
34646 \family sans
34647 Templates
34648 \family default
34649 ) are allowed:
34650 \end_layout
34651
34652 \begin_layout Description
34653 ChessDiagram This template supports chess position diagrams made with the
34654  program 
34655 \series bold
34656
34657 \begin_inset CommandInset href
34658 LatexCommand href
34659 name "XBoard"
34660 target "http://en.wikipedia.org/wiki/XBoard"
34661
34662 \end_inset
34663
34664
34665 \series default
34666 .
34667 \end_layout
34668
34669 \begin_layout Description
34670 Date This inserts the date in the form 
34671 \emph on
34672 Day-Month-Year
34673 \emph default
34674 .
34675  This is a date inserted as external material: 
34676 \begin_inset External
34677         template Date
34678         filename .
34679
34680 \end_inset
34681
34682
34683 \begin_inset space ~
34684 \end_inset
34685
34686
34687 \begin_inset Note Note
34688 status open
34689
34690 \begin_layout Plain Layout
34691 Remove the protected space when bug 4398 is fixed!
34692 \end_layout
34693
34694 \end_inset
34695
34696
34697 \begin_inset Newline newline
34698 \end_inset
34699
34700 The date is not shown within LyX, only in the output.
34701  There are two other methods of inserting a date: Via menu 
34702 \family sans
34703 Insert\SpecialChar \menuseparator
34704 Date
34705 \family default
34706  and with the LaTeX command 
34707 \series bold
34708
34709 \backslash
34710 today
34711 \series default
34712  as TeX-Code.
34713  The different methods are compared in Table
34714 \begin_inset space ~
34715 \end_inset
34716
34717
34718 \begin_inset CommandInset ref
34719 LatexCommand ref
34720 reference "tab:Comparison-of-the"
34721
34722 \end_inset
34723
34724 .
34725 \end_layout
34726
34727 \begin_layout Description
34728 Dia This template supports diagrams created with the program 
34729 \series bold
34730
34731 \begin_inset CommandInset href
34732 LatexCommand href
34733 name "Dia"
34734 target "http://en.wikipedia.org/wiki/Dia_(software)"
34735
34736 \end_inset
34737
34738
34739 \series default
34740 .
34741 \end_layout
34742
34743 \begin_layout Description
34744 GnumericSpreadsheet With this template you can insert spreadsheets
34745 \begin_inset space \thinspace{}
34746 \end_inset
34747
34748 /
34749 \begin_inset space \thinspace{}
34750 \end_inset
34751
34752 tables in the format of 
34753 \series bold
34754
34755 \begin_inset CommandInset href
34756 LatexCommand href
34757 name "Gnumeric"
34758 target "http://en.wikipedia.org/wiki/Gnumeric"
34759
34760 \end_inset
34761
34762
34763 \series default
34764
34765 \begin_inset CommandInset href
34766 LatexCommand href
34767 name "OpenDocument"
34768 target "http://en.wikipedia.org/wiki/OpenDocument"
34769
34770 \end_inset
34771
34772
34773 \begin_inset CommandInset href
34774 LatexCommand href
34775 name "Microsoft Office XML"
34776 target "http://en.wikipedia.org/wiki/Microsoft_Office_XML_formats"
34777
34778 \end_inset
34779
34780  and 
34781 \begin_inset CommandInset href
34782 LatexCommand href
34783 name "Office Open XML"
34784 target "http://en.wikipedia.org/wiki/Office_Open_XML"
34785
34786 \end_inset
34787
34788 .
34789  For this feature LyX must have found the program 
34790 \family typewriter
34791 ssconvert
34792 \family default
34793  during its configuration.
34794  This program is part of Gnumeric, so that you must have Gnumeric installed,
34795  also if you don't have tables in the Gnumeric format.
34796  For examples and possible limitations have a look at LyX's example file
34797  
34798 \emph on
34799 spreadsheet.lyx
34800 \emph default
34801 .
34802 \end_layout
34803
34804 \begin_layout Description
34805 LilyPond This template is used for music notation typeset with the program
34806 \begin_inset Newline linebreak
34807 \end_inset
34808
34809
34810 \series bold
34811
34812 \begin_inset CommandInset href
34813 LatexCommand href
34814 name "LilyPond"
34815 target "http://en.wikipedia.org/wiki/LilyPond"
34816
34817 \end_inset
34818
34819
34820 \series default
34821 .
34822  For LyX's extended support for LilyPond have a look at LyX's example file
34823  
34824 \emph on
34825 lilypond.lyx
34826 \emph default
34827 .
34828 \end_layout
34829
34830 \begin_layout Description
34831 PDFPages With this template you can insert PDF documents to your document.
34832  To specify the range of pages that should be included, use the option 
34833 \series bold
34834 pages
34835 \series default
34836  in the 
34837 \family sans
34838 Option
34839 \family default
34840  field in the 
34841 \family sans
34842 LaTeX and LyX options
34843 \family default
34844  tab.
34845  The argument of this option is a comma separated list, containing page
34846  numbers (insert as option 
34847 \series bold
34848 pages={3,5,6,8}
34849 \series default
34850 ), ranges of page numbers (
34851 \series bold
34852 pages={4-9}
34853 \series default
34854 ) or any combination.
34855  To insert empty pages use {}.
34856  E.
34857 \begin_inset space \thinspace{}
34858 \end_inset
34859
34860 g.
34861 \begin_inset space ~
34862 \end_inset
34863
34864
34865 \series bold
34866 pages={3,{},8-11,15}
34867 \series default
34868  will insert page 3, an empty page, and pages 8, 9, 10, 11 and 15.
34869  Page ranges are specified in the syntax 
34870 \emph on
34871 start
34872 \emph default
34873 -
34874 \emph on
34875 stop
34876 \emph default
34877 .
34878  This selects all pages from 
34879 \emph on
34880 start
34881 \emph default
34882  to 
34883 \emph on
34884 stop
34885 \emph default
34886 .
34887  Omitting 
34888 \emph on
34889 start
34890 \emph default
34891  defaults to the first page; omitting 
34892 \emph on
34893 stop
34894 \emph default
34895  defaults to the last page of the document.
34896  The last page can also be selected with the keyword 
34897 \series bold
34898 last
34899 \series default
34900 .
34901  (This is only permitted in a page range.) So 
34902 \series bold
34903 pages=-
34904 \series default
34905  will insert all pages of the document and 
34906 \series bold
34907 pages=last-1
34908 \series default
34909  will insert all pages in reverse order.
34910  If the pages option is not specified, only the first page of the PDF is
34911  inserted.
34912 \begin_inset Newline newline
34913 \end_inset
34914
34915 The option 
34916 \series bold
34917 noautoscale
34918 \series default
34919  inserts the pages with their original size, if this option is not given,
34920  the pages will be resized to fith the width of the page of your document.
34921  In the tab 
34922 \family sans
34923 Size and Rotation
34924 \family default
34925  you can specify the width and height of the input pages and their rotation.
34926  If another width than 100
34927 \begin_inset space \thinspace{}
34928 \end_inset
34929
34930 Scale% is used, the option 
34931 \series bold
34932 noautoscale
34933 \series default
34934  will be overwritten.
34935  For more info and possible options, have a look into the documentation
34936  of the LaTeX-package 
34937 \series bold
34938 pdfpages
34939 \series default
34940  
34941 \begin_inset CommandInset citation
34942 LatexCommand cite
34943 key "pdfpages"
34944
34945 \end_inset
34946
34947 .
34948 \begin_inset Index idx
34949 status collapsed
34950
34951 \begin_layout Plain Layout
34952 LaTeX-packages ! pdfpages
34953 \end_layout
34954
34955 \end_inset
34956
34957
34958 \begin_inset Newline newline
34959 \end_inset
34960
34961 To use this template in a 
34962 \family sans
34963 Beamer
34964 \family default
34965  presentation you need to first insert an 
34966 \family sans
34967 EndFrame
34968 \family default
34969  environment and in a subsequent paragraph a TeX Code box containing the
34970  command 
34971 \series bold
34972
34973 \backslash
34974 setbeamertemplate{background canvas}{}
34975 \series default
34976 .
34977  Then you can insert as many paragraphs containing the PDFPages template
34978  as you wish.
34979  Behind the included PDF pages you can resume the Beamer presentation by
34980  beginning a new frame or by starting a new section.
34981  To avoid stray blank pages prior to the PDF pages, make sure to use the
34982  
34983 \family sans
34984 Default
34985 \family default
34986  alignment for the paragraph containing the template.
34987 \begin_inset Newline newline
34988 \end_inset
34989
34990 Here is an included PDF which is rotated by -5°: 
34991 \begin_inset External
34992         template PDFPages
34993         filename clipart/Abstract.pdf
34994         extra LaTeX "noautoscale, pages=-"
34995         rotateAngle -5
34996         rotateOrigin bottomleft
34997
34998 \end_inset
34999
35000
35001 \end_layout
35002
35003 \begin_layout Description
35004 RasterImage This can be used for bitmap images.
35005  The image can be treated in the 
35006 \family sans
35007 External material
35008 \family default
35009  dialog like the images that are usually included via the 
35010 \family sans
35011 Graphics
35012 \family default
35013  dialog as described in section
35014 \begin_inset space ~
35015 \end_inset
35016
35017
35018 \begin_inset CommandInset ref
35019 LatexCommand ref
35020 reference "sec:Graphics-Dialog"
35021
35022 \end_inset
35023
35024 .
35025  The difference to the normal image input is that only raster images are
35026  allowed; that means that PDF and EPS-images are not supported.
35027  Here is an inserted raster image: 
35028 \begin_inset External
35029         template RasterImage
35030         filename clipart/ToolbarEnvBox.png
35031
35032 \end_inset
35033
35034
35035 \end_layout
35036
35037 \begin_layout Description
35038 XFig This template supports images created with the program 
35039 \series bold
35040
35041 \begin_inset CommandInset href
35042 LatexCommand href
35043 name "Xfig"
35044 target "http://en.wikipedia.org/wiki/Xfig"
35045
35046 \end_inset
35047
35048
35049 \series default
35050 .
35051 \end_layout
35052
35053 \begin_layout Standard
35054 \begin_inset Float table
35055 placement !h
35056 wide false
35057 sideways false
35058 status open
35059
35060 \begin_layout Plain Layout
35061 \begin_inset Caption
35062
35063 \begin_layout Plain Layout
35064 \begin_inset CommandInset label
35065 LatexCommand label
35066 name "tab:Comparison-of-the"
35067
35068 \end_inset
35069
35070 Comparison of the date input methods.
35071 \end_layout
35072
35073 \end_inset
35074
35075
35076 \end_layout
35077
35078 \begin_layout Plain Layout
35079 \align center
35080 \begin_inset Tabular
35081 <lyxtabular version="3" rows="4" columns="4">
35082 <features tabularvalignment="middle">
35083 <column alignment="center" valignment="top" width="0">
35084 <column alignment="center" valignment="top" width="0">
35085 <column alignment="center" valignment="top" width="0">
35086 <column alignment="center" valignment="top" width="0">
35087 <row>
35088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35089 \begin_inset Text
35090
35091 \begin_layout Plain Layout
35092 Document format
35093 \end_layout
35094
35095 \end_inset
35096 </cell>
35097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35098 \begin_inset Text
35099
35100 \begin_layout Plain Layout
35101
35102 \family sans
35103 External Material\SpecialChar \menuseparator
35104 Date
35105 \end_layout
35106
35107 \end_inset
35108 </cell>
35109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35110 \begin_inset Text
35111
35112 \begin_layout Plain Layout
35113
35114 \family sans
35115 Insert\SpecialChar \menuseparator
35116 Date
35117 \end_layout
35118
35119 \end_inset
35120 </cell>
35121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35122 \begin_inset Text
35123
35124 \begin_layout Plain Layout
35125 command 
35126 \series bold
35127
35128 \backslash
35129 today
35130 \end_layout
35131
35132 \end_inset
35133 </cell>
35134 </row>
35135 <row>
35136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35137 \begin_inset Text
35138
35139 \begin_layout Plain Layout
35140 LyX
35141 \end_layout
35142
35143 \end_inset
35144 </cell>
35145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35146 \begin_inset Text
35147
35148 \begin_layout Plain Layout
35149 as inset box
35150 \end_layout
35151
35152 \end_inset
35153 </cell>
35154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35155 \begin_inset Text
35156
35157 \begin_layout Plain Layout
35158 as date
35159 \end_layout
35160
35161 \end_inset
35162 </cell>
35163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35164 \begin_inset Text
35165
35166 \begin_layout Plain Layout
35167 as TeX-Code inset box
35168 \end_layout
35169
35170 \end_inset
35171 </cell>
35172 </row>
35173 <row>
35174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35175 \begin_inset Text
35176
35177 \begin_layout Plain Layout
35178 LaTeX
35179 \end_layout
35180
35181 \end_inset
35182 </cell>
35183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35184 \begin_inset Text
35185
35186 \begin_layout Plain Layout
35187 as date
35188 \end_layout
35189
35190 \end_inset
35191 </cell>
35192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35193 \begin_inset Text
35194
35195 \begin_layout Plain Layout
35196 as date
35197 \end_layout
35198
35199 \end_inset
35200 </cell>
35201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35202 \begin_inset Text
35203
35204 \begin_layout Plain Layout
35205 as command
35206 \end_layout
35207
35208 \end_inset
35209 </cell>
35210 </row>
35211 <row>
35212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35213 \begin_inset Text
35214
35215 \begin_layout Plain Layout
35216 DVI, PDF, PS
35217 \end_layout
35218
35219 \end_inset
35220 </cell>
35221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35222 \begin_inset Text
35223
35224 \begin_layout Plain Layout
35225 as date
35226 \end_layout
35227
35228 \end_inset
35229 </cell>
35230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35231 \begin_inset Text
35232
35233 \begin_layout Plain Layout
35234 as date
35235 \end_layout
35236
35237 \end_inset
35238 </cell>
35239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35240 \begin_inset Text
35241
35242 \begin_layout Plain Layout
35243 as date
35244 \end_layout
35245
35246 \end_inset
35247 </cell>
35248 </row>
35249 </lyxtabular>
35250
35251 \end_inset
35252
35253
35254 \end_layout
35255
35256 \end_inset
35257
35258
35259 \end_layout
35260
35261 \begin_layout Standard
35262 When you use the option 
35263 \family sans
35264 Draft
35265 \family default
35266  in the 
35267 \family sans
35268 File
35269 \family default
35270  tab of the 
35271 \family sans
35272 External Material
35273 \family default
35274  dialog, only the path to the inserted file is shown in the output.
35275 \begin_inset Newline newline
35276 \end_inset
35277
35278 External material is displayed in LyX either as a box like this: 
35279 \begin_inset Graphics
35280         filename clipart/ExternalMaterialQt4.png
35281         scale 85
35282         scaleBeforeRotation
35283
35284 \end_inset
35285
35286  or as image, depending on the option 
35287 \family sans
35288 Show in LyX
35289 \family default
35290  in the 
35291 \family sans
35292 LaTeX and LyX options
35293 \family default
35294  tab of the dialog.
35295 \end_layout
35296
35297 \begin_layout Standard
35298 The 
35299 \family sans
35300 \emph on
35301 Customization
35302 \family default
35303 \emph default
35304  manual explains how you can define your own templates.
35305 \end_layout
35306
35307 \begin_layout Section
35308 Child Documents
35309 \begin_inset CommandInset label
35310 LatexCommand label
35311 name "sec:Child-Documents"
35312
35313 \end_inset
35314
35315
35316 \begin_inset Index idx
35317 status collapsed
35318
35319 \begin_layout Plain Layout
35320 External Document Parts ! Child Documents
35321 \end_layout
35322
35323 \end_inset
35324
35325
35326 \begin_inset Index idx
35327 status collapsed
35328
35329 \begin_layout Plain Layout
35330 Files ! Include
35331 \end_layout
35332
35333 \end_inset
35334
35335
35336 \end_layout
35337
35338 \begin_layout Standard
35339 Child documents are used if you have a long document consisting of several
35340  larger parts or sections.
35341  For maintenance it is often useful and sometimes even required to split
35342  the document into several files that can be revised separately.
35343  The different documents are then the so called 
35344 \begin_inset Quotes eld
35345 \end_inset
35346
35347 child documents
35348 \begin_inset Quotes erd
35349 \end_inset
35350
35351 , and a master document connects them to print the full document or parts
35352  of it.
35353  A child document inherits elements of its master, for example the LaTeX
35354  preamble, the bibliography, and labels for cross-references.
35355 \end_layout
35356
35357 \begin_layout Standard
35358 To be able to work on child documents without the need to open their master,
35359  specify in the child document the master in the menu
35360 \family sans
35361  Document\SpecialChar \menuseparator
35362 Settings\SpecialChar \menuseparator
35363 Document
35364 \begin_inset space ~
35365 \end_inset
35366
35367 Class
35368 \family default
35369 .
35370  This master document will then be used in the background by LyX when you
35371  edit the child document.
35372 \end_layout
35373
35374 \begin_layout Standard
35375 Included documents are displayed in LyX as a box like this: 
35376 \begin_inset Graphics
35377         filename clipart/ChildDocumentQt4.png
35378         scale 85
35379         scaleBeforeRotation
35380
35381 \end_inset
35382
35383  To include child documents in a master document use the menu 
35384 \family sans
35385 Insert\SpecialChar \menuseparator
35386 File\SpecialChar \menuseparator
35387 Child
35388 \begin_inset space ~
35389 \end_inset
35390
35391 Documents
35392 \family default
35393 .
35394  A dialog pops up where you can choose between four include methods:
35395 \end_layout
35396
35397 \begin_layout Description
35398 Include You can include LyX- and LaTeX-documents.
35399  When you press the 
35400 \family sans
35401 Load
35402 \family default
35403  button in the 
35404 \family sans
35405 Child Document
35406 \family default
35407  dialog, the included documents will be opened in LyX in a new file tab
35408  so that you can modify them.
35409 \begin_inset Newline newline
35410 \end_inset
35411
35412
35413 \end_layout
35414
35415 \begin_layout Standard
35416 Here is a child document inserted using 
35417 \family sans
35418 Include
35419 \family default
35420
35421 \begin_inset CommandInset include
35422 LatexCommand include
35423 filename "DummyDocument1.lyx"
35424
35425 \end_inset
35426
35427
35428 \end_layout
35429
35430 \begin_layout Standard
35431 The section numbering includes the sections of the included files in the
35432  order they are inserted in the master document.
35433  The included example document has for example a subsection that is numbered
35434  as a subsection of this section.
35435  Labels of included documents can be referenced: Subsection
35436 \begin_inset space ~
35437 \end_inset
35438
35439
35440 \begin_inset CommandInset ref
35441 LatexCommand ref
35442 reference "sub:External-Subsection-1"
35443
35444 \end_inset
35445
35446 .
35447 \end_layout
35448
35449 \begin_layout Standard
35450 The preamble of the child document is ignored; only the preamble of the
35451  master document is used.
35452  Branches in child documents will be ignored by the master document when
35453  the master document does not have a branch with the same name.
35454  Included documents are inserted starting on a new page and ending with
35455  a page break.
35456 \end_layout
35457
35458 \begin_layout Standard
35459 \begin_inset Note Greyedout
35460 status open
35461
35462 \begin_layout Plain Layout
35463
35464 \series bold
35465 Note:
35466 \series default
35467  If you have included a LyX- or LaTeX-file, you are warned when you export/view
35468  the document in case the child document uses another document class than
35469  the master document as this will lead to unexpected outputs.
35470 \end_layout
35471
35472 \end_inset
35473
35474
35475 \end_layout
35476
35477 \begin_layout Description
35478 Input This method is very similar to the Include method.
35479  The differences are:
35480 \end_layout
35481
35482 \begin_deeper
35483 \begin_layout Itemize
35484 Input files don't start with a new page and don't end with a page break.
35485 \end_layout
35486
35487 \begin_layout Itemize
35488 Input files can be previewed in LyX when 
35489 \family sans
35490 Instant
35491 \begin_inset space ~
35492 \end_inset
35493
35494 Preview
35495 \family default
35496  is enabled in LyX's preferences under 
35497 \family sans
35498 Look
35499 \begin_inset space ~
35500 \end_inset
35501
35502 and
35503 \begin_inset space ~
35504 \end_inset
35505
35506 feel\SpecialChar \menuseparator
35507 Graphics
35508 \family default
35509 .
35510 \end_layout
35511
35512 \begin_layout Itemize
35513 You cannot exclude Input files via the menu 
35514 \family sans
35515 Document\SpecialChar \menuseparator
35516 Settings\SpecialChar \menuseparator
35517 Child Documents
35518 \family default
35519 .
35520 \end_layout
35521
35522 \end_deeper
35523 \begin_layout Standard
35524 Here is a child document inserted using 
35525 \family sans
35526 Input
35527 \family default
35528
35529 \begin_inset CommandInset include
35530 LatexCommand input
35531 filename "DummyDocument2.lyx"
35532
35533 \end_inset
35534
35535
35536 \end_layout
35537
35538 \begin_layout Description
35539 Verbatim With this method any text file can be included.
35540  The file is shown in the output with its source code; no command used in
35541  the text is invoked.
35542  You can use the option 
35543 \family sans
35544 Mark spaces in output
35545 \family default
35546  that displays the character 
35547 \begin_inset Quotes eld
35548 \end_inset
35549
35550
35551 \begin_inset ERT
35552 status collapsed
35553
35554 \begin_layout Plain Layout
35555
35556
35557 \backslash
35558 textvisiblespace 
35559 \end_layout
35560
35561 \end_inset
35562
35563
35564 \begin_inset Quotes erd
35565 \end_inset
35566
35567  for every space character in the source code.
35568  The difference from the method via the menu 
35569 \family sans
35570 Insert\SpecialChar \menuseparator
35571 File\SpecialChar \menuseparator
35572 Plain
35573 \begin_inset space ~
35574 \end_inset
35575
35576 Text
35577 \family default
35578  is that the document content is not shown in LyX.
35579 \end_layout
35580
35581 \begin_layout Standard
35582 Here is a child document inserted as Verbatim: 
35583 \begin_inset CommandInset include
35584 LatexCommand verbatiminput
35585 filename "DummyTextDocument.txt"
35586
35587 \end_inset
35588
35589
35590 \begin_inset VSpace bigskip
35591 \end_inset
35592
35593  Here is a child document inserted as Verbatim using the 
35594 \family sans
35595 Mark spaces in output
35596 \family default
35597  option: 
35598 \begin_inset CommandInset include
35599 LatexCommand verbatiminput*
35600 filename "DummyTextDocument.txt"
35601
35602 \end_inset
35603
35604
35605 \end_layout
35606
35607 \begin_layout Standard
35608 \begin_inset VSpace bigskip
35609 \end_inset
35610
35611
35612 \end_layout
35613
35614 \begin_layout Standard
35615 \begin_inset Note Greyedout
35616 status open
35617
35618 \begin_layout Plain Layout
35619
35620 \series bold
35621 Note:
35622 \series default
35623  As you can see in the examples above, the text of the documents included
35624  as 
35625 \family sans
35626 verbatim
35627 \family default
35628  is not broken at the end of the document lines.
35629 \end_layout
35630
35631 \end_inset
35632
35633
35634 \end_layout
35635
35636 \begin_layout Description
35637 Listings This type is described in chapter
35638 \begin_inset space ~
35639 \end_inset
35640
35641
35642 \begin_inset CommandInset ref
35643 LatexCommand ref
35644 reference "cha:Program-Code-Listings"
35645
35646 \end_inset
35647
35648 .
35649 \end_layout
35650
35651 \begin_layout Standard
35652 \begin_inset Note Greyedout
35653 status open
35654
35655 \begin_layout Plain Layout
35656
35657 \series bold
35658 Note:
35659 \series default
35660  Including the same document twice in a document using different methods
35661  could cause LaTeX-problems.
35662 \end_layout
35663
35664 \end_inset
35665
35666
35667 \end_layout
35668
35669 \begin_layout Standard
35670 If you want to view/export only selected children of your master document,
35671  either because you want to save compiling time or because you want to distribut
35672 e single chapters of the book you are just writing, you can exclude children
35673  from the output.
35674  This is done via the menu 
35675 \family sans
35676 Document\SpecialChar \menuseparator
35677 Settings\SpecialChar \menuseparator
35678 Child Documents
35679 \family default
35680 .
35681  You can exclude\SpecialChar \slash{}
35682 include children by double-clicking on the 
35683 \family sans
35684 include to output
35685 \family default
35686  column of the respective child document in the list (note that this only
35687  works for documents embedded via 
35688 \begin_inset Quotes eld
35689 \end_inset
35690
35691 Include
35692 \begin_inset Quotes erd
35693 \end_inset
35694
35695 , not with 
35696 \begin_inset Quotes eld
35697 \end_inset
35698
35699 Input
35700 \begin_inset Quotes erd
35701 \end_inset
35702
35703 ).
35704  If the option 
35705 \family sans
35706 Maintain counters and references
35707 \family default
35708  is enabled, LyX will assure that all page numbers, references etc.
35709 \begin_inset space ~
35710 \end_inset
35711
35712 are correct as if the whole document was processed.
35713  This is useful if you want the selected sub-documents to look exactly as
35714  in the context of the whole document.
35715  However, LyX needs to process the whole document in the background for
35716  this feature.
35717  So if you want to save compile time and if counters and references do not
35718  need to be correct, disable this checkbox.
35719 \end_layout
35720
35721 \begin_layout Standard
35722 Alternatively, you can put each included file into a branch.
35723 \begin_inset Foot
35724 status collapsed
35725
35726 \begin_layout Plain Layout
35727 Branches are described in section 
35728 \emph on
35729 Branches
35730 \emph default
35731  of the LyX 
35732 \emph on
35733 Userguide
35734 \emph default
35735 .
35736 \end_layout
35737
35738 \end_inset
35739
35740  By enabling\SpecialChar \slash{}
35741 disabling branches you can decide which included files will
35742  appear in the output.
35743  This has the advantage that it also works with Input'ed sub-documents.
35744  However, counters and references will not be maintained with this approach.
35745 \end_layout
35746
35747 \begin_layout Chapter
35748 Program Code Listings
35749 \begin_inset CommandInset label
35750 LatexCommand label
35751 name "cha:Program-Code-Listings"
35752
35753 \end_inset
35754
35755
35756 \begin_inset Index idx
35757 status collapsed
35758
35759 \begin_layout Plain Layout
35760 Listings
35761 \end_layout
35762
35763 \end_inset
35764
35765
35766 \begin_inset Index idx
35767 status collapsed
35768
35769 \begin_layout Plain Layout
35770 Program Code
35771 \end_layout
35772
35773 \end_inset
35774
35775
35776 \begin_inset Index idx
35777 status collapsed
35778
35779 \begin_layout Plain Layout
35780 Floats ! Listings
35781 \end_layout
35782
35783 \end_inset
35784
35785
35786 \end_layout
35787
35788 \begin_layout Standard
35789 To include and typeset program code you can use the 
35790 \family sans
35791 Listings
35792 \family default
35793  inset that can be inserted via the menu 
35794 \family sans
35795 Insert\SpecialChar \menuseparator
35796 Program Listing
35797 \family default
35798 .
35799  The LaTeX-package 
35800 \series bold
35801 listings
35802 \series default
35803
35804 \begin_inset Index idx
35805 status collapsed
35806
35807 \begin_layout Plain Layout
35808 LaTeX-packages ! listings
35809 \end_layout
35810
35811 \end_inset
35812
35813  provides a powerful and flexible way to insert program source code into
35814  your document.
35815 \end_layout
35816
35817 \begin_layout Standard
35818 Right-clicking on a listings inset opens the context menu containing where
35819  you can set the listings format.
35820 \end_layout
35821
35822 \begin_layout Standard
35823 By default, a listing starts a new paragraph in the output.
35824  The placement option 
35825 \family sans
35826 Inline
35827 \begin_inset space ~
35828 \end_inset
35829
35830 listing
35831 \family default
35832  prints the listing inline like this: 
35833 \begin_inset listings
35834 lstparams "language={C++}"
35835 inline true
35836 status open
35837
35838 \begin_layout Plain Layout
35839
35840 int a=5;
35841 \end_layout
35842
35843 \end_inset
35844
35845
35846 \begin_inset Newline newline
35847 \end_inset
35848
35849 The option 
35850 \family sans
35851 Float
35852 \family default
35853  creates a listings float where you can specify the placement options 
35854 \begin_inset Quotes eld
35855 \end_inset
35856
35857
35858 \family sans
35859 h
35860 \family default
35861
35862 \begin_inset Quotes erd
35863 \end_inset
35864
35865
35866 \begin_inset Quotes eld
35867 \end_inset
35868
35869
35870 \family sans
35871 t
35872 \family default
35873
35874 \begin_inset Quotes erd
35875 \end_inset
35876
35877
35878 \begin_inset Quotes eld
35879 \end_inset
35880
35881
35882 \family sans
35883 b
35884 \family default
35885
35886 \begin_inset Quotes erd
35887 \end_inset
35888
35889 , and 
35890 \begin_inset Quotes eld
35891 \end_inset
35892
35893
35894 \family sans
35895 p
35896 \family default
35897
35898 \begin_inset Quotes erd
35899 \end_inset
35900
35901  corresponding to the float placement options described in section
35902 \begin_inset space ~
35903 \end_inset
35904
35905
35906 \begin_inset CommandInset ref
35907 LatexCommand ref
35908 reference "sec:Float-Placement"
35909
35910 \end_inset
35911
35912 .
35913  The placement options can be mixed and are inserted without any separation,
35914  e.
35915 \begin_inset space \thinspace{}
35916 \end_inset
35917
35918 g.
35919 \begin_inset space \space{}
35920 \end_inset
35921
35922
35923 \begin_inset Quotes eld
35924 \end_inset
35925
35926
35927 \family sans
35928 htbp
35929 \family default
35930
35931 \begin_inset Quotes erd
35932 \end_inset
35933
35934 .
35935  The option 
35936 \begin_inset Quotes eld
35937 \end_inset
35938
35939 h
35940 \begin_inset Quotes erd
35941 \end_inset
35942
35943  has sometimes no effect, but you don't need to use the 
35944 \family sans
35945 Float
35946 \family default
35947  option in this case as also non-float listings can have captions and be
35948  referenced.
35949 \end_layout
35950
35951 \begin_layout Standard
35952 You can add captions to listings with the menu 
35953 \family sans
35954 Insert\SpecialChar \menuseparator
35955 Caption
35956 \family default
35957 .
35958  Listings can be referenced like floats: Listing
35959 \begin_inset space ~
35960 \end_inset
35961
35962
35963 \begin_inset CommandInset ref
35964 LatexCommand ref
35965 reference "lst:Example-Listing"
35966
35967 \end_inset
35968
35969
35970 \end_layout
35971
35972 \begin_layout Standard
35973 \begin_inset listings
35974 lstparams "language=Python"
35975 inline false
35976 status open
35977
35978 \begin_layout Plain Layout
35979
35980 \begin_inset Caption
35981
35982 \begin_layout Plain Layout
35983 \begin_inset CommandInset label
35984 LatexCommand label
35985 name "lst:Example-Listing"
35986
35987 \end_inset
35988
35989 Example Listing float
35990 \end_layout
35991
35992 \end_inset
35993
35994 # Example listing float
35995 \end_layout
35996
35997 \begin_layout Plain Layout
35998
35999 def func(param):
36000 \end_layout
36001
36002 \begin_layout Plain Layout
36003
36004     'this is a python function'
36005 \end_layout
36006
36007 \begin_layout Plain Layout
36008
36009     pass
36010 \end_layout
36011
36012 \end_inset
36013
36014
36015 \end_layout
36016
36017 \begin_layout Standard
36018 When you have set a programming language in the listings dialog, the keywords
36019  of this language will be recognized and specially typeset in the output.
36020  In the example listings the Python keyword 
36021 \begin_inset Quotes eld
36022 \end_inset
36023
36024 def
36025 \begin_inset Quotes erd
36026 \end_inset
36027
36028  is recognized and printed bold in the output.
36029 \end_layout
36030
36031 \begin_layout Standard
36032 \begin_inset Note Greyedout
36033 status open
36034
36035 \begin_layout Plain Layout
36036
36037 \series bold
36038 Note:
36039 \series default
36040  If you don't get bold keywords when using typewriter fonts, your 
36041 \family typewriter
36042 typewriter
36043 \family default
36044  font probably doesn't provide a bold shape.
36045  In this case select a different one in the menu 
36046 \family sans
36047 Document\SpecialChar \menuseparator
36048 Settings\SpecialChar \menuseparator
36049 Fonts
36050 \family default
36051 .
36052  (The fonts 
36053 \emph on
36054 LuxiMono, BeraMono
36055 \emph default
36056  and 
36057 \emph on
36058 Courier
36059 \emph default
36060  provide bold shapes.)
36061 \end_layout
36062
36063 \end_inset
36064
36065
36066 \end_layout
36067
36068 \begin_layout Standard
36069 In section 
36070 \family sans
36071 Line
36072 \begin_inset space ~
36073 \end_inset
36074
36075 numbering
36076 \family default
36077  of the listings dialog you can specify the line numbering style.
36078  You can insert a number to specify which lines are numbered in the field
36079  
36080 \family sans
36081 Step
36082 \family default
36083 .
36084  When you insert e.
36085 \begin_inset space \thinspace{}
36086 \end_inset
36087
36088 g.
36089 \begin_inset space \space{}
36090 \end_inset
36091
36092
36093 \begin_inset Quotes eld
36094 \end_inset
36095
36096 3
36097 \begin_inset Quotes erd
36098 \end_inset
36099
36100 , only every 3rd line will be numbered.
36101 \end_layout
36102
36103 \begin_layout Standard
36104 You can furthermore specify a range of lines; only these will then appear
36105  in the output.
36106  The option 
36107 \family sans
36108 Extended character table
36109 \family default
36110  should be used when you use national characters like the German umlauts
36111  in the listing.
36112 \begin_inset Newline newline
36113 \end_inset
36114
36115 Here is an example listing with left line numbering, step 
36116 \begin_inset Quotes eld
36117 \end_inset
36118
36119 3
36120 \begin_inset Quotes erd
36121 \end_inset
36122
36123 , language 
36124 \begin_inset Quotes eld
36125 \end_inset
36126
36127 Python
36128 \begin_inset Quotes erd
36129 \end_inset
36130
36131 , options 
36132 \begin_inset Quotes eld
36133 \end_inset
36134
36135 Extended character table
36136 \begin_inset Quotes erd
36137 \end_inset
36138
36139  and 
36140 \begin_inset Quotes eld
36141 \end_inset
36142
36143 Space
36144 \begin_inset space ~
36145 \end_inset
36146
36147 as
36148 \begin_inset space ~
36149 \end_inset
36150
36151 symbol
36152 \begin_inset Quotes erd
36153 \end_inset
36154
36155 , range lines 3
36156 \begin_inset space \thinspace{}
36157 \end_inset
36158
36159 -
36160 \begin_inset space \thinspace{}
36161 \end_inset
36162
36163 8:
36164 \end_layout
36165
36166 \begin_layout Standard
36167 \begin_inset listings
36168 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
36169 inline false
36170 status open
36171
36172 \begin_layout Plain Layout
36173
36174 def func(param):
36175 \end_layout
36176
36177 \begin_layout Plain Layout
36178
36179     'this is a python function'
36180 \end_layout
36181
36182 \begin_layout Plain Layout
36183
36184     pass
36185 \end_layout
36186
36187 \begin_layout Plain Layout
36188
36189 def func(param):
36190 \end_layout
36191
36192 \begin_layout Plain Layout
36193
36194 'This is a German word: Tschüß'
36195 \end_layout
36196
36197 \begin_layout Plain Layout
36198
36199 pass
36200 \end_layout
36201
36202 \begin_layout Plain Layout
36203
36204 def func(param):
36205 \end_layout
36206
36207 \begin_layout Plain Layout
36208
36209 'this is a python function'
36210 \end_layout
36211
36212 \begin_layout Plain Layout
36213
36214 pass
36215 \end_layout
36216
36217 \end_inset
36218
36219
36220 \end_layout
36221
36222 \begin_layout Standard
36223 When you have tabulators in your listing, you can specify the number of
36224  characters that are spanned by a tabulator in the field 
36225 \family sans
36226 Tabulator
36227 \begin_inset space ~
36228 \end_inset
36229
36230 size
36231 \family default
36232 .
36233 \end_layout
36234
36235 \begin_layout Standard
36236 \begin_inset Note Greyedout
36237 status open
36238
36239 \begin_layout Plain Layout
36240
36241 \series bold
36242 Note:
36243 \series default
36244  Due to a bug in the 
36245 \series bold
36246 listings
36247 \series default
36248  package the line numbering is shifted by a line by every previous listing.
36249  That's the reason why the lines 2 and 5 are numbered in the above listing
36250  and not the lines 3 and 6.
36251 \end_layout
36252
36253 \end_inset
36254
36255
36256 \end_layout
36257
36258 \begin_layout Standard
36259 \begin_inset VSpace bigskip
36260 \end_inset
36261
36262
36263 \end_layout
36264
36265 \begin_layout Standard
36266 It is also possible to print lines from a file as listing.
36267  To do this, use the menu 
36268 \family sans
36269 Insert\SpecialChar \menuseparator
36270 File\SpecialChar \menuseparator
36271 Child Document
36272 \family default
36273  and choose the type 
36274 \family sans
36275 Listings
36276 \family default
36277 .
36278 \begin_inset Foot
36279 status collapsed
36280
36281 \begin_layout Plain Layout
36282 The other child document types are described in section
36283 \begin_inset space ~
36284 \end_inset
36285
36286
36287 \begin_inset CommandInset ref
36288 LatexCommand ref
36289 reference "sec:Child-Documents"
36290
36291 \end_inset
36292
36293 .
36294 \end_layout
36295
36296 \end_inset
36297
36298  In the child document dialog you can specify the listing parameters in
36299  a text box.
36300  To show a list of all available parameters, type in a question mark 
36301 \begin_inset Quotes eld
36302 \end_inset
36303
36304 ?
36305 \begin_inset Quotes erd
36306 \end_inset
36307
36308  in the text box.
36309 \end_layout
36310
36311 \begin_layout Standard
36312 To reference child document listings, write a label text into the corresponding
36313  field of the child document dialog.
36314  The label can then be referenced using the menu 
36315 \family sans
36316 Insert\SpecialChar \menuseparator
36317 Cross-Reference
36318 \family default
36319 .
36320 \end_layout
36321
36322 \begin_layout Standard
36323 Listing
36324 \begin_inset space ~
36325 \end_inset
36326
36327
36328 \begin_inset CommandInset ref
36329 LatexCommand ref
36330 reference "lst:file-listing"
36331
36332 \end_inset
36333
36334  is an example for a listing of a file; there the lines 10
36335 \begin_inset space \thinspace{}
36336 \end_inset
36337
36338 -
36339 \begin_inset space \thinspace{}
36340 \end_inset
36341
36342 15 of this LyX file are listed.
36343 \end_layout
36344
36345 \begin_layout Standard
36346 \begin_inset CommandInset include
36347 LatexCommand lstinputlisting
36348 filename "EmbeddedObjects.lyx"
36349 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
36350
36351 \end_inset
36352
36353
36354 \end_layout
36355
36356 \begin_layout Standard
36357 \begin_inset VSpace bigskip
36358 \end_inset
36359
36360
36361 \end_layout
36362
36363 \begin_layout Standard
36364 Inserting a formula into a listing can be done the following way:
36365 \end_layout
36366
36367 \begin_layout Enumerate
36368 Open the listings dialog and add
36369 \begin_inset Newline newline
36370 \end_inset
36371
36372
36373 \family sans
36374 mathescape=true
36375 \family default
36376
36377 \begin_inset Newline newline
36378 \end_inset
36379
36380 to the field of the 
36381 \family sans
36382 Advanced
36383 \family default
36384  tab.
36385 \end_layout
36386
36387 \begin_layout Enumerate
36388 Create a formula outside the listing
36389 \end_layout
36390
36391 \begin_layout Enumerate
36392 Copy the content of the formula (not the formula inset) to the clipboard
36393  (shortcut 
36394 \begin_inset Info
36395 type  "shortcut"
36396 arg   "copy"
36397 \end_inset
36398
36399 )
36400 \end_layout
36401
36402 \begin_layout Enumerate
36403 In the listing write 
36404 \begin_inset Quotes eld
36405 \end_inset
36406
36407
36408 \family sans
36409 $$
36410 \family default
36411
36412 \begin_inset Quotes erd
36413 \end_inset
36414
36415  and copy from the clipboard between the dollar-signs (shortcut 
36416 \begin_inset Info
36417 type  "shortcut"
36418 arg   "paste"
36419 \end_inset
36420
36421 )
36422 \end_layout
36423
36424 \begin_layout Standard
36425 \begin_inset listings
36426 lstparams "language=Python,mathescape=true"
36427 inline false
36428 status open
36429
36430 \begin_layout Plain Layout
36431
36432 \begin_inset Caption
36433
36434 \begin_layout Plain Layout
36435 Example Listing float containing a formula
36436 \end_layout
36437
36438 \end_inset
36439
36440 # Example listing float
36441 \end_layout
36442
36443 \begin_layout Plain Layout
36444
36445 def func(param):
36446 \end_layout
36447
36448 \begin_layout Plain Layout
36449
36450     # $
36451 \backslash
36452 prod_{n=1}^{
36453 \backslash
36454 infty}
36455 \backslash
36456 ,
36457 \backslash
36458 frac{1}{x^{2}}$
36459 \end_layout
36460
36461 \begin_layout Plain Layout
36462
36463     pass
36464 \end_layout
36465
36466 \end_inset
36467
36468
36469 \end_layout
36470
36471 \begin_layout Standard
36472 \begin_inset VSpace bigskip
36473 \end_inset
36474
36475
36476 \end_layout
36477
36478 \begin_layout Standard
36479 Global listings settings can be set in the 
36480 \family sans
36481 Document\SpecialChar \menuseparator
36482 Settings\SpecialChar \menuseparator
36483 Listings
36484 \family default
36485  dialog.
36486  To get there a list of available options, type in a question mark 
36487 \begin_inset Quotes eld
36488 \end_inset
36489
36490 ?
36491 \begin_inset Quotes erd
36492 \end_inset
36493
36494 .
36495 \end_layout
36496
36497 \begin_layout Standard
36498 For more information about the 
36499 \series bold
36500 listings
36501 \series default
36502  package, we refer to its documentation 
36503 \begin_inset CommandInset citation
36504 LatexCommand cite
36505 key "listings"
36506
36507 \end_inset
36508
36509 .
36510 \end_layout
36511
36512 \begin_layout Standard
36513 \begin_inset Newpage newpage
36514 \end_inset
36515
36516
36517 \end_layout
36518
36519 \begin_layout Chapter
36520 \start_of_appendix
36521 Units available in LyX
36522 \begin_inset Index idx
36523 status collapsed
36524
36525 \begin_layout Plain Layout
36526 Units
36527 \end_layout
36528
36529 \end_inset
36530
36531
36532 \begin_inset CommandInset label
36533 LatexCommand label
36534 name "cha:Units-available-in"
36535
36536 \end_inset
36537
36538
36539 \end_layout
36540
36541 \begin_layout Standard
36542 To understand the units described in this documentation, Table
36543 \begin_inset space ~
36544 \end_inset
36545
36546
36547 \begin_inset CommandInset ref
36548 LatexCommand ref
36549 reference "tab:Units"
36550
36551 \end_inset
36552
36553  explains all units available in LyX.
36554 \end_layout
36555
36556 \begin_layout Standard
36557 \begin_inset Float table
36558 placement h
36559 wide false
36560 sideways false
36561 status open
36562
36563 \begin_layout Plain Layout
36564 \begin_inset Caption
36565
36566 \begin_layout Plain Layout
36567 \begin_inset CommandInset label
36568 LatexCommand label
36569 name "tab:Units"
36570
36571 \end_inset
36572
36573 Units
36574 \end_layout
36575
36576 \end_inset
36577
36578
36579 \end_layout
36580
36581 \begin_layout Plain Layout
36582 \begin_inset VSpace medskip
36583 \end_inset
36584
36585
36586 \end_layout
36587
36588 \begin_layout Plain Layout
36589 \align center
36590 \begin_inset Tabular
36591 <lyxtabular version="3" rows="20" columns="2">
36592 <features tabularvalignment="middle">
36593 <column alignment="center" valignment="top" width="0">
36594 <column alignment="center" valignment="top" width="0">
36595 <row>
36596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36597 \begin_inset Text
36598
36599 \begin_layout Plain Layout
36600 unit
36601 \end_layout
36602
36603 \end_inset
36604 </cell>
36605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36606 \begin_inset Text
36607
36608 \begin_layout Plain Layout
36609 name/description
36610 \end_layout
36611
36612 \end_inset
36613 </cell>
36614 </row>
36615 <row>
36616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36617 \begin_inset Text
36618
36619 \begin_layout Plain Layout
36620 mm
36621 \end_layout
36622
36623 \end_inset
36624 </cell>
36625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36626 \begin_inset Text
36627
36628 \begin_layout Plain Layout
36629 millimeter
36630 \end_layout
36631
36632 \end_inset
36633 </cell>
36634 </row>
36635 <row>
36636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36637 \begin_inset Text
36638
36639 \begin_layout Plain Layout
36640 cm
36641 \end_layout
36642
36643 \end_inset
36644 </cell>
36645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36646 \begin_inset Text
36647
36648 \begin_layout Plain Layout
36649 centimeter
36650 \end_layout
36651
36652 \end_inset
36653 </cell>
36654 </row>
36655 <row>
36656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36657 \begin_inset Text
36658
36659 \begin_layout Plain Layout
36660 in
36661 \end_layout
36662
36663 \end_inset
36664 </cell>
36665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36666 \begin_inset Text
36667
36668 \begin_layout Plain Layout
36669 inch
36670 \end_layout
36671
36672 \end_inset
36673 </cell>
36674 </row>
36675 <row>
36676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36677 \begin_inset Text
36678
36679 \begin_layout Plain Layout
36680 pt
36681 \end_layout
36682
36683 \end_inset
36684 </cell>
36685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36686 \begin_inset Text
36687
36688 \begin_layout Plain Layout
36689 point (72.27
36690 \begin_inset space \thinspace{}
36691 \end_inset
36692
36693 pt = 1
36694 \begin_inset space \thinspace{}
36695 \end_inset
36696
36697 in)
36698 \end_layout
36699
36700 \end_inset
36701 </cell>
36702 </row>
36703 <row>
36704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36705 \begin_inset Text
36706
36707 \begin_layout Plain Layout
36708 pc
36709 \end_layout
36710
36711 \end_inset
36712 </cell>
36713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36714 \begin_inset Text
36715
36716 \begin_layout Plain Layout
36717 pica (1
36718 \begin_inset space \thinspace{}
36719 \end_inset
36720
36721 pc = 12
36722 \begin_inset space \thinspace{}
36723 \end_inset
36724
36725 pt)
36726 \end_layout
36727
36728 \end_inset
36729 </cell>
36730 </row>
36731 <row>
36732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36733 \begin_inset Text
36734
36735 \begin_layout Plain Layout
36736 sp
36737 \end_layout
36738
36739 \end_inset
36740 </cell>
36741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36742 \begin_inset Text
36743
36744 \begin_layout Plain Layout
36745 scaled point (65536
36746 \begin_inset space \thinspace{}
36747 \end_inset
36748
36749 sp = 1
36750 \begin_inset space \thinspace{}
36751 \end_inset
36752
36753 pt)
36754 \end_layout
36755
36756 \end_inset
36757 </cell>
36758 </row>
36759 <row>
36760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36761 \begin_inset Text
36762
36763 \begin_layout Plain Layout
36764 bp
36765 \end_layout
36766
36767 \end_inset
36768 </cell>
36769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36770 \begin_inset Text
36771
36772 \begin_layout Plain Layout
36773 big point (72
36774 \begin_inset space \thinspace{}
36775 \end_inset
36776
36777 bp = 1
36778 \begin_inset space \thinspace{}
36779 \end_inset
36780
36781 in)
36782 \end_layout
36783
36784 \end_inset
36785 </cell>
36786 </row>
36787 <row>
36788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36789 \begin_inset Text
36790
36791 \begin_layout Plain Layout
36792 dd
36793 \end_layout
36794
36795 \end_inset
36796 </cell>
36797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36798 \begin_inset Text
36799
36800 \begin_layout Plain Layout
36801 didot (1
36802 \begin_inset space \thinspace{}
36803 \end_inset
36804
36805 dd 
36806 \begin_inset Formula $\approx$
36807 \end_inset
36808
36809  0.376
36810 \begin_inset space \thinspace{}
36811 \end_inset
36812
36813 mm)
36814 \end_layout
36815
36816 \end_inset
36817 </cell>
36818 </row>
36819 <row>
36820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36821 \begin_inset Text
36822
36823 \begin_layout Plain Layout
36824 cc
36825 \end_layout
36826
36827 \end_inset
36828 </cell>
36829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36830 \begin_inset Text
36831
36832 \begin_layout Plain Layout
36833 cicero (1
36834 \begin_inset space \thinspace{}
36835 \end_inset
36836
36837 cc = 12
36838 \begin_inset space \thinspace{}
36839 \end_inset
36840
36841 dd)
36842 \end_layout
36843
36844 \end_inset
36845 </cell>
36846 </row>
36847 <row>
36848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36849 \begin_inset Text
36850
36851 \begin_layout Plain Layout
36852 Scale%
36853 \end_layout
36854
36855 \end_inset
36856 </cell>
36857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36858 \begin_inset Text
36859
36860 \begin_layout Plain Layout
36861 % of original image width
36862 \end_layout
36863
36864 \end_inset
36865 </cell>
36866 </row>
36867 <row>
36868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36869 \begin_inset Text
36870
36871 \begin_layout Plain Layout
36872 text%
36873 \end_layout
36874
36875 \end_inset
36876 </cell>
36877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36878 \begin_inset Text
36879
36880 \begin_layout Plain Layout
36881 % of text width
36882 \end_layout
36883
36884 \end_inset
36885 </cell>
36886 </row>
36887 <row>
36888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36889 \begin_inset Text
36890
36891 \begin_layout Plain Layout
36892 col%
36893 \end_layout
36894
36895 \end_inset
36896 </cell>
36897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36898 \begin_inset Text
36899
36900 \begin_layout Plain Layout
36901 % of column width
36902 \end_layout
36903
36904 \end_inset
36905 </cell>
36906 </row>
36907 <row>
36908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36909 \begin_inset Text
36910
36911 \begin_layout Plain Layout
36912 page%
36913 \end_layout
36914
36915 \end_inset
36916 </cell>
36917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36918 \begin_inset Text
36919
36920 \begin_layout Plain Layout
36921 % of paper width
36922 \end_layout
36923
36924 \end_inset
36925 </cell>
36926 </row>
36927 <row>
36928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36929 \begin_inset Text
36930
36931 \begin_layout Plain Layout
36932 line%
36933 \end_layout
36934
36935 \end_inset
36936 </cell>
36937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36938 \begin_inset Text
36939
36940 \begin_layout Plain Layout
36941 % of line width
36942 \end_layout
36943
36944 \end_inset
36945 </cell>
36946 </row>
36947 <row>
36948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36949 \begin_inset Text
36950
36951 \begin_layout Plain Layout
36952 theight%
36953 \end_layout
36954
36955 \end_inset
36956 </cell>
36957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36958 \begin_inset Text
36959
36960 \begin_layout Plain Layout
36961 % of text height
36962 \end_layout
36963
36964 \end_inset
36965 </cell>
36966 </row>
36967 <row>
36968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36969 \begin_inset Text
36970
36971 \begin_layout Plain Layout
36972 pheight%
36973 \end_layout
36974
36975 \end_inset
36976 </cell>
36977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36978 \begin_inset Text
36979
36980 \begin_layout Plain Layout
36981 % of paper height
36982 \end_layout
36983
36984 \end_inset
36985 </cell>
36986 </row>
36987 <row>
36988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36989 \begin_inset Text
36990
36991 \begin_layout Plain Layout
36992 ex
36993 \end_layout
36994
36995 \end_inset
36996 </cell>
36997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36998 \begin_inset Text
36999
37000 \begin_layout Plain Layout
37001 height of letter 
37002 \emph on
37003 x
37004 \emph default
37005  in current font
37006 \end_layout
37007
37008 \end_inset
37009 </cell>
37010 </row>
37011 <row>
37012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37013 \begin_inset Text
37014
37015 \begin_layout Plain Layout
37016 em
37017 \end_layout
37018
37019 \end_inset
37020 </cell>
37021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37022 \begin_inset Text
37023
37024 \begin_layout Plain Layout
37025 width of letter 
37026 \emph on
37027 M
37028 \emph default
37029  in current font
37030 \end_layout
37031
37032 \end_inset
37033 </cell>
37034 </row>
37035 <row>
37036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37037 \begin_inset Text
37038
37039 \begin_layout Plain Layout
37040 mu
37041 \end_layout
37042
37043 \end_inset
37044 </cell>
37045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37046 \begin_inset Text
37047
37048 \begin_layout Plain Layout
37049 math unit (1
37050 \begin_inset space \thinspace{}
37051 \end_inset
37052
37053 mu = 1/18
37054 \begin_inset space \thinspace{}
37055 \end_inset
37056
37057 em)
37058 \end_layout
37059
37060 \end_inset
37061 </cell>
37062 </row>
37063 </lyxtabular>
37064
37065 \end_inset
37066
37067
37068 \end_layout
37069
37070 \end_inset
37071
37072
37073 \end_layout
37074
37075 \begin_layout Chapter
37076 Output File Formats with Graphics
37077 \begin_inset CommandInset label
37078 LatexCommand label
37079 name "cha:Output-File-Formats"
37080
37081 \end_inset
37082
37083
37084 \end_layout
37085
37086 \begin_layout Section
37087 DVI
37088 \begin_inset Index idx
37089 status collapsed
37090
37091 \begin_layout Plain Layout
37092 File Formats ! DVI
37093 \end_layout
37094
37095 \end_inset
37096
37097
37098 \begin_inset Index idx
37099 status collapsed
37100
37101 \begin_layout Plain Layout
37102 DVI|see
37103 \begin_inset ERT
37104 status collapsed
37105
37106 \begin_layout Plain Layout
37107
37108 {
37109 \end_layout
37110
37111 \end_inset
37112
37113 File Formats
37114 \begin_inset ERT
37115 status collapsed
37116
37117 \begin_layout Plain Layout
37118
37119 }
37120 \end_layout
37121
37122 \end_inset
37123
37124
37125 \end_layout
37126
37127 \end_inset
37128
37129
37130 \end_layout
37131
37132 \begin_layout Standard
37133 This file type has the extension 
37134 \begin_inset Quotes eld
37135 \end_inset
37136
37137
37138 \family typewriter
37139 .dvi
37140 \family default
37141
37142 \begin_inset Quotes erd
37143 \end_inset
37144
37145 .
37146  It is called 
37147 \begin_inset Quotes eld
37148 \end_inset
37149
37150 device-independent
37151 \begin_inset Quotes erd
37152 \end_inset
37153
37154  (DVI), because it is completely portable; you can move them from one machine
37155  to another without needing to do any sort of conversion.
37156  At the time when this file-format was developed, this was no matter of
37157  course.
37158  DVIs are used for quick previews and as pre-stage for other output formats,
37159  like PostScript.
37160 \end_layout
37161
37162 \begin_layout Standard
37163 \begin_inset Note Greyedout
37164 status open
37165
37166 \begin_layout Plain Layout
37167
37168 \series bold
37169 Note:
37170 \series default
37171  DVI-files do not contain images; they will only be a linked.
37172 \end_layout
37173
37174 \end_inset
37175
37176  So don't forget this, if you move your 
37177 \family typewriter
37178 .dvi
37179 \family default
37180  file to another computer.
37181  This property can also slow down your computer when you view the DVI, because
37182  the DVI-viewer has to convert the image in the background to make it visible
37183  when you scroll in the DVI.
37184  So it is recommended that you use PDF for files with many images.
37185 \end_layout
37186
37187 \begin_layout Standard
37188 You can export your document to DVI by using the menu 
37189 \family sans
37190 File\SpecialChar \menuseparator
37191 Export\SpecialChar \menuseparator
37192 DVI
37193 \family default
37194 .
37195  You can view your document as DVI via the 
37196 \family sans
37197 View
37198 \family default
37199  menu.
37200 \end_layout
37201
37202 \begin_layout Section
37203 PostScript
37204 \begin_inset CommandInset label
37205 LatexCommand label
37206 name "sec:PostScript"
37207
37208 \end_inset
37209
37210
37211 \begin_inset Index idx
37212 status collapsed
37213
37214 \begin_layout Plain Layout
37215 File Formats ! PostScript
37216 \end_layout
37217
37218 \end_inset
37219
37220
37221 \begin_inset Index idx
37222 status collapsed
37223
37224 \begin_layout Plain Layout
37225 PostScript|see
37226 \begin_inset ERT
37227 status collapsed
37228
37229 \begin_layout Plain Layout
37230
37231 {
37232 \end_layout
37233
37234 \end_inset
37235
37236 File Formats
37237 \begin_inset ERT
37238 status collapsed
37239
37240 \begin_layout Plain Layout
37241
37242 }
37243 \end_layout
37244
37245 \end_inset
37246
37247
37248 \end_layout
37249
37250 \end_inset
37251
37252
37253 \end_layout
37254
37255 \begin_layout Standard
37256 This file type has the extension 
37257 \begin_inset Quotes eld
37258 \end_inset
37259
37260
37261 \family typewriter
37262 .ps
37263 \family default
37264
37265 \begin_inset Quotes erd
37266 \end_inset
37267
37268 .
37269  PostScript was developed by the company 
37270 \family typewriter
37271 Adobe
37272 \family default
37273  as a printer language.
37274  The file therefore contains commands that the printer uses to print the
37275  file.
37276  PostScript can be seen as a 
37277 \begin_inset Quotes eld
37278 \end_inset
37279
37280 programming language
37281 \begin_inset Quotes erd
37282 \end_inset
37283
37284 ; you can calculate with it and draw diagrams and images
37285 \begin_inset Foot
37286 status collapsed
37287
37288 \begin_layout Plain Layout
37289 If you are interested to learn more about this, have a look at the LaTeX-package
37290  
37291 \series bold
37292 PSTricks
37293 \series default
37294  
37295 \begin_inset CommandInset citation
37296 LatexCommand cite
37297 key "pstricks"
37298
37299 \end_inset
37300
37301 .
37302 \end_layout
37303
37304 \end_inset
37305
37306 .
37307  Due to this ability, the files are often bigger than PDFs.
37308 \end_layout
37309
37310 \begin_layout Standard
37311 PostScript can only contain images in the format 
37312 \begin_inset Quotes eld
37313 \end_inset
37314
37315 Encapsulated PostScript
37316 \begin_inset Quotes erd
37317 \end_inset
37318
37319  (EPS, file extension 
37320 \begin_inset Quotes eld
37321 \end_inset
37322
37323
37324 \family typewriter
37325 .eps
37326 \family default
37327
37328 \begin_inset Quotes erd
37329 \end_inset
37330
37331 ).
37332  As LyX allows you to use any known image format in your document, it has
37333  to convert images in the background to EPS.
37334  If you have e.g.
37335 \begin_inset space ~
37336 \end_inset
37337
37338 50
37339 \begin_inset space ~
37340 \end_inset
37341
37342 images in your document, LyX has to do 50
37343 \begin_inset space ~
37344 \end_inset
37345
37346 conversions whenever you view or export your document.
37347  This will slow down your work flow with LyX drastically.
37348  So if you plan to use PostScript, you can insert your images directly as
37349  EPS to avoid this problem.
37350 \end_layout
37351
37352 \begin_layout Standard
37353 You can export your document to PostScript using the menu 
37354 \family sans
37355 File\SpecialChar \menuseparator
37356 Export\SpecialChar \menuseparator
37357 Postscript
37358 \family default
37359 .
37360  You can view your document as PostScript via the 
37361 \family sans
37362 View
37363 \family default
37364  menu or by using the toolbar button 
37365 \begin_inset Graphics
37366         filename ../images/buffer-view_ps.png
37367         scale 85
37368         scaleBeforeRotation
37369
37370 \end_inset
37371
37372 .
37373 \end_layout
37374
37375 \begin_layout Section
37376 PDF
37377 \begin_inset Index idx
37378 status collapsed
37379
37380 \begin_layout Plain Layout
37381 File Formats ! PDF
37382 \end_layout
37383
37384 \end_inset
37385
37386
37387 \begin_inset Index idx
37388 status collapsed
37389
37390 \begin_layout Plain Layout
37391 PDF
37392 \end_layout
37393
37394 \end_inset
37395
37396
37397 \end_layout
37398
37399 \begin_layout Standard
37400 This file type has the extension 
37401 \begin_inset Quotes eld
37402 \end_inset
37403
37404
37405 \family typewriter
37406 .pdf
37407 \family default
37408
37409 \begin_inset Quotes erd
37410 \end_inset
37411
37412 .
37413  The 
37414 \begin_inset Quotes eld
37415 \end_inset
37416
37417 Portable Document Format
37418 \begin_inset Quotes erd
37419 \end_inset
37420
37421  (PDF) was developed by 
37422 \family typewriter
37423 Adobe
37424 \family default
37425  as a derivative of PostScript.
37426  It is more compressed and it uses fewer commands than PostScript.
37427  As the name 
37428 \begin_inset Quotes eld
37429 \end_inset
37430
37431 portable
37432 \begin_inset Quotes erd
37433 \end_inset
37434
37435  implies, it can be processed at any computer system and the printed output
37436  looks exactly the same.
37437 \end_layout
37438
37439 \begin_layout Standard
37440 PDF can contain images in its own PDF format, in the format 
37441 \begin_inset Quotes eld
37442 \end_inset
37443
37444 Joint Photographic Experts Group
37445 \begin_inset Quotes erd
37446 \end_inset
37447
37448  (JPG, file extension 
37449 \begin_inset Quotes eld
37450 \end_inset
37451
37452
37453 \family typewriter
37454 .jpg
37455 \family default
37456
37457 \begin_inset Quotes erd
37458 \end_inset
37459
37460  or 
37461 \begin_inset Quotes eld
37462 \end_inset
37463
37464
37465 \family typewriter
37466 .jpeg
37467 \family default
37468
37469 \begin_inset Quotes erd
37470 \end_inset
37471
37472 ), and in the format 
37473 \begin_inset Quotes eld
37474 \end_inset
37475
37476 Portable Network Graphics
37477 \begin_inset Quotes erd
37478 \end_inset
37479
37480  (PNG, file extension 
37481 \begin_inset Quotes eld
37482 \end_inset
37483
37484
37485 \family typewriter
37486 .png
37487 \family default
37488
37489 \begin_inset Quotes erd
37490 \end_inset
37491
37492 ).
37493  Nevertheless you can use any other image format, because LyX converts them
37494  in the background to one of these formats.
37495  But as described in the section about PostScript, the image conversion
37496  will slow down your work flow.
37497  So it is recommended that you use images in one of the three mentioned
37498  formats.
37499 \end_layout
37500
37501 \begin_layout Standard
37502 You can export your document to PDF via the menu 
37503 \family sans
37504 File\SpecialChar \menuseparator
37505 Export
37506 \family default
37507  in three different ways:
37508 \end_layout
37509
37510 \begin_layout Description
37511 PDF
37512 \begin_inset space ~
37513 \end_inset
37514
37515 (ps2pdf) This uses the program 
37516 \family typewriter
37517 ps2pdf
37518 \family default
37519  that creates a PDF from a PostScript-version of your file.
37520  The PostScript-version is produced by the program 
37521 \family typewriter
37522 dvips
37523 \family default
37524  which uses a DVI-version as intermediate step.
37525  So this export variant consists of three conversions.
37526 \end_layout
37527
37528 \begin_layout Description
37529 PDF
37530 \begin_inset space ~
37531 \end_inset
37532
37533 (dvipdfm) This uses the program 
37534 \family typewriter
37535 dvipdfm
37536 \family default
37537  that converts your file in the background to DVI and in a second step to
37538  PDF.
37539 \end_layout
37540
37541 \begin_layout Description
37542 PDF
37543 \begin_inset space ~
37544 \end_inset
37545
37546 (pdflatex) This uses the program 
37547 \family typewriter
37548 pdftex
37549 \family default
37550  that converts your file directly to PDF.
37551 \end_layout
37552
37553 \begin_layout Standard
37554 It is recommended that you use 
37555 \family sans
37556 PDF
37557 \begin_inset space ~
37558 \end_inset
37559
37560 (pdflatex)
37561 \family default
37562  because 
37563 \family typewriter
37564 pdftex
37565 \family default
37566  supports all features of actual PDF-versions, is quick and works stable.
37567  The program 
37568 \family typewriter
37569 dvipdfm
37570 \family default
37571  is not under development and therefore a bit outdated.
37572 \end_layout
37573
37574 \begin_layout Standard
37575 You can view your document as PDF via the 
37576 \family sans
37577 View
37578 \family default
37579  menu or by using the toolbar button 
37580 \begin_inset Graphics
37581         filename ../images/buffer-view_pdf2.png
37582         scale 85
37583         scaleBeforeRotation
37584
37585 \end_inset
37586
37587  
37588 \family sans
37589 (
37590 \family default
37591 that uses 
37592 \family sans
37593 PDF
37594 \begin_inset space ~
37595 \end_inset
37596
37597 (pdflatex)
37598 \family default
37599 ).
37600 \end_layout
37601
37602 \begin_layout Chapter
37603 List of dvips color names
37604 \begin_inset CommandInset label
37605 LatexCommand label
37606 name "chap:List-of-dvips-colornames"
37607
37608 \end_inset
37609
37610
37611 \end_layout
37612
37613 \begin_layout Standard
37614 \begin_inset Tabular
37615 <lyxtabular version="3" rows="17" columns="4">
37616 <features tabularvalignment="middle">
37617 <column alignment="left" valignment="top" width="0pt">
37618 <column alignment="left" valignment="top" width="0pt">
37619 <column alignment="left" valignment="top" width="0pt">
37620 <column alignment="left" valignment="top" width="0pt">
37621 <row>
37622 <cell alignment="left" valignment="top" usebox="none">
37623 \begin_inset Text
37624
37625 \begin_layout Plain Layout
37626 \begin_inset ERT
37627 status collapsed
37628
37629 \begin_layout Plain Layout
37630
37631
37632 \backslash
37633 fcolorbox{black}{
37634 \end_layout
37635
37636 \end_inset
37637
37638 white
37639 \begin_inset ERT
37640 status collapsed
37641
37642 \begin_layout Plain Layout
37643
37644 }{
37645 \end_layout
37646
37647 \end_inset
37648
37649 Color
37650 \begin_inset ERT
37651 status collapsed
37652
37653 \begin_layout Plain Layout
37654
37655 }
37656 \end_layout
37657
37658 \end_inset
37659
37660  Color name
37661 \end_layout
37662
37663 \end_inset
37664 </cell>
37665 <cell alignment="left" valignment="top" usebox="none">
37666 \begin_inset Text
37667
37668 \begin_layout Plain Layout
37669 \begin_inset ERT
37670 status collapsed
37671
37672 \begin_layout Plain Layout
37673
37674
37675 \backslash
37676 fcolorbox{black}{
37677 \end_layout
37678
37679 \end_inset
37680
37681 white
37682 \begin_inset ERT
37683 status collapsed
37684
37685 \begin_layout Plain Layout
37686
37687 }{
37688 \end_layout
37689
37690 \end_inset
37691
37692 Color
37693 \begin_inset ERT
37694 status collapsed
37695
37696 \begin_layout Plain Layout
37697
37698 }
37699 \end_layout
37700
37701 \end_inset
37702
37703  Color name
37704 \end_layout
37705
37706 \end_inset
37707 </cell>
37708 <cell alignment="left" valignment="top" usebox="none">
37709 \begin_inset Text
37710
37711 \begin_layout Plain Layout
37712 \begin_inset ERT
37713 status collapsed
37714
37715 \begin_layout Plain Layout
37716
37717
37718 \backslash
37719 fcolorbox{black}{
37720 \end_layout
37721
37722 \end_inset
37723
37724 white
37725 \begin_inset ERT
37726 status collapsed
37727
37728 \begin_layout Plain Layout
37729
37730 }{
37731 \end_layout
37732
37733 \end_inset
37734
37735 Color
37736 \begin_inset ERT
37737 status collapsed
37738
37739 \begin_layout Plain Layout
37740
37741 }
37742 \end_layout
37743
37744 \end_inset
37745
37746  Color name
37747 \end_layout
37748
37749 \end_inset
37750 </cell>
37751 <cell alignment="left" valignment="top" usebox="none">
37752 \begin_inset Text
37753
37754 \begin_layout Plain Layout
37755 \begin_inset ERT
37756 status collapsed
37757
37758 \begin_layout Plain Layout
37759
37760
37761 \backslash
37762 fcolorbox{black}{
37763 \end_layout
37764
37765 \end_inset
37766
37767 white
37768 \begin_inset ERT
37769 status collapsed
37770
37771 \begin_layout Plain Layout
37772
37773 }{
37774 \end_layout
37775
37776 \end_inset
37777
37778 Color
37779 \begin_inset ERT
37780 status collapsed
37781
37782 \begin_layout Plain Layout
37783
37784 }
37785 \end_layout
37786
37787 \end_inset
37788
37789  Color name
37790 \end_layout
37791
37792 \end_inset
37793 </cell>
37794 </row>
37795 <row>
37796 <cell alignment="center" valignment="top" usebox="none">
37797 \begin_inset Text
37798
37799 \begin_layout Plain Layout
37800 \begin_inset ERT
37801 status collapsed
37802
37803 \begin_layout Plain Layout
37804
37805
37806 \backslash
37807 fcolorbox{black}{
37808 \end_layout
37809
37810 \end_inset
37811
37812 Apricot
37813 \begin_inset ERT
37814 status collapsed
37815
37816 \begin_layout Plain Layout
37817
37818 }{
37819 \end_layout
37820
37821 \end_inset
37822
37823
37824 \begin_inset Phantom Phantom
37825 status open
37826
37827 \begin_layout Plain Layout
37828 W
37829 \end_layout
37830
37831 \end_inset
37832
37833
37834 \begin_inset ERT
37835 status collapsed
37836
37837 \begin_layout Plain Layout
37838
37839 }
37840 \end_layout
37841
37842 \end_inset
37843
37844  Apricot
37845 \end_layout
37846
37847 \end_inset
37848 </cell>
37849 <cell alignment="center" valignment="top" usebox="none">
37850 \begin_inset Text
37851
37852 \begin_layout Plain Layout
37853 \begin_inset ERT
37854 status collapsed
37855
37856 \begin_layout Plain Layout
37857
37858
37859 \backslash
37860 fcolorbox{black}{
37861 \end_layout
37862
37863 \end_inset
37864
37865 Aquamarine
37866 \begin_inset ERT
37867 status collapsed
37868
37869 \begin_layout Plain Layout
37870
37871 }{
37872 \end_layout
37873
37874 \end_inset
37875
37876
37877 \begin_inset Phantom Phantom
37878 status open
37879
37880 \begin_layout Plain Layout
37881 W
37882 \end_layout
37883
37884 \end_inset
37885
37886
37887 \begin_inset ERT
37888 status collapsed
37889
37890 \begin_layout Plain Layout
37891
37892 }
37893 \end_layout
37894
37895 \end_inset
37896
37897  Aquamarine
37898 \end_layout
37899
37900 \end_inset
37901 </cell>
37902 <cell alignment="center" valignment="top" usebox="none">
37903 \begin_inset Text
37904
37905 \begin_layout Plain Layout
37906 \begin_inset ERT
37907 status collapsed
37908
37909 \begin_layout Plain Layout
37910
37911
37912 \backslash
37913 fcolorbox{black}{
37914 \end_layout
37915
37916 \end_inset
37917
37918 Bittersweet
37919 \begin_inset ERT
37920 status collapsed
37921
37922 \begin_layout Plain Layout
37923
37924 }{
37925 \end_layout
37926
37927 \end_inset
37928
37929
37930 \begin_inset Phantom Phantom
37931 status open
37932
37933 \begin_layout Plain Layout
37934 W
37935 \end_layout
37936
37937 \end_inset
37938
37939
37940 \begin_inset ERT
37941 status collapsed
37942
37943 \begin_layout Plain Layout
37944
37945 }
37946 \end_layout
37947
37948 \end_inset
37949
37950  Bittersweet
37951 \end_layout
37952
37953 \end_inset
37954 </cell>
37955 <cell alignment="center" valignment="top" usebox="none">
37956 \begin_inset Text
37957
37958 \begin_layout Plain Layout
37959 \begin_inset ERT
37960 status collapsed
37961
37962 \begin_layout Plain Layout
37963
37964
37965 \backslash
37966 fcolorbox{black}{
37967 \end_layout
37968
37969 \end_inset
37970
37971 BlueGreen
37972 \begin_inset ERT
37973 status collapsed
37974
37975 \begin_layout Plain Layout
37976
37977 }{
37978 \end_layout
37979
37980 \end_inset
37981
37982
37983 \begin_inset Phantom Phantom
37984 status open
37985
37986 \begin_layout Plain Layout
37987 W
37988 \end_layout
37989
37990 \end_inset
37991
37992
37993 \begin_inset ERT
37994 status collapsed
37995
37996 \begin_layout Plain Layout
37997
37998 }
37999 \end_layout
38000
38001 \end_inset
38002
38003  BlueGreen
38004 \end_layout
38005
38006 \end_inset
38007 </cell>
38008 </row>
38009 <row>
38010 <cell alignment="left" valignment="top" usebox="none">
38011 \begin_inset Text
38012
38013 \begin_layout Plain Layout
38014 \begin_inset ERT
38015 status collapsed
38016
38017 \begin_layout Plain Layout
38018
38019
38020 \backslash
38021 fcolorbox{black}{
38022 \end_layout
38023
38024 \end_inset
38025
38026 BlueViolet
38027 \begin_inset ERT
38028 status collapsed
38029
38030 \begin_layout Plain Layout
38031
38032 }{
38033 \end_layout
38034
38035 \end_inset
38036
38037
38038 \begin_inset Phantom Phantom
38039 status open
38040
38041 \begin_layout Plain Layout
38042 W
38043 \end_layout
38044
38045 \end_inset
38046
38047
38048 \begin_inset ERT
38049 status collapsed
38050
38051 \begin_layout Plain Layout
38052
38053 }
38054 \end_layout
38055
38056 \end_inset
38057
38058  BlueViolet
38059 \end_layout
38060
38061 \end_inset
38062 </cell>
38063 <cell alignment="left" valignment="top" usebox="none">
38064 \begin_inset Text
38065
38066 \begin_layout Plain Layout
38067 \begin_inset ERT
38068 status collapsed
38069
38070 \begin_layout Plain Layout
38071
38072
38073 \backslash
38074 fcolorbox{black}{
38075 \end_layout
38076
38077 \end_inset
38078
38079 BrickRed
38080 \begin_inset ERT
38081 status collapsed
38082
38083 \begin_layout Plain Layout
38084
38085 }{
38086 \end_layout
38087
38088 \end_inset
38089
38090
38091 \begin_inset Phantom Phantom
38092 status open
38093
38094 \begin_layout Plain Layout
38095 W
38096 \end_layout
38097
38098 \end_inset
38099
38100
38101 \begin_inset ERT
38102 status collapsed
38103
38104 \begin_layout Plain Layout
38105
38106 }
38107 \end_layout
38108
38109 \end_inset
38110
38111  BrickRed
38112 \end_layout
38113
38114 \end_inset
38115 </cell>
38116 <cell alignment="left" valignment="top" usebox="none">
38117 \begin_inset Text
38118
38119 \begin_layout Plain Layout
38120 \begin_inset ERT
38121 status collapsed
38122
38123 \begin_layout Plain Layout
38124
38125
38126 \backslash
38127 fcolorbox{black}{
38128 \end_layout
38129
38130 \end_inset
38131
38132 Brown
38133 \begin_inset ERT
38134 status collapsed
38135
38136 \begin_layout Plain Layout
38137
38138 }{
38139 \end_layout
38140
38141 \end_inset
38142
38143
38144 \begin_inset Phantom Phantom
38145 status open
38146
38147 \begin_layout Plain Layout
38148 W
38149 \end_layout
38150
38151 \end_inset
38152
38153
38154 \begin_inset ERT
38155 status collapsed
38156
38157 \begin_layout Plain Layout
38158
38159 }
38160 \end_layout
38161
38162 \end_inset
38163
38164  Brown
38165 \end_layout
38166
38167 \end_inset
38168 </cell>
38169 <cell alignment="left" valignment="top" usebox="none">
38170 \begin_inset Text
38171
38172 \begin_layout Plain Layout
38173 \begin_inset ERT
38174 status collapsed
38175
38176 \begin_layout Plain Layout
38177
38178
38179 \backslash
38180 fcolorbox{black}{
38181 \end_layout
38182
38183 \end_inset
38184
38185 BurntOrange
38186 \begin_inset ERT
38187 status collapsed
38188
38189 \begin_layout Plain Layout
38190
38191 }{
38192 \end_layout
38193
38194 \end_inset
38195
38196
38197 \begin_inset Phantom Phantom
38198 status open
38199
38200 \begin_layout Plain Layout
38201 W
38202 \end_layout
38203
38204 \end_inset
38205
38206
38207 \begin_inset ERT
38208 status collapsed
38209
38210 \begin_layout Plain Layout
38211
38212 }
38213 \end_layout
38214
38215 \end_inset
38216
38217  BurntOrange
38218 \end_layout
38219
38220 \end_inset
38221 </cell>
38222 </row>
38223 <row>
38224 <cell alignment="left" valignment="top" usebox="none">
38225 \begin_inset Text
38226
38227 \begin_layout Plain Layout
38228 \begin_inset ERT
38229 status collapsed
38230
38231 \begin_layout Plain Layout
38232
38233
38234 \backslash
38235 fcolorbox{black}{
38236 \end_layout
38237
38238 \end_inset
38239
38240 CadetBlue
38241 \begin_inset ERT
38242 status collapsed
38243
38244 \begin_layout Plain Layout
38245
38246 }{
38247 \end_layout
38248
38249 \end_inset
38250
38251
38252 \begin_inset Phantom Phantom
38253 status open
38254
38255 \begin_layout Plain Layout
38256 W
38257 \end_layout
38258
38259 \end_inset
38260
38261
38262 \begin_inset ERT
38263 status collapsed
38264
38265 \begin_layout Plain Layout
38266
38267 }
38268 \end_layout
38269
38270 \end_inset
38271
38272  CadetBlue
38273 \end_layout
38274
38275 \end_inset
38276 </cell>
38277 <cell alignment="left" valignment="top" usebox="none">
38278 \begin_inset Text
38279
38280 \begin_layout Plain Layout
38281 \begin_inset ERT
38282 status collapsed
38283
38284 \begin_layout Plain Layout
38285
38286
38287 \backslash
38288 fcolorbox{black}{
38289 \end_layout
38290
38291 \end_inset
38292
38293 CarnationPink
38294 \begin_inset ERT
38295 status collapsed
38296
38297 \begin_layout Plain Layout
38298
38299 }{
38300 \end_layout
38301
38302 \end_inset
38303
38304
38305 \begin_inset Phantom Phantom
38306 status open
38307
38308 \begin_layout Plain Layout
38309 W
38310 \end_layout
38311
38312 \end_inset
38313
38314
38315 \begin_inset ERT
38316 status collapsed
38317
38318 \begin_layout Plain Layout
38319
38320 }
38321 \end_layout
38322
38323 \end_inset
38324
38325  CarnationPink
38326 \end_layout
38327
38328 \end_inset
38329 </cell>
38330 <cell alignment="left" valignment="top" usebox="none">
38331 \begin_inset Text
38332
38333 \begin_layout Plain Layout
38334 \begin_inset ERT
38335 status collapsed
38336
38337 \begin_layout Plain Layout
38338
38339
38340 \backslash
38341 fcolorbox{black}{
38342 \end_layout
38343
38344 \end_inset
38345
38346 Cerulean
38347 \begin_inset ERT
38348 status collapsed
38349
38350 \begin_layout Plain Layout
38351
38352 }{
38353 \end_layout
38354
38355 \end_inset
38356
38357
38358 \begin_inset Phantom Phantom
38359 status open
38360
38361 \begin_layout Plain Layout
38362 W
38363 \end_layout
38364
38365 \end_inset
38366
38367
38368 \begin_inset ERT
38369 status collapsed
38370
38371 \begin_layout Plain Layout
38372
38373 }
38374 \end_layout
38375
38376 \end_inset
38377
38378  Cerulean
38379 \end_layout
38380
38381 \end_inset
38382 </cell>
38383 <cell alignment="left" valignment="top" usebox="none">
38384 \begin_inset Text
38385
38386 \begin_layout Plain Layout
38387 \begin_inset ERT
38388 status collapsed
38389
38390 \begin_layout Plain Layout
38391
38392
38393 \backslash
38394 fcolorbox{black}{
38395 \end_layout
38396
38397 \end_inset
38398
38399 CornflowerBlue
38400 \begin_inset ERT
38401 status collapsed
38402
38403 \begin_layout Plain Layout
38404
38405 }{
38406 \end_layout
38407
38408 \end_inset
38409
38410
38411 \begin_inset Phantom Phantom
38412 status open
38413
38414 \begin_layout Plain Layout
38415 W
38416 \end_layout
38417
38418 \end_inset
38419
38420
38421 \begin_inset ERT
38422 status collapsed
38423
38424 \begin_layout Plain Layout
38425
38426 }
38427 \end_layout
38428
38429 \end_inset
38430
38431  CornflowerBlue
38432 \end_layout
38433
38434 \end_inset
38435 </cell>
38436 </row>
38437 <row>
38438 <cell alignment="left" valignment="top" usebox="none">
38439 \begin_inset Text
38440
38441 \begin_layout Plain Layout
38442 \begin_inset ERT
38443 status collapsed
38444
38445 \begin_layout Plain Layout
38446
38447
38448 \backslash
38449 fcolorbox{black}{
38450 \end_layout
38451
38452 \end_inset
38453
38454 Dandelion
38455 \begin_inset ERT
38456 status collapsed
38457
38458 \begin_layout Plain Layout
38459
38460 }{
38461 \end_layout
38462
38463 \end_inset
38464
38465
38466 \begin_inset Phantom Phantom
38467 status open
38468
38469 \begin_layout Plain Layout
38470 W
38471 \end_layout
38472
38473 \end_inset
38474
38475
38476 \begin_inset ERT
38477 status collapsed
38478
38479 \begin_layout Plain Layout
38480
38481 }
38482 \end_layout
38483
38484 \end_inset
38485
38486  Dandelion
38487 \end_layout
38488
38489 \end_inset
38490 </cell>
38491 <cell alignment="left" valignment="top" usebox="none">
38492 \begin_inset Text
38493
38494 \begin_layout Plain Layout
38495 \begin_inset ERT
38496 status collapsed
38497
38498 \begin_layout Plain Layout
38499
38500
38501 \backslash
38502 fcolorbox{black}{
38503 \end_layout
38504
38505 \end_inset
38506
38507 DarkOrchid
38508 \begin_inset ERT
38509 status collapsed
38510
38511 \begin_layout Plain Layout
38512
38513 }{
38514 \end_layout
38515
38516 \end_inset
38517
38518
38519 \begin_inset Phantom Phantom
38520 status open
38521
38522 \begin_layout Plain Layout
38523 W
38524 \end_layout
38525
38526 \end_inset
38527
38528
38529 \begin_inset ERT
38530 status collapsed
38531
38532 \begin_layout Plain Layout
38533
38534 }
38535 \end_layout
38536
38537 \end_inset
38538
38539  DarkOrchid
38540 \end_layout
38541
38542 \end_inset
38543 </cell>
38544 <cell alignment="left" valignment="top" usebox="none">
38545 \begin_inset Text
38546
38547 \begin_layout Plain Layout
38548 \begin_inset ERT
38549 status collapsed
38550
38551 \begin_layout Plain Layout
38552
38553
38554 \backslash
38555 fcolorbox{black}{
38556 \end_layout
38557
38558 \end_inset
38559
38560 Emerald
38561 \begin_inset ERT
38562 status collapsed
38563
38564 \begin_layout Plain Layout
38565
38566 }{
38567 \end_layout
38568
38569 \end_inset
38570
38571
38572 \begin_inset Phantom Phantom
38573 status open
38574
38575 \begin_layout Plain Layout
38576 W
38577 \end_layout
38578
38579 \end_inset
38580
38581
38582 \begin_inset ERT
38583 status collapsed
38584
38585 \begin_layout Plain Layout
38586
38587 }
38588 \end_layout
38589
38590 \end_inset
38591
38592  Emerald
38593 \end_layout
38594
38595 \end_inset
38596 </cell>
38597 <cell alignment="left" valignment="top" usebox="none">
38598 \begin_inset Text
38599
38600 \begin_layout Plain Layout
38601 \begin_inset ERT
38602 status collapsed
38603
38604 \begin_layout Plain Layout
38605
38606
38607 \backslash
38608 fcolorbox{black}{
38609 \end_layout
38610
38611 \end_inset
38612
38613 ForestGreen
38614 \begin_inset ERT
38615 status collapsed
38616
38617 \begin_layout Plain Layout
38618
38619 }{
38620 \end_layout
38621
38622 \end_inset
38623
38624
38625 \begin_inset Phantom Phantom
38626 status open
38627
38628 \begin_layout Plain Layout
38629 W
38630 \end_layout
38631
38632 \end_inset
38633
38634
38635 \begin_inset ERT
38636 status collapsed
38637
38638 \begin_layout Plain Layout
38639
38640 }
38641 \end_layout
38642
38643 \end_inset
38644
38645  ForestGreen
38646 \end_layout
38647
38648 \end_inset
38649 </cell>
38650 </row>
38651 <row>
38652 <cell alignment="left" valignment="top" usebox="none">
38653 \begin_inset Text
38654
38655 \begin_layout Plain Layout
38656 \begin_inset ERT
38657 status collapsed
38658
38659 \begin_layout Plain Layout
38660
38661
38662 \backslash
38663 fcolorbox{black}{
38664 \end_layout
38665
38666 \end_inset
38667
38668 Fuchsia
38669 \begin_inset ERT
38670 status collapsed
38671
38672 \begin_layout Plain Layout
38673
38674 }{
38675 \end_layout
38676
38677 \end_inset
38678
38679
38680 \begin_inset Phantom Phantom
38681 status open
38682
38683 \begin_layout Plain Layout
38684 W
38685 \end_layout
38686
38687 \end_inset
38688
38689
38690 \begin_inset ERT
38691 status collapsed
38692
38693 \begin_layout Plain Layout
38694
38695 }
38696 \end_layout
38697
38698 \end_inset
38699
38700  Fuchsia
38701 \end_layout
38702
38703 \end_inset
38704 </cell>
38705 <cell alignment="left" valignment="top" usebox="none">
38706 \begin_inset Text
38707
38708 \begin_layout Plain Layout
38709 \begin_inset ERT
38710 status collapsed
38711
38712 \begin_layout Plain Layout
38713
38714
38715 \backslash
38716 fcolorbox{black}{
38717 \end_layout
38718
38719 \end_inset
38720
38721 Goldenrod
38722 \begin_inset ERT
38723 status collapsed
38724
38725 \begin_layout Plain Layout
38726
38727 }{
38728 \end_layout
38729
38730 \end_inset
38731
38732
38733 \begin_inset Phantom Phantom
38734 status open
38735
38736 \begin_layout Plain Layout
38737 W
38738 \end_layout
38739
38740 \end_inset
38741
38742
38743 \begin_inset ERT
38744 status collapsed
38745
38746 \begin_layout Plain Layout
38747
38748 }
38749 \end_layout
38750
38751 \end_inset
38752
38753  Goldenrod
38754 \end_layout
38755
38756 \end_inset
38757 </cell>
38758 <cell alignment="left" valignment="top" usebox="none">
38759 \begin_inset Text
38760
38761 \begin_layout Plain Layout
38762 \begin_inset ERT
38763 status collapsed
38764
38765 \begin_layout Plain Layout
38766
38767
38768 \backslash
38769 fcolorbox{black}{
38770 \end_layout
38771
38772 \end_inset
38773
38774 Gray
38775 \begin_inset ERT
38776 status collapsed
38777
38778 \begin_layout Plain Layout
38779
38780 }{
38781 \end_layout
38782
38783 \end_inset
38784
38785
38786 \begin_inset Phantom Phantom
38787 status open
38788
38789 \begin_layout Plain Layout
38790 W
38791 \end_layout
38792
38793 \end_inset
38794
38795
38796 \begin_inset ERT
38797 status collapsed
38798
38799 \begin_layout Plain Layout
38800
38801 }
38802 \end_layout
38803
38804 \end_inset
38805
38806  Gray
38807 \end_layout
38808
38809 \end_inset
38810 </cell>
38811 <cell alignment="left" valignment="top" usebox="none">
38812 \begin_inset Text
38813
38814 \begin_layout Plain Layout
38815 \begin_inset ERT
38816 status collapsed
38817
38818 \begin_layout Plain Layout
38819
38820
38821 \backslash
38822 fcolorbox{black}{
38823 \end_layout
38824
38825 \end_inset
38826
38827 GreenYellow
38828 \begin_inset ERT
38829 status collapsed
38830
38831 \begin_layout Plain Layout
38832
38833 }{
38834 \end_layout
38835
38836 \end_inset
38837
38838
38839 \begin_inset Phantom Phantom
38840 status open
38841
38842 \begin_layout Plain Layout
38843 W
38844 \end_layout
38845
38846 \end_inset
38847
38848
38849 \begin_inset ERT
38850 status collapsed
38851
38852 \begin_layout Plain Layout
38853
38854 }
38855 \end_layout
38856
38857 \end_inset
38858
38859  GreenYellow
38860 \end_layout
38861
38862 \end_inset
38863 </cell>
38864 </row>
38865 <row>
38866 <cell alignment="center" valignment="top" usebox="none">
38867 \begin_inset Text
38868
38869 \begin_layout Plain Layout
38870 \begin_inset ERT
38871 status collapsed
38872
38873 \begin_layout Plain Layout
38874
38875
38876 \backslash
38877 fcolorbox{black}{
38878 \end_layout
38879
38880 \end_inset
38881
38882 JungleGreen
38883 \begin_inset ERT
38884 status collapsed
38885
38886 \begin_layout Plain Layout
38887
38888 }{
38889 \end_layout
38890
38891 \end_inset
38892
38893
38894 \begin_inset Phantom Phantom
38895 status open
38896
38897 \begin_layout Plain Layout
38898 W
38899 \end_layout
38900
38901 \end_inset
38902
38903
38904 \begin_inset ERT
38905 status collapsed
38906
38907 \begin_layout Plain Layout
38908
38909 }
38910 \end_layout
38911
38912 \end_inset
38913
38914  JungleGreen
38915 \end_layout
38916
38917 \end_inset
38918 </cell>
38919 <cell alignment="center" valignment="top" usebox="none">
38920 \begin_inset Text
38921
38922 \begin_layout Plain Layout
38923 \begin_inset ERT
38924 status collapsed
38925
38926 \begin_layout Plain Layout
38927
38928
38929 \backslash
38930 fcolorbox{black}{
38931 \end_layout
38932
38933 \end_inset
38934
38935 Lavender
38936 \begin_inset ERT
38937 status collapsed
38938
38939 \begin_layout Plain Layout
38940
38941 }{
38942 \end_layout
38943
38944 \end_inset
38945
38946
38947 \begin_inset Phantom Phantom
38948 status open
38949
38950 \begin_layout Plain Layout
38951 W
38952 \end_layout
38953
38954 \end_inset
38955
38956
38957 \begin_inset ERT
38958 status collapsed
38959
38960 \begin_layout Plain Layout
38961
38962 }
38963 \end_layout
38964
38965 \end_inset
38966
38967  Lavender
38968 \end_layout
38969
38970 \end_inset
38971 </cell>
38972 <cell alignment="center" valignment="top" usebox="none">
38973 \begin_inset Text
38974
38975 \begin_layout Plain Layout
38976 \begin_inset ERT
38977 status collapsed
38978
38979 \begin_layout Plain Layout
38980
38981
38982 \backslash
38983 fcolorbox{black}{
38984 \end_layout
38985
38986 \end_inset
38987
38988 LimeGreen
38989 \begin_inset ERT
38990 status collapsed
38991
38992 \begin_layout Plain Layout
38993
38994 }{
38995 \end_layout
38996
38997 \end_inset
38998
38999
39000 \begin_inset Phantom Phantom
39001 status open
39002
39003 \begin_layout Plain Layout
39004 W
39005 \end_layout
39006
39007 \end_inset
39008
39009
39010 \begin_inset ERT
39011 status collapsed
39012
39013 \begin_layout Plain Layout
39014
39015 }
39016 \end_layout
39017
39018 \end_inset
39019
39020  LimeGreen
39021 \end_layout
39022
39023 \end_inset
39024 </cell>
39025 <cell alignment="center" valignment="top" usebox="none">
39026 \begin_inset Text
39027
39028 \begin_layout Plain Layout
39029 \begin_inset ERT
39030 status collapsed
39031
39032 \begin_layout Plain Layout
39033
39034
39035 \backslash
39036 fcolorbox{black}{
39037 \end_layout
39038
39039 \end_inset
39040
39041 Mahogany
39042 \begin_inset ERT
39043 status collapsed
39044
39045 \begin_layout Plain Layout
39046
39047 }{
39048 \end_layout
39049
39050 \end_inset
39051
39052
39053 \begin_inset Phantom Phantom
39054 status open
39055
39056 \begin_layout Plain Layout
39057 W
39058 \end_layout
39059
39060 \end_inset
39061
39062
39063 \begin_inset ERT
39064 status collapsed
39065
39066 \begin_layout Plain Layout
39067
39068 }
39069 \end_layout
39070
39071 \end_inset
39072
39073  Mahogany
39074 \end_layout
39075
39076 \end_inset
39077 </cell>
39078 </row>
39079 <row>
39080 <cell alignment="left" valignment="top" usebox="none">
39081 \begin_inset Text
39082
39083 \begin_layout Plain Layout
39084 \begin_inset ERT
39085 status collapsed
39086
39087 \begin_layout Plain Layout
39088
39089
39090 \backslash
39091 fcolorbox{black}{
39092 \end_layout
39093
39094 \end_inset
39095
39096 Mahogany
39097 \begin_inset ERT
39098 status collapsed
39099
39100 \begin_layout Plain Layout
39101
39102 }{
39103 \end_layout
39104
39105 \end_inset
39106
39107
39108 \begin_inset Phantom Phantom
39109 status open
39110
39111 \begin_layout Plain Layout
39112 W
39113 \end_layout
39114
39115 \end_inset
39116
39117
39118 \begin_inset ERT
39119 status collapsed
39120
39121 \begin_layout Plain Layout
39122
39123 }
39124 \end_layout
39125
39126 \end_inset
39127
39128  Mahogany
39129 \end_layout
39130
39131 \end_inset
39132 </cell>
39133 <cell alignment="left" valignment="top" usebox="none">
39134 \begin_inset Text
39135
39136 \begin_layout Plain Layout
39137 \begin_inset ERT
39138 status collapsed
39139
39140 \begin_layout Plain Layout
39141
39142
39143 \backslash
39144 fcolorbox{black}{
39145 \end_layout
39146
39147 \end_inset
39148
39149 Maroon
39150 \begin_inset ERT
39151 status collapsed
39152
39153 \begin_layout Plain Layout
39154
39155 }{
39156 \end_layout
39157
39158 \end_inset
39159
39160
39161 \begin_inset Phantom Phantom
39162 status open
39163
39164 \begin_layout Plain Layout
39165 W
39166 \end_layout
39167
39168 \end_inset
39169
39170
39171 \begin_inset ERT
39172 status collapsed
39173
39174 \begin_layout Plain Layout
39175
39176 }
39177 \end_layout
39178
39179 \end_inset
39180
39181  Maroon
39182 \end_layout
39183
39184 \end_inset
39185 </cell>
39186 <cell alignment="left" valignment="top" usebox="none">
39187 \begin_inset Text
39188
39189 \begin_layout Plain Layout
39190 \begin_inset ERT
39191 status collapsed
39192
39193 \begin_layout Plain Layout
39194
39195
39196 \backslash
39197 fcolorbox{black}{
39198 \end_layout
39199
39200 \end_inset
39201
39202 Melon
39203 \begin_inset ERT
39204 status collapsed
39205
39206 \begin_layout Plain Layout
39207
39208 }{
39209 \end_layout
39210
39211 \end_inset
39212
39213
39214 \begin_inset Phantom Phantom
39215 status open
39216
39217 \begin_layout Plain Layout
39218 W
39219 \end_layout
39220
39221 \end_inset
39222
39223
39224 \begin_inset ERT
39225 status collapsed
39226
39227 \begin_layout Plain Layout
39228
39229 }
39230 \end_layout
39231
39232 \end_inset
39233
39234  Melon
39235 \end_layout
39236
39237 \end_inset
39238 </cell>
39239 <cell alignment="left" valignment="top" usebox="none">
39240 \begin_inset Text
39241
39242 \begin_layout Plain Layout
39243 \begin_inset ERT
39244 status collapsed
39245
39246 \begin_layout Plain Layout
39247
39248
39249 \backslash
39250 fcolorbox{black}{
39251 \end_layout
39252
39253 \end_inset
39254
39255 MidnightBlue
39256 \begin_inset ERT
39257 status collapsed
39258
39259 \begin_layout Plain Layout
39260
39261 }{
39262 \end_layout
39263
39264 \end_inset
39265
39266
39267 \begin_inset Phantom Phantom
39268 status open
39269
39270 \begin_layout Plain Layout
39271 W
39272 \end_layout
39273
39274 \end_inset
39275
39276
39277 \begin_inset ERT
39278 status collapsed
39279
39280 \begin_layout Plain Layout
39281
39282 }
39283 \end_layout
39284
39285 \end_inset
39286
39287  MidnightBlue
39288 \end_layout
39289
39290 \end_inset
39291 </cell>
39292 </row>
39293 <row>
39294 <cell alignment="left" valignment="top" usebox="none">
39295 \begin_inset Text
39296
39297 \begin_layout Plain Layout
39298 \begin_inset ERT
39299 status collapsed
39300
39301 \begin_layout Plain Layout
39302
39303
39304 \backslash
39305 fcolorbox{black}{
39306 \end_layout
39307
39308 \end_inset
39309
39310 Mulberry
39311 \begin_inset ERT
39312 status collapsed
39313
39314 \begin_layout Plain Layout
39315
39316 }{
39317 \end_layout
39318
39319 \end_inset
39320
39321
39322 \begin_inset Phantom Phantom
39323 status open
39324
39325 \begin_layout Plain Layout
39326 W
39327 \end_layout
39328
39329 \end_inset
39330
39331
39332 \begin_inset ERT
39333 status collapsed
39334
39335 \begin_layout Plain Layout
39336
39337 }
39338 \end_layout
39339
39340 \end_inset
39341
39342  Mulberry
39343 \end_layout
39344
39345 \end_inset
39346 </cell>
39347 <cell alignment="left" valignment="top" usebox="none">
39348 \begin_inset Text
39349
39350 \begin_layout Plain Layout
39351 \begin_inset ERT
39352 status collapsed
39353
39354 \begin_layout Plain Layout
39355
39356
39357 \backslash
39358 fcolorbox{black}{
39359 \end_layout
39360
39361 \end_inset
39362
39363 NavyBlue
39364 \begin_inset ERT
39365 status collapsed
39366
39367 \begin_layout Plain Layout
39368
39369 }{
39370 \end_layout
39371
39372 \end_inset
39373
39374
39375 \begin_inset Phantom Phantom
39376 status open
39377
39378 \begin_layout Plain Layout
39379 W
39380 \end_layout
39381
39382 \end_inset
39383
39384
39385 \begin_inset ERT
39386 status collapsed
39387
39388 \begin_layout Plain Layout
39389
39390 }
39391 \end_layout
39392
39393 \end_inset
39394
39395  NavyBlue
39396 \end_layout
39397
39398 \end_inset
39399 </cell>
39400 <cell alignment="left" valignment="top" usebox="none">
39401 \begin_inset Text
39402
39403 \begin_layout Plain Layout
39404 \begin_inset ERT
39405 status collapsed
39406
39407 \begin_layout Plain Layout
39408
39409
39410 \backslash
39411 fcolorbox{black}{
39412 \end_layout
39413
39414 \end_inset
39415
39416 OliveGreen
39417 \begin_inset ERT
39418 status collapsed
39419
39420 \begin_layout Plain Layout
39421
39422 }{
39423 \end_layout
39424
39425 \end_inset
39426
39427
39428 \begin_inset Phantom Phantom
39429 status open
39430
39431 \begin_layout Plain Layout
39432 W
39433 \end_layout
39434
39435 \end_inset
39436
39437
39438 \begin_inset ERT
39439 status collapsed
39440
39441 \begin_layout Plain Layout
39442
39443 }
39444 \end_layout
39445
39446 \end_inset
39447
39448  OliveGreen
39449 \end_layout
39450
39451 \end_inset
39452 </cell>
39453 <cell alignment="left" valignment="top" usebox="none">
39454 \begin_inset Text
39455
39456 \begin_layout Plain Layout
39457 \begin_inset ERT
39458 status collapsed
39459
39460 \begin_layout Plain Layout
39461
39462
39463 \backslash
39464 fcolorbox{black}{
39465 \end_layout
39466
39467 \end_inset
39468
39469 Orange
39470 \begin_inset ERT
39471 status collapsed
39472
39473 \begin_layout Plain Layout
39474
39475 }{
39476 \end_layout
39477
39478 \end_inset
39479
39480
39481 \begin_inset Phantom Phantom
39482 status open
39483
39484 \begin_layout Plain Layout
39485 W
39486 \end_layout
39487
39488 \end_inset
39489
39490
39491 \begin_inset ERT
39492 status collapsed
39493
39494 \begin_layout Plain Layout
39495
39496 }
39497 \end_layout
39498
39499 \end_inset
39500
39501  Orange
39502 \end_layout
39503
39504 \end_inset
39505 </cell>
39506 </row>
39507 <row>
39508 <cell alignment="left" valignment="top" usebox="none">
39509 \begin_inset Text
39510
39511 \begin_layout Plain Layout
39512 \begin_inset ERT
39513 status collapsed
39514
39515 \begin_layout Plain Layout
39516
39517
39518 \backslash
39519 fcolorbox{black}{
39520 \end_layout
39521
39522 \end_inset
39523
39524 OrangeRed
39525 \begin_inset ERT
39526 status collapsed
39527
39528 \begin_layout Plain Layout
39529
39530 }{
39531 \end_layout
39532
39533 \end_inset
39534
39535
39536 \begin_inset Phantom Phantom
39537 status open
39538
39539 \begin_layout Plain Layout
39540 W
39541 \end_layout
39542
39543 \end_inset
39544
39545
39546 \begin_inset ERT
39547 status collapsed
39548
39549 \begin_layout Plain Layout
39550
39551 }
39552 \end_layout
39553
39554 \end_inset
39555
39556  OrangeRed
39557 \end_layout
39558
39559 \end_inset
39560 </cell>
39561 <cell alignment="left" valignment="top" usebox="none">
39562 \begin_inset Text
39563
39564 \begin_layout Plain Layout
39565 \begin_inset ERT
39566 status collapsed
39567
39568 \begin_layout Plain Layout
39569
39570
39571 \backslash
39572 fcolorbox{black}{
39573 \end_layout
39574
39575 \end_inset
39576
39577 Orchid
39578 \begin_inset ERT
39579 status collapsed
39580
39581 \begin_layout Plain Layout
39582
39583 }{
39584 \end_layout
39585
39586 \end_inset
39587
39588
39589 \begin_inset Phantom Phantom
39590 status open
39591
39592 \begin_layout Plain Layout
39593 W
39594 \end_layout
39595
39596 \end_inset
39597
39598
39599 \begin_inset ERT
39600 status collapsed
39601
39602 \begin_layout Plain Layout
39603
39604 }
39605 \end_layout
39606
39607 \end_inset
39608
39609  Orchid
39610 \end_layout
39611
39612 \end_inset
39613 </cell>
39614 <cell alignment="left" valignment="top" usebox="none">
39615 \begin_inset Text
39616
39617 \begin_layout Plain Layout
39618 \begin_inset ERT
39619 status collapsed
39620
39621 \begin_layout Plain Layout
39622
39623
39624 \backslash
39625 fcolorbox{black}{
39626 \end_layout
39627
39628 \end_inset
39629
39630 Peach
39631 \begin_inset ERT
39632 status collapsed
39633
39634 \begin_layout Plain Layout
39635
39636 }{
39637 \end_layout
39638
39639 \end_inset
39640
39641
39642 \begin_inset Phantom Phantom
39643 status open
39644
39645 \begin_layout Plain Layout
39646 W
39647 \end_layout
39648
39649 \end_inset
39650
39651
39652 \begin_inset ERT
39653 status collapsed
39654
39655 \begin_layout Plain Layout
39656
39657 }
39658 \end_layout
39659
39660 \end_inset
39661
39662  Peach
39663 \end_layout
39664
39665 \end_inset
39666 </cell>
39667 <cell alignment="left" valignment="top" usebox="none">
39668 \begin_inset Text
39669
39670 \begin_layout Plain Layout
39671 \begin_inset ERT
39672 status collapsed
39673
39674 \begin_layout Plain Layout
39675
39676
39677 \backslash
39678 fcolorbox{black}{
39679 \end_layout
39680
39681 \end_inset
39682
39683 Periwinkle
39684 \begin_inset ERT
39685 status collapsed
39686
39687 \begin_layout Plain Layout
39688
39689 }{
39690 \end_layout
39691
39692 \end_inset
39693
39694
39695 \begin_inset Phantom Phantom
39696 status open
39697
39698 \begin_layout Plain Layout
39699 W
39700 \end_layout
39701
39702 \end_inset
39703
39704
39705 \begin_inset ERT
39706 status collapsed
39707
39708 \begin_layout Plain Layout
39709
39710 }
39711 \end_layout
39712
39713 \end_inset
39714
39715  Periwinkle
39716 \end_layout
39717
39718 \end_inset
39719 </cell>
39720 </row>
39721 <row>
39722 <cell alignment="left" valignment="top" usebox="none">
39723 \begin_inset Text
39724
39725 \begin_layout Plain Layout
39726 \begin_inset ERT
39727 status collapsed
39728
39729 \begin_layout Plain Layout
39730
39731
39732 \backslash
39733 fcolorbox{black}{
39734 \end_layout
39735
39736 \end_inset
39737
39738 PineGreen
39739 \begin_inset ERT
39740 status collapsed
39741
39742 \begin_layout Plain Layout
39743
39744 }{
39745 \end_layout
39746
39747 \end_inset
39748
39749
39750 \begin_inset Phantom Phantom
39751 status open
39752
39753 \begin_layout Plain Layout
39754 W
39755 \end_layout
39756
39757 \end_inset
39758
39759
39760 \begin_inset ERT
39761 status collapsed
39762
39763 \begin_layout Plain Layout
39764
39765 }
39766 \end_layout
39767
39768 \end_inset
39769
39770  PineGreen
39771 \end_layout
39772
39773 \end_inset
39774 </cell>
39775 <cell alignment="left" valignment="top" usebox="none">
39776 \begin_inset Text
39777
39778 \begin_layout Plain Layout
39779 \begin_inset ERT
39780 status collapsed
39781
39782 \begin_layout Plain Layout
39783
39784
39785 \backslash
39786 fcolorbox{black}{
39787 \end_layout
39788
39789 \end_inset
39790
39791 Plum
39792 \begin_inset ERT
39793 status collapsed
39794
39795 \begin_layout Plain Layout
39796
39797 }{
39798 \end_layout
39799
39800 \end_inset
39801
39802
39803 \begin_inset Phantom Phantom
39804 status open
39805
39806 \begin_layout Plain Layout
39807 W
39808 \end_layout
39809
39810 \end_inset
39811
39812
39813 \begin_inset ERT
39814 status collapsed
39815
39816 \begin_layout Plain Layout
39817
39818 }
39819 \end_layout
39820
39821 \end_inset
39822
39823  Plum
39824 \end_layout
39825
39826 \end_inset
39827 </cell>
39828 <cell alignment="left" valignment="top" usebox="none">
39829 \begin_inset Text
39830
39831 \begin_layout Plain Layout
39832 \begin_inset ERT
39833 status collapsed
39834
39835 \begin_layout Plain Layout
39836
39837
39838 \backslash
39839 fcolorbox{black}{
39840 \end_layout
39841
39842 \end_inset
39843
39844 ProcessBlue
39845 \begin_inset ERT
39846 status collapsed
39847
39848 \begin_layout Plain Layout
39849
39850 }{
39851 \end_layout
39852
39853 \end_inset
39854
39855
39856 \begin_inset Phantom Phantom
39857 status open
39858
39859 \begin_layout Plain Layout
39860 W
39861 \end_layout
39862
39863 \end_inset
39864
39865
39866 \begin_inset ERT
39867 status collapsed
39868
39869 \begin_layout Plain Layout
39870
39871 }
39872 \end_layout
39873
39874 \end_inset
39875
39876  ProcessBlue
39877 \end_layout
39878
39879 \end_inset
39880 </cell>
39881 <cell alignment="left" valignment="top" usebox="none">
39882 \begin_inset Text
39883
39884 \begin_layout Plain Layout
39885 \begin_inset ERT
39886 status collapsed
39887
39888 \begin_layout Plain Layout
39889
39890
39891 \backslash
39892 fcolorbox{black}{
39893 \end_layout
39894
39895 \end_inset
39896
39897 Purple
39898 \begin_inset ERT
39899 status collapsed
39900
39901 \begin_layout Plain Layout
39902
39903 }{
39904 \end_layout
39905
39906 \end_inset
39907
39908
39909 \begin_inset Phantom Phantom
39910 status open
39911
39912 \begin_layout Plain Layout
39913 W
39914 \end_layout
39915
39916 \end_inset
39917
39918
39919 \begin_inset ERT
39920 status collapsed
39921
39922 \begin_layout Plain Layout
39923
39924 }
39925 \end_layout
39926
39927 \end_inset
39928
39929  Purple
39930 \end_layout
39931
39932 \end_inset
39933 </cell>
39934 </row>
39935 <row>
39936 <cell alignment="left" valignment="top" usebox="none">
39937 \begin_inset Text
39938
39939 \begin_layout Plain Layout
39940 \begin_inset ERT
39941 status collapsed
39942
39943 \begin_layout Plain Layout
39944
39945
39946 \backslash
39947 fcolorbox{black}{
39948 \end_layout
39949
39950 \end_inset
39951
39952 RawSienna
39953 \begin_inset ERT
39954 status collapsed
39955
39956 \begin_layout Plain Layout
39957
39958 }{
39959 \end_layout
39960
39961 \end_inset
39962
39963
39964 \begin_inset Phantom Phantom
39965 status open
39966
39967 \begin_layout Plain Layout
39968 W
39969 \end_layout
39970
39971 \end_inset
39972
39973
39974 \begin_inset ERT
39975 status collapsed
39976
39977 \begin_layout Plain Layout
39978
39979 }
39980 \end_layout
39981
39982 \end_inset
39983
39984  RawSienna
39985 \end_layout
39986
39987 \end_inset
39988 </cell>
39989 <cell alignment="left" valignment="top" usebox="none">
39990 \begin_inset Text
39991
39992 \begin_layout Plain Layout
39993 \begin_inset ERT
39994 status collapsed
39995
39996 \begin_layout Plain Layout
39997
39998
39999 \backslash
40000 fcolorbox{black}{
40001 \end_layout
40002
40003 \end_inset
40004
40005 RedOrange
40006 \begin_inset ERT
40007 status collapsed
40008
40009 \begin_layout Plain Layout
40010
40011 }{
40012 \end_layout
40013
40014 \end_inset
40015
40016
40017 \begin_inset Phantom Phantom
40018 status open
40019
40020 \begin_layout Plain Layout
40021 W
40022 \end_layout
40023
40024 \end_inset
40025
40026
40027 \begin_inset ERT
40028 status collapsed
40029
40030 \begin_layout Plain Layout
40031
40032 }
40033 \end_layout
40034
40035 \end_inset
40036
40037  RedOrange
40038 \end_layout
40039
40040 \end_inset
40041 </cell>
40042 <cell alignment="left" valignment="top" usebox="none">
40043 \begin_inset Text
40044
40045 \begin_layout Plain Layout
40046 \begin_inset ERT
40047 status collapsed
40048
40049 \begin_layout Plain Layout
40050
40051
40052 \backslash
40053 fcolorbox{black}{
40054 \end_layout
40055
40056 \end_inset
40057
40058 RedViolet
40059 \begin_inset ERT
40060 status collapsed
40061
40062 \begin_layout Plain Layout
40063
40064 }{
40065 \end_layout
40066
40067 \end_inset
40068
40069
40070 \begin_inset Phantom Phantom
40071 status open
40072
40073 \begin_layout Plain Layout
40074 W
40075 \end_layout
40076
40077 \end_inset
40078
40079
40080 \begin_inset ERT
40081 status collapsed
40082
40083 \begin_layout Plain Layout
40084
40085 }
40086 \end_layout
40087
40088 \end_inset
40089
40090  RedViolet
40091 \end_layout
40092
40093 \end_inset
40094 </cell>
40095 <cell alignment="left" valignment="top" usebox="none">
40096 \begin_inset Text
40097
40098 \begin_layout Plain Layout
40099 \begin_inset ERT
40100 status collapsed
40101
40102 \begin_layout Plain Layout
40103
40104
40105 \backslash
40106 fcolorbox{black}{
40107 \end_layout
40108
40109 \end_inset
40110
40111 Rhodamine
40112 \begin_inset ERT
40113 status collapsed
40114
40115 \begin_layout Plain Layout
40116
40117 }{
40118 \end_layout
40119
40120 \end_inset
40121
40122
40123 \begin_inset Phantom Phantom
40124 status open
40125
40126 \begin_layout Plain Layout
40127 W
40128 \end_layout
40129
40130 \end_inset
40131
40132
40133 \begin_inset ERT
40134 status collapsed
40135
40136 \begin_layout Plain Layout
40137
40138 }
40139 \end_layout
40140
40141 \end_inset
40142
40143  Rhodamine
40144 \end_layout
40145
40146 \end_inset
40147 </cell>
40148 </row>
40149 <row>
40150 <cell alignment="left" valignment="top" usebox="none">
40151 \begin_inset Text
40152
40153 \begin_layout Plain Layout
40154 \begin_inset ERT
40155 status collapsed
40156
40157 \begin_layout Plain Layout
40158
40159
40160 \backslash
40161 fcolorbox{black}{
40162 \end_layout
40163
40164 \end_inset
40165
40166 RoyalBlue
40167 \begin_inset ERT
40168 status collapsed
40169
40170 \begin_layout Plain Layout
40171
40172 }{
40173 \end_layout
40174
40175 \end_inset
40176
40177
40178 \begin_inset Phantom Phantom
40179 status open
40180
40181 \begin_layout Plain Layout
40182 W
40183 \end_layout
40184
40185 \end_inset
40186
40187
40188 \begin_inset ERT
40189 status collapsed
40190
40191 \begin_layout Plain Layout
40192
40193 }
40194 \end_layout
40195
40196 \end_inset
40197
40198  RoyalBlue
40199 \end_layout
40200
40201 \end_inset
40202 </cell>
40203 <cell alignment="left" valignment="top" usebox="none">
40204 \begin_inset Text
40205
40206 \begin_layout Plain Layout
40207 \begin_inset ERT
40208 status collapsed
40209
40210 \begin_layout Plain Layout
40211
40212
40213 \backslash
40214 fcolorbox{black}{
40215 \end_layout
40216
40217 \end_inset
40218
40219 RoyalPurple
40220 \begin_inset ERT
40221 status collapsed
40222
40223 \begin_layout Plain Layout
40224
40225 }{
40226 \end_layout
40227
40228 \end_inset
40229
40230
40231 \begin_inset Phantom Phantom
40232 status open
40233
40234 \begin_layout Plain Layout
40235 W
40236 \end_layout
40237
40238 \end_inset
40239
40240
40241 \begin_inset ERT
40242 status collapsed
40243
40244 \begin_layout Plain Layout
40245
40246 }
40247 \end_layout
40248
40249 \end_inset
40250
40251  RoyalPurple
40252 \end_layout
40253
40254 \end_inset
40255 </cell>
40256 <cell alignment="left" valignment="top" usebox="none">
40257 \begin_inset Text
40258
40259 \begin_layout Plain Layout
40260 \begin_inset ERT
40261 status collapsed
40262
40263 \begin_layout Plain Layout
40264
40265
40266 \backslash
40267 fcolorbox{black}{
40268 \end_layout
40269
40270 \end_inset
40271
40272 RubineRed
40273 \begin_inset ERT
40274 status collapsed
40275
40276 \begin_layout Plain Layout
40277
40278 }{
40279 \end_layout
40280
40281 \end_inset
40282
40283
40284 \begin_inset Phantom Phantom
40285 status open
40286
40287 \begin_layout Plain Layout
40288 W
40289 \end_layout
40290
40291 \end_inset
40292
40293
40294 \begin_inset ERT
40295 status collapsed
40296
40297 \begin_layout Plain Layout
40298
40299 }
40300 \end_layout
40301
40302 \end_inset
40303
40304  RubineRed
40305 \end_layout
40306
40307 \end_inset
40308 </cell>
40309 <cell alignment="left" valignment="top" usebox="none">
40310 \begin_inset Text
40311
40312 \begin_layout Plain Layout
40313 \begin_inset ERT
40314 status collapsed
40315
40316 \begin_layout Plain Layout
40317
40318
40319 \backslash
40320 fcolorbox{black}{
40321 \end_layout
40322
40323 \end_inset
40324
40325 Salmon
40326 \begin_inset ERT
40327 status collapsed
40328
40329 \begin_layout Plain Layout
40330
40331 }{
40332 \end_layout
40333
40334 \end_inset
40335
40336
40337 \begin_inset Phantom Phantom
40338 status open
40339
40340 \begin_layout Plain Layout
40341 W
40342 \end_layout
40343
40344 \end_inset
40345
40346
40347 \begin_inset ERT
40348 status collapsed
40349
40350 \begin_layout Plain Layout
40351
40352 }
40353 \end_layout
40354
40355 \end_inset
40356
40357  Salmon
40358 \end_layout
40359
40360 \end_inset
40361 </cell>
40362 </row>
40363 <row>
40364 <cell alignment="left" valignment="top" usebox="none">
40365 \begin_inset Text
40366
40367 \begin_layout Plain Layout
40368 \begin_inset ERT
40369 status collapsed
40370
40371 \begin_layout Plain Layout
40372
40373
40374 \backslash
40375 fcolorbox{black}{
40376 \end_layout
40377
40378 \end_inset
40379
40380 SeaGreen
40381 \begin_inset ERT
40382 status collapsed
40383
40384 \begin_layout Plain Layout
40385
40386 }{
40387 \end_layout
40388
40389 \end_inset
40390
40391
40392 \begin_inset Phantom Phantom
40393 status open
40394
40395 \begin_layout Plain Layout
40396 W
40397 \end_layout
40398
40399 \end_inset
40400
40401
40402 \begin_inset ERT
40403 status collapsed
40404
40405 \begin_layout Plain Layout
40406
40407 }
40408 \end_layout
40409
40410 \end_inset
40411
40412  SeaGreen
40413 \end_layout
40414
40415 \end_inset
40416 </cell>
40417 <cell alignment="left" valignment="top" usebox="none">
40418 \begin_inset Text
40419
40420 \begin_layout Plain Layout
40421 \begin_inset ERT
40422 status collapsed
40423
40424 \begin_layout Plain Layout
40425
40426
40427 \backslash
40428 fcolorbox{black}{
40429 \end_layout
40430
40431 \end_inset
40432
40433 Sepia
40434 \begin_inset ERT
40435 status collapsed
40436
40437 \begin_layout Plain Layout
40438
40439 }{
40440 \end_layout
40441
40442 \end_inset
40443
40444
40445 \begin_inset Phantom Phantom
40446 status open
40447
40448 \begin_layout Plain Layout
40449 W
40450 \end_layout
40451
40452 \end_inset
40453
40454
40455 \begin_inset ERT
40456 status collapsed
40457
40458 \begin_layout Plain Layout
40459
40460 }
40461 \end_layout
40462
40463 \end_inset
40464
40465  Sepia
40466 \end_layout
40467
40468 \end_inset
40469 </cell>
40470 <cell alignment="left" valignment="top" usebox="none">
40471 \begin_inset Text
40472
40473 \begin_layout Plain Layout
40474 \begin_inset ERT
40475 status collapsed
40476
40477 \begin_layout Plain Layout
40478
40479
40480 \backslash
40481 fcolorbox{black}{
40482 \end_layout
40483
40484 \end_inset
40485
40486 SkyBlue
40487 \begin_inset ERT
40488 status collapsed
40489
40490 \begin_layout Plain Layout
40491
40492 }{
40493 \end_layout
40494
40495 \end_inset
40496
40497
40498 \begin_inset Phantom Phantom
40499 status open
40500
40501 \begin_layout Plain Layout
40502 W
40503 \end_layout
40504
40505 \end_inset
40506
40507
40508 \begin_inset ERT
40509 status collapsed
40510
40511 \begin_layout Plain Layout
40512
40513 }
40514 \end_layout
40515
40516 \end_inset
40517
40518  SkyBlue
40519 \end_layout
40520
40521 \end_inset
40522 </cell>
40523 <cell alignment="left" valignment="top" usebox="none">
40524 \begin_inset Text
40525
40526 \begin_layout Plain Layout
40527 \begin_inset ERT
40528 status collapsed
40529
40530 \begin_layout Plain Layout
40531
40532
40533 \backslash
40534 fcolorbox{black}{
40535 \end_layout
40536
40537 \end_inset
40538
40539 SpringGreen
40540 \begin_inset ERT
40541 status collapsed
40542
40543 \begin_layout Plain Layout
40544
40545 }{
40546 \end_layout
40547
40548 \end_inset
40549
40550
40551 \begin_inset Phantom Phantom
40552 status open
40553
40554 \begin_layout Plain Layout
40555 W
40556 \end_layout
40557
40558 \end_inset
40559
40560
40561 \begin_inset ERT
40562 status collapsed
40563
40564 \begin_layout Plain Layout
40565
40566 }
40567 \end_layout
40568
40569 \end_inset
40570
40571  SpringGreen
40572 \end_layout
40573
40574 \end_inset
40575 </cell>
40576 </row>
40577 <row>
40578 <cell alignment="left" valignment="top" usebox="none">
40579 \begin_inset Text
40580
40581 \begin_layout Plain Layout
40582 \begin_inset ERT
40583 status collapsed
40584
40585 \begin_layout Plain Layout
40586
40587
40588 \backslash
40589 fcolorbox{black}{
40590 \end_layout
40591
40592 \end_inset
40593
40594 Tan
40595 \begin_inset ERT
40596 status collapsed
40597
40598 \begin_layout Plain Layout
40599
40600 }{
40601 \end_layout
40602
40603 \end_inset
40604
40605
40606 \begin_inset Phantom Phantom
40607 status open
40608
40609 \begin_layout Plain Layout
40610 W
40611 \end_layout
40612
40613 \end_inset
40614
40615
40616 \begin_inset ERT
40617 status collapsed
40618
40619 \begin_layout Plain Layout
40620
40621 }
40622 \end_layout
40623
40624 \end_inset
40625
40626  Tan
40627 \end_layout
40628
40629 \end_inset
40630 </cell>
40631 <cell alignment="left" valignment="top" usebox="none">
40632 \begin_inset Text
40633
40634 \begin_layout Plain Layout
40635 \begin_inset ERT
40636 status collapsed
40637
40638 \begin_layout Plain Layout
40639
40640
40641 \backslash
40642 fcolorbox{black}{
40643 \end_layout
40644
40645 \end_inset
40646
40647 TealBlue
40648 \begin_inset ERT
40649 status collapsed
40650
40651 \begin_layout Plain Layout
40652
40653 }{
40654 \end_layout
40655
40656 \end_inset
40657
40658
40659 \begin_inset Phantom Phantom
40660 status open
40661
40662 \begin_layout Plain Layout
40663 W
40664 \end_layout
40665
40666 \end_inset
40667
40668
40669 \begin_inset ERT
40670 status collapsed
40671
40672 \begin_layout Plain Layout
40673
40674 }
40675 \end_layout
40676
40677 \end_inset
40678
40679  TealBlue
40680 \end_layout
40681
40682 \end_inset
40683 </cell>
40684 <cell alignment="left" valignment="top" usebox="none">
40685 \begin_inset Text
40686
40687 \begin_layout Plain Layout
40688 \begin_inset ERT
40689 status collapsed
40690
40691 \begin_layout Plain Layout
40692
40693
40694 \backslash
40695 fcolorbox{black}{
40696 \end_layout
40697
40698 \end_inset
40699
40700 Thistle
40701 \begin_inset ERT
40702 status collapsed
40703
40704 \begin_layout Plain Layout
40705
40706 }{
40707 \end_layout
40708
40709 \end_inset
40710
40711
40712 \begin_inset Phantom Phantom
40713 status open
40714
40715 \begin_layout Plain Layout
40716 W
40717 \end_layout
40718
40719 \end_inset
40720
40721
40722 \begin_inset ERT
40723 status collapsed
40724
40725 \begin_layout Plain Layout
40726
40727 }
40728 \end_layout
40729
40730 \end_inset
40731
40732  Thistle
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 \begin_inset ERT
40742 status collapsed
40743
40744 \begin_layout Plain Layout
40745
40746
40747 \backslash
40748 fcolorbox{black}{
40749 \end_layout
40750
40751 \end_inset
40752
40753 Turquoise
40754 \begin_inset ERT
40755 status collapsed
40756
40757 \begin_layout Plain Layout
40758
40759 }{
40760 \end_layout
40761
40762 \end_inset
40763
40764
40765 \begin_inset Phantom Phantom
40766 status open
40767
40768 \begin_layout Plain Layout
40769 W
40770 \end_layout
40771
40772 \end_inset
40773
40774
40775 \begin_inset ERT
40776 status collapsed
40777
40778 \begin_layout Plain Layout
40779
40780 }
40781 \end_layout
40782
40783 \end_inset
40784
40785  Turquoise
40786 \end_layout
40787
40788 \end_inset
40789 </cell>
40790 </row>
40791 <row>
40792 <cell alignment="left" valignment="top" usebox="none">
40793 \begin_inset Text
40794
40795 \begin_layout Plain Layout
40796 \begin_inset ERT
40797 status collapsed
40798
40799 \begin_layout Plain Layout
40800
40801
40802 \backslash
40803 fcolorbox{black}{
40804 \end_layout
40805
40806 \end_inset
40807
40808 Violet
40809 \begin_inset ERT
40810 status collapsed
40811
40812 \begin_layout Plain Layout
40813
40814 }{
40815 \end_layout
40816
40817 \end_inset
40818
40819
40820 \begin_inset Phantom Phantom
40821 status open
40822
40823 \begin_layout Plain Layout
40824 W
40825 \end_layout
40826
40827 \end_inset
40828
40829
40830 \begin_inset ERT
40831 status collapsed
40832
40833 \begin_layout Plain Layout
40834
40835 }
40836 \end_layout
40837
40838 \end_inset
40839
40840  Violet
40841 \end_layout
40842
40843 \end_inset
40844 </cell>
40845 <cell alignment="left" valignment="top" usebox="none">
40846 \begin_inset Text
40847
40848 \begin_layout Plain Layout
40849 \begin_inset ERT
40850 status collapsed
40851
40852 \begin_layout Plain Layout
40853
40854
40855 \backslash
40856 fcolorbox{black}{
40857 \end_layout
40858
40859 \end_inset
40860
40861 VioletRed
40862 \begin_inset ERT
40863 status collapsed
40864
40865 \begin_layout Plain Layout
40866
40867 }{
40868 \end_layout
40869
40870 \end_inset
40871
40872
40873 \begin_inset Phantom Phantom
40874 status open
40875
40876 \begin_layout Plain Layout
40877 W
40878 \end_layout
40879
40880 \end_inset
40881
40882
40883 \begin_inset ERT
40884 status collapsed
40885
40886 \begin_layout Plain Layout
40887
40888 }
40889 \end_layout
40890
40891 \end_inset
40892
40893  VioletRed
40894 \end_layout
40895
40896 \end_inset
40897 </cell>
40898 <cell alignment="left" valignment="top" usebox="none">
40899 \begin_inset Text
40900
40901 \begin_layout Plain Layout
40902 \begin_inset ERT
40903 status collapsed
40904
40905 \begin_layout Plain Layout
40906
40907
40908 \backslash
40909 fcolorbox{black}{
40910 \end_layout
40911
40912 \end_inset
40913
40914 WildStrawberry
40915 \begin_inset ERT
40916 status collapsed
40917
40918 \begin_layout Plain Layout
40919
40920 }{
40921 \end_layout
40922
40923 \end_inset
40924
40925
40926 \begin_inset Phantom Phantom
40927 status open
40928
40929 \begin_layout Plain Layout
40930 W
40931 \end_layout
40932
40933 \end_inset
40934
40935
40936 \begin_inset ERT
40937 status collapsed
40938
40939 \begin_layout Plain Layout
40940
40941 }
40942 \end_layout
40943
40944 \end_inset
40945
40946  WildStrawberry
40947 \end_layout
40948
40949 \end_inset
40950 </cell>
40951 <cell alignment="left" valignment="top" usebox="none">
40952 \begin_inset Text
40953
40954 \begin_layout Plain Layout
40955 \begin_inset ERT
40956 status collapsed
40957
40958 \begin_layout Plain Layout
40959
40960
40961 \backslash
40962 fcolorbox{black}{
40963 \end_layout
40964
40965 \end_inset
40966
40967 YellowGreen
40968 \begin_inset ERT
40969 status collapsed
40970
40971 \begin_layout Plain Layout
40972
40973 }{
40974 \end_layout
40975
40976 \end_inset
40977
40978
40979 \begin_inset Phantom Phantom
40980 status open
40981
40982 \begin_layout Plain Layout
40983 W
40984 \end_layout
40985
40986 \end_inset
40987
40988
40989 \begin_inset ERT
40990 status collapsed
40991
40992 \begin_layout Plain Layout
40993
40994 }
40995 \end_layout
40996
40997 \end_inset
40998
40999  YellowGreen
41000 \end_layout
41001
41002 \end_inset
41003 </cell>
41004 </row>
41005 <row>
41006 <cell alignment="left" valignment="top" usebox="none">
41007 \begin_inset Text
41008
41009 \begin_layout Plain Layout
41010 \begin_inset ERT
41011 status collapsed
41012
41013 \begin_layout Plain Layout
41014
41015
41016 \backslash
41017 fcolorbox{black}{
41018 \end_layout
41019
41020 \end_inset
41021
41022 YellowOrange
41023 \begin_inset ERT
41024 status collapsed
41025
41026 \begin_layout Plain Layout
41027
41028 }{
41029 \end_layout
41030
41031 \end_inset
41032
41033
41034 \begin_inset Phantom Phantom
41035 status open
41036
41037 \begin_layout Plain Layout
41038 W
41039 \end_layout
41040
41041 \end_inset
41042
41043
41044 \begin_inset ERT
41045 status collapsed
41046
41047 \begin_layout Plain Layout
41048
41049 }
41050 \end_layout
41051
41052 \end_inset
41053
41054  YellowOrange
41055 \end_layout
41056
41057 \end_inset
41058 </cell>
41059 <cell alignment="left" valignment="top" usebox="none">
41060 \begin_inset Text
41061
41062 \begin_layout Plain Layout
41063
41064 \end_layout
41065
41066 \end_inset
41067 </cell>
41068 <cell alignment="left" valignment="top" usebox="none">
41069 \begin_inset Text
41070
41071 \begin_layout Plain Layout
41072
41073 \end_layout
41074
41075 \end_inset
41076 </cell>
41077 <cell alignment="left" valignment="top" usebox="none">
41078 \begin_inset Text
41079
41080 \begin_layout Plain Layout
41081
41082 \end_layout
41083
41084 \end_inset
41085 </cell>
41086 </row>
41087 </lyxtabular>
41088
41089 \end_inset
41090
41091
41092 \end_layout
41093
41094 \begin_layout Chapter
41095 Explanation of Equation
41096 \begin_inset space ~
41097 \end_inset
41098
41099 (
41100 \begin_inset CommandInset ref
41101 LatexCommand ref
41102 reference "eq:Wgn"
41103
41104 \end_inset
41105
41106 )
41107 \begin_inset CommandInset label
41108 LatexCommand label
41109 name "cha:Explanation-of-Equation"
41110
41111 \end_inset
41112
41113
41114 \end_layout
41115
41116 \begin_layout Standard
41117 We can calculate the total width of 
41118 \emph on
41119 n
41120 \emph default
41121  table cells 
41122 \begin_inset Formula $W_{\mathrm{tot\, n}}$
41123 \end_inset
41124
41125  as follows:
41126 \begin_inset Formula 
41127 \begin{equation}
41128 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}
41129 \end{equation}
41130
41131 \end_inset
41132
41133 where 
41134 \begin_inset Formula $W_{g\, n}$
41135 \end_inset
41136
41137  is the given width of all cells, 
41138 \series bold
41139
41140 \backslash
41141 tabcolsep
41142 \series default
41143  is the LaTeX-length between the cell text and the cell border (its default
41144  value is 6
41145 \begin_inset space \thinspace{}
41146 \end_inset
41147
41148 pt).
41149  
41150 \series bold
41151
41152 \backslash
41153 arrayrulewidth
41154 \series default
41155  is the thickness of the cell border line, the default is 0.4
41156 \begin_inset space \thinspace{}
41157 \end_inset
41158
41159 pt.
41160 \end_layout
41161
41162 \begin_layout Standard
41163 Following equation
41164 \begin_inset space ~
41165 \end_inset
41166
41167
41168 \begin_inset CommandInset ref
41169 LatexCommand eqref
41170 reference "eq:Wtot_n"
41171
41172 \end_inset
41173
41174 , the total width of a multicolumn 
41175 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
41176 \end_inset
41177
41178  is
41179 \begin_inset Formula 
41180 \begin{equation}
41181 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}
41182 \end{equation}
41183
41184 \end_inset
41185
41186
41187 \end_layout
41188
41189 \begin_layout Standard
41190 By setting equation
41191 \begin_inset space ~
41192 \end_inset
41193
41194
41195 \begin_inset CommandInset ref
41196 LatexCommand eqref
41197 reference "eq:Wtot_n"
41198
41199 \end_inset
41200
41201  and 
41202 \begin_inset CommandInset ref
41203 LatexCommand eqref
41204 reference "eq:Wtot_mult"
41205
41206 \end_inset
41207
41208  equal we can calculate the needed given width 
41209 \begin_inset Formula $W_{g\, n}$
41210 \end_inset
41211
41212  when 
41213 \emph on
41214 n
41215 \emph default
41216  columns are spanned, so that each column has a total width of 
41217 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
41218 \end_inset
41219
41220 :
41221 \begin_inset Formula 
41222 \begin{equation}
41223 W_{g\, n}=\frac{W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth})}{n}
41224 \end{equation}
41225
41226 \end_inset
41227
41228
41229 \end_layout
41230
41231 \begin_layout Bibliography
41232 \labelwidthstring Bibliography
41233 \begin_inset CommandInset bibitem
41234 LatexCommand bibitem
41235 key "latexcompanion"
41236
41237 \end_inset
41238
41239 Frank Mittelbach and Michel Goossens: 
41240 \emph on
41241 The LaTeX Companion Second Edition.
41242
41243 \emph default
41244  Addison-Wesley, 2004
41245 \end_layout
41246
41247 \begin_layout Bibliography
41248 \labelwidthstring Bibliography
41249 \begin_inset CommandInset bibitem
41250 LatexCommand bibitem
41251 key "latexguide"
41252
41253 \end_inset
41254
41255 Helmut Kopka and Patrick W.
41256  Daly: 
41257 \emph on
41258 A Guide to LaTeX Fourth Edition.
41259
41260 \emph default
41261  Addison-Wesley, 2003
41262 \end_layout
41263
41264 \begin_layout Bibliography
41265 \labelwidthstring Bibliography
41266 \begin_inset CommandInset bibitem
41267 LatexCommand bibitem
41268 key "latexbook"
41269
41270 \end_inset
41271
41272 Leslie Lamport: 
41273 \emph on
41274 LaTeX: A Document Preparation System.
41275
41276 \emph default
41277  Addison-Wesley, second edition, 1994
41278 \end_layout
41279
41280 \begin_layout Bibliography
41281 \labelwidthstring Bibliography
41282 \begin_inset CommandInset bibitem
41283 LatexCommand bibitem
41284 key "booktabs"
41285
41286 \end_inset
41287
41288 Documentation of the LaTeX-package 
41289 \series bold
41290
41291 \begin_inset CommandInset href
41292 LatexCommand href
41293 name "booktabs"
41294 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
41295
41296 \end_inset
41297
41298
41299 \series default
41300
41301 \begin_inset Index idx
41302 status collapsed
41303
41304 \begin_layout Plain Layout
41305 LaTeX-packages ! booktabs
41306 \end_layout
41307
41308 \end_inset
41309
41310
41311 \end_layout
41312
41313 \begin_layout Bibliography
41314 \labelwidthstring Bibliography
41315 \begin_inset CommandInset bibitem
41316 LatexCommand bibitem
41317 key "caption"
41318
41319 \end_inset
41320
41321 Documentation of the LaTeX-package 
41322 \series bold
41323
41324 \begin_inset CommandInset href
41325 LatexCommand href
41326 name "caption"
41327 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
41328
41329 \end_inset
41330
41331
41332 \series default
41333
41334 \begin_inset Index idx
41335 status collapsed
41336
41337 \begin_layout Plain Layout
41338 LaTeX-packages ! caption
41339 \end_layout
41340
41341 \end_inset
41342
41343
41344 \end_layout
41345
41346 \begin_layout Bibliography
41347 \labelwidthstring Bibliography
41348 \begin_inset CommandInset bibitem
41349 LatexCommand bibitem
41350 key "endfloat"
41351
41352 \end_inset
41353
41354 Documentation of the LaTeX-package 
41355 \series bold
41356
41357 \begin_inset CommandInset href
41358 LatexCommand href
41359 name "endfloat"
41360 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
41361
41362 \end_inset
41363
41364
41365 \series default
41366
41367 \begin_inset Index idx
41368 status collapsed
41369
41370 \begin_layout Plain Layout
41371 LaTeX-packages ! endfloat
41372 \end_layout
41373
41374 \end_inset
41375
41376
41377 \end_layout
41378
41379 \begin_layout Bibliography
41380 \labelwidthstring Bibliography
41381 \begin_inset CommandInset bibitem
41382 LatexCommand bibitem
41383 key "footmisc"
41384
41385 \end_inset
41386
41387 Documentation of the LaTeX-package 
41388 \series bold
41389
41390 \begin_inset CommandInset href
41391 LatexCommand href
41392 name "footmisc"
41393 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
41394
41395 \end_inset
41396
41397
41398 \series default
41399
41400 \begin_inset Index idx
41401 status collapsed
41402
41403 \begin_layout Plain Layout
41404 LaTeX-packages ! footmisc
41405 \end_layout
41406
41407 \end_inset
41408
41409
41410 \end_layout
41411
41412 \begin_layout Bibliography
41413 \labelwidthstring Bibliography
41414 \begin_inset CommandInset bibitem
41415 LatexCommand bibitem
41416 key "hypcap"
41417
41418 \end_inset
41419
41420 Documentation of the LaTeX-package 
41421 \series bold
41422
41423 \begin_inset CommandInset href
41424 LatexCommand href
41425 name "hypcap"
41426 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
41427
41428 \end_inset
41429
41430
41431 \series default
41432
41433 \begin_inset Index idx
41434 status collapsed
41435
41436 \begin_layout Plain Layout
41437 LaTeX-packages ! hyperref
41438 \end_layout
41439
41440 \end_inset
41441
41442
41443 \end_layout
41444
41445 \begin_layout Bibliography
41446 \labelwidthstring Bibliography
41447 \begin_inset CommandInset bibitem
41448 LatexCommand bibitem
41449 key "hyperref"
41450
41451 \end_inset
41452
41453 Documentation of the LaTeX-package 
41454 \series bold
41455
41456 \begin_inset CommandInset href
41457 LatexCommand href
41458 name "hyperref"
41459 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
41460
41461 \end_inset
41462
41463
41464 \series default
41465
41466 \begin_inset Index idx
41467 status collapsed
41468
41469 \begin_layout Plain Layout
41470 LaTeX-packages ! hyperref
41471 \end_layout
41472
41473 \end_inset
41474
41475
41476 \end_layout
41477
41478 \begin_layout Bibliography
41479 \labelwidthstring Bibliography
41480 \begin_inset CommandInset bibitem
41481 LatexCommand bibitem
41482 key "KOMA-Script"
41483
41484 \end_inset
41485
41486 Documentation of the LaTeX-package 
41487 \series bold
41488
41489 \begin_inset CommandInset href
41490 LatexCommand href
41491 name "KOMA-Script"
41492 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
41493
41494 \end_inset
41495
41496
41497 \series default
41498
41499 \begin_inset Index idx
41500 status collapsed
41501
41502 \begin_layout Plain Layout
41503 LaTeX-packages ! KOMA-Script
41504 \end_layout
41505
41506 \end_inset
41507
41508
41509 \end_layout
41510
41511 \begin_layout Bibliography
41512 \labelwidthstring Bibliography
41513 \begin_inset CommandInset bibitem
41514 LatexCommand bibitem
41515 key "listings"
41516
41517 \end_inset
41518
41519 Documentation of the LaTeX-package 
41520 \series bold
41521
41522 \begin_inset CommandInset href
41523 LatexCommand href
41524 name "listings"
41525 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
41526
41527 \end_inset
41528
41529
41530 \series default
41531
41532 \begin_inset Index idx
41533 status collapsed
41534
41535 \begin_layout Plain Layout
41536 LaTeX-packages ! listings
41537 \end_layout
41538
41539 \end_inset
41540
41541
41542 \end_layout
41543
41544 \begin_layout Bibliography
41545 \labelwidthstring Bibliography
41546 \begin_inset CommandInset bibitem
41547 LatexCommand bibitem
41548 key "marginnote"
41549
41550 \end_inset
41551
41552 Documentation of the LaTeX-package 
41553 \series bold
41554
41555 \begin_inset CommandInset href
41556 LatexCommand href
41557 name "marginnote"
41558 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
41559
41560 \end_inset
41561
41562
41563 \series default
41564
41565 \begin_inset Index idx
41566 status collapsed
41567
41568 \begin_layout Plain Layout
41569 LaTeX-packages ! marginnote
41570 \end_layout
41571
41572 \end_inset
41573
41574
41575 \end_layout
41576
41577 \begin_layout Bibliography
41578 \labelwidthstring Bibliography
41579 \begin_inset CommandInset bibitem
41580 LatexCommand bibitem
41581 key "lettrine"
41582
41583 \end_inset
41584
41585 Documentation of the LaTeX-package 
41586 \series bold
41587
41588 \begin_inset CommandInset href
41589 LatexCommand href
41590 name "lettrine"
41591 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/lettrine.pdf"
41592
41593 \end_inset
41594
41595
41596 \series default
41597  and an 
41598 \begin_inset CommandInset href
41599 LatexCommand href
41600 name "example"
41601 target "http://mirrors.ctan.org/macros/latex/contrib/lettrine/doc/demo.pdf"
41602
41603 \end_inset
41604
41605
41606 \begin_inset Index idx
41607 status collapsed
41608
41609 \begin_layout Plain Layout
41610 LaTeX-packages ! lettrine
41611 \end_layout
41612
41613 \end_inset
41614
41615
41616 \end_layout
41617
41618 \begin_layout Bibliography
41619 \labelwidthstring Bibliography
41620 \begin_inset CommandInset bibitem
41621 LatexCommand bibitem
41622 key "pstricks"
41623
41624 \end_inset
41625
41626 Web page of the LaTeX-package 
41627 \series bold
41628
41629 \begin_inset CommandInset href
41630 LatexCommand href
41631 name "PSTricks"
41632 target "http://tug.org/PSTricks/"
41633
41634 \end_inset
41635
41636
41637 \series default
41638
41639 \begin_inset Index idx
41640 status collapsed
41641
41642 \begin_layout Plain Layout
41643 LaTeX-packages ! PSTricks
41644 \end_layout
41645
41646 \end_inset
41647
41648
41649 \end_layout
41650
41651 \begin_layout Bibliography
41652 \labelwidthstring Bibliography
41653 \begin_inset CommandInset bibitem
41654 LatexCommand bibitem
41655 key "sidecap"
41656
41657 \end_inset
41658
41659 Documentation of the LaTeX-package 
41660 \series bold
41661
41662 \begin_inset CommandInset href
41663 LatexCommand href
41664 name "sidecap"
41665 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
41666
41667 \end_inset
41668
41669
41670 \series default
41671
41672 \begin_inset Index idx
41673 status collapsed
41674
41675 \begin_layout Plain Layout
41676 LaTeX-packages ! sidecap
41677 \end_layout
41678
41679 \end_inset
41680
41681
41682 \end_layout
41683
41684 \begin_layout Bibliography
41685 \labelwidthstring Bibliography
41686 \begin_inset CommandInset bibitem
41687 LatexCommand bibitem
41688 key "pdfpages"
41689
41690 \end_inset
41691
41692 Documentation of the LaTeX-package 
41693 \series bold
41694
41695 \begin_inset CommandInset href
41696 LatexCommand href
41697 name "pdfpages"
41698 target "http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf"
41699
41700 \end_inset
41701
41702
41703 \series default
41704
41705 \begin_inset Index idx
41706 status collapsed
41707
41708 \begin_layout Plain Layout
41709 LaTeX-packages ! pdfpages
41710 \end_layout
41711
41712 \end_inset
41713
41714
41715 \end_layout
41716
41717 \begin_layout Bibliography
41718 \labelwidthstring Bibliography
41719 \begin_inset CommandInset bibitem
41720 LatexCommand bibitem
41721 key "prettyref"
41722
41723 \end_inset
41724
41725 Documentation of the LaTeX-package 
41726 \series bold
41727
41728 \begin_inset CommandInset href
41729 LatexCommand href
41730 name "prettyref"
41731 target "http://www.ctan.org/tex-archive/macros/latex/contrib/prettyref/prettyref.pdf"
41732
41733 \end_inset
41734
41735
41736 \series default
41737
41738 \begin_inset Index idx
41739 status collapsed
41740
41741 \begin_layout Plain Layout
41742 LaTeX-packages ! prettyref
41743 \end_layout
41744
41745 \end_inset
41746
41747
41748 \end_layout
41749
41750 \begin_layout Bibliography
41751 \labelwidthstring Bibliography
41752 \begin_inset CommandInset bibitem
41753 LatexCommand bibitem
41754 key "refstyle"
41755
41756 \end_inset
41757
41758 Documentation of the LaTeX-package 
41759 \series bold
41760
41761 \begin_inset CommandInset href
41762 LatexCommand href
41763 name "refstyle"
41764 target "http://mirrors.ctan.org/macros/latex/contrib/refstyle/refstyle.pdf"
41765
41766 \end_inset
41767
41768
41769 \series default
41770
41771 \begin_inset Index idx
41772 status collapsed
41773
41774 \begin_layout Plain Layout
41775 LaTeX-packages ! refstyle
41776 \end_layout
41777
41778 \end_inset
41779
41780
41781 \end_layout
41782
41783 \begin_layout Bibliography
41784 \labelwidthstring Bibliography
41785 \begin_inset CommandInset bibitem
41786 LatexCommand bibitem
41787 key "NewInLyX20"
41788
41789 \end_inset
41790
41791
41792 \begin_inset CommandInset href
41793 LatexCommand href
41794 name "Wiki page"
41795 target "http://wiki.lyx.org/LyX/NewInLyX20"
41796
41797 \end_inset
41798
41799  about new features in 
41800 \family sans
41801 LyX 2.0
41802 \family default
41803 .
41804 \end_layout
41805
41806 \begin_layout Standard
41807 \begin_inset CommandInset index_print
41808 LatexCommand printindex
41809 type "idx"
41810
41811 \end_inset
41812
41813
41814 \end_layout
41815
41816 \end_body
41817 \end_document