]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
fb97516500294075c76a246ba8f6f0a51f5121d7
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 339
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}, tableposition=top]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \usepackage{sidecap}
37
38 \newcommand{\TabBesBeg}{%
39  \let\MyTable\table
40  \let\MyEndtable\endtable
41  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
42
43 \newcommand{\TabBesEnd}{%
44  \let\table\MyTable
45  \let\endtable\MyEndtable}
46
47 \newcommand{\FigBesBeg}{%
48  \let\MyFigure\figure
49  \let\MyEndfigure\endfigure
50  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
51
52 \newcommand{\FigBesEnd}{%
53  \let\figure\MyFigure
54  \let\endfigure\MyEndfigure}
55
56 % enables calculation of values,
57 \usepackage{calc}
58
59 % provides special table cell alignments
60 \usepackage{dcolumn}
61
62 % increase the bottom float placement fraction
63 \renewcommand{\bottomfraction}{0.5}
64
65 % avoids that floats are placed before their
66 % corresponding section starts
67 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
68
69 % speed up the longtable calculation
70 \setcounter{LTchunksize}{100}
71
72 % used for scaled and rotated boxes
73 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
74
75 % used for colored tables
76 \@ifundefined{textcolor}
77  {\usepackage{color}}{}
78 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
79 \definecolor{lightgrey}{gray}{0.8}
80
81 % check for package colortbl
82 % used for colored table cells
83 \newboolean{colortbl}
84 \IfFileExists{colortbl.sty}
85  {\usepackage{colortbl}
86   \setboolean{colortbl}{true}}
87  {\setboolean{colortbl}{false}}
88
89 % used for multirows
90 \usepackage{multirow}
91 %\renewcommand{\multirowsetup}{\centering}
92
93 % used for book-style tables
94 \usepackage{booktabs}
95
96 % used to have extra space in table cells
97 \@ifundefined{extrarowheight}
98  {\usepackage{array}}{}
99 \setlength{\extrarowheight}{2pt}
100
101 % used for customized tables
102 % ---
103 \newcolumntype{M}[1]
104  {>{\centering\hspace{0pt}}m{#1}}
105
106 \newcolumntype{S}[2]
107  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
108
109 \newcolumntype{K}[1]
110  {>{\columncolor{#1}\hspace{0pt}}c}
111
112 \newcolumntype{V}{!{\vrule width 1.5pt}}
113
114 \newcolumntype{W}{!{\color{green}\vline}}
115 % ---
116
117 % insert additional vertical space of
118 % 1.5 mm between footnotes
119 \let\myFoot\footnote
120 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
121
122 % number algorithm floats within chapters
123 \numberwithin{algorithm}{chapter}
124
125 % redefine the greyed out note
126 \renewenvironment{lyxgreyedout}
127  {\textcolor{blue}\bgroup}{\egroup}
128
129 % ------------------------------------
130 % used to check for needed LaTeX packages
131 \usepackage{ifthen}
132
133 % check for package arydshln
134 % used for tables with dashed lines
135 \newboolean{arydshln}
136 \IfFileExists{arydshln.sty}
137  {\usepackage{arydshln}
138   \setboolean{arydshln}{true}}
139  {\setboolean{arydshln}{false}}
140
141 % check for package marginnote
142 % used for margin notes
143 \newboolean{marginnote}
144 \IfFileExists{marginnote.sty}
145  {\usepackage{marginnote}
146   \let\marginpar\marginnote
147   \setboolean{marginnote}{true}}
148  {\setboolean{marginnote}{false}}
149
150 % check for package sidecap
151 % used for captions on the side
152 \newboolean{sidecap}
153 \IfFileExists{sidecap.sty}
154  {\usepackage{sidecap}
155   \let\marginpar\marginnote
156   \setboolean{sidecap}{true}}
157  {\setboolean{sidecap}{false}}
158
159 % redefine the \LyX macro for PDF bookmarks
160 \def\LyX{\texorpdfstring{%
161   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
162   {LyX }}
163 \end_preamble
164 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
165 \language english
166 \inputencoding auto
167 \font_roman default
168 \font_sans default
169 \font_typewriter default
170 \font_default_family default
171 \font_sc false
172 \font_osf false
173 \font_sf_scale 100
174 \font_tt_scale 100
175
176 \graphics default
177 \paperfontsize 12
178 \spacing single
179 \use_hyperref true
180 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
181 \pdf_author "LyX Team, Uwe Stöhr"
182 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
183 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
184 \pdf_bookmarks true
185 \pdf_bookmarksnumbered true
186 \pdf_bookmarksopen true
187 \pdf_bookmarksopenlevel 1
188 \pdf_breaklinks false
189 \pdf_pdfborder false
190 \pdf_colorlinks true
191 \pdf_backref false
192 \pdf_pagebackref false
193 \pdf_pdfusetitle false
194 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
195 \papersize default
196 \use_geometry false
197 \use_amsmath 2
198 \use_esint 0
199 \cite_engine basic
200 \use_bibtopic false
201 \paperorientation portrait
202 \secnumdepth 3
203 \tocdepth 3
204 \paragraph_separation skip
205 \defskip medskip
206 \quotes_language english
207 \papercolumns 1
208 \papersides 2
209 \paperpagestyle default
210 \bullet 1 1 34 -1
211 \bullet 2 2 35 -1
212 \bullet 3 2 7 -1
213 \tracking_changes false
214 \output_changes false
215 \author "" 
216 \author "" 
217 \end_header
218
219 \begin_body
220
221 \begin_layout Title
222 LyX's detailed Figure, Table, Floats, Notes, Boxes and External Material
223  manual
224 \end_layout
225
226 \begin_layout Author
227 by the LyX Team
228 \begin_inset Foot
229 status collapsed
230
231 \begin_layout Plain Layout
232 \noindent
233 If you have comments or error corrections, please send them to the LyX Documenta
234 tion mailing list: 
235 \begin_inset CommandInset href
236 LatexCommand href
237 name "lyx-docs@lists.lyx.org"
238 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
239 type "mailto:"
240
241 \end_inset
242
243
244 \end_layout
245
246 \end_inset
247
248
249 \begin_inset Note Note
250 status collapsed
251
252 \begin_layout Plain Layout
253 author: Uwe Stöhr
254 \end_layout
255
256 \end_inset
257
258
259 \begin_inset Newline newline
260 \end_inset
261
262
263 \begin_inset Newline newline
264 \end_inset
265
266
267 \family sans
268 Version 1.6svn
269 \end_layout
270
271 \begin_layout Standard
272 \begin_inset CommandInset toc
273 LatexCommand tableofcontents
274
275 \end_inset
276
277
278 \end_layout
279
280 \begin_layout Standard
281 \begin_inset Note Note
282 status open
283
284 \begin_layout Plain Layout
285 To export all parts of this document to PDF, PS, or DVI the LaTeX-packages
286  
287 \series bold
288 arydshln
289 \series default
290
291 \series bold
292 colortbl
293 \series default
294
295 \series bold
296 marginnote
297 \series default
298 , and 
299 \series bold
300 sidecap
301 \series default
302  must be installed.
303  If they are not installed you can export the document anyway but the sections
304  where the packages are required won't appear in the output.
305 \end_layout
306
307 \begin_layout Plain Layout
308 The latest PDF-version of this document can be found here:
309 \begin_inset Newline newline
310 \end_inset
311
312
313 \series bold
314 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
315 \end_layout
316
317 \end_inset
318
319
320 \end_layout
321
322 \begin_layout Chapter
323 Figures
324 \begin_inset CommandInset label
325 LatexCommand label
326 name "cha:Figures"
327
328 \end_inset
329
330
331 \begin_inset Index
332 status collapsed
333
334 \begin_layout Plain Layout
335 Figures
336 \end_layout
337
338 \end_inset
339
340
341 \begin_inset Index
342 status collapsed
343
344 \begin_layout Plain Layout
345 Graphics|see
346 \begin_inset ERT
347 status collapsed
348
349 \begin_layout Plain Layout
350
351 {
352 \end_layout
353
354 \end_inset
355
356 Figures
357 \begin_inset ERT
358 status collapsed
359
360 \begin_layout Plain Layout
361
362 }
363 \end_layout
364
365 \end_inset
366
367
368 \end_layout
369
370 \end_inset
371
372
373 \end_layout
374
375 \begin_layout Section
376 Graphics Dialog
377 \begin_inset Index
378 status collapsed
379
380 \begin_layout Plain Layout
381 Figures ! Graphics Dialog
382 \end_layout
383
384 \end_inset
385
386
387 \begin_inset CommandInset label
388 LatexCommand label
389 name "sec:Graphics-Dialog"
390
391 \end_inset
392
393
394 \end_layout
395
396 \begin_layout Standard
397 To insert an image into your document, place the cursor at the text position
398  you want and click on the toolbar icon 
399 \begin_inset Graphics
400         filename ../images/dialog-show-new-inset_graphics.png
401         scale 85
402         scaleBeforeRotation
403
404 \end_inset
405
406  or use the menu 
407 \family sans
408 Insert\SpecialChar \menuseparator
409 Graphics
410 \family default
411 .
412  Then a dialog will appear to choose the file to load.
413  The image will appear in the output exactly at the position where it is
414  in the text.
415 \end_layout
416
417 \begin_layout Standard
418 The graphics dialog can be called at any time by clicking on an image.
419  This dialog has three tabs:
420 \end_layout
421
422 \begin_layout Description
423
424 \family sans
425 Graphics
426 \family default
427  Here you can choose an image file and adjust its appearance in the output.
428  The available units for the image size are explained in appendix
429 \begin_inset space ~
430 \end_inset
431
432
433 \begin_inset CommandInset ref
434 LatexCommand ref
435 reference "cha:Units-available-in"
436
437 \end_inset
438
439 .
440 \begin_inset Newline newline
441 \end_inset
442
443
444 \begin_inset Index
445 status collapsed
446
447 \begin_layout Plain Layout
448 Figures ! rotated
449 \end_layout
450
451 \end_inset
452
453 You can rotate images counter-clockwise by setting a rotation angle and
454  a rotation origin.
455  The image will also be rotated inside LyX.
456 \begin_inset Newline newline
457 \end_inset
458
459
460 \begin_inset Index
461 status collapsed
462
463 \begin_layout Plain Layout
464 Figures ! scaled
465 \end_layout
466
467 \end_inset
468
469 Images can be scaled by using a percentage value or by setting the width
470  and height explicitly.
471  If you set only the width or only the height, the other size will be determined
472  automatically.
473  If you set both, then the image will be transformed to the given size,
474  possibly distorting it.
475  To prevent the image from distortion, use the option 
476 \family sans
477 Maintain aspect ratio
478 \family default
479 .
480  The image will then be scaled so that its width and height don't exceed
481  the specified dimensions.
482 \begin_inset Newline newline
483 \end_inset
484
485 Images can be opened in a program of your choice when pressing the 
486 \family sans
487 Edit
488 \family default
489  button.
490  The program can be set for every image format in the file format settings
491  in LyX's preferences.
492 \end_layout
493
494 \begin_layout Description
495
496 \family sans
497 Clipping
498 \family default
499  Alternatively to the usage of scaling units it is possible to set image
500  coordinates to adjust the height and width of the image in the output.
501  The coordinates can also be calculated automatically by pressing the button
502  
503 \family sans
504 Get
505 \begin_inset space ~
506 \end_inset
507
508 from
509 \begin_inset space ~
510 \end_inset
511
512 File
513 \family default
514 .
515  The option 
516 \family sans
517 Clip
518 \begin_inset space ~
519 \end_inset
520
521 to
522 \begin_inset space ~
523 \end_inset
524
525 bounding
526 \begin_inset space ~
527 \end_inset
528
529 box
530 \family default
531  will only print the image region within the given coordinates.
532  Normally you don't need to take care about image coordinates and can ignore
533  this tab.
534 \end_layout
535
536 \begin_layout Description
537
538 \family sans
539 LaTeX
540 \begin_inset space ~
541 \end_inset
542
543 and
544 \begin_inset space ~
545 \end_inset
546
547 LyX
548 \begin_inset space ~
549 \end_inset
550
551 options
552 \family default
553  In this tab you can modify the appearance of the image within LyX and LaTeX
554  experts can specify additional LaTeX options.
555 \begin_inset Newline newline
556 \end_inset
557
558 The option 
559 \family sans
560 Draft
561 \begin_inset space ~
562 \end_inset
563
564 mode
565 \family default
566  makes the image appear in the output only as a frame with the size of the
567  image.
568 \begin_inset Newline newline
569 \end_inset
570
571 The 
572 \family sans
573 Don't
574 \begin_inset space ~
575 \end_inset
576
577 unzip
578 \begin_inset space ~
579 \end_inset
580
581 on
582 \begin_inset space ~
583 \end_inset
584
585 export
586 \family default
587  option only affects zipped EPS-graphics, e.
588 \begin_inset space \thinspace{}
589 \end_inset
590
591 g.
592 \begin_inset space ~
593 \end_inset
594
595
596 \emph on
597 x.eps.gz
598 \emph default
599 .
600  When the option is used the images will not be unzipped on export, since
601  LaTeX can handle them as they are.
602 \begin_inset Newline newline
603 \end_inset
604
605 Zipped EPS-graphics are useful to save disk space when you choose PostScript
606  as output format, see appendix
607 \begin_inset space ~
608 \end_inset
609
610
611 \begin_inset CommandInset ref
612 LatexCommand ref
613 reference "sec:PostScript"
614
615 \end_inset
616
617 .
618  To zip EPS-graphics, use the following commands in a UNIX-shell or a Windows
619  console:
620 \begin_inset Newline newline
621 \end_inset
622
623
624 \series bold
625 gzip x.eps
626 \series default
627
628 \begin_inset Newline newline
629 \end_inset
630
631
632 \series bold
633 zgrep %%Bounding x.eps.gz > x.eps.bb
634 \series default
635
636 \begin_inset Newline newline
637 \end_inset
638
639 The second command creates the bounding box file 
640 \begin_inset Quotes eld
641 \end_inset
642
643 x.eps.bb
644 \begin_inset Quotes erd
645 \end_inset
646
647  that is needed by LaTeX for zipped graphics.
648 \begin_inset Newline newline
649 \end_inset
650
651 The field 
652 \family sans
653 Initialize
654 \begin_inset space ~
655 \end_inset
656
657 Group
658 \begin_inset space ~
659 \end_inset
660
661 Name
662 \family default
663  allows you define or join an image settings group.
664 \begin_inset Index
665 status collapsed
666
667 \begin_layout Plain Layout
668 Figures ! Settings grouping
669 \end_layout
670
671 \end_inset
672
673  Images within such a group share their settings, so adjusting one image
674  of the group automatically also adjusts all other images of the group in
675  the same way.
676  So you can for example change the size for a bunch of images without the
677  need to manually change each of them.
678  Joining an existing group can also be done using the context menu of the
679  image by checking the name of the desired group.
680 \end_layout
681
682 \begin_layout Standard
683 \begin_inset VSpace bigskip
684 \end_inset
685
686
687 \end_layout
688
689 \begin_layout Standard
690 This is an example image in EPS format
691 \begin_inset Foot
692 status collapsed
693
694 \begin_layout Plain Layout
695 Image formats are explained in section
696 \begin_inset space ~
697 \end_inset
698
699
700 \begin_inset CommandInset ref
701 LatexCommand ref
702 reference "sec:Image-Formats"
703
704 \end_inset
705
706 .
707 \end_layout
708
709 \end_inset
710
711  within a separate, horizontally centered paragraph:
712 \end_layout
713
714 \begin_layout Standard
715 \align center
716 \begin_inset Graphics
717         filename clipart/mobius.eps
718         scale 70
719         scaleBeforeRotation
720         rotateOrigin center
721
722 \end_inset
723
724
725 \end_layout
726
727 \begin_layout Standard
728 This is the same image like the one above but in draft mode:
729 \end_layout
730
731 \begin_layout Standard
732 \align center
733 \begin_inset Graphics
734         filename clipart/mobius.eps
735         scale 70
736         draft
737         scaleBeforeRotation
738         rotateOrigin center
739
740 \end_inset
741
742
743 \end_layout
744
745 \begin_layout Standard
746 \begin_inset Newpage newpage
747 \end_inset
748
749
750 \end_layout
751
752 \begin_layout Section
753 Figure Floats
754 \begin_inset CommandInset label
755 LatexCommand label
756 name "sec:Figure-Floats"
757
758 \end_inset
759
760
761 \begin_inset Index
762 status collapsed
763
764 \begin_layout Plain Layout
765 Floats ! Figures
766 \end_layout
767
768 \end_inset
769
770
771 \begin_inset Index
772 status collapsed
773
774 \begin_layout Plain Layout
775 Figures ! Floats
776 \end_layout
777
778 \end_inset
779
780
781 \end_layout
782
783 \begin_layout Standard
784 For general explanations about floats, have a look at section
785 \begin_inset space ~
786 \end_inset
787
788
789 \begin_inset CommandInset ref
790 LatexCommand ref
791 reference "sec:FloatIntroduction"
792
793 \end_inset
794
795 .
796 \end_layout
797
798 \begin_layout Standard
799 The toolbar button 
800 \begin_inset Graphics
801         filename ../images/float-insert_figure.png
802         scale 85
803         scaleBeforeRotation
804
805 \end_inset
806
807  and the menu 
808 \family sans
809 Insert\SpecialChar \menuseparator
810 Float\SpecialChar \menuseparator
811 Figure
812 \family default
813  inserts a float with a caption that has the label 
814 \begin_inset Quotes eld
815 \end_inset
816
817 Figure
818 \begin_inset space ~
819 \end_inset
820
821 #:
822 \begin_inset Quotes erd
823 \end_inset
824
825  (# is the actual number).
826  You can insert the image above the caption, like in Figure
827 \begin_inset space ~
828 \end_inset
829
830
831 \begin_inset CommandInset ref
832 LatexCommand ref
833 reference "fig:kill-plat"
834
835 \end_inset
836
837  or below the caption, like in Figure
838 \begin_inset space ~
839 \end_inset
840
841
842 \begin_inset CommandInset ref
843 LatexCommand ref
844 reference "fig:escher"
845
846 \end_inset
847
848 .
849  More about the caption placement is described in section
850 \begin_inset space ~
851 \end_inset
852
853
854 \begin_inset CommandInset ref
855 LatexCommand ref
856 reference "sec:Caption-Placement"
857
858 \end_inset
859
860 .
861 \end_layout
862
863 \begin_layout Standard
864 \begin_inset Float figure
865 wide false
866 sideways false
867 status open
868
869 \begin_layout Plain Layout
870 \align center
871 \begin_inset Graphics
872         filename clipart/platypus.eps
873         width 50col%
874         scaleBeforeRotation
875         rotateOrigin center
876
877 \end_inset
878
879
880 \end_layout
881
882 \begin_layout Plain Layout
883 \begin_inset Caption
884
885 \begin_layout Plain Layout
886 \begin_inset CommandInset label
887 LatexCommand label
888 name "fig:kill-plat"
889
890 \end_inset
891
892 A severely distorted platypus in a float.
893 \end_layout
894
895 \end_inset
896
897
898 \end_layout
899
900 \end_inset
901
902
903 \end_layout
904
905 \begin_layout Standard
906 \begin_inset Float figure
907 wide false
908 sideways false
909 status open
910
911 \begin_layout Plain Layout
912 \begin_inset Caption
913
914 \begin_layout Plain Layout
915 \begin_inset CommandInset label
916 LatexCommand label
917 name "fig:escher"
918
919 \end_inset
920
921 M.C.
922  Escher on acid.
923 \end_layout
924
925 \end_inset
926
927
928 \end_layout
929
930 \begin_layout Plain Layout
931 \align center
932 \begin_inset Graphics
933         filename clipart/escher-lsd.eps
934         scale 80
935         scaleBeforeRotation
936         rotateOrigin center
937
938 \end_inset
939
940
941 \end_layout
942
943 \end_inset
944
945
946 \end_layout
947
948 \begin_layout Standard
949 \begin_inset Index
950 status collapsed
951
952 \begin_layout Plain Layout
953 References ! to Figures
954 \end_layout
955
956 \end_inset
957
958 Figure
959 \begin_inset space ~
960 \end_inset
961
962
963 \begin_inset CommandInset ref
964 LatexCommand ref
965 reference "fig:kill-plat"
966
967 \end_inset
968
969  and 
970 \begin_inset CommandInset ref
971 LatexCommand ref
972 reference "fig:escher"
973
974 \end_inset
975
976  are examples of referenced figures.
977  Figures can be referenced in the text by referencing their label.
978  To do this insert a label in the caption using the menu 
979 \family sans
980 Insert\SpecialChar \menuseparator
981 Label
982 \family default
983  or the toolbar button 
984 \begin_inset Graphics
985         filename ../images/label-insert.png
986         scale 85
987         scaleBeforeRotation
988
989 \end_inset
990
991 .
992  You can now refer to the label using the menu 
993 \family sans
994 Insert\SpecialChar \menuseparator
995 Cross
996 \begin_inset space ~
997 \end_inset
998
999 reference
1000 \family default
1001  or the toolbar button 
1002 \begin_inset Graphics
1003         filename ../images/dialog-show-new-inset_ref.png
1004         scale 85
1005         scaleBeforeRotation
1006
1007 \end_inset
1008
1009 .
1010  It is important to use references to floats, rather than using vague references
1011  like 
1012 \begin_inset Quotes eld
1013 \end_inset
1014
1015 the figure above
1016 \begin_inset Quotes erd
1017 \end_inset
1018
1019 , because as LaTeX will reposition the floats in the final document, it
1020  might not be 
1021 \begin_inset Quotes eld
1022 \end_inset
1023
1024 above
1025 \begin_inset Quotes erd
1026 \end_inset
1027
1028  at all.
1029 \begin_inset Newline newline
1030 \end_inset
1031
1032 Referencing is explained in detail in section
1033 \begin_inset space ~
1034 \end_inset
1035
1036
1037 \begin_inset CommandInset ref
1038 LatexCommand ref
1039 reference "sec:Referencing-Floats"
1040
1041 \end_inset
1042
1043 .
1044 \end_layout
1045
1046 \begin_layout Standard
1047 Normally only one image is inserted to a figure float, but sometimes you
1048  might want to use two images with separate subcaptions.
1049  This can be done by inserting image floats into existing image floats.
1050  Note that only the main caption of the float is added to the List of Figures.
1051  Figure
1052 \begin_inset space ~
1053 \end_inset
1054
1055
1056 \begin_inset CommandInset ref
1057 LatexCommand ref
1058 reference "fig:Two-distorted-images"
1059
1060 \end_inset
1061
1062  is an example of a figure float with two images set side by side.
1063  You can also set the images one below the other.
1064  Figure
1065 \begin_inset space ~
1066 \end_inset
1067
1068
1069 \begin_inset CommandInset ref
1070 LatexCommand ref
1071 reference "fig:Undefinable-structure"
1072
1073 \end_inset
1074
1075  and 
1076 \begin_inset CommandInset ref
1077 LatexCommand ref
1078 reference "fig:A-Platypus"
1079
1080 \end_inset
1081
1082  are the subfigures.
1083 \end_layout
1084
1085 \begin_layout Standard
1086 \begin_inset Float figure
1087 wide false
1088 sideways false
1089 status open
1090
1091 \begin_layout Plain Layout
1092 \begin_inset space \hfill{}
1093 \end_inset
1094
1095
1096 \begin_inset Float figure
1097 wide false
1098 sideways false
1099 status collapsed
1100
1101 \begin_layout Plain Layout
1102 \begin_inset Caption
1103
1104 \begin_layout Plain Layout
1105 \begin_inset CommandInset label
1106 LatexCommand label
1107 name "fig:Undefinable-structure"
1108
1109 \end_inset
1110
1111 Undefinable structure.
1112 \end_layout
1113
1114 \end_inset
1115
1116
1117 \end_layout
1118
1119 \begin_layout Plain Layout
1120 \begin_inset Graphics
1121         filename clipart/escher-lsd.eps
1122         width 45col%
1123         scaleBeforeRotation
1124         groupId distorted
1125
1126 \end_inset
1127
1128
1129 \end_layout
1130
1131 \end_inset
1132
1133
1134 \begin_inset space \hfill{}
1135 \end_inset
1136
1137
1138 \begin_inset Float figure
1139 wide false
1140 sideways false
1141 status collapsed
1142
1143 \begin_layout Plain Layout
1144 \begin_inset Caption
1145
1146 \begin_layout Plain Layout
1147 \begin_inset CommandInset label
1148 LatexCommand label
1149 name "fig:A-Platypus"
1150
1151 \end_inset
1152
1153 A Platypus.
1154 \end_layout
1155
1156 \end_inset
1157
1158
1159 \end_layout
1160
1161 \begin_layout Plain Layout
1162 \begin_inset Graphics
1163         filename clipart/platypus.eps
1164         width 45col%
1165         scaleBeforeRotation
1166         groupId distorted
1167
1168 \end_inset
1169
1170
1171 \end_layout
1172
1173 \end_inset
1174
1175
1176 \begin_inset space \hfill{}
1177 \end_inset
1178
1179
1180 \end_layout
1181
1182 \begin_layout Plain Layout
1183 \begin_inset Caption
1184
1185 \begin_layout Plain Layout
1186 \begin_inset CommandInset label
1187 LatexCommand label
1188 name "fig:Two-distorted-images"
1189
1190 \end_inset
1191
1192 Two distorted images.
1193  Both images are in the image settings group named 
1194 \begin_inset Quotes eld
1195 \end_inset
1196
1197 distorted
1198 \begin_inset Quotes erd
1199 \end_inset
1200
1201 .
1202 \end_layout
1203
1204 \end_inset
1205
1206
1207 \end_layout
1208
1209 \end_inset
1210
1211
1212 \end_layout
1213
1214 \begin_layout Standard
1215 \begin_inset Newpage newpage
1216 \end_inset
1217
1218
1219 \end_layout
1220
1221 \begin_layout Section
1222 Image Formats
1223 \begin_inset CommandInset label
1224 LatexCommand label
1225 name "sec:Image-Formats"
1226
1227 \end_inset
1228
1229
1230 \begin_inset Index
1231 status collapsed
1232
1233 \begin_layout Plain Layout
1234 Image Formats
1235 \end_layout
1236
1237 \end_inset
1238
1239
1240 \begin_inset Index
1241 status collapsed
1242
1243 \begin_layout Plain Layout
1244 Figures ! Image Formats
1245 \end_layout
1246
1247 \end_inset
1248
1249
1250 \end_layout
1251
1252 \begin_layout Standard
1253 You can insert images in any known file format.
1254  But as explained in appendix
1255 \begin_inset space ~
1256 \end_inset
1257
1258
1259 \begin_inset CommandInset ref
1260 LatexCommand ref
1261 reference "cha:Output-File-Formats"
1262
1263 \end_inset
1264
1265 , every output document format allows only a few image formats.
1266  LyX uses therefore the program 
1267 \family typewriter
1268 Imagemagick
1269 \family default
1270  in the background to convert the images to the right format.
1271  To increase your work flow by avoiding these conversions in the background,
1272  you can use only the image formats that can directly be embedded in the
1273  output file format.
1274  The output file formats are explained in appendix
1275 \begin_inset space ~
1276 \end_inset
1277
1278
1279 \begin_inset CommandInset ref
1280 LatexCommand ref
1281 reference "cha:Output-File-Formats"
1282
1283 \end_inset
1284
1285 .
1286 \end_layout
1287
1288 \begin_layout Standard
1289 Similar to fonts there are two types of image formats:
1290 \end_layout
1291
1292 \begin_layout Description
1293 Bitmap
1294 \begin_inset space ~
1295 \end_inset
1296
1297 images consist of pixel values, often in a compressed form.
1298  They are therefore not fully scalable and look pixeled in large zooms.
1299  Well-known bitmap image formats are 
1300 \begin_inset Quotes eld
1301 \end_inset
1302
1303 Graphics Interchange Format
1304 \begin_inset Quotes erd
1305 \end_inset
1306
1307  (GIF, file extension 
1308 \begin_inset Quotes eld
1309 \end_inset
1310
1311
1312 \family typewriter
1313 .gif
1314 \family default
1315
1316 \begin_inset Quotes erd
1317 \end_inset
1318
1319 )
1320 \begin_inset Index
1321 status collapsed
1322
1323 \begin_layout Plain Layout
1324 GIF|see
1325 \begin_inset ERT
1326 status collapsed
1327
1328 \begin_layout Plain Layout
1329
1330 {
1331 \end_layout
1332
1333 \end_inset
1334
1335 Image formats
1336 \begin_inset ERT
1337 status collapsed
1338
1339 \begin_layout Plain Layout
1340
1341 }
1342 \end_layout
1343
1344 \end_inset
1345
1346
1347 \end_layout
1348
1349 \end_inset
1350
1351
1352 \begin_inset Quotes eld
1353 \end_inset
1354
1355 Portable Network Graphics
1356 \begin_inset Quotes erd
1357 \end_inset
1358
1359  (PNG, file extension 
1360 \begin_inset Quotes eld
1361 \end_inset
1362
1363
1364 \family typewriter
1365 .png
1366 \family default
1367
1368 \begin_inset Quotes erd
1369 \end_inset
1370
1371 )
1372 \begin_inset Index
1373 status collapsed
1374
1375 \begin_layout Plain Layout
1376 PNG|see
1377 \begin_inset ERT
1378 status collapsed
1379
1380 \begin_layout Plain Layout
1381
1382 {
1383 \end_layout
1384
1385 \end_inset
1386
1387 Image formats
1388 \begin_inset ERT
1389 status collapsed
1390
1391 \begin_layout Plain Layout
1392
1393 }
1394 \end_layout
1395
1396 \end_inset
1397
1398
1399 \end_layout
1400
1401 \end_inset
1402
1403 , and 
1404 \begin_inset Quotes eld
1405 \end_inset
1406
1407 Joint Photographic Experts Group
1408 \begin_inset Quotes erd
1409 \end_inset
1410
1411  (JPG, file extension 
1412 \begin_inset Quotes eld
1413 \end_inset
1414
1415
1416 \family typewriter
1417 .jpg
1418 \family default
1419
1420 \begin_inset Quotes erd
1421 \end_inset
1422
1423  or 
1424 \begin_inset Quotes eld
1425 \end_inset
1426
1427
1428 \family typewriter
1429 .jpeg
1430 \family default
1431
1432 \begin_inset Quotes erd
1433 \end_inset
1434
1435 )
1436 \begin_inset Index
1437 status collapsed
1438
1439 \begin_layout Plain Layout
1440 JPG|see
1441 \begin_inset ERT
1442 status collapsed
1443
1444 \begin_layout Plain Layout
1445
1446 {
1447 \end_layout
1448
1449 \end_inset
1450
1451 Image formats
1452 \begin_inset ERT
1453 status collapsed
1454
1455 \begin_layout Plain Layout
1456
1457 }
1458 \end_layout
1459
1460 \end_inset
1461
1462
1463 \end_layout
1464
1465 \end_inset
1466
1467 .
1468 \end_layout
1469
1470 \begin_layout Description
1471 Vector
1472 \begin_inset space ~
1473 \end_inset
1474
1475 images consist of vectors and can therefore be scaled to any size without
1476  data loss.
1477  The scaling ability is necessary if you want to create presentations, because
1478  presentations are always scaled by the video projector.
1479  Scaling is also useful for online documents to let the user zoom into diagrams.
1480 \begin_inset Newline newline
1481 \end_inset
1482
1483 Well-known scalable image formats are 
1484 \begin_inset Quotes eld
1485 \end_inset
1486
1487 Scalable Vector Graphics
1488 \begin_inset Quotes erd
1489 \end_inset
1490
1491  (SVG, file extension 
1492 \begin_inset Quotes eld
1493 \end_inset
1494
1495
1496 \family typewriter
1497 .svg
1498 \family default
1499
1500 \begin_inset Quotes erd
1501 \end_inset
1502
1503 )
1504 \begin_inset Index
1505 status collapsed
1506
1507 \begin_layout Plain Layout
1508 SVG|see
1509 \begin_inset ERT
1510 status collapsed
1511
1512 \begin_layout Plain Layout
1513
1514 {
1515 \end_layout
1516
1517 \end_inset
1518
1519 Image formats
1520 \begin_inset ERT
1521 status collapsed
1522
1523 \begin_layout Plain Layout
1524
1525 }
1526 \end_layout
1527
1528 \end_inset
1529
1530
1531 \end_layout
1532
1533 \end_inset
1534
1535
1536 \begin_inset Quotes eld
1537 \end_inset
1538
1539 Encapsulated PostScript
1540 \begin_inset Quotes erd
1541 \end_inset
1542
1543  (EPS, file extension 
1544 \begin_inset Quotes eld
1545 \end_inset
1546
1547
1548 \family typewriter
1549 .eps
1550 \family default
1551
1552 \begin_inset Quotes erd
1553 \end_inset
1554
1555 )
1556 \begin_inset Index
1557 status collapsed
1558
1559 \begin_layout Plain Layout
1560 EPS|see
1561 \begin_inset ERT
1562 status collapsed
1563
1564 \begin_layout Plain Layout
1565
1566 {
1567 \end_layout
1568
1569 \end_inset
1570
1571 Image formats
1572 \begin_inset ERT
1573 status collapsed
1574
1575 \begin_layout Plain Layout
1576
1577 }
1578 \end_layout
1579
1580 \end_inset
1581
1582
1583 \end_layout
1584
1585 \end_inset
1586
1587
1588 \begin_inset Quotes eld
1589 \end_inset
1590
1591 Portable Document Format
1592 \begin_inset Quotes erd
1593 \end_inset
1594
1595  (PDF, file extension 
1596 \begin_inset Quotes eld
1597 \end_inset
1598
1599
1600 \family typewriter
1601 .pdf
1602 \family default
1603
1604 \begin_inset Quotes erd
1605 \end_inset
1606
1607 )
1608 \begin_inset Index
1609 status collapsed
1610
1611 \begin_layout Plain Layout
1612 PDF
1613 \end_layout
1614
1615 \end_inset
1616
1617 , and 
1618 \begin_inset Quotes eld
1619 \end_inset
1620
1621 Windows Metafile
1622 \begin_inset Quotes erd
1623 \end_inset
1624
1625  (WMF, file extension 
1626 \begin_inset Quotes eld
1627 \end_inset
1628
1629
1630 \family typewriter
1631 .wmf
1632 \family default
1633
1634 \begin_inset Quotes erd
1635 \end_inset
1636
1637 )
1638 \begin_inset Index
1639 status collapsed
1640
1641 \begin_layout Plain Layout
1642 SVG|see
1643 \begin_inset ERT
1644 status collapsed
1645
1646 \begin_layout Plain Layout
1647
1648 {
1649 \end_layout
1650
1651 \end_inset
1652
1653 Image formats
1654 \begin_inset ERT
1655 status collapsed
1656
1657 \begin_layout Plain Layout
1658
1659 }
1660 \end_layout
1661
1662 \end_inset
1663
1664
1665 \end_layout
1666
1667 \end_inset
1668
1669 .
1670  We wrote 
1671 \begin_inset Quotes eld
1672 \end_inset
1673
1674 can be
1675 \begin_inset Quotes erd
1676 \end_inset
1677
1678 , because you can convert any bitmap image to a PDF or EPS-image and the
1679  result will still be a bitmap image.
1680  In this cases only a header with the image properties is added to the original
1681  image
1682 \begin_inset Foot
1683 status open
1684
1685 \begin_layout Plain Layout
1686 In the case of PDF, the original image is additionally compressed.
1687 \end_layout
1688
1689 \end_inset
1690
1691 .
1692  The PDF-files generated by 
1693 \family typewriter
1694 Adobe Photoshop
1695 \family default
1696  are for example bitmap images.
1697 \end_layout
1698
1699 \begin_layout Standard
1700 Normally it is not possible to convert a bitmap image into a scalable one,
1701  only vice versa.
1702  Only the image formats PDF and EPS can directly be embedded to PDF and
1703  PostScript output files, respectively.
1704  SVG and WMF-images are recalculated to bitmaps when the output file is
1705  generated because there is currently no adequate WMF/SVG
1706 \begin_inset Formula $\to$
1707 \end_inset
1708
1709 PDF/EPS converter available.
1710 \end_layout
1711
1712 \begin_layout Chapter
1713 Tables
1714 \begin_inset CommandInset label
1715 LatexCommand label
1716 name "cha:Tables"
1717
1718 \end_inset
1719
1720
1721 \begin_inset Index
1722 status collapsed
1723
1724 \begin_layout Plain Layout
1725 Table
1726 \end_layout
1727
1728 \end_inset
1729
1730
1731 \end_layout
1732
1733 \begin_layout Section
1734 Introduction
1735 \begin_inset Index
1736 status collapsed
1737
1738 \begin_layout Plain Layout
1739 Table ! Introduction
1740 \end_layout
1741
1742 \end_inset
1743
1744
1745 \end_layout
1746
1747 \begin_layout Standard
1748 You can insert a table using either the toolbar button 
1749 \begin_inset Graphics
1750         filename ../images/tabular-insert.png
1751         scale 85
1752         scaleBeforeRotation
1753
1754 \end_inset
1755
1756  or the menu 
1757 \family sans
1758 Insert\SpecialChar \menuseparator
1759 Table
1760 \family default
1761 .
1762  The toolbar button offers you a graphical selection: Move the mouse to
1763  set the column/row number of the table that should be created and then
1764  press a mouse button.
1765  When you use the menu to create a table, a dialog will appear, asking you
1766  for the number of rows and columns.
1767 \begin_inset Newline newline
1768 \end_inset
1769
1770  The default table has lines around any cell and the first row appears separated
1771  from the rest of the table.
1772  This separation occurs due to a double line: The cells of the first row
1773  have a line below them and the cells of the second row have a line above
1774  them.
1775  Here is an example table:
1776 \end_layout
1777
1778 \begin_layout Standard
1779 \align center
1780 \begin_inset Tabular
1781 <lyxtabular version="3" rows="4" columns="4">
1782 <features>
1783 <column alignment="center" valignment="top" width="0">
1784 <column alignment="center" valignment="top" width="0">
1785 <column alignment="center" valignment="top" width="0">
1786 <column alignment="center" valignment="top" width="0">
1787 <row>
1788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1789 \begin_inset Text
1790
1791 \begin_layout Plain Layout
1792
1793 \end_layout
1794
1795 \end_inset
1796 </cell>
1797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1798 \begin_inset Text
1799
1800 \begin_layout Plain Layout
1801
1802 \family roman
1803 \series medium
1804 \shape up
1805 \size normal
1806 \emph off
1807 \bar no
1808 \noun off
1809 \color none
1810 1
1811 \end_layout
1812
1813 \end_inset
1814 </cell>
1815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1816 \begin_inset Text
1817
1818 \begin_layout Plain Layout
1819 2
1820 \end_layout
1821
1822 \end_inset
1823 </cell>
1824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1825 \begin_inset Text
1826
1827 \begin_layout Plain Layout
1828 3
1829 \end_layout
1830
1831 \end_inset
1832 </cell>
1833 </row>
1834 <row>
1835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1836 \begin_inset Text
1837
1838 \begin_layout Plain Layout
1839
1840 \family roman
1841 \series medium
1842 \shape up
1843 \size normal
1844 \emph off
1845 \bar no
1846 \noun off
1847 \color none
1848 A
1849 \end_layout
1850
1851 \end_inset
1852 </cell>
1853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1854 \begin_inset Text
1855
1856 \begin_layout Plain Layout
1857
1858 \end_layout
1859
1860 \end_inset
1861 </cell>
1862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1863 \begin_inset Text
1864
1865 \begin_layout Plain Layout
1866
1867 \end_layout
1868
1869 \end_inset
1870 </cell>
1871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1872 \begin_inset Text
1873
1874 \begin_layout Plain Layout
1875
1876 \end_layout
1877
1878 \end_inset
1879 </cell>
1880 </row>
1881 <row>
1882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1883 \begin_inset Text
1884
1885 \begin_layout Plain Layout
1886
1887 \family roman
1888 \series medium
1889 \shape up
1890 \size normal
1891 \emph off
1892 \bar no
1893 \noun off
1894 \color none
1895 B
1896 \end_layout
1897
1898 \end_inset
1899 </cell>
1900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1901 \begin_inset Text
1902
1903 \begin_layout Plain Layout
1904
1905 \end_layout
1906
1907 \end_inset
1908 </cell>
1909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1910 \begin_inset Text
1911
1912 \begin_layout Plain Layout
1913
1914 \end_layout
1915
1916 \end_inset
1917 </cell>
1918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1919 \begin_inset Text
1920
1921 \begin_layout Plain Layout
1922
1923 \end_layout
1924
1925 \end_inset
1926 </cell>
1927 </row>
1928 <row>
1929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1930 \begin_inset Text
1931
1932 \begin_layout Plain Layout
1933
1934 \family roman
1935 \series medium
1936 \shape up
1937 \size normal
1938 \emph off
1939 \bar no
1940 \noun off
1941 \color none
1942 C
1943 \end_layout
1944
1945 \end_inset
1946 </cell>
1947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1948 \begin_inset Text
1949
1950 \begin_layout Plain Layout
1951
1952 \end_layout
1953
1954 \end_inset
1955 </cell>
1956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1957 \begin_inset Text
1958
1959 \begin_layout Plain Layout
1960
1961 \end_layout
1962
1963 \end_inset
1964 </cell>
1965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1966 \begin_inset Text
1967
1968 \begin_layout Plain Layout
1969
1970 \end_layout
1971
1972 \end_inset
1973 </cell>
1974 </row>
1975 </lyxtabular>
1976
1977 \end_inset
1978
1979
1980 \end_layout
1981
1982 \begin_layout Section
1983 Table Dialog
1984 \begin_inset Index
1985 status collapsed
1986
1987 \begin_layout Plain Layout
1988 Table ! Dialog
1989 \end_layout
1990
1991 \end_inset
1992
1993
1994 \end_layout
1995
1996 \begin_layout Standard
1997 You can alter a table by clicking on it with the right mouse button, which
1998  brings up the table dialog.
1999  Here you can adjust the settings of that cell and row/column respectively
2000  where the cursor is currently placed.
2001  Most of the dialog options also work on selections.
2002  This means if you select more cells, columns or rows, the action is done
2003  for the whole selection.
2004  Note that there is a difference between selecting the 
2005 \emph on
2006 contents
2007 \emph default
2008  of the cell, and the cell itself.
2009  You can alter tables with the following tabs of the table dialog:
2010 \end_layout
2011
2012 \begin_layout Description
2013
2014 \family sans
2015 Table
2016 \begin_inset space ~
2017 \end_inset
2018
2019 Settings
2020 \family default
2021  Here you can set the horizontal alignment and the width of the current
2022  column.
2023  When you have set a width you can also adjust the vertical alignment of
2024  the current row.
2025  A given width will allow the cell to have line breaks and multiple paragraphs
2026  of text, see section
2027 \begin_inset space ~
2028 \end_inset
2029
2030
2031 \begin_inset CommandInset ref
2032 LatexCommand ref
2033 reference "sub:Multiple-Lines-in"
2034
2035 \end_inset
2036
2037 .
2038  If you set no width, the column is as wide as their widest cell content
2039  is.
2040 \begin_inset Newline newline
2041 \end_inset
2042
2043 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2044  cell, see section
2045 \begin_inset space ~
2046 \end_inset
2047
2048
2049 \begin_inset CommandInset ref
2050 LatexCommand ref
2051 reference "sub:Multicolumns"
2052
2053 \end_inset
2054
2055 .
2056 \begin_inset Newline newline
2057 \end_inset
2058
2059 The rotate check boxes rotates the current cell, a selection, or the whole
2060  table counter-clockwise by 90°.
2061  The rotation is not shown within LyX, only in the output.
2062 \begin_inset Newline newline
2063 \end_inset
2064
2065
2066 \begin_inset Note Greyedout
2067 status open
2068
2069 \begin_layout Plain Layout
2070
2071 \series bold
2072 Note:
2073 \series default
2074  Not all DVI-viewers are able to display rotations.
2075 \end_layout
2076
2077 \end_inset
2078
2079
2080 \begin_inset Newline newline
2081 \end_inset
2082
2083 It is also possible to enter a LaTeX-argument which is needed for special
2084  table formattings, see section
2085 \begin_inset space ~
2086 \end_inset
2087
2088
2089 \begin_inset CommandInset ref
2090 LatexCommand ref
2091 reference "sub:Multicolumn-Calculations"
2092
2093 \end_inset
2094
2095  and 
2096 \begin_inset CommandInset ref
2097 LatexCommand ref
2098 reference "sec:Colored-Tables"
2099
2100 \end_inset
2101
2102 .
2103 \end_layout
2104
2105 \begin_layout Description
2106
2107 \family sans
2108 Borders
2109 \family default
2110  In this tab you can add and delete border lines for the current row/column.
2111 \begin_inset Newline newline
2112 \end_inset
2113
2114 Using the style option 
2115 \family sans
2116 Formal
2117 \family default
2118  will convert the table to a formal table as described in section
2119 \begin_inset space ~
2120 \end_inset
2121
2122
2123 \begin_inset CommandInset ref
2124 LatexCommand ref
2125 reference "sec:Formal-Tables"
2126
2127 \end_inset
2128
2129 .
2130 \begin_inset Newline newline
2131 \end_inset
2132
2133 You can also add here space to table rows as decribed in section
2134 \begin_inset space ~
2135 \end_inset
2136
2137
2138 \begin_inset CommandInset ref
2139 LatexCommand ref
2140 reference "sub:Row-Spacing"
2141
2142 \end_inset
2143
2144 .
2145 \end_layout
2146
2147 \begin_layout Description
2148
2149 \family sans
2150 Longtable
2151 \family default
2152  This tab is to make a table a so called 
2153 \begin_inset Quotes eld
2154 \end_inset
2155
2156
2157 \emph on
2158 longtable
2159 \emph default
2160
2161 \begin_inset Quotes erd
2162 \end_inset
2163
2164  that can run over several pages.
2165  Section
2166 \begin_inset space ~
2167 \end_inset
2168
2169
2170 \begin_inset CommandInset ref
2171 LatexCommand ref
2172 reference "sec:Longtables"
2173
2174 \end_inset
2175
2176  and 
2177 \begin_inset CommandInset ref
2178 LatexCommand ref
2179 reference "sec:Special-Longtable-Issues"
2180
2181 \end_inset
2182
2183  describe the longtable features in detail.
2184 \end_layout
2185
2186 \begin_layout Standard
2187 When the table toolbar is opened, you can move the cursor with the arrow
2188  keys from cell to cell and the property of the current cell will immediately
2189  be displayed in the dialog.
2190 \end_layout
2191
2192 \begin_layout Section
2193 Table Toolbar
2194 \begin_inset Index
2195 status collapsed
2196
2197 \begin_layout Plain Layout
2198 Table ! Toolbar
2199 \end_layout
2200
2201 \end_inset
2202
2203
2204 \end_layout
2205
2206 \begin_layout Standard
2207 The table toolbar is an alternative to the table dialog to be able to alter
2208  tables faster.
2209  It should normally appear at the bottom of LyX's main window when the cursor
2210  is inside a table.
2211  You can alternatively switch it on to appear always, by right-clicking
2212  in LyX's main menu bar.
2213 \end_layout
2214
2215 \begin_layout Standard
2216 The toolbar has the following icons:
2217 \end_layout
2218
2219 \begin_layout Labeling
2220 \labelwidthstring 00.00.0000
2221 \begin_inset Graphics
2222         filename ../images/tabular-feature_append-row.png
2223         scaleBeforeRotation
2224
2225 \end_inset
2226
2227  adds a row below the current cell or selection
2228 \end_layout
2229
2230 \begin_layout Labeling
2231 \labelwidthstring 00.00.0000
2232 \begin_inset Graphics
2233         filename ../images/tabular-feature_append-column.png
2234         scaleBeforeRotation
2235
2236 \end_inset
2237
2238  adds a column right beside the current cell or selection
2239 \end_layout
2240
2241 \begin_layout Labeling
2242 \labelwidthstring 00.00.0000
2243 \begin_inset Graphics
2244         filename ../images/tabular-feature_delete-row.png
2245         scaleBeforeRotation
2246
2247 \end_inset
2248
2249  deletes the current row or selection
2250 \end_layout
2251
2252 \begin_layout Labeling
2253 \labelwidthstring 00.00.0000
2254 \begin_inset Graphics
2255         filename ../images/tabular-feature_delete-column.png
2256         scaleBeforeRotation
2257
2258 \end_inset
2259
2260  deletes the current column or selection
2261 \end_layout
2262
2263 \begin_layout Labeling
2264 \labelwidthstring 00.00.0000
2265 \begin_inset Graphics
2266         filename ../images/tabular-feature_toggle-line-top.png
2267         scaleBeforeRotation
2268
2269 \end_inset
2270
2271  adds a line at the top of the current cell / row or of a selection
2272 \end_layout
2273
2274 \begin_layout Labeling
2275 \labelwidthstring 00.00.0000
2276 \begin_inset Graphics
2277         filename ../images/tabular-feature_toggle-line-bottom.png
2278         scaleBeforeRotation
2279
2280 \end_inset
2281
2282  adds a line at the bottom of the current cell / row or of a selection
2283 \end_layout
2284
2285 \begin_layout Labeling
2286 \labelwidthstring 00.00.0000
2287 \begin_inset Graphics
2288         filename ../images/tabular-feature_toggle-line-left.png
2289         scaleBeforeRotation
2290
2291 \end_inset
2292
2293  adds a line at the left side of the current cell / row or of a selection
2294 \end_layout
2295
2296 \begin_layout Labeling
2297 \labelwidthstring 00.00.0000
2298 \begin_inset Graphics
2299         filename ../images/tabular-feature_toggle-line-right.png
2300         scaleBeforeRotation
2301
2302 \end_inset
2303
2304  adds a line at the right side of the current cell / row or of a selection
2305 \end_layout
2306
2307 \begin_layout Labeling
2308 \labelwidthstring 00.00.0000
2309 \begin_inset Graphics
2310         filename ../images/tabular-feature_set-all-lines.png
2311         scaleBeforeRotation
2312
2313 \end_inset
2314
2315  adds lines around the current or selected cells - if the current cell no
2316  multicolumn this also affects the current row and column
2317 \end_layout
2318
2319 \begin_layout Labeling
2320 \labelwidthstring 00.00.0000
2321 \begin_inset Graphics
2322         filename ../images/tabular-feature_unset-all-lines.png
2323         scaleBeforeRotation
2324
2325 \end_inset
2326
2327  deletes all lines of the current or selected cells - if the current cell
2328  no multicolumn this also affects the current row and column
2329 \end_layout
2330
2331 \begin_layout Labeling
2332 \labelwidthstring 00.00.0000
2333 \begin_inset Graphics
2334         filename ../images/tabular-feature_align-left.png
2335         scaleBeforeRotation
2336
2337 \end_inset
2338
2339  left-aligns the content of the current cell / column
2340 \end_layout
2341
2342 \begin_layout Labeling
2343 \labelwidthstring 00.00.0000
2344 \begin_inset Graphics
2345         filename ../images/tabular-feature_align-center.png
2346         scaleBeforeRotation
2347
2348 \end_inset
2349
2350  centers the content of the current cell / column horizontally
2351 \end_layout
2352
2353 \begin_layout Labeling
2354 \labelwidthstring 00.00.0000
2355 \begin_inset Graphics
2356         filename ../images/tabular-feature_align-right.png
2357         scaleBeforeRotation
2358
2359 \end_inset
2360
2361  right-aligns the content of the current cell / column
2362 \end_layout
2363
2364 \begin_layout Labeling
2365 \labelwidthstring 00.00.0000
2366 \begin_inset Graphics
2367         filename ../images/tabular-feature_valign-top.png
2368         scaleBeforeRotation
2369
2370 \end_inset
2371
2372  aligns the content of the current cell vertically to the top
2373 \end_layout
2374
2375 \begin_layout Labeling
2376 \labelwidthstring 00.00.0000
2377 \begin_inset Graphics
2378         filename ../images/tabular-feature_valign-middle.png
2379         scaleBeforeRotation
2380
2381 \end_inset
2382
2383  centers the content of the current cell vertically
2384 \end_layout
2385
2386 \begin_layout Labeling
2387 \labelwidthstring 00.00.0000
2388 \begin_inset Graphics
2389         filename ../images/tabular-feature_valign-bottom.png
2390         scaleBeforeRotation
2391
2392 \end_inset
2393
2394  aligns the content of the current cell vertically to the bottom
2395 \end_layout
2396
2397 \begin_layout Labeling
2398 \labelwidthstring 00.00.0000
2399 \begin_inset Graphics
2400         filename ../images/tabular-feature_set-rotate-cell.png
2401         scaleBeforeRotation
2402
2403 \end_inset
2404
2405  rotates the current cell or selection counter-clockwise by 90°
2406 \end_layout
2407
2408 \begin_layout Labeling
2409 \labelwidthstring 00.00.0000
2410 \begin_inset Graphics
2411         filename ../images/tabular-feature_set-rotate-tabular.png
2412         scaleBeforeRotation
2413
2414 \end_inset
2415
2416  rotates the whole table counter-clockwise by 90°
2417 \end_layout
2418
2419 \begin_layout Labeling
2420 \labelwidthstring 00.00.0000
2421 \begin_inset Graphics
2422         filename ../images/tabular-feature_multicolumn.png
2423         scaleBeforeRotation
2424
2425 \end_inset
2426
2427  sets the current cell or selection as a multicolumn
2428 \end_layout
2429
2430 \begin_layout Standard
2431 \begin_inset Note Greyedout
2432 status open
2433
2434 \begin_layout Plain Layout
2435
2436 \series bold
2437 Note:
2438 \series default
2439  For the output the vertical alignment of the first cell in a row is used
2440  for all following cells in the row.
2441 \end_layout
2442
2443 \end_inset
2444
2445
2446 \end_layout
2447
2448 \begin_layout Section
2449 Edit Table Menu
2450 \begin_inset Index
2451 status collapsed
2452
2453 \begin_layout Plain Layout
2454 Table ! Edit Menu
2455 \end_layout
2456
2457 \end_inset
2458
2459
2460 \end_layout
2461
2462 \begin_layout Standard
2463 Additionally to the table dialog and toolbar, the menu 
2464 \family sans
2465 Edit\SpecialChar \menuseparator
2466 Table
2467 \family default
2468  allows you to add and delete border lines for the current row/column and
2469  to set the current selection as multicolumn.
2470  The menu is only available when the cursor is inside a table.
2471 \end_layout
2472
2473 \begin_layout Section
2474 Table Floats
2475 \begin_inset CommandInset label
2476 LatexCommand label
2477 name "sec:Table-Floats"
2478
2479 \end_inset
2480
2481
2482 \begin_inset Index
2483 status collapsed
2484
2485 \begin_layout Plain Layout
2486 Floats ! Tables
2487 \end_layout
2488
2489 \end_inset
2490
2491
2492 \begin_inset Index
2493 status collapsed
2494
2495 \begin_layout Plain Layout
2496 Table ! Floats
2497 \end_layout
2498
2499 \end_inset
2500
2501
2502 \end_layout
2503
2504 \begin_layout Standard
2505 For general explanations about floats, have a look at section
2506 \begin_inset space ~
2507 \end_inset
2508
2509
2510 \begin_inset CommandInset ref
2511 LatexCommand ref
2512 reference "sec:FloatIntroduction"
2513
2514 \end_inset
2515
2516 .
2517 \end_layout
2518
2519 \begin_layout Standard
2520 \begin_inset Float table
2521 placement h
2522 wide false
2523 sideways false
2524 status open
2525
2526 \begin_layout Plain Layout
2527 \begin_inset Caption
2528
2529 \begin_layout Plain Layout
2530 \begin_inset CommandInset label
2531 LatexCommand label
2532 name "tab:a table float"
2533
2534 \end_inset
2535
2536 A table float.
2537 \end_layout
2538
2539 \end_inset
2540
2541
2542 \end_layout
2543
2544 \begin_layout Plain Layout
2545 \align center
2546 \begin_inset Tabular
2547 <lyxtabular version="3" rows="3" columns="3">
2548 <features>
2549 <column alignment="center" valignment="top" width="0pt">
2550 <column alignment="center" valignment="top" width="0pt">
2551 <column alignment="center" valignment="top" width="0pt">
2552 <row>
2553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2554 \begin_inset Text
2555
2556 \begin_layout Plain Layout
2557
2558 \family roman
2559 \series medium
2560 \shape up
2561 \size normal
2562 \emph off
2563 \bar no
2564 \noun off
2565 \color none
2566 1
2567 \end_layout
2568
2569 \end_inset
2570 </cell>
2571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2572 \begin_inset Text
2573
2574 \begin_layout Plain Layout
2575
2576 \family roman
2577 \series medium
2578 \shape up
2579 \size normal
2580 \emph off
2581 \bar no
2582 \noun off
2583 \color none
2584 2
2585 \end_layout
2586
2587 \end_inset
2588 </cell>
2589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2590 \begin_inset Text
2591
2592 \begin_layout Plain Layout
2593
2594 \family roman
2595 \series medium
2596 \shape up
2597 \size normal
2598 \emph off
2599 \bar no
2600 \noun off
2601 \color none
2602 3
2603 \end_layout
2604
2605 \end_inset
2606 </cell>
2607 </row>
2608 <row>
2609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2610 \begin_inset Text
2611
2612 \begin_layout Plain Layout
2613
2614 \family roman
2615 \series medium
2616 \shape up
2617 \size normal
2618 \emph off
2619 \bar no
2620 \noun off
2621 \color none
2622 Joe
2623 \end_layout
2624
2625 \end_inset
2626 </cell>
2627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2628 \begin_inset Text
2629
2630 \begin_layout Plain Layout
2631
2632 \family roman
2633 \series medium
2634 \shape up
2635 \size normal
2636 \emph off
2637 \bar no
2638 \noun off
2639 \color none
2640 Mary
2641 \end_layout
2642
2643 \end_inset
2644 </cell>
2645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2646 \begin_inset Text
2647
2648 \begin_layout Plain Layout
2649
2650 \family roman
2651 \series medium
2652 \shape up
2653 \size normal
2654 \emph off
2655 \bar no
2656 \noun off
2657 \color none
2658 Ted
2659 \end_layout
2660
2661 \end_inset
2662 </cell>
2663 </row>
2664 <row>
2665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2666 \begin_inset Text
2667
2668 \begin_layout Plain Layout
2669
2670 \family roman
2671 \series medium
2672 \shape up
2673 \size normal
2674 \emph off
2675 \bar no
2676 \noun off
2677 \color none
2678 \begin_inset Formula $\int x^{2}dx$
2679 \end_inset
2680
2681
2682 \end_layout
2683
2684 \end_inset
2685 </cell>
2686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2687 \begin_inset Text
2688
2689 \begin_layout Plain Layout
2690
2691 \family roman
2692 \series medium
2693 \shape up
2694 \size normal
2695 \emph off
2696 \bar no
2697 \noun off
2698 \color none
2699 \begin_inset Formula $\left[\begin{array}{cc}
2700 a & b\\
2701 c & d\end{array}\right]$
2702 \end_inset
2703
2704
2705 \end_layout
2706
2707 \end_inset
2708 </cell>
2709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2710 \begin_inset Text
2711
2712 \begin_layout Plain Layout
2713
2714 \family roman
2715 \series medium
2716 \shape up
2717 \size normal
2718 \emph off
2719 \bar no
2720 \noun off
2721 \color none
2722 \begin_inset Formula $1+1=2$
2723 \end_inset
2724
2725
2726 \end_layout
2727
2728 \end_inset
2729 </cell>
2730 </row>
2731 </lyxtabular>
2732
2733 \end_inset
2734
2735
2736 \end_layout
2737
2738 \end_inset
2739
2740
2741 \end_layout
2742
2743 \begin_layout Standard
2744 Table floats can be inserted using the menu 
2745 \family sans
2746 Insert\SpecialChar \menuseparator
2747 Float\SpecialChar \menuseparator
2748 Table
2749 \family default
2750  or the toolbar button 
2751 \begin_inset Graphics
2752         filename ../images/float-insert_table.png
2753         scale 85
2754         scaleBeforeRotation
2755
2756 \end_inset
2757
2758 .
2759 \end_layout
2760
2761 \begin_layout Standard
2762 The float appears as a collapsible box with a caption that has the label
2763  
2764 \begin_inset Quotes eld
2765 \end_inset
2766
2767 Table
2768 \begin_inset space ~
2769 \end_inset
2770
2771 #:
2772 \begin_inset Quotes erd
2773 \end_inset
2774
2775  (# is the actual table number).
2776  You can insert tables to the float above or below the caption.
2777 \end_layout
2778
2779 \begin_layout Standard
2780 Table
2781 \begin_inset space ~
2782 \end_inset
2783
2784
2785 \begin_inset CommandInset ref
2786 LatexCommand ref
2787 reference "tab:a table float"
2788
2789 \end_inset
2790
2791  is an example table within a table float.
2792 \end_layout
2793
2794 \begin_layout Standard
2795 Having the caption above the table is the common rule that is unfortunately
2796  not supported in LaTeX's standard classes.
2797  That means if you are using the document classes 
2798 \family sans
2799 article
2800 \family default
2801
2802 \family sans
2803 book
2804 \family default
2805
2806 \family sans
2807 letter
2808 \family default
2809 , or 
2810 \family sans
2811 report
2812 \family default
2813  there will be no space between the caption and the table.
2814  To insert the needed space, add the following option to the load command
2815  of the LaTeX-package 
2816 \series bold
2817 caption
2818 \series default
2819
2820 \begin_inset Index
2821 status collapsed
2822
2823 \begin_layout Plain Layout
2824 LaTeX-packages ! caption
2825 \end_layout
2826
2827 \end_inset
2828
2829  in your document preamble
2830 \begin_inset Foot
2831 status collapsed
2832
2833 \begin_layout Plain Layout
2834 For more information have a look at section
2835 \begin_inset space ~
2836 \end_inset
2837
2838
2839 \begin_inset CommandInset ref
2840 LatexCommand ref
2841 reference "sec:Caption-Placement"
2842
2843 \end_inset
2844
2845 .
2846 \end_layout
2847
2848 \end_inset
2849
2850 :
2851 \end_layout
2852
2853 \begin_layout Standard
2854
2855 \series bold
2856 tableposition=top
2857 \end_layout
2858
2859 \begin_layout Standard
2860 The package 
2861 \series bold
2862 caption
2863 \series default
2864 , which is described in section
2865 \begin_inset space ~
2866 \end_inset
2867
2868
2869 \begin_inset CommandInset ref
2870 LatexCommand ref
2871 reference "sec:Caption-Formatting"
2872
2873 \end_inset
2874
2875 , is used to adjust the caption format.
2876 \end_layout
2877
2878 \begin_layout Standard
2879 \begin_inset Index
2880 status collapsed
2881
2882 \begin_layout Plain Layout
2883 References ! to Tables
2884 \end_layout
2885
2886 \end_inset
2887
2888 Tables can be cross-referenced in the text by referencing their label.
2889  To do this insert a label in the caption using the menu 
2890 \family sans
2891 Insert\SpecialChar \menuseparator
2892 Label
2893 \family default
2894  or the toolbar button 
2895 \begin_inset Graphics
2896         filename ../images/label-insert.png
2897         scale 85
2898         scaleBeforeRotation
2899
2900 \end_inset
2901
2902 .
2903  You can now refer to the label using the menu 
2904 \family sans
2905 Insert\SpecialChar \menuseparator
2906 Cross
2907 \begin_inset space ~
2908 \end_inset
2909
2910 reference
2911 \family default
2912  or the toolbar button 
2913 \begin_inset Graphics
2914         filename ../images/dialog-show-new-inset_ref.png
2915         scale 85
2916         scaleBeforeRotation
2917
2918 \end_inset
2919
2920 .
2921 \begin_inset Newline newline
2922 \end_inset
2923
2924 Referencing is explained in detail in section
2925 \begin_inset space ~
2926 \end_inset
2927
2928
2929 \begin_inset CommandInset ref
2930 LatexCommand ref
2931 reference "sec:Referencing-Floats"
2932
2933 \end_inset
2934
2935 .
2936 \end_layout
2937
2938 \begin_layout Section
2939 Longtables
2940 \begin_inset CommandInset label
2941 LatexCommand label
2942 name "sec:Longtables"
2943
2944 \end_inset
2945
2946
2947 \begin_inset Index
2948 status collapsed
2949
2950 \begin_layout Plain Layout
2951 Longtables
2952 \end_layout
2953
2954 \end_inset
2955
2956
2957 \begin_inset Index
2958 status collapsed
2959
2960 \begin_layout Plain Layout
2961 Table ! Longtables
2962 \end_layout
2963
2964 \end_inset
2965
2966
2967 \end_layout
2968
2969 \begin_layout Standard
2970 If the table is too long to fit on one page, you can use the option 
2971 \family sans
2972 Use
2973 \begin_inset space ~
2974 \end_inset
2975
2976 long
2977 \begin_inset space ~
2978 \end_inset
2979
2980 table
2981 \family default
2982  in the tab 
2983 \family sans
2984 Longtable
2985 \family default
2986  of the table dialog to split the table automatically over more pages.
2987  Doing this enables the following options:
2988 \end_layout
2989
2990 \begin_layout Description
2991
2992 \family sans
2993 Header
2994 \family default
2995 : The current row and all rows above, that don't have any special options
2996  defined, are defined to be the header rows of all pages of the longtable;
2997  except for the first page, if 
2998 \family sans
2999 First
3000 \begin_inset space ~
3001 \end_inset
3002
3003 header
3004 \family default
3005  is defined.
3006  This therefore called the main header.
3007 \end_layout
3008
3009 \begin_layout Description
3010
3011 \family sans
3012 First
3013 \begin_inset space ~
3014 \end_inset
3015
3016 header
3017 \family default
3018 : The current row and all rows above, that don't have any special options
3019  defined, are defined to be the header rows of the first page of the longtable.
3020 \end_layout
3021
3022 \begin_layout Description
3023
3024 \family sans
3025 Footer
3026 \family default
3027 : The current row and all rows below, that don't have any special options
3028  defined, are defined to be the footer rows of all pages of the longtable;
3029  except for the last page, if 
3030 \family sans
3031 Last
3032 \begin_inset space ~
3033 \end_inset
3034
3035 footer
3036 \family default
3037  is defined.
3038 \end_layout
3039
3040 \begin_layout Description
3041
3042 \family sans
3043 Last
3044 \begin_inset space ~
3045 \end_inset
3046
3047 footer
3048 \family default
3049 : The current row and all rows below, that don't have any special options
3050  defined, are defined to be the footer rows of the last page of the longtable.
3051 \end_layout
3052
3053 \begin_layout Description
3054 Caption: The first row is reset as single column.
3055  You can now insert there the table caption via the menu 
3056 \family sans
3057 Insert\SpecialChar \menuseparator
3058 Caption
3059 \family default
3060 .
3061  More about longtable captions is explained in sec.
3062 \begin_inset space \thinspace{}
3063 \end_inset
3064
3065
3066 \begin_inset CommandInset ref
3067 LatexCommand ref
3068 reference "sub:Longtable-Captions"
3069
3070 \end_inset
3071
3072 .
3073 \end_layout
3074
3075 \begin_layout Standard
3076 You can also specify a row where the table is splitted.
3077  If you set more than one option in the same table row, you should be aware
3078  of the fact that only the first one is used in the given table row.
3079  The others will then be defined as 
3080 \emph on
3081 empty
3082 \emph default
3083 .
3084  In this context, first means first in this order: 
3085 \family sans
3086 Header,
3087 \family default
3088  
3089 \family sans
3090 First
3091 \begin_inset space ~
3092 \end_inset
3093
3094 header, Footer, Last
3095 \begin_inset space ~
3096 \end_inset
3097
3098 footer.
3099
3100 \family default
3101  See the following longtable to see how it works:
3102 \end_layout
3103
3104 \begin_layout Standard
3105 \align center
3106 \begin_inset Tabular
3107 <lyxtabular version="3" rows="69" columns="3">
3108 <features islongtable="true">
3109 <column alignment="left" valignment="top" width="0cm">
3110 <column alignment="left" valignment="top" width="0pt">
3111 <column alignment="center" valignment="top" width="0pt">
3112 <row endfirsthead="true">
3113 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3114 \begin_inset Text
3115
3116 \begin_layout Plain Layout
3117
3118 \series bold
3119 Example Phone List (ignore the names)
3120 \end_layout
3121
3122 \end_inset
3123 </cell>
3124 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3125 \begin_inset Text
3126
3127 \begin_layout Plain Layout
3128
3129 \end_layout
3130
3131 \end_inset
3132 </cell>
3133 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3134 \begin_inset Text
3135
3136 \begin_layout Plain Layout
3137
3138 \end_layout
3139
3140 \end_inset
3141 </cell>
3142 </row>
3143 <row endfirsthead="true">
3144 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3145 \begin_inset Text
3146
3147 \begin_layout Plain Layout
3148
3149 \series bold
3150 NAME
3151 \end_layout
3152
3153 \end_inset
3154 </cell>
3155 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3156 \begin_inset Text
3157
3158 \begin_layout Plain Layout
3159
3160 \end_layout
3161
3162 \end_inset
3163 </cell>
3164 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3165 \begin_inset Text
3166
3167 \begin_layout Plain Layout
3168
3169 \series bold
3170 TEL.
3171 \end_layout
3172
3173 \end_inset
3174 </cell>
3175 </row>
3176 <row endhead="true">
3177 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3178 \begin_inset Text
3179
3180 \begin_layout Plain Layout
3181
3182 \series bold
3183 Example Phone List
3184 \end_layout
3185
3186 \end_inset
3187 </cell>
3188 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3189 \begin_inset Text
3190
3191 \begin_layout Plain Layout
3192
3193 \end_layout
3194
3195 \end_inset
3196 </cell>
3197 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3198 \begin_inset Text
3199
3200 \begin_layout Plain Layout
3201
3202 \end_layout
3203
3204 \end_inset
3205 </cell>
3206 </row>
3207 <row endhead="true">
3208 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3209 \begin_inset Text
3210
3211 \begin_layout Plain Layout
3212
3213 \series bold
3214 NAME
3215 \end_layout
3216
3217 \end_inset
3218 </cell>
3219 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3220 \begin_inset Text
3221
3222 \begin_layout Plain Layout
3223
3224 \end_layout
3225
3226 \end_inset
3227 </cell>
3228 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3229 \begin_inset Text
3230
3231 \begin_layout Plain Layout
3232
3233 \series bold
3234 TEL.
3235 \end_layout
3236
3237 \end_inset
3238 </cell>
3239 </row>
3240 <row endfoot="true">
3241 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3242 \begin_inset Text
3243
3244 \begin_layout Plain Layout
3245  continued on next page
3246 \end_layout
3247
3248 \end_inset
3249 </cell>
3250 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3251 \begin_inset Text
3252
3253 \begin_layout Plain Layout
3254
3255 \end_layout
3256
3257 \end_inset
3258 </cell>
3259 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3260 \begin_inset Text
3261
3262 \begin_layout Plain Layout
3263
3264 \end_layout
3265
3266 \end_inset
3267 </cell>
3268 </row>
3269 <row>
3270 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3271 \begin_inset Text
3272
3273 \begin_layout Plain Layout
3274
3275 \series bold
3276 Annovi
3277 \end_layout
3278
3279 \end_inset
3280 </cell>
3281 <cell alignment="center" valignment="top" usebox="none">
3282 \begin_inset Text
3283
3284 \begin_layout Plain Layout
3285 Silvia
3286 \end_layout
3287
3288 \end_inset
3289 </cell>
3290 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3291 \begin_inset Text
3292
3293 \begin_layout Plain Layout
3294 111
3295 \end_layout
3296
3297 \end_inset
3298 </cell>
3299 </row>
3300 <row>
3301 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3302 \begin_inset Text
3303
3304 \begin_layout Plain Layout
3305
3306 \series bold
3307 Bertoli
3308 \end_layout
3309
3310 \end_inset
3311 </cell>
3312 <cell alignment="center" valignment="top" usebox="none">
3313 \begin_inset Text
3314
3315 \begin_layout Plain Layout
3316 Stefano
3317 \end_layout
3318
3319 \end_inset
3320 </cell>
3321 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3322 \begin_inset Text
3323
3324 \begin_layout Plain Layout
3325 111
3326 \end_layout
3327
3328 \end_inset
3329 </cell>
3330 </row>
3331 <row>
3332 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3333 \begin_inset Text
3334
3335 \begin_layout Plain Layout
3336
3337 \series bold
3338 Bozzi
3339 \end_layout
3340
3341 \end_inset
3342 </cell>
3343 <cell alignment="center" valignment="top" usebox="none">
3344 \begin_inset Text
3345
3346 \begin_layout Plain Layout
3347 Walter
3348 \end_layout
3349
3350 \end_inset
3351 </cell>
3352 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3353 \begin_inset Text
3354
3355 \begin_layout Plain Layout
3356 111
3357 \end_layout
3358
3359 \end_inset
3360 </cell>
3361 </row>
3362 <row>
3363 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3364 \begin_inset Text
3365
3366 \begin_layout Plain Layout
3367
3368 \series bold
3369 Cachia
3370 \end_layout
3371
3372 \end_inset
3373 </cell>
3374 <cell alignment="center" valignment="top" usebox="none">
3375 \begin_inset Text
3376
3377 \begin_layout Plain Layout
3378 Maria
3379 \end_layout
3380
3381 \end_inset
3382 </cell>
3383 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3384 \begin_inset Text
3385
3386 \begin_layout Plain Layout
3387 111
3388 \end_layout
3389
3390 \end_inset
3391 </cell>
3392 </row>
3393 <row>
3394 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3395 \begin_inset Text
3396
3397 \begin_layout Plain Layout
3398
3399 \series bold
3400 Cachia
3401 \end_layout
3402
3403 \end_inset
3404 </cell>
3405 <cell alignment="center" valignment="top" usebox="none">
3406 \begin_inset Text
3407
3408 \begin_layout Plain Layout
3409 Maurizio
3410 \end_layout
3411
3412 \end_inset
3413 </cell>
3414 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3415 \begin_inset Text
3416
3417 \begin_layout Plain Layout
3418 111
3419 \end_layout
3420
3421 \end_inset
3422 </cell>
3423 </row>
3424 <row>
3425 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3426 \begin_inset Text
3427
3428 \begin_layout Plain Layout
3429
3430 \series bold
3431 Cinquemani
3432 \end_layout
3433
3434 \end_inset
3435 </cell>
3436 <cell alignment="center" valignment="top" usebox="none">
3437 \begin_inset Text
3438
3439 \begin_layout Plain Layout
3440 Giusi
3441 \end_layout
3442
3443 \end_inset
3444 </cell>
3445 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3446 \begin_inset Text
3447
3448 \begin_layout Plain Layout
3449 111
3450 \end_layout
3451
3452 \end_inset
3453 </cell>
3454 </row>
3455 <row>
3456 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3457 \begin_inset Text
3458
3459 \begin_layout Plain Layout
3460
3461 \series bold
3462 Colin
3463 \end_layout
3464
3465 \end_inset
3466 </cell>
3467 <cell alignment="center" valignment="top" usebox="none">
3468 \begin_inset Text
3469
3470 \begin_layout Plain Layout
3471 Bernard
3472 \end_layout
3473
3474 \end_inset
3475 </cell>
3476 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3477 \begin_inset Text
3478
3479 \begin_layout Plain Layout
3480 111
3481 \end_layout
3482
3483 \end_inset
3484 </cell>
3485 </row>
3486 <row>
3487 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3488 \begin_inset Text
3489
3490 \begin_layout Plain Layout
3491
3492 \series bold
3493 Concli
3494 \end_layout
3495
3496 \end_inset
3497 </cell>
3498 <cell alignment="center" valignment="top" usebox="none">
3499 \begin_inset Text
3500
3501 \begin_layout Plain Layout
3502 Gianfranco
3503 \end_layout
3504
3505 \end_inset
3506 </cell>
3507 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3508 \begin_inset Text
3509
3510 \begin_layout Plain Layout
3511 111
3512 \end_layout
3513
3514 \end_inset
3515 </cell>
3516 </row>
3517 <row>
3518 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3519 \begin_inset Text
3520
3521 \begin_layout Plain Layout
3522
3523 \series bold
3524 Dal Bosco
3525 \end_layout
3526
3527 \end_inset
3528 </cell>
3529 <cell alignment="center" valignment="top" usebox="none">
3530 \begin_inset Text
3531
3532 \begin_layout Plain Layout
3533 Carolina
3534 \end_layout
3535
3536 \end_inset
3537 </cell>
3538 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3539 \begin_inset Text
3540
3541 \begin_layout Plain Layout
3542 111
3543 \end_layout
3544
3545 \end_inset
3546 </cell>
3547 </row>
3548 <row>
3549 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3550 \begin_inset Text
3551
3552 \begin_layout Plain Layout
3553
3554 \series bold
3555 Dalpiaz
3556 \end_layout
3557
3558 \end_inset
3559 </cell>
3560 <cell alignment="center" valignment="top" usebox="none">
3561 \begin_inset Text
3562
3563 \begin_layout Plain Layout
3564 Annamaria
3565 \end_layout
3566
3567 \end_inset
3568 </cell>
3569 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3570 \begin_inset Text
3571
3572 \begin_layout Plain Layout
3573 111
3574 \end_layout
3575
3576 \end_inset
3577 </cell>
3578 </row>
3579 <row>
3580 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3581 \begin_inset Text
3582
3583 \begin_layout Plain Layout
3584
3585 \series bold
3586 Feliciello
3587 \end_layout
3588
3589 \end_inset
3590 </cell>
3591 <cell alignment="center" valignment="top" usebox="none">
3592 \begin_inset Text
3593
3594 \begin_layout Plain Layout
3595 Domenico
3596 \end_layout
3597
3598 \end_inset
3599 </cell>
3600 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3601 \begin_inset Text
3602
3603 \begin_layout Plain Layout
3604 111
3605 \end_layout
3606
3607 \end_inset
3608 </cell>
3609 </row>
3610 <row>
3611 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3612 \begin_inset Text
3613
3614 \begin_layout Plain Layout
3615
3616 \series bold
3617 Focarelli
3618 \end_layout
3619
3620 \end_inset
3621 </cell>
3622 <cell alignment="center" valignment="top" usebox="none">
3623 \begin_inset Text
3624
3625 \begin_layout Plain Layout
3626 Paola
3627 \end_layout
3628
3629 \end_inset
3630 </cell>
3631 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3632 \begin_inset Text
3633
3634 \begin_layout Plain Layout
3635 111
3636 \end_layout
3637
3638 \end_inset
3639 </cell>
3640 </row>
3641 <row>
3642 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3643 \begin_inset Text
3644
3645 \begin_layout Plain Layout
3646
3647 \series bold
3648 Galletti
3649 \end_layout
3650
3651 \end_inset
3652 </cell>
3653 <cell alignment="center" valignment="top" usebox="none">
3654 \begin_inset Text
3655
3656 \begin_layout Plain Layout
3657 Oreste
3658 \end_layout
3659
3660 \end_inset
3661 </cell>
3662 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3663 \begin_inset Text
3664
3665 \begin_layout Plain Layout
3666 111
3667 \end_layout
3668
3669 \end_inset
3670 </cell>
3671 </row>
3672 <row>
3673 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3674 \begin_inset Text
3675
3676 \begin_layout Plain Layout
3677
3678 \series bold
3679 Gasparini
3680 \end_layout
3681
3682 \end_inset
3683 </cell>
3684 <cell alignment="center" valignment="top" usebox="none">
3685 \begin_inset Text
3686
3687 \begin_layout Plain Layout
3688 Franca
3689 \end_layout
3690
3691 \end_inset
3692 </cell>
3693 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3694 \begin_inset Text
3695
3696 \begin_layout Plain Layout
3697 111
3698 \end_layout
3699
3700 \end_inset
3701 </cell>
3702 </row>
3703 <row>
3704 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3705 \begin_inset Text
3706
3707 \begin_layout Plain Layout
3708
3709 \series bold
3710 Rizzardi
3711 \end_layout
3712
3713 \end_inset
3714 </cell>
3715 <cell alignment="center" valignment="top" usebox="none">
3716 \begin_inset Text
3717
3718 \begin_layout Plain Layout
3719 Paola
3720 \end_layout
3721
3722 \end_inset
3723 </cell>
3724 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3725 \begin_inset Text
3726
3727 \begin_layout Plain Layout
3728 111
3729 \end_layout
3730
3731 \end_inset
3732 </cell>
3733 </row>
3734 <row>
3735 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3736 \begin_inset Text
3737
3738 \begin_layout Plain Layout
3739
3740 \series bold
3741 Lassini
3742 \end_layout
3743
3744 \end_inset
3745 </cell>
3746 <cell alignment="center" valignment="top" usebox="none">
3747 \begin_inset Text
3748
3749 \begin_layout Plain Layout
3750 Giancarlo
3751 \end_layout
3752
3753 \end_inset
3754 </cell>
3755 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3756 \begin_inset Text
3757
3758 \begin_layout Plain Layout
3759 111
3760 \end_layout
3761
3762 \end_inset
3763 </cell>
3764 </row>
3765 <row>
3766 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3767 \begin_inset Text
3768
3769 \begin_layout Plain Layout
3770
3771 \series bold
3772 Malfatti
3773 \end_layout
3774
3775 \end_inset
3776 </cell>
3777 <cell alignment="center" valignment="top" usebox="none">
3778 \begin_inset Text
3779
3780 \begin_layout Plain Layout
3781 Luciano
3782 \end_layout
3783
3784 \end_inset
3785 </cell>
3786 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3787 \begin_inset Text
3788
3789 \begin_layout Plain Layout
3790 111
3791 \end_layout
3792
3793 \end_inset
3794 </cell>
3795 </row>
3796 <row>
3797 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3798 \begin_inset Text
3799
3800 \begin_layout Plain Layout
3801
3802 \series bold
3803 Malfatti
3804 \end_layout
3805
3806 \end_inset
3807 </cell>
3808 <cell alignment="center" valignment="top" usebox="none">
3809 \begin_inset Text
3810
3811 \begin_layout Plain Layout
3812 Valeriano
3813 \end_layout
3814
3815 \end_inset
3816 </cell>
3817 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3818 \begin_inset Text
3819
3820 \begin_layout Plain Layout
3821 111
3822 \end_layout
3823
3824 \end_inset
3825 </cell>
3826 </row>
3827 <row>
3828 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3829 \begin_inset Text
3830
3831 \begin_layout Plain Layout
3832
3833 \series bold
3834 Meneguzzo
3835 \end_layout
3836
3837 \end_inset
3838 </cell>
3839 <cell alignment="center" valignment="top" usebox="none">
3840 \begin_inset Text
3841
3842 \begin_layout Plain Layout
3843 Roberto
3844 \end_layout
3845
3846 \end_inset
3847 </cell>
3848 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3849 \begin_inset Text
3850
3851 \begin_layout Plain Layout
3852 111
3853 \end_layout
3854
3855 \end_inset
3856 </cell>
3857 </row>
3858 <row>
3859 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3860 \begin_inset Text
3861
3862 \begin_layout Plain Layout
3863
3864 \series bold
3865 Mezzadra
3866 \end_layout
3867
3868 \end_inset
3869 </cell>
3870 <cell alignment="center" valignment="top" usebox="none">
3871 \begin_inset Text
3872
3873 \begin_layout Plain Layout
3874 Roberto
3875 \end_layout
3876
3877 \end_inset
3878 </cell>
3879 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3880 \begin_inset Text
3881
3882 \begin_layout Plain Layout
3883 111
3884 \end_layout
3885
3886 \end_inset
3887 </cell>
3888 </row>
3889 <row>
3890 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3891 \begin_inset Text
3892
3893 \begin_layout Plain Layout
3894
3895 \series bold
3896 Pirpamer
3897 \end_layout
3898
3899 \end_inset
3900 </cell>
3901 <cell alignment="center" valignment="top" usebox="none">
3902 \begin_inset Text
3903
3904 \begin_layout Plain Layout
3905 Erich
3906 \end_layout
3907
3908 \end_inset
3909 </cell>
3910 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3911 \begin_inset Text
3912
3913 \begin_layout Plain Layout
3914 111
3915 \end_layout
3916
3917 \end_inset
3918 </cell>
3919 </row>
3920 <row>
3921 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3922 \begin_inset Text
3923
3924 \begin_layout Plain Layout
3925
3926 \series bold
3927 Pochiesa
3928 \end_layout
3929
3930 \end_inset
3931 </cell>
3932 <cell alignment="center" valignment="top" usebox="none">
3933 \begin_inset Text
3934
3935 \begin_layout Plain Layout
3936 Paolo
3937 \end_layout
3938
3939 \end_inset
3940 </cell>
3941 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3942 \begin_inset Text
3943
3944 \begin_layout Plain Layout
3945 111, 222
3946 \end_layout
3947
3948 \end_inset
3949 </cell>
3950 </row>
3951 <row>
3952 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3953 \begin_inset Text
3954
3955 \begin_layout Plain Layout
3956
3957 \series bold
3958 Radina
3959 \end_layout
3960
3961 \end_inset
3962 </cell>
3963 <cell alignment="center" valignment="top" usebox="none">
3964 \begin_inset Text
3965
3966 \begin_layout Plain Layout
3967 Claudio
3968 \end_layout
3969
3970 \end_inset
3971 </cell>
3972 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3973 \begin_inset Text
3974
3975 \begin_layout Plain Layout
3976 111
3977 \end_layout
3978
3979 \end_inset
3980 </cell>
3981 </row>
3982 <row>
3983 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3984 \begin_inset Text
3985
3986 \begin_layout Plain Layout
3987
3988 \series bold
3989 Stuffer
3990 \end_layout
3991
3992 \end_inset
3993 </cell>
3994 <cell alignment="center" valignment="top" usebox="none">
3995 \begin_inset Text
3996
3997 \begin_layout Plain Layout
3998 Oskar
3999 \end_layout
4000
4001 \end_inset
4002 </cell>
4003 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4004 \begin_inset Text
4005
4006 \begin_layout Plain Layout
4007 111
4008 \end_layout
4009
4010 \end_inset
4011 </cell>
4012 </row>
4013 <row>
4014 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4015 \begin_inset Text
4016
4017 \begin_layout Plain Layout
4018
4019 \series bold
4020 Tacchelli
4021 \end_layout
4022
4023 \end_inset
4024 </cell>
4025 <cell alignment="center" valignment="top" usebox="none">
4026 \begin_inset Text
4027
4028 \begin_layout Plain Layout
4029 Ugo
4030 \end_layout
4031
4032 \end_inset
4033 </cell>
4034 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4035 \begin_inset Text
4036
4037 \begin_layout Plain Layout
4038 111
4039 \end_layout
4040
4041 \end_inset
4042 </cell>
4043 </row>
4044 <row>
4045 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4046 \begin_inset Text
4047
4048 \begin_layout Plain Layout
4049
4050 \series bold
4051 Tezzele
4052 \end_layout
4053
4054 \end_inset
4055 </cell>
4056 <cell alignment="center" valignment="top" usebox="none">
4057 \begin_inset Text
4058
4059 \begin_layout Plain Layout
4060 Margit
4061 \end_layout
4062
4063 \end_inset
4064 </cell>
4065 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4066 \begin_inset Text
4067
4068 \begin_layout Plain Layout
4069 111
4070 \end_layout
4071
4072 \end_inset
4073 </cell>
4074 </row>
4075 <row>
4076 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4077 \begin_inset Text
4078
4079 \begin_layout Plain Layout
4080
4081 \series bold
4082 Unterkalmsteiner
4083 \end_layout
4084
4085 \end_inset
4086 </cell>
4087 <cell alignment="center" valignment="top" usebox="none">
4088 \begin_inset Text
4089
4090 \begin_layout Plain Layout
4091 Frieda
4092 \end_layout
4093
4094 \end_inset
4095 </cell>
4096 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4097 \begin_inset Text
4098
4099 \begin_layout Plain Layout
4100 111
4101 \end_layout
4102
4103 \end_inset
4104 </cell>
4105 </row>
4106 <row>
4107 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4108 \begin_inset Text
4109
4110 \begin_layout Plain Layout
4111
4112 \series bold
4113 Vieider
4114 \end_layout
4115
4116 \end_inset
4117 </cell>
4118 <cell alignment="center" valignment="top" usebox="none">
4119 \begin_inset Text
4120
4121 \begin_layout Plain Layout
4122 Hilde
4123 \end_layout
4124
4125 \end_inset
4126 </cell>
4127 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4128 \begin_inset Text
4129
4130 \begin_layout Plain Layout
4131 111
4132 \end_layout
4133
4134 \end_inset
4135 </cell>
4136 </row>
4137 <row>
4138 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4139 \begin_inset Text
4140
4141 \begin_layout Plain Layout
4142
4143 \series bold
4144 Vigna
4145 \end_layout
4146
4147 \end_inset
4148 </cell>
4149 <cell alignment="center" valignment="top" usebox="none">
4150 \begin_inset Text
4151
4152 \begin_layout Plain Layout
4153 Jürgen
4154 \end_layout
4155
4156 \end_inset
4157 </cell>
4158 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4159 \begin_inset Text
4160
4161 \begin_layout Plain Layout
4162 111
4163 \end_layout
4164
4165 \end_inset
4166 </cell>
4167 </row>
4168 <row>
4169 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4170 \begin_inset Text
4171
4172 \begin_layout Plain Layout
4173
4174 \series bold
4175 Weber
4176 \end_layout
4177
4178 \end_inset
4179 </cell>
4180 <cell alignment="center" valignment="top" usebox="none">
4181 \begin_inset Text
4182
4183 \begin_layout Plain Layout
4184 Maurizio
4185 \end_layout
4186
4187 \end_inset
4188 </cell>
4189 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4190 \begin_inset Text
4191
4192 \begin_layout Plain Layout
4193 111
4194 \end_layout
4195
4196 \end_inset
4197 </cell>
4198 </row>
4199 <row>
4200 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4201 \begin_inset Text
4202
4203 \begin_layout Plain Layout
4204
4205 \series bold
4206 Winkler
4207 \end_layout
4208
4209 \end_inset
4210 </cell>
4211 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4212 \begin_inset Text
4213
4214 \begin_layout Plain Layout
4215 Franz
4216 \end_layout
4217
4218 \end_inset
4219 </cell>
4220 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4221 \begin_inset Text
4222
4223 \begin_layout Plain Layout
4224 111
4225 \end_layout
4226
4227 \end_inset
4228 </cell>
4229 </row>
4230 <row>
4231 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4232 \begin_inset Text
4233
4234 \begin_layout Plain Layout
4235  
4236 \end_layout
4237
4238 \end_inset
4239 </cell>
4240 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4241 \begin_inset Text
4242
4243 \begin_layout Plain Layout
4244
4245 \end_layout
4246
4247 \end_inset
4248 </cell>
4249 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4250 \begin_inset Text
4251
4252 \begin_layout Plain Layout
4253
4254 \end_layout
4255
4256 \end_inset
4257 </cell>
4258 </row>
4259 <row>
4260 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4261 \begin_inset Text
4262
4263 \begin_layout Plain Layout
4264
4265 \series bold
4266 Annovi
4267 \end_layout
4268
4269 \end_inset
4270 </cell>
4271 <cell alignment="center" valignment="top" usebox="none">
4272 \begin_inset Text
4273
4274 \begin_layout Plain Layout
4275 Silvia
4276 \end_layout
4277
4278 \end_inset
4279 </cell>
4280 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4281 \begin_inset Text
4282
4283 \begin_layout Plain Layout
4284 555
4285 \end_layout
4286
4287 \end_inset
4288 </cell>
4289 </row>
4290 <row>
4291 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4292 \begin_inset Text
4293
4294 \begin_layout Plain Layout
4295
4296 \series bold
4297 Bertoli
4298 \end_layout
4299
4300 \end_inset
4301 </cell>
4302 <cell alignment="center" valignment="top" usebox="none">
4303 \begin_inset Text
4304
4305 \begin_layout Plain Layout
4306 Stefano
4307 \end_layout
4308
4309 \end_inset
4310 </cell>
4311 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4312 \begin_inset Text
4313
4314 \begin_layout Plain Layout
4315 555
4316 \end_layout
4317
4318 \end_inset
4319 </cell>
4320 </row>
4321 <row>
4322 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4323 \begin_inset Text
4324
4325 \begin_layout Plain Layout
4326
4327 \series bold
4328 Bozzi
4329 \end_layout
4330
4331 \end_inset
4332 </cell>
4333 <cell alignment="center" valignment="top" usebox="none">
4334 \begin_inset Text
4335
4336 \begin_layout Plain Layout
4337 Walter
4338 \end_layout
4339
4340 \end_inset
4341 </cell>
4342 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4343 \begin_inset Text
4344
4345 \begin_layout Plain Layout
4346 555
4347 \end_layout
4348
4349 \end_inset
4350 </cell>
4351 </row>
4352 <row>
4353 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4354 \begin_inset Text
4355
4356 \begin_layout Plain Layout
4357
4358 \series bold
4359 Cachia
4360 \end_layout
4361
4362 \end_inset
4363 </cell>
4364 <cell alignment="center" valignment="top" usebox="none">
4365 \begin_inset Text
4366
4367 \begin_layout Plain Layout
4368 Maria
4369 \end_layout
4370
4371 \end_inset
4372 </cell>
4373 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4374 \begin_inset Text
4375
4376 \begin_layout Plain Layout
4377 555
4378 \end_layout
4379
4380 \end_inset
4381 </cell>
4382 </row>
4383 <row>
4384 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4385 \begin_inset Text
4386
4387 \begin_layout Plain Layout
4388
4389 \series bold
4390 Cachia
4391 \end_layout
4392
4393 \end_inset
4394 </cell>
4395 <cell alignment="center" valignment="top" usebox="none">
4396 \begin_inset Text
4397
4398 \begin_layout Plain Layout
4399 Maurizio
4400 \end_layout
4401
4402 \end_inset
4403 </cell>
4404 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4405 \begin_inset Text
4406
4407 \begin_layout Plain Layout
4408 555
4409 \end_layout
4410
4411 \end_inset
4412 </cell>
4413 </row>
4414 <row>
4415 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4416 \begin_inset Text
4417
4418 \begin_layout Plain Layout
4419
4420 \series bold
4421 Cinquemani
4422 \end_layout
4423
4424 \end_inset
4425 </cell>
4426 <cell alignment="center" valignment="top" usebox="none">
4427 \begin_inset Text
4428
4429 \begin_layout Plain Layout
4430 Giusi
4431 \end_layout
4432
4433 \end_inset
4434 </cell>
4435 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4436 \begin_inset Text
4437
4438 \begin_layout Plain Layout
4439 555
4440 \end_layout
4441
4442 \end_inset
4443 </cell>
4444 </row>
4445 <row>
4446 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4447 \begin_inset Text
4448
4449 \begin_layout Plain Layout
4450
4451 \series bold
4452 Colin
4453 \end_layout
4454
4455 \end_inset
4456 </cell>
4457 <cell alignment="center" valignment="top" usebox="none">
4458 \begin_inset Text
4459
4460 \begin_layout Plain Layout
4461 Bernard
4462 \end_layout
4463
4464 \end_inset
4465 </cell>
4466 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4467 \begin_inset Text
4468
4469 \begin_layout Plain Layout
4470 555
4471 \end_layout
4472
4473 \end_inset
4474 </cell>
4475 </row>
4476 <row>
4477 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4478 \begin_inset Text
4479
4480 \begin_layout Plain Layout
4481
4482 \series bold
4483 Concli
4484 \end_layout
4485
4486 \end_inset
4487 </cell>
4488 <cell alignment="center" valignment="top" usebox="none">
4489 \begin_inset Text
4490
4491 \begin_layout Plain Layout
4492 Gianfranco
4493 \end_layout
4494
4495 \end_inset
4496 </cell>
4497 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4498 \begin_inset Text
4499
4500 \begin_layout Plain Layout
4501 555
4502 \end_layout
4503
4504 \end_inset
4505 </cell>
4506 </row>
4507 <row>
4508 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4509 \begin_inset Text
4510
4511 \begin_layout Plain Layout
4512
4513 \series bold
4514 Dal Bosco
4515 \end_layout
4516
4517 \end_inset
4518 </cell>
4519 <cell alignment="center" valignment="top" usebox="none">
4520 \begin_inset Text
4521
4522 \begin_layout Plain Layout
4523 Carolina
4524 \end_layout
4525
4526 \end_inset
4527 </cell>
4528 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4529 \begin_inset Text
4530
4531 \begin_layout Plain Layout
4532 555
4533 \end_layout
4534
4535 \end_inset
4536 </cell>
4537 </row>
4538 <row>
4539 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4540 \begin_inset Text
4541
4542 \begin_layout Plain Layout
4543
4544 \series bold
4545 Dalpiaz
4546 \end_layout
4547
4548 \end_inset
4549 </cell>
4550 <cell alignment="center" valignment="top" usebox="none">
4551 \begin_inset Text
4552
4553 \begin_layout Plain Layout
4554 Annamaria
4555 \end_layout
4556
4557 \end_inset
4558 </cell>
4559 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4560 \begin_inset Text
4561
4562 \begin_layout Plain Layout
4563 555
4564 \end_layout
4565
4566 \end_inset
4567 </cell>
4568 </row>
4569 <row>
4570 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4571 \begin_inset Text
4572
4573 \begin_layout Plain Layout
4574
4575 \series bold
4576 Feliciello
4577 \end_layout
4578
4579 \end_inset
4580 </cell>
4581 <cell alignment="center" valignment="top" usebox="none">
4582 \begin_inset Text
4583
4584 \begin_layout Plain Layout
4585 Domenico
4586 \end_layout
4587
4588 \end_inset
4589 </cell>
4590 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4591 \begin_inset Text
4592
4593 \begin_layout Plain Layout
4594 555
4595 \end_layout
4596
4597 \end_inset
4598 </cell>
4599 </row>
4600 <row>
4601 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4602 \begin_inset Text
4603
4604 \begin_layout Plain Layout
4605
4606 \series bold
4607 Focarelli
4608 \end_layout
4609
4610 \end_inset
4611 </cell>
4612 <cell alignment="center" valignment="top" usebox="none">
4613 \begin_inset Text
4614
4615 \begin_layout Plain Layout
4616 Paola
4617 \end_layout
4618
4619 \end_inset
4620 </cell>
4621 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4622 \begin_inset Text
4623
4624 \begin_layout Plain Layout
4625 555
4626 \end_layout
4627
4628 \end_inset
4629 </cell>
4630 </row>
4631 <row>
4632 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4633 \begin_inset Text
4634
4635 \begin_layout Plain Layout
4636
4637 \series bold
4638 Galletti
4639 \end_layout
4640
4641 \end_inset
4642 </cell>
4643 <cell alignment="center" valignment="top" usebox="none">
4644 \begin_inset Text
4645
4646 \begin_layout Plain Layout
4647 Oreste
4648 \end_layout
4649
4650 \end_inset
4651 </cell>
4652 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4653 \begin_inset Text
4654
4655 \begin_layout Plain Layout
4656 555
4657 \end_layout
4658
4659 \end_inset
4660 </cell>
4661 </row>
4662 <row>
4663 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4664 \begin_inset Text
4665
4666 \begin_layout Plain Layout
4667
4668 \series bold
4669 Gasparini
4670 \end_layout
4671
4672 \end_inset
4673 </cell>
4674 <cell alignment="center" valignment="top" usebox="none">
4675 \begin_inset Text
4676
4677 \begin_layout Plain Layout
4678 Franca
4679 \end_layout
4680
4681 \end_inset
4682 </cell>
4683 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4684 \begin_inset Text
4685
4686 \begin_layout Plain Layout
4687 555
4688 \end_layout
4689
4690 \end_inset
4691 </cell>
4692 </row>
4693 <row>
4694 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4695 \begin_inset Text
4696
4697 \begin_layout Plain Layout
4698
4699 \series bold
4700 Rizzardi
4701 \end_layout
4702
4703 \end_inset
4704 </cell>
4705 <cell alignment="center" valignment="top" usebox="none">
4706 \begin_inset Text
4707
4708 \begin_layout Plain Layout
4709 Paola
4710 \end_layout
4711
4712 \end_inset
4713 </cell>
4714 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4715 \begin_inset Text
4716
4717 \begin_layout Plain Layout
4718 555
4719 \end_layout
4720
4721 \end_inset
4722 </cell>
4723 </row>
4724 <row>
4725 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4726 \begin_inset Text
4727
4728 \begin_layout Plain Layout
4729
4730 \series bold
4731 Lassini
4732 \end_layout
4733
4734 \end_inset
4735 </cell>
4736 <cell alignment="center" valignment="top" usebox="none">
4737 \begin_inset Text
4738
4739 \begin_layout Plain Layout
4740 Giancarlo
4741 \end_layout
4742
4743 \end_inset
4744 </cell>
4745 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4746 \begin_inset Text
4747
4748 \begin_layout Plain Layout
4749 555
4750 \end_layout
4751
4752 \end_inset
4753 </cell>
4754 </row>
4755 <row>
4756 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4757 \begin_inset Text
4758
4759 \begin_layout Plain Layout
4760
4761 \series bold
4762 Malfatti
4763 \end_layout
4764
4765 \end_inset
4766 </cell>
4767 <cell alignment="center" valignment="top" usebox="none">
4768 \begin_inset Text
4769
4770 \begin_layout Plain Layout
4771 Luciano
4772 \end_layout
4773
4774 \end_inset
4775 </cell>
4776 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4777 \begin_inset Text
4778
4779 \begin_layout Plain Layout
4780 555
4781 \end_layout
4782
4783 \end_inset
4784 </cell>
4785 </row>
4786 <row>
4787 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4788 \begin_inset Text
4789
4790 \begin_layout Plain Layout
4791
4792 \series bold
4793 Malfatti
4794 \end_layout
4795
4796 \end_inset
4797 </cell>
4798 <cell alignment="center" valignment="top" usebox="none">
4799 \begin_inset Text
4800
4801 \begin_layout Plain Layout
4802 Valeriano
4803 \end_layout
4804
4805 \end_inset
4806 </cell>
4807 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4808 \begin_inset Text
4809
4810 \begin_layout Plain Layout
4811 555
4812 \end_layout
4813
4814 \end_inset
4815 </cell>
4816 </row>
4817 <row>
4818 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4819 \begin_inset Text
4820
4821 \begin_layout Plain Layout
4822
4823 \series bold
4824 Meneguzzo
4825 \end_layout
4826
4827 \end_inset
4828 </cell>
4829 <cell alignment="center" valignment="top" usebox="none">
4830 \begin_inset Text
4831
4832 \begin_layout Plain Layout
4833 Roberto
4834 \end_layout
4835
4836 \end_inset
4837 </cell>
4838 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4839 \begin_inset Text
4840
4841 \begin_layout Plain Layout
4842 555
4843 \end_layout
4844
4845 \end_inset
4846 </cell>
4847 </row>
4848 <row>
4849 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4850 \begin_inset Text
4851
4852 \begin_layout Plain Layout
4853
4854 \series bold
4855 Mezzadra
4856 \end_layout
4857
4858 \end_inset
4859 </cell>
4860 <cell alignment="center" valignment="top" usebox="none">
4861 \begin_inset Text
4862
4863 \begin_layout Plain Layout
4864 Roberto
4865 \end_layout
4866
4867 \end_inset
4868 </cell>
4869 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4870 \begin_inset Text
4871
4872 \begin_layout Plain Layout
4873 555
4874 \end_layout
4875
4876 \end_inset
4877 </cell>
4878 </row>
4879 <row>
4880 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4881 \begin_inset Text
4882
4883 \begin_layout Plain Layout
4884
4885 \series bold
4886 Pirpamer
4887 \end_layout
4888
4889 \end_inset
4890 </cell>
4891 <cell alignment="center" valignment="top" usebox="none">
4892 \begin_inset Text
4893
4894 \begin_layout Plain Layout
4895 Erich
4896 \end_layout
4897
4898 \end_inset
4899 </cell>
4900 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4901 \begin_inset Text
4902
4903 \begin_layout Plain Layout
4904 555
4905 \end_layout
4906
4907 \end_inset
4908 </cell>
4909 </row>
4910 <row>
4911 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4912 \begin_inset Text
4913
4914 \begin_layout Plain Layout
4915
4916 \series bold
4917 Pochiesa
4918 \end_layout
4919
4920 \end_inset
4921 </cell>
4922 <cell alignment="center" valignment="top" usebox="none">
4923 \begin_inset Text
4924
4925 \begin_layout Plain Layout
4926 Paolo
4927 \end_layout
4928
4929 \end_inset
4930 </cell>
4931 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4932 \begin_inset Text
4933
4934 \begin_layout Plain Layout
4935 555, 222
4936 \end_layout
4937
4938 \end_inset
4939 </cell>
4940 </row>
4941 <row>
4942 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4943 \begin_inset Text
4944
4945 \begin_layout Plain Layout
4946
4947 \series bold
4948 Radina
4949 \end_layout
4950
4951 \end_inset
4952 </cell>
4953 <cell alignment="center" valignment="top" usebox="none">
4954 \begin_inset Text
4955
4956 \begin_layout Plain Layout
4957 Claudio
4958 \end_layout
4959
4960 \end_inset
4961 </cell>
4962 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4963 \begin_inset Text
4964
4965 \begin_layout Plain Layout
4966 555
4967 \end_layout
4968
4969 \end_inset
4970 </cell>
4971 </row>
4972 <row>
4973 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4974 \begin_inset Text
4975
4976 \begin_layout Plain Layout
4977
4978 \series bold
4979 Stuffer
4980 \end_layout
4981
4982 \end_inset
4983 </cell>
4984 <cell alignment="center" valignment="top" usebox="none">
4985 \begin_inset Text
4986
4987 \begin_layout Plain Layout
4988 Oskar
4989 \end_layout
4990
4991 \end_inset
4992 </cell>
4993 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4994 \begin_inset Text
4995
4996 \begin_layout Plain Layout
4997 555
4998 \end_layout
4999
5000 \end_inset
5001 </cell>
5002 </row>
5003 <row>
5004 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5005 \begin_inset Text
5006
5007 \begin_layout Plain Layout
5008
5009 \series bold
5010 Tacchelli
5011 \end_layout
5012
5013 \end_inset
5014 </cell>
5015 <cell alignment="center" valignment="top" usebox="none">
5016 \begin_inset Text
5017
5018 \begin_layout Plain Layout
5019 Ugo
5020 \end_layout
5021
5022 \end_inset
5023 </cell>
5024 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5025 \begin_inset Text
5026
5027 \begin_layout Plain Layout
5028 555
5029 \end_layout
5030
5031 \end_inset
5032 </cell>
5033 </row>
5034 <row>
5035 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5036 \begin_inset Text
5037
5038 \begin_layout Plain Layout
5039
5040 \series bold
5041 Tezzele
5042 \end_layout
5043
5044 \end_inset
5045 </cell>
5046 <cell alignment="center" valignment="top" usebox="none">
5047 \begin_inset Text
5048
5049 \begin_layout Plain Layout
5050 Margit
5051 \end_layout
5052
5053 \end_inset
5054 </cell>
5055 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5056 \begin_inset Text
5057
5058 \begin_layout Plain Layout
5059 555
5060 \end_layout
5061
5062 \end_inset
5063 </cell>
5064 </row>
5065 <row>
5066 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5067 \begin_inset Text
5068
5069 \begin_layout Plain Layout
5070
5071 \series bold
5072 Unterkalmsteiner
5073 \end_layout
5074
5075 \end_inset
5076 </cell>
5077 <cell alignment="center" valignment="top" usebox="none">
5078 \begin_inset Text
5079
5080 \begin_layout Plain Layout
5081 Frieda
5082 \end_layout
5083
5084 \end_inset
5085 </cell>
5086 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5087 \begin_inset Text
5088
5089 \begin_layout Plain Layout
5090 555
5091 \end_layout
5092
5093 \end_inset
5094 </cell>
5095 </row>
5096 <row>
5097 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5098 \begin_inset Text
5099
5100 \begin_layout Plain Layout
5101
5102 \series bold
5103 Vieider
5104 \end_layout
5105
5106 \end_inset
5107 </cell>
5108 <cell alignment="center" valignment="top" usebox="none">
5109 \begin_inset Text
5110
5111 \begin_layout Plain Layout
5112 Hilde
5113 \end_layout
5114
5115 \end_inset
5116 </cell>
5117 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5118 \begin_inset Text
5119
5120 \begin_layout Plain Layout
5121 555
5122 \end_layout
5123
5124 \end_inset
5125 </cell>
5126 </row>
5127 <row>
5128 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5129 \begin_inset Text
5130
5131 \begin_layout Plain Layout
5132
5133 \series bold
5134 Vigna
5135 \end_layout
5136
5137 \end_inset
5138 </cell>
5139 <cell alignment="center" valignment="top" usebox="none">
5140 \begin_inset Text
5141
5142 \begin_layout Plain Layout
5143 Jürgen
5144 \end_layout
5145
5146 \end_inset
5147 </cell>
5148 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5149 \begin_inset Text
5150
5151 \begin_layout Plain Layout
5152 999
5153 \end_layout
5154
5155 \end_inset
5156 </cell>
5157 </row>
5158 <row>
5159 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5160 \begin_inset Text
5161
5162 \begin_layout Plain Layout
5163
5164 \series bold
5165 Weber
5166 \end_layout
5167
5168 \end_inset
5169 </cell>
5170 <cell alignment="center" valignment="top" usebox="none">
5171 \begin_inset Text
5172
5173 \begin_layout Plain Layout
5174 Maurizio
5175 \end_layout
5176
5177 \end_inset
5178 </cell>
5179 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5180 \begin_inset Text
5181
5182 \begin_layout Plain Layout
5183 555
5184 \end_layout
5185
5186 \end_inset
5187 </cell>
5188 </row>
5189 <row>
5190 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5191 \begin_inset Text
5192
5193 \begin_layout Plain Layout
5194
5195 \series bold
5196 Winkler
5197 \end_layout
5198
5199 \end_inset
5200 </cell>
5201 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5202 \begin_inset Text
5203
5204 \begin_layout Plain Layout
5205 Franz
5206 \end_layout
5207
5208 \end_inset
5209 </cell>
5210 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5211 \begin_inset Text
5212
5213 \begin_layout Plain Layout
5214 555
5215 \end_layout
5216
5217 \end_inset
5218 </cell>
5219 </row>
5220 <row endlastfoot="true">
5221 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5222 \begin_inset Text
5223
5224 \begin_layout Plain Layout
5225 end
5226 \end_layout
5227
5228 \end_inset
5229 </cell>
5230 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5231 \begin_inset Text
5232
5233 \begin_layout Plain Layout
5234
5235 \end_layout
5236
5237 \end_inset
5238 </cell>
5239 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5240 \begin_inset Text
5241
5242 \begin_layout Plain Layout
5243
5244 \end_layout
5245
5246 \end_inset
5247 </cell>
5248 </row>
5249 </lyxtabular>
5250
5251 \end_inset
5252
5253
5254 \begin_inset ERT
5255 status collapsed
5256
5257 \begin_layout Plain Layout
5258
5259
5260 \backslash
5261 addtocounter{table}{-1}
5262 \end_layout
5263
5264 \end_inset
5265
5266
5267 \begin_inset Note Note
5268 status collapsed
5269
5270 \begin_layout Plain Layout
5271 See greyed-out note in section
5272 \begin_inset space ~
5273 \end_inset
5274
5275
5276 \begin_inset CommandInset ref
5277 LatexCommand ref
5278 reference "sub:Longtable-Captions"
5279
5280 \end_inset
5281
5282  for an explanation of this command.
5283 \end_layout
5284
5285 \end_inset
5286
5287
5288 \end_layout
5289
5290 \begin_layout Subsection
5291 Footnotes in Longtables
5292 \begin_inset CommandInset label
5293 LatexCommand label
5294 name "sub:Footnotes-in-Longtables"
5295
5296 \end_inset
5297
5298
5299 \begin_inset Index
5300 status collapsed
5301
5302 \begin_layout Plain Layout
5303 Longtables ! Footnotes
5304 \end_layout
5305
5306 \end_inset
5307
5308
5309 \end_layout
5310
5311 \begin_layout Standard
5312 Footnotes can be inserted to every longtable cell.
5313  They appear at the bottom of the page where the table cell with the footnote
5314  appears.
5315  Table
5316 \begin_inset space ~
5317 \end_inset
5318
5319
5320 \begin_inset CommandInset ref
5321 LatexCommand ref
5322 reference "tab:DiffCaptions"
5323
5324 \end_inset
5325
5326  has for example a footnote.
5327 \end_layout
5328
5329 \begin_layout Subsection
5330 Longtable Alignment
5331 \begin_inset Index
5332 status collapsed
5333
5334 \begin_layout Plain Layout
5335 Longtables ! Alignment
5336 \end_layout
5337
5338 \end_inset
5339
5340
5341 \end_layout
5342
5343 \begin_layout Standard
5344 Longtables are by default centered.
5345  In contrary to the alignment of the table columns and row, the table alignment
5346  can currently not be changed in the table dialog.
5347  To change the alignment of longtables you have to change the value of the
5348  lengths 
5349 \series bold
5350
5351 \backslash
5352 LTleft 
5353 \series default
5354 and 
5355 \series bold
5356
5357 \backslash
5358 LTright
5359 \series default
5360  by inserting this line as TeX-Code before the corresponding longtable:
5361 \end_layout
5362
5363 \begin_layout Standard
5364
5365 \series bold
5366
5367 \backslash
5368 setlength{
5369 \backslash
5370 LTleft}{value}
5371 \end_layout
5372
5373 \begin_layout Standard
5374 Where the value can have any of the units listed in Table
5375 \begin_inset space ~
5376 \end_inset
5377
5378
5379 \begin_inset CommandInset ref
5380 LatexCommand ref
5381 reference "tab:Units"
5382
5383 \end_inset
5384
5385 .
5386  
5387 \series bold
5388
5389 \backslash
5390 LTleft
5391 \series default
5392  controls the horizontal distance from the left page border to the longtable,
5393  
5394 \series bold
5395
5396 \backslash
5397 LTright
5398 \series default
5399  the distance from the right side.
5400  The default value for both lengths is 
5401 \series bold
5402
5403 \backslash
5404 fill
5405 \series default
5406 , which is in this case the same as an horizontal fill in LyX.
5407 \end_layout
5408
5409 \begin_layout Standard
5410 The following longtable was left-aligned by setting 
5411 \series bold
5412
5413 \backslash
5414 LTleft
5415 \series default
5416  to 0
5417 \begin_inset space \thinspace{}
5418 \end_inset
5419
5420 pt.
5421 \begin_inset ERT
5422 status collapsed
5423
5424 \begin_layout Plain Layout
5425
5426
5427 \backslash
5428 setlength{
5429 \backslash
5430 LTleft}{0pt}
5431 \end_layout
5432
5433 \end_inset
5434
5435
5436 \end_layout
5437
5438 \begin_layout Standard
5439 \begin_inset Tabular
5440 <lyxtabular version="3" rows="5" columns="5">
5441 <features islongtable="true">
5442 <column alignment="center" valignment="top" width="0">
5443 <column alignment="center" valignment="top" width="0">
5444 <column alignment="center" valignment="top" width="0">
5445 <column alignment="center" valignment="top" width="0">
5446 <column alignment="center" valignment="top" width="0">
5447 <row>
5448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5449 \begin_inset Text
5450
5451 \begin_layout Plain Layout
5452 1
5453 \end_layout
5454
5455 \end_inset
5456 </cell>
5457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5458 \begin_inset Text
5459
5460 \begin_layout Plain Layout
5461 2
5462 \end_layout
5463
5464 \end_inset
5465 </cell>
5466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5467 \begin_inset Text
5468
5469 \begin_layout Plain Layout
5470 3
5471 \end_layout
5472
5473 \end_inset
5474 </cell>
5475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5476 \begin_inset Text
5477
5478 \begin_layout Plain Layout
5479 4
5480 \end_layout
5481
5482 \end_inset
5483 </cell>
5484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5485 \begin_inset Text
5486
5487 \begin_layout Plain Layout
5488 5
5489 \end_layout
5490
5491 \end_inset
5492 </cell>
5493 </row>
5494 <row>
5495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5496 \begin_inset Text
5497
5498 \begin_layout Plain Layout
5499 asd
5500 \end_layout
5501
5502 \end_inset
5503 </cell>
5504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5505 \begin_inset Text
5506
5507 \begin_layout Plain Layout
5508 s
5509 \end_layout
5510
5511 \end_inset
5512 </cell>
5513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5514 \begin_inset Text
5515
5516 \begin_layout Plain Layout
5517 s
5518 \end_layout
5519
5520 \end_inset
5521 </cell>
5522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5523 \begin_inset Text
5524
5525 \begin_layout Plain Layout
5526 s
5527 \end_layout
5528
5529 \end_inset
5530 </cell>
5531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5532 \begin_inset Text
5533
5534 \begin_layout Plain Layout
5535 asd
5536 \end_layout
5537
5538 \end_inset
5539 </cell>
5540 </row>
5541 <row>
5542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5543 \begin_inset Text
5544
5545 \begin_layout Plain Layout
5546 asd
5547 \end_layout
5548
5549 \end_inset
5550 </cell>
5551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5552 \begin_inset Text
5553
5554 \begin_layout Plain Layout
5555 s
5556 \end_layout
5557
5558 \end_inset
5559 </cell>
5560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5561 \begin_inset Text
5562
5563 \begin_layout Plain Layout
5564 s
5565 \end_layout
5566
5567 \end_inset
5568 </cell>
5569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5570 \begin_inset Text
5571
5572 \begin_layout Plain Layout
5573 s
5574 \end_layout
5575
5576 \end_inset
5577 </cell>
5578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5579 \begin_inset Text
5580
5581 \begin_layout Plain Layout
5582 asd
5583 \end_layout
5584
5585 \end_inset
5586 </cell>
5587 </row>
5588 <row>
5589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5590 \begin_inset Text
5591
5592 \begin_layout Plain Layout
5593 asd
5594 \end_layout
5595
5596 \end_inset
5597 </cell>
5598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5599 \begin_inset Text
5600
5601 \begin_layout Plain Layout
5602 s
5603 \end_layout
5604
5605 \end_inset
5606 </cell>
5607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5608 \begin_inset Text
5609
5610 \begin_layout Plain Layout
5611 s
5612 \end_layout
5613
5614 \end_inset
5615 </cell>
5616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5617 \begin_inset Text
5618
5619 \begin_layout Plain Layout
5620 s
5621 \end_layout
5622
5623 \end_inset
5624 </cell>
5625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5626 \begin_inset Text
5627
5628 \begin_layout Plain Layout
5629 asd
5630 \end_layout
5631
5632 \end_inset
5633 </cell>
5634 </row>
5635 <row>
5636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5637 \begin_inset Text
5638
5639 \begin_layout Plain Layout
5640 asd
5641 \end_layout
5642
5643 \end_inset
5644 </cell>
5645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5646 \begin_inset Text
5647
5648 \begin_layout Plain Layout
5649 asd
5650 \end_layout
5651
5652 \end_inset
5653 </cell>
5654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5655 \begin_inset Text
5656
5657 \begin_layout Plain Layout
5658 asd
5659 \end_layout
5660
5661 \end_inset
5662 </cell>
5663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5664 \begin_inset Text
5665
5666 \begin_layout Plain Layout
5667 asd
5668 \end_layout
5669
5670 \end_inset
5671 </cell>
5672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5673 \begin_inset Text
5674
5675 \begin_layout Plain Layout
5676 asd
5677 \end_layout
5678
5679 \end_inset
5680 </cell>
5681 </row>
5682 </lyxtabular>
5683
5684 \end_inset
5685
5686
5687 \begin_inset ERT
5688 status collapsed
5689
5690 \begin_layout Plain Layout
5691
5692
5693 \backslash
5694 setlength{
5695 \backslash
5696 LTleft}{
5697 \backslash
5698 fill}
5699 \end_layout
5700
5701 \end_inset
5702
5703
5704 \end_layout
5705
5706 \begin_layout Subsection
5707 Longtable Captions
5708 \begin_inset Index
5709 status collapsed
5710
5711 \begin_layout Plain Layout
5712 Longtables ! Captions
5713 \end_layout
5714
5715 \end_inset
5716
5717
5718 \begin_inset CommandInset label
5719 LatexCommand label
5720 name "sub:Longtable-Captions"
5721
5722 \end_inset
5723
5724
5725 \end_layout
5726
5727 \begin_layout Standard
5728 A longtable cannot be put into a table float because floats can only be
5729  on one page but the caption environment of floats can also be used for
5730  longtables.
5731  Therefore the caption is inserted as first row of the table, as explained
5732  in sec.
5733 \begin_inset space \thinspace{}
5734 \end_inset
5735
5736
5737 \begin_inset CommandInset ref
5738 LatexCommand ref
5739 reference "sec:Longtables"
5740
5741 \end_inset
5742
5743 .
5744  The first table row is then only a dummy row for the caption, the actual
5745  table starts with the second row.
5746 \end_layout
5747
5748 \begin_layout Standard
5749 Here is a short longtable to see how it works:
5750 \end_layout
5751
5752 \begin_layout Standard
5753 \begin_inset Tabular
5754 <lyxtabular version="3" rows="6" columns="5">
5755 <features islongtable="true">
5756 <column alignment="center" valignment="top" width="0">
5757 <column alignment="center" valignment="top" width="0">
5758 <column alignment="center" valignment="top" width="0">
5759 <column alignment="center" valignment="top" width="0">
5760 <column alignment="center" valignment="top" width="0">
5761 <row caption="true">
5762 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5763 \begin_inset Text
5764
5765 \begin_layout Plain Layout
5766 \begin_inset Caption
5767
5768 \begin_layout Plain Layout
5769 Longtable with caption
5770 \begin_inset OptArg
5771 status open
5772
5773 \begin_layout Plain Layout
5774 Longtable
5775 \end_layout
5776
5777 \end_inset
5778
5779
5780 \end_layout
5781
5782 \end_inset
5783
5784
5785 \end_layout
5786
5787 \end_inset
5788 </cell>
5789 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5790 \begin_inset Text
5791
5792 \begin_layout Plain Layout
5793
5794 \end_layout
5795
5796 \end_inset
5797 </cell>
5798 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5799 \begin_inset Text
5800
5801 \begin_layout Plain Layout
5802
5803 \end_layout
5804
5805 \end_inset
5806 </cell>
5807 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5808 \begin_inset Text
5809
5810 \begin_layout Plain Layout
5811
5812 \end_layout
5813
5814 \end_inset
5815 </cell>
5816 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5817 \begin_inset Text
5818
5819 \begin_layout Plain Layout
5820
5821 \end_layout
5822
5823 \end_inset
5824 </cell>
5825 </row>
5826 <row>
5827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5828 \begin_inset Text
5829
5830 \begin_layout Plain Layout
5831 1
5832 \end_layout
5833
5834 \end_inset
5835 </cell>
5836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5837 \begin_inset Text
5838
5839 \begin_layout Plain Layout
5840 2
5841 \end_layout
5842
5843 \end_inset
5844 </cell>
5845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5846 \begin_inset Text
5847
5848 \begin_layout Plain Layout
5849 3
5850 \end_layout
5851
5852 \end_inset
5853 </cell>
5854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5855 \begin_inset Text
5856
5857 \begin_layout Plain Layout
5858 4
5859 \end_layout
5860
5861 \end_inset
5862 </cell>
5863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5864 \begin_inset Text
5865
5866 \begin_layout Plain Layout
5867 5
5868 \end_layout
5869
5870 \end_inset
5871 </cell>
5872 </row>
5873 <row>
5874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5875 \begin_inset Text
5876
5877 \begin_layout Plain Layout
5878 asd
5879 \end_layout
5880
5881 \end_inset
5882 </cell>
5883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5884 \begin_inset Text
5885
5886 \begin_layout Plain Layout
5887 s
5888 \end_layout
5889
5890 \end_inset
5891 </cell>
5892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5893 \begin_inset Text
5894
5895 \begin_layout Plain Layout
5896 s
5897 \end_layout
5898
5899 \end_inset
5900 </cell>
5901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5902 \begin_inset Text
5903
5904 \begin_layout Plain Layout
5905 s
5906 \end_layout
5907
5908 \end_inset
5909 </cell>
5910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5911 \begin_inset Text
5912
5913 \begin_layout Plain Layout
5914 asd
5915 \end_layout
5916
5917 \end_inset
5918 </cell>
5919 </row>
5920 <row>
5921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5922 \begin_inset Text
5923
5924 \begin_layout Plain Layout
5925 asd
5926 \end_layout
5927
5928 \end_inset
5929 </cell>
5930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5931 \begin_inset Text
5932
5933 \begin_layout Plain Layout
5934 s
5935 \end_layout
5936
5937 \end_inset
5938 </cell>
5939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5940 \begin_inset Text
5941
5942 \begin_layout Plain Layout
5943 s
5944 \end_layout
5945
5946 \end_inset
5947 </cell>
5948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5949 \begin_inset Text
5950
5951 \begin_layout Plain Layout
5952 s
5953 \end_layout
5954
5955 \end_inset
5956 </cell>
5957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5958 \begin_inset Text
5959
5960 \begin_layout Plain Layout
5961 asd
5962 \end_layout
5963
5964 \end_inset
5965 </cell>
5966 </row>
5967 <row>
5968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5969 \begin_inset Text
5970
5971 \begin_layout Plain Layout
5972 asd
5973 \end_layout
5974
5975 \end_inset
5976 </cell>
5977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5978 \begin_inset Text
5979
5980 \begin_layout Plain Layout
5981 s
5982 \end_layout
5983
5984 \end_inset
5985 </cell>
5986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5987 \begin_inset Text
5988
5989 \begin_layout Plain Layout
5990 s
5991 \end_layout
5992
5993 \end_inset
5994 </cell>
5995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5996 \begin_inset Text
5997
5998 \begin_layout Plain Layout
5999 s
6000 \end_layout
6001
6002 \end_inset
6003 </cell>
6004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6005 \begin_inset Text
6006
6007 \begin_layout Plain Layout
6008 asd
6009 \end_layout
6010
6011 \end_inset
6012 </cell>
6013 </row>
6014 <row>
6015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6016 \begin_inset Text
6017
6018 \begin_layout Plain Layout
6019 asd
6020 \end_layout
6021
6022 \end_inset
6023 </cell>
6024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6025 \begin_inset Text
6026
6027 \begin_layout Plain Layout
6028 asd
6029 \end_layout
6030
6031 \end_inset
6032 </cell>
6033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6034 \begin_inset Text
6035
6036 \begin_layout Plain Layout
6037 asd
6038 \end_layout
6039
6040 \end_inset
6041 </cell>
6042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6043 \begin_inset Text
6044
6045 \begin_layout Plain Layout
6046 asd
6047 \end_layout
6048
6049 \end_inset
6050 </cell>
6051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6052 \begin_inset Text
6053
6054 \begin_layout Plain Layout
6055 asd
6056 \end_layout
6057
6058 \end_inset
6059 </cell>
6060 </row>
6061 </lyxtabular>
6062
6063 \end_inset
6064
6065
6066 \end_layout
6067
6068 \begin_layout Standard
6069 \begin_inset VSpace medskip
6070 \end_inset
6071
6072
6073 \begin_inset Note Greyedout
6074 status open
6075
6076 \begin_layout Plain Layout
6077
6078 \series bold
6079 Note:
6080 \series default
6081  The table number is increased for every longtable, also if you didn't set
6082  a caption for it.
6083  For this reason you could have the case that e.g.
6084  Table
6085 \begin_inset space ~
6086 \end_inset
6087
6088 2.4 follows on Table
6089 \begin_inset space ~
6090 \end_inset
6091
6092 2.1 in the list of tables if there are two longtables without captions.
6093  To avoid this you can add the following command in TeX-Code behind every
6094  longtable without a caption:
6095 \end_layout
6096
6097 \begin_layout Plain Layout
6098
6099 \series bold
6100
6101 \backslash
6102 addtocounter{table}{-1}
6103 \end_layout
6104
6105 \end_inset
6106
6107
6108 \end_layout
6109
6110 \begin_layout Standard
6111 \begin_inset Note Greyedout
6112 status open
6113
6114 \begin_layout Plain Layout
6115
6116 \series bold
6117 Note:
6118 \series default
6119  If you are using
6120 \series bold
6121  hyperref
6122 \series default
6123
6124 \begin_inset Index
6125 status collapsed
6126
6127 \begin_layout Plain Layout
6128 LaTeX-packages ! hyperref
6129 \end_layout
6130
6131 \end_inset
6132
6133  in the 
6134 \family sans
6135 PDF Properties
6136 \family default
6137  of the 
6138 \family sans
6139 Document Settings
6140 \family default
6141  dialog to link cross-references, the link to a longtable caption will always
6142  point to the beginning of the document.
6143 \end_layout
6144
6145 \end_inset
6146
6147
6148 \end_layout
6149
6150 \begin_layout Standard
6151 \begin_inset Newpage newpage
6152 \end_inset
6153
6154
6155 \end_layout
6156
6157 \begin_layout Subsubsection
6158 References to Longtables
6159 \begin_inset Index
6160 status collapsed
6161
6162 \begin_layout Plain Layout
6163 Longtables ! References
6164 \end_layout
6165
6166 \end_inset
6167
6168
6169 \end_layout
6170
6171 \begin_layout Standard
6172 \begin_inset Tabular
6173 <lyxtabular version="3" rows="6" columns="5">
6174 <features islongtable="true">
6175 <column alignment="center" valignment="top" width="0">
6176 <column alignment="center" valignment="top" width="0">
6177 <column alignment="center" valignment="top" width="0">
6178 <column alignment="center" valignment="top" width="0">
6179 <column alignment="center" valignment="top" width="0">
6180 <row caption="true">
6181 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6182 \begin_inset Text
6183
6184 \begin_layout Plain Layout
6185 \begin_inset Caption
6186
6187 \begin_layout Plain Layout
6188 Referenced longtable
6189 \begin_inset CommandInset label
6190 LatexCommand label
6191 name "tab:RefExample"
6192
6193 \end_inset
6194
6195
6196 \end_layout
6197
6198 \end_inset
6199
6200
6201 \end_layout
6202
6203 \end_inset
6204 </cell>
6205 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6206 \begin_inset Text
6207
6208 \begin_layout Plain Layout
6209
6210 \end_layout
6211
6212 \end_inset
6213 </cell>
6214 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6215 \begin_inset Text
6216
6217 \begin_layout Plain Layout
6218
6219 \end_layout
6220
6221 \end_inset
6222 </cell>
6223 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6224 \begin_inset Text
6225
6226 \begin_layout Plain Layout
6227
6228 \end_layout
6229
6230 \end_inset
6231 </cell>
6232 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6233 \begin_inset Text
6234
6235 \begin_layout Plain Layout
6236
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 1
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 2
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 3
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 4
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 5
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" 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" leftline="true" usebox="none">
6394 \begin_inset Text
6395
6396 \begin_layout Plain Layout
6397 s
6398 \end_layout
6399
6400 \end_inset
6401 </cell>
6402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6403 \begin_inset Text
6404
6405 \begin_layout Plain Layout
6406 s
6407 \end_layout
6408
6409 \end_inset
6410 </cell>
6411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6412 \begin_inset Text
6413
6414 \begin_layout Plain Layout
6415 s
6416 \end_layout
6417
6418 \end_inset
6419 </cell>
6420 <cell alignment="center" valignment="top" topline="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 <row>
6431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6432 \begin_inset Text
6433
6434 \begin_layout Plain Layout
6435 asd
6436 \end_layout
6437
6438 \end_inset
6439 </cell>
6440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6441 \begin_inset Text
6442
6443 \begin_layout Plain Layout
6444 sad
6445 \end_layout
6446
6447 \end_inset
6448 </cell>
6449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6450 \begin_inset Text
6451
6452 \begin_layout Plain Layout
6453 asd
6454 \end_layout
6455
6456 \end_inset
6457 </cell>
6458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6459 \begin_inset Text
6460
6461 \begin_layout Plain Layout
6462 asd
6463 \end_layout
6464
6465 \end_inset
6466 </cell>
6467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6468 \begin_inset Text
6469
6470 \begin_layout Plain Layout
6471 asd
6472 \end_layout
6473
6474 \end_inset
6475 </cell>
6476 </row>
6477 </lyxtabular>
6478
6479 \end_inset
6480
6481
6482 \end_layout
6483
6484 \begin_layout Standard
6485 To reference a longtable, insert a label into the caption.
6486 \end_layout
6487
6488 \begin_layout Standard
6489 This is a reference to Table
6490 \begin_inset space ~
6491 \end_inset
6492
6493
6494 \begin_inset CommandInset ref
6495 LatexCommand ref
6496 reference "tab:RefExample"
6497
6498 \end_inset
6499
6500 .
6501 \end_layout
6502
6503 \begin_layout Standard
6504 The caption layout can be set together with all other captions of your document
6505  using the LaTeX-package 
6506 \series bold
6507 caption
6508 \series default
6509
6510 \begin_inset Index
6511 status collapsed
6512
6513 \begin_layout Plain Layout
6514 LaTeX-packages ! caption
6515 \end_layout
6516
6517 \end_inset
6518
6519 , see section
6520 \begin_inset space ~
6521 \end_inset
6522
6523
6524 \begin_inset CommandInset ref
6525 LatexCommand ref
6526 reference "sec:Caption-Formatting"
6527
6528 \end_inset
6529
6530 .
6531 \end_layout
6532
6533 \begin_layout Subsubsection
6534 Caption Width
6535 \begin_inset Index
6536 status collapsed
6537
6538 \begin_layout Plain Layout
6539 Longtables ! Caption Width
6540 \end_layout
6541
6542 \end_inset
6543
6544
6545 \end_layout
6546
6547 \begin_layout Standard
6548 The maximal width of of caption lines is defined by the length 
6549 \series bold
6550
6551 \backslash
6552 LTcapwidth
6553 \series default
6554 .
6555  Its default value is 4
6556 \begin_inset space \thinspace{}
6557 \end_inset
6558
6559 in.
6560  To change it add the following command to your document preamble or as
6561  TeX-Code into your document before the longtable that should be affected
6562 \end_layout
6563
6564 \begin_layout Standard
6565
6566 \series bold
6567
6568 \backslash
6569 setlength{
6570 \backslash
6571 LTcapwidth}{width}
6572 \end_layout
6573
6574 \begin_layout Standard
6575 where the width could have one of the units listed in appendix
6576 \begin_inset space ~
6577 \end_inset
6578
6579
6580 \begin_inset CommandInset ref
6581 LatexCommand ref
6582 reference "cha:Units-available-in"
6583
6584 \end_inset
6585
6586 .
6587 \end_layout
6588
6589 \begin_layout Standard
6590 The following tables show the difference:
6591 \end_layout
6592
6593 \begin_layout Standard
6594 \begin_inset Tabular
6595 <lyxtabular version="3" rows="6" columns="5">
6596 <features islongtable="true">
6597 <column alignment="center" valignment="top" width="0">
6598 <column alignment="center" valignment="top" width="0">
6599 <column alignment="center" valignment="top" width="0">
6600 <column alignment="center" valignment="top" width="0">
6601 <column alignment="center" valignment="top" width="0">
6602 <row caption="true">
6603 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6604 \begin_inset Text
6605
6606 \begin_layout Plain Layout
6607 \begin_inset Caption
6608
6609 \begin_layout Plain Layout
6610 long full title with default width long full title with default width long
6611  full title with default width
6612 \begin_inset OptArg
6613 status collapsed
6614
6615 \begin_layout Plain Layout
6616 caption with default width
6617 \end_layout
6618
6619 \end_inset
6620
6621
6622 \end_layout
6623
6624 \end_inset
6625
6626
6627 \end_layout
6628
6629 \end_inset
6630 </cell>
6631 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6632 \begin_inset Text
6633
6634 \begin_layout Plain Layout
6635
6636 \end_layout
6637
6638 \end_inset
6639 </cell>
6640 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6641 \begin_inset Text
6642
6643 \begin_layout Plain Layout
6644
6645 \end_layout
6646
6647 \end_inset
6648 </cell>
6649 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6650 \begin_inset Text
6651
6652 \begin_layout Plain Layout
6653
6654 \end_layout
6655
6656 \end_inset
6657 </cell>
6658 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6659 \begin_inset Text
6660
6661 \begin_layout Plain Layout
6662
6663 \end_layout
6664
6665 \end_inset
6666 </cell>
6667 </row>
6668 <row>
6669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6670 \begin_inset Text
6671
6672 \begin_layout Plain Layout
6673 1
6674 \end_layout
6675
6676 \end_inset
6677 </cell>
6678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6679 \begin_inset Text
6680
6681 \begin_layout Plain Layout
6682 2
6683 \end_layout
6684
6685 \end_inset
6686 </cell>
6687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6688 \begin_inset Text
6689
6690 \begin_layout Plain Layout
6691 3
6692 \end_layout
6693
6694 \end_inset
6695 </cell>
6696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6697 \begin_inset Text
6698
6699 \begin_layout Plain Layout
6700 4
6701 \end_layout
6702
6703 \end_inset
6704 </cell>
6705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6706 \begin_inset Text
6707
6708 \begin_layout Plain Layout
6709 5
6710 \end_layout
6711
6712 \end_inset
6713 </cell>
6714 </row>
6715 <row>
6716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6717 \begin_inset Text
6718
6719 \begin_layout Plain Layout
6720 asd
6721 \end_layout
6722
6723 \end_inset
6724 </cell>
6725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6726 \begin_inset Text
6727
6728 \begin_layout Plain Layout
6729 s
6730 \end_layout
6731
6732 \end_inset
6733 </cell>
6734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6735 \begin_inset Text
6736
6737 \begin_layout Plain Layout
6738 s
6739 \end_layout
6740
6741 \end_inset
6742 </cell>
6743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6744 \begin_inset Text
6745
6746 \begin_layout Plain Layout
6747 s
6748 \end_layout
6749
6750 \end_inset
6751 </cell>
6752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6753 \begin_inset Text
6754
6755 \begin_layout Plain Layout
6756 asd
6757 \end_layout
6758
6759 \end_inset
6760 </cell>
6761 </row>
6762 <row>
6763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6764 \begin_inset Text
6765
6766 \begin_layout Plain Layout
6767 asd
6768 \end_layout
6769
6770 \end_inset
6771 </cell>
6772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6773 \begin_inset Text
6774
6775 \begin_layout Plain Layout
6776 s
6777 \end_layout
6778
6779 \end_inset
6780 </cell>
6781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6782 \begin_inset Text
6783
6784 \begin_layout Plain Layout
6785 s
6786 \end_layout
6787
6788 \end_inset
6789 </cell>
6790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6791 \begin_inset Text
6792
6793 \begin_layout Plain Layout
6794 s
6795 \end_layout
6796
6797 \end_inset
6798 </cell>
6799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6800 \begin_inset Text
6801
6802 \begin_layout Plain Layout
6803 asd
6804 \end_layout
6805
6806 \end_inset
6807 </cell>
6808 </row>
6809 <row>
6810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6811 \begin_inset Text
6812
6813 \begin_layout Plain Layout
6814 asd
6815 \end_layout
6816
6817 \end_inset
6818 </cell>
6819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6820 \begin_inset Text
6821
6822 \begin_layout Plain Layout
6823 s
6824 \end_layout
6825
6826 \end_inset
6827 </cell>
6828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6829 \begin_inset Text
6830
6831 \begin_layout Plain Layout
6832 s
6833 \end_layout
6834
6835 \end_inset
6836 </cell>
6837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6838 \begin_inset Text
6839
6840 \begin_layout Plain Layout
6841 s
6842 \end_layout
6843
6844 \end_inset
6845 </cell>
6846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6847 \begin_inset Text
6848
6849 \begin_layout Plain Layout
6850 asd
6851 \end_layout
6852
6853 \end_inset
6854 </cell>
6855 </row>
6856 <row>
6857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6858 \begin_inset Text
6859
6860 \begin_layout Plain Layout
6861 asd
6862 \end_layout
6863
6864 \end_inset
6865 </cell>
6866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6867 \begin_inset Text
6868
6869 \begin_layout Plain Layout
6870 sad
6871 \end_layout
6872
6873 \end_inset
6874 </cell>
6875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6876 \begin_inset Text
6877
6878 \begin_layout Plain Layout
6879 asd
6880 \end_layout
6881
6882 \end_inset
6883 </cell>
6884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6885 \begin_inset Text
6886
6887 \begin_layout Plain Layout
6888 asd
6889 \end_layout
6890
6891 \end_inset
6892 </cell>
6893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6894 \begin_inset Text
6895
6896 \begin_layout Plain Layout
6897 asd
6898 \end_layout
6899
6900 \end_inset
6901 </cell>
6902 </row>
6903 </lyxtabular>
6904
6905 \end_inset
6906
6907
6908 \end_layout
6909
6910 \begin_layout Standard
6911 \begin_inset ERT
6912 status collapsed
6913
6914 \begin_layout Plain Layout
6915
6916
6917 \backslash
6918 setlength{
6919 \backslash
6920 LTcapwidth}{5cm}
6921 \end_layout
6922
6923 \end_inset
6924
6925
6926 \begin_inset Tabular
6927 <lyxtabular version="3" rows="6" columns="5">
6928 <features islongtable="true">
6929 <column alignment="center" valignment="top" width="0">
6930 <column alignment="center" valignment="top" width="0">
6931 <column alignment="center" valignment="top" width="0">
6932 <column alignment="center" valignment="top" width="0">
6933 <column alignment="center" valignment="top" width="0">
6934 <row caption="true">
6935 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6936 \begin_inset Text
6937
6938 \begin_layout Plain Layout
6939 \begin_inset Caption
6940
6941 \begin_layout Plain Layout
6942 long full title with width set to 5
6943 \begin_inset space \thinspace{}
6944 \end_inset
6945
6946 cm long full title with width set to 5
6947 \begin_inset space \thinspace{}
6948 \end_inset
6949
6950 cm long full title with width set to 5
6951 \begin_inset space \thinspace{}
6952 \end_inset
6953
6954 cm
6955 \begin_inset OptArg
6956 status collapsed
6957
6958 \begin_layout Plain Layout
6959 caption with width
6960 \begin_inset space \thinspace{}
6961 \end_inset
6962
6963 =
6964 \begin_inset space \thinspace{}
6965 \end_inset
6966
6967 5
6968 \begin_inset space \thinspace{}
6969 \end_inset
6970
6971 cm
6972 \end_layout
6973
6974 \end_inset
6975
6976
6977 \end_layout
6978
6979 \end_inset
6980
6981
6982 \end_layout
6983
6984 \end_inset
6985 </cell>
6986 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6987 \begin_inset Text
6988
6989 \begin_layout Plain Layout
6990
6991 \end_layout
6992
6993 \end_inset
6994 </cell>
6995 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6996 \begin_inset Text
6997
6998 \begin_layout Plain Layout
6999
7000 \end_layout
7001
7002 \end_inset
7003 </cell>
7004 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7005 \begin_inset Text
7006
7007 \begin_layout Plain Layout
7008
7009 \end_layout
7010
7011 \end_inset
7012 </cell>
7013 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7014 \begin_inset Text
7015
7016 \begin_layout Plain Layout
7017
7018 \end_layout
7019
7020 \end_inset
7021 </cell>
7022 </row>
7023 <row>
7024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7025 \begin_inset Text
7026
7027 \begin_layout Plain Layout
7028 1
7029 \end_layout
7030
7031 \end_inset
7032 </cell>
7033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7034 \begin_inset Text
7035
7036 \begin_layout Plain Layout
7037 2
7038 \end_layout
7039
7040 \end_inset
7041 </cell>
7042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7043 \begin_inset Text
7044
7045 \begin_layout Plain Layout
7046 3
7047 \end_layout
7048
7049 \end_inset
7050 </cell>
7051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7052 \begin_inset Text
7053
7054 \begin_layout Plain Layout
7055 4
7056 \end_layout
7057
7058 \end_inset
7059 </cell>
7060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7061 \begin_inset Text
7062
7063 \begin_layout Plain Layout
7064 5
7065 \end_layout
7066
7067 \end_inset
7068 </cell>
7069 </row>
7070 <row>
7071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7072 \begin_inset Text
7073
7074 \begin_layout Plain Layout
7075 asd
7076 \end_layout
7077
7078 \end_inset
7079 </cell>
7080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7081 \begin_inset Text
7082
7083 \begin_layout Plain Layout
7084 s
7085 \end_layout
7086
7087 \end_inset
7088 </cell>
7089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7090 \begin_inset Text
7091
7092 \begin_layout Plain Layout
7093 s
7094 \end_layout
7095
7096 \end_inset
7097 </cell>
7098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7099 \begin_inset Text
7100
7101 \begin_layout Plain Layout
7102 s
7103 \end_layout
7104
7105 \end_inset
7106 </cell>
7107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7108 \begin_inset Text
7109
7110 \begin_layout Plain Layout
7111 asd
7112 \end_layout
7113
7114 \end_inset
7115 </cell>
7116 </row>
7117 <row>
7118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7119 \begin_inset Text
7120
7121 \begin_layout Plain Layout
7122 asd
7123 \end_layout
7124
7125 \end_inset
7126 </cell>
7127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7128 \begin_inset Text
7129
7130 \begin_layout Plain Layout
7131 s
7132 \end_layout
7133
7134 \end_inset
7135 </cell>
7136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7137 \begin_inset Text
7138
7139 \begin_layout Plain Layout
7140 s
7141 \end_layout
7142
7143 \end_inset
7144 </cell>
7145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7146 \begin_inset Text
7147
7148 \begin_layout Plain Layout
7149 s
7150 \end_layout
7151
7152 \end_inset
7153 </cell>
7154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7155 \begin_inset Text
7156
7157 \begin_layout Plain Layout
7158 asd
7159 \end_layout
7160
7161 \end_inset
7162 </cell>
7163 </row>
7164 <row>
7165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7166 \begin_inset Text
7167
7168 \begin_layout Plain Layout
7169 asd
7170 \end_layout
7171
7172 \end_inset
7173 </cell>
7174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7175 \begin_inset Text
7176
7177 \begin_layout Plain Layout
7178 s
7179 \end_layout
7180
7181 \end_inset
7182 </cell>
7183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7184 \begin_inset Text
7185
7186 \begin_layout Plain Layout
7187 s
7188 \end_layout
7189
7190 \end_inset
7191 </cell>
7192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7193 \begin_inset Text
7194
7195 \begin_layout Plain Layout
7196 s
7197 \end_layout
7198
7199 \end_inset
7200 </cell>
7201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7202 \begin_inset Text
7203
7204 \begin_layout Plain Layout
7205 asd
7206 \end_layout
7207
7208 \end_inset
7209 </cell>
7210 </row>
7211 <row>
7212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7213 \begin_inset Text
7214
7215 \begin_layout Plain Layout
7216 asd
7217 \end_layout
7218
7219 \end_inset
7220 </cell>
7221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7222 \begin_inset Text
7223
7224 \begin_layout Plain Layout
7225 sad
7226 \end_layout
7227
7228 \end_inset
7229 </cell>
7230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7231 \begin_inset Text
7232
7233 \begin_layout Plain Layout
7234 asd
7235 \end_layout
7236
7237 \end_inset
7238 </cell>
7239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7240 \begin_inset Text
7241
7242 \begin_layout Plain Layout
7243 asd
7244 \end_layout
7245
7246 \end_inset
7247 </cell>
7248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7249 \begin_inset Text
7250
7251 \begin_layout Plain Layout
7252 asd
7253 \end_layout
7254
7255 \end_inset
7256 </cell>
7257 </row>
7258 </lyxtabular>
7259
7260 \end_inset
7261
7262
7263 \end_layout
7264
7265 \begin_layout Standard
7266 \begin_inset ERT
7267 status collapsed
7268
7269 \begin_layout Plain Layout
7270
7271
7272 \backslash
7273 setlength{
7274 \backslash
7275 LTcapwidth}{4in}
7276 \end_layout
7277
7278 \end_inset
7279
7280
7281 \end_layout
7282
7283 \begin_layout Standard
7284 \begin_inset Note Greyedout
7285 status open
7286
7287 \begin_layout Plain Layout
7288
7289 \series bold
7290 Note:
7291 \series default
7292  When the LaTeX-package 
7293 \series bold
7294 caption
7295 \series default
7296
7297 \begin_inset Index
7298 status collapsed
7299
7300 \begin_layout Plain Layout
7301 LaTeX-packages ! caption
7302 \end_layout
7303
7304 \end_inset
7305
7306  is used, as in this document, the full page width is used for the caption
7307  when you use the default value of 4
7308 \begin_inset space \thinspace{}
7309 \end_inset
7310
7311 in for 
7312 \series bold
7313
7314 \backslash
7315 LTcapwidth
7316 \series default
7317 .
7318  To get in this case exactly a 4
7319 \begin_inset space \thinspace{}
7320 \end_inset
7321
7322 in wide caption, you can either use a value slightly different from 4.0
7323 \begin_inset space \thinspace{}
7324 \end_inset
7325
7326 in, e.g.
7327  3.99
7328 \begin_inset space \thinspace{}
7329 \end_inset
7330
7331 in, or the LaTeX-command 
7332 \series bold
7333
7334 \backslash
7335 captionsetup{width=value}
7336 \series default
7337  that is provided by the 
7338 \series bold
7339 caption
7340 \series default
7341 -package.
7342 \end_layout
7343
7344 \end_inset
7345
7346
7347 \end_layout
7348
7349 \begin_layout Subsubsection
7350 Different Captions for Table Pages
7351 \begin_inset Index
7352 status collapsed
7353
7354 \begin_layout Plain Layout
7355 Longtables ! Different Captions for Pages
7356 \end_layout
7357
7358 \end_inset
7359
7360
7361 \end_layout
7362
7363 \begin_layout Standard
7364 When the other captions should differ from the one of the first table page,
7365  insert a caption with a non-empty short title in a dummy caption row marked
7366  as first header.
7367  The caption used for the other table pages is inserted as caption without
7368  a short title in a dummy caption row that is marked as main header.
7369  When this caption shouldn't include the table number, use the command
7370 \end_layout
7371
7372 \begin_layout Standard
7373
7374 \series bold
7375
7376 \backslash
7377 caption*{caption text}
7378 \end_layout
7379
7380 \begin_layout Standard
7381 instead of LyX's caption box.
7382  The label to reference the table is inserted into the caption of the first
7383  header.
7384  Table
7385 \begin_inset space ~
7386 \end_inset
7387
7388
7389 \begin_inset CommandInset ref
7390 LatexCommand ref
7391 reference "tab:DiffCaptions"
7392
7393 \end_inset
7394
7395  is an example for a longtable with different heading where the second caption
7396  doesn't include the table number.
7397 \end_layout
7398
7399 \begin_layout Standard
7400 \align center
7401 \begin_inset Tabular
7402 <lyxtabular version="3" rows="60" columns="3">
7403 <features islongtable="true">
7404 <column alignment="left" valignment="top" width="0cm">
7405 <column alignment="left" valignment="top" width="0pt">
7406 <column alignment="center" valignment="top" width="0pt">
7407 <row endfirsthead="true" caption="true">
7408 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7409 \begin_inset Text
7410
7411 \begin_layout Plain Layout
7412 \begin_inset Caption
7413
7414 \begin_layout Plain Layout
7415 Example Phone List
7416 \begin_inset CommandInset label
7417 LatexCommand label
7418 name "tab:DiffCaptions"
7419
7420 \end_inset
7421
7422
7423 \begin_inset OptArg
7424 status collapsed
7425
7426 \begin_layout Plain Layout
7427 Example Phone List
7428 \end_layout
7429
7430 \end_inset
7431
7432
7433 \end_layout
7434
7435 \end_inset
7436
7437
7438 \end_layout
7439
7440 \end_inset
7441 </cell>
7442 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7443 \begin_inset Text
7444
7445 \begin_layout Plain Layout
7446
7447 \end_layout
7448
7449 \end_inset
7450 </cell>
7451 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7452 \begin_inset Text
7453
7454 \begin_layout Plain Layout
7455
7456 \end_layout
7457
7458 \end_inset
7459 </cell>
7460 </row>
7461 <row endfirsthead="true">
7462 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7463 \begin_inset Text
7464
7465 \begin_layout Plain Layout
7466
7467 \series bold
7468 Example Phone List (ignore the names)
7469 \end_layout
7470
7471 \end_inset
7472 </cell>
7473 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7474 \begin_inset Text
7475
7476 \begin_layout Plain Layout
7477
7478 \end_layout
7479
7480 \end_inset
7481 </cell>
7482 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7483 \begin_inset Text
7484
7485 \begin_layout Plain Layout
7486
7487 \end_layout
7488
7489 \end_inset
7490 </cell>
7491 </row>
7492 <row endfirsthead="true">
7493 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7494 \begin_inset Text
7495
7496 \begin_layout Plain Layout
7497
7498 \series bold
7499 NAME
7500 \end_layout
7501
7502 \end_inset
7503 </cell>
7504 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7505 \begin_inset Text
7506
7507 \begin_layout Plain Layout
7508
7509 \end_layout
7510
7511 \end_inset
7512 </cell>
7513 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7514 \begin_inset Text
7515
7516 \begin_layout Plain Layout
7517
7518 \series bold
7519 TEL.
7520 \end_layout
7521
7522 \end_inset
7523 </cell>
7524 </row>
7525 <row endhead="true" caption="true">
7526 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7527 \begin_inset Text
7528
7529 \begin_layout Plain Layout
7530 \begin_inset ERT
7531 status open
7532
7533 \begin_layout Plain Layout
7534
7535
7536 \backslash
7537 caption*{Continued Example Phone List}
7538 \backslash
7539
7540 \backslash
7541 %
7542 \end_layout
7543
7544 \end_inset
7545
7546
7547 \end_layout
7548
7549 \end_inset
7550 </cell>
7551 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7552 \begin_inset Text
7553
7554 \begin_layout Plain Layout
7555
7556 \end_layout
7557
7558 \end_inset
7559 </cell>
7560 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7561 \begin_inset Text
7562
7563 \begin_layout Plain Layout
7564
7565 \end_layout
7566
7567 \end_inset
7568 </cell>
7569 </row>
7570 <row endhead="true">
7571 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7572 \begin_inset Text
7573
7574 \begin_layout Plain Layout
7575
7576 \series bold
7577 Example Phone List
7578 \end_layout
7579
7580 \end_inset
7581 </cell>
7582 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7583 \begin_inset Text
7584
7585 \begin_layout Plain Layout
7586
7587 \end_layout
7588
7589 \end_inset
7590 </cell>
7591 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7592 \begin_inset Text
7593
7594 \begin_layout Plain Layout
7595
7596 \end_layout
7597
7598 \end_inset
7599 </cell>
7600 </row>
7601 <row endhead="true">
7602 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
7603 \begin_inset Text
7604
7605 \begin_layout Plain Layout
7606
7607 \series bold
7608 NAME
7609 \end_layout
7610
7611 \end_inset
7612 </cell>
7613 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7614 \begin_inset Text
7615
7616 \begin_layout Plain Layout
7617
7618 \end_layout
7619
7620 \end_inset
7621 </cell>
7622 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7623 \begin_inset Text
7624
7625 \begin_layout Plain Layout
7626
7627 \series bold
7628 TEL.
7629 \end_layout
7630
7631 \end_inset
7632 </cell>
7633 </row>
7634 <row endfoot="true">
7635 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7636 \begin_inset Text
7637
7638 \begin_layout Plain Layout
7639 continued on next page
7640 \end_layout
7641
7642 \end_inset
7643 </cell>
7644 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7645 \begin_inset Text
7646
7647 \begin_layout Plain Layout
7648
7649 \end_layout
7650
7651 \end_inset
7652 </cell>
7653 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7654 \begin_inset Text
7655
7656 \begin_layout Plain Layout
7657
7658 \end_layout
7659
7660 \end_inset
7661 </cell>
7662 </row>
7663 <row>
7664 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7665 \begin_inset Text
7666
7667 \begin_layout Plain Layout
7668
7669 \series bold
7670 Annovi
7671 \end_layout
7672
7673 \end_inset
7674 </cell>
7675 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7676 \begin_inset Text
7677
7678 \begin_layout Plain Layout
7679 Silvia
7680 \end_layout
7681
7682 \end_inset
7683 </cell>
7684 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7685 \begin_inset Text
7686
7687 \begin_layout Plain Layout
7688 111
7689 \end_layout
7690
7691 \end_inset
7692 </cell>
7693 </row>
7694 <row>
7695 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7696 \begin_inset Text
7697
7698 \begin_layout Plain Layout
7699
7700 \series bold
7701 Bertoli
7702 \end_layout
7703
7704 \end_inset
7705 </cell>
7706 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7707 \begin_inset Text
7708
7709 \begin_layout Plain Layout
7710 Stefano
7711 \end_layout
7712
7713 \end_inset
7714 </cell>
7715 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7716 \begin_inset Text
7717
7718 \begin_layout Plain Layout
7719 111
7720 \end_layout
7721
7722 \end_inset
7723 </cell>
7724 </row>
7725 <row>
7726 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7727 \begin_inset Text
7728
7729 \begin_layout Plain Layout
7730
7731 \series bold
7732 Bozzi
7733 \end_layout
7734
7735 \end_inset
7736 </cell>
7737 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7738 \begin_inset Text
7739
7740 \begin_layout Plain Layout
7741 Walter
7742 \end_layout
7743
7744 \end_inset
7745 </cell>
7746 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7747 \begin_inset Text
7748
7749 \begin_layout Plain Layout
7750 111
7751 \end_layout
7752
7753 \end_inset
7754 </cell>
7755 </row>
7756 <row>
7757 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7758 \begin_inset Text
7759
7760 \begin_layout Plain Layout
7761
7762 \series bold
7763 Cachia
7764 \end_layout
7765
7766 \end_inset
7767 </cell>
7768 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7769 \begin_inset Text
7770
7771 \begin_layout Plain Layout
7772 Maria
7773 \end_layout
7774
7775 \end_inset
7776 </cell>
7777 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7778 \begin_inset Text
7779
7780 \begin_layout Plain Layout
7781 111
7782 \end_layout
7783
7784 \end_inset
7785 </cell>
7786 </row>
7787 <row>
7788 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7789 \begin_inset Text
7790
7791 \begin_layout Plain Layout
7792
7793 \series bold
7794 Cachia
7795 \end_layout
7796
7797 \end_inset
7798 </cell>
7799 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7800 \begin_inset Text
7801
7802 \begin_layout Plain Layout
7803 Maurizio
7804 \end_layout
7805
7806 \end_inset
7807 </cell>
7808 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7809 \begin_inset Text
7810
7811 \begin_layout Plain Layout
7812 111
7813 \end_layout
7814
7815 \end_inset
7816 </cell>
7817 </row>
7818 <row>
7819 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7820 \begin_inset Text
7821
7822 \begin_layout Plain Layout
7823
7824 \series bold
7825 Cinquemani
7826 \end_layout
7827
7828 \end_inset
7829 </cell>
7830 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7831 \begin_inset Text
7832
7833 \begin_layout Plain Layout
7834 Giusi
7835 \end_layout
7836
7837 \end_inset
7838 </cell>
7839 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7840 \begin_inset Text
7841
7842 \begin_layout Plain Layout
7843 111
7844 \end_layout
7845
7846 \end_inset
7847 </cell>
7848 </row>
7849 <row>
7850 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7851 \begin_inset Text
7852
7853 \begin_layout Plain Layout
7854
7855 \series bold
7856 Colin
7857 \end_layout
7858
7859 \end_inset
7860 </cell>
7861 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7862 \begin_inset Text
7863
7864 \begin_layout Plain Layout
7865 Bernard
7866 \end_layout
7867
7868 \end_inset
7869 </cell>
7870 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7871 \begin_inset Text
7872
7873 \begin_layout Plain Layout
7874 111
7875 \end_layout
7876
7877 \end_inset
7878 </cell>
7879 </row>
7880 <row>
7881 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7882 \begin_inset Text
7883
7884 \begin_layout Plain Layout
7885
7886 \series bold
7887 Concli
7888 \end_layout
7889
7890 \end_inset
7891 </cell>
7892 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7893 \begin_inset Text
7894
7895 \begin_layout Plain Layout
7896 Gianfranco
7897 \end_layout
7898
7899 \end_inset
7900 </cell>
7901 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7902 \begin_inset Text
7903
7904 \begin_layout Plain Layout
7905 111
7906 \end_layout
7907
7908 \end_inset
7909 </cell>
7910 </row>
7911 <row>
7912 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7913 \begin_inset Text
7914
7915 \begin_layout Plain Layout
7916
7917 \series bold
7918 Dal Bosco
7919 \end_layout
7920
7921 \end_inset
7922 </cell>
7923 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7924 \begin_inset Text
7925
7926 \begin_layout Plain Layout
7927 Carolina
7928 \end_layout
7929
7930 \end_inset
7931 </cell>
7932 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7933 \begin_inset Text
7934
7935 \begin_layout Plain Layout
7936 111
7937 \end_layout
7938
7939 \end_inset
7940 </cell>
7941 </row>
7942 <row>
7943 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7944 \begin_inset Text
7945
7946 \begin_layout Plain Layout
7947
7948 \series bold
7949 Dalpiaz
7950 \end_layout
7951
7952 \end_inset
7953 </cell>
7954 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7955 \begin_inset Text
7956
7957 \begin_layout Plain Layout
7958 Annamaria
7959 \end_layout
7960
7961 \end_inset
7962 </cell>
7963 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7964 \begin_inset Text
7965
7966 \begin_layout Plain Layout
7967 111
7968 \end_layout
7969
7970 \end_inset
7971 </cell>
7972 </row>
7973 <row>
7974 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7975 \begin_inset Text
7976
7977 \begin_layout Plain Layout
7978
7979 \series bold
7980 Feliciello
7981 \end_layout
7982
7983 \end_inset
7984 </cell>
7985 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7986 \begin_inset Text
7987
7988 \begin_layout Plain Layout
7989 Domenico
7990 \end_layout
7991
7992 \end_inset
7993 </cell>
7994 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7995 \begin_inset Text
7996
7997 \begin_layout Plain Layout
7998 111
7999 \end_layout
8000
8001 \end_inset
8002 </cell>
8003 </row>
8004 <row>
8005 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8006 \begin_inset Text
8007
8008 \begin_layout Plain Layout
8009
8010 \series bold
8011 Focarelli
8012 \end_layout
8013
8014 \end_inset
8015 </cell>
8016 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8017 \begin_inset Text
8018
8019 \begin_layout Plain Layout
8020 Paola
8021 \end_layout
8022
8023 \end_inset
8024 </cell>
8025 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8026 \begin_inset Text
8027
8028 \begin_layout Plain Layout
8029 111
8030 \end_layout
8031
8032 \end_inset
8033 </cell>
8034 </row>
8035 <row>
8036 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8037 \begin_inset Text
8038
8039 \begin_layout Plain Layout
8040
8041 \series bold
8042 Galletti
8043 \end_layout
8044
8045 \end_inset
8046 </cell>
8047 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8048 \begin_inset Text
8049
8050 \begin_layout Plain Layout
8051 Oreste
8052 \end_layout
8053
8054 \end_inset
8055 </cell>
8056 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8057 \begin_inset Text
8058
8059 \begin_layout Plain Layout
8060 111
8061 \end_layout
8062
8063 \end_inset
8064 </cell>
8065 </row>
8066 <row>
8067 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8068 \begin_inset Text
8069
8070 \begin_layout Plain Layout
8071
8072 \series bold
8073 Gasparini
8074 \end_layout
8075
8076 \end_inset
8077 </cell>
8078 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8079 \begin_inset Text
8080
8081 \begin_layout Plain Layout
8082 Franca
8083 \end_layout
8084
8085 \end_inset
8086 </cell>
8087 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8088 \begin_inset Text
8089
8090 \begin_layout Plain Layout
8091 111
8092 \end_layout
8093
8094 \end_inset
8095 </cell>
8096 </row>
8097 <row>
8098 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8099 \begin_inset Text
8100
8101 \begin_layout Plain Layout
8102
8103 \series bold
8104 Rizzardi
8105 \series default
8106
8107 \begin_inset Foot
8108 status open
8109
8110 \begin_layout Plain Layout
8111 Example footnote
8112 \end_layout
8113
8114 \end_inset
8115
8116
8117 \end_layout
8118
8119 \end_inset
8120 </cell>
8121 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8122 \begin_inset Text
8123
8124 \begin_layout Plain Layout
8125 Paola
8126 \end_layout
8127
8128 \end_inset
8129 </cell>
8130 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8131 \begin_inset Text
8132
8133 \begin_layout Plain Layout
8134 111
8135 \end_layout
8136
8137 \end_inset
8138 </cell>
8139 </row>
8140 <row>
8141 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8142 \begin_inset Text
8143
8144 \begin_layout Plain Layout
8145
8146 \series bold
8147 Lassini
8148 \end_layout
8149
8150 \end_inset
8151 </cell>
8152 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8153 \begin_inset Text
8154
8155 \begin_layout Plain Layout
8156 Giancarlo
8157 \end_layout
8158
8159 \end_inset
8160 </cell>
8161 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8162 \begin_inset Text
8163
8164 \begin_layout Plain Layout
8165 111
8166 \end_layout
8167
8168 \end_inset
8169 </cell>
8170 </row>
8171 <row>
8172 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8173 \begin_inset Text
8174
8175 \begin_layout Plain Layout
8176
8177 \series bold
8178 Malfatti
8179 \end_layout
8180
8181 \end_inset
8182 </cell>
8183 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8184 \begin_inset Text
8185
8186 \begin_layout Plain Layout
8187 Luciano
8188 \end_layout
8189
8190 \end_inset
8191 </cell>
8192 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8193 \begin_inset Text
8194
8195 \begin_layout Plain Layout
8196 111
8197 \end_layout
8198
8199 \end_inset
8200 </cell>
8201 </row>
8202 <row>
8203 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8204 \begin_inset Text
8205
8206 \begin_layout Plain Layout
8207
8208 \series bold
8209 Malfatti
8210 \end_layout
8211
8212 \end_inset
8213 </cell>
8214 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8215 \begin_inset Text
8216
8217 \begin_layout Plain Layout
8218 Valeriano
8219 \end_layout
8220
8221 \end_inset
8222 </cell>
8223 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8224 \begin_inset Text
8225
8226 \begin_layout Plain Layout
8227 111
8228 \end_layout
8229
8230 \end_inset
8231 </cell>
8232 </row>
8233 <row>
8234 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8235 \begin_inset Text
8236
8237 \begin_layout Plain Layout
8238
8239 \series bold
8240 Meneguzzo
8241 \end_layout
8242
8243 \end_inset
8244 </cell>
8245 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8246 \begin_inset Text
8247
8248 \begin_layout Plain Layout
8249 Roberto
8250 \end_layout
8251
8252 \end_inset
8253 </cell>
8254 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8255 \begin_inset Text
8256
8257 \begin_layout Plain Layout
8258 111
8259 \end_layout
8260
8261 \end_inset
8262 </cell>
8263 </row>
8264 <row>
8265 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8266 \begin_inset Text
8267
8268 \begin_layout Plain Layout
8269
8270 \series bold
8271 Mezzadra
8272 \end_layout
8273
8274 \end_inset
8275 </cell>
8276 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8277 \begin_inset Text
8278
8279 \begin_layout Plain Layout
8280 Roberto
8281 \end_layout
8282
8283 \end_inset
8284 </cell>
8285 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8286 \begin_inset Text
8287
8288 \begin_layout Plain Layout
8289 111
8290 \end_layout
8291
8292 \end_inset
8293 </cell>
8294 </row>
8295 <row>
8296 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8297 \begin_inset Text
8298
8299 \begin_layout Plain Layout
8300
8301 \series bold
8302 Pirpamer
8303 \end_layout
8304
8305 \end_inset
8306 </cell>
8307 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8308 \begin_inset Text
8309
8310 \begin_layout Plain Layout
8311 Erich
8312 \end_layout
8313
8314 \end_inset
8315 </cell>
8316 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8317 \begin_inset Text
8318
8319 \begin_layout Plain Layout
8320 111
8321 \end_layout
8322
8323 \end_inset
8324 </cell>
8325 </row>
8326 <row>
8327 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8328 \begin_inset Text
8329
8330 \begin_layout Plain Layout
8331
8332 \series bold
8333 Pochiesa
8334 \end_layout
8335
8336 \end_inset
8337 </cell>
8338 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8339 \begin_inset Text
8340
8341 \begin_layout Plain Layout
8342 Paolo
8343 \end_layout
8344
8345 \end_inset
8346 </cell>
8347 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8348 \begin_inset Text
8349
8350 \begin_layout Plain Layout
8351 111, 222
8352 \end_layout
8353
8354 \end_inset
8355 </cell>
8356 </row>
8357 <row>
8358 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8359 \begin_inset Text
8360
8361 \begin_layout Plain Layout
8362
8363 \series bold
8364 Radina
8365 \end_layout
8366
8367 \end_inset
8368 </cell>
8369 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8370 \begin_inset Text
8371
8372 \begin_layout Plain Layout
8373 Claudio
8374 \end_layout
8375
8376 \end_inset
8377 </cell>
8378 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8379 \begin_inset Text
8380
8381 \begin_layout Plain Layout
8382 111
8383 \end_layout
8384
8385 \end_inset
8386 </cell>
8387 </row>
8388 <row>
8389 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8390 \begin_inset Text
8391
8392 \begin_layout Plain Layout
8393
8394 \series bold
8395 Stuffer
8396 \end_layout
8397
8398 \end_inset
8399 </cell>
8400 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8401 \begin_inset Text
8402
8403 \begin_layout Plain Layout
8404 Oskar
8405 \end_layout
8406
8407 \end_inset
8408 </cell>
8409 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8410 \begin_inset Text
8411
8412 \begin_layout Plain Layout
8413 111
8414 \end_layout
8415
8416 \end_inset
8417 </cell>
8418 </row>
8419 <row>
8420 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8421 \begin_inset Text
8422
8423 \begin_layout Plain Layout
8424
8425 \series bold
8426 Tacchelli
8427 \end_layout
8428
8429 \end_inset
8430 </cell>
8431 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8432 \begin_inset Text
8433
8434 \begin_layout Plain Layout
8435 Ugo
8436 \end_layout
8437
8438 \end_inset
8439 </cell>
8440 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8441 \begin_inset Text
8442
8443 \begin_layout Plain Layout
8444 111
8445 \end_layout
8446
8447 \end_inset
8448 </cell>
8449 </row>
8450 <row>
8451 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8452 \begin_inset Text
8453
8454 \begin_layout Plain Layout
8455
8456 \series bold
8457 Tezzele
8458 \end_layout
8459
8460 \end_inset
8461 </cell>
8462 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8463 \begin_inset Text
8464
8465 \begin_layout Plain Layout
8466 Margit
8467 \end_layout
8468
8469 \end_inset
8470 </cell>
8471 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8472 \begin_inset Text
8473
8474 \begin_layout Plain Layout
8475 111
8476 \end_layout
8477
8478 \end_inset
8479 </cell>
8480 </row>
8481 <row>
8482 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8483 \begin_inset Text
8484
8485 \begin_layout Plain Layout
8486
8487 \series bold
8488 Unterkalmsteiner
8489 \end_layout
8490
8491 \end_inset
8492 </cell>
8493 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8494 \begin_inset Text
8495
8496 \begin_layout Plain Layout
8497 Frieda
8498 \end_layout
8499
8500 \end_inset
8501 </cell>
8502 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8503 \begin_inset Text
8504
8505 \begin_layout Plain Layout
8506 111
8507 \end_layout
8508
8509 \end_inset
8510 </cell>
8511 </row>
8512 <row>
8513 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8514 \begin_inset Text
8515
8516 \begin_layout Plain Layout
8517
8518 \series bold
8519 Vieider
8520 \end_layout
8521
8522 \end_inset
8523 </cell>
8524 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8525 \begin_inset Text
8526
8527 \begin_layout Plain Layout
8528 Hilde
8529 \end_layout
8530
8531 \end_inset
8532 </cell>
8533 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8534 \begin_inset Text
8535
8536 \begin_layout Plain Layout
8537 111
8538 \end_layout
8539
8540 \end_inset
8541 </cell>
8542 </row>
8543 <row>
8544 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8545 \begin_inset Text
8546
8547 \begin_layout Plain Layout
8548
8549 \series bold
8550 Vigna
8551 \end_layout
8552
8553 \end_inset
8554 </cell>
8555 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8556 \begin_inset Text
8557
8558 \begin_layout Plain Layout
8559 Jürgen
8560 \end_layout
8561
8562 \end_inset
8563 </cell>
8564 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8565 \begin_inset Text
8566
8567 \begin_layout Plain Layout
8568 111
8569 \end_layout
8570
8571 \end_inset
8572 </cell>
8573 </row>
8574 <row>
8575 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8576 \begin_inset Text
8577
8578 \begin_layout Plain Layout
8579
8580 \series bold
8581 Weber
8582 \end_layout
8583
8584 \end_inset
8585 </cell>
8586 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8587 \begin_inset Text
8588
8589 \begin_layout Plain Layout
8590 Maurizio
8591 \end_layout
8592
8593 \end_inset
8594 </cell>
8595 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8596 \begin_inset Text
8597
8598 \begin_layout Plain Layout
8599 111
8600 \end_layout
8601
8602 \end_inset
8603 </cell>
8604 </row>
8605 <row>
8606 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8607 \begin_inset Text
8608
8609 \begin_layout Plain Layout
8610
8611 \series bold
8612 Winkler
8613 \end_layout
8614
8615 \end_inset
8616 </cell>
8617 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8618 \begin_inset Text
8619
8620 \begin_layout Plain Layout
8621 Franz
8622 \end_layout
8623
8624 \end_inset
8625 </cell>
8626 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8627 \begin_inset Text
8628
8629 \begin_layout Plain Layout
8630 111
8631 \end_layout
8632
8633 \end_inset
8634 </cell>
8635 </row>
8636 <row>
8637 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8638 \begin_inset Text
8639
8640 \begin_layout Plain Layout
8641  
8642 \end_layout
8643
8644 \end_inset
8645 </cell>
8646 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8647 \begin_inset Text
8648
8649 \begin_layout Plain Layout
8650
8651 \end_layout
8652
8653 \end_inset
8654 </cell>
8655 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8656 \begin_inset Text
8657
8658 \begin_layout Plain Layout
8659
8660 \end_layout
8661
8662 \end_inset
8663 </cell>
8664 </row>
8665 <row>
8666 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8667 \begin_inset Text
8668
8669 \begin_layout Plain Layout
8670
8671 \series bold
8672 Annovi
8673 \end_layout
8674
8675 \end_inset
8676 </cell>
8677 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8678 \begin_inset Text
8679
8680 \begin_layout Plain Layout
8681 Silvia
8682 \end_layout
8683
8684 \end_inset
8685 </cell>
8686 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8687 \begin_inset Text
8688
8689 \begin_layout Plain Layout
8690 555
8691 \end_layout
8692
8693 \end_inset
8694 </cell>
8695 </row>
8696 <row>
8697 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8698 \begin_inset Text
8699
8700 \begin_layout Plain Layout
8701
8702 \series bold
8703 Bertoli
8704 \end_layout
8705
8706 \end_inset
8707 </cell>
8708 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8709 \begin_inset Text
8710
8711 \begin_layout Plain Layout
8712 Stefano
8713 \end_layout
8714
8715 \end_inset
8716 </cell>
8717 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8718 \begin_inset Text
8719
8720 \begin_layout Plain Layout
8721 555
8722 \end_layout
8723
8724 \end_inset
8725 </cell>
8726 </row>
8727 <row>
8728 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8729 \begin_inset Text
8730
8731 \begin_layout Plain Layout
8732
8733 \series bold
8734 Bozzi
8735 \end_layout
8736
8737 \end_inset
8738 </cell>
8739 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8740 \begin_inset Text
8741
8742 \begin_layout Plain Layout
8743 Walter
8744 \end_layout
8745
8746 \end_inset
8747 </cell>
8748 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8749 \begin_inset Text
8750
8751 \begin_layout Plain Layout
8752 555
8753 \end_layout
8754
8755 \end_inset
8756 </cell>
8757 </row>
8758 <row>
8759 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8760 \begin_inset Text
8761
8762 \begin_layout Plain Layout
8763
8764 \series bold
8765 Cachia
8766 \end_layout
8767
8768 \end_inset
8769 </cell>
8770 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8771 \begin_inset Text
8772
8773 \begin_layout Plain Layout
8774 Maria
8775 \end_layout
8776
8777 \end_inset
8778 </cell>
8779 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8780 \begin_inset Text
8781
8782 \begin_layout Plain Layout
8783 555
8784 \end_layout
8785
8786 \end_inset
8787 </cell>
8788 </row>
8789 <row>
8790 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8791 \begin_inset Text
8792
8793 \begin_layout Plain Layout
8794
8795 \series bold
8796 Cachia
8797 \end_layout
8798
8799 \end_inset
8800 </cell>
8801 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8802 \begin_inset Text
8803
8804 \begin_layout Plain Layout
8805 Maurizio
8806 \end_layout
8807
8808 \end_inset
8809 </cell>
8810 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8811 \begin_inset Text
8812
8813 \begin_layout Plain Layout
8814 555
8815 \end_layout
8816
8817 \end_inset
8818 </cell>
8819 </row>
8820 <row>
8821 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8822 \begin_inset Text
8823
8824 \begin_layout Plain Layout
8825
8826 \series bold
8827 Cinquemani
8828 \end_layout
8829
8830 \end_inset
8831 </cell>
8832 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8833 \begin_inset Text
8834
8835 \begin_layout Plain Layout
8836 Giusi
8837 \end_layout
8838
8839 \end_inset
8840 </cell>
8841 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Plain Layout
8845 555
8846 \end_layout
8847
8848 \end_inset
8849 </cell>
8850 </row>
8851 <row>
8852 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8853 \begin_inset Text
8854
8855 \begin_layout Plain Layout
8856
8857 \series bold
8858 Colin
8859 \end_layout
8860
8861 \end_inset
8862 </cell>
8863 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8864 \begin_inset Text
8865
8866 \begin_layout Plain Layout
8867 Bernard
8868 \end_layout
8869
8870 \end_inset
8871 </cell>
8872 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8873 \begin_inset Text
8874
8875 \begin_layout Plain Layout
8876 555
8877 \end_layout
8878
8879 \end_inset
8880 </cell>
8881 </row>
8882 <row>
8883 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8884 \begin_inset Text
8885
8886 \begin_layout Plain Layout
8887
8888 \series bold
8889 Concli
8890 \end_layout
8891
8892 \end_inset
8893 </cell>
8894 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8895 \begin_inset Text
8896
8897 \begin_layout Plain Layout
8898 Gianfranco
8899 \end_layout
8900
8901 \end_inset
8902 </cell>
8903 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8904 \begin_inset Text
8905
8906 \begin_layout Plain Layout
8907 555
8908 \end_layout
8909
8910 \end_inset
8911 </cell>
8912 </row>
8913 <row>
8914 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8915 \begin_inset Text
8916
8917 \begin_layout Plain Layout
8918
8919 \series bold
8920 Dal Bosco
8921 \end_layout
8922
8923 \end_inset
8924 </cell>
8925 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8926 \begin_inset Text
8927
8928 \begin_layout Plain Layout
8929 Carolina
8930 \end_layout
8931
8932 \end_inset
8933 </cell>
8934 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8935 \begin_inset Text
8936
8937 \begin_layout Plain Layout
8938 555
8939 \end_layout
8940
8941 \end_inset
8942 </cell>
8943 </row>
8944 <row>
8945 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8946 \begin_inset Text
8947
8948 \begin_layout Plain Layout
8949
8950 \series bold
8951 Dalpiaz
8952 \end_layout
8953
8954 \end_inset
8955 </cell>
8956 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8957 \begin_inset Text
8958
8959 \begin_layout Plain Layout
8960 Annamaria
8961 \end_layout
8962
8963 \end_inset
8964 </cell>
8965 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8966 \begin_inset Text
8967
8968 \begin_layout Plain Layout
8969 555
8970 \end_layout
8971
8972 \end_inset
8973 </cell>
8974 </row>
8975 <row>
8976 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8977 \begin_inset Text
8978
8979 \begin_layout Plain Layout
8980
8981 \series bold
8982 Feliciello
8983 \end_layout
8984
8985 \end_inset
8986 </cell>
8987 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8988 \begin_inset Text
8989
8990 \begin_layout Plain Layout
8991 Domenico
8992 \end_layout
8993
8994 \end_inset
8995 </cell>
8996 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8997 \begin_inset Text
8998
8999 \begin_layout Plain Layout
9000 555
9001 \end_layout
9002
9003 \end_inset
9004 </cell>
9005 </row>
9006 <row>
9007 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9008 \begin_inset Text
9009
9010 \begin_layout Plain Layout
9011
9012 \series bold
9013 Focarelli
9014 \end_layout
9015
9016 \end_inset
9017 </cell>
9018 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9019 \begin_inset Text
9020
9021 \begin_layout Plain Layout
9022 Paola
9023 \end_layout
9024
9025 \end_inset
9026 </cell>
9027 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9028 \begin_inset Text
9029
9030 \begin_layout Plain Layout
9031 555
9032 \end_layout
9033
9034 \end_inset
9035 </cell>
9036 </row>
9037 <row>
9038 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9039 \begin_inset Text
9040
9041 \begin_layout Plain Layout
9042
9043 \series bold
9044 Galletti
9045 \end_layout
9046
9047 \end_inset
9048 </cell>
9049 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9050 \begin_inset Text
9051
9052 \begin_layout Plain Layout
9053 Oreste
9054 \end_layout
9055
9056 \end_inset
9057 </cell>
9058 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9059 \begin_inset Text
9060
9061 \begin_layout Plain Layout
9062 555
9063 \end_layout
9064
9065 \end_inset
9066 </cell>
9067 </row>
9068 <row>
9069 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9070 \begin_inset Text
9071
9072 \begin_layout Plain Layout
9073
9074 \series bold
9075 Gasparini
9076 \end_layout
9077
9078 \end_inset
9079 </cell>
9080 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9081 \begin_inset Text
9082
9083 \begin_layout Plain Layout
9084 Franca
9085 \end_layout
9086
9087 \end_inset
9088 </cell>
9089 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9090 \begin_inset Text
9091
9092 \begin_layout Plain Layout
9093 555
9094 \end_layout
9095
9096 \end_inset
9097 </cell>
9098 </row>
9099 <row>
9100 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9101 \begin_inset Text
9102
9103 \begin_layout Plain Layout
9104
9105 \series bold
9106 Rizzardi
9107 \end_layout
9108
9109 \end_inset
9110 </cell>
9111 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9112 \begin_inset Text
9113
9114 \begin_layout Plain Layout
9115 Paola
9116 \end_layout
9117
9118 \end_inset
9119 </cell>
9120 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9121 \begin_inset Text
9122
9123 \begin_layout Plain Layout
9124 555
9125 \end_layout
9126
9127 \end_inset
9128 </cell>
9129 </row>
9130 <row>
9131 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9132 \begin_inset Text
9133
9134 \begin_layout Plain Layout
9135
9136 \series bold
9137 Lassini
9138 \end_layout
9139
9140 \end_inset
9141 </cell>
9142 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9143 \begin_inset Text
9144
9145 \begin_layout Plain Layout
9146 Giancarlo
9147 \end_layout
9148
9149 \end_inset
9150 </cell>
9151 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9152 \begin_inset Text
9153
9154 \begin_layout Plain Layout
9155 555
9156 \end_layout
9157
9158 \end_inset
9159 </cell>
9160 </row>
9161 <row>
9162 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9163 \begin_inset Text
9164
9165 \begin_layout Plain Layout
9166
9167 \series bold
9168 Malfatti
9169 \end_layout
9170
9171 \end_inset
9172 </cell>
9173 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9174 \begin_inset Text
9175
9176 \begin_layout Plain Layout
9177 Luciano
9178 \end_layout
9179
9180 \end_inset
9181 </cell>
9182 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9183 \begin_inset Text
9184
9185 \begin_layout Plain Layout
9186 555
9187 \end_layout
9188
9189 \end_inset
9190 </cell>
9191 </row>
9192 <row>
9193 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9194 \begin_inset Text
9195
9196 \begin_layout Plain Layout
9197
9198 \series bold
9199 Malfatti
9200 \end_layout
9201
9202 \end_inset
9203 </cell>
9204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9205 \begin_inset Text
9206
9207 \begin_layout Plain Layout
9208 Valeriano
9209 \end_layout
9210
9211 \end_inset
9212 </cell>
9213 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9214 \begin_inset Text
9215
9216 \begin_layout Plain Layout
9217 555
9218 \end_layout
9219
9220 \end_inset
9221 </cell>
9222 </row>
9223 <row>
9224 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9225 \begin_inset Text
9226
9227 \begin_layout Plain Layout
9228
9229 \series bold
9230 Meneguzzo
9231 \end_layout
9232
9233 \end_inset
9234 </cell>
9235 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9236 \begin_inset Text
9237
9238 \begin_layout Plain Layout
9239 Roberto
9240 \end_layout
9241
9242 \end_inset
9243 </cell>
9244 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9245 \begin_inset Text
9246
9247 \begin_layout Plain Layout
9248 555
9249 \end_layout
9250
9251 \end_inset
9252 </cell>
9253 </row>
9254 <row>
9255 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9256 \begin_inset Text
9257
9258 \begin_layout Plain Layout
9259
9260 \series bold
9261 Mezzadra
9262 \end_layout
9263
9264 \end_inset
9265 </cell>
9266 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9267 \begin_inset Text
9268
9269 \begin_layout Plain Layout
9270 Roberto
9271 \end_layout
9272
9273 \end_inset
9274 </cell>
9275 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9276 \begin_inset Text
9277
9278 \begin_layout Plain Layout
9279 555
9280 \end_layout
9281
9282 \end_inset
9283 </cell>
9284 </row>
9285 <row endlastfoot="true">
9286 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9287 \begin_inset Text
9288
9289 \begin_layout Plain Layout
9290
9291 \end_layout
9292
9293 \end_inset
9294 </cell>
9295 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
9296 \begin_inset Text
9297
9298 \begin_layout Plain Layout
9299
9300 \end_layout
9301
9302 \end_inset
9303 </cell>
9304 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9305 \begin_inset Text
9306
9307 \begin_layout Plain Layout
9308
9309 \end_layout
9310
9311 \end_inset
9312 </cell>
9313 </row>
9314 </lyxtabular>
9315
9316 \end_inset
9317
9318
9319 \end_layout
9320
9321 \begin_layout Section
9322 Special Longtable Issues
9323 \begin_inset CommandInset label
9324 LatexCommand label
9325 name "sec:Special-Longtable-Issues"
9326
9327 \end_inset
9328
9329
9330 \end_layout
9331
9332 \begin_layout Subsection
9333 Longtable Calculation
9334 \begin_inset Index
9335 status collapsed
9336
9337 \begin_layout Plain Layout
9338 Longtables ! Calculation
9339 \end_layout
9340
9341 \end_inset
9342
9343
9344 \end_layout
9345
9346 \begin_layout Standard
9347 LaTeX calculates the height of table pages and their page breaks using so
9348  called chunks.
9349  Chunks are pieces of the tables that are at once in LaTeX's memory.
9350  The default value is historically set to only 20 table rows.
9351  If you are using longtables with many pages this may slow down the creation
9352  of your document.
9353  You can safely increase the chunk size to values of 100-1000 by adding
9354  this command line to your document preamble:
9355 \end_layout
9356
9357 \begin_layout Standard
9358
9359 \series bold
9360
9361 \backslash
9362 setcounter{LTchunksize}{100}
9363 \end_layout
9364
9365 \begin_layout Subsection
9366 Floats and Longtables
9367 \begin_inset Index
9368 status collapsed
9369
9370 \begin_layout Plain Layout
9371 Longtables ! Floats
9372 \end_layout
9373
9374 \end_inset
9375
9376
9377 \end_layout
9378
9379 \begin_layout Standard
9380 There might be problems when a float appears on the same page where a longtable
9381  starts.
9382  To avoid such situation, add the command 
9383 \series bold
9384
9385 \backslash
9386 clearpage
9387 \series default
9388  as TeX-Code before your longtable.
9389 \end_layout
9390
9391 \begin_layout Subsection
9392 Forced Page Breaks
9393 \begin_inset Index
9394 status collapsed
9395
9396 \begin_layout Plain Layout
9397 Longtables ! Forced Page Breaks
9398 \end_layout
9399
9400 \end_inset
9401
9402
9403 \end_layout
9404
9405 \begin_layout Standard
9406 By default tables are only broken between rows.
9407  If you have a cell with multiples lines and want to have a page break within
9408  the cell, insert the new line command 
9409 \begin_inset Quotes eld
9410 \end_inset
9411
9412
9413 \series bold
9414
9415 \backslash
9416
9417 \backslash
9418
9419 \series default
9420
9421 \begin_inset Quotes erd
9422 \end_inset
9423
9424  as TeX-Code at this point of the cell where it should be broken.
9425  Before the 
9426 \series bold
9427
9428 \backslash
9429
9430 \backslash
9431
9432 \series default
9433  command you have to insert in TeX-Code so many 
9434 \begin_inset Quotes eld
9435 \end_inset
9436
9437
9438 \series bold
9439 &
9440 \series default
9441
9442 \begin_inset Quotes erd
9443 \end_inset
9444
9445  characters like the number of the following table columns.
9446  The 
9447 \series bold
9448 &
9449 \series default
9450  is the character to separate table cells.
9451  Write in TeX-Code after each 
9452 \series bold
9453 &
9454 \series default
9455  the content of the corresponding following cell and delete the content
9456  of these cells.
9457 \begin_inset Newline newline
9458 \end_inset
9459
9460 Behind the the 
9461 \series bold
9462
9463 \backslash
9464
9465 \backslash
9466
9467 \series default
9468  command, insert so many 
9469 \series bold
9470 &
9471 \series default
9472  characters like the number of table columns before the current column.
9473  In Table
9474 \begin_inset space ~
9475 \end_inset
9476
9477
9478 \begin_inset CommandInset ref
9479 LatexCommand ref
9480 reference "tab:ForcedPagebreak"
9481
9482 \end_inset
9483
9484  the cell that should be broken is in the second column followed by another
9485  column.
9486  Therefore the following command was inserted in the cell as TeX-Code behind
9487  
9488 \begin_inset Quotes eld
9489 \end_inset
9490
9491
9492 \emph on
9493 Castelchiodato,
9494 \emph default
9495
9496 \begin_inset Quotes erd
9497 \end_inset
9498
9499 :
9500 \end_layout
9501
9502 \begin_layout Standard
9503
9504 \series bold
9505 & 111
9506 \backslash
9507
9508 \backslash
9509
9510 \begin_inset Newline newline
9511 \end_inset
9512
9513 &
9514 \end_layout
9515
9516 \begin_layout Standard
9517 The 
9518 \begin_inset Quotes eld
9519 \end_inset
9520
9521 111
9522 \begin_inset Quotes erd
9523 \end_inset
9524
9525  in the third columns of the row was deleted.
9526  If your footer row of the longtable has for a certain reason no upper line
9527  but you would have a horizontal line where the cell is broken, use this
9528  command instead:
9529 \end_layout
9530
9531 \begin_layout Standard
9532
9533 \series bold
9534 & 111
9535 \backslash
9536
9537 \backslash
9538
9539 \begin_inset Newline newline
9540 \end_inset
9541
9542
9543 \backslash
9544 hline &
9545 \end_layout
9546
9547 \begin_layout Standard
9548 When the cell to be broken is in the last column, the command
9549 \end_layout
9550
9551 \begin_layout Standard
9552
9553 \series bold
9554
9555 \backslash
9556 setlength{
9557 \backslash
9558 parfillskip}{0pt}
9559 \end_layout
9560
9561 \begin_layout Standard
9562 must be inserted as TeX-Code at the beginning of the cell.
9563  This assures that the part of the cell that will be displayed on the new
9564  page appears with the full width.
9565 \end_layout
9566
9567 \begin_layout Standard
9568 \align center
9569 \begin_inset Tabular
9570 <lyxtabular version="3" rows="39" columns="3">
9571 <features islongtable="true">
9572 <column alignment="left" valignment="top" width="0cm">
9573 <column alignment="left" valignment="top" width="3cm">
9574 <column alignment="center" valignment="top" width="0pt">
9575 <row endfirsthead="true" caption="true">
9576 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9577 \begin_inset Text
9578
9579 \begin_layout Plain Layout
9580 \begin_inset Caption
9581
9582 \begin_layout Plain Layout
9583 Table with forced page break in table cell
9584 \begin_inset CommandInset label
9585 LatexCommand label
9586 name "tab:ForcedPagebreak"
9587
9588 \end_inset
9589
9590
9591 \begin_inset OptArg
9592 status collapsed
9593
9594 \begin_layout Plain Layout
9595 Table with forced page break in table cell
9596 \end_layout
9597
9598 \end_inset
9599
9600
9601 \end_layout
9602
9603 \end_inset
9604
9605
9606 \end_layout
9607
9608 \end_inset
9609 </cell>
9610 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9611 \begin_inset Text
9612
9613 \begin_layout Plain Layout
9614
9615 \end_layout
9616
9617 \end_inset
9618 </cell>
9619 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9620 \begin_inset Text
9621
9622 \begin_layout Plain Layout
9623
9624 \end_layout
9625
9626 \end_inset
9627 </cell>
9628 </row>
9629 <row endfirsthead="true">
9630 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9631 \begin_inset Text
9632
9633 \begin_layout Plain Layout
9634
9635 \series bold
9636 Example Phone List (ignore the names)
9637 \end_layout
9638
9639 \end_inset
9640 </cell>
9641 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9642 \begin_inset Text
9643
9644 \begin_layout Plain Layout
9645
9646 \end_layout
9647
9648 \end_inset
9649 </cell>
9650 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9651 \begin_inset Text
9652
9653 \begin_layout Plain Layout
9654
9655 \end_layout
9656
9657 \end_inset
9658 </cell>
9659 </row>
9660 <row endfirsthead="true">
9661 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9662 \begin_inset Text
9663
9664 \begin_layout Plain Layout
9665
9666 \series bold
9667 NAME
9668 \end_layout
9669
9670 \end_inset
9671 </cell>
9672 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9673 \begin_inset Text
9674
9675 \begin_layout Plain Layout
9676
9677 \end_layout
9678
9679 \end_inset
9680 </cell>
9681 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9682 \begin_inset Text
9683
9684 \begin_layout Plain Layout
9685
9686 \series bold
9687 TEL.
9688 \end_layout
9689
9690 \end_inset
9691 </cell>
9692 </row>
9693 <row endhead="true" caption="true">
9694 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9695 \begin_inset Text
9696
9697 \begin_layout Plain Layout
9698 \begin_inset ERT
9699 status collapsed
9700
9701 \begin_layout Plain Layout
9702
9703
9704 \backslash
9705 caption*{Continued table with forced page break in table cell}
9706 \backslash
9707
9708 \backslash
9709 %
9710 \end_layout
9711
9712 \end_inset
9713
9714
9715 \end_layout
9716
9717 \end_inset
9718 </cell>
9719 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9720 \begin_inset Text
9721
9722 \begin_layout Plain Layout
9723
9724 \end_layout
9725
9726 \end_inset
9727 </cell>
9728 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9729 \begin_inset Text
9730
9731 \begin_layout Plain Layout
9732
9733 \end_layout
9734
9735 \end_inset
9736 </cell>
9737 </row>
9738 <row endhead="true">
9739 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9740 \begin_inset Text
9741
9742 \begin_layout Plain Layout
9743  
9744 \series bold
9745 Example Phone List
9746 \end_layout
9747
9748 \end_inset
9749 </cell>
9750 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9751 \begin_inset Text
9752
9753 \begin_layout Plain Layout
9754
9755 \end_layout
9756
9757 \end_inset
9758 </cell>
9759 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9760 \begin_inset Text
9761
9762 \begin_layout Plain Layout
9763
9764 \end_layout
9765
9766 \end_inset
9767 </cell>
9768 </row>
9769 <row endhead="true">
9770 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9771 \begin_inset Text
9772
9773 \begin_layout Plain Layout
9774
9775 \series bold
9776 NAME
9777 \end_layout
9778
9779 \end_inset
9780 </cell>
9781 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9782 \begin_inset Text
9783
9784 \begin_layout Plain Layout
9785
9786 \end_layout
9787
9788 \end_inset
9789 </cell>
9790 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9791 \begin_inset Text
9792
9793 \begin_layout Plain Layout
9794
9795 \series bold
9796 TEL.
9797 \end_layout
9798
9799 \end_inset
9800 </cell>
9801 </row>
9802 <row endfoot="true">
9803 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9804 \begin_inset Text
9805
9806 \begin_layout Plain Layout
9807 continued on next page
9808 \end_layout
9809
9810 \end_inset
9811 </cell>
9812 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9813 \begin_inset Text
9814
9815 \begin_layout Plain Layout
9816
9817 \end_layout
9818
9819 \end_inset
9820 </cell>
9821 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9822 \begin_inset Text
9823
9824 \begin_layout Plain Layout
9825
9826 \end_layout
9827
9828 \end_inset
9829 </cell>
9830 </row>
9831 <row>
9832 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9833 \begin_inset Text
9834
9835 \begin_layout Plain Layout
9836
9837 \series bold
9838 Annovi
9839 \end_layout
9840
9841 \end_inset
9842 </cell>
9843 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9844 \begin_inset Text
9845
9846 \begin_layout Plain Layout
9847 Silvia
9848 \end_layout
9849
9850 \end_inset
9851 </cell>
9852 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9853 \begin_inset Text
9854
9855 \begin_layout Plain Layout
9856 111
9857 \end_layout
9858
9859 \end_inset
9860 </cell>
9861 </row>
9862 <row>
9863 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9864 \begin_inset Text
9865
9866 \begin_layout Plain Layout
9867
9868 \series bold
9869 Bertoli
9870 \end_layout
9871
9872 \end_inset
9873 </cell>
9874 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9875 \begin_inset Text
9876
9877 \begin_layout Plain Layout
9878 Stefano
9879 \end_layout
9880
9881 \end_inset
9882 </cell>
9883 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9884 \begin_inset Text
9885
9886 \begin_layout Plain Layout
9887 111
9888 \end_layout
9889
9890 \end_inset
9891 </cell>
9892 </row>
9893 <row>
9894 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9895 \begin_inset Text
9896
9897 \begin_layout Plain Layout
9898
9899 \series bold
9900 Bozzi
9901 \end_layout
9902
9903 \end_inset
9904 </cell>
9905 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9906 \begin_inset Text
9907
9908 \begin_layout Plain Layout
9909 Walter
9910 \end_layout
9911
9912 \end_inset
9913 </cell>
9914 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9915 \begin_inset Text
9916
9917 \begin_layout Plain Layout
9918 111
9919 \end_layout
9920
9921 \end_inset
9922 </cell>
9923 </row>
9924 <row>
9925 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9926 \begin_inset Text
9927
9928 \begin_layout Plain Layout
9929
9930 \series bold
9931 Cachia
9932 \end_layout
9933
9934 \end_inset
9935 </cell>
9936 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9937 \begin_inset Text
9938
9939 \begin_layout Plain Layout
9940 Maria
9941 \end_layout
9942
9943 \end_inset
9944 </cell>
9945 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9946 \begin_inset Text
9947
9948 \begin_layout Plain Layout
9949 111
9950 \end_layout
9951
9952 \end_inset
9953 </cell>
9954 </row>
9955 <row>
9956 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9957 \begin_inset Text
9958
9959 \begin_layout Plain Layout
9960
9961 \series bold
9962 Cachia
9963 \end_layout
9964
9965 \end_inset
9966 </cell>
9967 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9968 \begin_inset Text
9969
9970 \begin_layout Plain Layout
9971 Maurizio
9972 \end_layout
9973
9974 \end_inset
9975 </cell>
9976 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9977 \begin_inset Text
9978
9979 \begin_layout Plain Layout
9980 111
9981 \end_layout
9982
9983 \end_inset
9984 </cell>
9985 </row>
9986 <row>
9987 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9988 \begin_inset Text
9989
9990 \begin_layout Plain Layout
9991
9992 \series bold
9993 Cinquemani
9994 \end_layout
9995
9996 \end_inset
9997 </cell>
9998 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9999 \begin_inset Text
10000
10001 \begin_layout Plain Layout
10002 Giusi
10003 \end_layout
10004
10005 \end_inset
10006 </cell>
10007 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10008 \begin_inset Text
10009
10010 \begin_layout Plain Layout
10011 111
10012 \end_layout
10013
10014 \end_inset
10015 </cell>
10016 </row>
10017 <row>
10018 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10019 \begin_inset Text
10020
10021 \begin_layout Plain Layout
10022
10023 \series bold
10024 Colin
10025 \end_layout
10026
10027 \end_inset
10028 </cell>
10029 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10030 \begin_inset Text
10031
10032 \begin_layout Plain Layout
10033 Bernard
10034 \end_layout
10035
10036 \end_inset
10037 </cell>
10038 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10039 \begin_inset Text
10040
10041 \begin_layout Plain Layout
10042 111
10043 \end_layout
10044
10045 \end_inset
10046 </cell>
10047 </row>
10048 <row>
10049 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10050 \begin_inset Text
10051
10052 \begin_layout Plain Layout
10053
10054 \series bold
10055 Concli
10056 \end_layout
10057
10058 \end_inset
10059 </cell>
10060 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10061 \begin_inset Text
10062
10063 \begin_layout Plain Layout
10064 Gianfranco
10065 \end_layout
10066
10067 \end_inset
10068 </cell>
10069 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10070 \begin_inset Text
10071
10072 \begin_layout Plain Layout
10073 111
10074 \end_layout
10075
10076 \end_inset
10077 </cell>
10078 </row>
10079 <row>
10080 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10081 \begin_inset Text
10082
10083 \begin_layout Plain Layout
10084
10085 \series bold
10086 Dal Bosco
10087 \end_layout
10088
10089 \end_inset
10090 </cell>
10091 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10092 \begin_inset Text
10093
10094 \begin_layout Plain Layout
10095 Carolina
10096 \end_layout
10097
10098 \end_inset
10099 </cell>
10100 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10101 \begin_inset Text
10102
10103 \begin_layout Plain Layout
10104 111
10105 \end_layout
10106
10107 \end_inset
10108 </cell>
10109 </row>
10110 <row>
10111 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10112 \begin_inset Text
10113
10114 \begin_layout Plain Layout
10115
10116 \series bold
10117 Dalpiaz
10118 \end_layout
10119
10120 \end_inset
10121 </cell>
10122 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10123 \begin_inset Text
10124
10125 \begin_layout Plain Layout
10126 Annamaria
10127 \end_layout
10128
10129 \end_inset
10130 </cell>
10131 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10132 \begin_inset Text
10133
10134 \begin_layout Plain Layout
10135 111
10136 \end_layout
10137
10138 \end_inset
10139 </cell>
10140 </row>
10141 <row>
10142 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10143 \begin_inset Text
10144
10145 \begin_layout Plain Layout
10146
10147 \series bold
10148 Feliciello
10149 \end_layout
10150
10151 \end_inset
10152 </cell>
10153 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10154 \begin_inset Text
10155
10156 \begin_layout Plain Layout
10157 Domenico
10158 \end_layout
10159
10160 \end_inset
10161 </cell>
10162 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10163 \begin_inset Text
10164
10165 \begin_layout Plain Layout
10166 111
10167 \end_layout
10168
10169 \end_inset
10170 </cell>
10171 </row>
10172 <row>
10173 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10174 \begin_inset Text
10175
10176 \begin_layout Plain Layout
10177
10178 \series bold
10179 Focarelli
10180 \end_layout
10181
10182 \end_inset
10183 </cell>
10184 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10185 \begin_inset Text
10186
10187 \begin_layout Plain Layout
10188 Paola
10189 \end_layout
10190
10191 \end_inset
10192 </cell>
10193 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10194 \begin_inset Text
10195
10196 \begin_layout Plain Layout
10197 111
10198 \end_layout
10199
10200 \end_inset
10201 </cell>
10202 </row>
10203 <row>
10204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10205 \begin_inset Text
10206
10207 \begin_layout Plain Layout
10208
10209 \series bold
10210 Galletti
10211 \end_layout
10212
10213 \end_inset
10214 </cell>
10215 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10216 \begin_inset Text
10217
10218 \begin_layout Plain Layout
10219 Oreste
10220 \end_layout
10221
10222 \end_inset
10223 </cell>
10224 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10225 \begin_inset Text
10226
10227 \begin_layout Plain Layout
10228 111
10229 \end_layout
10230
10231 \end_inset
10232 </cell>
10233 </row>
10234 <row>
10235 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10236 \begin_inset Text
10237
10238 \begin_layout Plain Layout
10239
10240 \series bold
10241 Gasparini
10242 \end_layout
10243
10244 \end_inset
10245 </cell>
10246 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10247 \begin_inset Text
10248
10249 \begin_layout Plain Layout
10250 Franca
10251 \end_layout
10252
10253 \end_inset
10254 </cell>
10255 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10256 \begin_inset Text
10257
10258 \begin_layout Plain Layout
10259 111
10260 \end_layout
10261
10262 \end_inset
10263 </cell>
10264 </row>
10265 <row>
10266 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10267 \begin_inset Text
10268
10269 \begin_layout Plain Layout
10270
10271 \series bold
10272 Lassini
10273 \end_layout
10274
10275 \end_inset
10276 </cell>
10277 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10278 \begin_inset Text
10279
10280 \begin_layout Plain Layout
10281 Giancarlo
10282 \end_layout
10283
10284 \end_inset
10285 </cell>
10286 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10287 \begin_inset Text
10288
10289 \begin_layout Plain Layout
10290 111
10291 \end_layout
10292
10293 \end_inset
10294 </cell>
10295 </row>
10296 <row>
10297 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10298 \begin_inset Text
10299
10300 \begin_layout Plain Layout
10301
10302 \series bold
10303 Malfatti
10304 \end_layout
10305
10306 \end_inset
10307 </cell>
10308 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10309 \begin_inset Text
10310
10311 \begin_layout Plain Layout
10312 Luciano
10313 \end_layout
10314
10315 \end_inset
10316 </cell>
10317 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10318 \begin_inset Text
10319
10320 \begin_layout Plain Layout
10321 111
10322 \end_layout
10323
10324 \end_inset
10325 </cell>
10326 </row>
10327 <row>
10328 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10329 \begin_inset Text
10330
10331 \begin_layout Plain Layout
10332
10333 \series bold
10334 Malfatti
10335 \end_layout
10336
10337 \end_inset
10338 </cell>
10339 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10340 \begin_inset Text
10341
10342 \begin_layout Plain Layout
10343 Valeriano
10344 \end_layout
10345
10346 \end_inset
10347 </cell>
10348 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10349 \begin_inset Text
10350
10351 \begin_layout Plain Layout
10352 111
10353 \end_layout
10354
10355 \end_inset
10356 </cell>
10357 </row>
10358 <row>
10359 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10360 \begin_inset Text
10361
10362 \begin_layout Plain Layout
10363
10364 \series bold
10365 Meneguzzo
10366 \end_layout
10367
10368 \end_inset
10369 </cell>
10370 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10371 \begin_inset Text
10372
10373 \begin_layout Plain Layout
10374 Roberto
10375 \end_layout
10376
10377 \end_inset
10378 </cell>
10379 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10380 \begin_inset Text
10381
10382 \begin_layout Plain Layout
10383 111
10384 \end_layout
10385
10386 \end_inset
10387 </cell>
10388 </row>
10389 <row>
10390 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10391 \begin_inset Text
10392
10393 \begin_layout Plain Layout
10394
10395 \series bold
10396 Mezzadra
10397 \end_layout
10398
10399 \end_inset
10400 </cell>
10401 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10402 \begin_inset Text
10403
10404 \begin_layout Plain Layout
10405 Roberto
10406 \end_layout
10407
10408 \end_inset
10409 </cell>
10410 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10411 \begin_inset Text
10412
10413 \begin_layout Plain Layout
10414 111
10415 \end_layout
10416
10417 \end_inset
10418 </cell>
10419 </row>
10420 <row>
10421 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10422 \begin_inset Text
10423
10424 \begin_layout Plain Layout
10425
10426 \series bold
10427 Pirpamer
10428 \end_layout
10429
10430 \end_inset
10431 </cell>
10432 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10433 \begin_inset Text
10434
10435 \begin_layout Plain Layout
10436 Erich
10437 \end_layout
10438
10439 \end_inset
10440 </cell>
10441 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10442 \begin_inset Text
10443
10444 \begin_layout Plain Layout
10445 111
10446 \end_layout
10447
10448 \end_inset
10449 </cell>
10450 </row>
10451 <row>
10452 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10453 \begin_inset Text
10454
10455 \begin_layout Plain Layout
10456
10457 \series bold
10458 Pochiesa
10459 \end_layout
10460
10461 \end_inset
10462 </cell>
10463 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10464 \begin_inset Text
10465
10466 \begin_layout Plain Layout
10467 Paolo
10468 \end_layout
10469
10470 \end_inset
10471 </cell>
10472 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10473 \begin_inset Text
10474
10475 \begin_layout Plain Layout
10476 111, 222
10477 \end_layout
10478
10479 \end_inset
10480 </cell>
10481 </row>
10482 <row>
10483 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10484 \begin_inset Text
10485
10486 \begin_layout Plain Layout
10487
10488 \series bold
10489 Radina
10490 \end_layout
10491
10492 \end_inset
10493 </cell>
10494 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10495 \begin_inset Text
10496
10497 \begin_layout Plain Layout
10498 Claudio
10499 \end_layout
10500
10501 \end_inset
10502 </cell>
10503 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10504 \begin_inset Text
10505
10506 \begin_layout Plain Layout
10507 111
10508 \end_layout
10509
10510 \end_inset
10511 </cell>
10512 </row>
10513 <row>
10514 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10515 \begin_inset Text
10516
10517 \begin_layout Plain Layout
10518
10519 \series bold
10520 Rizzardi
10521 \end_layout
10522
10523 \end_inset
10524 </cell>
10525 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10526 \begin_inset Text
10527
10528 \begin_layout Plain Layout
10529 Paolo, 11.
10530  Fürst von Montecompatri, 11.
10531  Fürst von Sulmona und Vivaro, 10.
10532  Fürst von Rossano, 5.
10533  Herzog von Canemorte, 11.
10534  Herzog von Palombara, 5.
10535  Herzog von Castelchiodato,
10536 \begin_inset ERT
10537 status open
10538
10539 \begin_layout Plain Layout
10540
10541 & 111
10542 \backslash
10543
10544 \backslash
10545
10546 \end_layout
10547
10548 \begin_layout Plain Layout
10549
10550 &
10551 \end_layout
10552
10553 \end_inset
10554
10555  11.
10556  Herzog von Poggionativo, 11.
10557  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10558  Graf von Valinfreda, 11.
10559  Baron von Cropalati, 11.
10560  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10561 \end_layout
10562
10563 \end_inset
10564 </cell>
10565 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10566 \begin_inset Text
10567
10568 \begin_layout Plain Layout
10569
10570 \end_layout
10571
10572 \end_inset
10573 </cell>
10574 </row>
10575 <row>
10576 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10577 \begin_inset Text
10578
10579 \begin_layout Plain Layout
10580
10581 \series bold
10582 Stuffer
10583 \end_layout
10584
10585 \end_inset
10586 </cell>
10587 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10588 \begin_inset Text
10589
10590 \begin_layout Plain Layout
10591 Oskar
10592 \end_layout
10593
10594 \end_inset
10595 </cell>
10596 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10597 \begin_inset Text
10598
10599 \begin_layout Plain Layout
10600 111
10601 \end_layout
10602
10603 \end_inset
10604 </cell>
10605 </row>
10606 <row>
10607 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611
10612 \series bold
10613 Tacchelli
10614 \end_layout
10615
10616 \end_inset
10617 </cell>
10618 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10619 \begin_inset Text
10620
10621 \begin_layout Plain Layout
10622 Ugo
10623 \end_layout
10624
10625 \end_inset
10626 </cell>
10627 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10628 \begin_inset Text
10629
10630 \begin_layout Plain Layout
10631 111
10632 \end_layout
10633
10634 \end_inset
10635 </cell>
10636 </row>
10637 <row>
10638 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10639 \begin_inset Text
10640
10641 \begin_layout Plain Layout
10642
10643 \series bold
10644 Tezzele
10645 \end_layout
10646
10647 \end_inset
10648 </cell>
10649 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10650 \begin_inset Text
10651
10652 \begin_layout Plain Layout
10653 Margit
10654 \end_layout
10655
10656 \end_inset
10657 </cell>
10658 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10659 \begin_inset Text
10660
10661 \begin_layout Plain Layout
10662 111
10663 \end_layout
10664
10665 \end_inset
10666 </cell>
10667 </row>
10668 <row>
10669 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10670 \begin_inset Text
10671
10672 \begin_layout Plain Layout
10673
10674 \series bold
10675 Unterkalmsteiner
10676 \end_layout
10677
10678 \end_inset
10679 </cell>
10680 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10681 \begin_inset Text
10682
10683 \begin_layout Plain Layout
10684 Frieda
10685 \end_layout
10686
10687 \end_inset
10688 </cell>
10689 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10690 \begin_inset Text
10691
10692 \begin_layout Plain Layout
10693 111
10694 \end_layout
10695
10696 \end_inset
10697 </cell>
10698 </row>
10699 <row>
10700 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10701 \begin_inset Text
10702
10703 \begin_layout Plain Layout
10704
10705 \series bold
10706 Vieider
10707 \end_layout
10708
10709 \end_inset
10710 </cell>
10711 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10712 \begin_inset Text
10713
10714 \begin_layout Plain Layout
10715 Hilde
10716 \end_layout
10717
10718 \end_inset
10719 </cell>
10720 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10721 \begin_inset Text
10722
10723 \begin_layout Plain Layout
10724 111
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 </row>
10730 <row>
10731 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10732 \begin_inset Text
10733
10734 \begin_layout Plain Layout
10735
10736 \series bold
10737 Vigna
10738 \end_layout
10739
10740 \end_inset
10741 </cell>
10742 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10743 \begin_inset Text
10744
10745 \begin_layout Plain Layout
10746 Jürgen
10747 \end_layout
10748
10749 \end_inset
10750 </cell>
10751 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10752 \begin_inset Text
10753
10754 \begin_layout Plain Layout
10755 111
10756 \end_layout
10757
10758 \end_inset
10759 </cell>
10760 </row>
10761 <row>
10762 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10763 \begin_inset Text
10764
10765 \begin_layout Plain Layout
10766
10767 \series bold
10768 Weber
10769 \end_layout
10770
10771 \end_inset
10772 </cell>
10773 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10774 \begin_inset Text
10775
10776 \begin_layout Plain Layout
10777 Maurizio
10778 \end_layout
10779
10780 \end_inset
10781 </cell>
10782 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10783 \begin_inset Text
10784
10785 \begin_layout Plain Layout
10786 111
10787 \end_layout
10788
10789 \end_inset
10790 </cell>
10791 </row>
10792 <row>
10793 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10794 \begin_inset Text
10795
10796 \begin_layout Plain Layout
10797
10798 \series bold
10799 Winkler
10800 \end_layout
10801
10802 \end_inset
10803 </cell>
10804 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10805 \begin_inset Text
10806
10807 \begin_layout Plain Layout
10808 Franz
10809 \end_layout
10810
10811 \end_inset
10812 </cell>
10813 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10814 \begin_inset Text
10815
10816 \begin_layout Plain Layout
10817 111
10818 \end_layout
10819
10820 \end_inset
10821 </cell>
10822 </row>
10823 <row endlastfoot="true">
10824 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10825 \begin_inset Text
10826
10827 \begin_layout Plain Layout
10828
10829 \end_layout
10830
10831 \end_inset
10832 </cell>
10833 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10834 \begin_inset Text
10835
10836 \begin_layout Plain Layout
10837
10838 \end_layout
10839
10840 \end_inset
10841 </cell>
10842 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10843 \begin_inset Text
10844
10845 \begin_layout Plain Layout
10846
10847 \end_layout
10848
10849 \end_inset
10850 </cell>
10851 </row>
10852 </lyxtabular>
10853
10854 \end_inset
10855
10856
10857 \end_layout
10858
10859 \begin_layout Standard
10860 \begin_inset Newpage newpage
10861 \end_inset
10862
10863
10864 \end_layout
10865
10866 \begin_layout Section
10867 Multiple Lines Columns and Rows
10868 \end_layout
10869
10870 \begin_layout Subsection
10871 Multiple Lines in Table Cells
10872 \begin_inset CommandInset label
10873 LatexCommand label
10874 name "sub:Multiple-Lines-in"
10875
10876 \end_inset
10877
10878
10879 \begin_inset Index
10880 status collapsed
10881
10882 \begin_layout Plain Layout
10883 Multiple Lines in Table Cells
10884 \end_layout
10885
10886 \end_inset
10887
10888
10889 \begin_inset Index
10890 status collapsed
10891
10892 \begin_layout Plain Layout
10893 Table ! Linebreaks
10894 \end_layout
10895
10896 \end_inset
10897
10898
10899 \end_layout
10900
10901 \begin_layout Standard
10902 \noindent
10903 \begin_inset Float table
10904 placement H
10905 wide false
10906 sideways false
10907 status open
10908
10909 \begin_layout Plain Layout
10910 \begin_inset Caption
10911
10912 \begin_layout Plain Layout
10913 \begin_inset CommandInset label
10914 LatexCommand label
10915 name "tab:Table-with-multiple"
10916
10917 \end_inset
10918
10919 Table with multiple lines in cells
10920 \end_layout
10921
10922 \end_inset
10923
10924
10925 \end_layout
10926
10927 \begin_layout Plain Layout
10928 \align center
10929 \begin_inset Tabular
10930 <lyxtabular version="3" rows="3" columns="3">
10931 <features>
10932 <column alignment="center" valignment="middle" width="2.5cm">
10933 <column alignment="center" valignment="middle" width="0">
10934 <column alignment="center" valignment="middle" width="0">
10935 <row>
10936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10937 \begin_inset Text
10938
10939 \begin_layout Plain Layout
10940 multiple
10941 \begin_inset Newline linebreak
10942 \end_inset
10943
10944 lines
10945 \end_layout
10946
10947 \end_inset
10948 </cell>
10949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10950 \begin_inset Text
10951
10952 \begin_layout Plain Layout
10953 b
10954 \end_layout
10955
10956 \end_inset
10957 </cell>
10958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10959 \begin_inset Text
10960
10961 \begin_layout Plain Layout
10962 c
10963 \end_layout
10964
10965 \end_inset
10966 </cell>
10967 </row>
10968 <row>
10969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10970 \begin_inset Text
10971
10972 \begin_layout Plain Layout
10973 d
10974 \end_layout
10975
10976 \end_inset
10977 </cell>
10978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10979 \begin_inset Text
10980
10981 \begin_layout Plain Layout
10982 e
10983 \end_layout
10984
10985 \end_inset
10986 </cell>
10987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10988 \begin_inset Text
10989
10990 \begin_layout Plain Layout
10991 f
10992 \end_layout
10993
10994 \end_inset
10995 </cell>
10996 </row>
10997 <row>
10998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10999 \begin_inset Text
11000
11001 \begin_layout Plain Layout
11002 g
11003 \end_layout
11004
11005 \end_inset
11006 </cell>
11007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11008 \begin_inset Text
11009
11010 \begin_layout Plain Layout
11011 h
11012 \end_layout
11013
11014 \end_inset
11015 </cell>
11016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11017 \begin_inset Text
11018
11019 \begin_layout Plain Layout
11020 i
11021 \end_layout
11022
11023 \end_inset
11024 </cell>
11025 </row>
11026 </lyxtabular>
11027
11028 \end_inset
11029
11030
11031 \end_layout
11032
11033 \end_inset
11034
11035
11036 \end_layout
11037
11038 \begin_layout Standard
11039 Adjusting a fixed width for a column, enables to enter text as a paragraph
11040  with multiple lines and hyphenations.
11041 \end_layout
11042
11043 \begin_layout Standard
11044 To produce Table
11045 \begin_inset space ~
11046 \end_inset
11047
11048
11049 \begin_inset CommandInset ref
11050 LatexCommand ref
11051 reference "tab:Table-with-multiple"
11052
11053 \end_inset
11054
11055 , create a 3×3 table, mark the first cell and right-click on it.
11056  In the appearing table dialog we set a cell width of 2.5
11057 \begin_inset space \thinspace{}
11058 \end_inset
11059
11060 cm and choose centered for the vertical and horizontal alignment.
11061  The vertical alignment is used for all cells of the row.
11062  As our text is smaller than than 2.5
11063 \begin_inset space \thinspace{}
11064 \end_inset
11065
11066 cm, only one line will appear.
11067  To get two lines, a justified line break (shortcut 
11068 \family sans
11069 Ctrl-Shift-Return
11070 \family default
11071 ) was added.
11072  If the text is wider than the set cell width, it will automatically be
11073  broken to several lines.
11074 \end_layout
11075
11076 \begin_layout Standard
11077 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11078  by LaTeX if it is the first entry.
11079  Therefore you need to insert something, to make the word not being the
11080  first entry.
11081  So add a horizontal space of 0
11082 \begin_inset space \thinspace{}
11083 \end_inset
11084
11085 pt before the word.
11086  As the space is zero, it doesn't change the output.
11087  Table
11088 \begin_inset space ~
11089 \end_inset
11090
11091
11092 \begin_inset CommandInset ref
11093 LatexCommand ref
11094 reference "tab:Table-with-and"
11095
11096 \end_inset
11097
11098  shows the effect.
11099 \end_layout
11100
11101 \begin_layout Standard
11102 \begin_inset Float table
11103 placement h
11104 wide false
11105 sideways false
11106 status open
11107
11108 \begin_layout Plain Layout
11109 \begin_inset Caption
11110
11111 \begin_layout Plain Layout
11112 \begin_inset CommandInset label
11113 LatexCommand label
11114 name "tab:Table-with-and"
11115
11116 \end_inset
11117
11118 Table with and without hyphenation
11119 \end_layout
11120
11121 \end_inset
11122
11123
11124 \end_layout
11125
11126 \begin_layout Plain Layout
11127 \begin_inset space \hfill{}
11128 \end_inset
11129
11130
11131 \begin_inset Tabular
11132 <lyxtabular version="3" rows="3" columns="3">
11133 <features>
11134 <column alignment="center" valignment="middle" width="2.5cm">
11135 <column alignment="center" valignment="middle" width="0">
11136 <column alignment="center" valignment="middle" width="0">
11137 <row>
11138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11139 \begin_inset Text
11140
11141 \begin_layout Plain Layout
11142 verylongtablecellword
11143 \end_layout
11144
11145 \end_inset
11146 </cell>
11147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11148 \begin_inset Text
11149
11150 \begin_layout Plain Layout
11151 b
11152 \end_layout
11153
11154 \end_inset
11155 </cell>
11156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11157 \begin_inset Text
11158
11159 \begin_layout Plain Layout
11160 c
11161 \end_layout
11162
11163 \end_inset
11164 </cell>
11165 </row>
11166 <row>
11167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11168 \begin_inset Text
11169
11170 \begin_layout Plain Layout
11171 d
11172 \end_layout
11173
11174 \end_inset
11175 </cell>
11176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11177 \begin_inset Text
11178
11179 \begin_layout Plain Layout
11180 e
11181 \end_layout
11182
11183 \end_inset
11184 </cell>
11185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11186 \begin_inset Text
11187
11188 \begin_layout Plain Layout
11189 f
11190 \end_layout
11191
11192 \end_inset
11193 </cell>
11194 </row>
11195 <row>
11196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11197 \begin_inset Text
11198
11199 \begin_layout Plain Layout
11200 g
11201 \end_layout
11202
11203 \end_inset
11204 </cell>
11205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11206 \begin_inset Text
11207
11208 \begin_layout Plain Layout
11209 h
11210 \end_layout
11211
11212 \end_inset
11213 </cell>
11214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11215 \begin_inset Text
11216
11217 \begin_layout Plain Layout
11218 i
11219 \end_layout
11220
11221 \end_inset
11222 </cell>
11223 </row>
11224 </lyxtabular>
11225
11226 \end_inset
11227
11228
11229 \begin_inset space \hfill{}
11230 \end_inset
11231
11232
11233 \begin_inset Tabular
11234 <lyxtabular version="3" rows="3" columns="3">
11235 <features>
11236 <column alignment="center" valignment="middle" width="2.5cm">
11237 <column alignment="center" valignment="middle" width="0">
11238 <column alignment="center" valignment="middle" width="0">
11239 <row>
11240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11241 \begin_inset Text
11242
11243 \begin_layout Plain Layout
11244 \begin_inset space \hspace{}
11245 \length 0pt
11246 \end_inset
11247
11248 verylongtablecellword
11249 \end_layout
11250
11251 \end_inset
11252 </cell>
11253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11254 \begin_inset Text
11255
11256 \begin_layout Plain Layout
11257 b
11258 \end_layout
11259
11260 \end_inset
11261 </cell>
11262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11263 \begin_inset Text
11264
11265 \begin_layout Plain Layout
11266 c
11267 \end_layout
11268
11269 \end_inset
11270 </cell>
11271 </row>
11272 <row>
11273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11274 \begin_inset Text
11275
11276 \begin_layout Plain Layout
11277 d
11278 \end_layout
11279
11280 \end_inset
11281 </cell>
11282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11283 \begin_inset Text
11284
11285 \begin_layout Plain Layout
11286 e
11287 \end_layout
11288
11289 \end_inset
11290 </cell>
11291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11292 \begin_inset Text
11293
11294 \begin_layout Plain Layout
11295 f
11296 \end_layout
11297
11298 \end_inset
11299 </cell>
11300 </row>
11301 <row>
11302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11303 \begin_inset Text
11304
11305 \begin_layout Plain Layout
11306 g
11307 \end_layout
11308
11309 \end_inset
11310 </cell>
11311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11312 \begin_inset Text
11313
11314 \begin_layout Plain Layout
11315 h
11316 \end_layout
11317
11318 \end_inset
11319 </cell>
11320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11321 \begin_inset Text
11322
11323 \begin_layout Plain Layout
11324 i
11325 \end_layout
11326
11327 \end_inset
11328 </cell>
11329 </row>
11330 </lyxtabular>
11331
11332 \end_inset
11333
11334
11335 \begin_inset space \hfill{}
11336 \end_inset
11337
11338
11339 \end_layout
11340
11341 \end_inset
11342
11343
11344 \end_layout
11345
11346 \begin_layout Subsection
11347 Multicolumns
11348 \begin_inset CommandInset label
11349 LatexCommand label
11350 name "sub:Multicolumns"
11351
11352 \end_inset
11353
11354
11355 \begin_inset Index
11356 status collapsed
11357
11358 \begin_layout Plain Layout
11359 Multicolumns
11360 \end_layout
11361
11362 \end_inset
11363
11364
11365 \begin_inset Index
11366 status collapsed
11367
11368 \begin_layout Plain Layout
11369 Table ! Multicolumns
11370 \end_layout
11371
11372 \end_inset
11373
11374
11375 \end_layout
11376
11377 \begin_layout Subsubsection
11378 Multicolumn Basics
11379 \end_layout
11380
11381 \begin_layout Standard
11382 To span a cell over multiple columns, mark as much cells within a line that
11383  should be one spanned cell and use either the table-toolbar button 
11384 \begin_inset Graphics
11385         filename ../images/tabular-feature_multicolumn.png
11386         scale 85
11387         scaleBeforeRotation
11388
11389 \end_inset
11390
11391 , or the menu 
11392 \family sans
11393 Edit\SpecialChar \menuseparator
11394 Table\SpecialChar \menuseparator
11395 Multicolumn
11396 \family default
11397 , or right click on the marked cells and choose multicolumn in the appearing
11398  table dialog under the tab 
11399 \family sans
11400 Table Settings
11401 \family default
11402 .
11403 \end_layout
11404
11405 \begin_layout Standard
11406 Multicolumns have there own cell settings.
11407  That means changing cell borders, cell alignment, and the width only affects
11408  the multicolumn.
11409  Here is an example table with a multicolumn cell in the first row and one
11410  in the last row without the upper border:
11411 \end_layout
11412
11413 \begin_layout Standard
11414 \align center
11415 \begin_inset Tabular
11416 <lyxtabular version="3" rows="3" columns="4">
11417 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11418 <column alignment="center" valignment="top" width="0pt">
11419 <column alignment="center" valignment="middle" width="0">
11420 <column alignment="center" valignment="top" width="0in">
11421 <column alignment="center" valignment="top" width="0pt">
11422 <row>
11423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11424 \begin_inset Text
11425
11426 \begin_layout Plain Layout
11427 abc
11428 \end_layout
11429
11430 \end_inset
11431 </cell>
11432 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11433 \begin_inset Text
11434
11435 \begin_layout Plain Layout
11436 def ghi
11437 \end_layout
11438
11439 \end_inset
11440 </cell>
11441 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11442 \begin_inset Text
11443
11444 \begin_layout Plain Layout
11445
11446 \end_layout
11447
11448 \end_inset
11449 </cell>
11450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11451 \begin_inset Text
11452
11453 \begin_layout Plain Layout
11454 jkl
11455 \end_layout
11456
11457 \end_inset
11458 </cell>
11459 </row>
11460 <row>
11461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11462 \begin_inset Text
11463
11464 \begin_layout Plain Layout
11465
11466 \family roman
11467 \series medium
11468 \shape up
11469 \size normal
11470 \emph off
11471 \bar no
11472 \noun off
11473 \color none
11474 A
11475 \end_layout
11476
11477 \end_inset
11478 </cell>
11479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11480 \begin_inset Text
11481
11482 \begin_layout Plain Layout
11483 B
11484 \end_layout
11485
11486 \end_inset
11487 </cell>
11488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11489 \begin_inset Text
11490
11491 \begin_layout Plain Layout
11492 C
11493 \end_layout
11494
11495 \end_inset
11496 </cell>
11497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11498 \begin_inset Text
11499
11500 \begin_layout Plain Layout
11501 D
11502 \end_layout
11503
11504 \end_inset
11505 </cell>
11506 </row>
11507 <row>
11508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11509 \begin_inset Text
11510
11511 \begin_layout Plain Layout
11512 1
11513 \end_layout
11514
11515 \end_inset
11516 </cell>
11517 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11518 \begin_inset Text
11519
11520 \begin_layout Plain Layout
11521 2
11522 \end_layout
11523
11524 \end_inset
11525 </cell>
11526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11527 \begin_inset Text
11528
11529 \begin_layout Plain Layout
11530 3
11531 \end_layout
11532
11533 \end_inset
11534 </cell>
11535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11536 \begin_inset Text
11537
11538 \begin_layout Plain Layout
11539 4
11540 \end_layout
11541
11542 \end_inset
11543 </cell>
11544 </row>
11545 </lyxtabular>
11546
11547 \end_inset
11548
11549
11550 \end_layout
11551
11552 \begin_layout Subsubsection
11553 Multicolumn Calculations
11554 \begin_inset CommandInset label
11555 LatexCommand label
11556 name "sub:Multicolumn-Calculations"
11557
11558 \end_inset
11559
11560
11561 \begin_inset Index
11562 status collapsed
11563
11564 \begin_layout Plain Layout
11565 Multicolumns ! Calculations
11566 \end_layout
11567
11568 \end_inset
11569
11570
11571 \end_layout
11572
11573 \begin_layout Standard
11574 LyX supports multicolumns directly, but we have to take notice of the cell
11575  width of the columns spanned by the multicolumn cell.
11576 \end_layout
11577
11578 \begin_layout Standard
11579 \begin_inset Float table
11580 placement h
11581 wide false
11582 sideways false
11583 status open
11584
11585 \begin_layout Plain Layout
11586 \begin_inset Caption
11587
11588 \begin_layout Plain Layout
11589 \begin_inset CommandInset label
11590 LatexCommand label
11591 name "tab:Table-with-centered"
11592
11593 \end_inset
11594
11595 Table with centered multicolumn text above two columns that have exactly
11596  half the width of the multicolumn cell
11597 \begin_inset OptArg
11598 status collapsed
11599
11600 \begin_layout Plain Layout
11601 Perfect multicolumn table
11602 \end_layout
11603
11604 \end_inset
11605
11606
11607 \end_layout
11608
11609 \end_inset
11610
11611
11612 \end_layout
11613
11614 \begin_layout Plain Layout
11615 \align center
11616 \begin_inset Tabular
11617 <lyxtabular version="3" rows="3" columns="3">
11618 <features>
11619 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11620 <column alignment="center" valignment="middle" width="0">
11621 <column alignment="center" valignment="top" width="0">
11622 <row>
11623 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11624 \begin_inset Text
11625
11626 \begin_layout Plain Layout
11627 multiple lines multicolumn
11628 \end_layout
11629
11630 \end_inset
11631 </cell>
11632 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11633 \begin_inset Text
11634
11635 \begin_layout Plain Layout
11636
11637 \end_layout
11638
11639 \end_inset
11640 </cell>
11641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11642 \begin_inset Text
11643
11644 \begin_layout Plain Layout
11645 c
11646 \end_layout
11647
11648 \end_inset
11649 </cell>
11650 </row>
11651 <row>
11652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11653 \begin_inset Text
11654
11655 \begin_layout Plain Layout
11656 d
11657 \end_layout
11658
11659 \end_inset
11660 </cell>
11661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11662 \begin_inset Text
11663
11664 \begin_layout Plain Layout
11665 e
11666 \end_layout
11667
11668 \end_inset
11669 </cell>
11670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11671 \begin_inset Text
11672
11673 \begin_layout Plain Layout
11674 f
11675 \end_layout
11676
11677 \end_inset
11678 </cell>
11679 </row>
11680 <row>
11681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11682 \begin_inset Text
11683
11684 \begin_layout Plain Layout
11685 g
11686 \end_layout
11687
11688 \end_inset
11689 </cell>
11690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11691 \begin_inset Text
11692
11693 \begin_layout Plain Layout
11694 h
11695 \end_layout
11696
11697 \end_inset
11698 </cell>
11699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11700 \begin_inset Text
11701
11702 \begin_layout Plain Layout
11703 i
11704 \end_layout
11705
11706 \end_inset
11707 </cell>
11708 </row>
11709 </lyxtabular>
11710
11711 \end_inset
11712
11713
11714 \end_layout
11715
11716 \end_inset
11717
11718
11719 \end_layout
11720
11721 \begin_layout Standard
11722 To create for example Table
11723 \begin_inset space ~
11724 \end_inset
11725
11726
11727 \begin_inset CommandInset ref
11728 LatexCommand ref
11729 reference "tab:Table-with-centered"
11730
11731 \end_inset
11732
11733 , mark the first two cells in the first row of a 3×3 table and right-click
11734  on them.
11735  Now choose for this cell 
11736 \emph on
11737 multicolumn
11738 \emph default
11739
11740 \emph on
11741 centered alignment
11742 \emph default
11743  and a width of 2.5
11744 \begin_inset space \thinspace{}
11745 \end_inset
11746
11747 cm in the table dialog.
11748  The spanned columns should have exactly half the width of the multicolumn
11749  cell, so that you would adjust a width of 1.25
11750 \begin_inset space \thinspace{}
11751 \end_inset
11752
11753 cm for the first column.
11754  The second column has then automatically a width of 1.25
11755 \begin_inset space \thinspace{}
11756 \end_inset
11757
11758 cm (multicolumn width - width of first column).
11759  This was done for Table
11760 \begin_inset space ~
11761 \end_inset
11762
11763
11764 \begin_inset CommandInset ref
11765 LatexCommand ref
11766 reference "tab:Table-without-half"
11767
11768 \end_inset
11769
11770 .
11771 \end_layout
11772
11773 \begin_layout Standard
11774 \begin_inset Float table
11775 wide false
11776 sideways false
11777 status open
11778
11779 \begin_layout Plain Layout
11780 \begin_inset Caption
11781
11782 \begin_layout Plain Layout
11783 \begin_inset CommandInset label
11784 LatexCommand label
11785 name "tab:Table-without-half"
11786
11787 \end_inset
11788
11789 Table where the spanned table columns have not exactly half the width of
11790  the multicolumn cell
11791 \begin_inset OptArg
11792 status collapsed
11793
11794 \begin_layout Plain Layout
11795 Imperfect multicolumn table
11796 \end_layout
11797
11798 \end_inset
11799
11800
11801 \end_layout
11802
11803 \end_inset
11804
11805
11806 \end_layout
11807
11808 \begin_layout Plain Layout
11809 \align center
11810 \begin_inset Tabular
11811 <lyxtabular version="3" rows="3" columns="3">
11812 <features>
11813 <column alignment="center" valignment="top" width="1.25cm">
11814 <column alignment="center" valignment="top" width="0">
11815 <column alignment="center" valignment="top" width="0">
11816 <row>
11817 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11818 \begin_inset Text
11819
11820 \begin_layout Plain Layout
11821 multiple lines multicolumn
11822 \end_layout
11823
11824 \end_inset
11825 </cell>
11826 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11827 \begin_inset Text
11828
11829 \begin_layout Plain Layout
11830
11831 \end_layout
11832
11833 \end_inset
11834 </cell>
11835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11836 \begin_inset Text
11837
11838 \begin_layout Plain Layout
11839 c
11840 \end_layout
11841
11842 \end_inset
11843 </cell>
11844 </row>
11845 <row>
11846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11847 \begin_inset Text
11848
11849 \begin_layout Plain Layout
11850 d
11851 \end_layout
11852
11853 \end_inset
11854 </cell>
11855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11856 \begin_inset Text
11857
11858 \begin_layout Plain Layout
11859 e
11860 \end_layout
11861
11862 \end_inset
11863 </cell>
11864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11865 \begin_inset Text
11866
11867 \begin_layout Plain Layout
11868 f
11869 \end_layout
11870
11871 \end_inset
11872 </cell>
11873 </row>
11874 <row>
11875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11876 \begin_inset Text
11877
11878 \begin_layout Plain Layout
11879 g
11880 \end_layout
11881
11882 \end_inset
11883 </cell>
11884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11885 \begin_inset Text
11886
11887 \begin_layout Plain Layout
11888 h
11889 \end_layout
11890
11891 \end_inset
11892 </cell>
11893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11894 \begin_inset Text
11895
11896 \begin_layout Plain Layout
11897 i
11898 \end_layout
11899
11900 \end_inset
11901 </cell>
11902 </row>
11903 </lyxtabular>
11904
11905 \end_inset
11906
11907
11908 \end_layout
11909
11910 \end_inset
11911
11912
11913 \end_layout
11914
11915 \begin_layout Standard
11916 You can see that the first column has not the half width of the multicolumn
11917  cell, it is a bit bigger.
11918  The reason is that the given width of a cell 
11919 \begin_inset Formula $W_{g}$
11920 \end_inset
11921
11922  is not its total width 
11923 \begin_inset Formula $W_{\mathrm{tot}}$
11924 \end_inset
11925
11926  because a cell is always a bit larger than its given width.
11927  Appendix
11928 \begin_inset space ~
11929 \end_inset
11930
11931
11932 \begin_inset CommandInset ref
11933 LatexCommand eqref
11934 reference "cha:Explanation-of-Equation"
11935
11936 \end_inset
11937
11938  explains it in detail.
11939 \end_layout
11940
11941 \begin_layout Standard
11942 The needed given width 
11943 \begin_inset Formula $W_{g\, n}$
11944 \end_inset
11945
11946  when 
11947 \emph on
11948 n
11949 \emph default
11950  columns are spanned can be calculated, so that each column has a total
11951  width of 
11952 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11953 \end_inset
11954
11955 :
11956 \begin_inset Formula \begin{equation}
11957 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11958
11959 \end_inset
11960
11961
11962 \end_layout
11963
11964 \begin_layout Standard
11965 In our case we have 
11966 \begin_inset Formula $n=2$
11967 \end_inset
11968
11969
11970 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11971 \end_inset
11972
11973 cm and the default values for the lengths, so that equation 
11974 \begin_inset CommandInset ref
11975 LatexCommand ref
11976 reference "eq:Wgn"
11977
11978 \end_inset
11979
11980  becomes
11981 \begin_inset Formula \begin{equation}
11982 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11983
11984 \end_inset
11985
11986
11987 \end_layout
11988
11989 \begin_layout Standard
11990 To enable calculations in LaTeX, the LaTeX-package 
11991 \series bold
11992 calc
11993 \series default
11994  must be loaded with the document preamble line
11995 \begin_inset Index
11996 status collapsed
11997
11998 \begin_layout Plain Layout
11999 LaTeX-packages ! calc
12000 \end_layout
12001
12002 \end_inset
12003
12004
12005 \end_layout
12006
12007 \begin_layout Standard
12008
12009 \series bold
12010
12011 \backslash
12012 usepackage{calc}
12013 \end_layout
12014
12015 \begin_layout Standard
12016 LyX does not allow to calculate lengths in the width-field of the table
12017  dialog.
12018  Therefore you have to format the column by inserting a LaTeX-argument in
12019  the dialog.
12020  Here is an overview about the arguments:
12021 \end_layout
12022
12023 \begin_layout Itemize
12024
12025 \series bold
12026 p{width}
12027 \series default
12028  creates cell with a fixed width, its text is vertically top-aligned
12029 \end_layout
12030
12031 \begin_layout Itemize
12032
12033 \series bold
12034 m{width}
12035 \series default
12036  creates cell with a fixed width, its text is vertically centered
12037 \end_layout
12038
12039 \begin_layout Itemize
12040
12041 \series bold
12042 b{width}
12043 \series default
12044  creates cell with a fixed width, its text is vertically bottom-aligned
12045 \end_layout
12046
12047 \begin_layout Standard
12048 By entering a LaTeX-argument, all cell settings set in the table dialog
12049  are overwritten.
12050 \end_layout
12051
12052 \begin_layout Standard
12053 \begin_inset Note Greyedout
12054 status open
12055
12056 \begin_layout Plain Layout
12057
12058 \series bold
12059 Note:
12060 \series default
12061  Due to a bug, LyX shows the overwritten settings anyway.
12062 \end_layout
12063
12064 \end_inset
12065
12066
12067 \end_layout
12068
12069 \begin_layout Standard
12070 As the text should be horizontally centered, the command 
12071 \series bold
12072
12073 \backslash
12074 centering
12075 \series default
12076  is added.
12077  You can now enter the following LaTeX-argument for the first spanned column:
12078 \end_layout
12079
12080 \begin_layout Standard
12081
12082 \series bold
12083 >{
12084 \backslash
12085 centering}m{1.25cm-6.2pt}
12086 \end_layout
12087
12088 \begin_layout Standard
12089 The command 
12090 \series bold
12091 >{ }
12092 \series default
12093  means, that the commands inside the braces are applied before the cell
12094  is created.
12095 \end_layout
12096
12097 \begin_layout Standard
12098 Although we have chosen centered alignment for the text of the multicolumn
12099  cell, it is still left aligned.
12100  This is because LyX only applies the alignment to single columns.
12101  So we have to use for the multicolumn the LaTeX-argument
12102 \end_layout
12103
12104 \begin_layout Standard
12105
12106 \series bold
12107 >{
12108 \backslash
12109 centering}m{2.5cm}
12110 \end_layout
12111
12112 \begin_layout Subsection
12113 Multirows
12114 \begin_inset Index
12115 status collapsed
12116
12117 \begin_layout Plain Layout
12118 Multirows
12119 \end_layout
12120
12121 \end_inset
12122
12123
12124 \begin_inset Index
12125 status collapsed
12126
12127 \begin_layout Plain Layout
12128 Table ! Multirows
12129 \end_layout
12130
12131 \end_inset
12132
12133
12134 \begin_inset Index
12135 status collapsed
12136
12137 \begin_layout Plain Layout
12138 LaTeX-packages ! multirow
12139 \end_layout
12140
12141 \end_inset
12142
12143
12144 \end_layout
12145
12146 \begin_layout Standard
12147 In contrary to multicolumns multirows are not yet supported by LyX so a
12148  bit of TeX-Code needs to be used.
12149  To use multirows load the LaTeX-package 
12150 \series bold
12151 multirow
12152 \series default
12153  in your document preamble with the command
12154 \end_layout
12155
12156 \begin_layout Standard
12157
12158 \series bold
12159
12160 \backslash
12161 usepackage{multirow}
12162 \end_layout
12163
12164 \begin_layout Standard
12165 Multirows are created with the command
12166 \end_layout
12167
12168 \begin_layout Standard
12169
12170 \series bold
12171
12172 \backslash
12173 multirow{number of rows}{cell width}{cell entry}
12174 \end_layout
12175
12176 \begin_layout Standard
12177 To create the following table:
12178 \end_layout
12179
12180 \begin_layout Standard
12181 \align center
12182 \begin_inset ERT
12183 status collapsed
12184
12185 \begin_layout Plain Layout
12186
12187
12188 \backslash
12189 renewcommand{
12190 \backslash
12191 multirowsetup}{
12192 \backslash
12193 centering}
12194 \end_layout
12195
12196 \end_inset
12197
12198
12199 \begin_inset Tabular
12200 <lyxtabular version="3" rows="3" columns="3">
12201 <features>
12202 <column alignment="center" valignment="top" width="0">
12203 <column alignment="center" valignment="top" width="0">
12204 <column alignment="center" valignment="top" width="0">
12205 <row>
12206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12207 \begin_inset Text
12208
12209 \begin_layout Plain Layout
12210 a
12211 \end_layout
12212
12213 \end_inset
12214 </cell>
12215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12216 \begin_inset Text
12217
12218 \begin_layout Plain Layout
12219 b
12220 \end_layout
12221
12222 \end_inset
12223 </cell>
12224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12225 \begin_inset Text
12226
12227 \begin_layout Plain Layout
12228 c
12229 \end_layout
12230
12231 \end_inset
12232 </cell>
12233 </row>
12234 <row>
12235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12236 \begin_inset Text
12237
12238 \begin_layout Plain Layout
12239 \begin_inset ERT
12240 status collapsed
12241
12242 \begin_layout Plain Layout
12243
12244
12245 \backslash
12246 multirow{2}{2.5cm}{
12247 \end_layout
12248
12249 \end_inset
12250
12251 multirow entry
12252 \begin_inset ERT
12253 status collapsed
12254
12255 \begin_layout Plain Layout
12256
12257 }
12258 \end_layout
12259
12260 \end_inset
12261
12262
12263 \end_layout
12264
12265 \end_inset
12266 </cell>
12267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12268 \begin_inset Text
12269
12270 \begin_layout Plain Layout
12271 e
12272 \end_layout
12273
12274 \end_inset
12275 </cell>
12276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12277 \begin_inset Text
12278
12279 \begin_layout Plain Layout
12280 f
12281 \end_layout
12282
12283 \end_inset
12284 </cell>
12285 </row>
12286 <row>
12287 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12288 \begin_inset Text
12289
12290 \begin_layout Plain Layout
12291
12292 \end_layout
12293
12294 \end_inset
12295 </cell>
12296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12297 \begin_inset Text
12298
12299 \begin_layout Plain Layout
12300 h
12301 \end_layout
12302
12303 \end_inset
12304 </cell>
12305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12306 \begin_inset Text
12307
12308 \begin_layout Plain Layout
12309 i
12310 \end_layout
12311
12312 \end_inset
12313 </cell>
12314 </row>
12315 </lyxtabular>
12316
12317 \end_inset
12318
12319
12320 \begin_inset ERT
12321 status collapsed
12322
12323 \begin_layout Plain Layout
12324
12325
12326 \backslash
12327 renewcommand{
12328 \backslash
12329 multirowsetup}{
12330 \backslash
12331 raggedright}
12332 \end_layout
12333
12334 \end_inset
12335
12336
12337 \end_layout
12338
12339 \begin_layout Standard
12340 create a 3×3 table.
12341  To get rid of the line above the last cell in the first column, the cell
12342  is marked as multicolumn and the upper border is unset.
12343  The multirow is now created in the second row of the first column by inserting
12344  there the command
12345 \end_layout
12346
12347 \begin_layout Standard
12348
12349 \series bold
12350
12351 \backslash
12352 multirow{2}{2.5cm}{
12353 \end_layout
12354
12355 \begin_layout Standard
12356 as TeX-Code.
12357  According to the command parameters the multirow spans now two rows and
12358  has a width of 2.5
12359 \begin_inset space \thinspace{}
12360 \end_inset
12361
12362 cm.
12363  The content of the multirow cell follows outside the TeX-Code box and the
12364  command is finished with a right brace 
12365 \series bold
12366 }
12367 \series default
12368  in another TeX-Code-box behind the text.
12369 \end_layout
12370
12371 \begin_layout Standard
12372
12373 \series bold
12374
12375 \backslash
12376 multirow
12377 \series default
12378  left-aligns its content by default.
12379  To override the default, renew the command 
12380 \series bold
12381
12382 \backslash
12383 multirowsetup
12384 \series default
12385  with the command
12386 \end_layout
12387
12388 \begin_layout Standard
12389
12390 \series bold
12391
12392 \backslash
12393 renewcommand{
12394 \backslash
12395 multirowsetup}{
12396 \backslash
12397 centering}
12398 \end_layout
12399
12400 \begin_layout Standard
12401 in TeX-Code in the document preamble.
12402  Then all entries of multirow cells in the document are centered.
12403  If centering is only needed for several tables, you can renew the command
12404  in an TeX-Code box just before the table instead of the preamble.
12405  If the text should be right-aligned, replace 
12406 \series bold
12407
12408 \backslash
12409 centering
12410 \series default
12411  by 
12412 \series bold
12413
12414 \backslash
12415 raggedleft
12416 \series default
12417 .
12418  To return to left-alignment 
12419 \series bold
12420
12421 \backslash
12422 raggedright
12423 \series default
12424  is used.
12425 \end_layout
12426
12427 \begin_layout Section
12428 Formal Tables
12429 \begin_inset CommandInset label
12430 LatexCommand label
12431 name "sec:Formal-Tables"
12432
12433 \end_inset
12434
12435
12436 \begin_inset Index
12437 status collapsed
12438
12439 \begin_layout Plain Layout
12440 Table ! Formal
12441 \end_layout
12442
12443 \end_inset
12444
12445
12446 \end_layout
12447
12448 \begin_layout Standard
12449 Tables are often typeset in books similar to Table
12450 \begin_inset space ~
12451 \end_inset
12452
12453
12454 \begin_inset CommandInset ref
12455 LatexCommand ref
12456 reference "tab:Example-booktabs-table"
12457
12458 \end_inset
12459
12460 .
12461  This kind of tables is called 
12462 \begin_inset Quotes eld
12463 \end_inset
12464
12465
12466 \emph on
12467 formal
12468 \emph default
12469
12470 \begin_inset Quotes erd
12471 \end_inset
12472
12473 .
12474  To make a table a formal table use the option 
12475 \family sans
12476 Formal
12477 \family default
12478  in the 
12479 \family sans
12480 Borders
12481 \family default
12482  tab of the table dialog.
12483 \end_layout
12484
12485 \begin_layout Standard
12486 \begin_inset Float table
12487 placement h
12488 wide false
12489 sideways false
12490 status open
12491
12492 \begin_layout Plain Layout
12493 \begin_inset Caption
12494
12495 \begin_layout Plain Layout
12496 \begin_inset CommandInset label
12497 LatexCommand label
12498 name "tab:Example-booktabs-table"
12499
12500 \end_inset
12501
12502 Example booktabs-table
12503 \end_layout
12504
12505 \end_inset
12506
12507
12508 \end_layout
12509
12510 \begin_layout Plain Layout
12511 \align center
12512 \begin_inset Tabular
12513 <lyxtabular version="3" rows="8" columns="4">
12514 <features booktabs="true">
12515 <column alignment="center" valignment="top" width="0">
12516 <column alignment="center" valignment="top" width="0">
12517 <column alignment="center" valignment="top" width="0">
12518 <column alignment="center" valignment="top" width="0">
12519 <row>
12520 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12521 \begin_inset Text
12522
12523 \begin_layout Plain Layout
12524 System
12525 \end_layout
12526
12527 \end_inset
12528 </cell>
12529 <cell alignment="center" valignment="top" topline="true" usebox="none">
12530 \begin_inset Text
12531
12532 \begin_layout Plain Layout
12533 Medipix
12534 \begin_inset Formula $\,$
12535 \end_inset
12536
12537 1
12538 \end_layout
12539
12540 \end_inset
12541 </cell>
12542 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12543 \begin_inset Text
12544
12545 \begin_layout Plain Layout
12546 Medipix
12547 \begin_inset Formula $\,$
12548 \end_inset
12549
12550 2
12551 \end_layout
12552
12553 \end_inset
12554 </cell>
12555 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12556 \begin_inset Text
12557
12558 \begin_layout Plain Layout
12559
12560 \end_layout
12561
12562 \end_inset
12563 </cell>
12564 </row>
12565 <row>
12566 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12567 \begin_inset Text
12568
12569 \begin_layout Plain Layout
12570 \begin_inset ERT
12571 status collapsed
12572
12573 \begin_layout Plain Layout
12574
12575
12576 \backslash
12577 cmidrule(r){2-2}
12578 \end_layout
12579
12580 \end_inset
12581
12582
12583 \begin_inset ERT
12584 status collapsed
12585
12586 \begin_layout Plain Layout
12587
12588
12589 \backslash
12590 cmidrule(l){3-4}
12591 \end_layout
12592
12593 \end_inset
12594
12595 Detector thickness [µm]
12596 \end_layout
12597
12598 \end_inset
12599 </cell>
12600 <cell alignment="center" valignment="top" usebox="none">
12601 \begin_inset Text
12602
12603 \begin_layout Plain Layout
12604 300
12605 \end_layout
12606
12607 \end_inset
12608 </cell>
12609 <cell alignment="center" valignment="top" usebox="none">
12610 \begin_inset Text
12611
12612 \begin_layout Plain Layout
12613 300
12614 \end_layout
12615
12616 \end_inset
12617 </cell>
12618 <cell alignment="center" valignment="top" usebox="none">
12619 \begin_inset Text
12620
12621 \begin_layout Plain Layout
12622 700
12623 \end_layout
12624
12625 \end_inset
12626 </cell>
12627 </row>
12628 <row>
12629 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12630 \begin_inset Text
12631
12632 \begin_layout Plain Layout
12633 Edge angle [°]
12634 \end_layout
12635
12636 \end_inset
12637 </cell>
12638 <cell alignment="center" valignment="top" topline="true" usebox="none">
12639 \begin_inset Text
12640
12641 \begin_layout Plain Layout
12642 3.55
12643 \end_layout
12644
12645 \end_inset
12646 </cell>
12647 <cell alignment="center" valignment="top" topline="true" usebox="none">
12648 \begin_inset Text
12649
12650 \begin_layout Plain Layout
12651 2.71
12652 \end_layout
12653
12654 \end_inset
12655 </cell>
12656 <cell alignment="center" valignment="top" topline="true" usebox="none">
12657 \begin_inset Text
12658
12659 \begin_layout Plain Layout
12660 7.99
12661 \end_layout
12662
12663 \end_inset
12664 </cell>
12665 </row>
12666 <row topspace="default">
12667 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12668 \begin_inset Text
12669
12670 \begin_layout Plain Layout
12671 Spatial resolution [µm]
12672 \end_layout
12673
12674 \end_inset
12675 </cell>
12676 <cell alignment="center" valignment="top" usebox="none">
12677 \begin_inset Text
12678
12679 \begin_layout Plain Layout
12680 4.26
12681 \end_layout
12682
12683 \end_inset
12684 </cell>
12685 <cell alignment="center" valignment="top" usebox="none">
12686 \begin_inset Text
12687
12688 \begin_layout Plain Layout
12689 10.17
12690 \end_layout
12691
12692 \end_inset
12693 </cell>
12694 <cell alignment="center" valignment="top" usebox="none">
12695 \begin_inset Text
12696
12697 \begin_layout Plain Layout
12698 10.56
12699 \end_layout
12700
12701 \end_inset
12702 </cell>
12703 </row>
12704 <row topspace="default">
12705 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12706 \begin_inset Text
12707
12708 \begin_layout Plain Layout
12709 MTF at 
12710 \begin_inset Formula $f_{\mathrm{max}}$
12711 \end_inset
12712
12713
12714 \end_layout
12715
12716 \end_inset
12717 </cell>
12718 <cell alignment="center" valignment="top" usebox="none">
12719 \begin_inset Text
12720
12721 \begin_layout Plain Layout
12722 0.53
12723 \end_layout
12724
12725 \end_inset
12726 </cell>
12727 <cell alignment="center" valignment="top" usebox="none">
12728 \begin_inset Text
12729
12730 \begin_layout Plain Layout
12731 0.37
12732 \end_layout
12733
12734 \end_inset
12735 </cell>
12736 <cell alignment="center" valignment="top" usebox="none">
12737 \begin_inset Text
12738
12739 \begin_layout Plain Layout
12740 0.39
12741 \end_layout
12742
12743 \end_inset
12744 </cell>
12745 </row>
12746 <row topspace="default">
12747 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12748 \begin_inset Text
12749
12750 \begin_layout Plain Layout
12751 \begin_inset ERT
12752 status collapsed
12753
12754 \begin_layout Plain Layout
12755
12756
12757 \backslash
12758 cmidrule(l{10pt}){1-1}
12759 \end_layout
12760
12761 \end_inset
12762
12763 LSF-spatial resolution
12764 \end_layout
12765
12766 \end_inset
12767 </cell>
12768 <cell alignment="center" valignment="top" usebox="none">
12769 \begin_inset Text
12770
12771 \begin_layout Plain Layout
12772
12773 \end_layout
12774
12775 \end_inset
12776 </cell>
12777 <cell alignment="center" valignment="top" usebox="none">
12778 \begin_inset Text
12779
12780 \begin_layout Plain Layout
12781
12782 \end_layout
12783
12784 \end_inset
12785 </cell>
12786 <cell alignment="center" valignment="top" usebox="none">
12787 \begin_inset Text
12788
12789 \begin_layout Plain Layout
12790
12791 \end_layout
12792
12793 \end_inset
12794 </cell>
12795 </row>
12796 <row>
12797 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12798 \begin_inset Text
12799
12800 \begin_layout Plain Layout
12801 in µm
12802 \end_layout
12803
12804 \end_inset
12805 </cell>
12806 <cell alignment="center" valignment="top" usebox="none">
12807 \begin_inset Text
12808
12809 \begin_layout Plain Layout
12810 129.7
12811 \end_layout
12812
12813 \end_inset
12814 </cell>
12815 <cell alignment="center" valignment="top" usebox="none">
12816 \begin_inset Text
12817
12818 \begin_layout Plain Layout
12819 52.75
12820 \end_layout
12821
12822 \end_inset
12823 </cell>
12824 <cell alignment="center" valignment="top" usebox="none">
12825 \begin_inset Text
12826
12827 \begin_layout Plain Layout
12828 50.78
12829 \end_layout
12830
12831 \end_inset
12832 </cell>
12833 </row>
12834 <row>
12835 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12836 \begin_inset Text
12837
12838 \begin_layout Plain Layout
12839 in % of pixel size
12840 \end_layout
12841
12842 \end_inset
12843 </cell>
12844 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12845 \begin_inset Text
12846
12847 \begin_layout Plain Layout
12848 76.3
12849 \end_layout
12850
12851 \end_inset
12852 </cell>
12853 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12854 \begin_inset Text
12855
12856 \begin_layout Plain Layout
12857 95.9
12858 \end_layout
12859
12860 \end_inset
12861 </cell>
12862 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12863 \begin_inset Text
12864
12865 \begin_layout Plain Layout
12866 92.3
12867 \end_layout
12868
12869 \end_inset
12870 </cell>
12871 </row>
12872 </lyxtabular>
12873
12874 \end_inset
12875
12876
12877 \end_layout
12878
12879 \end_inset
12880
12881
12882 \end_layout
12883
12884 \begin_layout Standard
12885 Spaces to table rows can be added using the 
12886 \family sans
12887 Borders
12888 \family default
12889  tab of the table dialog as described in section
12890 \begin_inset space ~
12891 \end_inset
12892
12893
12894 \begin_inset CommandInset ref
12895 LatexCommand ref
12896 reference "sub:Row-Spacing"
12897
12898 \end_inset
12899
12900 .
12901 \end_layout
12902
12903 \begin_layout Standard
12904 In contrary to normal tables, formal tables have no vertical table lines.
12905  The horizontal table lines can be set like for normal tables but they appear
12906  with different width in the output:
12907 \begin_inset Newline newline
12908 \end_inset
12909
12910 The first and the last table line have a default width of 0.08
12911 \begin_inset space \thinspace{}
12912 \end_inset
12913
12914 em while the other lines have a default width of 0.05
12915 \begin_inset space \thinspace{}
12916 \end_inset
12917
12918 em.
12919 \end_layout
12920
12921 \begin_layout Standard
12922 The default widths can be changed with the following preamble lines
12923 \end_layout
12924
12925 \begin_layout Standard
12926
12927 \series bold
12928
12929 \backslash
12930 let
12931 \backslash
12932 mytoprule
12933 \backslash
12934 toprule
12935 \begin_inset Newline newline
12936 \end_inset
12937
12938
12939 \backslash
12940 renewcommand{
12941 \backslash
12942 toprule}{
12943 \backslash
12944 mytoprule[width]}
12945 \end_layout
12946
12947 \begin_layout Standard
12948 This example is for the first line, the so called 
12949 \series bold
12950 toprule
12951 \series default
12952 .
12953  If you want to change the width for the last line, replace 
12954 \series bold
12955 toprule
12956 \series default
12957  by 
12958 \series bold
12959 bottomrule
12960 \series default
12961 .
12962  To change the width for the other lines replace 
12963 \series bold
12964 toprule
12965 \series default
12966  by 
12967 \series bold
12968 midrule
12969 \series default
12970 .
12971  You can use all units listed in appendix
12972 \begin_inset space ~
12973 \end_inset
12974
12975
12976 \begin_inset CommandInset ref
12977 LatexCommand ref
12978 reference "cha:Units-available-in"
12979
12980 \end_inset
12981
12982  to set the width.
12983 \end_layout
12984
12985 \begin_layout Standard
12986 Lines that don't span over all table columns can be created by setting a
12987  table line for multicolumn cells.
12988  LyX will then internally use the command 
12989 \series bold
12990
12991 \backslash
12992 cmidrule
12993 \series default
12994  to create this line.
12995  Its full scheme is
12996 \end_layout
12997
12998 \begin_layout Standard
12999
13000 \series bold
13001
13002 \backslash
13003 cmidrule[width](trim){startcol-endcol}
13004 \end_layout
13005
13006 \begin_layout Standard
13007 The options of 
13008 \series bold
13009
13010 \backslash
13011 cmidrule
13012 \series default
13013  are are currently not supported by LyX so you have to use TeX-Code to be
13014  able to use them.
13015  
13016 \series bold
13017
13018 \backslash
13019 cmidrule
13020 \series default
13021 s can manually be created by inserting the command as TeX-Code as first
13022  cell entry of the first cell of a row.
13023  The line is then drawn in the output above the current row.
13024 \end_layout
13025
13026 \begin_layout Standard
13027 The default for the width is 0.03
13028 \begin_inset space \thinspace{}
13029 \end_inset
13030
13031 em.
13032  Startcol is the number of the column where the line starts and endcol the
13033  column number where the line ends.
13034  The endcol always needs to be specified, also when the line should span
13035  only one column.
13036  The optional parameter trim could be either 
13037 \emph on
13038 l{trimwidth}
13039 \emph default
13040 , or 
13041 \emph on
13042 r{trimwidth}
13043 \emph default
13044  where the trimwidth is also optional.
13045  Using for example the parameter 
13046 \emph on
13047 l{2pt}
13048 \emph default
13049  means that the line is trimmed from its left end by 2
13050 \begin_inset space \thinspace{}
13051 \end_inset
13052
13053 pt.
13054  If you don't specify the trimwidth the lines are trimmed by the default
13055  of 0.5
13056 \begin_inset space \thinspace{}
13057 \end_inset
13058
13059 em.
13060 \end_layout
13061
13062 \begin_layout Standard
13063 \begin_inset VSpace bigskip
13064 \end_inset
13065
13066 Table
13067 \begin_inset space ~
13068 \end_inset
13069
13070
13071 \begin_inset CommandInset ref
13072 LatexCommand ref
13073 reference "tab:Example-booktabs-table"
13074
13075 \end_inset
13076
13077  was created using the commands
13078 \end_layout
13079
13080 \begin_layout Standard
13081
13082 \series bold
13083
13084 \backslash
13085 cmidrule(r){2-2}
13086 \backslash
13087 cmidrule(l){3-4}
13088 \end_layout
13089
13090 \begin_layout Standard
13091 at the beginning of the in the second row and
13092 \end_layout
13093
13094 \begin_layout Standard
13095
13096 \series bold
13097
13098 \backslash
13099 cmidrule(l{10pt}){1-1}
13100 \end_layout
13101
13102 \begin_layout Standard
13103 in the sixth row.
13104 \end_layout
13105
13106 \begin_layout Standard
13107 \begin_inset VSpace bigskip
13108 \end_inset
13109
13110
13111 \end_layout
13112
13113 \begin_layout Standard
13114 You might want to have overlapping 
13115 \series bold
13116
13117 \backslash
13118 cmidrule
13119 \series default
13120 s like in Table
13121 \begin_inset space ~
13122 \end_inset
13123
13124
13125 \begin_inset CommandInset ref
13126 LatexCommand ref
13127 reference "tab:Special-booktabs-table"
13128
13129 \end_inset
13130
13131 .
13132  This can be achieved with the TeX-Code command
13133 \end_layout
13134
13135 \begin_layout Standard
13136
13137 \series bold
13138
13139 \backslash
13140 morecmidrules
13141 \end_layout
13142
13143 \begin_layout Standard
13144 The command that was used for the second row of Table
13145 \begin_inset space ~
13146 \end_inset
13147
13148
13149 \begin_inset CommandInset ref
13150 LatexCommand ref
13151 reference "tab:Special-booktabs-table"
13152
13153 \end_inset
13154
13155  is
13156 \end_layout
13157
13158 \begin_layout Standard
13159
13160 \series bold
13161
13162 \backslash
13163 cmidrule(r){2-2}
13164 \backslash
13165 cmidrule(l){3-4}
13166 \backslash
13167 morecmidrules
13168 \backslash
13169 cmidrule{2-4}
13170 \end_layout
13171
13172 \begin_layout Standard
13173 The command for the sixth row is
13174 \end_layout
13175
13176 \begin_layout Standard
13177
13178 \series bold
13179
13180 \backslash
13181 midrule
13182 \backslash
13183 morecmidrules
13184 \backslash
13185 cmidrule{3-4}
13186 \end_layout
13187
13188 \begin_layout Standard
13189 \begin_inset VSpace bigskip
13190 \end_inset
13191
13192
13193 \end_layout
13194
13195 \begin_layout Standard
13196 If you are anyway not satisfied with the border line spacing, you can use
13197  the following command to produce lines that span over all table columns
13198 \series bold
13199 :
13200 \end_layout
13201
13202 \begin_layout Standard
13203
13204 \series bold
13205
13206 \backslash
13207 specialrule{width}{space above}{space below}
13208 \end_layout
13209
13210 \begin_layout Standard
13211 For more informations about these specialties, we refer to the manual of
13212  the LaTeX-package 
13213 \series bold
13214 booktabs
13215 \series default
13216  
13217 \begin_inset CommandInset citation
13218 LatexCommand cite
13219 key "booktabs"
13220
13221 \end_inset
13222
13223 .
13224 \begin_inset Index
13225 status collapsed
13226
13227 \begin_layout Plain Layout
13228 LaTeX-packages ! booktabs
13229 \end_layout
13230
13231 \end_inset
13232
13233
13234 \end_layout
13235
13236 \begin_layout Standard
13237 \begin_inset Float table
13238 placement h
13239 wide false
13240 sideways false
13241 status open
13242
13243 \begin_layout Plain Layout
13244 \begin_inset Caption
13245
13246 \begin_layout Plain Layout
13247 \begin_inset CommandInset label
13248 LatexCommand label
13249 name "tab:Special-booktabs-table"
13250
13251 \end_inset
13252
13253 Special booktabs-table
13254 \end_layout
13255
13256 \end_inset
13257
13258
13259 \end_layout
13260
13261 \begin_layout Plain Layout
13262 \align center
13263 \begin_inset Tabular
13264 <lyxtabular version="3" rows="8" columns="4">
13265 <features booktabs="true">
13266 <column alignment="center" valignment="top" width="0">
13267 <column alignment="center" valignment="top" width="0">
13268 <column alignment="center" valignment="top" width="0">
13269 <column alignment="center" valignment="top" width="0">
13270 <row>
13271 <cell alignment="center" valignment="top" topline="true" usebox="none">
13272 \begin_inset Text
13273
13274 \begin_layout Plain Layout
13275 System
13276 \end_layout
13277
13278 \end_inset
13279 </cell>
13280 <cell alignment="center" valignment="top" topline="true" usebox="none">
13281 \begin_inset Text
13282
13283 \begin_layout Plain Layout
13284 Medipix
13285 \begin_inset space \thinspace{}
13286 \end_inset
13287
13288 1
13289 \end_layout
13290
13291 \end_inset
13292 </cell>
13293 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13294 \begin_inset Text
13295
13296 \begin_layout Plain Layout
13297 Medipix
13298 \begin_inset space \thinspace{}
13299 \end_inset
13300
13301 2
13302 \end_layout
13303
13304 \end_inset
13305 </cell>
13306 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13307 \begin_inset Text
13308
13309 \begin_layout Plain Layout
13310
13311 \end_layout
13312
13313 \end_inset
13314 </cell>
13315 </row>
13316 <row>
13317 <cell alignment="center" valignment="top" usebox="none">
13318 \begin_inset Text
13319
13320 \begin_layout Plain Layout
13321 \begin_inset ERT
13322 status collapsed
13323
13324 \begin_layout Plain Layout
13325
13326
13327 \backslash
13328 cmidrule(r){2-2}
13329 \end_layout
13330
13331 \end_inset
13332
13333
13334 \begin_inset ERT
13335 status collapsed
13336
13337 \begin_layout Plain Layout
13338
13339
13340 \backslash
13341 cmidrule(l){3-4}
13342 \end_layout
13343
13344 \end_inset
13345
13346
13347 \begin_inset ERT
13348 status collapsed
13349
13350 \begin_layout Plain Layout
13351
13352
13353 \backslash
13354 morecmidrules 
13355 \end_layout
13356
13357 \end_inset
13358
13359
13360 \begin_inset ERT
13361 status collapsed
13362
13363 \begin_layout Plain Layout
13364
13365
13366 \backslash
13367 cmidrule{2-4}
13368 \end_layout
13369
13370 \end_inset
13371
13372 Detector thickness [µm]
13373 \end_layout
13374
13375 \end_inset
13376 </cell>
13377 <cell alignment="center" valignment="top" usebox="none">
13378 \begin_inset Text
13379
13380 \begin_layout Plain Layout
13381 300
13382 \end_layout
13383
13384 \end_inset
13385 </cell>
13386 <cell alignment="center" valignment="top" usebox="none">
13387 \begin_inset Text
13388
13389 \begin_layout Plain Layout
13390 300
13391 \end_layout
13392
13393 \end_inset
13394 </cell>
13395 <cell alignment="center" valignment="top" usebox="none">
13396 \begin_inset Text
13397
13398 \begin_layout Plain Layout
13399 700
13400 \end_layout
13401
13402 \end_inset
13403 </cell>
13404 </row>
13405 <row>
13406 <cell alignment="center" valignment="top" topline="true" usebox="none">
13407 \begin_inset Text
13408
13409 \begin_layout Plain Layout
13410 Edge angle [°]
13411 \end_layout
13412
13413 \end_inset
13414 </cell>
13415 <cell alignment="center" valignment="top" topline="true" usebox="none">
13416 \begin_inset Text
13417
13418 \begin_layout Plain Layout
13419 3.55
13420 \end_layout
13421
13422 \end_inset
13423 </cell>
13424 <cell alignment="center" valignment="top" topline="true" usebox="none">
13425 \begin_inset Text
13426
13427 \begin_layout Plain Layout
13428 2.71
13429 \end_layout
13430
13431 \end_inset
13432 </cell>
13433 <cell alignment="center" valignment="top" topline="true" usebox="none">
13434 \begin_inset Text
13435
13436 \begin_layout Plain Layout
13437 7.99
13438 \end_layout
13439
13440 \end_inset
13441 </cell>
13442 </row>
13443 <row topspace="default">
13444 <cell alignment="center" valignment="top" usebox="none">
13445 \begin_inset Text
13446
13447 \begin_layout Plain Layout
13448 Spatial resolution [µm]
13449 \end_layout
13450
13451 \end_inset
13452 </cell>
13453 <cell alignment="center" valignment="top" usebox="none">
13454 \begin_inset Text
13455
13456 \begin_layout Plain Layout
13457 4.26
13458 \end_layout
13459
13460 \end_inset
13461 </cell>
13462 <cell alignment="center" valignment="top" usebox="none">
13463 \begin_inset Text
13464
13465 \begin_layout Plain Layout
13466 10.17
13467 \end_layout
13468
13469 \end_inset
13470 </cell>
13471 <cell alignment="center" valignment="top" usebox="none">
13472 \begin_inset Text
13473
13474 \begin_layout Plain Layout
13475 10.56
13476 \end_layout
13477
13478 \end_inset
13479 </cell>
13480 </row>
13481 <row topspace="default">
13482 <cell alignment="center" valignment="top" usebox="none">
13483 \begin_inset Text
13484
13485 \begin_layout Plain Layout
13486 MTF at 
13487 \begin_inset Formula $f_{\mathrm{max}}$
13488 \end_inset
13489
13490
13491 \end_layout
13492
13493 \end_inset
13494 </cell>
13495 <cell alignment="center" valignment="top" usebox="none">
13496 \begin_inset Text
13497
13498 \begin_layout Plain Layout
13499 0.53
13500 \end_layout
13501
13502 \end_inset
13503 </cell>
13504 <cell alignment="center" valignment="top" usebox="none">
13505 \begin_inset Text
13506
13507 \begin_layout Plain Layout
13508 0.37
13509 \end_layout
13510
13511 \end_inset
13512 </cell>
13513 <cell alignment="center" valignment="top" usebox="none">
13514 \begin_inset Text
13515
13516 \begin_layout Plain Layout
13517 0.39
13518 \end_layout
13519
13520 \end_inset
13521 </cell>
13522 </row>
13523 <row>
13524 <cell alignment="center" valignment="top" topline="true" usebox="none">
13525 \begin_inset Text
13526
13527 \begin_layout Plain Layout
13528 \begin_inset ERT
13529 status collapsed
13530
13531 \begin_layout Plain Layout
13532
13533
13534 \backslash
13535 morecmidrules 
13536 \end_layout
13537
13538 \end_inset
13539
13540
13541 \begin_inset ERT
13542 status collapsed
13543
13544 \begin_layout Plain Layout
13545
13546
13547 \backslash
13548 cmidrule{3-4}
13549 \end_layout
13550
13551 \end_inset
13552
13553 LSF-spatial resolution
13554 \end_layout
13555
13556 \end_inset
13557 </cell>
13558 <cell alignment="center" valignment="top" topline="true" usebox="none">
13559 \begin_inset Text
13560
13561 \begin_layout Plain Layout
13562
13563 \end_layout
13564
13565 \end_inset
13566 </cell>
13567 <cell alignment="center" valignment="top" topline="true" usebox="none">
13568 \begin_inset Text
13569
13570 \begin_layout Plain Layout
13571
13572 \end_layout
13573
13574 \end_inset
13575 </cell>
13576 <cell alignment="center" valignment="top" topline="true" usebox="none">
13577 \begin_inset Text
13578
13579 \begin_layout Plain Layout
13580
13581 \end_layout
13582
13583 \end_inset
13584 </cell>
13585 </row>
13586 <row>
13587 <cell alignment="center" valignment="top" usebox="none">
13588 \begin_inset Text
13589
13590 \begin_layout Plain Layout
13591 in µm
13592 \end_layout
13593
13594 \end_inset
13595 </cell>
13596 <cell alignment="center" valignment="top" usebox="none">
13597 \begin_inset Text
13598
13599 \begin_layout Plain Layout
13600 129.7
13601 \end_layout
13602
13603 \end_inset
13604 </cell>
13605 <cell alignment="center" valignment="top" usebox="none">
13606 \begin_inset Text
13607
13608 \begin_layout Plain Layout
13609 52.75
13610 \end_layout
13611
13612 \end_inset
13613 </cell>
13614 <cell alignment="center" valignment="top" usebox="none">
13615 \begin_inset Text
13616
13617 \begin_layout Plain Layout
13618 50.78
13619 \end_layout
13620
13621 \end_inset
13622 </cell>
13623 </row>
13624 <row>
13625 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13626 \begin_inset Text
13627
13628 \begin_layout Plain Layout
13629 in % of pixel size
13630 \end_layout
13631
13632 \end_inset
13633 </cell>
13634 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13635 \begin_inset Text
13636
13637 \begin_layout Plain Layout
13638 76.3
13639 \end_layout
13640
13641 \end_inset
13642 </cell>
13643 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13644 \begin_inset Text
13645
13646 \begin_layout Plain Layout
13647 95.9
13648 \end_layout
13649
13650 \end_inset
13651 </cell>
13652 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13653 \begin_inset Text
13654
13655 \begin_layout Plain Layout
13656 92.3
13657 \end_layout
13658
13659 \end_inset
13660 </cell>
13661 </row>
13662 </lyxtabular>
13663
13664 \end_inset
13665
13666
13667 \end_layout
13668
13669 \end_inset
13670
13671
13672 \end_layout
13673
13674 \begin_layout Section
13675 Vertical Table Alignment
13676 \begin_inset Index
13677 status collapsed
13678
13679 \begin_layout Plain Layout
13680 Table ! Alignment
13681 \end_layout
13682
13683 \end_inset
13684
13685
13686 \end_layout
13687
13688 \begin_layout Standard
13689 To align tables vertically in a text line the table must be inside a box.
13690  The box can then be vertically aligned as described in section
13691 \begin_inset space ~
13692 \end_inset
13693
13694
13695 \begin_inset CommandInset ref
13696 LatexCommand ref
13697 reference "sec:Box-Dialog"
13698
13699 \end_inset
13700
13701 .
13702 \end_layout
13703
13704 \begin_layout Standard
13705 In the following example the tables are inside a minipage
13706 \begin_inset Foot
13707 status collapsed
13708
13709 \begin_layout Plain Layout
13710 Minipages are described in section
13711 \begin_inset space ~
13712 \end_inset
13713
13714
13715 \begin_inset CommandInset ref
13716 LatexCommand ref
13717 reference "sec:Minipages"
13718
13719 \end_inset
13720
13721 .
13722 \end_layout
13723
13724 \end_inset
13725
13726  box that has a width of 15
13727 \begin_inset space \thinspace{}
13728 \end_inset
13729
13730 col%:
13731 \end_layout
13732
13733 \begin_layout Itemize
13734 test 
13735 \begin_inset Box Frameless
13736 position "t"
13737 hor_pos "c"
13738 has_inner_box 1
13739 inner_pos "c"
13740 use_parbox 0
13741 width "15col%"
13742 special "none"
13743 height "1in"
13744 height_special "totalheight"
13745 status collapsed
13746
13747 \begin_layout Plain Layout
13748 \begin_inset Tabular
13749 <lyxtabular version="3" rows="3" columns="3">
13750 <features>
13751 <column alignment="center" valignment="top" width="0">
13752 <column alignment="center" valignment="top" width="0">
13753 <column alignment="center" valignment="top" width="0">
13754 <row>
13755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13756 \begin_inset Text
13757
13758 \begin_layout Plain Layout
13759 a
13760 \end_layout
13761
13762 \end_inset
13763 </cell>
13764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13765 \begin_inset Text
13766
13767 \begin_layout Plain Layout
13768 d
13769 \end_layout
13770
13771 \end_inset
13772 </cell>
13773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13774 \begin_inset Text
13775
13776 \begin_layout Plain Layout
13777 g
13778 \end_layout
13779
13780 \end_inset
13781 </cell>
13782 </row>
13783 <row>
13784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13785 \begin_inset Text
13786
13787 \begin_layout Plain Layout
13788 b
13789 \end_layout
13790
13791 \end_inset
13792 </cell>
13793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13794 \begin_inset Text
13795
13796 \begin_layout Plain Layout
13797 e
13798 \end_layout
13799
13800 \end_inset
13801 </cell>
13802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13803 \begin_inset Text
13804
13805 \begin_layout Plain Layout
13806 h
13807 \end_layout
13808
13809 \end_inset
13810 </cell>
13811 </row>
13812 <row>
13813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13814 \begin_inset Text
13815
13816 \begin_layout Plain Layout
13817 c
13818 \end_layout
13819
13820 \end_inset
13821 </cell>
13822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13823 \begin_inset Text
13824
13825 \begin_layout Plain Layout
13826 f
13827 \end_layout
13828
13829 \end_inset
13830 </cell>
13831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13832 \begin_inset Text
13833
13834 \begin_layout Plain Layout
13835 i
13836 \end_layout
13837
13838 \end_inset
13839 </cell>
13840 </row>
13841 </lyxtabular>
13842
13843 \end_inset
13844
13845
13846 \end_layout
13847
13848 \end_inset
13849
13850  test 
13851 \begin_inset ERT
13852 status collapsed
13853
13854 \begin_layout Plain Layout
13855
13856
13857 \backslash
13858 raisebox{0.85
13859 \backslash
13860 baselineskip}{
13861 \end_layout
13862
13863 \end_inset
13864
13865
13866 \begin_inset Box Frameless
13867 position "t"
13868 hor_pos "c"
13869 has_inner_box 1
13870 inner_pos "c"
13871 use_parbox 0
13872 width "15col%"
13873 special "none"
13874 height "1in"
13875 height_special "totalheight"
13876 status collapsed
13877
13878 \begin_layout Plain Layout
13879 \begin_inset Tabular
13880 <lyxtabular version="3" rows="3" columns="3">
13881 <features>
13882 <column alignment="center" valignment="top" width="0">
13883 <column alignment="center" valignment="top" width="0">
13884 <column alignment="center" valignment="top" width="0">
13885 <row>
13886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13887 \begin_inset Text
13888
13889 \begin_layout Plain Layout
13890 a
13891 \end_layout
13892
13893 \end_inset
13894 </cell>
13895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13896 \begin_inset Text
13897
13898 \begin_layout Plain Layout
13899 d
13900 \end_layout
13901
13902 \end_inset
13903 </cell>
13904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13905 \begin_inset Text
13906
13907 \begin_layout Plain Layout
13908 g
13909 \end_layout
13910
13911 \end_inset
13912 </cell>
13913 </row>
13914 <row>
13915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13916 \begin_inset Text
13917
13918 \begin_layout Plain Layout
13919 b
13920 \end_layout
13921
13922 \end_inset
13923 </cell>
13924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13925 \begin_inset Text
13926
13927 \begin_layout Plain Layout
13928 e
13929 \end_layout
13930
13931 \end_inset
13932 </cell>
13933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13934 \begin_inset Text
13935
13936 \begin_layout Plain Layout
13937 h
13938 \end_layout
13939
13940 \end_inset
13941 </cell>
13942 </row>
13943 <row>
13944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13945 \begin_inset Text
13946
13947 \begin_layout Plain Layout
13948 c
13949 \end_layout
13950
13951 \end_inset
13952 </cell>
13953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13954 \begin_inset Text
13955
13956 \begin_layout Plain Layout
13957 f
13958 \end_layout
13959
13960 \end_inset
13961 </cell>
13962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13963 \begin_inset Text
13964
13965 \begin_layout Plain Layout
13966 i
13967 \end_layout
13968
13969 \end_inset
13970 </cell>
13971 </row>
13972 </lyxtabular>
13973
13974 \end_inset
13975
13976
13977 \end_layout
13978
13979 \end_inset
13980
13981
13982 \begin_inset ERT
13983 status collapsed
13984
13985 \begin_layout Plain Layout
13986
13987 }
13988 \end_layout
13989
13990 \end_inset
13991
13992
13993 \end_layout
13994
13995 \begin_layout Itemize
13996 test 
13997 \begin_inset Box Frameless
13998 position "c"
13999 hor_pos "c"
14000 has_inner_box 1
14001 inner_pos "c"
14002 use_parbox 0
14003 width "15col%"
14004 special "none"
14005 height "1in"
14006 height_special "totalheight"
14007 status collapsed
14008
14009 \begin_layout Plain Layout
14010 \begin_inset Tabular
14011 <lyxtabular version="3" rows="3" columns="3">
14012 <features>
14013 <column alignment="center" valignment="top" width="0">
14014 <column alignment="center" valignment="top" width="0">
14015 <column alignment="center" valignment="top" width="0">
14016 <row>
14017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14018 \begin_inset Text
14019
14020 \begin_layout Plain Layout
14021 a
14022 \end_layout
14023
14024 \end_inset
14025 </cell>
14026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14027 \begin_inset Text
14028
14029 \begin_layout Plain Layout
14030 d
14031 \end_layout
14032
14033 \end_inset
14034 </cell>
14035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14036 \begin_inset Text
14037
14038 \begin_layout Plain Layout
14039 g
14040 \end_layout
14041
14042 \end_inset
14043 </cell>
14044 </row>
14045 <row>
14046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14047 \begin_inset Text
14048
14049 \begin_layout Plain Layout
14050 b
14051 \end_layout
14052
14053 \end_inset
14054 </cell>
14055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14056 \begin_inset Text
14057
14058 \begin_layout Plain Layout
14059 e
14060 \end_layout
14061
14062 \end_inset
14063 </cell>
14064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14065 \begin_inset Text
14066
14067 \begin_layout Plain Layout
14068 h
14069 \end_layout
14070
14071 \end_inset
14072 </cell>
14073 </row>
14074 <row>
14075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14076 \begin_inset Text
14077
14078 \begin_layout Plain Layout
14079 c
14080 \end_layout
14081
14082 \end_inset
14083 </cell>
14084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14085 \begin_inset Text
14086
14087 \begin_layout Plain Layout
14088 f
14089 \end_layout
14090
14091 \end_inset
14092 </cell>
14093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14094 \begin_inset Text
14095
14096 \begin_layout Plain Layout
14097 i
14098 \end_layout
14099
14100 \end_inset
14101 </cell>
14102 </row>
14103 </lyxtabular>
14104
14105 \end_inset
14106
14107
14108 \end_layout
14109
14110 \end_inset
14111
14112
14113 \end_layout
14114
14115 \begin_layout Itemize
14116 test 
14117 \begin_inset Box Frameless
14118 position "b"
14119 hor_pos "c"
14120 has_inner_box 1
14121 inner_pos "c"
14122 use_parbox 0
14123 width "15col%"
14124 special "none"
14125 height "1in"
14126 height_special "totalheight"
14127 status collapsed
14128
14129 \begin_layout Plain Layout
14130 \begin_inset Tabular
14131 <lyxtabular version="3" rows="3" columns="3">
14132 <features>
14133 <column alignment="center" valignment="top" width="0">
14134 <column alignment="center" valignment="top" width="0">
14135 <column alignment="center" valignment="top" width="0">
14136 <row>
14137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14138 \begin_inset Text
14139
14140 \begin_layout Plain Layout
14141 a
14142 \end_layout
14143
14144 \end_inset
14145 </cell>
14146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14147 \begin_inset Text
14148
14149 \begin_layout Plain Layout
14150 d
14151 \end_layout
14152
14153 \end_inset
14154 </cell>
14155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14156 \begin_inset Text
14157
14158 \begin_layout Plain Layout
14159 g
14160 \end_layout
14161
14162 \end_inset
14163 </cell>
14164 </row>
14165 <row>
14166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14167 \begin_inset Text
14168
14169 \begin_layout Plain Layout
14170 b
14171 \end_layout
14172
14173 \end_inset
14174 </cell>
14175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14176 \begin_inset Text
14177
14178 \begin_layout Plain Layout
14179 e
14180 \end_layout
14181
14182 \end_inset
14183 </cell>
14184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14185 \begin_inset Text
14186
14187 \begin_layout Plain Layout
14188 h
14189 \end_layout
14190
14191 \end_inset
14192 </cell>
14193 </row>
14194 <row>
14195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14196 \begin_inset Text
14197
14198 \begin_layout Plain Layout
14199 c
14200 \end_layout
14201
14202 \end_inset
14203 </cell>
14204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14205 \begin_inset Text
14206
14207 \begin_layout Plain Layout
14208 f
14209 \end_layout
14210
14211 \end_inset
14212 </cell>
14213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14214 \begin_inset Text
14215
14216 \begin_layout Plain Layout
14217 i
14218 \end_layout
14219
14220 \end_inset
14221 </cell>
14222 </row>
14223 </lyxtabular>
14224
14225 \end_inset
14226
14227
14228 \end_layout
14229
14230 \end_inset
14231
14232  test 
14233 \begin_inset ERT
14234 status collapsed
14235
14236 \begin_layout Plain Layout
14237
14238
14239 \backslash
14240 raisebox{-0.32
14241 \backslash
14242 baselineskip}{
14243 \end_layout
14244
14245 \end_inset
14246
14247
14248 \begin_inset Box Frameless
14249 position "b"
14250 hor_pos "c"
14251 has_inner_box 1
14252 inner_pos "c"
14253 use_parbox 0
14254 width "15col%"
14255 special "none"
14256 height "1in"
14257 height_special "totalheight"
14258 status collapsed
14259
14260 \begin_layout Plain Layout
14261 \begin_inset Tabular
14262 <lyxtabular version="3" rows="3" columns="3">
14263 <features>
14264 <column alignment="center" valignment="top" width="0">
14265 <column alignment="center" valignment="top" width="0">
14266 <column alignment="center" valignment="top" width="0">
14267 <row>
14268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14269 \begin_inset Text
14270
14271 \begin_layout Plain Layout
14272 a
14273 \end_layout
14274
14275 \end_inset
14276 </cell>
14277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14278 \begin_inset Text
14279
14280 \begin_layout Plain Layout
14281 d
14282 \end_layout
14283
14284 \end_inset
14285 </cell>
14286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14287 \begin_inset Text
14288
14289 \begin_layout Plain Layout
14290 g
14291 \end_layout
14292
14293 \end_inset
14294 </cell>
14295 </row>
14296 <row>
14297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14298 \begin_inset Text
14299
14300 \begin_layout Plain Layout
14301 b
14302 \end_layout
14303
14304 \end_inset
14305 </cell>
14306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14307 \begin_inset Text
14308
14309 \begin_layout Plain Layout
14310 e
14311 \end_layout
14312
14313 \end_inset
14314 </cell>
14315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14316 \begin_inset Text
14317
14318 \begin_layout Plain Layout
14319 h
14320 \end_layout
14321
14322 \end_inset
14323 </cell>
14324 </row>
14325 <row>
14326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14327 \begin_inset Text
14328
14329 \begin_layout Plain Layout
14330 c
14331 \end_layout
14332
14333 \end_inset
14334 </cell>
14335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14336 \begin_inset Text
14337
14338 \begin_layout Plain Layout
14339 f
14340 \end_layout
14341
14342 \end_inset
14343 </cell>
14344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14345 \begin_inset Text
14346
14347 \begin_layout Plain Layout
14348 i
14349 \end_layout
14350
14351 \end_inset
14352 </cell>
14353 </row>
14354 </lyxtabular>
14355
14356 \end_inset
14357
14358
14359 \end_layout
14360
14361 \end_inset
14362
14363
14364 \begin_inset ERT
14365 status collapsed
14366
14367 \begin_layout Plain Layout
14368
14369 }
14370 \end_layout
14371
14372 \end_inset
14373
14374
14375 \end_layout
14376
14377 \begin_layout Standard
14378 As you can see, the content of the first and last table row is not correctly
14379  aligned with the text line where the table is in.
14380  To get this alignment, the minipage box must be set into a raisebox
14381 \begin_inset Foot
14382 status collapsed
14383
14384 \begin_layout Plain Layout
14385 Raiseboxes are described in section
14386 \begin_inset space ~
14387 \end_inset
14388
14389
14390 \begin_inset CommandInset ref
14391 LatexCommand ref
14392 reference "sub:Vertical-Alignment"
14393
14394 \end_inset
14395
14396 .
14397 \end_layout
14398
14399 \end_inset
14400
14401 .
14402  In the example above the second table in the first item is aligned using
14403  the TeX-Code-command
14404 \end_layout
14405
14406 \begin_layout Standard
14407
14408 \series bold
14409
14410 \backslash
14411 raisebox{0.85
14412 \backslash
14413 baselineskip}{
14414 \end_layout
14415
14416 \begin_layout Standard
14417 before the box.
14418  Behind the box the closing brace 
14419 \series bold
14420 }
14421 \series default
14422  is inserted as TeX-Code.
14423  For the second table in the last item the command
14424 \end_layout
14425
14426 \begin_layout Standard
14427
14428 \series bold
14429
14430 \backslash
14431 raisebox{-0.32
14432 \backslash
14433 baselineskip}{
14434 \end_layout
14435
14436 \begin_layout Standard
14437 is used.
14438 \end_layout
14439
14440 \begin_layout Standard
14441 \begin_inset Note Greyedout
14442 status open
14443
14444 \begin_layout Plain Layout
14445
14446 \series bold
14447 Note:
14448 \series default
14449  The alignment of the table row content to the surrounding text line is
14450  not exact.
14451  The needed factor of the 
14452 \series bold
14453
14454 \backslash
14455 raisebox
14456 \series default
14457  command for this alignment depends on the document font, the font size,
14458  and the table line thickness.
14459 \end_layout
14460
14461 \end_inset
14462
14463
14464 \end_layout
14465
14466 \begin_layout Section
14467 Colored Tables
14468 \begin_inset CommandInset label
14469 LatexCommand label
14470 name "sec:Colored-Tables"
14471
14472 \end_inset
14473
14474
14475 \begin_inset Index
14476 status collapsed
14477
14478 \begin_layout Plain Layout
14479 Table ! Color
14480 \end_layout
14481
14482 \end_inset
14483
14484
14485 \end_layout
14486
14487 \begin_layout Subsection
14488 Colored Cells
14489 \begin_inset Index
14490 status collapsed
14491
14492 \begin_layout Plain Layout
14493 Table Color ! for Cells
14494 \end_layout
14495
14496 \end_inset
14497
14498
14499 \begin_inset Index
14500 status collapsed
14501
14502 \begin_layout Plain Layout
14503 Color ! for Table Cells
14504 \end_layout
14505
14506 \end_inset
14507
14508
14509 \end_layout
14510
14511 \begin_layout Standard
14512 \begin_inset Float table
14513 placement h
14514 wide false
14515 sideways false
14516 status open
14517
14518 \begin_layout Plain Layout
14519 \begin_inset Caption
14520
14521 \begin_layout Plain Layout
14522 \begin_inset CommandInset label
14523 LatexCommand label
14524 name "tab:Table-colored-without"
14525
14526 \end_inset
14527
14528 Table colored without using the package 
14529 \series bold
14530 colortbl
14531 \series default
14532
14533 \begin_inset OptArg
14534 status collapsed
14535
14536 \begin_layout Plain Layout
14537 Table without colortbl
14538 \end_layout
14539
14540 \end_inset
14541
14542
14543 \end_layout
14544
14545 \end_inset
14546
14547
14548 \end_layout
14549
14550 \begin_layout Plain Layout
14551 \align center
14552 \begin_inset Tabular
14553 <lyxtabular version="3" rows="3" columns="3">
14554 <features>
14555 <column alignment="center" valignment="top" width="0">
14556 <column alignment="center" valignment="top" width="0">
14557 <column alignment="center" valignment="top" width="0">
14558 <row>
14559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14560 \begin_inset Text
14561
14562 \begin_layout Plain Layout
14563
14564 \color green
14565 a
14566 \end_layout
14567
14568 \end_inset
14569 </cell>
14570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14571 \begin_inset Text
14572
14573 \begin_layout Plain Layout
14574
14575 \color red
14576 b
14577 \end_layout
14578
14579 \end_inset
14580 </cell>
14581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14582 \begin_inset Text
14583
14584 \begin_layout Plain Layout
14585
14586 \color red
14587 c
14588 \end_layout
14589
14590 \end_inset
14591 </cell>
14592 </row>
14593 <row>
14594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14595 \begin_inset Text
14596
14597 \begin_layout Plain Layout
14598
14599 \color green
14600 d
14601 \end_layout
14602
14603 \end_inset
14604 </cell>
14605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14606 \begin_inset Text
14607
14608 \begin_layout Plain Layout
14609
14610 \color blue
14611 e
14612 \end_layout
14613
14614 \end_inset
14615 </cell>
14616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14617 \begin_inset Text
14618
14619 \begin_layout Plain Layout
14620
14621 \color blue
14622 f
14623 \end_layout
14624
14625 \end_inset
14626 </cell>
14627 </row>
14628 <row>
14629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14630 \begin_inset Text
14631
14632 \begin_layout Plain Layout
14633
14634 \color green
14635 g
14636 \end_layout
14637
14638 \end_inset
14639 </cell>
14640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14641 \begin_inset Text
14642
14643 \begin_layout Plain Layout
14644
14645 \color blue
14646 h
14647 \end_layout
14648
14649 \end_inset
14650 </cell>
14651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14652 \begin_inset Text
14653
14654 \begin_layout Plain Layout
14655
14656 \color blue
14657 i
14658 \end_layout
14659
14660 \end_inset
14661 </cell>
14662 </row>
14663 </lyxtabular>
14664
14665 \end_inset
14666
14667
14668 \end_layout
14669
14670 \end_inset
14671
14672
14673 \end_layout
14674
14675 \begin_layout Standard
14676 If you only need colored text, mark the cells and choose a color in the
14677  menu 
14678 \family sans
14679 Edit\SpecialChar \menuseparator
14680 Text
14681 \begin_inset space ~
14682 \end_inset
14683
14684 Style
14685 \family default
14686 .
14687  This was used to create Table
14688 \begin_inset space ~
14689 \end_inset
14690
14691
14692 \begin_inset CommandInset ref
14693 LatexCommand ref
14694 reference "tab:Table-colored-without"
14695
14696 \end_inset
14697
14698 .
14699  In any other case you have to use the LaTeX-package 
14700 \series bold
14701 colortbl
14702 \series default
14703 .
14704 \begin_inset Index
14705 status collapsed
14706
14707 \begin_layout Plain Layout
14708 LaTeX-packages ! colortbl
14709 \end_layout
14710
14711 \end_inset
14712
14713
14714 \end_layout
14715
14716 \begin_layout Standard
14717 \begin_inset ERT
14718 status collapsed
14719
14720 \begin_layout Plain Layout
14721
14722
14723 \backslash
14724 ifcolortbl
14725 \end_layout
14726
14727 \end_inset
14728
14729
14730 \begin_inset Note Note
14731 status open
14732
14733 \begin_layout Plain Layout
14734 The following section part will only be displayed when the LaTeX-package
14735  
14736 \series bold
14737 colortbl
14738 \series default
14739  is installed.
14740 \end_layout
14741
14742 \end_inset
14743
14744
14745 \end_layout
14746
14747 \begin_layout Standard
14748 To create colored tables, 
14749 \series bold
14750 colortbl
14751 \series default
14752  must be loaded in the preamble with the line
14753 \end_layout
14754
14755 \begin_layout Standard
14756
14757 \series bold
14758
14759 \backslash
14760 usepackage{colortbl}
14761 \end_layout
14762
14763 \begin_layout Standard
14764 The color of a column is adjusted with the command
14765 \end_layout
14766
14767 \begin_layout Standard
14768
14769 \series bold
14770
14771 \backslash
14772 columncolor{name of color}
14773 \end_layout
14774
14775 \begin_layout Standard
14776 inside the command 
14777 \series bold
14778 >{ }
14779 \series default
14780 .
14781  More about the command 
14782 \series bold
14783 >{}
14784 \series default
14785  is described in section
14786 \begin_inset space ~
14787 \end_inset
14788
14789
14790 \begin_inset CommandInset ref
14791 LatexCommand ref
14792 reference "sub:Multicolumn-Calculations"
14793
14794 \end_inset
14795
14796 .
14797 \end_layout
14798
14799 \begin_layout Standard
14800 The following color names are predefined:
14801 \end_layout
14802
14803 \begin_layout Standard
14804
14805 \family sans
14806 red
14807 \family default
14808
14809 \family sans
14810 green
14811 \family default
14812
14813 \family sans
14814 yellow
14815 \family default
14816
14817 \family sans
14818 blue
14819 \family default
14820
14821 \family sans
14822 cyan
14823 \family default
14824
14825 \family sans
14826 magenta
14827 \family default
14828
14829 \family sans
14830 black
14831 \family default
14832  and 
14833 \family sans
14834 white
14835 \end_layout
14836
14837 \begin_layout Standard
14838 \begin_inset VSpace medskip
14839 \end_inset
14840
14841
14842 \end_layout
14843
14844 \begin_layout Standard
14845 You can also define your own color with the command
14846 \end_layout
14847
14848 \begin_layout Standard
14849
14850 \series bold
14851
14852 \backslash
14853 definecolor{color name}{color model}{color values}
14854 \end_layout
14855
14856 \begin_layout Standard
14857 The color model can be
14858 \end_layout
14859
14860 \begin_layout Labeling
14861 \labelwidthstring 00.00.0000
14862 cmyk: cyan, magenta, yellow, black
14863 \end_layout
14864
14865 \begin_layout Labeling
14866 \labelwidthstring 00.00.0000
14867 rgb: red, green blue
14868 \end_layout
14869
14870 \begin_layout Labeling
14871 \labelwidthstring 00.00.0000
14872 gray gray
14873 \end_layout
14874
14875 \begin_layout Standard
14876 and the color values are comma separated numbers between 0 and 1 describing
14877  the factor for the corresponding color of the color model.
14878 \end_layout
14879
14880 \begin_layout Standard
14881 You can e.
14882 \begin_inset space \thinspace{}
14883 \end_inset
14884
14885 g.
14886 \begin_inset space ~
14887 \end_inset
14888
14889 define the color "
14890 \emph on
14891 darkgreen
14892 \emph default
14893 " in the preamble with
14894 \end_layout
14895
14896 \begin_layout Standard
14897
14898 \series bold
14899
14900 \backslash
14901 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
14902 \end_layout
14903
14904 \begin_layout Standard
14905 and the color "
14906 \emph on
14907 lightgray
14908 \emph default
14909 " with
14910 \end_layout
14911
14912 \begin_layout Standard
14913
14914 \series bold
14915
14916 \backslash
14917 definecolor{lightgray}{gray}{0.8}
14918 \end_layout
14919
14920 \begin_layout Standard
14921 \begin_inset VSpace medskip
14922 \end_inset
14923
14924
14925 \end_layout
14926
14927 \begin_layout Standard
14928 Lines are colored with the command
14929 \end_layout
14930
14931 \begin_layout Standard
14932
14933 \series bold
14934
14935 \backslash
14936 rowcolor{name of color}
14937 \end_layout
14938
14939 \begin_layout Standard
14940 and cells are colored with the command
14941 \end_layout
14942
14943 \begin_layout Standard
14944
14945 \series bold
14946
14947 \backslash
14948 cellcolor{name of color}
14949 \end_layout
14950
14951 \begin_layout Standard
14952 Both commands are inserted at the beginning of a cell as TeX-Code.
14953 \end_layout
14954
14955 \begin_layout Standard
14956 To color characters in the table, mark the cells and use the LyX menu 
14957 \family sans
14958 Edit\SpecialChar \menuseparator
14959 Text
14960 \begin_inset space ~
14961 \end_inset
14962
14963 Style
14964 \family default
14965 .
14966  If a cell contains TeX-Code mark only the characters, otherwise the colored
14967  TeX-Code will cause LaTeX-errors.
14968 \end_layout
14969
14970 \begin_layout Standard
14971 \begin_inset Note Greyedout
14972 status open
14973
14974 \begin_layout Plain Layout
14975
14976 \series bold
14977 Note:
14978 \series default
14979  Not all DVI-viewers are able to display self-defined colors.
14980 \end_layout
14981
14982 \end_inset
14983
14984
14985 \end_layout
14986
14987 \begin_layout Standard
14988 \begin_inset VSpace bigskip
14989 \end_inset
14990
14991
14992 \end_layout
14993
14994 \begin_layout Standard
14995 To create Table
14996 \begin_inset space ~
14997 \end_inset
14998
14999
15000 \begin_inset CommandInset ref
15001 LatexCommand ref
15002 reference "tab:Table-colored-using"
15003
15004 \end_inset
15005
15006  do the following: The color of the first column should be 
15007 \emph on
15008 darkgreen
15009 \emph default
15010 .
15011  So insert
15012 \end_layout
15013
15014 \begin_layout Standard
15015
15016 \series bold
15017 >{
15018 \backslash
15019 columncolor{darkgreen}
15020 \backslash
15021 centering}c
15022 \end_layout
15023
15024 \begin_layout Standard
15025 as LaTeX-argument for this column.
15026  The first row should be blue, therefore the TeX-Code command
15027 \end_layout
15028
15029 \begin_layout Standard
15030
15031 \series bold
15032
15033 \backslash
15034 rowcolow{cyan}
15035 \end_layout
15036
15037 \begin_layout Standard
15038 is inserted to the first cell of this row.
15039  Note that this overwrites the column color for the first cell.
15040  The last cell of the last row is colored magenta by inserting the TeX-Code
15041  command
15042 \end_layout
15043
15044 \begin_layout Standard
15045
15046 \series bold
15047
15048 \backslash
15049 cellcolor{magenta}
15050 \end_layout
15051
15052 \begin_layout Standard
15053 The characters could now be colored using the menu 
15054 \family sans
15055 Edit\SpecialChar \menuseparator
15056 Text
15057 \begin_inset space ~
15058 \end_inset
15059
15060 Style
15061 \family default
15062 .
15063 \end_layout
15064
15065 \begin_layout Standard
15066 \begin_inset Float table
15067 placement h
15068 wide false
15069 sideways false
15070 status open
15071
15072 \begin_layout Plain Layout
15073 \begin_inset Caption
15074
15075 \begin_layout Plain Layout
15076 \begin_inset CommandInset label
15077 LatexCommand label
15078 name "tab:Table-colored-using"
15079
15080 \end_inset
15081
15082 Table colored using the package 
15083 \series bold
15084 colortbl
15085 \series default
15086
15087 \begin_inset OptArg
15088 status collapsed
15089
15090 \begin_layout Plain Layout
15091 Table with colortbl
15092 \end_layout
15093
15094 \end_inset
15095
15096
15097 \end_layout
15098
15099 \end_inset
15100
15101
15102 \end_layout
15103
15104 \begin_layout Plain Layout
15105 \align center
15106 \begin_inset Tabular
15107 <lyxtabular version="3" rows="3" columns="3">
15108 <features>
15109 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15110 <column alignment="center" valignment="top" width="0">
15111 <column alignment="center" valignment="top" width="0">
15112 <row>
15113 <cell alignment="center" valignment="top" usebox="none">
15114 \begin_inset Text
15115
15116 \begin_layout Plain Layout
15117 \begin_inset ERT
15118 status collapsed
15119
15120 \begin_layout Plain Layout
15121
15122
15123 \backslash
15124 rowcolor{cyan}
15125 \end_layout
15126
15127 \end_inset
15128
15129
15130 \color magenta
15131 a
15132 \end_layout
15133
15134 \end_inset
15135 </cell>
15136 <cell alignment="center" valignment="top" usebox="none">
15137 \begin_inset Text
15138
15139 \begin_layout Plain Layout
15140
15141 \color red
15142 b
15143 \end_layout
15144
15145 \end_inset
15146 </cell>
15147 <cell alignment="center" valignment="top" usebox="none">
15148 \begin_inset Text
15149
15150 \begin_layout Plain Layout
15151
15152 \color red
15153 c
15154 \end_layout
15155
15156 \end_inset
15157 </cell>
15158 </row>
15159 <row>
15160 <cell alignment="center" valignment="top" usebox="none">
15161 \begin_inset Text
15162
15163 \begin_layout Plain Layout
15164
15165 \color yellow
15166 d
15167 \end_layout
15168
15169 \end_inset
15170 </cell>
15171 <cell alignment="center" valignment="top" usebox="none">
15172 \begin_inset Text
15173
15174 \begin_layout Plain Layout
15175
15176 \color blue
15177 e
15178 \end_layout
15179
15180 \end_inset
15181 </cell>
15182 <cell alignment="center" valignment="top" usebox="none">
15183 \begin_inset Text
15184
15185 \begin_layout Plain Layout
15186
15187 \color blue
15188 f
15189 \end_layout
15190
15191 \end_inset
15192 </cell>
15193 </row>
15194 <row>
15195 <cell alignment="center" valignment="top" usebox="none">
15196 \begin_inset Text
15197
15198 \begin_layout Plain Layout
15199
15200 \color yellow
15201 g
15202 \end_layout
15203
15204 \end_inset
15205 </cell>
15206 <cell alignment="center" valignment="top" usebox="none">
15207 \begin_inset Text
15208
15209 \begin_layout Plain Layout
15210
15211 \color blue
15212 h
15213 \end_layout
15214
15215 \end_inset
15216 </cell>
15217 <cell alignment="center" valignment="top" usebox="none">
15218 \begin_inset Text
15219
15220 \begin_layout Plain Layout
15221 \begin_inset ERT
15222 status collapsed
15223
15224 \begin_layout Plain Layout
15225
15226
15227 \backslash
15228 cellcolor{magenta}
15229 \end_layout
15230
15231 \end_inset
15232
15233
15234 \color green
15235 i
15236 \end_layout
15237
15238 \end_inset
15239 </cell>
15240 </row>
15241 </lyxtabular>
15242
15243 \end_inset
15244
15245
15246 \end_layout
15247
15248 \end_inset
15249
15250
15251 \end_layout
15252
15253 \begin_layout Standard
15254 \begin_inset ERT
15255 status collapsed
15256
15257 \begin_layout Plain Layout
15258
15259
15260 \backslash
15261 else
15262 \end_layout
15263
15264 \end_inset
15265
15266
15267 \begin_inset Note Note
15268 status open
15269
15270 \begin_layout Plain Layout
15271 The following will be displayed when the LaTeX-package 
15272 \series bold
15273 colortbl
15274 \series default
15275  is not installed:
15276 \end_layout
15277
15278 \end_inset
15279
15280
15281 \end_layout
15282
15283 \begin_layout Standard
15284 You need to install the package 
15285 \series bold
15286 colortbl
15287 \series default
15288  to see the content of this section in the output.
15289 \end_layout
15290
15291 \begin_layout Standard
15292 \begin_inset ERT
15293 status collapsed
15294
15295 \begin_layout Plain Layout
15296
15297
15298 \backslash
15299 fi
15300 \end_layout
15301
15302 \end_inset
15303
15304
15305 \end_layout
15306
15307 \begin_layout Subsection
15308 Colored Lines
15309 \begin_inset Index
15310 status collapsed
15311
15312 \begin_layout Plain Layout
15313 Table Color ! for Lines
15314 \end_layout
15315
15316 \end_inset
15317
15318
15319 \begin_inset Index
15320 status collapsed
15321
15322 \begin_layout Plain Layout
15323 Color ! for Table Lines
15324 \end_layout
15325
15326 \end_inset
15327
15328
15329 \end_layout
15330
15331 \begin_layout Standard
15332 As described in section
15333 \begin_inset space ~
15334 \end_inset
15335
15336
15337 \begin_inset CommandInset ref
15338 LatexCommand ref
15339 reference "sub:Line-Thickness"
15340
15341 \end_inset
15342
15343 , the line thickness for all lines in a table can be adjusted with the length
15344  
15345 \series bold
15346
15347 \backslash
15348 arrayrulewidth
15349 \series default
15350 .
15351  It is set to 1.5
15352 \begin_inset space \thinspace{}
15353 \end_inset
15354
15355 pt for all tables of this section.
15356 \begin_inset ERT
15357 status collapsed
15358
15359 \begin_layout Plain Layout
15360
15361
15362 \backslash
15363 setlength{
15364 \backslash
15365 arrayrulewidth}{1.5pt}
15366 \end_layout
15367
15368 \end_inset
15369
15370
15371 \end_layout
15372
15373 \begin_layout Standard
15374 To color vertical lines for example with green, create the following column
15375  format in the document preamble, according to the description in section
15376 \begin_inset space ~
15377 \end_inset
15378
15379
15380 \begin_inset CommandInset ref
15381 LatexCommand ref
15382 reference "sub:Customized-Format"
15383
15384 \end_inset
15385
15386 :
15387 \end_layout
15388
15389 \begin_layout Standard
15390
15391 \series bold
15392
15393 \backslash
15394 newcolumntype{W}{!{
15395 \backslash
15396 color{green}
15397 \backslash
15398 vline}}
15399 \end_layout
15400
15401 \begin_layout Standard
15402 For Table
15403 \begin_inset space ~
15404 \end_inset
15405
15406
15407 \begin_inset CommandInset ref
15408 LatexCommand ref
15409 reference "tab:Table-with-vertical-colored"
15410
15411 \end_inset
15412
15413  the LaTeX-argument
15414 \series bold
15415  WcW
15416 \series default
15417  was used for the last column and
15418 \series bold
15419  Wc
15420 \series default
15421  for the other columns.
15422 \end_layout
15423
15424 \begin_layout Standard
15425 If you want to have several colors, define more column formats.
15426 \end_layout
15427
15428 \begin_layout Standard
15429 \begin_inset Float table
15430 placement h
15431 wide false
15432 sideways false
15433 status open
15434
15435 \begin_layout Plain Layout
15436 \begin_inset Caption
15437
15438 \begin_layout Plain Layout
15439 \begin_inset CommandInset label
15440 LatexCommand label
15441 name "tab:Table-with-vertical-colored"
15442
15443 \end_inset
15444
15445 Table with colored vertical lines
15446 \end_layout
15447
15448 \end_inset
15449
15450
15451 \end_layout
15452
15453 \begin_layout Plain Layout
15454 \align center
15455 \begin_inset Tabular
15456 <lyxtabular version="3" rows="3" columns="3">
15457 <features>
15458 <column alignment="center" valignment="top" width="0" special="Wc">
15459 <column alignment="center" valignment="top" width="0" special="Wc">
15460 <column alignment="center" valignment="top" width="0" special="WcW">
15461 <row>
15462 <cell alignment="center" valignment="top" topline="true" usebox="none">
15463 \begin_inset Text
15464
15465 \begin_layout Plain Layout
15466 sd
15467 \end_layout
15468
15469 \end_inset
15470 </cell>
15471 <cell alignment="center" valignment="top" topline="true" usebox="none">
15472 \begin_inset Text
15473
15474 \begin_layout Plain Layout
15475
15476 \end_layout
15477
15478 \end_inset
15479 </cell>
15480 <cell alignment="center" valignment="top" topline="true" usebox="none">
15481 \begin_inset Text
15482
15483 \begin_layout Plain Layout
15484
15485 \end_layout
15486
15487 \end_inset
15488 </cell>
15489 </row>
15490 <row>
15491 <cell alignment="center" valignment="top" topline="true" usebox="none">
15492 \begin_inset Text
15493
15494 \begin_layout Plain Layout
15495
15496 \end_layout
15497
15498 \end_inset
15499 </cell>
15500 <cell alignment="center" valignment="top" topline="true" usebox="none">
15501 \begin_inset Text
15502
15503 \begin_layout Plain Layout
15504 sd
15505 \end_layout
15506
15507 \end_inset
15508 </cell>
15509 <cell alignment="center" valignment="top" topline="true" usebox="none">
15510 \begin_inset Text
15511
15512 \begin_layout Plain Layout
15513
15514 \end_layout
15515
15516 \end_inset
15517 </cell>
15518 </row>
15519 <row>
15520 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15521 \begin_inset Text
15522
15523 \begin_layout Plain Layout
15524
15525 \end_layout
15526
15527 \end_inset
15528 </cell>
15529 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15530 \begin_inset Text
15531
15532 \begin_layout Plain Layout
15533
15534 \end_layout
15535
15536 \end_inset
15537 </cell>
15538 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15539 \begin_inset Text
15540
15541 \begin_layout Plain Layout
15542 sd
15543 \end_layout
15544
15545 \end_inset
15546 </cell>
15547 </row>
15548 </lyxtabular>
15549
15550 \end_inset
15551
15552
15553 \end_layout
15554
15555 \end_inset
15556
15557
15558 \end_layout
15559
15560 \begin_layout Standard
15561 \begin_inset VSpace bigskip
15562 \end_inset
15563
15564 To color horizontal lines for example with red, like in Table
15565 \begin_inset space ~
15566 \end_inset
15567
15568
15569 \begin_inset CommandInset ref
15570 LatexCommand ref
15571 reference "tab:Table-with-horizontal-colored"
15572
15573 \end_inset
15574
15575 , insert these commands in TeX-Code before the table or table float:
15576 \end_layout
15577
15578 \begin_layout Standard
15579
15580 \series bold
15581
15582 \backslash
15583 let
15584 \backslash
15585 myHlineC
15586 \backslash
15587 hline
15588 \begin_inset Newline newline
15589 \end_inset
15590
15591
15592 \backslash
15593 renewcommand{
15594 \backslash
15595 hline}
15596 \begin_inset Newline newline
15597 \end_inset
15598
15599
15600 \begin_inset ERT
15601 status collapsed
15602
15603 \begin_layout Plain Layout
15604
15605
15606 \backslash
15607 hphantom{ }
15608 \end_layout
15609
15610 \end_inset
15611
15612 {
15613 \backslash
15614 arrayrulecolor{red}
15615 \backslash
15616 myHlineC
15617 \backslash
15618 arrayrulecolor{black}}
15619 \end_layout
15620
15621 \begin_layout Standard
15622 \begin_inset ERT
15623 status collapsed
15624
15625 \begin_layout Plain Layout
15626
15627
15628 \backslash
15629 let
15630 \backslash
15631 myHlineC
15632 \backslash
15633 hline
15634 \end_layout
15635
15636 \begin_layout Plain Layout
15637
15638
15639 \backslash
15640 renewcommand{
15641 \backslash
15642 hline}
15643 \end_layout
15644
15645 \begin_layout Plain Layout
15646
15647  {
15648 \backslash
15649 arrayrulecolor{red}
15650 \backslash
15651 myHlineC
15652 \backslash
15653 arrayrulecolor{black}}
15654 \end_layout
15655
15656 \end_inset
15657
15658
15659 \begin_inset Float table
15660 placement h
15661 wide false
15662 sideways false
15663 status open
15664
15665 \begin_layout Plain Layout
15666 \begin_inset Caption
15667
15668 \begin_layout Plain Layout
15669 \begin_inset CommandInset label
15670 LatexCommand label
15671 name "tab:Table-with-horizontal-colored"
15672
15673 \end_inset
15674
15675 Table with colored horizontal lines
15676 \end_layout
15677
15678 \end_inset
15679
15680
15681 \end_layout
15682
15683 \begin_layout Plain Layout
15684 \align center
15685 \begin_inset Tabular
15686 <lyxtabular version="3" rows="3" columns="3">
15687 <features>
15688 <column alignment="center" valignment="top" width="0">
15689 <column alignment="center" valignment="top" width="0">
15690 <column alignment="center" valignment="top" width="0">
15691 <row>
15692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15693 \begin_inset Text
15694
15695 \begin_layout Plain Layout
15696 sd
15697 \end_layout
15698
15699 \end_inset
15700 </cell>
15701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15702 \begin_inset Text
15703
15704 \begin_layout Plain Layout
15705
15706 \end_layout
15707
15708 \end_inset
15709 </cell>
15710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15711 \begin_inset Text
15712
15713 \begin_layout Plain Layout
15714
15715 \end_layout
15716
15717 \end_inset
15718 </cell>
15719 </row>
15720 <row>
15721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15722 \begin_inset Text
15723
15724 \begin_layout Plain Layout
15725
15726 \end_layout
15727
15728 \end_inset
15729 </cell>
15730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15731 \begin_inset Text
15732
15733 \begin_layout Plain Layout
15734 sd
15735 \end_layout
15736
15737 \end_inset
15738 </cell>
15739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15740 \begin_inset Text
15741
15742 \begin_layout Plain Layout
15743
15744 \end_layout
15745
15746 \end_inset
15747 </cell>
15748 </row>
15749 <row>
15750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15751 \begin_inset Text
15752
15753 \begin_layout Plain Layout
15754
15755 \end_layout
15756
15757 \end_inset
15758 </cell>
15759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15760 \begin_inset Text
15761
15762 \begin_layout Plain Layout
15763
15764 \end_layout
15765
15766 \end_inset
15767 </cell>
15768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15769 \begin_inset Text
15770
15771 \begin_layout Plain Layout
15772 sd
15773 \end_layout
15774
15775 \end_inset
15776 </cell>
15777 </row>
15778 </lyxtabular>
15779
15780 \end_inset
15781
15782
15783 \end_layout
15784
15785 \end_inset
15786
15787
15788 \end_layout
15789
15790 \begin_layout Standard
15791 To return to the default line color black, insert this command in TeX-Code
15792  behind the table or table float:
15793 \end_layout
15794
15795 \begin_layout Standard
15796
15797 \series bold
15798
15799 \backslash
15800 renewcommand{
15801 \backslash
15802 hline}{
15803 \backslash
15804 myHlineC}
15805 \end_layout
15806
15807 \begin_layout Standard
15808 Table
15809 \begin_inset space ~
15810 \end_inset
15811
15812
15813 \begin_inset CommandInset ref
15814 LatexCommand ref
15815 reference "tab:Table-with-colored"
15816
15817 \end_inset
15818
15819  is an example with colored vertical and horizontal lines.
15820 \end_layout
15821
15822 \begin_layout Standard
15823 \begin_inset Float table
15824 placement h
15825 wide false
15826 sideways false
15827 status open
15828
15829 \begin_layout Plain Layout
15830 \begin_inset Caption
15831
15832 \begin_layout Plain Layout
15833 \begin_inset CommandInset label
15834 LatexCommand label
15835 name "tab:Table-with-colored"
15836
15837 \end_inset
15838
15839 Table with colored lines
15840 \end_layout
15841
15842 \end_inset
15843
15844
15845 \end_layout
15846
15847 \begin_layout Plain Layout
15848 \align center
15849 \begin_inset Tabular
15850 <lyxtabular version="3" rows="3" columns="3">
15851 <features>
15852 <column alignment="center" valignment="top" width="0" special="Wc">
15853 <column alignment="center" valignment="top" width="0" special="Wc">
15854 <column alignment="center" valignment="top" width="0" special="WcW">
15855 <row>
15856 <cell alignment="center" valignment="top" topline="true" usebox="none">
15857 \begin_inset Text
15858
15859 \begin_layout Plain Layout
15860 sd
15861 \end_layout
15862
15863 \end_inset
15864 </cell>
15865 <cell alignment="center" valignment="top" topline="true" usebox="none">
15866 \begin_inset Text
15867
15868 \begin_layout Plain Layout
15869
15870 \end_layout
15871
15872 \end_inset
15873 </cell>
15874 <cell alignment="center" valignment="top" topline="true" usebox="none">
15875 \begin_inset Text
15876
15877 \begin_layout Plain Layout
15878
15879 \end_layout
15880
15881 \end_inset
15882 </cell>
15883 </row>
15884 <row>
15885 <cell alignment="center" valignment="top" topline="true" usebox="none">
15886 \begin_inset Text
15887
15888 \begin_layout Plain Layout
15889
15890 \end_layout
15891
15892 \end_inset
15893 </cell>
15894 <cell alignment="center" valignment="top" topline="true" usebox="none">
15895 \begin_inset Text
15896
15897 \begin_layout Plain Layout
15898 sd
15899 \end_layout
15900
15901 \end_inset
15902 </cell>
15903 <cell alignment="center" valignment="top" topline="true" usebox="none">
15904 \begin_inset Text
15905
15906 \begin_layout Plain Layout
15907
15908 \end_layout
15909
15910 \end_inset
15911 </cell>
15912 </row>
15913 <row topspace="default">
15914 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15915 \begin_inset Text
15916
15917 \begin_layout Plain Layout
15918
15919 \end_layout
15920
15921 \end_inset
15922 </cell>
15923 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15924 \begin_inset Text
15925
15926 \begin_layout Plain Layout
15927
15928 \end_layout
15929
15930 \end_inset
15931 </cell>
15932 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15933 \begin_inset Text
15934
15935 \begin_layout Plain Layout
15936 sd
15937 \end_layout
15938
15939 \end_inset
15940 </cell>
15941 </row>
15942 </lyxtabular>
15943
15944 \end_inset
15945
15946
15947 \end_layout
15948
15949 \end_inset
15950
15951
15952 \end_layout
15953
15954 \begin_layout Standard
15955 \begin_inset ERT
15956 status collapsed
15957
15958 \begin_layout Plain Layout
15959
15960
15961 \backslash
15962 renewcommand{
15963 \backslash
15964 hline}{
15965 \backslash
15966 myHlineC}
15967 \end_layout
15968
15969 \end_inset
15970
15971
15972 \end_layout
15973
15974 \begin_layout Standard
15975 \begin_inset ERT
15976 status collapsed
15977
15978 \begin_layout Plain Layout
15979
15980
15981 \backslash
15982 setlength{
15983 \backslash
15984 arrayrulewidth}{0.4pt}
15985 \end_layout
15986
15987 \end_inset
15988
15989
15990 \end_layout
15991
15992 \begin_layout Section
15993 Table Customization
15994 \begin_inset Index
15995 status collapsed
15996
15997 \begin_layout Plain Layout
15998 Table Customization
15999 \end_layout
16000
16001 \end_inset
16002
16003
16004 \begin_inset Index
16005 status collapsed
16006
16007 \begin_layout Plain Layout
16008 Table ! Customization
16009 \end_layout
16010
16011 \end_inset
16012
16013
16014 \end_layout
16015
16016 \begin_layout Subsection
16017 Row Spacing
16018 \begin_inset CommandInset label
16019 LatexCommand label
16020 name "sub:Row-Spacing"
16021
16022 \end_inset
16023
16024
16025 \begin_inset Index
16026 status collapsed
16027
16028 \begin_layout Plain Layout
16029 Table Customization ! Row Spacing
16030 \end_layout
16031
16032 \end_inset
16033
16034
16035 \end_layout
16036
16037 \begin_layout Standard
16038 You can add vertical space to table rows in the 
16039 \family sans
16040 Borders
16041 \family default
16042  tab of the table dialog.
16043  You find there three possibilities:
16044 \end_layout
16045
16046 \begin_layout Description
16047 Top
16048 \begin_inset space ~
16049 \end_inset
16050
16051 of
16052 \begin_inset space ~
16053 \end_inset
16054
16055 row will add space above the characters of the table row.
16056  If the table is a formal table
16057 \begin_inset Foot
16058 status collapsed
16059
16060 \begin_layout Plain Layout
16061 Formal tables are explained in section
16062 \begin_inset space ~
16063 \end_inset
16064
16065
16066 \begin_inset CommandInset ref
16067 LatexCommand ref
16068 reference "sec:Formal-Tables"
16069
16070 \end_inset
16071
16072 .
16073 \end_layout
16074
16075 \end_inset
16076
16077  LyX will insert as default 0.5
16078 \begin_inset space \thinspace{}
16079 \end_inset
16080
16081 em space.
16082  For normal tables the inserted space will unfortunately destroy the vertical
16083  table lines as in the following table:
16084 \begin_inset VSpace medskip
16085 \end_inset
16086
16087
16088 \begin_inset Newline newline
16089 \end_inset
16090
16091
16092 \begin_inset space \hspace*{}
16093 \length 0pt
16094 \end_inset
16095
16096
16097 \begin_inset space \hfill{}
16098 \end_inset
16099
16100
16101 \begin_inset Tabular
16102 <lyxtabular version="3" rows="3" columns="1">
16103 <features>
16104 <column alignment="center" valignment="top" width="0">
16105 <row>
16106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16107 \begin_inset Text
16108
16109 \begin_layout Plain Layout
16110 A
16111 \end_layout
16112
16113 \end_inset
16114 </cell>
16115 </row>
16116 <row topspace="3mm">
16117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16118 \begin_inset Text
16119
16120 \begin_layout Plain Layout
16121 3
16122 \begin_inset space \thinspace{}
16123 \end_inset
16124
16125 mm space top of row
16126 \end_layout
16127
16128 \end_inset
16129 </cell>
16130 </row>
16131 <row>
16132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16133 \begin_inset Text
16134
16135 \begin_layout Plain Layout
16136 C
16137 \end_layout
16138
16139 \end_inset
16140 </cell>
16141 </row>
16142 </lyxtabular>
16143
16144 \end_inset
16145
16146
16147 \begin_inset space \hfill{}
16148 \end_inset
16149
16150
16151 \begin_inset space \hspace*{}
16152 \length 0pt
16153 \end_inset
16154
16155
16156 \begin_inset VSpace medskip
16157 \end_inset
16158
16159
16160 \begin_inset Newline newline
16161 \end_inset
16162
16163 So inserting space to the top of row for normal tables is only useful when
16164  you don't have vertical lines.
16165 \end_layout
16166
16167 \begin_layout Description
16168 Bottom
16169 \begin_inset space ~
16170 \end_inset
16171
16172 of
16173 \begin_inset space ~
16174 \end_inset
16175
16176 row will add space below the characters of the table row.
16177  If the table is a formal table LyX will insert as default 0.5
16178 \begin_inset space \thinspace{}
16179 \end_inset
16180
16181 em space, for normal tables the default size is 2
16182 \begin_inset space \thinspace{}
16183 \end_inset
16184
16185 pt.
16186 \end_layout
16187
16188 \begin_layout Description
16189 Between
16190 \begin_inset space ~
16191 \end_inset
16192
16193 rows adds space between the current and the following row.
16194  If the table is a formal table LyX will insert as default 0.5
16195 \begin_inset space \thinspace{}
16196 \end_inset
16197
16198 em space.
16199  For normal tables the inserted space will unfortunately destroy the vertical
16200  table lines as in the following table:
16201 \begin_inset VSpace medskip
16202 \end_inset
16203
16204
16205 \begin_inset Newline newline
16206 \end_inset
16207
16208
16209 \begin_inset space \hspace*{}
16210 \length 0pt
16211 \end_inset
16212
16213
16214 \begin_inset space \hfill{}
16215 \end_inset
16216
16217
16218 \begin_inset Tabular
16219 <lyxtabular version="3" rows="3" columns="1">
16220 <features>
16221 <column alignment="center" valignment="top" width="0">
16222 <row>
16223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16224 \begin_inset Text
16225
16226 \begin_layout Plain Layout
16227 A
16228 \end_layout
16229
16230 \end_inset
16231 </cell>
16232 </row>
16233 <row interlinespace="3mm">
16234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16235 \begin_inset Text
16236
16237 \begin_layout Plain Layout
16238 \begin_inset Formula $\downarrow$
16239 \end_inset
16240
16241  3
16242 \begin_inset space \thinspace{}
16243 \end_inset
16244
16245 mm space between row 
16246 \begin_inset Formula $\downarrow$
16247 \end_inset
16248
16249
16250 \end_layout
16251
16252 \end_inset
16253 </cell>
16254 </row>
16255 <row>
16256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16257 \begin_inset Text
16258
16259 \begin_layout Plain Layout
16260 \begin_inset Formula $\uparrow$
16261 \end_inset
16262
16263  3
16264 \begin_inset space \thinspace{}
16265 \end_inset
16266
16267 mm space between row 
16268 \begin_inset Formula $\uparrow$
16269 \end_inset
16270
16271
16272 \end_layout
16273
16274 \end_inset
16275 </cell>
16276 </row>
16277 </lyxtabular>
16278
16279 \end_inset
16280
16281
16282 \begin_inset space \hfill{}
16283 \end_inset
16284
16285
16286 \begin_inset space \hspace*{}
16287 \length 0pt
16288 \end_inset
16289
16290
16291 \begin_inset VSpace medskip
16292 \end_inset
16293
16294
16295 \begin_inset Newline newline
16296 \end_inset
16297
16298 So inserting space between rows for normal tables is only useful when you
16299  don't have vertical lines.
16300 \end_layout
16301
16302 \begin_layout Standard
16303 \begin_inset VSpace bigskip
16304 \end_inset
16305
16306 When you want to add extra height to all cells of all tables, you can do
16307  this with the following preamble lines:
16308 \end_layout
16309
16310 \begin_layout Standard
16311
16312 \series bold
16313
16314 \backslash
16315 @ifundefined{extrarowheight}
16316 \begin_inset Newline newline
16317 \end_inset
16318
16319
16320 \begin_inset ERT
16321 status collapsed
16322
16323 \begin_layout Plain Layout
16324
16325
16326 \backslash
16327 hphantom{ }
16328 \end_layout
16329
16330 \end_inset
16331
16332 {
16333 \backslash
16334 usepackage{array}}{}
16335 \begin_inset Newline newline
16336 \end_inset
16337
16338
16339 \backslash
16340 setlength{
16341 \backslash
16342 extrarowheight}{height}
16343 \end_layout
16344
16345 \begin_layout Standard
16346 But this has the disadvantage that the cell texts are no longer exactly
16347  vertically centered.
16348  (The package 
16349 \series bold
16350 array
16351 \series default
16352  will be loaded automatically by LyX when you use self defined table formats.
16353  To avoid that it is loaded twice the command 
16354 \series bold
16355
16356 \backslash
16357 @ifundefined
16358 \series default
16359  is used in the above command.)
16360 \end_layout
16361
16362 \begin_layout Subsection
16363 Special Cell Alignment
16364 \begin_inset Index
16365 status collapsed
16366
16367 \begin_layout Plain Layout
16368 Table Customization ! Special Cell Alignment
16369 \end_layout
16370
16371 \end_inset
16372
16373
16374 \end_layout
16375
16376 \begin_layout Standard
16377 Sometimes it looks better when the cell entries of a column are aligned
16378  with a special character, e.
16379 \begin_inset space \thinspace{}
16380 \end_inset
16381
16382 g.
16383 \begin_inset space ~
16384 \end_inset
16385
16386 with the decimal separator as in Table
16387 \begin_inset space ~
16388 \end_inset
16389
16390
16391 \begin_inset CommandInset ref
16392 LatexCommand ref
16393 reference "tab:Table-cells-of"
16394
16395 \end_inset
16396
16397 .
16398 \end_layout
16399
16400 \begin_layout Standard
16401 \begin_inset Float table
16402 placement h
16403 wide false
16404 sideways false
16405 status open
16406
16407 \begin_layout Plain Layout
16408 \begin_inset Caption
16409
16410 \begin_layout Plain Layout
16411 \begin_inset CommandInset label
16412 LatexCommand label
16413 name "tab:Table-cells-of"
16414
16415 \end_inset
16416
16417 Table cells of a column aligned with the decimal separator.
16418 \end_layout
16419
16420 \end_inset
16421
16422
16423 \end_layout
16424
16425 \begin_layout Plain Layout
16426 \align center
16427 \begin_inset Tabular
16428 <lyxtabular version="3" rows="4" columns="2">
16429 <features>
16430 <column alignment="right" valignment="top" width="0">
16431 <column alignment="left" valignment="top" width="0" special="@{}l">
16432 <row>
16433 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16434 \begin_inset Text
16435
16436 \begin_layout Plain Layout
16437 heading
16438 \end_layout
16439
16440 \end_inset
16441 </cell>
16442 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16443 \begin_inset Text
16444
16445 \begin_layout Plain Layout
16446
16447 \end_layout
16448
16449 \end_inset
16450 </cell>
16451 </row>
16452 <row>
16453 <cell alignment="center" valignment="top" usebox="none">
16454 \begin_inset Text
16455
16456 \begin_layout Plain Layout
16457 12.
16458 \end_layout
16459
16460 \end_inset
16461 </cell>
16462 <cell alignment="center" valignment="top" usebox="none">
16463 \begin_inset Text
16464
16465 \begin_layout Plain Layout
16466 6
16467 \end_layout
16468
16469 \end_inset
16470 </cell>
16471 </row>
16472 <row>
16473 <cell alignment="center" valignment="top" usebox="none">
16474 \begin_inset Text
16475
16476 \begin_layout Plain Layout
16477 0.
16478 \end_layout
16479
16480 \end_inset
16481 </cell>
16482 <cell alignment="center" valignment="top" usebox="none">
16483 \begin_inset Text
16484
16485 \begin_layout Plain Layout
16486 68
16487 \end_layout
16488
16489 \end_inset
16490 </cell>
16491 </row>
16492 <row>
16493 <cell alignment="center" valignment="top" usebox="none">
16494 \begin_inset Text
16495
16496 \begin_layout Plain Layout
16497 -123.
16498 \end_layout
16499
16500 \end_inset
16501 </cell>
16502 <cell alignment="center" valignment="top" usebox="none">
16503 \begin_inset Text
16504
16505 \begin_layout Plain Layout
16506 0
16507 \end_layout
16508
16509 \end_inset
16510 </cell>
16511 </row>
16512 </lyxtabular>
16513
16514 \end_inset
16515
16516
16517 \end_layout
16518
16519 \end_inset
16520
16521
16522 \end_layout
16523
16524 \begin_layout Standard
16525 This table was created with a 4×2 table.
16526  The heading is a centered multicolumn.
16527  The first column is right-aligned and contains the digits before the decimal
16528  point and the decimal point.
16529  The second column is left aligned and contains the digits after the decimal
16530  point.
16531  To omit the space that is normally between two table columns, use the following
16532  LaTeX-argument for the second column:
16533 \end_layout
16534
16535 \begin_layout Standard
16536
16537 \series bold
16538 @{}l
16539 \end_layout
16540
16541 \begin_layout Standard
16542 Table
16543 \begin_inset space ~
16544 \end_inset
16545
16546
16547 \begin_inset CommandInset ref
16548 LatexCommand ref
16549 reference "tab:Several-table-cell"
16550
16551 \end_inset
16552
16553  shows some example alignments.
16554  For the alignment with the relation sign, you must add the second smallest
16555  math-space at the beginning of the last column to get the correct space
16556  surrounding the relation sign.
16557 \end_layout
16558
16559 \begin_layout Standard
16560 \begin_inset Float table
16561 wide false
16562 sideways false
16563 status open
16564
16565 \begin_layout Plain Layout
16566 \begin_inset Caption
16567
16568 \begin_layout Plain Layout
16569 \begin_inset CommandInset label
16570 LatexCommand label
16571 name "tab:Several-table-cell"
16572
16573 \end_inset
16574
16575 Several table cell alignments.
16576 \end_layout
16577
16578 \end_inset
16579
16580
16581 \end_layout
16582
16583 \begin_layout Plain Layout
16584 \align center
16585 \begin_inset Tabular
16586 <lyxtabular version="3" rows="4" columns="6">
16587 <features>
16588 <column alignment="right" valignment="top" width="0">
16589 <column alignment="left" valignment="top" width="0" special="@{}l">
16590 <column alignment="right" valignment="top" width="0">
16591 <column alignment="left" valignment="top" width="0" special="@{}l">
16592 <column alignment="right" valignment="top" width="0">
16593 <column alignment="left" valignment="top" width="0" special="@{}l">
16594 <row>
16595 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16596 \begin_inset Text
16597
16598 \begin_layout Plain Layout
16599 units
16600 \end_layout
16601
16602 \end_inset
16603 </cell>
16604 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16605 \begin_inset Text
16606
16607 \begin_layout Plain Layout
16608
16609 \end_layout
16610
16611 \end_inset
16612 </cell>
16613 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16614 \begin_inset Text
16615
16616 \begin_layout Plain Layout
16617 exponents
16618 \end_layout
16619
16620 \end_inset
16621 </cell>
16622 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16623 \begin_inset Text
16624
16625 \begin_layout Plain Layout
16626
16627 \end_layout
16628
16629 \end_inset
16630 </cell>
16631 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16632 \begin_inset Text
16633
16634 \begin_layout Plain Layout
16635 relations
16636 \end_layout
16637
16638 \end_inset
16639 </cell>
16640 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16641 \begin_inset Text
16642
16643 \begin_layout Plain Layout
16644
16645 \end_layout
16646
16647 \end_inset
16648 </cell>
16649 </row>
16650 <row>
16651 <cell alignment="center" valignment="top" usebox="none">
16652 \begin_inset Text
16653
16654 \begin_layout Plain Layout
16655 12×
16656 \end_layout
16657
16658 \end_inset
16659 </cell>
16660 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16661 \begin_inset Text
16662
16663 \begin_layout Plain Layout
16664 24
16665 \begin_inset space \thinspace{}
16666 \end_inset
16667
16668 bottles
16669 \end_layout
16670
16671 \end_inset
16672 </cell>
16673 <cell alignment="center" valignment="top" usebox="none">
16674 \begin_inset Text
16675
16676 \begin_layout Plain Layout
16677 \begin_inset Formula $10\cdot$
16678 \end_inset
16679
16680
16681 \end_layout
16682
16683 \end_inset
16684 </cell>
16685 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16686 \begin_inset Text
16687
16688 \begin_layout Plain Layout
16689 \begin_inset Formula $10^{\mbox{-}17}$
16690 \end_inset
16691
16692
16693 \end_layout
16694
16695 \end_inset
16696 </cell>
16697 <cell alignment="center" valignment="top" usebox="none">
16698 \begin_inset Text
16699
16700 \begin_layout Plain Layout
16701 \begin_inset Formula $\Gamma(t)\propto$
16702 \end_inset
16703
16704
16705 \end_layout
16706
16707 \end_inset
16708 </cell>
16709 <cell alignment="center" valignment="top" usebox="none">
16710 \begin_inset Text
16711
16712 \begin_layout Plain Layout
16713 \begin_inset Formula $\:\Upsilon(t)$
16714 \end_inset
16715
16716
16717 \end_layout
16718
16719 \end_inset
16720 </cell>
16721 </row>
16722 <row>
16723 <cell alignment="center" valignment="top" usebox="none">
16724 \begin_inset Text
16725
16726 \begin_layout Plain Layout
16727 1024×
16728 \end_layout
16729
16730 \end_inset
16731 </cell>
16732 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16733 \begin_inset Text
16734
16735 \begin_layout Plain Layout
16736 768
16737 \begin_inset space \thinspace{}
16738 \end_inset
16739
16740 Pixels
16741 \end_layout
16742
16743 \end_inset
16744 </cell>
16745 <cell alignment="center" valignment="top" usebox="none">
16746 \begin_inset Text
16747
16748 \begin_layout Plain Layout
16749 \begin_inset Formula $5.78\cdot$
16750 \end_inset
16751
16752
16753 \end_layout
16754
16755 \end_inset
16756 </cell>
16757 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16758 \begin_inset Text
16759
16760 \begin_layout Plain Layout
16761 \begin_inset Formula $10^{7}$
16762 \end_inset
16763
16764
16765 \end_layout
16766
16767 \end_inset
16768 </cell>
16769 <cell alignment="center" valignment="top" usebox="none">
16770 \begin_inset Text
16771
16772 \begin_layout Plain Layout
16773 \begin_inset Formula $A\ne$
16774 \end_inset
16775
16776
16777 \end_layout
16778
16779 \end_inset
16780 </cell>
16781 <cell alignment="center" valignment="top" usebox="none">
16782 \begin_inset Text
16783
16784 \begin_layout Plain Layout
16785 \begin_inset Formula $\: B_{\mathrm{red}}$
16786 \end_inset
16787
16788
16789 \end_layout
16790
16791 \end_inset
16792 </cell>
16793 </row>
16794 <row>
16795 <cell alignment="center" valignment="top" usebox="none">
16796 \begin_inset Text
16797
16798 \begin_layout Plain Layout
16799 32×
16800 \end_layout
16801
16802 \end_inset
16803 </cell>
16804 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16805 \begin_inset Text
16806
16807 \begin_layout Plain Layout
16808 6
16809 \begin_inset space \thinspace{}
16810 \end_inset
16811
16812 cm
16813 \end_layout
16814
16815 \end_inset
16816 </cell>
16817 <cell alignment="center" valignment="top" usebox="none">
16818 \begin_inset Text
16819
16820 \begin_layout Plain Layout
16821 -
16822 \begin_inset Formula $33.5\cdot$
16823 \end_inset
16824
16825
16826 \end_layout
16827
16828 \end_inset
16829 </cell>
16830 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16831 \begin_inset Text
16832
16833 \begin_layout Plain Layout
16834 \begin_inset Formula $10^{4}$
16835 \end_inset
16836
16837
16838 \end_layout
16839
16840 \end_inset
16841 </cell>
16842 <cell alignment="center" valignment="top" usebox="none">
16843 \begin_inset Text
16844
16845 \begin_layout Plain Layout
16846 \begin_inset Formula $\sin(\alpha)\ge$
16847 \end_inset
16848
16849
16850 \end_layout
16851
16852 \end_inset
16853 </cell>
16854 <cell alignment="center" valignment="top" usebox="none">
16855 \begin_inset Text
16856
16857 \begin_layout Plain Layout
16858 \begin_inset Formula $\:\sin(\beta)$
16859 \end_inset
16860
16861
16862 \end_layout
16863
16864 \end_inset
16865 </cell>
16866 </row>
16867 </lyxtabular>
16868
16869 \end_inset
16870
16871
16872 \end_layout
16873
16874 \end_inset
16875
16876
16877 \end_layout
16878
16879 \begin_layout Standard
16880 \begin_inset VSpace bigskip
16881 \end_inset
16882
16883 There is also the LaTeX-package 
16884 \series bold
16885 dcolumn
16886 \series default
16887
16888 \begin_inset Index
16889 status collapsed
16890
16891 \begin_layout Plain Layout
16892 LaTeX-packages ! dcolumn
16893 \end_layout
16894
16895 \end_inset
16896
16897  that provides table cell alignments.
16898  But this unfortunately treats the cell entries as math and doesn't allow
16899  formulas in table cells: The first column of Table
16900 \begin_inset space ~
16901 \end_inset
16902
16903
16904 \begin_inset CommandInset ref
16905 LatexCommand ref
16906 reference "tab:Several-table-cell"
16907
16908 \end_inset
16909
16910  will look with 
16911 \series bold
16912 dcolumn
16913 \series default
16914  like the first column in Table
16915 \begin_inset space ~
16916 \end_inset
16917
16918
16919 \begin_inset CommandInset ref
16920 LatexCommand ref
16921 reference "tab:Alignments-when"
16922
16923 \end_inset
16924
16925  and only with some tricks like the expected.
16926  The alignment of the second and third column of Table
16927 \begin_inset space ~
16928 \end_inset
16929
16930
16931 \begin_inset CommandInset ref
16932 LatexCommand ref
16933 reference "tab:Several-table-cell"
16934
16935 \end_inset
16936
16937  is not possible with 
16938 \series bold
16939 dcolumn
16940 \series default
16941 .
16942 \end_layout
16943
16944 \begin_layout Standard
16945 \begin_inset Float table
16946 placement h
16947 wide false
16948 sideways false
16949 status open
16950
16951 \begin_layout Plain Layout
16952 \begin_inset Caption
16953
16954 \begin_layout Plain Layout
16955 \begin_inset CommandInset label
16956 LatexCommand label
16957 name "tab:Alignments-when"
16958
16959 \end_inset
16960
16961 Alignments when LaTeX-package dcolumn is used.
16962  For all column alignments tricks have to be used to get the output.
16963 \end_layout
16964
16965 \end_inset
16966
16967
16968 \end_layout
16969
16970 \begin_layout Plain Layout
16971 \align center
16972 \begin_inset Tabular
16973 <lyxtabular version="3" rows="4" columns="3">
16974 <features>
16975 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
16976 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
16977 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
16978 <row>
16979 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16980 \begin_inset Text
16981
16982 \begin_layout Plain Layout
16983 units
16984 \end_layout
16985
16986 \end_inset
16987 </cell>
16988 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16989 \begin_inset Text
16990
16991 \begin_layout Plain Layout
16992 units
16993 \end_layout
16994
16995 \end_inset
16996 </cell>
16997 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16998 \begin_inset Text
16999
17000 \begin_layout Plain Layout
17001 units
17002 \end_layout
17003
17004 \end_inset
17005 </cell>
17006 </row>
17007 <row>
17008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17009 \begin_inset Text
17010
17011 \begin_layout Plain Layout
17012 12x24
17013 \begin_inset space \thinspace{}
17014 \end_inset
17015
17016 bottles
17017 \end_layout
17018
17019 \end_inset
17020 </cell>
17021 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17022 \begin_inset Text
17023
17024 \begin_layout Plain Layout
17025 12x24
17026 \begin_inset space \thinspace{}
17027 \end_inset
17028
17029
17030 \begin_inset Formula $\mbox{bottles}$
17031 \end_inset
17032
17033
17034 \end_layout
17035
17036 \end_inset
17037 </cell>
17038 <cell alignment="center" valignment="top" usebox="none">
17039 \begin_inset Text
17040
17041 \begin_layout Plain Layout
17042 12
17043 \begin_inset ERT
17044 status collapsed
17045
17046 \begin_layout Plain Layout
17047
17048
17049 \backslash
17050 times 
17051 \end_layout
17052
17053 \end_inset
17054
17055 24~
17056 \begin_inset Formula $\mbox{bottles}$
17057 \end_inset
17058
17059
17060 \end_layout
17061
17062 \end_inset
17063 </cell>
17064 </row>
17065 <row>
17066 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17067 \begin_inset Text
17068
17069 \begin_layout Plain Layout
17070 1024x768
17071 \begin_inset space \thinspace{}
17072 \end_inset
17073
17074 Pixels
17075 \end_layout
17076
17077 \end_inset
17078 </cell>
17079 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17080 \begin_inset Text
17081
17082 \begin_layout Plain Layout
17083 1024x768
17084 \begin_inset space \thinspace{}
17085 \end_inset
17086
17087
17088 \begin_inset Formula $\mbox{Pixels}$
17089 \end_inset
17090
17091
17092 \end_layout
17093
17094 \end_inset
17095 </cell>
17096 <cell alignment="center" valignment="top" usebox="none">
17097 \begin_inset Text
17098
17099 \begin_layout Plain Layout
17100 1024
17101 \begin_inset ERT
17102 status collapsed
17103
17104 \begin_layout Plain Layout
17105
17106
17107 \backslash
17108 times 
17109 \end_layout
17110
17111 \end_inset
17112
17113 768~
17114 \begin_inset Formula $\mbox{Pixels}$
17115 \end_inset
17116
17117
17118 \end_layout
17119
17120 \end_inset
17121 </cell>
17122 </row>
17123 <row>
17124 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17125 \begin_inset Text
17126
17127 \begin_layout Plain Layout
17128 32x6
17129 \begin_inset space \thinspace{}
17130 \end_inset
17131
17132 cm
17133 \end_layout
17134
17135 \end_inset
17136 </cell>
17137 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17138 \begin_inset Text
17139
17140 \begin_layout Plain Layout
17141 32x6
17142 \begin_inset space \thinspace{}
17143 \end_inset
17144
17145
17146 \begin_inset Formula $\mbox{cm}$
17147 \end_inset
17148
17149
17150 \end_layout
17151
17152 \end_inset
17153 </cell>
17154 <cell alignment="center" valignment="top" usebox="none">
17155 \begin_inset Text
17156
17157 \begin_layout Plain Layout
17158 32
17159 \begin_inset ERT
17160 status collapsed
17161
17162 \begin_layout Plain Layout
17163
17164
17165 \backslash
17166 times 
17167 \end_layout
17168
17169 \end_inset
17170
17171 6~
17172 \begin_inset Formula $\mbox{cm}$
17173 \end_inset
17174
17175
17176 \end_layout
17177
17178 \end_inset
17179 </cell>
17180 </row>
17181 </lyxtabular>
17182
17183 \end_inset
17184
17185
17186 \end_layout
17187
17188 \end_inset
17189
17190
17191 \end_layout
17192
17193 \begin_layout Subsection
17194 Customized Cell/Column Format
17195 \begin_inset CommandInset label
17196 LatexCommand label
17197 name "sub:Customized-Format"
17198
17199 \end_inset
17200
17201
17202 \begin_inset Index
17203 status collapsed
17204
17205 \begin_layout Plain Layout
17206 Table Customization ! Cell/Column Format
17207 \end_layout
17208
17209 \end_inset
17210
17211
17212 \end_layout
17213
17214 \begin_layout Standard
17215 Calculating the needed width for spanned columns like in section
17216 \begin_inset space ~
17217 \end_inset
17218
17219
17220 \begin_inset CommandInset ref
17221 LatexCommand ref
17222 reference "sub:Multicolumn-Calculations"
17223
17224 \end_inset
17225
17226  is very annoying if you have several tables with multicolumn cells.
17227  To make life easier, you can define a cell/column format in the preamble,
17228  so that it can be used in all tables of the document.
17229  The format is defined with the command
17230 \end_layout
17231
17232 \begin_layout Standard
17233
17234 \series bold
17235
17236 \backslash
17237 newcolumntype{name of format}[number of arguments]{commands}
17238 \end_layout
17239
17240 \begin_layout Standard
17241 The format name may only consist of one letter.
17242  The letters 
17243 \emph on
17244 b
17245 \emph default
17246
17247 \emph on
17248 c
17249 \emph default
17250
17251 \emph on
17252 l
17253 \emph default
17254
17255 \emph on
17256 m
17257 \emph default
17258
17259 \emph on
17260 p
17261 \emph default
17262  and 
17263 \emph on
17264 r
17265 \emph default
17266  are predefined and cannot be used.
17267  But all letters are allowed as capitals.
17268 \end_layout
17269
17270 \begin_layout Standard
17271 \begin_inset VSpace medskip
17272 \end_inset
17273
17274
17275 \end_layout
17276
17277 \begin_layout Standard
17278 For vertically and horizontally centered multicolumn cells with a fixed
17279  width you can define the cell format
17280 \end_layout
17281
17282 \begin_layout Standard
17283
17284 \series bold
17285
17286 \backslash
17287 newcolumntype{M}[1]{>{
17288 \backslash
17289 centering
17290 \backslash
17291 hspace{0pt}}m{#1}}
17292 \end_layout
17293
17294 \begin_layout Standard
17295 where 
17296 \series bold
17297
17298 \backslash
17299 hspace{0pt}
17300 \series default
17301  avoids the problem of hyphenating the first word, as described in section
17302 \begin_inset space ~
17303 \end_inset
17304
17305
17306 \begin_inset CommandInset ref
17307 LatexCommand ref
17308 reference "sub:Multiple-Lines-in"
17309
17310 \end_inset
17311
17312 .
17313  Now you can simply enter
17314 \end_layout
17315
17316 \begin_layout Standard
17317
17318 \series bold
17319 M{width}
17320 \end_layout
17321
17322 \begin_layout Standard
17323 as LaTeX-argument in the table dialog to create a multicolumn.
17324 \end_layout
17325
17326 \begin_layout Standard
17327 \begin_inset VSpace bigskip
17328 \end_inset
17329
17330
17331 \end_layout
17332
17333 \begin_layout Standard
17334 For cells spanned by a multicolumn cell, you can define the format
17335 \end_layout
17336
17337 \begin_layout Standard
17338
17339 \series bold
17340
17341 \backslash
17342 newcolumntype{S}[2]{>{
17343 \backslash
17344 centering
17345 \backslash
17346 hspace{0pt}}
17347 \begin_inset Newline newline
17348 \end_inset
17349
17350
17351 \begin_inset ERT
17352 status collapsed
17353
17354 \begin_layout Plain Layout
17355
17356
17357 \backslash
17358 phantom{
17359 \end_layout
17360
17361 \end_inset
17362
17363
17364 \backslash
17365 newcolumntype
17366 \begin_inset ERT
17367 status collapsed
17368
17369 \begin_layout Plain Layout
17370
17371 }
17372 \end_layout
17373
17374 \end_inset
17375
17376 m{(#1+(2
17377 \backslash
17378 tabcolsep+
17379 \backslash
17380 arrayrulewidth)*(1-#2))/#2}}
17381 \end_layout
17382
17383 \begin_layout Standard
17384 This format uses equation 
17385 \begin_inset CommandInset ref
17386 LatexCommand eqref
17387 reference "eq:Wgn"
17388
17389 \end_inset
17390
17391  to calculate the needed width so that each spanned cell has the same width.
17392 \end_layout
17393
17394 \begin_layout Standard
17395 You can now enter
17396 \end_layout
17397
17398 \begin_layout Standard
17399
17400 \series bold
17401 S{width of multicolumn cell}{number of spanned columns}
17402 \end_layout
17403
17404 \begin_layout Standard
17405 as LaTeX-argument of the column.
17406 \end_layout
17407
17408 \begin_layout Standard
17409 \begin_inset VSpace bigskip
17410 \end_inset
17411
17412
17413 \end_layout
17414
17415 \begin_layout Standard
17416 For colored columns, you can define
17417 \end_layout
17418
17419 \begin_layout Standard
17420
17421 \series bold
17422
17423 \backslash
17424 newcolumntype{K}[1]{>{
17425 \backslash
17426 columncolor{#1}
17427 \backslash
17428 hspace{0pt}}c}
17429 \end_layout
17430
17431 \begin_layout Standard
17432 The 
17433 \begin_inset Quotes eld
17434 \end_inset
17435
17436 c
17437 \begin_inset Quotes erd
17438 \end_inset
17439
17440  at the end creates a column with a flexible width whose text is horizontally
17441  centered.
17442  You can now enter
17443 \end_layout
17444
17445 \begin_layout Standard
17446
17447 \series bold
17448 K{color name}
17449 \end_layout
17450
17451 \begin_layout Standard
17452 as LaTeX-argument.
17453 \end_layout
17454
17455 \begin_layout Standard
17456 \begin_inset VSpace bigskip
17457 \end_inset
17458
17459
17460 \end_layout
17461
17462 \begin_layout Standard
17463 To create Table
17464 \begin_inset space ~
17465 \end_inset
17466
17467
17468 \begin_inset CommandInset ref
17469 LatexCommand ref
17470 reference "tab:Table-using-user-defined"
17471
17472 \end_inset
17473
17474  use the LaTeX-arguments
17475 \end_layout
17476
17477 \begin_layout Standard
17478
17479 \series bold
17480 M{2.5cm}
17481 \end_layout
17482
17483 \begin_layout Standard
17484 for the first column and the multicolumn,
17485 \end_layout
17486
17487 \begin_layout Standard
17488
17489 \series bold
17490 K{red}
17491 \end_layout
17492
17493 \begin_layout Standard
17494 for the the last column, and
17495 \end_layout
17496
17497 \begin_layout Standard
17498
17499 \series bold
17500 S{2.5cm}{2}
17501 \end_layout
17502
17503 \begin_layout Standard
17504 for the cells in the second column.
17505 \end_layout
17506
17507 \begin_layout Standard
17508 \begin_inset Float table
17509 placement h
17510 wide false
17511 sideways false
17512 status open
17513
17514 \begin_layout Plain Layout
17515 \begin_inset Caption
17516
17517 \begin_layout Plain Layout
17518 \begin_inset CommandInset label
17519 LatexCommand label
17520 name "tab:Table-using-user-defined"
17521
17522 \end_inset
17523
17524 Table using user-defined table formats
17525 \end_layout
17526
17527 \end_inset
17528
17529
17530 \end_layout
17531
17532 \begin_layout Plain Layout
17533 \align center
17534 \begin_inset Tabular
17535 <lyxtabular version="3" rows="3" columns="4">
17536 <features>
17537 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17538 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17539 <column alignment="center" valignment="middle" width="0">
17540 <column alignment="center" valignment="middle" width="0" special="K{red}">
17541 <row>
17542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17543 \begin_inset Text
17544
17545 \begin_layout Plain Layout
17546 verylongtablecellword
17547 \end_layout
17548
17549 \end_inset
17550 </cell>
17551 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17552 \begin_inset Text
17553
17554 \begin_layout Plain Layout
17555 multiple lines multicolumn
17556 \end_layout
17557
17558 \end_inset
17559 </cell>
17560 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17561 \begin_inset Text
17562
17563 \begin_layout Plain Layout
17564
17565 \end_layout
17566
17567 \end_inset
17568 </cell>
17569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17570 \begin_inset Text
17571
17572 \begin_layout Plain Layout
17573 c
17574 \end_layout
17575
17576 \end_inset
17577 </cell>
17578 </row>
17579 <row>
17580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17581 \begin_inset Text
17582
17583 \begin_layout Plain Layout
17584 d
17585 \end_layout
17586
17587 \end_inset
17588 </cell>
17589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17590 \begin_inset Text
17591
17592 \begin_layout Plain Layout
17593 e
17594 \end_layout
17595
17596 \end_inset
17597 </cell>
17598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17599 \begin_inset Text
17600
17601 \begin_layout Plain Layout
17602 f
17603 \end_layout
17604
17605 \end_inset
17606 </cell>
17607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17608 \begin_inset Text
17609
17610 \begin_layout Plain Layout
17611 g
17612 \end_layout
17613
17614 \end_inset
17615 </cell>
17616 </row>
17617 <row>
17618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17619 \begin_inset Text
17620
17621 \begin_layout Plain Layout
17622 h
17623 \end_layout
17624
17625 \end_inset
17626 </cell>
17627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17628 \begin_inset Text
17629
17630 \begin_layout Plain Layout
17631 i
17632 \end_layout
17633
17634 \end_inset
17635 </cell>
17636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17637 \begin_inset Text
17638
17639 \begin_layout Plain Layout
17640 j
17641 \end_layout
17642
17643 \end_inset
17644 </cell>
17645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17646 \begin_inset Text
17647
17648 \begin_layout Plain Layout
17649 k
17650 \end_layout
17651
17652 \end_inset
17653 </cell>
17654 </row>
17655 </lyxtabular>
17656
17657 \end_inset
17658
17659
17660 \end_layout
17661
17662 \end_inset
17663
17664
17665 \end_layout
17666
17667 \begin_layout Subsection
17668 Line Thickness
17669 \begin_inset CommandInset label
17670 LatexCommand label
17671 name "sub:Line-Thickness"
17672
17673 \end_inset
17674
17675
17676 \begin_inset Index
17677 status collapsed
17678
17679 \begin_layout Plain Layout
17680 Table Customization ! Line Thickness
17681 \end_layout
17682
17683 \end_inset
17684
17685
17686 \end_layout
17687
17688 \begin_layout Standard
17689 The line thickness for all lines in a table can be adjusted with the length
17690  
17691 \series bold
17692
17693 \backslash
17694 arrayrulewidth
17695 \series default
17696 .
17697  To set for example a line thickness of 1.5
17698 \begin_inset space \thinspace{}
17699 \end_inset
17700
17701 pt, like in Table
17702 \begin_inset space ~
17703 \end_inset
17704
17705
17706 \begin_inset CommandInset ref
17707 LatexCommand ref
17708 reference "tab:Table-with-1.5"
17709
17710 \end_inset
17711
17712 , insert the command
17713 \end_layout
17714
17715 \begin_layout Standard
17716
17717 \series bold
17718
17719 \backslash
17720 setlength{
17721 \backslash
17722 arrayrulewidth}{1.5pt}
17723 \end_layout
17724
17725 \begin_layout Standard
17726 in TeX-Code before the table or table float.
17727  The changed thickness is valid for all following tables.
17728  To use the default value again, set 
17729 \series bold
17730
17731 \backslash
17732 arrayrulewidth
17733 \series default
17734  to 0.4
17735 \begin_inset space \thinspace{}
17736 \end_inset
17737
17738 pt in TeX-Code behind the table or table float.
17739 \end_layout
17740
17741 \begin_layout Standard
17742 \begin_inset ERT
17743 status collapsed
17744
17745 \begin_layout Plain Layout
17746
17747
17748 \backslash
17749 setlength{
17750 \backslash
17751 arrayrulewidth}{1.5pt}
17752 \end_layout
17753
17754 \end_inset
17755
17756
17757 \begin_inset Float table
17758 wide false
17759 sideways false
17760 status open
17761
17762 \begin_layout Plain Layout
17763 \begin_inset Caption
17764
17765 \begin_layout Plain Layout
17766 \begin_inset CommandInset label
17767 LatexCommand label
17768 name "tab:Table-with-1.5"
17769
17770 \end_inset
17771
17772 Table with 1.5
17773 \begin_inset space \thinspace{}
17774 \end_inset
17775
17776 pt thick lines
17777 \end_layout
17778
17779 \end_inset
17780
17781
17782 \end_layout
17783
17784 \begin_layout Plain Layout
17785 \align center
17786 \begin_inset Tabular
17787 <lyxtabular version="3" rows="3" columns="3">
17788 <features>
17789 <column alignment="center" valignment="top" width="0">
17790 <column alignment="center" valignment="top" width="0">
17791 <column alignment="center" valignment="top" width="0">
17792 <row>
17793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17794 \begin_inset Text
17795
17796 \begin_layout Plain Layout
17797 sd
17798 \end_layout
17799
17800 \end_inset
17801 </cell>
17802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17803 \begin_inset Text
17804
17805 \begin_layout Plain Layout
17806
17807 \end_layout
17808
17809 \end_inset
17810 </cell>
17811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17812 \begin_inset Text
17813
17814 \begin_layout Plain Layout
17815
17816 \end_layout
17817
17818 \end_inset
17819 </cell>
17820 </row>
17821 <row>
17822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17823 \begin_inset Text
17824
17825 \begin_layout Plain Layout
17826
17827 \end_layout
17828
17829 \end_inset
17830 </cell>
17831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17832 \begin_inset Text
17833
17834 \begin_layout Plain Layout
17835 sd
17836 \end_layout
17837
17838 \end_inset
17839 </cell>
17840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17841 \begin_inset Text
17842
17843 \begin_layout Plain Layout
17844
17845 \end_layout
17846
17847 \end_inset
17848 </cell>
17849 </row>
17850 <row>
17851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17852 \begin_inset Text
17853
17854 \begin_layout Plain Layout
17855
17856 \end_layout
17857
17858 \end_inset
17859 </cell>
17860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17861 \begin_inset Text
17862
17863 \begin_layout Plain Layout
17864
17865 \end_layout
17866
17867 \end_inset
17868 </cell>
17869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17870 \begin_inset Text
17871
17872 \begin_layout Plain Layout
17873 sd
17874 \end_layout
17875
17876 \end_inset
17877 </cell>
17878 </row>
17879 </lyxtabular>
17880
17881 \end_inset
17882
17883
17884 \end_layout
17885
17886 \end_inset
17887
17888
17889 \begin_inset ERT
17890 status collapsed
17891
17892 \begin_layout Plain Layout
17893
17894
17895 \backslash
17896 setlength{
17897 \backslash
17898 arrayrulewidth}{0.4pt}
17899 \end_layout
17900
17901 \end_inset
17902
17903
17904 \end_layout
17905
17906 \begin_layout Standard
17907 \begin_inset VSpace bigskip
17908 \end_inset
17909
17910 To set the line thickness to 1.5
17911 \begin_inset space \thinspace{}
17912 \end_inset
17913
17914 pt only for horizontal lines, like in Table
17915 \begin_inset space ~
17916 \end_inset
17917
17918
17919 \begin_inset CommandInset ref
17920 LatexCommand ref
17921 reference "tab:Table-with-horizontal"
17922
17923 \end_inset
17924
17925 , insert these commands in TeX-Code before the table or table float:
17926 \end_layout
17927
17928 \begin_layout Standard
17929
17930 \series bold
17931
17932 \backslash
17933 let
17934 \backslash
17935 myHline
17936 \backslash
17937 hline
17938 \begin_inset Newline newline
17939 \end_inset
17940
17941
17942 \backslash
17943 renewcommand{
17944 \backslash
17945 hline}
17946 \begin_inset Newline newline
17947 \end_inset
17948
17949  {
17950 \backslash
17951 noalign{
17952 \backslash
17953 global
17954 \backslash
17955 arrayrulewidth 1.5pt}
17956 \begin_inset Newline newline
17957 \end_inset
17958
17959  
17960 \backslash
17961 myHline
17962 \backslash
17963 noalign{
17964 \backslash
17965 global
17966 \backslash
17967 arrayrulewidth 0.4pt}}
17968 \end_layout
17969
17970 \begin_layout Standard
17971 To return to the default line thickness, insert this command in TeX-Code
17972  behind the table or table float:
17973 \end_layout
17974
17975 \begin_layout Standard
17976
17977 \series bold
17978
17979 \backslash
17980 renewcommand{
17981 \backslash
17982 hline}{
17983 \backslash
17984 myHline}
17985 \end_layout
17986
17987 \begin_layout Standard
17988 \begin_inset ERT
17989 status collapsed
17990
17991 \begin_layout Plain Layout
17992
17993
17994 \backslash
17995 let
17996 \backslash
17997 myHline
17998 \backslash
17999 hline
18000 \end_layout
18001
18002 \begin_layout Plain Layout
18003
18004
18005 \backslash
18006 renewcommand{
18007 \backslash
18008 hline}
18009 \end_layout
18010
18011 \begin_layout Plain Layout
18012
18013  {
18014 \backslash
18015 noalign{
18016 \backslash
18017 global
18018 \backslash
18019 arrayrulewidth 1.5pt}
18020 \end_layout
18021
18022 \begin_layout Plain Layout
18023
18024   
18025 \backslash
18026 myHline
18027 \backslash
18028 noalign{
18029 \backslash
18030 global
18031 \backslash
18032 arrayrulewidth 0.4pt}}
18033 \end_layout
18034
18035 \end_inset
18036
18037
18038 \begin_inset Float table
18039 wide false
18040 sideways false
18041 status open
18042
18043 \begin_layout Plain Layout
18044 \begin_inset Caption
18045
18046 \begin_layout Plain Layout
18047 \begin_inset CommandInset label
18048 LatexCommand label
18049 name "tab:Table-with-horizontal"
18050
18051 \end_inset
18052
18053 Table with 1.5
18054 \begin_inset space \thinspace{}
18055 \end_inset
18056
18057 pt thick horizontal lines
18058 \end_layout
18059
18060 \end_inset
18061
18062
18063 \end_layout
18064
18065 \begin_layout Plain Layout
18066 \align center
18067 \begin_inset Tabular
18068 <lyxtabular version="3" rows="3" columns="3">
18069 <features>
18070 <column alignment="center" valignment="top" width="0">
18071 <column alignment="center" valignment="top" width="0">
18072 <column alignment="center" valignment="top" width="0">
18073 <row>
18074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18075 \begin_inset Text
18076
18077 \begin_layout Plain Layout
18078 sd
18079 \end_layout
18080
18081 \end_inset
18082 </cell>
18083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18084 \begin_inset Text
18085
18086 \begin_layout Plain Layout
18087
18088 \end_layout
18089
18090 \end_inset
18091 </cell>
18092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18093 \begin_inset Text
18094
18095 \begin_layout Plain Layout
18096
18097 \end_layout
18098
18099 \end_inset
18100 </cell>
18101 </row>
18102 <row>
18103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18104 \begin_inset Text
18105
18106 \begin_layout Plain Layout
18107
18108 \end_layout
18109
18110 \end_inset
18111 </cell>
18112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18113 \begin_inset Text
18114
18115 \begin_layout Plain Layout
18116 sd
18117 \end_layout
18118
18119 \end_inset
18120 </cell>
18121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18122 \begin_inset Text
18123
18124 \begin_layout Plain Layout
18125
18126 \end_layout
18127
18128 \end_inset
18129 </cell>
18130 </row>
18131 <row>
18132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18133 \begin_inset Text
18134
18135 \begin_layout Plain Layout
18136
18137 \end_layout
18138
18139 \end_inset
18140 </cell>
18141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18142 \begin_inset Text
18143
18144 \begin_layout Plain Layout
18145
18146 \end_layout
18147
18148 \end_inset
18149 </cell>
18150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18151 \begin_inset Text
18152
18153 \begin_layout Plain Layout
18154 sd
18155 \end_layout
18156
18157 \end_inset
18158 </cell>
18159 </row>
18160 </lyxtabular>
18161
18162 \end_inset
18163
18164
18165 \end_layout
18166
18167 \end_inset
18168
18169
18170 \begin_inset ERT
18171 status collapsed
18172
18173 \begin_layout Plain Layout
18174
18175
18176 \backslash
18177 renewcommand{
18178 \backslash
18179 hline}{
18180 \backslash
18181 myHline}
18182 \end_layout
18183
18184 \end_inset
18185
18186
18187 \end_layout
18188
18189 \begin_layout Standard
18190 \begin_inset VSpace bigskip
18191 \end_inset
18192
18193 To set the line thickness to 1.5
18194 \begin_inset space \thinspace{}
18195 \end_inset
18196
18197 pt only for vertical lines, create the following column format in the document
18198  preamble, according to the description in section
18199 \begin_inset space ~
18200 \end_inset
18201
18202
18203 \begin_inset CommandInset ref
18204 LatexCommand ref
18205 reference "sub:Customized-Format"
18206
18207 \end_inset
18208
18209 :
18210 \end_layout
18211
18212 \begin_layout Standard
18213
18214 \series bold
18215
18216 \backslash
18217 newcolumntype{V}{!{
18218 \backslash
18219 vrule width 1.5pt}}
18220 \end_layout
18221
18222 \begin_layout Standard
18223 For Table
18224 \begin_inset space ~
18225 \end_inset
18226
18227
18228 \begin_inset CommandInset ref
18229 LatexCommand ref
18230 reference "tab:Table-with-vertical"
18231
18232 \end_inset
18233
18234  the LaTeX-argument
18235 \end_layout
18236
18237 \begin_layout Standard
18238
18239 \series bold
18240 VcV
18241 \end_layout
18242
18243 \begin_layout Standard
18244 was used for the last column and
18245 \end_layout
18246
18247 \begin_layout Standard
18248
18249 \series bold
18250 Vc
18251 \end_layout
18252
18253 \begin_layout Standard
18254 for the other columns.
18255 \end_layout
18256
18257 \begin_layout Standard
18258 \begin_inset Float table
18259 wide false
18260 sideways false
18261 status open
18262
18263 \begin_layout Plain Layout
18264 \begin_inset Caption
18265
18266 \begin_layout Plain Layout
18267 \begin_inset CommandInset label
18268 LatexCommand label
18269 name "tab:Table-with-vertical"
18270
18271 \end_inset
18272
18273 Table with 1.5
18274 \begin_inset space \thinspace{}
18275 \end_inset
18276
18277 pt thick vertical lines
18278 \end_layout
18279
18280 \end_inset
18281
18282
18283 \end_layout
18284
18285 \begin_layout Plain Layout
18286 \align center
18287 \begin_inset Tabular
18288 <lyxtabular version="3" rows="3" columns="3">
18289 <features>
18290 <column alignment="center" valignment="top" width="0" special="Vc">
18291 <column alignment="center" valignment="top" width="0" special="Vc">
18292 <column alignment="center" valignment="top" width="0" special="VcV">
18293 <row>
18294 <cell alignment="center" valignment="top" topline="true" usebox="none">
18295 \begin_inset Text
18296
18297 \begin_layout Plain Layout
18298 sd
18299 \end_layout
18300
18301 \end_inset
18302 </cell>
18303 <cell alignment="center" valignment="top" topline="true" usebox="none">
18304 \begin_inset Text
18305
18306 \begin_layout Plain Layout
18307
18308 \end_layout
18309
18310 \end_inset
18311 </cell>
18312 <cell alignment="center" valignment="top" topline="true" usebox="none">
18313 \begin_inset Text
18314
18315 \begin_layout Plain Layout
18316
18317 \end_layout
18318
18319 \end_inset
18320 </cell>
18321 </row>
18322 <row>
18323 <cell alignment="center" valignment="top" topline="true" usebox="none">
18324 \begin_inset Text
18325
18326 \begin_layout Plain Layout
18327
18328 \end_layout
18329
18330 \end_inset
18331 </cell>
18332 <cell alignment="center" valignment="top" topline="true" usebox="none">
18333 \begin_inset Text
18334
18335 \begin_layout Plain Layout
18336 sd
18337 \end_layout
18338
18339 \end_inset
18340 </cell>
18341 <cell alignment="center" valignment="top" topline="true" usebox="none">
18342 \begin_inset Text
18343
18344 \begin_layout Plain Layout
18345
18346 \end_layout
18347
18348 \end_inset
18349 </cell>
18350 </row>
18351 <row>
18352 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18353 \begin_inset Text
18354
18355 \begin_layout Plain Layout
18356
18357 \end_layout
18358
18359 \end_inset
18360 </cell>
18361 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18362 \begin_inset Text
18363
18364 \begin_layout Plain Layout
18365
18366 \end_layout
18367
18368 \end_inset
18369 </cell>
18370 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18371 \begin_inset Text
18372
18373 \begin_layout Plain Layout
18374 sd
18375 \end_layout
18376
18377 \end_inset
18378 </cell>
18379 </row>
18380 </lyxtabular>
18381
18382 \end_inset
18383
18384
18385 \end_layout
18386
18387 \end_inset
18388
18389
18390 \end_layout
18391
18392 \begin_layout Subsection
18393 Dashed Lines
18394 \begin_inset Index
18395 status collapsed
18396
18397 \begin_layout Plain Layout
18398 Table Customization ! Dashed Lines
18399 \end_layout
18400
18401 \end_inset
18402
18403
18404 \end_layout
18405
18406 \begin_layout Standard
18407 \begin_inset ERT
18408 status collapsed
18409
18410 \begin_layout Plain Layout
18411
18412
18413 \backslash
18414 ifarydshln
18415 \end_layout
18416
18417 \end_inset
18418
18419
18420 \begin_inset Note Note
18421 status open
18422
18423 \begin_layout Plain Layout
18424 The following section will only be displayed when the LaTeX-package 
18425 \series bold
18426 arydshln
18427 \series default
18428  is installed.
18429 \end_layout
18430
18431 \end_inset
18432
18433
18434 \end_layout
18435
18436 \begin_layout Standard
18437 \begin_inset Float table
18438 placement H
18439 wide false
18440 sideways false
18441 status open
18442
18443 \begin_layout Plain Layout
18444 \begin_inset Caption
18445
18446 \begin_layout Plain Layout
18447 \begin_inset CommandInset label
18448 LatexCommand label
18449 name "tab:Table-with-dashed"
18450
18451 \end_inset
18452
18453 Table with dashed lines
18454 \end_layout
18455
18456 \end_inset
18457
18458
18459 \end_layout
18460
18461 \begin_layout Plain Layout
18462 \align center
18463 \begin_inset Tabular
18464 <lyxtabular version="3" rows="5" columns="5">
18465 <features>
18466 <column alignment="center" valignment="top" width="0">
18467 <column alignment="center" valignment="top" width="0">
18468 <column alignment="center" valignment="top" width="0" special=":c">
18469 <column alignment="center" valignment="top" width="0">
18470 <column alignment="center" valignment="top" width="0">
18471 <row>
18472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18473 \begin_inset Text
18474
18475 \begin_layout Plain Layout
18476 a
18477 \end_layout
18478
18479 \end_inset
18480 </cell>
18481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18482 \begin_inset Text
18483
18484 \begin_layout Plain Layout
18485 b
18486 \end_layout
18487
18488 \end_inset
18489 </cell>
18490 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18491 \begin_inset Text
18492
18493 \begin_layout Plain Layout
18494 c
18495 \end_layout
18496
18497 \end_inset
18498 </cell>
18499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18500 \begin_inset Text
18501
18502 \begin_layout Plain Layout
18503 d
18504 \end_layout
18505
18506 \end_inset
18507 </cell>
18508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18509 \begin_inset Text
18510
18511 \begin_layout Plain Layout
18512 e
18513 \end_layout
18514
18515 \end_inset
18516 </cell>
18517 </row>
18518 <row>
18519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18520 \begin_inset Text
18521
18522 \begin_layout Plain Layout
18523 f
18524 \end_layout
18525
18526 \end_inset
18527 </cell>
18528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18529 \begin_inset Text
18530
18531 \begin_layout Plain Layout
18532 g
18533 \end_layout
18534
18535 \end_inset
18536 </cell>
18537 <cell alignment="center" valignment="top" topline="true" usebox="none">
18538 \begin_inset Text
18539
18540 \begin_layout Plain Layout
18541 h
18542 \end_layout
18543
18544 \end_inset
18545 </cell>
18546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18547 \begin_inset Text
18548
18549 \begin_layout Plain Layout
18550 i
18551 \end_layout
18552
18553 \end_inset
18554 </cell>
18555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18556 \begin_inset Text
18557
18558 \begin_layout Plain Layout
18559 j
18560 \end_layout
18561
18562 \end_inset
18563 </cell>
18564 </row>
18565 <row>
18566 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18567 \begin_inset Text
18568
18569 \begin_layout Plain Layout
18570 \begin_inset ERT
18571 status collapsed
18572
18573 \begin_layout Plain Layout
18574
18575
18576 \backslash
18577 hdashline 
18578 \end_layout
18579
18580 \end_inset
18581
18582 k
18583 \end_layout
18584
18585 \end_inset
18586 </cell>
18587 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18588 \begin_inset Text
18589
18590 \begin_layout Plain Layout
18591 l
18592 \end_layout
18593
18594 \end_inset
18595 </cell>
18596 <cell alignment="center" valignment="top" usebox="none">
18597 \begin_inset Text
18598
18599 \begin_layout Plain Layout
18600 m
18601 \end_layout
18602
18603 \end_inset
18604 </cell>
18605 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18606 \begin_inset Text
18607
18608 \begin_layout Plain Layout
18609 n
18610 \end_layout
18611
18612 \end_inset
18613 </cell>
18614 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18615 \begin_inset Text
18616
18617 \begin_layout Plain Layout
18618 o
18619 \end_layout
18620
18621 \end_inset
18622 </cell>
18623 </row>
18624 <row>
18625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18626 \begin_inset Text
18627
18628 \begin_layout Plain Layout
18629 \begin_inset ERT
18630 status collapsed
18631
18632 \begin_layout Plain Layout
18633
18634
18635 \backslash
18636 cdashline{4-5}
18637 \end_layout
18638
18639 \end_inset
18640
18641 p
18642 \end_layout
18643
18644 \end_inset
18645 </cell>
18646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18647 \begin_inset Text
18648
18649 \begin_layout Plain Layout
18650 q
18651 \end_layout
18652
18653 \end_inset
18654 </cell>
18655 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18656 \begin_inset Text
18657
18658 \begin_layout Plain Layout
18659 r
18660 \end_layout
18661
18662 \end_inset
18663 </cell>
18664 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18665 \begin_inset Text
18666
18667 \begin_layout Plain Layout
18668 s
18669 \end_layout
18670
18671 \end_inset
18672 </cell>
18673 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18674 \begin_inset Text
18675
18676 \begin_layout Plain Layout
18677
18678 \end_layout
18679
18680 \end_inset
18681 </cell>
18682 </row>
18683 <row>
18684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18685 \begin_inset Text
18686
18687 \begin_layout Plain Layout
18688 t
18689 \end_layout
18690
18691 \end_inset
18692 </cell>
18693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18694 \begin_inset Text
18695
18696 \begin_layout Plain Layout
18697 u
18698 \end_layout
18699
18700 \end_inset
18701 </cell>
18702 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18703 \begin_inset Text
18704
18705 \begin_layout Plain Layout
18706 v
18707 \end_layout
18708
18709 \end_inset
18710 </cell>
18711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18712 \begin_inset Text
18713
18714 \begin_layout Plain Layout
18715 w
18716 \end_layout
18717
18718 \end_inset
18719 </cell>
18720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18721 \begin_inset Text
18722
18723 \begin_layout Plain Layout
18724 x
18725 \end_layout
18726
18727 \end_inset
18728 </cell>
18729 </row>
18730 </lyxtabular>
18731
18732 \end_inset
18733
18734
18735 \end_layout
18736
18737 \end_inset
18738
18739
18740 \end_layout
18741
18742 \begin_layout Standard
18743 LyX doesn't natively support dashed lines, so you have to use TeX-Code.
18744  As prerequisite the LaTeX-package 
18745 \series bold
18746 arydshln
18747 \series default
18748
18749 \begin_inset Index
18750 status collapsed
18751
18752 \begin_layout Plain Layout
18753 LaTeX-packages ! arydshln
18754 \end_layout
18755
18756 \end_inset
18757
18758  must be loaded in the document preamble with the command
18759 \end_layout
18760
18761 \begin_layout Standard
18762
18763 \series bold
18764
18765 \backslash
18766 usepackage{arydshln}
18767 \end_layout
18768
18769 \begin_layout Standard
18770 To make a vertical line dashed, enter the colon 
18771 \begin_inset Quotes eld
18772 \end_inset
18773
18774 :
18775 \begin_inset Quotes erd
18776 \end_inset
18777
18778  together with the character for the horizontal alignment as LaTeX-argument
18779  in the table cell dialog.
18780 \end_layout
18781
18782 \begin_layout Standard
18783 For a horizontal dashed line add the command
18784 \end_layout
18785
18786 \begin_layout Standard
18787
18788 \series bold
18789
18790 \backslash
18791 hdashline
18792 \end_layout
18793
18794 \begin_layout Standard
18795 in TeX-Code as first element of the first cell in the table row.
18796 \end_layout
18797
18798 \begin_layout Standard
18799 For dashed multicolumn lines use the command
18800 \end_layout
18801
18802 \begin_layout Standard
18803
18804 \series bold
18805
18806 \backslash
18807 cdashline{line number
18808 \series default
18809 }
18810 \end_layout
18811
18812 \begin_layout Standard
18813 in TeX-Code as first element of the first cell in the table row.
18814  If you have for example a multicolumn spanning over columns 2 to 4 and
18815  you want to have a dashed line above, add the command
18816 \end_layout
18817
18818 \begin_layout Standard
18819
18820 \series bold
18821
18822 \backslash
18823 cdashline{2-4}
18824 \end_layout
18825
18826 \begin_layout Standard
18827 as first element of the first cell in the row of the multicolumn.
18828 \end_layout
18829
18830 \begin_layout Standard
18831 \begin_inset VSpace bigskip
18832 \end_inset
18833
18834
18835 \end_layout
18836
18837 \begin_layout Standard
18838 Table
18839 \begin_inset space ~
18840 \end_inset
18841
18842
18843 \begin_inset CommandInset ref
18844 LatexCommand ref
18845 reference "tab:Table-with-dashed"
18846
18847 \end_inset
18848
18849  was created using 
18850 \begin_inset Quotes eld
18851 \end_inset
18852
18853
18854 \series bold
18855 :c
18856 \series default
18857
18858 \begin_inset Quotes erd
18859 \end_inset
18860
18861  as LaTeX-argument of the third column.
18862  The TeX-Code command 
18863 \series bold
18864
18865 \backslash
18866 hdashline
18867 \series default
18868  was inserted to the first cell of the third row and the the TeX-Code command
18869 \begin_inset Newline newline
18870 \end_inset
18871
18872  
18873 \series bold
18874
18875 \backslash
18876 cdashline{4-5}
18877 \series default
18878  was inserted to the first cell of the fourth row.
18879 \end_layout
18880
18881 \begin_layout Standard
18882 \begin_inset Note Greyedout
18883 status open
18884
18885 \begin_layout Plain Layout
18886
18887 \series bold
18888 Note:
18889 \series default
18890  The used LaTeX-package 
18891 \series bold
18892 arydshln
18893 \series default
18894  is apparently not compatible with the LaTeX-package 
18895 \series bold
18896 colortbl
18897 \series default
18898
18899 \begin_inset Index
18900 status collapsed
18901
18902 \begin_layout Plain Layout
18903 LaTeX-packages ! colortbl
18904 \end_layout
18905
18906 \end_inset
18907
18908  that is used for colored tables in section
18909 \begin_inset space ~
18910 \end_inset
18911
18912
18913 \begin_inset CommandInset ref
18914 LatexCommand ref
18915 reference "sec:Colored-Tables"
18916
18917 \end_inset
18918
18919 .
18920  That means colored tables cannot have dashed lines.
18921 \end_layout
18922
18923 \end_inset
18924
18925
18926 \end_layout
18927
18928 \begin_layout Standard
18929 \begin_inset ERT
18930 status collapsed
18931
18932 \begin_layout Plain Layout
18933
18934
18935 \backslash
18936 else
18937 \end_layout
18938
18939 \end_inset
18940
18941
18942 \begin_inset Note Note
18943 status open
18944
18945 \begin_layout Plain Layout
18946 The following will be displayed when the LaTeX-package 
18947 \series bold
18948 arydshln
18949 \series default
18950  is not installed:
18951 \end_layout
18952
18953 \end_inset
18954
18955
18956 \end_layout
18957
18958 \begin_layout Standard
18959 You need to install the package 
18960 \series bold
18961 arydshln
18962 \series default
18963  to see the content of this section in the output.
18964 \end_layout
18965
18966 \begin_layout Standard
18967 \begin_inset ERT
18968 status collapsed
18969
18970 \begin_layout Plain Layout
18971
18972
18973 \backslash
18974 fi
18975 \end_layout
18976
18977 \end_inset
18978
18979
18980 \end_layout
18981
18982 \begin_layout Chapter
18983 Floats
18984 \begin_inset Index
18985 status collapsed
18986
18987 \begin_layout Plain Layout
18988 Floats
18989 \end_layout
18990
18991 \end_inset
18992
18993
18994 \begin_inset CommandInset label
18995 LatexCommand label
18996 name "cha:Floats"
18997
18998 \end_inset
18999
19000
19001 \end_layout
19002
19003 \begin_layout Section
19004 Introduction
19005 \begin_inset CommandInset label
19006 LatexCommand label
19007 name "sec:FloatIntroduction"
19008
19009 \end_inset
19010
19011
19012 \begin_inset Index
19013 status collapsed
19014
19015 \begin_layout Plain Layout
19016 Floats ! Introduction
19017 \end_layout
19018
19019 \end_inset
19020
19021
19022 \end_layout
19023
19024 \begin_layout Standard
19025 A float is a block of text associated with some sort of label, which doesn't
19026  have a fixed location.
19027  It can 
19028 \begin_inset Quotes eld
19029 \end_inset
19030
19031 float
19032 \begin_inset Quotes erd
19033 \end_inset
19034
19035  forward or backward a page or two, to wherever it fits best.
19036  
19037 \family sans
19038 Footnotes
19039 \family default
19040  and 
19041 \family sans
19042 Margin
19043 \begin_inset space ~
19044 \end_inset
19045
19046 Notes
19047 \family default
19048  are also floats, because they can float to the next page when there are
19049  too many notes at the page.
19050 \end_layout
19051
19052 \begin_layout Standard
19053 Floats allow a high quality layout.
19054  Images and tables can evenly be spread to the pages to avoid white space
19055  and pages without text.
19056  As the floating often destroys the context between the text and the image/table
19057 , every float can be referenced in the text.
19058  Floats are therefore numbered.
19059  Referencing is described in section
19060 \begin_inset space ~
19061 \end_inset
19062
19063
19064 \begin_inset CommandInset ref
19065 LatexCommand ref
19066 reference "sec:Referencing-Floats"
19067
19068 \end_inset
19069
19070 .
19071 \end_layout
19072
19073 \begin_layout Standard
19074 To insert a float, use the menu 
19075 \family sans
19076 Insert\SpecialChar \menuseparator
19077 Float
19078 \family default
19079 .
19080  This inserts the 
19081 \family sans
19082 Caption
19083 \family default
19084  inset, a box with a label.
19085  The label will automatically be translated to the document language in
19086  the output.
19087  Behind the label you can insert the caption text.
19088  The image or table is inserted above or below the caption in a separate
19089  paragraph within the float.
19090  More about the caption placement is described in section
19091 \begin_inset space ~
19092 \end_inset
19093
19094
19095 \begin_inset CommandInset ref
19096 LatexCommand ref
19097 reference "sec:Caption-Placement"
19098
19099 \end_inset
19100
19101 .
19102  To keep your LyX-document readable, you can open and close the float box
19103  by left-clicking on the box label.
19104  A closed float box looks like this: 
19105 \begin_inset Graphics
19106         filename clipart/floatQt4.png
19107         scale 70
19108         scaleBeforeRotation
19109
19110 \end_inset
19111
19112  -- a gray button with a red label.
19113 \end_layout
19114
19115 \begin_layout Standard
19116 It is recommended to insert floats as a separate paragraph to avoid possible
19117  LaTeX-errors that can occur when the surrounding text is specially formatted.
19118 \end_layout
19119
19120 \begin_layout Standard
19121 Existing figures or tables can be put into a float by marking them and then
19122  pressing the corresponding toolbar button for a new float.
19123 \end_layout
19124
19125 \begin_layout Section
19126 Float Types
19127 \end_layout
19128
19129 \begin_layout Standard
19130 Besides figure and table floats that are described in section
19131 \begin_inset space ~
19132 \end_inset
19133
19134
19135 \begin_inset CommandInset ref
19136 LatexCommand ref
19137 reference "sec:Figure-Floats"
19138
19139 \end_inset
19140
19141  and 
19142 \begin_inset CommandInset ref
19143 LatexCommand ref
19144 reference "sec:Table-Floats"
19145
19146 \end_inset
19147
19148 , respectively, LyX offers the float types 
19149 \series bold
19150 Algorithm
19151 \series default
19152  and 
19153 \series bold
19154 Wrap
19155 \series default
19156 .
19157 \end_layout
19158
19159 \begin_layout Subsection
19160 Algorithm Floats
19161 \begin_inset Index
19162 status collapsed
19163
19164 \begin_layout Plain Layout
19165 Floats ! Algorithms
19166 \end_layout
19167
19168 \end_inset
19169
19170
19171 \begin_inset CommandInset label
19172 LatexCommand label
19173 name "sub:Algorithm-Floats"
19174
19175 \end_inset
19176
19177
19178 \end_layout
19179
19180 \begin_layout Standard
19181 \begin_inset Float algorithm
19182 placement h
19183 wide false
19184 sideways false
19185 status open
19186
19187 \begin_layout Plain Layout
19188 \begin_inset Caption
19189
19190 \begin_layout Plain Layout
19191 \begin_inset CommandInset label
19192 LatexCommand label
19193 name "alg:Example-Algorithm-float"
19194
19195 \end_inset
19196
19197 Example Algorithm float
19198 \end_layout
19199
19200 \end_inset
19201
19202
19203 \end_layout
19204
19205 \begin_layout LyX-Code
19206 for I in 1..N loop
19207 \begin_inset Newline newline
19208 \end_inset
19209
19210  Sum:= Sum + A(I); /*comment*/
19211 \begin_inset Newline newline
19212 \end_inset
19213
19214 end loop
19215 \begin_inset VSpace -4mm
19216 \end_inset
19217
19218
19219 \end_layout
19220
19221 \end_inset
19222
19223
19224 \end_layout
19225
19226 \begin_layout Standard
19227 This float type is inserted with the menu 
19228 \family sans
19229 Insert\SpecialChar \menuseparator
19230 Floats\SpecialChar \menuseparator
19231 Algorithm
19232 \family default
19233 .
19234  It is used for program codes and descriptions of algorithms.
19235  A possible environment for algorithms is the 
19236 \family sans
19237 LyX-Code
19238 \family default
19239 , described in LyX's 
19240 \emph on
19241 Userguide
19242 \emph default
19243 .
19244  Algorithm
19245 \begin_inset space ~
19246 \end_inset
19247
19248
19249 \begin_inset CommandInset ref
19250 LatexCommand ref
19251 reference "alg:Example-Algorithm-float"
19252
19253 \end_inset
19254
19255  is an example of an algorithm float where -4
19256 \begin_inset space \thinspace{}
19257 \end_inset
19258
19259 mm vertical space was added at the end of the float to have the bottom rule
19260  exactly below the last text line.
19261 \end_layout
19262
19263 \begin_layout Standard
19264 The float label is not automatically translated into the document language.
19265  If your document is not in English, you have to do this manually by adding
19266  the following line to the document preamble
19267 \series bold
19268 :
19269 \end_layout
19270
19271 \begin_layout Standard
19272
19273 \series bold
19274
19275 \backslash
19276 floatname{algorithm}{your
19277 \begin_inset space ~
19278 \end_inset
19279
19280 name}
19281 \end_layout
19282
19283 \begin_layout Standard
19284 where 
19285 \family sans
19286 your
19287 \begin_inset space ~
19288 \end_inset
19289
19290 name
19291 \family default
19292  is the word 
19293 \begin_inset Quotes eld
19294 \end_inset
19295
19296
19297 \emph on
19298 algorithm
19299 \emph default
19300
19301 \begin_inset Quotes erd
19302 \end_inset
19303
19304  in your language.
19305 \end_layout
19306
19307 \begin_layout Standard
19308 To insert the list of algorithms you can not use the menu 
19309 \family sans
19310 Insert\SpecialChar \menuseparator
19311 List
19312 \begin_inset space \thinspace{}
19313 \end_inset
19314
19315 /
19316 \begin_inset space \thinspace{}
19317 \end_inset
19318
19319 TOC\SpecialChar \menuseparator
19320 List of Algorithms
19321 \family default
19322  when your document is a non-English one.
19323  In this case use this command in TeX-Code instead:
19324 \end_layout
19325
19326 \begin_layout Standard
19327
19328 \series bold
19329
19330 \backslash
19331 listof{algorithm}{your
19332 \begin_inset space ~
19333 \end_inset
19334
19335 name}
19336 \end_layout
19337
19338 \begin_layout Standard
19339 where 
19340 \family sans
19341 your
19342 \begin_inset space ~
19343 \end_inset
19344
19345 name
19346 \family default
19347  is the word 
19348 \begin_inset Quotes eld
19349 \end_inset
19350
19351
19352 \emph on
19353 List of Algorithm
19354 \emph default
19355 s
19356 \begin_inset Quotes erd
19357 \end_inset
19358
19359  in your language.
19360 \end_layout
19361
19362 \begin_layout Standard
19363 Algorithm floats are not by default numbered in the scheme 
19364 \begin_inset Quotes eld
19365 \end_inset
19366
19367 chapter.algorithm
19368 \begin_inset Quotes erd
19369 \end_inset
19370
19371  like it is the case for table and figure floats in many document-classes.
19372  To number algorithm floats in the same scheme, add this command to your
19373  document preamble:
19374 \end_layout
19375
19376 \begin_layout Standard
19377
19378 \series bold
19379
19380 \backslash
19381 numberwithin{algorithm}{chapter}
19382 \end_layout
19383
19384 \begin_layout Standard
19385 To be able to use the command 
19386 \series bold
19387
19388 \backslash
19389 numberwithin
19390 \series default
19391 , set in the tab 
19392 \family sans
19393 Math
19394 \begin_inset space ~
19395 \end_inset
19396
19397 Options
19398 \family default
19399  in the document settings the option 
19400 \family sans
19401 Use
19402 \begin_inset space ~
19403 \end_inset
19404
19405 AMS
19406 \begin_inset space ~
19407 \end_inset
19408
19409 math
19410 \begin_inset space ~
19411 \end_inset
19412
19413 package
19414 \family default
19415 .
19416 \end_layout
19417
19418 \begin_layout Subsection
19419 Wrap Floats
19420 \begin_inset Index
19421 status collapsed
19422
19423 \begin_layout Plain Layout
19424 Floats ! Wrap Floats
19425 \end_layout
19426
19427 \end_inset
19428
19429
19430 \begin_inset CommandInset label
19431 LatexCommand label
19432 name "sub:wrap-floats"
19433
19434 \end_inset
19435
19436
19437 \end_layout
19438
19439 \begin_layout Standard
19440 \begin_inset Wrap figure
19441 lines 0
19442 placement l
19443 overhang 1cm
19444 width "40col%"
19445 status open
19446
19447 \begin_layout Plain Layout
19448 \begin_inset Graphics
19449         filename clipart/mobius.eps
19450         width 40col%
19451         scaleBeforeRotation
19452         rotateOrigin center
19453
19454 \end_inset
19455
19456
19457 \end_layout
19458
19459 \begin_layout Plain Layout
19460 \begin_inset Caption
19461
19462 \begin_layout Plain Layout
19463 \begin_inset CommandInset label
19464 LatexCommand label
19465 name "fig:This-is-a"
19466
19467 \end_inset
19468
19469 This is a figure wrap float.
19470 \end_layout
19471
19472 \end_inset
19473
19474
19475 \end_layout
19476
19477 \end_inset
19478
19479  This float type is used if you want to wrap text around a figure or table
19480  so that it only occupies some fraction of the column width.
19481  It can be inserted using the menu 
19482 \family sans
19483 Insert\SpecialChar \menuseparator
19484 Floats\SpecialChar \menuseparator
19485 Figure
19486 \begin_inset space ~
19487 \end_inset
19488
19489 Wrap
19490 \begin_inset space ~
19491 \end_inset
19492
19493 Float
19494 \family default
19495  or 
19496 \family sans
19497 Table
19498 \begin_inset space ~
19499 \end_inset
19500
19501 Wrap
19502 \begin_inset space ~
19503 \end_inset
19504
19505 Float
19506 \family default
19507  if the LaTeX-package 
19508 \series bold
19509 wrapfig
19510 \series default
19511
19512 \begin_inset Index
19513 status collapsed
19514
19515 \begin_layout Plain Layout
19516 LaTeX-packages ! wrapfig
19517 \begin_inset ERT
19518 status collapsed
19519
19520 \begin_layout Plain Layout
19521
19522
19523 \backslash
19524 vspace{4mm}
19525 \end_layout
19526
19527 \end_inset
19528
19529
19530 \end_layout
19531
19532 \end_inset
19533
19534  is installed.
19535 \begin_inset Foot
19536 status collapsed
19537
19538 \begin_layout Plain Layout
19539 Installing a LaTeX-package is explained it in the 
19540 \emph on
19541 LaTeX
19542 \begin_inset space ~
19543 \end_inset
19544
19545 Configuration
19546 \emph default
19547  manual.
19548 \end_layout
19549
19550 \end_inset
19551
19552  The settings of the float can be modified by right-clicking on the float
19553  box.
19554  The mandatory settings are the float 
19555 \family sans
19556 Placement
19557 \family default
19558  and its 
19559 \family sans
19560 Width
19561 \family default
19562 .
19563  Optional are the 
19564 \family sans
19565 Overhang
19566 \family default
19567  that specifies how much the float is set into the paragraph
19568 \begin_inset space \thinspace{}
19569 \end_inset
19570
19571 /
19572 \begin_inset space \thinspace{}
19573 \end_inset
19574
19575 page margin, and the 
19576 \family sans
19577 Line
19578 \begin_inset space ~
19579 \end_inset
19580
19581 span
19582 \family default
19583  that specifies how many text lines the float will approximately need.
19584  The line span is often hard to be approximated, so better only use it when
19585  you encounter float placement problems.
19586  You can furthermore decide if LaTeX is allowed to let the float float within
19587  the paragraph or to surrounding paragraphs.
19588  Figure
19589 \begin_inset space ~
19590 \end_inset
19591
19592
19593 \begin_inset CommandInset ref
19594 LatexCommand ref
19595 reference "fig:This-is-a"
19596
19597 \end_inset
19598
19599  is an example text wrap float with a width of 40
19600 \begin_inset space \thinspace{}
19601 \end_inset
19602
19603 col%, 1
19604 \begin_inset space \thinspace{}
19605 \end_inset
19606
19607 cm overhang, set to the left.
19608 \begin_inset Foot
19609 status collapsed
19610
19611 \begin_layout Plain Layout
19612 Available units are explained in appendix
19613 \begin_inset space ~
19614 \end_inset
19615
19616
19617 \begin_inset CommandInset ref
19618 LatexCommand ref
19619 reference "cha:Units-available-in"
19620
19621 \end_inset
19622
19623 .
19624 \end_layout
19625
19626 \end_inset
19627
19628
19629 \end_layout
19630
19631 \begin_layout Standard
19632 \begin_inset Note Greyedout
19633 status open
19634
19635 \begin_layout Plain Layout
19636
19637 \series bold
19638 Note:
19639 \series default
19640  Text
19641 \begin_inset space ~
19642 \end_inset
19643
19644 wrap float floats are fragile! E.
19645 \begin_inset space \thinspace{}
19646 \end_inset
19647
19648 g.
19649 \begin_inset space ~
19650 \end_inset
19651
19652 having a figure too close to the bottom of the page can mess things up in
19653  the way that the float doesn't appear in the output or that it is placed
19654  over some other text.
19655 \end_layout
19656
19657 \end_inset
19658
19659
19660 \end_layout
19661
19662 \begin_layout Standard
19663 In general:
19664 \end_layout
19665
19666 \begin_layout Itemize
19667 Wrap floats should not be placed in paragraphs that run over a page break.
19668  That means that wrap floats should better be inserted to the exact place
19669  when the document is nearly finished and you are able to estimate where
19670  page breaks will appear.
19671 \end_layout
19672
19673 \begin_layout Itemize
19674 Wrap floats should either be placed in an own paragraph before the paragraph
19675  where they should wrap into or within a paragraph.
19676 \end_layout
19677
19678 \begin_layout Itemize
19679 Wrap floats in consecutive paragraphs may cause troubles, so assure that
19680  there is a text paragraph between them as separator.
19681 \end_layout
19682
19683 \begin_layout Itemize
19684 Wrap floats are not allowed in section headings or tables.
19685 \end_layout
19686
19687 \begin_layout Section
19688 Float Numbering
19689 \begin_inset CommandInset label
19690 LatexCommand label
19691 name "sec:Float-Numbering"
19692
19693 \end_inset
19694
19695
19696 \begin_inset Index
19697 status collapsed
19698
19699 \begin_layout Plain Layout
19700 Floats ! Numbering
19701 \end_layout
19702
19703 \end_inset
19704
19705
19706 \end_layout
19707
19708 \begin_layout Standard
19709 Floats are usually numbered either independent from the sections the floats
19710  are in, or in the scheme 
19711 \begin_inset Quotes eld
19712 \end_inset
19713
19714 chapter.number
19715 \begin_inset Quotes erd
19716 \end_inset
19717
19718  or 
19719 \begin_inset Quotes eld
19720 \end_inset
19721
19722 section.number
19723 \begin_inset Quotes erd
19724 \end_inset
19725
19726 .
19727  This depends on the used document class.
19728 \end_layout
19729
19730 \begin_layout Standard
19731 To change the section independent numbering, you can use this command in
19732  the document preamble:
19733 \end_layout
19734
19735 \begin_layout Standard
19736
19737 \series bold
19738
19739 \backslash
19740 renewcommand{
19741 \backslash
19742 thetable}{
19743 \backslash
19744 roman{table}}
19745 \end_layout
19746
19747 \begin_layout Standard
19748
19749 \series bold
19750
19751 \backslash
19752 thetable
19753 \series default
19754  is the command that prints the table number, for figure floats, the command
19755  would be 
19756 \series bold
19757
19758 \backslash
19759 thefigure
19760 \series default
19761 .
19762  The command 
19763 \series bold
19764
19765 \backslash
19766 roman
19767 \series default
19768  prints in the command above the table number as small roman number.
19769 \end_layout
19770
19771 \begin_layout Standard
19772 To change the numbering scheme for example to 
19773 \begin_inset Quotes eld
19774 \end_inset
19775
19776 subsection.number
19777 \begin_inset Quotes erd
19778 \end_inset
19779
19780 , use this command in the preamble:
19781 \end_layout
19782
19783 \begin_layout Standard
19784
19785 \series bold
19786
19787 \backslash
19788 numberwithin{table}{subsection}
19789 \end_layout
19790
19791 \begin_layout Standard
19792 To be able to use the command 
19793 \series bold
19794
19795 \backslash
19796 numberwithin
19797 \series default
19798 , set in the tab 
19799 \family sans
19800 Math
19801 \begin_inset space ~
19802 \end_inset
19803
19804 Options
19805 \family default
19806  in the document settings the option 
19807 \family sans
19808 Use
19809 \begin_inset space ~
19810 \end_inset
19811
19812 AMS
19813 \begin_inset space ~
19814 \end_inset
19815
19816 math
19817 \begin_inset space ~
19818 \end_inset
19819
19820 package
19821 \family default
19822 .
19823 \end_layout
19824
19825 \begin_layout Standard
19826 Please also have a look at section
19827 \begin_inset space ~
19828 \end_inset
19829
19830
19831 \begin_inset CommandInset ref
19832 LatexCommand ref
19833 reference "sub:Footnote-Numbering"
19834
19835 \end_inset
19836
19837  for the details and important notes about the numbering commands.
19838 \end_layout
19839
19840 \begin_layout Section
19841 Referencing Floats
19842 \begin_inset CommandInset label
19843 LatexCommand label
19844 name "sec:Referencing-Floats"
19845
19846 \end_inset
19847
19848
19849 \begin_inset Index
19850 status collapsed
19851
19852 \begin_layout Plain Layout
19853 Floats ! References
19854 \end_layout
19855
19856 \end_inset
19857
19858
19859 \begin_inset Index
19860 status collapsed
19861
19862 \begin_layout Plain Layout
19863 References
19864 \end_layout
19865
19866 \end_inset
19867
19868
19869 \end_layout
19870
19871 \begin_layout Standard
19872 To reference a float, insert a label into its caption using the menu 
19873 \family sans
19874 Insert\SpecialChar \menuseparator
19875 Label
19876 \family default
19877  or the toolbar button 
19878 \begin_inset Graphics
19879         filename ../images/label-insert.png
19880         scale 85
19881         scaleBeforeRotation
19882
19883 \end_inset
19884
19885 .
19886  A grey label box like this one: 
19887 \begin_inset Graphics
19888         filename clipart/labelQt4.png
19889         scale 85
19890         scaleBeforeRotation
19891
19892 \end_inset
19893
19894  will be inserted and the label window pops up asking for the label text.
19895  LyX offers as text the first words of the caption with a prefix.
19896  The prefix depends on the float type, e.
19897 \begin_inset space \thinspace{}
19898 \end_inset
19899
19900 g.
19901 \begin_inset space ~
19902 \end_inset
19903
19904 for figure floats the prefix will be "
19905 \family sans
19906 fig:
19907 \family default
19908 ".
19909 \end_layout
19910
19911 \begin_layout Standard
19912 The label is used as anchor and name for the reference.
19913  You can refer to the label using the menu 
19914 \family sans
19915 Insert\SpecialChar \menuseparator
19916 Cross-reference
19917 \family default
19918  or the toolbar button 
19919 \begin_inset Graphics
19920         filename ../images/dialog-show-new-inset_ref.png
19921         scale 85
19922         scaleBeforeRotation
19923
19924 \end_inset
19925
19926 .
19927  A grey cross-reference box like this one: 
19928 \begin_inset Graphics
19929         filename clipart/referenceQt4.png
19930         scale 85
19931         scaleBeforeRotation
19932
19933 \end_inset
19934
19935  will be inserted and the cross-reference window appear showing all labels
19936  of the document.
19937  If you have multiple LyX-documents opened, choose the one you are working
19938  on from the drop-list at the top of the dialog.
19939  You can now sort the labels alphabetically and then choose one.
19940  At the position of the cross-reference box the float number will appear
19941  in the output.
19942 \end_layout
19943
19944 \begin_layout Standard
19945 It is recommended to use a protected space between the cross-reference name
19946  and its number to avoid line breaks between them.
19947  If a cross-reference refers to a non-existing label, you will see two question
19948  marks in the output instead of the reference.
19949 \end_layout
19950
19951 \begin_layout Standard
19952 You can change labels at any time by clicking on the label box.
19953  References to the changed label will automatically change its link to the
19954  new label text, so that you don't need to take care about this.
19955 \end_layout
19956
19957 \begin_layout Standard
19958 The button 
19959 \family sans
19960 Go
19961 \begin_inset space ~
19962 \end_inset
19963
19964 to
19965 \begin_inset space ~
19966 \end_inset
19967
19968 Label
19969 \family default
19970  in the cross-reference window sets the cursor before the referred label.
19971  The button text changes then to Go
19972 \begin_inset space ~
19973 \end_inset
19974
19975 Back and you can use it to set the cursor back to the cross-reference.
19976  Right-clicking on a cross-reference box also sets the cursor before the
19977  referenced label but without a possibility to go back.
19978 \end_layout
19979
19980 \begin_layout Subsection
19981 Cross-Reference Formats
19982 \begin_inset CommandInset label
19983 LatexCommand label
19984 name "sub:Cross-Reference-Formats"
19985
19986 \end_inset
19987
19988
19989 \begin_inset Index
19990 status collapsed
19991
19992 \begin_layout Plain Layout
19993 References ! Formats
19994 \end_layout
19995
19996 \end_inset
19997
19998
19999 \end_layout
20000
20001 \begin_layout Standard
20002 There are six varieties of cross-references:
20003 \end_layout
20004
20005 \begin_layout Description
20006 <reference>: prints the float number, this is the default: 
20007 \begin_inset CommandInset ref
20008 LatexCommand ref
20009 reference "fig:Two-distorted-images"
20010
20011 \end_inset
20012
20013
20014 \end_layout
20015
20016 \begin_layout Description
20017 (<reference>): prints the float number within two parentheses, this is the
20018  style normally used to reference formulas, especially when the reference
20019  name 
20020 \begin_inset Quotes eld
20021 \end_inset
20022
20023 Equation
20024 \begin_inset Quotes erd
20025 \end_inset
20026
20027  is omitted: 
20028 \begin_inset CommandInset ref
20029 LatexCommand eqref
20030 reference "eq:Wgn"
20031
20032 \end_inset
20033
20034
20035 \end_layout
20036
20037 \begin_layout Description
20038 <page>: prints the page number: Page
20039 \begin_inset space ~
20040 \end_inset
20041
20042
20043 \begin_inset CommandInset ref
20044 LatexCommand pageref
20045 reference "fig:Two-distorted-images"
20046
20047 \end_inset
20048
20049
20050 \end_layout
20051
20052 \begin_layout Description
20053 on
20054 \begin_inset space ~
20055 \end_inset
20056
20057 page
20058 \begin_inset space ~
20059 \end_inset
20060
20061 <page>: prints the text "on page" and the page number: 
20062 \begin_inset CommandInset ref
20063 LatexCommand vpageref
20064 reference "fig:Two-distorted-images"
20065
20066 \end_inset
20067
20068
20069 \end_layout
20070
20071 \begin_layout Description
20072 <reference>
20073 \begin_inset space ~
20074 \end_inset
20075
20076 on
20077 \begin_inset space ~
20078 \end_inset
20079
20080 page
20081 \begin_inset space ~
20082 \end_inset
20083
20084 <page>: prints the float number, the text "on page", and the page number:
20085  
20086 \begin_inset CommandInset ref
20087 LatexCommand vref
20088 reference "fig:Two-distorted-images"
20089
20090 \end_inset
20091
20092
20093 \end_layout
20094
20095 \begin_layout Description
20096 Formatted
20097 \begin_inset space ~
20098 \end_inset
20099
20100 reference: prints a self defined cross-reference format.
20101  
20102 \begin_inset Note Greyedout
20103 status open
20104
20105 \begin_layout Plain Layout
20106
20107 \series bold
20108 Note:
20109 \series default
20110  This feature is only available when you have the LaTeX-package 
20111 \series bold
20112 prettyref
20113 \series default
20114  installed.
20115 \end_layout
20116
20117 \end_inset
20118
20119
20120 \end_layout
20121
20122 \begin_layout Standard
20123 Note that the style <page> won't print the page number if the label is on
20124  the previous, the same, or the next page.
20125  You will e.
20126 \begin_inset space \thinspace{}
20127 \end_inset
20128
20129 g.
20130 \begin_inset space ~
20131 \end_inset
20132
20133 see the text 
20134 \begin_inset Quotes eld
20135 \end_inset
20136
20137
20138 \family sans
20139 on this page
20140 \family default
20141
20142 \begin_inset Quotes erd
20143 \end_inset
20144
20145  instead.
20146 \end_layout
20147
20148 \begin_layout Standard
20149 The number and current page of the referred document part in the output,
20150  is automatically calculated by LaTeX.
20151  The varieties are adjusted in the field 
20152 \family sans
20153 Format
20154 \family default
20155  of the cross-reference window, that appear when you click on the cross-referenc
20156 e box.
20157 \end_layout
20158
20159 \begin_layout Subsection
20160 Automatic Reference Naming
20161 \begin_inset Index
20162 status collapsed
20163
20164 \begin_layout Plain Layout
20165 References ! Automatic Reference Naming
20166 \end_layout
20167
20168 \end_inset
20169
20170
20171 \end_layout
20172
20173 \begin_layout Standard
20174 The LaTeX-package 
20175 \series bold
20176 hyperref
20177 \series default
20178  provides a very useful feature that cross-references automatically include
20179  the name of the referenced floats (or text parts like sections).
20180  You save to write e.
20181 \begin_inset space \thinspace{}
20182 \end_inset
20183
20184 g.
20185 \begin_inset space ~
20186 \end_inset
20187
20188 the name 
20189 \begin_inset Quotes eld
20190 \end_inset
20191
20192 Figure
20193 \begin_inset Quotes erd
20194 \end_inset
20195
20196  before every reference box.
20197  To get this automatic reference naming, you have to load the LaTeX-package
20198  
20199 \series bold
20200 hyperref
20201 \series default
20202
20203 \begin_inset Index
20204 status collapsed
20205
20206 \begin_layout Plain Layout
20207 LaTeX-packages ! hyperref
20208 \end_layout
20209
20210 \end_inset
20211
20212  in the document preamble with
20213 \end_layout
20214
20215 \begin_layout Standard
20216
20217 \series bold
20218
20219 \backslash
20220 usepackage[pdfborder={0 0 0}]{hyperref}
20221 \begin_inset Newline newline
20222 \end_inset
20223
20224
20225 \backslash
20226 AtBeginDocument{
20227 \backslash
20228 renewcommand{
20229 \backslash
20230 ref}[1]{
20231 \backslash
20232 mbox{
20233 \backslash
20234 autoref{#1}}}}
20235 \end_layout
20236
20237 \begin_layout Standard
20238
20239 \series bold
20240 hyperref
20241 \series default
20242  is used to link cross-references in the DVI- and PDF-output, this means
20243  that the reader of your document will be able to click on a table of content
20244  (TOC) entry or on a reference and he will be shown the referenced document
20245  part.
20246  
20247 \series bold
20248 hyperref
20249 \series default
20250  also creates PDF-bookmarks for every section of your document to make it
20251  easier for readers to navigate through the document.
20252  This is also used in this document but when you have a look in the document
20253  preamble you will find various options in the load command of 
20254 \series bold
20255 hyperref
20256 \series default
20257 .
20258  To learn more about the 
20259 \series bold
20260 hyperref
20261 \series default
20262  package, we refer to its documentation 
20263 \begin_inset CommandInset citation
20264 LatexCommand cite
20265 key "hyperref"
20266
20267 \end_inset
20268
20269 .
20270 \end_layout
20271
20272 \begin_layout Standard
20273 \begin_inset Note Greyedout
20274 status open
20275
20276 \begin_layout Plain Layout
20277
20278 \series bold
20279 Note:
20280 \series default
20281  Automatic reference naming cannot be used when you use cross-references
20282  in the 
20283 \family sans
20284 Formatted
20285 \begin_inset space ~
20286 \end_inset
20287
20288 reference
20289 \family default
20290  style, described in section
20291 \begin_inset space ~
20292 \end_inset
20293
20294
20295 \begin_inset CommandInset ref
20296 LatexCommand ref
20297 reference "sub:Cross-Reference-Formats"
20298
20299 \end_inset
20300
20301 .
20302 \end_layout
20303
20304 \end_inset
20305
20306
20307 \end_layout
20308
20309 \begin_layout Subsection
20310 Reference Position
20311 \begin_inset CommandInset label
20312 LatexCommand label
20313 name "sub:Reference-Position"
20314
20315 \end_inset
20316
20317
20318 \begin_inset Index
20319 status collapsed
20320
20321 \begin_layout Plain Layout
20322 References ! Reference Position
20323 \end_layout
20324
20325 \end_inset
20326
20327
20328 \end_layout
20329
20330 \begin_layout Standard
20331 If you use 
20332 \series bold
20333 hyperref
20334 \series default
20335
20336 \begin_inset Index
20337 status collapsed
20338
20339 \begin_layout Plain Layout
20340 LaTeX-packages ! hyperref
20341 \end_layout
20342
20343 \end_inset
20344
20345  in the 
20346 \family sans
20347 PDF Properties
20348 \family default
20349  of the 
20350 \family sans
20351 Document Settings
20352 \family default
20353  dialog to link cross-references in the output, you will see that clicking
20354  on an image float reference jumps to the image label.
20355  The caption will be the first text part on the screen, so that you cannot
20356  see the image without scrolling.
20357  This is because the reference link anchor is placed at the position of
20358  the label.
20359  With the use of the package 
20360 \series bold
20361 hypcap
20362 \series default
20363
20364 \begin_inset Index
20365 status collapsed
20366
20367 \begin_layout Plain Layout
20368 LaTeX-packages ! hypcap
20369 \end_layout
20370
20371 \end_inset
20372
20373 , which is part of the LaTeX-package 
20374 \series bold
20375 oberdiek
20376 \series default
20377
20378 \begin_inset Index
20379 status collapsed
20380
20381 \begin_layout Plain Layout
20382 LaTeX-packages ! oberdiek
20383 \end_layout
20384
20385 \end_inset
20386
20387 , the link anchor is placed at the beginning of a float.
20388  To use this feature for figure floats, load 
20389 \series bold
20390 hypcap
20391 \series default
20392  in the document preamble with the line
20393 \end_layout
20394
20395 \begin_layout Standard
20396
20397 \series bold
20398
20399 \backslash
20400 usepackage[figure]{hypcap}
20401 \end_layout
20402
20403 \begin_layout Standard
20404 You can also use 
20405 \series bold
20406 hypcap
20407 \series default
20408  for all float types but this is not recommended for stability reasons.
20409  For more informations, have a look at 
20410 \series bold
20411 hypcap
20412 \series default
20413 's manual 
20414 \begin_inset CommandInset citation
20415 LatexCommand cite
20416 key "hypcap"
20417
20418 \end_inset
20419
20420 .
20421 \end_layout
20422
20423 \begin_layout Standard
20424 \begin_inset Note Greyedout
20425 status open
20426
20427 \begin_layout Plain Layout
20428
20429 \series bold
20430 Note:
20431 \series default
20432  
20433 \series bold
20434 hypcap
20435 \series default
20436  has no effect for references to subfigures.
20437 \end_layout
20438
20439 \end_inset
20440
20441
20442 \end_layout
20443
20444 \begin_layout Section
20445 Float Placement
20446 \begin_inset CommandInset label
20447 LatexCommand label
20448 name "sec:Float-Placement"
20449
20450 \end_inset
20451
20452
20453 \begin_inset Index
20454 status collapsed
20455
20456 \begin_layout Plain Layout
20457 Floats ! Placement
20458 \end_layout
20459
20460 \end_inset
20461
20462
20463 \end_layout
20464
20465 \begin_layout Standard
20466 Right-clicking on a float-box opens a dialog where you can alter the placement
20467  options that LaTeX uses for positioning the float.
20468 \begin_inset Newline newline
20469 \end_inset
20470
20471 The option 
20472 \family sans
20473 Span
20474 \begin_inset space ~
20475 \end_inset
20476
20477 columns
20478 \family default
20479  is only useful for two-column documents: If you select it, the float will
20480  span across both columns on the page instead of being confined to just
20481  one.
20482 \begin_inset Newline newline
20483 \end_inset
20484
20485 The option 
20486 \family sans
20487 Rotate
20488 \begin_inset space ~
20489 \end_inset
20490
20491 sideways
20492 \family default
20493  is used to rotate floats, see section 
20494 \begin_inset CommandInset ref
20495 LatexCommand ref
20496 reference "sec:Rotated-Floats"
20497
20498 \end_inset
20499
20500 .
20501 \end_layout
20502
20503 \begin_layout Standard
20504 You can use one ore more of the following options in the float dialog to
20505  set the placement for a particular float when you uncheck the option 
20506 \family sans
20507 Use
20508 \begin_inset space ~
20509 \end_inset
20510
20511 default
20512 \begin_inset space ~
20513 \end_inset
20514
20515 placement
20516 \family default
20517 :
20518 \end_layout
20519
20520 \begin_layout Description
20521 Here
20522 \begin_inset space ~
20523 \end_inset
20524
20525 if
20526 \begin_inset space ~
20527 \end_inset
20528
20529 possible try to place the float on the position where it is inserted
20530 \end_layout
20531
20532 \begin_layout Description
20533 Top
20534 \begin_inset space ~
20535 \end_inset
20536
20537 of
20538 \begin_inset space ~
20539 \end_inset
20540
20541 page try to place the float on the top of the current page
20542 \end_layout
20543
20544 \begin_layout Description
20545 Bottom
20546 \begin_inset space ~
20547 \end_inset
20548
20549 of
20550 \begin_inset space ~
20551 \end_inset
20552
20553 page try to place the float on the bottom of the current page
20554 \end_layout
20555
20556 \begin_layout Description
20557 Page
20558 \begin_inset space ~
20559 \end_inset
20560
20561 of
20562 \begin_inset space ~
20563 \end_inset
20564
20565 floats try to place the float on an own page 
20566 \end_layout
20567
20568 \begin_layout Standard
20569 The order of the above option is 
20570 \emph on
20571 always
20572 \emph default
20573  used by LaTeX.
20574  That means, if you use the default placement, LaTeX will first try out
20575  
20576 \family sans
20577 Here
20578 \begin_inset space ~
20579 \end_inset
20580
20581 if
20582 \begin_inset space ~
20583 \end_inset
20584
20585 possible
20586 \family default
20587 , then 
20588 \family sans
20589 Top
20590 \begin_inset space ~
20591 \end_inset
20592
20593 of
20594 \begin_inset space ~
20595 \end_inset
20596
20597 page
20598 \family default
20599 , and then the others.
20600  If you don't use the default, LaTeX will try only the checked options but
20601  in the same order.
20602  If none of the 4 placements are possible the procedure is internally repeated
20603  but it is tried to put the float on the following page.
20604 \end_layout
20605
20606 \begin_layout Standard
20607 By default, each option has its own rules:
20608 \end_layout
20609
20610 \begin_layout Labeling
20611 \labelwidthstring 00.00.0000
20612
20613 \family sans
20614 Top
20615 \begin_inset space ~
20616 \end_inset
20617
20618 of
20619 \begin_inset space ~
20620 \end_inset
20621
20622 page
20623 \family default
20624  only floats occupying less than 70
20625 \begin_inset space \thinspace{}
20626 \end_inset
20627
20628 % of the page can be placed at the top of a page (
20629 \series bold
20630
20631 \backslash
20632 topfraction
20633 \series default
20634 )
20635 \end_layout
20636
20637 \begin_layout Labeling
20638 \labelwidthstring 00.00.0000
20639
20640 \family sans
20641 Bottom
20642 \begin_inset space ~
20643 \end_inset
20644
20645 of
20646 \begin_inset space ~
20647 \end_inset
20648
20649 page
20650 \family default
20651 : only floats occupying less than 30
20652 \begin_inset space \thinspace{}
20653 \end_inset
20654
20655 % of the page can be placed at the bottom of a page.
20656  (
20657 \series bold
20658
20659 \backslash
20660 bottomfraction
20661 \series default
20662 )
20663 \end_layout
20664
20665 \begin_layout Labeling
20666 \labelwidthstring 00.00.0000
20667
20668 \family sans
20669 Page
20670 \begin_inset space ~
20671 \end_inset
20672
20673 of
20674 \begin_inset space ~
20675 \end_inset
20676
20677 floats
20678 \family default
20679 : only if more than 50
20680 \begin_inset space \thinspace{}
20681 \end_inset
20682
20683 % of the page are occupied by floats, several floats can be set together
20684  on a page.
20685  (
20686 \series bold
20687
20688 \backslash
20689 floatpagefraction
20690 \series default
20691 )
20692 \end_layout
20693
20694 \begin_layout Standard
20695 If you don't like these rules, you can ignore them by using the additional
20696  option 
20697 \family sans
20698 Ignore
20699 \begin_inset space ~
20700 \end_inset
20701
20702 LaTeX
20703 \begin_inset space ~
20704 \end_inset
20705
20706 rules
20707 \family default
20708 .
20709 \begin_inset Newline newline
20710 \end_inset
20711
20712 You can also redefine the rules with LaTeX-commands that are given in parenthese
20713 s behind the rules description above.
20714  To increase for example the often too small default of the bottom-rule
20715  to 50
20716 \begin_inset space \thinspace{}
20717 \end_inset
20718
20719 % of the page, add this line to your document preamble:
20720 \end_layout
20721
20722 \begin_layout Standard
20723
20724 \series bold
20725
20726 \backslash
20727 renewcommand{
20728 \backslash
20729 bottomfraction}{0.5}
20730 \end_layout
20731
20732 \begin_layout Standard
20733 Sometimes you might need, under all circumstances, a float to be placed
20734  exactly at the position where it is inserted.
20735  For this case you can use the option 
20736 \family sans
20737 Here
20738 \begin_inset space ~
20739 \end_inset
20740
20741 definitely
20742 \family default
20743 .
20744  Use this option very rarely and only if the document is nearly ready to
20745  be printed.
20746  Because the float is then no longer able to 
20747 \begin_inset Quotes eld
20748 \end_inset
20749
20750 float
20751 \begin_inset Quotes erd
20752 \end_inset
20753
20754  when you change your document and this will often destroy the page layout.
20755 \end_layout
20756
20757 \begin_layout Standard
20758 There are no placement options for text wrap floats, because they are always
20759  surrounded by the text of a certain paragraph.
20760 \begin_inset VSpace bigskip
20761 \end_inset
20762
20763
20764 \end_layout
20765
20766 \begin_layout Standard
20767 Sometimes you have the problem that a float is placed at the top of a page
20768  while its corresponding section starts at the middle of the page, so that
20769  the reader could think the float is part of the previous section.
20770  To avoid this the LaTeX-command 
20771 \series bold
20772
20773 \backslash
20774 suppressfloats
20775 \series default
20776  can be used.
20777  It suppresses a given float placement for the page where it is inserted
20778  and can therefore be used to avoid that floats could be set before a section
20779  starts.
20780  To get this, add these commands to your document preamble:
20781 \end_layout
20782
20783 \begin_layout Standard
20784
20785 \series bold
20786
20787 \backslash
20788 let
20789 \backslash
20790 mySection
20791 \backslash
20792 section
20793 \begin_inset Newline newline
20794 \end_inset
20795
20796
20797 \backslash
20798 renewcommand{
20799 \backslash
20800 section}{
20801 \backslash
20802 suppressfloats[t]
20803 \backslash
20804 mySection}
20805 \end_layout
20806
20807 \begin_layout Standard
20808 You can define the same for all section headings, like chapters and subsections.
20809  This definition is not recommended to be used for small text parts like
20810  subsubsections because LaTeX may then have problems to find a suitable
20811  placement.
20812 \end_layout
20813
20814 \begin_layout Standard
20815 \begin_inset VSpace bigskip
20816 \end_inset
20817
20818 In some cases it is required to have all figures/tables at the end of the
20819  document.
20820  For this purpose the LaTeX-package 
20821 \series bold
20822 endfloat
20823 \series default
20824
20825 \begin_inset Index
20826 status collapsed
20827
20828 \begin_layout Plain Layout
20829 LaTeX-packages ! endfloat
20830 \end_layout
20831
20832 \end_inset
20833
20834  was developed.
20835  It puts all figure and table floats at the end of the document into own
20836  sections.
20837  At the original float position a text hint like 
20838 \begin_inset Quotes eld
20839 \end_inset
20840
20841
20842 \family sans
20843 [Figure
20844 \begin_inset space ~
20845 \end_inset
20846
20847 3.2 about here.]
20848 \family default
20849
20850 \begin_inset Quotes erd
20851 \end_inset
20852
20853  is inserted.
20854  The endfloat-package is loaded in the preamble with the line
20855 \end_layout
20856
20857 \begin_layout Standard
20858
20859 \series bold
20860
20861 \backslash
20862 usepackage[options]{endfloat}
20863 \end_layout
20864
20865 \begin_layout Standard
20866 There are various package options to format the created figure/table sections.
20867  For more information we refer to the 
20868 \series bold
20869 endfloat
20870 \series default
20871  documentation 
20872 \begin_inset CommandInset citation
20873 LatexCommand cite
20874 key "endfloat"
20875
20876 \end_inset
20877
20878 .
20879 \begin_inset Newline newline
20880 \end_inset
20881
20882
20883 \begin_inset Note Greyedout
20884 status open
20885
20886 \begin_layout Plain Layout
20887
20888 \series bold
20889 Note: endfloat
20890 \series default
20891  doesn't provide an automatic translation for the text hint, you have to
20892  do this manually, see section
20893 \begin_inset space ~
20894 \end_inset
20895
20896 4 in 
20897 \begin_inset CommandInset citation
20898 LatexCommand cite
20899 key "endfloat"
20900
20901 \end_inset
20902
20903 .
20904 \end_layout
20905
20906 \end_inset
20907
20908
20909 \begin_inset Newline newline
20910 \end_inset
20911
20912
20913 \begin_inset Note Greyedout
20914 status open
20915
20916 \begin_layout Plain Layout
20917
20918 \series bold
20919 Note:
20920 \series default
20921  There is currently a bug in 
20922 \series bold
20923 endfloat
20924 \series default
20925  when the caption contains a German 
20926 \begin_inset Quotes eld
20927 \end_inset
20928
20929 ß
20930 \begin_inset Quotes erd
20931 \end_inset
20932
20933 .
20934  Use in this case the command 
20935 \begin_inset Quotes eld
20936 \end_inset
20937
20938
20939 \series bold
20940
20941 \backslash
20942 ss
20943 \series default
20944
20945 \begin_inset Quotes erd
20946 \end_inset
20947
20948  in TeX-Code instead of 
20949 \begin_inset Quotes eld
20950 \end_inset
20951
20952 ß
20953 \begin_inset Quotes erd
20954 \end_inset
20955
20956 .
20957 \end_layout
20958
20959 \end_inset
20960
20961
20962 \end_layout
20963
20964 \begin_layout Standard
20965 \begin_inset VSpace bigskip
20966 \end_inset
20967
20968 For more details about float placements, have a look at LaTeX books, 
20969 \begin_inset CommandInset citation
20970 LatexCommand cite
20971 key "latexcompanion,latexguide,latexbook"
20972
20973 \end_inset
20974
20975 .
20976 \end_layout
20977
20978 \begin_layout Section
20979 Rotated Floats
20980 \begin_inset CommandInset label
20981 LatexCommand label
20982 name "sec:Rotated-Floats"
20983
20984 \end_inset
20985
20986
20987 \begin_inset Index
20988 status collapsed
20989
20990 \begin_layout Plain Layout
20991 Floats ! Rotating
20992 \end_layout
20993
20994 \end_inset
20995
20996
20997 \end_layout
20998
20999 \begin_layout Standard
21000 Especially for wide tables you might have floats rotated.
21001  To rotate a whole float including the caption, right-click on the float-box
21002  and use the option 
21003 \family sans
21004 Rotate
21005 \begin_inset space ~
21006 \end_inset
21007
21008 sideways
21009 \family default
21010 .
21011 \end_layout
21012
21013 \begin_layout Standard
21014 Rotated floats are always placed on its own page (or column, in case you
21015  have a multi-column document).
21016  You can let them span several columns using the float settings option 
21017 \family sans
21018 Span
21019 \begin_inset space ~
21020 \end_inset
21021
21022 columns
21023 \family default
21024 .
21025  Floats are rotated so that you can read them from the outside margin.
21026  To force a certain rotation direction for all pages, you can add either
21027  the option 
21028 \series bold
21029 figuresleft
21030 \series default
21031  or 
21032 \series bold
21033 figuresright
21034 \series default
21035  to the document class options.
21036 \end_layout
21037
21038 \begin_layout Standard
21039 Referencing rotated floats is the same like for normal floats, the caption
21040  format is also the same: Table
21041 \begin_inset space ~
21042 \end_inset
21043
21044
21045 \begin_inset CommandInset ref
21046 LatexCommand ref
21047 reference "tab:Rotated-table"
21048
21049 \end_inset
21050
21051  is an example of a rotated table float.
21052 \end_layout
21053
21054 \begin_layout Standard
21055 \begin_inset Note Greyedout
21056 status open
21057
21058 \begin_layout Plain Layout
21059
21060 \series bold
21061 Note:
21062 \series default
21063  Not all DVI-viewers are able to display rotated floats.
21064 \end_layout
21065
21066 \end_inset
21067
21068
21069 \end_layout
21070
21071 \begin_layout Standard
21072 \begin_inset Float table
21073 wide false
21074 sideways true
21075 status open
21076
21077 \begin_layout Plain Layout
21078 \begin_inset Caption
21079
21080 \begin_layout Plain Layout
21081 \begin_inset CommandInset label
21082 LatexCommand label
21083 name "tab:Rotated-table"
21084
21085 \end_inset
21086
21087  Rotated table
21088 \end_layout
21089
21090 \end_inset
21091
21092
21093 \end_layout
21094
21095 \begin_layout Plain Layout
21096 \align center
21097 \begin_inset Tabular
21098 <lyxtabular version="3" rows="1" columns="5">
21099 <features>
21100 <column alignment="center" valignment="top" width="0">
21101 <column alignment="center" valignment="top" width="0">
21102 <column alignment="center" valignment="top" width="0">
21103 <column alignment="center" valignment="top" width="0">
21104 <column alignment="center" valignment="top" width="0">
21105 <row>
21106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21107 \begin_inset Text
21108
21109 \begin_layout Plain Layout
21110 test
21111 \end_layout
21112
21113 \end_inset
21114 </cell>
21115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21116 \begin_inset Text
21117
21118 \begin_layout Plain Layout
21119 b
21120 \end_layout
21121
21122 \end_inset
21123 </cell>
21124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21125 \begin_inset Text
21126
21127 \begin_layout Plain Layout
21128 c
21129 \end_layout
21130
21131 \end_inset
21132 </cell>
21133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21134 \begin_inset Text
21135
21136 \begin_layout Plain Layout
21137 d
21138 \end_layout
21139
21140 \end_inset
21141 </cell>
21142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21143 \begin_inset Text
21144
21145 \begin_layout Plain Layout
21146 e
21147 \end_layout
21148
21149 \end_inset
21150 </cell>
21151 </row>
21152 </lyxtabular>
21153
21154 \end_inset
21155
21156
21157 \end_layout
21158
21159 \end_inset
21160
21161
21162 \end_layout
21163
21164 \begin_layout Section
21165 Floats Side by Side
21166 \begin_inset Index
21167 status collapsed
21168
21169 \begin_layout Plain Layout
21170 Floats ! Side by side
21171 \end_layout
21172
21173 \end_inset
21174
21175
21176 \end_layout
21177
21178 \begin_layout Standard
21179 To place floats side by side, like for Figure
21180 \begin_inset space ~
21181 \end_inset
21182
21183
21184 \begin_inset CommandInset ref
21185 LatexCommand ref
21186 reference "fig:Float-left"
21187
21188 \end_inset
21189
21190  and 
21191 \begin_inset CommandInset ref
21192 LatexCommand ref
21193 reference "fig:Float-right"
21194
21195 \end_inset
21196
21197 , only 
21198 \emph on
21199 one
21200 \emph default
21201  float is used.
21202  In it two minipage boxes are inserted.
21203 \begin_inset Foot
21204 status collapsed
21205
21206 \begin_layout Plain Layout
21207 Minipages are explained in section
21208 \begin_inset space ~
21209 \end_inset
21210
21211
21212 \begin_inset CommandInset ref
21213 LatexCommand ref
21214 reference "sec:Minipages"
21215
21216 \end_inset
21217
21218 .
21219 \end_layout
21220
21221 \end_inset
21222
21223  The width is set to 45
21224 \begin_inset space \thinspace{}
21225 \end_inset
21226
21227 -50
21228 \begin_inset space \thinspace{}
21229 \end_inset
21230
21231 column% and the box alignment to 
21232 \family sans
21233 Bottom
21234 \family default
21235  for each minipage.
21236  The minipage boxes contain the image and the caption in the same way as
21237  they are in a float.
21238  The only difference is that the image unit 
21239 \family sans
21240 Column
21241 \begin_inset space ~
21242 \end_inset
21243
21244 Width
21245 \begin_inset space ~
21246 \end_inset
21247
21248 %
21249 \family default
21250  is now calculated according to the width of the minipage boxes.
21251 \end_layout
21252
21253 \begin_layout Standard
21254 \begin_inset Float figure
21255 wide false
21256 sideways false
21257 status open
21258
21259 \begin_layout Plain Layout
21260 \begin_inset Box Frameless
21261 position "b"
21262 hor_pos "c"
21263 has_inner_box 1
21264 inner_pos "t"
21265 use_parbox 0
21266 width "45col%"
21267 special "none"
21268 height "1in"
21269 height_special "totalheight"
21270 status open
21271
21272 \begin_layout Plain Layout
21273 \align center
21274 \begin_inset Graphics
21275         filename clipart/mobius.eps
21276         lyxscale 50
21277         width 100col%
21278         scaleBeforeRotation
21279
21280 \end_inset
21281
21282
21283 \end_layout
21284
21285 \begin_layout Plain Layout
21286 \begin_inset Caption
21287
21288 \begin_layout Plain Layout
21289 \begin_inset CommandInset label
21290 LatexCommand label
21291 name "fig:Float-left"
21292
21293 \end_inset
21294
21295 Float on the left side.
21296 \end_layout
21297
21298 \end_inset
21299
21300
21301 \end_layout
21302
21303 \end_inset
21304
21305
21306 \begin_inset space \hfill{}
21307 \end_inset
21308
21309
21310 \begin_inset Box Frameless
21311 position "b"
21312 hor_pos "c"
21313 has_inner_box 1
21314 inner_pos "t"
21315 use_parbox 0
21316 width "45col%"
21317 special "none"
21318 height "1in"
21319 height_special "totalheight"
21320 status open
21321
21322 \begin_layout Plain Layout
21323 \align center
21324 \begin_inset Graphics
21325         filename clipart/platypus.eps
21326         lyxscale 50
21327         width 100col%
21328         scaleBeforeRotation
21329
21330 \end_inset
21331
21332
21333 \end_layout
21334
21335 \begin_layout Plain Layout
21336 \begin_inset Caption
21337
21338 \begin_layout Plain Layout
21339 \begin_inset CommandInset label
21340 LatexCommand label
21341 name "fig:Float-right"
21342
21343 \end_inset
21344
21345 Float on the right side.
21346 \end_layout
21347
21348 \end_inset
21349
21350
21351 \end_layout
21352
21353 \end_inset
21354
21355
21356 \end_layout
21357
21358 \begin_layout Plain Layout
21359
21360 \end_layout
21361
21362 \end_inset
21363
21364
21365 \end_layout
21366
21367 \begin_layout Section
21368 Caption Formatting
21369 \begin_inset Index
21370 status collapsed
21371
21372 \begin_layout Plain Layout
21373 Caption ! Formatting
21374 \end_layout
21375
21376 \end_inset
21377
21378
21379 \begin_inset Index
21380 status collapsed
21381
21382 \begin_layout Plain Layout
21383 Floats ! Caption Formatting
21384 \end_layout
21385
21386 \end_inset
21387
21388
21389 \begin_inset Index
21390 status collapsed
21391
21392 \begin_layout Plain Layout
21393 LaTeX-packages ! caption
21394 \end_layout
21395
21396 \end_inset
21397
21398
21399 \begin_inset CommandInset label
21400 LatexCommand label
21401 name "sec:Caption-Formatting"
21402
21403 \end_inset
21404
21405
21406 \end_layout
21407
21408 \begin_layout Standard
21409 The 
21410 \family sans
21411 Caption
21412 \family default
21413  environment is the default paragraph environment for 
21414 \family sans
21415 Floats
21416 \family default
21417 .
21418  On the LyX screen captions appear as label, e.
21419 \begin_inset space \thinspace{}
21420 \end_inset
21421
21422 g.
21423 \begin_inset space ~
21424 \end_inset
21425
21426
21427 \begin_inset Quotes eld
21428 \end_inset
21429
21430
21431 \family sans
21432 Figure #:
21433 \family default
21434
21435 \begin_inset Quotes erd
21436 \end_inset
21437
21438  followed by the caption text.
21439  
21440 \begin_inset Quotes eld
21441 \end_inset
21442
21443 #
21444 \begin_inset Quotes erd
21445 \end_inset
21446
21447  is the actual reference number.
21448  By default the label and the number are in the same font as the caption
21449  text and a colon follows the number to divide the label from the text.
21450  This caption format is not suitable for all document formats.
21451  
21452 \end_layout
21453
21454 \begin_layout Standard
21455 To change the default caption format, load the LaTeX-package 
21456 \series bold
21457 caption
21458 \series default
21459
21460 \begin_inset Index
21461 status collapsed
21462
21463 \begin_layout Plain Layout
21464 LaTeX-packages ! caption
21465 \end_layout
21466
21467 \end_inset
21468
21469  in the document preamble with this line:
21470 \end_layout
21471
21472 \begin_layout Standard
21473
21474 \series bold
21475
21476 \backslash
21477 usepackage[format definition]{caption}
21478 \end_layout
21479
21480 \begin_layout Standard
21481 To have for example the label and the number in sans-serif bold font and
21482  the table captions always above the table like in this document, use the
21483  following command:
21484 \end_layout
21485
21486 \begin_layout Standard
21487
21488 \series bold
21489
21490 \backslash
21491 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21492 \end_layout
21493
21494 \begin_layout Standard
21495 You can also define different caption formats for the different float types.
21496  In this case load the 
21497 \series bold
21498 caption
21499 \series default
21500  package without format specific options and define the different formats
21501  with the help of the command
21502 \end_layout
21503
21504 \begin_layout Standard
21505
21506 \series bold
21507
21508 \backslash
21509 captionsetup[float type]{format definition}
21510 \end_layout
21511
21512 \begin_layout Standard
21513 in the document preamble.
21514  For example the caption formats of Figure
21515 \begin_inset space ~
21516 \end_inset
21517
21518
21519 \begin_inset CommandInset ref
21520 LatexCommand ref
21521 reference "fig:This-is-an-fig"
21522
21523 \end_inset
21524
21525  and Table
21526 \begin_inset space ~
21527 \end_inset
21528
21529
21530 \begin_inset CommandInset ref
21531 LatexCommand ref
21532 reference "tab:This-is-an-tab"
21533
21534 \end_inset
21535
21536  can be created using these commands in the document preamble:
21537 \end_layout
21538
21539 \begin_layout Standard
21540
21541 \series bold
21542
21543 \backslash
21544 usepackage[tableposition=top]{caption}
21545 \series default
21546
21547 \begin_inset Newline newline
21548 \end_inset
21549
21550
21551 \series bold
21552
21553 \backslash
21554 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21555 \begin_inset Newline newline
21556 \end_inset
21557
21558
21559 \begin_inset ERT
21560 status collapsed
21561
21562 \begin_layout Plain Layout
21563
21564
21565 \backslash
21566 hphantom{
21567 \backslash
21568
21569 \backslash
21570 captionsetup[figure]
21571 \backslash
21572 {}
21573 \end_layout
21574
21575 \end_inset
21576
21577  labelsep=period}
21578 \begin_inset Newline newline
21579 \end_inset
21580
21581
21582 \backslash
21583 captionsetup[table]{labelfont={bf,sf}}
21584 \end_layout
21585
21586 \begin_layout Standard
21587 \begin_inset Note Greyedout
21588 status open
21589
21590 \begin_layout Plain Layout
21591
21592 \series bold
21593 Note:
21594 \series default
21595  The option 
21596 \series bold
21597 tableposition=top
21598 \series default
21599  has no effect when a 
21600 \series bold
21601 koma-script
21602 \series default
21603
21604 \begin_inset Index
21605 status collapsed
21606
21607 \begin_layout Plain Layout
21608 LaTeX-packages ! koma-script
21609 \end_layout
21610
21611 \end_inset
21612
21613  document class is used.
21614  In this case the document class option 
21615 \series bold
21616 tablecaptionabove
21617 \series default
21618  must be used.
21619 \end_layout
21620
21621 \end_inset
21622
21623
21624 \end_layout
21625
21626 \begin_layout Standard
21627 For more information about the package 
21628 \series bold
21629 caption
21630 \series default
21631  we refer to its documentation 
21632 \begin_inset CommandInset citation
21633 LatexCommand cite
21634 key "caption"
21635
21636 \end_inset
21637
21638 .
21639 \end_layout
21640
21641 \begin_layout Standard
21642 To change the label name from e.g.
21643  
21644 \begin_inset Quotes eld
21645 \end_inset
21646
21647 Figure
21648 \begin_inset Quotes erd
21649 \end_inset
21650
21651  to 
21652 \begin_inset Quotes eld
21653 \end_inset
21654
21655 Image
21656 \begin_inset Quotes erd
21657 \end_inset
21658
21659  use this preamble command:
21660 \end_layout
21661
21662 \begin_layout Standard
21663
21664 \series bold
21665
21666 \backslash
21667 renewcommand{
21668 \backslash
21669 fnum@figure}{Image~
21670 \backslash
21671 thefigure}
21672 \end_layout
21673
21674 \begin_layout Standard
21675 where 
21676 \series bold
21677
21678 \backslash
21679 thefigure
21680 \series default
21681  inserts the figure number and
21682 \series bold
21683  
21684 \begin_inset Quotes eld
21685 \end_inset
21686
21687 ~
21688 \series default
21689
21690 \begin_inset Quotes erd
21691 \end_inset
21692
21693  creates a protected space.
21694 \end_layout
21695
21696 \begin_layout Standard
21697 \begin_inset VSpace bigskip
21698 \end_inset
21699
21700 If you are using a 
21701 \series bold
21702 koma-script
21703 \series default
21704
21705 \begin_inset Index
21706 status collapsed
21707
21708 \begin_layout Plain Layout
21709 LaTeX-packages ! koma-script
21710 \end_layout
21711
21712 \end_inset
21713
21714  document class (
21715 \family sans
21716 article (koma-script)
21717 \family default
21718
21719 \family sans
21720 book (koma-script)
21721 \family default
21722
21723 \family sans
21724 letter (koma-script)
21725 \family default
21726 , or 
21727 \family sans
21728 report (koma-script)
21729 \family default
21730
21731 \begin_inset space \thinspace{}
21732 \end_inset
21733
21734 ), you can alternatively to the 
21735 \series bold
21736 caption
21737 \series default
21738  package use 
21739 \series bold
21740 koma-script
21741 \series default
21742 's built-in command 
21743 \series bold
21744
21745 \backslash
21746 setkomafont
21747 \series default
21748 .
21749  For example, to have the caption label in bold, add this command to your
21750  document preamble:
21751 \end_layout
21752
21753 \begin_layout Standard
21754
21755 \series bold
21756
21757 \backslash
21758 setkomafont{captionlabel}{
21759 \backslash
21760 bfseries}
21761 \end_layout
21762
21763 \begin_layout Standard
21764 For more information about 
21765 \series bold
21766
21767 \backslash
21768 setkomafont
21769 \series default
21770  we refer to the 
21771 \series bold
21772 koma-script
21773 \series default
21774  documentation 
21775 \begin_inset CommandInset citation
21776 LatexCommand cite
21777 key "koma-script"
21778
21779 \end_inset
21780
21781 .
21782 \end_layout
21783
21784 \begin_layout Standard
21785 \begin_inset ERT
21786 status collapsed
21787
21788 \begin_layout Plain Layout
21789
21790
21791 \backslash
21792 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
21793 }
21794 \end_layout
21795
21796 \end_inset
21797
21798
21799 \begin_inset Note Note
21800 status open
21801
21802 \begin_layout Plain Layout
21803 The caption format is changed only for this example.
21804 \end_layout
21805
21806 \end_inset
21807
21808
21809 \end_layout
21810
21811 \begin_layout Standard
21812 \begin_inset Float figure
21813 placement !p
21814 wide false
21815 sideways false
21816 status open
21817
21818 \begin_layout Plain Layout
21819 \align center
21820 \begin_inset Graphics
21821         filename clipart/mobius.eps
21822         lyxscale 50
21823         scale 50
21824         scaleBeforeRotation
21825
21826 \end_inset
21827
21828
21829 \end_layout
21830
21831 \begin_layout Plain Layout
21832 \begin_inset Caption
21833
21834 \begin_layout Plain Layout
21835 \begin_inset CommandInset label
21836 LatexCommand label
21837 name "fig:This-is-an-fig"
21838
21839 \end_inset
21840
21841 This is an example figure caption that is longer than one line to show the
21842  different caption format.
21843  Here a self-defined caption format is used.
21844 \end_layout
21845
21846 \end_inset
21847
21848
21849 \end_layout
21850
21851 \end_inset
21852
21853
21854 \end_layout
21855
21856 \begin_layout Standard
21857 \begin_inset ERT
21858 status collapsed
21859
21860 \begin_layout Plain Layout
21861
21862
21863 \backslash
21864 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
21865 on}
21866 \end_layout
21867
21868 \end_inset
21869
21870
21871 \end_layout
21872
21873 \begin_layout Standard
21874 \begin_inset Float table
21875 placement !p
21876 wide false
21877 sideways false
21878 status open
21879
21880 \begin_layout Plain Layout
21881 \begin_inset Caption
21882
21883 \begin_layout Plain Layout
21884 \begin_inset CommandInset label
21885 LatexCommand label
21886 name "tab:This-is-an-tab"
21887
21888 \end_inset
21889
21890 This is an example table caption that is longer than one line to show the
21891  different caption format.
21892  Here the standard caption format for tables in this document is used.
21893 \end_layout
21894
21895 \end_inset
21896
21897
21898 \end_layout
21899
21900 \begin_layout Plain Layout
21901 \align center
21902 \begin_inset Tabular
21903 <lyxtabular version="3" rows="1" columns="5">
21904 <features>
21905 <column alignment="center" valignment="top" width="0">
21906 <column alignment="center" valignment="top" width="0">
21907 <column alignment="center" valignment="top" width="0">
21908 <column alignment="center" valignment="top" width="0">
21909 <column alignment="center" valignment="top" width="0">
21910 <row>
21911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21912 \begin_inset Text
21913
21914 \begin_layout Plain Layout
21915 a
21916 \end_layout
21917
21918 \end_inset
21919 </cell>
21920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21921 \begin_inset Text
21922
21923 \begin_layout Plain Layout
21924 b
21925 \end_layout
21926
21927 \end_inset
21928 </cell>
21929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21930 \begin_inset Text
21931
21932 \begin_layout Plain Layout
21933 c
21934 \end_layout
21935
21936 \end_inset
21937 </cell>
21938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21939 \begin_inset Text
21940
21941 \begin_layout Plain Layout
21942 d
21943 \end_layout
21944
21945 \end_inset
21946 </cell>
21947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21948 \begin_inset Text
21949
21950 \begin_layout Plain Layout
21951 e
21952 \end_layout
21953
21954 \end_inset
21955 </cell>
21956 </row>
21957 </lyxtabular>
21958
21959 \end_inset
21960
21961
21962 \end_layout
21963
21964 \end_inset
21965
21966
21967 \end_layout
21968
21969 \begin_layout Section
21970 Caption Placement
21971 \begin_inset Index
21972 status collapsed
21973
21974 \begin_layout Plain Layout
21975 Caption ! Placement
21976 \end_layout
21977
21978 \end_inset
21979
21980
21981 \begin_inset Index
21982 status collapsed
21983
21984 \begin_layout Plain Layout
21985 Floats ! Caption Placement
21986 \end_layout
21987
21988 \end_inset
21989
21990
21991 \begin_inset CommandInset label
21992 LatexCommand label
21993 name "sec:Caption-Placement"
21994
21995 \end_inset
21996
21997
21998 \end_layout
21999
22000 \begin_layout Standard
22001 The common caption placement rule is:
22002 \end_layout
22003
22004 \begin_layout Description
22005 Figure: Caption is set below the figure
22006 \end_layout
22007
22008 \begin_layout Description
22009 Table: Caption is set above the table
22010 \end_layout
22011
22012 \begin_layout Standard
22013 Having the caption above the table is unfortunately not supported in LaTeX's
22014  standard classes.
22015  That means if you are using the document classes 
22016 \family sans
22017 article
22018 \family default
22019
22020 \family sans
22021 book
22022 \family default
22023
22024 \family sans
22025 letter
22026 \family default
22027 , or 
22028 \family sans
22029 report
22030 \family default
22031  there will be no space between the caption and the table.
22032  To insert the needed space, add the following option to the load command
22033  of the LaTeX-package 
22034 \series bold
22035 caption
22036 \series default
22037  in your document preamble
22038 \begin_inset Foot
22039 status collapsed
22040
22041 \begin_layout Plain Layout
22042 See section
22043 \begin_inset space ~
22044 \end_inset
22045
22046
22047 \begin_inset CommandInset ref
22048 LatexCommand ref
22049 reference "sec:Caption-Formatting"
22050
22051 \end_inset
22052
22053  for more information of the package 
22054 \series bold
22055 caption
22056 \series default
22057 .
22058 \end_layout
22059
22060 \end_inset
22061
22062 :
22063 \end_layout
22064
22065 \begin_layout Standard
22066
22067 \series bold
22068 tableposition=top
22069 \end_layout
22070
22071 \begin_layout Standard
22072 If you are using a 
22073 \series bold
22074 koma-script
22075 \series default
22076
22077 \begin_inset Index
22078 status collapsed
22079
22080 \begin_layout Plain Layout
22081 LaTeX-packages ! koma-script
22082 \end_layout
22083
22084 \end_inset
22085
22086  document class (
22087 \family sans
22088 article (koma-script)
22089 \family default
22090
22091 \family sans
22092 book (koma-script)
22093 \family default
22094
22095 \family sans
22096 letter (koma-script)
22097 \family default
22098 , or 
22099 \family sans
22100 report (koma-script)
22101 \family default
22102
22103 \begin_inset space \thinspace{}
22104 \end_inset
22105
22106 ), you can alternatively to the 
22107 \series bold
22108 caption
22109 \series default
22110  package set the document class option 
22111 \series bold
22112 tablecaptionabove
22113 \series default
22114 .
22115 \end_layout
22116
22117 \begin_layout Standard
22118 \begin_inset VSpace bigskip
22119 \end_inset
22120
22121 It is also possible to set the caption beside a figure or table.
22122  To get this the LaTeX-package 
22123 \series bold
22124 sidecap
22125 \series default
22126
22127 \begin_inset Index
22128 status collapsed
22129
22130 \begin_layout Plain Layout
22131 LaTeX-packages ! sidecap
22132 \end_layout
22133
22134 \end_inset
22135
22136  has to be loaded in the document preamble with the line
22137 \end_layout
22138
22139 \begin_layout Standard
22140
22141 \series bold
22142
22143 \backslash
22144 usepackage[option]{sidecap}
22145 \end_layout
22146
22147 \begin_layout Standard
22148 If you set no option, the caption is placed on the side of the outer page
22149  margin -- to the right on odd pages, to the left on even pages.
22150  You can change the placement to inner margin with the option 
22151 \series bold
22152 innercaption
22153 \series default
22154 .
22155  To force the placement always to the right or left, use the option 
22156 \series bold
22157 rightcaption
22158 \series default
22159  or 
22160 \series bold
22161 leftcaption
22162 \series default
22163 , respectively.
22164 \end_layout
22165
22166 \begin_layout Standard
22167 \begin_inset ERT
22168 status collapsed
22169
22170 \begin_layout Plain Layout
22171
22172
22173 \backslash
22174 ifsidecap
22175 \end_layout
22176
22177 \end_inset
22178
22179
22180 \begin_inset Note Note
22181 status open
22182
22183 \begin_layout Plain Layout
22184 The following section will only be displayed when the LaTeX-package 
22185 \series bold
22186 sidecap
22187 \series default
22188  is installed.
22189 \end_layout
22190
22191 \end_inset
22192
22193
22194 \end_layout
22195
22196 \begin_layout Standard
22197 To place in LyX the caption of a float on the side, it is necessary to add
22198  these commands to the document preamble:
22199 \end_layout
22200
22201 \begin_layout Standard
22202
22203 \lyxline
22204
22205 \end_layout
22206
22207 \begin_layout Standard
22208
22209 \series bold
22210
22211 \backslash
22212 newcommand{
22213 \backslash
22214 TabBesBeg}{%
22215 \begin_inset Newline newline
22216 \end_inset
22217
22218
22219 \begin_inset ERT
22220 status collapsed
22221
22222 \begin_layout Plain Layout
22223
22224
22225 \backslash
22226 hphantom{ }
22227 \end_layout
22228
22229 \end_inset
22230
22231
22232 \backslash
22233 let
22234 \backslash
22235 MyTable
22236 \backslash
22237 table
22238 \begin_inset Newline newline
22239 \end_inset
22240
22241
22242 \begin_inset ERT
22243 status collapsed
22244
22245 \begin_layout Plain Layout
22246
22247
22248 \backslash
22249 hphantom{ }
22250 \end_layout
22251
22252 \end_inset
22253
22254
22255 \backslash
22256 let
22257 \backslash
22258 MyEndtable
22259 \backslash
22260 endtable
22261 \begin_inset Newline newline
22262 \end_inset
22263
22264
22265 \begin_inset ERT
22266 status collapsed
22267
22268 \begin_layout Plain Layout
22269
22270
22271 \backslash
22272 hphantom{ }
22273 \end_layout
22274
22275 \end_inset
22276
22277
22278 \backslash
22279 renewenvironment{table}{
22280 \backslash
22281 begin{SCtable}}{
22282 \backslash
22283 end{SCtable}}}
22284 \end_layout
22285
22286 \begin_layout Standard
22287
22288 \series bold
22289
22290 \backslash
22291 newcommand{
22292 \backslash
22293 TabBesEnd}{%
22294 \begin_inset Newline newline
22295 \end_inset
22296
22297
22298 \begin_inset ERT
22299 status collapsed
22300
22301 \begin_layout Plain Layout
22302
22303
22304 \backslash
22305 hphantom{ }
22306 \end_layout
22307
22308 \end_inset
22309
22310
22311 \backslash
22312 let
22313 \backslash
22314 table
22315 \backslash
22316 MyTable
22317 \begin_inset Newline newline
22318 \end_inset
22319
22320
22321 \begin_inset ERT
22322 status collapsed
22323
22324 \begin_layout Plain Layout
22325
22326
22327 \backslash
22328 hphantom{ }
22329 \end_layout
22330
22331 \end_inset
22332
22333
22334 \backslash
22335 let
22336 \backslash
22337 endtable
22338 \backslash
22339 MyEndtable
22340 \end_layout
22341
22342 \begin_layout Standard
22343
22344 \series bold
22345
22346 \backslash
22347 newcommand{
22348 \backslash
22349 FigBesBeg}{%
22350 \begin_inset Newline newline
22351 \end_inset
22352
22353
22354 \begin_inset ERT
22355 status collapsed
22356
22357 \begin_layout Plain Layout
22358
22359
22360 \backslash
22361 hphantom{ }
22362 \end_layout
22363
22364 \end_inset
22365
22366
22367 \backslash
22368 let
22369 \backslash
22370 MyFigure
22371 \backslash
22372 figure
22373 \begin_inset Newline newline
22374 \end_inset
22375
22376
22377 \begin_inset ERT
22378 status collapsed
22379
22380 \begin_layout Plain Layout
22381
22382
22383 \backslash
22384 hphantom{ }
22385 \end_layout
22386
22387 \end_inset
22388
22389
22390 \backslash
22391 let
22392 \backslash
22393 MyEndfigure
22394 \backslash
22395 endfigure
22396 \begin_inset Newline newline
22397 \end_inset
22398
22399
22400 \begin_inset ERT
22401 status collapsed
22402
22403 \begin_layout Plain Layout
22404
22405
22406 \backslash
22407 hphantom{ }
22408 \end_layout
22409
22410 \end_inset
22411
22412
22413 \backslash
22414 renewenvironment{figure}{
22415 \backslash
22416 begin{SCfigure}}{
22417 \backslash
22418 end{SCfigure}}}
22419 \end_layout
22420
22421 \begin_layout Standard
22422
22423 \series bold
22424
22425 \backslash
22426 newcommand{
22427 \backslash
22428 FigBesEnd}{%
22429 \begin_inset Newline newline
22430 \end_inset
22431
22432
22433 \begin_inset ERT
22434 status collapsed
22435
22436 \begin_layout Plain Layout
22437
22438
22439 \backslash
22440 hphantom{ }
22441 \end_layout
22442
22443 \end_inset
22444
22445
22446 \backslash
22447 let
22448 \backslash
22449 figure
22450 \backslash
22451 MyFigure
22452 \begin_inset Newline newline
22453 \end_inset
22454
22455
22456 \begin_inset ERT
22457 status collapsed
22458
22459 \begin_layout Plain Layout
22460
22461
22462 \backslash
22463 hphantom{ }
22464 \end_layout
22465
22466 \end_inset
22467
22468
22469 \backslash
22470 let
22471 \backslash
22472 endfigure
22473 \backslash
22474 MyEndfigure}
22475 \end_layout
22476
22477 \begin_layout Standard
22478
22479 \lyxline
22480
22481 \end_layout
22482
22483 \begin_layout Standard
22484 The commands allow you to redefine the floats so that the caption is set
22485  on the side.
22486  For figure floats use the command
22487 \end_layout
22488
22489 \begin_layout Standard
22490
22491 \series bold
22492
22493 \backslash
22494 FigBesBeg
22495 \end_layout
22496
22497 \begin_layout Standard
22498 in TeX-Code before the float.
22499  Behind the float insert the command
22500 \end_layout
22501
22502 \begin_layout Standard
22503
22504 \series bold
22505
22506 \backslash
22507 FigBesEnd
22508 \end_layout
22509
22510 \begin_layout Standard
22511 in TeX-Code to get back to the original float definition.
22512 \end_layout
22513
22514 \begin_layout Standard
22515 For table floats use the corresponding commands
22516 \end_layout
22517
22518 \begin_layout Standard
22519
22520 \series bold
22521
22522 \backslash
22523 TabBesBeg
22524 \series default
22525  and 
22526 \series bold
22527
22528 \backslash
22529 TabBesEnd
22530 \end_layout
22531
22532 \begin_layout Standard
22533 Figure
22534 \begin_inset space ~
22535 \end_inset
22536
22537
22538 \begin_inset CommandInset ref
22539 LatexCommand ref
22540 reference "fig:cap-beside-fig"
22541
22542 \end_inset
22543
22544  and Table
22545 \begin_inset space ~
22546 \end_inset
22547
22548
22549 \begin_inset CommandInset ref
22550 LatexCommand ref
22551 reference "tab:cap-beside-tab"
22552
22553 \end_inset
22554
22555  are examples where the caption is set beside.
22556 \end_layout
22557
22558 \begin_layout Standard
22559 You can see in the examples that the caption text appears at the top of
22560  the floats for table floats and at the bottom for figure floats.
22561  To change this, you can use the command
22562 \end_layout
22563
22564 \begin_layout Standard
22565
22566 \series bold
22567
22568 \backslash
22569 sidecaptionvpos{float type}{placement}
22570 \end_layout
22571
22572 \begin_layout Standard
22573 in the document preamble or in TeX-Code before the float.
22574  The float type is either 
22575 \family sans
22576 figure
22577 \family default
22578  or 
22579 \family sans
22580 table
22581 \family default
22582 , the placement can be 
22583 \begin_inset Quotes eld
22584 \end_inset
22585
22586
22587 \family sans
22588 t
22589 \family default
22590
22591 \begin_inset Quotes erd
22592 \end_inset
22593
22594  for top, 
22595 \begin_inset Quotes eld
22596 \end_inset
22597
22598
22599 \family sans
22600 c
22601 \family default
22602
22603 \begin_inset Quotes erd
22604 \end_inset
22605
22606  for center, or 
22607 \begin_inset Quotes eld
22608 \end_inset
22609
22610
22611 \family sans
22612 b
22613 \family default
22614
22615 \begin_inset Quotes erd
22616 \end_inset
22617
22618  for bottom.
22619  To have for example the caption of figure floats vertically centered, use
22620  the command
22621 \end_layout
22622
22623 \begin_layout Standard
22624
22625 \series bold
22626
22627 \backslash
22628 sidecaptionvpos{figure}{c}
22629 \end_layout
22630
22631 \begin_layout Standard
22632 This was used for Figure
22633 \begin_inset space ~
22634 \end_inset
22635
22636
22637 \begin_inset CommandInset ref
22638 LatexCommand ref
22639 reference "fig:cap-beside-fig-2"
22640
22641 \end_inset
22642
22643 .
22644 \end_layout
22645
22646 \begin_layout Standard
22647 \begin_inset VSpace medskip
22648 \end_inset
22649
22650 For more information about the package 
22651 \series bold
22652 sidecap
22653 \series default
22654  we refer to its documentation 
22655 \begin_inset CommandInset citation
22656 LatexCommand cite
22657 key "sidecap"
22658
22659 \end_inset
22660
22661 .
22662 \end_layout
22663
22664 \begin_layout Standard
22665 \begin_inset Note Greyedout
22666 status open
22667
22668 \begin_layout Plain Layout
22669
22670 \series bold
22671 Note:
22672 \series default
22673  The LaTeX-package 
22674 \series bold
22675 hypcap
22676 \series default
22677
22678 \begin_inset Index
22679 status collapsed
22680
22681 \begin_layout Plain Layout
22682 LaTeX-packages ! hypcap
22683 \end_layout
22684
22685 \end_inset
22686
22687 , described in section
22688 \begin_inset space ~
22689 \end_inset
22690
22691
22692 \begin_inset CommandInset ref
22693 LatexCommand ref
22694 reference "sub:Reference-Position"
22695
22696 \end_inset
22697
22698 , has no effect on floats with the caption set beside.
22699 \end_layout
22700
22701 \end_inset
22702
22703
22704 \end_layout
22705
22706 \begin_layout Standard
22707 \begin_inset ERT
22708 status collapsed
22709
22710 \begin_layout Plain Layout
22711
22712
22713 \backslash
22714 FigBesBeg 
22715 \end_layout
22716
22717 \end_inset
22718
22719
22720 \end_layout
22721
22722 \begin_layout Standard
22723 \begin_inset Float figure
22724 wide false
22725 sideways false
22726 status open
22727
22728 \begin_layout Plain Layout
22729 \begin_inset Graphics
22730         filename clipart/escher-lsd.eps
22731         scale 75
22732         scaleBeforeRotation
22733
22734 \end_inset
22735
22736
22737 \end_layout
22738
22739 \begin_layout Plain Layout
22740 \begin_inset Caption
22741
22742 \begin_layout Plain Layout
22743 \begin_inset CommandInset label
22744 LatexCommand label
22745 name "fig:cap-beside-fig"
22746
22747 \end_inset
22748
22749 This is a caption beside a figure.
22750 \end_layout
22751
22752 \end_inset
22753
22754
22755 \end_layout
22756
22757 \end_inset
22758
22759
22760 \end_layout
22761
22762 \begin_layout Standard
22763 \begin_inset ERT
22764 status collapsed
22765
22766 \begin_layout Plain Layout
22767
22768
22769 \backslash
22770 TabBesBeg 
22771 \end_layout
22772
22773 \end_inset
22774
22775
22776 \end_layout
22777
22778 \begin_layout Standard
22779 \begin_inset Float table
22780 wide false
22781 sideways false
22782 status open
22783
22784 \begin_layout Plain Layout
22785 \begin_inset Caption
22786
22787 \begin_layout Plain Layout
22788 \begin_inset CommandInset label
22789 LatexCommand label
22790 name "tab:cap-beside-tab"
22791
22792 \end_inset
22793
22794 This is a caption beside a table.
22795 \end_layout
22796
22797 \end_inset
22798
22799
22800 \end_layout
22801
22802 \begin_layout Plain Layout
22803 \begin_inset Tabular
22804 <lyxtabular version="3" rows="4" columns="5">
22805 <features>
22806 <column alignment="center" valignment="top" width="0">
22807 <column alignment="center" valignment="top" width="0">
22808 <column alignment="center" valignment="top" width="0">
22809 <column alignment="center" valignment="top" width="0">
22810 <column alignment="center" valignment="top" width="0">
22811 <row>
22812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22813 \begin_inset Text
22814
22815 \begin_layout Plain Layout
22816 a
22817 \end_layout
22818
22819 \end_inset
22820 </cell>
22821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22822 \begin_inset Text
22823
22824 \begin_layout Plain Layout
22825
22826 \end_layout
22827
22828 \end_inset
22829 </cell>
22830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22831 \begin_inset Text
22832
22833 \begin_layout Plain Layout
22834 b
22835 \end_layout
22836
22837 \end_inset
22838 </cell>
22839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22840 \begin_inset Text
22841
22842 \begin_layout Plain Layout
22843
22844 \end_layout
22845
22846 \end_inset
22847 </cell>
22848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22849 \begin_inset Text
22850
22851 \begin_layout Plain Layout
22852 c
22853 \end_layout
22854
22855 \end_inset
22856 </cell>
22857 </row>
22858 <row>
22859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22860 \begin_inset Text
22861
22862 \begin_layout Plain Layout
22863
22864 \end_layout
22865
22866 \end_inset
22867 </cell>
22868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22869 \begin_inset Text
22870
22871 \begin_layout Plain Layout
22872 d
22873 \end_layout
22874
22875 \end_inset
22876 </cell>
22877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22878 \begin_inset Text
22879
22880 \begin_layout Plain Layout
22881
22882 \end_layout
22883
22884 \end_inset
22885 </cell>
22886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22887 \begin_inset Text
22888
22889 \begin_layout Plain Layout
22890 e
22891 \end_layout
22892
22893 \end_inset
22894 </cell>
22895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22896 \begin_inset Text
22897
22898 \begin_layout Plain Layout
22899
22900 \end_layout
22901
22902 \end_inset
22903 </cell>
22904 </row>
22905 <row>
22906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22907 \begin_inset Text
22908
22909 \begin_layout Plain Layout
22910 f
22911 \end_layout
22912
22913 \end_inset
22914 </cell>
22915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22916 \begin_inset Text
22917
22918 \begin_layout Plain Layout
22919
22920 \end_layout
22921
22922 \end_inset
22923 </cell>
22924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22925 \begin_inset Text
22926
22927 \begin_layout Plain Layout
22928 g
22929 \end_layout
22930
22931 \end_inset
22932 </cell>
22933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22934 \begin_inset Text
22935
22936 \begin_layout Plain Layout
22937
22938 \end_layout
22939
22940 \end_inset
22941 </cell>
22942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22943 \begin_inset Text
22944
22945 \begin_layout Plain Layout
22946 h
22947 \end_layout
22948
22949 \end_inset
22950 </cell>
22951 </row>
22952 <row>
22953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22954 \begin_inset Text
22955
22956 \begin_layout Plain Layout
22957
22958 \end_layout
22959
22960 \end_inset
22961 </cell>
22962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22963 \begin_inset Text
22964
22965 \begin_layout Plain Layout
22966 i
22967 \end_layout
22968
22969 \end_inset
22970 </cell>
22971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22972 \begin_inset Text
22973
22974 \begin_layout Plain Layout
22975
22976 \end_layout
22977
22978 \end_inset
22979 </cell>
22980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22981 \begin_inset Text
22982
22983 \begin_layout Plain Layout
22984 j
22985 \end_layout
22986
22987 \end_inset
22988 </cell>
22989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22990 \begin_inset Text
22991
22992 \begin_layout Plain Layout
22993
22994 \end_layout
22995
22996 \end_inset
22997 </cell>
22998 </row>
22999 </lyxtabular>
23000
23001 \end_inset
23002
23003
23004 \end_layout
23005
23006 \end_inset
23007
23008
23009 \end_layout
23010
23011 \begin_layout Standard
23012 \begin_inset ERT
23013 status collapsed
23014
23015 \begin_layout Plain Layout
23016
23017
23018 \backslash
23019 TabBesEnd
23020 \end_layout
23021
23022 \end_inset
23023
23024
23025 \end_layout
23026
23027 \begin_layout Standard
23028 \begin_inset ERT
23029 status collapsed
23030
23031 \begin_layout Plain Layout
23032
23033
23034 \backslash
23035 sidecaptionvpos{figure}{c}
23036 \end_layout
23037
23038 \end_inset
23039
23040
23041 \begin_inset Float figure
23042 wide false
23043 sideways false
23044 status open
23045
23046 \begin_layout Plain Layout
23047 \begin_inset Graphics
23048         filename clipart/escher-lsd.eps
23049         scale 75
23050         scaleBeforeRotation
23051
23052 \end_inset
23053
23054
23055 \end_layout
23056
23057 \begin_layout Plain Layout
23058 \begin_inset Caption
23059
23060 \begin_layout Plain Layout
23061 \begin_inset CommandInset label
23062 LatexCommand label
23063 name "fig:cap-beside-fig-2"
23064
23065 \end_inset
23066
23067 This is a vertically centered caption beside a figure.
23068 \end_layout
23069
23070 \end_inset
23071
23072
23073 \end_layout
23074
23075 \end_inset
23076
23077
23078 \end_layout
23079
23080 \begin_layout Standard
23081 \begin_inset ERT
23082 status collapsed
23083
23084 \begin_layout Plain Layout
23085
23086
23087 \backslash
23088 FigBesEnd
23089 \end_layout
23090
23091 \end_inset
23092
23093
23094 \end_layout
23095
23096 \begin_layout Standard
23097 \begin_inset ERT
23098 status collapsed
23099
23100 \begin_layout Plain Layout
23101
23102
23103 \backslash
23104 else
23105 \end_layout
23106
23107 \end_inset
23108
23109
23110 \begin_inset Note Note
23111 status open
23112
23113 \begin_layout Plain Layout
23114 The following will be displayed when the LaTeX-package 
23115 \series bold
23116 sidecap
23117 \series default
23118  is not installed:
23119 \end_layout
23120
23121 \end_inset
23122
23123
23124 \end_layout
23125
23126 \begin_layout Standard
23127 You need to install the LaTeX-package 
23128 \series bold
23129 sidecap
23130 \series default
23131  to see the following part of this section in the output.
23132 \end_layout
23133
23134 \begin_layout Standard
23135 \begin_inset ERT
23136 status collapsed
23137
23138 \begin_layout Plain Layout
23139
23140
23141 \backslash
23142 fi
23143 \end_layout
23144
23145 \end_inset
23146
23147
23148 \end_layout
23149
23150 \begin_layout Section
23151 Listings of Floats
23152 \begin_inset CommandInset label
23153 LatexCommand label
23154 name "sec:Listings-of-Floats"
23155
23156 \end_inset
23157
23158
23159 \begin_inset Index
23160 status collapsed
23161
23162 \begin_layout Plain Layout
23163 Floats ! Float Lists
23164 \end_layout
23165
23166 \end_inset
23167
23168
23169 \end_layout
23170
23171 \begin_layout Standard
23172 Similar to the the table of contents where the sections of the document
23173  are listed, there are listings for all float types, like the figures of
23174  the documents.
23175  You can insert them via the 
23176 \family sans
23177 Insert\SpecialChar \menuseparator
23178 List
23179 \begin_inset space ~
23180 \end_inset
23181
23182 /
23183 \begin_inset space ~
23184 \end_inset
23185
23186 TOC
23187 \family default
23188  sub menus.
23189 \end_layout
23190
23191 \begin_layout Standard
23192 The list entries are the float captions or its short title, the float number,
23193  and the page number where they appear in the document.
23194 \end_layout
23195
23196 \begin_layout Standard
23197 You can find the list of figures and tables at the end of this document.
23198 \end_layout
23199
23200 \begin_layout Chapter
23201 Notes
23202 \end_layout
23203
23204 \begin_layout Section
23205 LyX Notes
23206 \begin_inset CommandInset label
23207 LatexCommand label
23208 name "sec:LyX-Notes"
23209
23210 \end_inset
23211
23212
23213 \begin_inset Index
23214 status collapsed
23215
23216 \begin_layout Plain Layout
23217 Notes ! LyX Notes
23218 \end_layout
23219
23220 \end_inset
23221
23222
23223 \end_layout
23224
23225 \begin_layout Standard
23226 Notes are inserted with the toolbar button 
23227 \begin_inset Graphics
23228         filename ../images/note-insert.png
23229         scale 85
23230         scaleBeforeRotation
23231
23232 \end_inset
23233
23234  or the menu 
23235 \family sans
23236 Insert\SpecialChar \menuseparator
23237 Note
23238 \family default
23239 .
23240  There are three types of notes:
23241 \end_layout
23242
23243 \begin_layout Description
23244 LyX
23245 \begin_inset space ~
23246 \end_inset
23247
23248 Note This note type is for internal notes that won't appear in the output.
23249  Its note-box looks like this:
23250 \begin_inset Newline newline
23251 \end_inset
23252
23253
23254 \begin_inset Newline newline
23255 \end_inset
23256
23257
23258 \begin_inset Graphics
23259         filename clipart/LyXNoteImageQt4.png
23260         display false
23261         scale 85
23262         scaleBeforeRotation
23263
23264 \end_inset
23265
23266  
23267 \begin_inset Note Note
23268 status open
23269
23270 \begin_layout Plain Layout
23271 This is text in a note box that doesn't appear in the output.
23272 \end_layout
23273
23274 \end_inset
23275
23276
23277 \end_layout
23278
23279 \begin_layout Description
23280 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
23281 ent, when you export the document to LaTeX via the menu 
23282 \family sans
23283 File\SpecialChar \menuseparator
23284 Export\SpecialChar \menuseparator
23285 LaTeX (pdflatex) / (plain)
23286 \family default
23287 .
23288  Its note-box looks like this:
23289 \begin_inset Newline newline
23290 \end_inset
23291
23292
23293 \begin_inset Newline newline
23294 \end_inset
23295
23296
23297 \begin_inset Graphics
23298         filename clipart/CommentNoteImageQt4.png
23299         display false
23300         scale 85
23301         scaleBeforeRotation
23302
23303 \end_inset
23304
23305  
23306 \begin_inset Note Comment
23307 status open
23308
23309 \begin_layout Plain Layout
23310 This is text in a note box that only appears as comment in LaTeX-files.
23311 \end_layout
23312
23313 \end_inset
23314
23315
23316 \end_layout
23317
23318 \begin_layout Description
23319 Greyed
23320 \begin_inset space ~
23321 \end_inset
23322
23323 Out This note will appear in the output as grey text.
23324  Its note-box looks like this:
23325 \begin_inset Newline newline
23326 \end_inset
23327
23328
23329 \begin_inset Newline newline
23330 \end_inset
23331
23332
23333 \begin_inset Graphics
23334         filename clipart/GreyedOutNoteImageQt4.png
23335         display false
23336         scale 85
23337         scaleBeforeRotation
23338
23339 \end_inset
23340
23341
23342 \begin_inset Newline newline
23343 \end_inset
23344
23345
23346 \begin_inset ERT
23347 status collapsed
23348
23349 \begin_layout Plain Layout
23350
23351
23352 \backslash
23353 renewenvironment{lyxgreyedout}
23354 \end_layout
23355
23356 \begin_layout Plain Layout
23357
23358 {
23359 \backslash
23360 textcolor[gray]{0.8}
23361 \backslash
23362 bgroup}{
23363 \backslash
23364 egroup}
23365 \end_layout
23366
23367 \end_inset
23368
23369
23370 \begin_inset Note Greyedout
23371 status open
23372
23373 \begin_layout Plain Layout
23374 This is text
23375 \begin_inset Foot
23376 status open
23377
23378 \begin_layout Plain Layout
23379 This is an example footnote within a greyed out note.
23380 \end_layout
23381
23382 \end_inset
23383
23384  of a comment that appears in the output as grey text.
23385 \end_layout
23386
23387 \end_inset
23388
23389
23390 \begin_inset ERT
23391 status collapsed
23392
23393 \begin_layout Plain Layout
23394
23395
23396 \backslash
23397 renewenvironment{lyxgreyedout}
23398 \end_layout
23399
23400 \begin_layout Plain Layout
23401
23402 {
23403 \backslash
23404 textcolor{blue}
23405 \backslash
23406 bgroup}{
23407 \backslash
23408 egroup}
23409 \end_layout
23410
23411 \end_inset
23412
23413
23414 \begin_inset Note Note
23415 status collapsed
23416
23417 \begin_layout Plain Layout
23418 The greyed out note is here redefined to show it with the original LyX definitio
23419 n because greyed out notes are redefined in the preamble of this document,
23420  as described below, to have blue text.
23421 \end_layout
23422
23423 \end_inset
23424
23425
23426 \begin_inset Newline newline
23427 \end_inset
23428
23429
23430 \begin_inset Newline newline
23431 \end_inset
23432
23433 As you can see in the example, the first line of greyed out notes is a bit
23434  indented and greyed out notes can have footnotes.
23435 \end_layout
23436
23437 \begin_layout Standard
23438 \begin_inset VSpace bigskip
23439 \end_inset
23440
23441 When you use the toolbar button 
23442 \begin_inset Graphics
23443         filename ../images/note-insert.png
23444         scale 85
23445         scaleBeforeRotation
23446
23447 \end_inset
23448
23449  to insert notes, a 
23450 \family sans
23451 LyX
23452 \begin_inset space ~
23453 \end_inset
23454
23455 Note
23456 \family default
23457  is inserted.
23458  You can switch between the five note types by right-clicking on the note-box.
23459  
23460 \family roman
23461 \series medium
23462 \bar no
23463 If you want to turn existing text into a note, mark it and click on the
23464  note
23465 \family default
23466 \series default
23467 \bar default
23468  toolbar 
23469 \family roman
23470 \series medium
23471 \bar no
23472 button
23473 \family default
23474 \series default
23475 \bar default
23476 .
23477  To change a note to text, press the backspace key when the cursor is in
23478  the first position of a note, or press the deletey key when the cursor
23479  is in the very last position of the note, respectively.
23480 \end_layout
23481
23482 \begin_layout Standard
23483 \begin_inset VSpace bigskip
23484 \end_inset
23485
23486 You can change the text color of the greyed out notes in the preamble with
23487  the following command:
23488 \end_layout
23489
23490 \begin_layout Standard
23491
23492 \series bold
23493
23494 \backslash
23495 renewenvironment{lyxgreyedout}
23496 \begin_inset Newline newline
23497 \end_inset
23498
23499
23500 \begin_inset ERT
23501 status collapsed
23502
23503 \begin_layout Plain Layout
23504
23505
23506 \backslash
23507 hphantom{ }
23508 \end_layout
23509
23510 \end_inset
23511
23512 {
23513 \backslash
23514 textcolor{color}
23515 \backslash
23516 bgroup}{
23517 \backslash
23518 egroup}
23519 \end_layout
23520
23521 \begin_layout Standard
23522 The available colors and the method to define own colors is explained in
23523  section
23524 \begin_inset space ~
23525 \end_inset
23526
23527
23528 \begin_inset CommandInset ref
23529 LatexCommand ref
23530 reference "sec:Colored-Tables"
23531
23532 \end_inset
23533
23534 .
23535 \end_layout
23536
23537 \begin_layout Standard
23538 Notes that appear in blue in this document are set using greyed out notes
23539  with blue text.
23540 \end_layout
23541
23542 \begin_layout Section
23543 Footnotes
23544 \begin_inset CommandInset label
23545 LatexCommand label
23546 name "sec:Footnotes"
23547
23548 \end_inset
23549
23550
23551 \begin_inset Index
23552 status collapsed
23553
23554 \begin_layout Plain Layout
23555 Notes ! Footnotes
23556 \end_layout
23557
23558 \end_inset
23559
23560
23561 \begin_inset Index
23562 status collapsed
23563
23564 \begin_layout Plain Layout
23565 Footnotes
23566 \end_layout
23567
23568 \end_inset
23569
23570
23571 \end_layout
23572
23573 \begin_layout Standard
23574 Footnotes can be inserted using the toolbar button 
23575 \begin_inset Graphics
23576         filename ../images/footnote-insert.png
23577         scale 85
23578         scaleBeforeRotation
23579
23580 \end_inset
23581
23582  or the menu 
23583 \family sans
23584 Insert\SpecialChar \menuseparator
23585 Footnote
23586 \family default
23587 .
23588  
23589 \family roman
23590 \series medium
23591 \bar no
23592 You'll see
23593 \family default
23594 \series default
23595 \bar default
23596  then the following footnote-box: 
23597 \begin_inset Graphics
23598         filename clipart/footnoteQt4.png
23599         scale 80
23600         scaleBeforeRotation
23601
23602 \end_inset
23603
23604  
23605 \family roman
23606 \series medium
23607 \bar no
23608 where you can enter the footnote text.
23609  If you want to turn existing text into a footnote, mark it and click on
23610  the footnote
23611 \family default
23612 \series default
23613 \bar default
23614  toolbar 
23615 \family roman
23616 \series medium
23617 \bar no
23618 button
23619 \family default
23620 \series default
23621 \bar default
23622 .
23623  To change a 
23624 \family roman
23625 \series medium
23626 \bar no
23627 footnote
23628 \family default
23629 \series default
23630 \bar default
23631  to text, press the Backspace key when the cursor is in the first position
23632  of a 
23633 \family roman
23634 \series medium
23635 \bar no
23636 footnote
23637 \family default
23638 \series default
23639 \bar default
23640 , or press the Delete key when the cursor is in the very last position of
23641  the 
23642 \family roman
23643 \series medium
23644 \bar no
23645 footnote
23646 \family default
23647 \series default
23648 \bar default
23649 , respectively.
23650 \end_layout
23651
23652 \begin_layout Standard
23653 Here is an example footnote:
23654 \family roman
23655 \series medium
23656 \bar no
23657
23658 \begin_inset Foot
23659 status open
23660
23661 \begin_layout Plain Layout
23662 \begin_inset CommandInset label
23663 LatexCommand label
23664 name "foot:This-is-an"
23665
23666 \end_inset
23667
23668 This is an example footnote.
23669 \end_layout
23670
23671 \end_inset
23672
23673
23674 \family default
23675 \series default
23676 \bar default
23677
23678 \begin_inset ERT
23679 status collapsed
23680
23681 \begin_layout Plain Layout
23682
23683
23684 \backslash
23685 newcounter{MyRepeatFoot}
23686 \end_layout
23687
23688 \begin_layout Plain Layout
23689
23690
23691 \backslash
23692 setcounter{MyRepeatFoot}{
23693 \backslash
23694 thefootnote}
23695 \end_layout
23696
23697 \end_inset
23698
23699
23700 \end_layout
23701
23702 \begin_layout Standard
23703 The footnote will appear in the output as a superscript number at the text
23704  position where the footnote box is placed.
23705  The footnote text is placed at the bottom of the current page.
23706  The footnote number is calculated by LaTeX, the numbers are consecutive.
23707  It depends on your document-class, if the footnote number is reset for
23708  every chapter.
23709 \end_layout
23710
23711 \begin_layout Standard
23712 Footnotes can be referenced like floats: Insert a label into the footnote
23713  and cross-reference this label in the text as described in section
23714 \begin_inset space ~
23715 \end_inset
23716
23717
23718 \begin_inset CommandInset ref
23719 LatexCommand ref
23720 reference "sec:Referencing-Floats"
23721
23722 \end_inset
23723
23724 .
23725 \begin_inset Newline newline
23726 \end_inset
23727
23728 This is a cross-reference of Footnote
23729 \begin_inset space ~
23730 \end_inset
23731
23732
23733 \begin_inset CommandInset ref
23734 LatexCommand ref
23735 reference "foot:This-is-an"
23736
23737 \end_inset
23738
23739 .
23740 \end_layout
23741
23742 \begin_layout Standard
23743 \begin_inset VSpace defskip
23744 \end_inset
23745
23746 To use footnotes within tables, you have to use minipages, see section
23747 \begin_inset space ~
23748 \end_inset
23749
23750
23751 \begin_inset CommandInset ref
23752 LatexCommand ref
23753 reference "sec:Minipages"
23754
23755 \end_inset
23756
23757 .
23758  Footnotes within longtables are described in section
23759 \begin_inset space ~
23760 \end_inset
23761
23762
23763 \begin_inset CommandInset ref
23764 LatexCommand ref
23765 reference "sub:Footnotes-in-Longtables"
23766
23767 \end_inset
23768
23769 .
23770 \end_layout
23771
23772 \begin_layout Standard
23773 \begin_inset VSpace defskip
23774 \end_inset
23775
23776 To create only a mark for a footnote, use the command 
23777 \series bold
23778
23779 \backslash
23780 footnotemark[number]
23781 \series default
23782  in TeX-Code.
23783  This is used when you have the same annotation several times in a text
23784  but doesn't want to print the footnote text every time.
23785 \begin_inset Newline newline
23786 \end_inset
23787
23788 As you don't know the number of the repeating footnote while you are writing
23789  the text, you have to store its number.
23790  For the following footnote mark example, these commands were inserted in
23791  TeX-Code behind Footnote
23792 \begin_inset space ~
23793 \end_inset
23794
23795
23796 \begin_inset CommandInset ref
23797 LatexCommand ref
23798 reference "foot:This-is-an"
23799
23800 \end_inset
23801
23802  to store the footnote number:
23803 \end_layout
23804
23805 \begin_layout Standard
23806
23807 \series bold
23808
23809 \backslash
23810 newcounter{MyRepeatFoot}
23811 \begin_inset Newline newline
23812 \end_inset
23813
23814
23815 \backslash
23816 setcounter{MyRepeatFoot}{
23817 \backslash
23818 thefootnote}
23819 \end_layout
23820
23821 \begin_layout Standard
23822 The footnote mark was then created with this command:
23823 \end_layout
23824
23825 \begin_layout Standard
23826
23827 \series bold
23828
23829 \backslash
23830 footnotemark[
23831 \backslash
23832 theMyRepeatFoot]
23833 \end_layout
23834
23835 \begin_layout Standard
23836 Here is an example footnote mark:
23837 \family roman
23838 \series medium
23839 \bar no
23840
23841 \begin_inset ERT
23842 status collapsed
23843
23844 \begin_layout Plain Layout
23845
23846
23847 \backslash
23848 footnotemark[
23849 \backslash
23850 theMyRepeatFoot]
23851 \end_layout
23852
23853 \end_inset
23854
23855
23856 \end_layout
23857
23858 \begin_layout Subsection
23859 Footnote Numbering
23860 \begin_inset CommandInset label
23861 LatexCommand label
23862 name "sub:Footnote-Numbering"
23863
23864 \end_inset
23865
23866
23867 \begin_inset Index
23868 status collapsed
23869
23870 \begin_layout Plain Layout
23871 Footnotes ! Numbering
23872 \end_layout
23873
23874 \end_inset
23875
23876
23877 \end_layout
23878
23879 \begin_layout Standard
23880 To reset the footnote number back to 1 after each section
23881 \family roman
23882 , add this command to your document preamble:
23883 \end_layout
23884
23885 \begin_layout Standard
23886
23887 \series bold
23888
23889 \backslash
23890 @addtoreset{footnote}{section}
23891 \end_layout
23892
23893 \begin_layout Standard
23894 \begin_inset VSpace bigskip
23895 \end_inset
23896
23897 The following preamble command changes the footnote numbering style to small
23898  roman numerals:
23899 \end_layout
23900
23901 \begin_layout Standard
23902
23903 \series bold
23904
23905 \backslash
23906 renewcommand{
23907 \backslash
23908 thefootnote}{
23909 \backslash
23910 roman{footnote}}
23911 \end_layout
23912
23913 \begin_layout Standard
23914 \begin_inset ERT
23915 status collapsed
23916
23917 \begin_layout Plain Layout
23918
23919
23920 \backslash
23921 renewcommand{
23922 \backslash
23923 thefootnote}{
23924 \backslash
23925 roman{footnote}}
23926 \end_layout
23927
23928 \end_inset
23929
23930  This is a footnote with roman numbering:
23931 \begin_inset Foot
23932 status open
23933
23934 \begin_layout Plain Layout
23935 This is an example footnote with roman numbering.
23936 \end_layout
23937
23938 \end_inset
23939
23940
23941 \end_layout
23942
23943 \begin_layout Standard
23944 To change the numbering style to capital roman numerals replace in the command
23945  above 
23946 \series bold
23947
23948 \backslash
23949 roman
23950 \series default
23951  by 
23952 \series bold
23953
23954 \backslash
23955 Roman
23956 \series default
23957 .
23958  To 
23959 \begin_inset Quotes eld
23960 \end_inset
23961
23962 number
23963 \begin_inset Quotes erd
23964 \end_inset
23965
23966  footnotes with capital or small Latin letters use 
23967 \series bold
23968
23969 \backslash
23970 Alph
23971 \series default
23972  or 
23973 \series bold
23974
23975 \backslash
23976 alph
23977 \series default
23978 , respectively.
23979  To 
23980 \begin_inset Quotes eld
23981 \end_inset
23982
23983 number
23984 \begin_inset Quotes erd
23985 \end_inset
23986
23987  footnotes with symbols use 
23988 \series bold
23989
23990 \backslash
23991 fnsymbol
23992 \series default
23993 .
23994 \end_layout
23995
23996 \begin_layout Standard
23997 \begin_inset Note Greyedout
23998 status open
23999
24000 \begin_layout Plain Layout
24001
24002 \series bold
24003 Note:
24004 \series default
24005  You can only number 26 footnotes with Latin letters, because this numbering
24006  is limited to single letters.
24007 \end_layout
24008
24009 \end_inset
24010
24011
24012 \begin_inset Newline newline
24013 \end_inset
24014
24015
24016 \begin_inset Note Greyedout
24017 status open
24018
24019 \begin_layout Plain Layout
24020
24021 \series bold
24022 Note:
24023 \series default
24024  You can only number 9 footnotes with symbols.
24025 \end_layout
24026
24027 \end_inset
24028
24029
24030 \end_layout
24031
24032 \begin_layout Standard
24033 To return to the default numbering style when you changed to another one,
24034  use 
24035 \series bold
24036
24037 \backslash
24038 arabic
24039 \series default
24040  instead of 
24041 \series bold
24042
24043 \backslash
24044 roman
24045 \series default
24046  in the command above.
24047 \begin_inset ERT
24048 status collapsed
24049
24050 \begin_layout Plain Layout
24051
24052
24053 \backslash
24054 renewcommand{
24055 \backslash
24056 thefootnote}{
24057 \backslash
24058 arabic{footnote}}
24059 \end_layout
24060
24061 \end_inset
24062
24063
24064 \end_layout
24065
24066 \begin_layout Standard
24067 \begin_inset VSpace bigskip
24068 \end_inset
24069
24070
24071 \end_layout
24072
24073 \begin_layout Standard
24074 If you want to have footnotes numbered in the scheme 
24075 \begin_inset Quotes eld
24076 \end_inset
24077
24078 chapter.footnote
24079 \begin_inset Quotes erd
24080 \end_inset
24081
24082 , add the following command to your document preamble:
24083 \end_layout
24084
24085 \begin_layout Standard
24086
24087 \series bold
24088
24089 \backslash
24090 numberwithin{footnote}{chapter}
24091 \end_layout
24092
24093 \begin_layout Standard
24094 To be able to use the command 
24095 \series bold
24096
24097 \backslash
24098 numberwithin
24099 \series default
24100 , set in the tab 
24101 \family sans
24102 Math
24103 \begin_inset space ~
24104 \end_inset
24105
24106 Options
24107 \family default
24108  in the document settings the option 
24109 \family sans
24110 Use
24111 \begin_inset space ~
24112 \end_inset
24113
24114 AMS
24115 \begin_inset space ~
24116 \end_inset
24117
24118 math
24119 \begin_inset space ~
24120 \end_inset
24121
24122 package
24123 \family default
24124 .
24125 \end_layout
24126
24127 \begin_layout Standard
24128 \begin_inset ERT
24129 status collapsed
24130
24131 \begin_layout Plain Layout
24132
24133
24134 \backslash
24135 numberwithin{footnote}{chapter}
24136 \end_layout
24137
24138 \end_inset
24139
24140 This is another example footnote:
24141 \series bold
24142
24143 \begin_inset Foot
24144 status open
24145
24146 \begin_layout Plain Layout
24147 This is a footnote numbered in the scheme 
24148 \begin_inset Quotes eld
24149 \end_inset
24150
24151 chapter.footnote
24152 \begin_inset Quotes erd
24153 \end_inset
24154
24155 .
24156 \end_layout
24157
24158 \end_inset
24159
24160
24161 \series default
24162
24163 \begin_inset ERT
24164 status collapsed
24165
24166 \begin_layout Plain Layout
24167
24168
24169 \backslash
24170 renewcommand{
24171 \backslash
24172 thefootnote}{
24173 \backslash
24174 arabic{footnote}}
24175 \end_layout
24176
24177 \end_inset
24178
24179
24180 \end_layout
24181
24182 \begin_layout Standard
24183 \begin_inset Note Greyedout
24184 status open
24185
24186 \begin_layout Plain Layout
24187
24188 \series bold
24189 Note:
24190 \series default
24191  
24192 \series bold
24193
24194 \backslash
24195 numberwithin
24196 \series default
24197  always prints out the footnote number as arabic number; previous redefinitions
24198  to get non-arabic numbers are overwritten.
24199 \end_layout
24200
24201 \end_inset
24202
24203
24204 \end_layout
24205
24206 \begin_layout Standard
24207 So to get for example the scheme 
24208 \begin_inset Quotes eld
24209 \end_inset
24210
24211 chapter.
24212 \backslash
24213 Roman{footnote}
24214 \begin_inset Quotes erd
24215 \end_inset
24216
24217 , use this command instead of 
24218 \series bold
24219
24220 \backslash
24221 numberwithin
24222 \series default
24223 :
24224 \end_layout
24225
24226 \begin_layout Standard
24227
24228 \series bold
24229
24230 \backslash
24231 renewcommand{
24232 \backslash
24233 thefootnote}{
24234 \backslash
24235 thechapter.
24236 \backslash
24237 Roman{footnote}}
24238 \end_layout
24239
24240 \begin_layout Subsection
24241 Footnote Placement
24242 \begin_inset Index
24243 status collapsed
24244
24245 \begin_layout Plain Layout
24246 Footnotes ! Placement
24247 \end_layout
24248
24249 \end_inset
24250
24251
24252 \end_layout
24253
24254 \begin_layout Standard
24255 If you have several footnotes in one page, they appear without vertical
24256  space between them at the bottom of the page.
24257  To make them better readable you can e.
24258 \begin_inset space \thinspace{}
24259 \end_inset
24260
24261 g.
24262 \begin_inset space ~
24263 \end_inset
24264
24265 add 1.5
24266 \begin_inset space \thinspace{}
24267 \end_inset
24268
24269 mm space with the following preamble command:
24270 \end_layout
24271
24272 \begin_layout Standard
24273
24274 \series bold
24275
24276 \backslash
24277 let
24278 \backslash
24279 myFoot
24280 \backslash
24281 footnote
24282 \begin_inset Newline newline
24283 \end_inset
24284
24285
24286 \backslash
24287 renewcommand{
24288 \backslash
24289 footnote}[1]{
24290 \backslash
24291 myFoot{#1
24292 \backslash
24293 vspace{1.5mm}}}
24294 \end_layout
24295
24296 \begin_layout Standard
24297 \begin_inset VSpace bigskip
24298 \end_inset
24299
24300 In a two-column document the footnotes appear at the bottom of every column,
24301  see Figure
24302 \begin_inset space ~
24303 \end_inset
24304
24305
24306 \begin_inset CommandInset ref
24307 LatexCommand ref
24308 reference "fig:Standard-footnote-placement"
24309
24310 \end_inset
24311
24312 .
24313  If the footnotes should only appear at the bottom of the right column,
24314  as in Figure
24315 \begin_inset space ~
24316 \end_inset
24317
24318
24319 \begin_inset CommandInset ref
24320 LatexCommand ref
24321 reference "fig:Footnote-placement-in"
24322
24323 \end_inset
24324
24325 , use the LaTeX-package 
24326 \series bold
24327 ftnright
24328 \series default
24329
24330 \begin_inset Index
24331 status collapsed
24332
24333 \begin_layout Plain Layout
24334 LaTeX-packages ! ftnright
24335 \end_layout
24336
24337 \end_inset
24338
24339  with this command in the document preamble:
24340 \end_layout
24341
24342 \begin_layout Standard
24343
24344 \series bold
24345
24346 \backslash
24347 usepackage{ftnright}
24348 \end_layout
24349
24350 \begin_layout Standard
24351 \begin_inset Float figure
24352 placement !h
24353 wide false
24354 sideways false
24355 status open
24356
24357 \begin_layout Plain Layout
24358 \begin_inset ERT
24359 status collapsed
24360
24361 \begin_layout Plain Layout
24362
24363
24364 \backslash
24365 framebox{
24366 \end_layout
24367
24368 \end_inset
24369
24370
24371 \begin_inset Graphics
24372         filename clipart/without_fntright.pdf
24373         width 100col%
24374         scaleBeforeRotation
24375
24376 \end_inset
24377
24378
24379 \begin_inset ERT
24380 status collapsed
24381
24382 \begin_layout Plain Layout
24383
24384 }
24385 \end_layout
24386
24387 \end_inset
24388
24389
24390 \end_layout
24391
24392 \begin_layout Plain Layout
24393 \begin_inset Caption
24394
24395 \begin_layout Plain Layout
24396 \begin_inset CommandInset label
24397 LatexCommand label
24398 name "fig:Standard-footnote-placement"
24399
24400 \end_inset
24401
24402 Standard footnote placement in two-column documents.
24403 \end_layout
24404
24405 \end_inset
24406
24407
24408 \end_layout
24409
24410 \end_inset
24411
24412
24413 \end_layout
24414
24415 \begin_layout Standard
24416 \begin_inset Float figure
24417 placement !h
24418 wide false
24419 sideways false
24420 status open
24421
24422 \begin_layout Plain Layout
24423 \begin_inset ERT
24424 status collapsed
24425
24426 \begin_layout Plain Layout
24427
24428
24429 \backslash
24430 framebox{
24431 \end_layout
24432
24433 \end_inset
24434
24435
24436 \begin_inset Graphics
24437         filename clipart/with_fntright.pdf
24438         width 100col%
24439         scaleBeforeRotation
24440
24441 \end_inset
24442
24443
24444 \begin_inset ERT
24445 status collapsed
24446
24447 \begin_layout Plain Layout
24448
24449 }
24450 \end_layout
24451
24452 \end_inset
24453
24454
24455 \end_layout
24456
24457 \begin_layout Plain Layout
24458 \begin_inset Caption
24459
24460 \begin_layout Plain Layout
24461 \begin_inset CommandInset label
24462 LatexCommand label
24463 name "fig:Footnote-placement-in"
24464
24465 \end_inset
24466
24467 Footnote placement in two-column documents when the LaTeX-package 
24468 \series bold
24469 ftnright
24470 \series default
24471  is used.
24472 \end_layout
24473
24474 \end_inset
24475
24476
24477 \end_layout
24478
24479 \end_inset
24480
24481
24482 \end_layout
24483
24484 \begin_layout Standard
24485 \begin_inset VSpace bigskip
24486 \end_inset
24487
24488 In some scientific literature it is usual to collect the footnotes and print
24489  them in a separate paragraph at the the end of a section, like in Figure
24490 \begin_inset space ~
24491 \end_inset
24492
24493
24494 \begin_inset CommandInset ref
24495 LatexCommand ref
24496 reference "fig:Endnotes----footnotes"
24497
24498 \end_inset
24499
24500 .
24501  They are then so called 
24502 \begin_inset Quotes eld
24503 \end_inset
24504
24505 endnotes
24506 \begin_inset Quotes erd
24507 \end_inset
24508
24509 .
24510 \begin_inset Index
24511 status collapsed
24512
24513 \begin_layout Plain Layout
24514 Endnotes
24515 \end_layout
24516
24517 \end_inset
24518
24519  To use endnotes instead of footnotes in your document, load the LaTeX-package
24520  
24521 \series bold
24522 endnotes
24523 \series default
24524
24525 \begin_inset Index
24526 status collapsed
24527
24528 \begin_layout Plain Layout
24529 LaTeX-packages ! endnotes
24530 \end_layout
24531
24532 \end_inset
24533
24534  with the document preamble lines
24535 \end_layout
24536
24537 \begin_layout Standard
24538
24539 \series bold
24540
24541 \backslash
24542 usepackage{endnotes}
24543 \begin_inset Newline newline
24544 \end_inset
24545
24546
24547 \backslash
24548 let
24549 \backslash
24550 footnote
24551 \backslash
24552 endnote
24553 \end_layout
24554
24555 \begin_layout Standard
24556 To insert the collected footnotes, insert the command
24557 \end_layout
24558
24559 \begin_layout Standard
24560
24561 \series bold
24562
24563 \backslash
24564 theendnotes
24565 \end_layout
24566
24567 \begin_layout Standard
24568 in TeX-Code at the the end of a section or chapter.
24569 \end_layout
24570
24571 \begin_layout Standard
24572 \begin_inset Float figure
24573 wide false
24574 sideways false
24575 status open
24576
24577 \begin_layout Plain Layout
24578 \align center
24579 \begin_inset ERT
24580 status collapsed
24581
24582 \begin_layout Plain Layout
24583
24584
24585 \backslash
24586 framebox{
24587 \end_layout
24588
24589 \end_inset
24590
24591
24592 \begin_inset Graphics
24593         filename clipart/endnotes.pdf
24594         scaleBeforeRotation
24595
24596 \end_inset
24597
24598
24599 \begin_inset ERT
24600 status collapsed
24601
24602 \begin_layout Plain Layout
24603
24604 }
24605 \end_layout
24606
24607 \end_inset
24608
24609
24610 \end_layout
24611
24612 \begin_layout Plain Layout
24613 \begin_inset Caption
24614
24615 \begin_layout Plain Layout
24616 \begin_inset CommandInset label
24617 LatexCommand label
24618 name "fig:Endnotes----footnotes"
24619
24620 \end_inset
24621
24622 Endnotes -- footnotes are printed in a separate paragraph at the end of
24623  sections or chapters.
24624 \end_layout
24625
24626 \end_inset
24627
24628
24629 \end_layout
24630
24631 \end_inset
24632
24633
24634 \end_layout
24635
24636 \begin_layout Standard
24637 \begin_inset VSpace medskip
24638 \end_inset
24639
24640 The paragraph heading for the endnotes isn't automatically translated into
24641  the document language, this must be done manually.
24642  The following preamble command translate the default English name 
24643 \begin_inset Quotes eld
24644 \end_inset
24645
24646 Notes
24647 \begin_inset Quotes erd
24648 \end_inset
24649
24650  to the German translation 
24651 \begin_inset Quotes eld
24652 \end_inset
24653
24654 Anmerkungen
24655 \begin_inset Quotes erd
24656 \end_inset
24657
24658 :
24659 \end_layout
24660
24661 \begin_layout Standard
24662
24663 \series bold
24664
24665 \backslash
24666 renewcommand{
24667 \backslash
24668 notesname}{Anmerkungen}
24669 \end_layout
24670
24671 \begin_layout Standard
24672 \begin_inset VSpace medskip
24673 \end_inset
24674
24675 The numbering of endnotes can be changed like the footnote numbering as
24676  described in section
24677 \begin_inset space ~
24678 \end_inset
24679
24680
24681 \begin_inset CommandInset ref
24682 LatexCommand ref
24683 reference "sub:Footnote-Numbering"
24684
24685 \end_inset
24686
24687 ; just replace the command 
24688 \series bold
24689
24690 \backslash
24691 thefootnote
24692 \series default
24693  by 
24694 \series bold
24695
24696 \backslash
24697 theendnote
24698 \series default
24699 .
24700  To reset the endnote number use the command 
24701 \series bold
24702
24703 \backslash
24704 @addtoreset
24705 \series default
24706  as described in section
24707 \begin_inset space ~
24708 \end_inset
24709
24710
24711 \begin_inset CommandInset ref
24712 LatexCommand ref
24713 reference "sub:Footnote-Numbering"
24714
24715 \end_inset
24716
24717  and replace the command parameter 
24718 \series bold
24719 footnote
24720 \series default
24721  by 
24722 \series bold
24723 endnote
24724 \series default
24725 .
24726 \end_layout
24727
24728 \begin_layout Standard
24729 To create only a mark for an endnote, use the command 
24730 \series bold
24731
24732 \backslash
24733 endnotemark[number]
24734 \series default
24735  similar to the command 
24736 \series bold
24737
24738 \backslash
24739 footnotemark
24740 \series default
24741 , described in section
24742 \begin_inset space ~
24743 \end_inset
24744
24745
24746 \begin_inset CommandInset ref
24747 LatexCommand ref
24748 reference "sec:Footnotes"
24749
24750 \end_inset
24751
24752 .
24753 \end_layout
24754
24755 \begin_layout Standard
24756 \begin_inset VSpace bigskip
24757 \end_inset
24758
24759 Footnotes can also be placed in the page margin and the footnote text alignment
24760  can be changed, see the LaTeX-package 
24761 \series bold
24762 footmisc
24763 \series default
24764
24765 \begin_inset Index
24766 status collapsed
24767
24768 \begin_layout Plain Layout
24769 LaTeX-packages ! footmisc
24770 \end_layout
24771
24772 \end_inset
24773
24774
24775 \begin_inset CommandInset citation
24776 LatexCommand cite
24777 key "footmisc"
24778
24779 \end_inset
24780
24781  for more information about this.
24782 \end_layout
24783
24784 \begin_layout Standard
24785 For various further footnote formatting issues have a look at LaTeX-books,
24786  
24787 \begin_inset CommandInset citation
24788 LatexCommand cite
24789 key "latexcompanion,latexguide,latexbook"
24790
24791 \end_inset
24792
24793 .
24794 \end_layout
24795
24796 \begin_layout Section
24797 Margin Notes
24798 \begin_inset Index
24799 status collapsed
24800
24801 \begin_layout Plain Layout
24802 Notes ! Margin Notes
24803 \end_layout
24804
24805 \end_inset
24806
24807
24808 \end_layout
24809
24810 \begin_layout Standard
24811 Margin notes look and behave in LyX like footnotes.
24812  They are inserted via the menu 
24813 \family sans
24814 Insert\SpecialChar \menuseparator
24815 Marginal
24816 \begin_inset space ~
24817 \end_inset
24818
24819 Note
24820 \family default
24821  or the toolbar button 
24822 \begin_inset Graphics
24823         filename ../images/marginalnote-insert.png
24824         scale 85
24825         scaleBeforeRotation
24826
24827 \end_inset
24828
24829 .
24830  A grey 
24831 \family roman
24832 \series medium
24833 box with the
24834 \family default
24835 \series default
24836  red 
24837 \family roman
24838 \series medium
24839 label 
24840 \begin_inset Quotes eld
24841 \end_inset
24842
24843 margin
24844 \begin_inset Quotes erd
24845 \end_inset
24846
24847  appears where you can enter the text of the margin note.
24848 \end_layout
24849
24850 \begin_layout Standard
24851 At the side is an example margin note.
24852
24853 \family roman
24854 \series medium
24855  
24856 \begin_inset Marginal
24857 status open
24858
24859 \begin_layout Plain Layout
24860 This is a margin note.
24861 \end_layout
24862
24863 \end_inset
24864
24865
24866 \end_layout
24867
24868 \begin_layout Standard
24869 Margin notes appear at the right side in single-sided documents.
24870  In double-sided documents they appear in the outer margin -- left on even
24871  pages, right on odd pages.
24872  The text of margin notes is aligned opposite to the outer margin -- right-align
24873 ed when the note appears in the left margin.
24874  The first line of the margin note is placed at the position of the text
24875  line where it is inserted in the document.
24876 \end_layout
24877
24878 \begin_layout Standard
24879 \begin_inset VSpace bigskip
24880 \end_inset
24881
24882 To place the margin note in the inner margin, add the command
24883 \end_layout
24884
24885 \begin_layout Standard
24886
24887 \series bold
24888
24889 \backslash
24890 reversemarginpar
24891 \end_layout
24892
24893 \begin_layout Standard
24894 in TeX-Code before a margin note.
24895  The new placement is valid for all following margin notes.
24896  
24897 \begin_inset ERT
24898 status collapsed
24899
24900 \begin_layout Plain Layout
24901
24902
24903 \backslash
24904 reversemarginpar 
24905 \end_layout
24906
24907 \end_inset
24908
24909
24910 \begin_inset Marginal
24911 status open
24912
24913 \begin_layout Plain Layout
24914 This is a margin note in the inner margin.
24915 \end_layout
24916
24917 \end_inset
24918
24919
24920 \series bold
24921
24922 \begin_inset Newline newline
24923 \end_inset
24924
24925
24926 \series default
24927
24928 \begin_inset Note Greyedout
24929 status open
24930
24931 \begin_layout Plain Layout
24932
24933 \series bold
24934 Note:
24935 \series default
24936  There is often not enough space in the inner margin so that the notes are
24937  not correctly displayed in the output.
24938 \end_layout
24939
24940 \end_inset
24941
24942
24943 \end_layout
24944
24945 \begin_layout Standard
24946 To return to the default placement insert the command
24947 \end_layout
24948
24949 \begin_layout Standard
24950
24951 \series bold
24952
24953 \backslash
24954 normalmarginpar
24955 \end_layout
24956
24957 \begin_layout Standard
24958 in TeX-Code.
24959 \begin_inset ERT
24960 status collapsed
24961
24962 \begin_layout Plain Layout
24963
24964
24965 \backslash
24966 normalmarginpar 
24967 \end_layout
24968
24969 \end_inset
24970
24971  
24972 \begin_inset Note Greyedout
24973 status open
24974
24975 \begin_layout Plain Layout
24976
24977 \series bold
24978 Note:
24979 \series default
24980  The command is ignored when it is within a paragraph where also the command
24981  
24982 \series bold
24983
24984 \backslash
24985 reversemarginpar
24986 \series default
24987  is inserted.
24988 \end_layout
24989
24990 \end_inset
24991
24992
24993 \end_layout
24994
24995 \begin_layout Standard
24996 \begin_inset VSpace bigskip
24997 \end_inset
24998
24999
25000 \family roman
25001 \series medium
25002
25003 \begin_inset Marginal
25004 status open
25005
25006 \begin_layout Plain Layout
25007 AVeryLongMarginParWord that isn't hyphenated.
25008 \end_layout
25009
25010 \end_inset
25011
25012
25013 \family default
25014 \series default
25015  Similar to the case described in section
25016 \begin_inset space ~
25017 \end_inset
25018
25019
25020 \begin_inset CommandInset ref
25021 LatexCommand ref
25022 reference "sub:Multiple-Lines-in"
25023
25024 \end_inset
25025
25026 , long words cannot be hyphenated when they are the first word in a margin
25027  note.
25028  To avoid this, insert 0
25029 \begin_inset space \thinspace{}
25030 \end_inset
25031
25032 pt horizontal space before the word
25033 \family roman
25034 \series medium
25035 .
25036  
25037 \begin_inset Marginal
25038 status open
25039
25040 \begin_layout Plain Layout
25041 \begin_inset space \hspace*{}
25042 \length 0pt
25043 \end_inset
25044
25045 AVeryLongMarginParWord that is hyphenated.
25046 \end_layout
25047
25048 \end_inset
25049
25050
25051 \end_layout
25052
25053 \begin_layout Standard
25054 \begin_inset VSpace bigskip
25055 \end_inset
25056
25057
25058 \end_layout
25059
25060 \begin_layout Standard
25061 \begin_inset Note Greyedout
25062 status open
25063
25064 \begin_layout Plain Layout
25065
25066 \series bold
25067 Note:
25068 \series default
25069  Margin notes can normally not be used inside tables, floats, and footnotes.
25070 \end_layout
25071
25072 \end_inset
25073
25074
25075 \end_layout
25076
25077 \begin_layout Standard
25078 \begin_inset VSpace bigskip
25079 \end_inset
25080
25081
25082 \end_layout
25083
25084 \begin_layout Standard
25085 \begin_inset ERT
25086 status collapsed
25087
25088 \begin_layout Plain Layout
25089
25090
25091 \backslash
25092 ifmarginnote
25093 \end_layout
25094
25095 \end_inset
25096
25097
25098 \begin_inset Note Note
25099 status open
25100
25101 \begin_layout Plain Layout
25102 The following section will only be displayed when the LaTeX-package 
25103 \series bold
25104 marginnote
25105 \series default
25106  is installed.
25107 \end_layout
25108
25109 \end_inset
25110
25111
25112 \end_layout
25113
25114 \begin_layout Standard
25115 This restriction can be evaded by using the LaTeX-package 
25116 \series bold
25117 marginnote
25118 \series default
25119
25120 \begin_inset Index
25121 status collapsed
25122
25123 \begin_layout Plain Layout
25124 LaTeX-packages ! marginnote
25125 \end_layout
25126
25127 \end_inset
25128
25129 .
25130  By adding these two lines to your document preamble, the command used by
25131  LyX for margin notes is redefined to use the command provided by the 
25132 \series bold
25133 marginnote
25134 \series default
25135 -package:
25136 \end_layout
25137
25138 \begin_layout Standard
25139
25140 \series bold
25141
25142 \backslash
25143 usepackage{marginnote}
25144 \begin_inset Newline newline
25145 \end_inset
25146
25147
25148 \backslash
25149 let
25150 \backslash
25151 marginpar
25152 \backslash
25153 marginnote
25154 \end_layout
25155
25156 \begin_layout Standard
25157 This is also used in this document because 
25158 \series bold
25159 marginnote
25160 \series default
25161  has another useful feature: You can set a vertical offset for the note.
25162  This is often needed when too many margin notes are too close together
25163  or for a better page layout.
25164  The offset is set in LyX as TeX-Code directly behind the margin note in
25165  the scheme
25166 \end_layout
25167
25168 \begin_layout Standard
25169
25170 \series bold
25171 [offset]
25172 \end_layout
25173
25174 \begin_layout Standard
25175 where the offset is a length with one of the units listed in Table
25176 \begin_inset space ~
25177 \end_inset
25178
25179
25180 \begin_inset CommandInset ref
25181 LatexCommand ref
25182 reference "tab:Units"
25183
25184 \end_inset
25185
25186 .
25187  A negative value shifts the note up, a positive value shifts it down.
25188  
25189 \family roman
25190 \series medium
25191 For example the margin note beside this text line is shifted up 1.5
25192 \begin_inset space \thinspace{}
25193 \end_inset
25194
25195 cm with the TeX-Code-command 
25196 \begin_inset Quotes eld
25197 \end_inset
25198
25199
25200 \family default
25201 \series bold
25202 [-1.5cm]
25203 \family roman
25204 \series medium
25205
25206 \begin_inset Quotes erd
25207 \end_inset
25208
25209
25210 \begin_inset Marginal
25211 status open
25212
25213 \begin_layout Plain Layout
25214 This margin note is shifted up 1.5
25215 \begin_inset space \thinspace{}
25216 \end_inset
25217
25218 cm from its original position.
25219 \end_layout
25220
25221 \end_inset
25222
25223
25224 \family default
25225 \series default
25226
25227 \begin_inset ERT
25228 status collapsed
25229
25230 \begin_layout Plain Layout
25231
25232 [-1.5cm]
25233 \end_layout
25234
25235 \end_inset
25236
25237
25238 \end_layout
25239
25240 \begin_layout Standard
25241 \begin_inset VSpace medskip
25242 \end_inset
25243
25244 With 
25245 \series bold
25246 marginnote
25247 \series default
25248  you can also change the alignment of the text in the margin note.
25249  For example the commands
25250 \end_layout
25251
25252 \begin_layout Standard
25253
25254 \series bold
25255
25256 \backslash
25257 renewcommand*{
25258 \backslash
25259 raggedleftmarginnote}{
25260 \backslash
25261 centering}
25262 \begin_inset Newline newline
25263 \end_inset
25264
25265
25266 \backslash
25267 renewcommand*{
25268 \backslash
25269 raggedrightmarginnote}{
25270 \backslash
25271 centering}
25272 \end_layout
25273
25274 \begin_layout Standard
25275 set the alignment to centered.
25276  
25277 \series bold
25278
25279 \backslash
25280 raggedleftmarginnote
25281 \series default
25282  denotes margin notes that appear at the left side.
25283 \family roman
25284 \series medium
25285
25286 \begin_inset ERT
25287 status collapsed
25288
25289 \begin_layout Plain Layout
25290
25291
25292 \backslash
25293 renewcommand*{
25294 \backslash
25295 raggedleftmarginnote}{
25296 \backslash
25297 centering}
25298 \end_layout
25299
25300 \begin_layout Plain Layout
25301
25302
25303 \backslash
25304 renewcommand*{
25305 \backslash
25306 raggedrightmarginnote}{
25307 \backslash
25308 centering}
25309 \end_layout
25310
25311 \end_inset
25312
25313
25314 \begin_inset Marginal
25315 status open
25316
25317 \begin_layout Plain Layout
25318 The text of this margin note is centered.
25319 \end_layout
25320
25321 \end_inset
25322
25323
25324 \family default
25325 \series default
25326  The default is
25327 \end_layout
25328
25329 \begin_layout Standard
25330
25331 \series bold
25332
25333 \backslash
25334 renewcommand*{
25335 \backslash
25336 raggedleftmarginnote}{
25337 \backslash
25338 raggedleft}
25339 \begin_inset Newline newline
25340 \end_inset
25341
25342
25343 \backslash
25344 renewcommand*{
25345 \backslash
25346 raggedrightmarginnote}{
25347 \backslash
25348 raggedright}
25349 \family roman
25350 \series medium
25351
25352 \begin_inset ERT
25353 status collapsed
25354
25355 \begin_layout Plain Layout
25356
25357
25358 \backslash
25359 renewcommand*{
25360 \backslash
25361 raggedleftmarginnote}{
25362 \backslash
25363 raggedleft}
25364 \end_layout
25365
25366 \begin_layout Plain Layout
25367
25368
25369 \backslash
25370 renewcommand*{
25371 \backslash
25372 raggedrightmarginnote}{
25373 \backslash
25374 raggedright}
25375 \end_layout
25376
25377 \end_inset
25378
25379
25380 \end_layout
25381
25382 \begin_layout Standard
25383 \begin_inset VSpace medskip
25384 \end_inset
25385
25386 For the other features of 
25387 \series bold
25388 marginnote
25389 \series default
25390  we refer to its documentation 
25391 \begin_inset CommandInset citation
25392 LatexCommand cite
25393 key "marginnote"
25394
25395 \end_inset
25396
25397 .
25398 \end_layout
25399
25400 \begin_layout Standard
25401 \begin_inset VSpace bigskip
25402 \end_inset
25403
25404 You can adjust the layout of margin notes by changing its definition.
25405  To create for example a header for all margin notes with the underlined,
25406  sans-serif, and bold header text 
25407 \begin_inset Quotes eld
25408 \end_inset
25409
25410
25411 \family sans
25412 \series bold
25413 \bar under
25414 Attention!
25415 \family default
25416 \series default
25417 \bar default
25418
25419 \begin_inset Quotes erd
25420 \end_inset
25421
25422 , add this to your document preamble:
25423 \end_layout
25424
25425 \begin_layout Standard
25426
25427 \series bold
25428
25429 \backslash
25430 let
25431 \backslash
25432 myMarginpar
25433 \backslash
25434 marginpar
25435 \begin_inset Newline newline
25436 \end_inset
25437
25438
25439 \backslash
25440 renewcommand{
25441 \backslash
25442 marginpar}[1]{
25443 \backslash
25444 myMarginpar{%
25445 \begin_inset Newline newline
25446 \end_inset
25447
25448
25449 \begin_inset ERT
25450 status collapsed
25451
25452 \begin_layout Plain Layout
25453
25454
25455 \backslash
25456 hphantom{ }
25457 \end_layout
25458
25459 \end_inset
25460
25461
25462 \backslash
25463 hspace{0pt}
25464 \backslash
25465 textsf{
25466 \backslash
25467 textbf{
25468 \backslash
25469 underbar{Attention!}}}%
25470 \begin_inset Newline newline
25471 \end_inset
25472
25473
25474 \begin_inset ERT
25475 status collapsed
25476
25477 \begin_layout Plain Layout
25478
25479
25480 \backslash
25481 hphantom{ }
25482 \end_layout
25483
25484 \end_inset
25485
25486
25487 \backslash
25488 vspace{1.5mm}
25489 \backslash
25490
25491 \backslash
25492 #1}}
25493 \end_layout
25494
25495 \begin_layout Standard
25496
25497 \family roman
25498 \series medium
25499 \begin_inset ERT
25500 status collapsed
25501
25502 \begin_layout Plain Layout
25503
25504
25505 \backslash
25506 let
25507 \backslash
25508 myMarginpar
25509 \backslash
25510 marginpar
25511 \end_layout
25512
25513 \begin_layout Plain Layout
25514
25515
25516 \backslash
25517 renewcommand{
25518 \backslash
25519 marginpar}[1]{
25520 \backslash
25521 myMarginpar{%
25522 \end_layout
25523
25524 \begin_layout Plain Layout
25525
25526    
25527 \backslash
25528 textsf{
25529 \backslash
25530 textbf{
25531 \backslash
25532 underbar{Attention!}}}%
25533 \end_layout
25534
25535 \begin_layout Plain Layout
25536
25537    
25538 \backslash
25539 vspace{1.5mm}
25540 \backslash
25541
25542 \backslash
25543 #1}}
25544 \end_layout
25545
25546 \end_inset
25547
25548
25549 \begin_inset Marginal
25550 status open
25551
25552 \begin_layout Plain Layout
25553 This is a margin note with a defined heading.
25554 \end_layout
25555
25556 \end_inset
25557
25558
25559 \family default
25560 \series default
25561
25562 \begin_inset ERT
25563 status collapsed
25564
25565 \begin_layout Plain Layout
25566
25567 [-1.5cm]
25568 \end_layout
25569
25570 \end_inset
25571
25572
25573 \family roman
25574 \series medium
25575
25576 \begin_inset ERT
25577 status collapsed
25578
25579 \begin_layout Plain Layout
25580
25581
25582 \backslash
25583 renewcommand{
25584 \backslash
25585 marginpar}[1]{
25586 \backslash
25587 myMarginpar{#1}}
25588 \end_layout
25589
25590 \end_inset
25591
25592
25593 \family default
25594 \series default
25595
25596 \begin_inset Note Note
25597 status collapsed
25598
25599 \begin_layout Plain Layout
25600 The margin note format is changed only for this example.
25601 \end_layout
25602
25603 \end_inset
25604
25605
25606 \end_layout
25607
25608 \begin_layout Standard
25609 \begin_inset ERT
25610 status collapsed
25611
25612 \begin_layout Plain Layout
25613
25614
25615 \backslash
25616 else
25617 \end_layout
25618
25619 \end_inset
25620
25621
25622 \begin_inset Note Note
25623 status open
25624
25625 \begin_layout Plain Layout
25626 The following will be displayed when the LaTeX-package 
25627 \series bold
25628 marginnote
25629 \series default
25630  is not installed:
25631 \end_layout
25632
25633 \end_inset
25634
25635
25636 \end_layout
25637
25638 \begin_layout Standard
25639 You need to install the LaTeX-package 
25640 \series bold
25641 marginnote
25642 \series default
25643  to see the following part of this section in the output.
25644 \end_layout
25645
25646 \begin_layout Standard
25647 \begin_inset ERT
25648 status collapsed
25649
25650 \begin_layout Plain Layout
25651
25652
25653 \backslash
25654 fi
25655 \end_layout
25656
25657 \end_inset
25658
25659
25660 \end_layout
25661
25662 \begin_layout Chapter
25663 Boxes
25664 \end_layout
25665
25666 \begin_layout Section
25667 Introduction
25668 \begin_inset Index
25669 status collapsed
25670
25671 \begin_layout Plain Layout
25672 Boxes ! Introduction
25673 \end_layout
25674
25675 \end_inset
25676
25677
25678 \end_layout
25679
25680 \begin_layout Standard
25681 Boxes are used to format a block of text.
25682  Boxes can be used to write documents with multiple languages, see section
25683 \begin_inset space ~
25684 \end_inset
25685
25686
25687 \begin_inset CommandInset ref
25688 LatexCommand ref
25689 reference "sec:Minipages"
25690
25691 \end_inset
25692
25693 , to frame texts, see section
25694 \begin_inset space ~
25695 \end_inset
25696
25697
25698 \begin_inset CommandInset ref
25699 LatexCommand ref
25700 reference "sec:Decoration"
25701
25702 \end_inset
25703
25704 , to prevent words to be hyphenated, see section
25705 \begin_inset space ~
25706 \end_inset
25707
25708
25709 \begin_inset CommandInset ref
25710 LatexCommand ref
25711 reference "sec:Prevent-Hyphenation"
25712
25713 \end_inset
25714
25715 , to align text, see section
25716 \begin_inset space ~
25717 \end_inset
25718
25719
25720 \begin_inset CommandInset ref
25721 LatexCommand ref
25722 reference "sub:Vertical-Alignment"
25723
25724 \end_inset
25725
25726 , or to set the background color of texts, see section
25727 \begin_inset space ~
25728 \end_inset
25729
25730
25731 \begin_inset CommandInset ref
25732 LatexCommand ref
25733 reference "sec:Colored-Boxes"
25734
25735 \end_inset
25736
25737 .
25738 \end_layout
25739
25740 \begin_layout Standard
25741 Boxes can be inserted with the menu 
25742 \family sans
25743 Insert\SpecialChar \menuseparator
25744 Box
25745 \family default
25746  or the toolbar button 
25747 \begin_inset Graphics
25748         filename ../images/box-insert.png
25749         scale 85
25750         scaleBeforeRotation
25751
25752 \end_inset
25753
25754 .
25755  A grey box with the label 
25756 \family sans
25757 Box (Minipage)
25758 \family default
25759
25760 \begin_inset Graphics
25761         filename clipart/BoxInsetDefaultQt4.png
25762         scale 85
25763         scaleBeforeRotation
25764
25765 \end_inset
25766
25767  will be inserted.
25768  The box type can be specified by right-clicking on the box.
25769  The appearing box dialog offers the 
25770 \family sans
25771 Inner
25772 \begin_inset space ~
25773 \end_inset
25774
25775 Box
25776 \family default
25777  types 
25778 \family sans
25779 Parbox
25780 \family default
25781  and 
25782 \family sans
25783 Minipage
25784 \family default
25785 .
25786  The type 
25787 \family sans
25788 Minipage
25789 \family default
25790  is the default for new boxes and is explained in section
25791 \begin_inset space ~
25792 \end_inset
25793
25794
25795 \begin_inset CommandInset ref
25796 LatexCommand ref
25797 reference "sec:Minipages"
25798
25799 \end_inset
25800
25801 ; the type 
25802 \family sans
25803 Parbox
25804 \family default
25805  is described in section
25806 \begin_inset space ~
25807 \end_inset
25808
25809
25810 \begin_inset CommandInset ref
25811 LatexCommand ref
25812 reference "sec:Parboxes"
25813
25814 \end_inset
25815
25816 .
25817 \end_layout
25818
25819 \begin_layout Standard
25820 Boxes aren't numbered and can therefore not be referenced like floats or
25821  footnotes.
25822 \end_layout
25823
25824 \begin_layout Standard
25825 \begin_inset Note Greyedout
25826 status open
25827
25828 \begin_layout Plain Layout
25829
25830 \series bold
25831 Note:
25832 \series default
25833  Boxes must not be the item in an 
25834 \family sans
25835 Itemize
25836 \family default
25837  or 
25838 \family sans
25839 Description
25840 \family default
25841  environment.
25842 \end_layout
25843
25844 \end_inset
25845
25846
25847 \end_layout
25848
25849 \begin_layout Standard
25850 \begin_inset Note Greyedout
25851 status open
25852
25853 \begin_layout Plain Layout
25854
25855 \series bold
25856 Note:
25857 \series default
25858  For an unknown reason you can only set the 
25859 \family sans
25860 Inner
25861 \begin_inset space ~
25862 \end_inset
25863
25864 Box
25865 \family default
25866  type to 
25867 \family sans
25868 None
25869 \family default
25870  when you use a framed box.
25871  Boxes without an 
25872 \family sans
25873 Inner
25874 \begin_inset space ~
25875 \end_inset
25876
25877 Box
25878 \family default
25879  type and without frames are explained in section
25880 \begin_inset space ~
25881 \end_inset
25882
25883
25884 \begin_inset CommandInset ref
25885 LatexCommand ref
25886 reference "sec:Prevent-Hyphenation"
25887
25888 \end_inset
25889
25890 .
25891 \end_layout
25892
25893 \end_inset
25894
25895
25896 \end_layout
25897
25898 \begin_layout Section
25899 Box Dialog
25900 \begin_inset CommandInset label
25901 LatexCommand label
25902 name "sec:Box-Dialog"
25903
25904 \end_inset
25905
25906
25907 \begin_inset Index
25908 status collapsed
25909
25910 \begin_layout Plain Layout
25911 Boxes ! Box Dialog
25912 \end_layout
25913
25914 \end_inset
25915
25916
25917 \end_layout
25918
25919 \begin_layout Subsection
25920 Size
25921 \begin_inset Index
25922 status collapsed
25923
25924 \begin_layout Plain Layout
25925 Boxes ! Size
25926 \end_layout
25927
25928 \end_inset
25929
25930
25931 \end_layout
25932
25933 \begin_layout Standard
25934 In the box dialog you can adjust the box geometry in the fields 
25935 \family sans
25936 Width
25937 \family default
25938  and 
25939 \family sans
25940 Height
25941 \family default
25942 .
25943  The available units for the geometry are explained in Table
25944 \begin_inset space ~
25945 \end_inset
25946
25947
25948 \begin_inset CommandInset ref
25949 LatexCommand ref
25950 reference "tab:Units"
25951
25952 \end_inset
25953
25954 .
25955  The field 
25956 \family sans
25957 Heigth
25958 \family default
25959  offers the following additional sizes:
25960 \end_layout
25961
25962 \begin_layout Description
25963 Depth This is the plain text 
25964 \begin_inset Quotes eld
25965 \end_inset
25966
25967 height
25968 \begin_inset Quotes erd
25969 \end_inset
25970
25971 .
25972  It ignores the total depth when there are multiple text lines in the box:
25973 \begin_inset Newline newline
25974 \end_inset
25975
25976
25977 \begin_inset Newline newline
25978 \end_inset
25979
25980
25981 \begin_inset Newline newline
25982 \end_inset
25983
25984
25985 \begin_inset Box Boxed
25986 position "c"
25987 hor_pos "c"
25988 has_inner_box 1
25989 inner_pos "c"
25990 use_parbox 0
25991 width "12col%"
25992 special "none"
25993 height "1in"
25994 height_special "depth"
25995 status collapsed
25996
25997 \begin_layout Plain Layout
25998 \align center
25999 Box height set to 1
26000 \begin_inset space \thinspace{}
26001 \end_inset
26002
26003 Depth
26004 \end_layout
26005
26006 \end_inset
26007
26008
26009 \begin_inset Newline newline
26010 \end_inset
26011
26012
26013 \begin_inset Newline newline
26014 \end_inset
26015
26016
26017 \end_layout
26018
26019 \begin_layout Description
26020 Height This is the heigth of the text that is inside the box.
26021  A value of e.
26022 \begin_inset space \thinspace{}
26023 \end_inset
26024
26025 g.
26026 \begin_inset space ~
26027 \end_inset
26028
26029 2 for this size will set the box heigth to 2 times the text height: 
26030 \begin_inset Box Boxed
26031 position "c"
26032 hor_pos "c"
26033 has_inner_box 1
26034 inner_pos "c"
26035 use_parbox 0
26036 width "20col%"
26037 special "none"
26038 height "2in"
26039 height_special "height"
26040 status collapsed
26041
26042 \begin_layout Plain Layout
26043 \align center
26044 Box height set to 2
26045 \begin_inset space \thinspace{}
26046 \end_inset
26047
26048 Height
26049 \end_layout
26050
26051 \end_inset
26052
26053
26054 \end_layout
26055
26056 \begin_layout Description
26057 Total
26058 \begin_inset space ~
26059 \end_inset
26060
26061 Height This is the Height
26062 \begin_inset space \thinspace{}
26063 \end_inset
26064
26065 +
26066 \begin_inset space \thinspace{}
26067 \end_inset
26068
26069 Depth: 
26070 \begin_inset Box Boxed
26071 position "c"
26072 hor_pos "c"
26073 has_inner_box 1
26074 inner_pos "c"
26075 use_parbox 0
26076 width "20col%"
26077 special "none"
26078 height "1in"
26079 height_special "totalheight"
26080 status collapsed
26081
26082 \begin_layout Plain Layout
26083 \align center
26084 Box height set to 1
26085 \begin_inset space \thinspace{}
26086 \end_inset
26087
26088 Total
26089 \begin_inset space ~
26090 \end_inset
26091
26092 Height
26093 \end_layout
26094
26095 \end_inset
26096
26097
26098 \end_layout
26099
26100 \begin_layout Description
26101 Width This sets the width of the box as heigth: 
26102 \begin_inset Box Boxed
26103 position "c"
26104 hor_pos "c"
26105 has_inner_box 1
26106 inner_pos "c"
26107 use_parbox 0
26108 width "12col%"
26109 special "none"
26110 height "1in"
26111 height_special "width"
26112 status collapsed
26113
26114 \begin_layout Plain Layout
26115 \align center
26116 Box height set to 1
26117 \begin_inset space \thinspace{}
26118 \end_inset
26119
26120 Width
26121 \end_layout
26122
26123 \end_inset
26124
26125
26126 \end_layout
26127
26128 \begin_layout Subsection
26129 Alignment
26130 \begin_inset Index
26131 status collapsed
26132
26133 \begin_layout Plain Layout
26134 Boxes ! Alignment
26135 \end_layout
26136
26137 \end_inset
26138
26139
26140 \end_layout
26141
26142 \begin_layout Standard
26143 When you have chosen an 
26144 \family sans
26145 Inner
26146 \begin_inset space ~
26147 \end_inset
26148
26149 Box
26150 \family default
26151 , the vertical box alignment can be:
26152 \end_layout
26153
26154 \begin_layout Description
26155 Top This is an example text line.
26156  
26157 \begin_inset Box Boxed
26158 position "t"
26159 hor_pos "c"
26160 has_inner_box 1
26161 inner_pos "c"
26162 use_parbox 0
26163 width "12col%"
26164 special "none"
26165 height "1in"
26166 height_special "totalheight"
26167 status collapsed
26168
26169 \begin_layout Plain Layout
26170 \align center
26171 This box is top-aligned.
26172 \end_layout
26173
26174 \end_inset
26175
26176  This is an example text line.
26177 \end_layout
26178
26179 \begin_layout Description
26180 Middle This is an example text line.
26181  
26182 \begin_inset Box Boxed
26183 position "c"
26184 hor_pos "c"
26185 has_inner_box 1
26186 inner_pos "c"
26187 use_parbox 0
26188 width "12col%"
26189 special "none"
26190 height "1in"
26191 height_special "totalheight"
26192 status collapsed
26193
26194 \begin_layout Plain Layout
26195 \align center
26196 This box is middle-aligned.
26197 \end_layout
26198
26199 \end_inset
26200
26201  This is an example text line.
26202 \end_layout
26203
26204 \begin_layout Description
26205 Bottom This is an example text line.
26206  
26207 \begin_inset Box Boxed
26208 position "b"
26209 hor_pos "c"
26210 has_inner_box 1
26211 inner_pos "c"
26212 use_parbox 0
26213 width "12col%"
26214 special "none"
26215 height "1in"
26216 height_special "totalheight"
26217 status collapsed
26218
26219 \begin_layout Plain Layout
26220 \align center
26221 This box is bottom-aligned.
26222 \end_layout
26223
26224 \end_inset
26225
26226  This is an example text line.
26227 \end_layout
26228
26229 \begin_layout Standard
26230 \begin_inset Note Greyedout
26231 status open
26232
26233 \begin_layout Plain Layout
26234
26235 \series bold
26236 Note:
26237 \series default
26238  The vertical box aligment can be lost in the output when you have two boxes
26239  in a line and one has e.
26240 \begin_inset space \thinspace{}
26241 \end_inset
26242
26243 g.
26244 \begin_inset space ~
26245 \end_inset
26246
26247 a shadow and the other one not.
26248 \end_layout
26249
26250 \end_inset
26251
26252
26253 \end_layout
26254
26255 \begin_layout Standard
26256 The horizontal box alignment can be set via LyX's paragraph dialog when
26257  you set the box into its own paragraph.
26258 \end_layout
26259
26260 \begin_layout Standard
26261 \begin_inset VSpace bigskip
26262 \end_inset
26263
26264 When you have chosen an 
26265 \family sans
26266 Inner
26267 \begin_inset space ~
26268 \end_inset
26269
26270 Box
26271 \family default
26272 , the box content can be vertical aligned to:
26273 \end_layout
26274
26275 \begin_layout Description
26276 top This is an example text line.
26277  
26278 \begin_inset Box Boxed
26279 position "c"
26280 hor_pos "c"
26281 has_inner_box 1
26282 inner_pos "t"
26283 use_parbox 0
26284 width "12col%"
26285 special "none"
26286 height "1.5in"
26287 height_special "totalheight"
26288 status collapsed
26289
26290 \begin_layout Plain Layout
26291 \align center
26292 This box text is top-aligned.
26293 \end_layout
26294
26295 \end_inset
26296
26297  This is an example text line.
26298 \end_layout
26299
26300 \begin_layout Description
26301 middle This is an example text line.
26302  
26303 \begin_inset Box Boxed
26304 position "c"
26305 hor_pos "c"
26306 has_inner_box 1
26307 inner_pos "c"
26308 use_parbox 0
26309 width "12col%"
26310 special "none"
26311 height "1.5in"
26312 height_special "totalheight"
26313 status collapsed
26314
26315 \begin_layout Plain Layout
26316 \align center
26317 This box text is middle-aligned.
26318 \end_layout
26319
26320 \end_inset
26321
26322  This is an example text line.
26323 \end_layout
26324
26325 \begin_layout Description
26326 bottom This is an example text line.
26327  
26328 \begin_inset Box Boxed
26329 position "c"
26330 hor_pos "c"
26331 has_inner_box 1
26332 inner_pos "b"
26333 use_parbox 0
26334 width "12col%"
26335 special "none"
26336 height "1.5in"
26337 height_special "totalheight"
26338 status collapsed
26339
26340 \begin_layout Plain Layout
26341 \align center
26342 This box text is bottom-aligned.
26343 \end_layout
26344
26345 \end_inset
26346
26347  This is an example text line.
26348 \end_layout
26349
26350 \begin_layout Description
26351 stretch This is an example text line.
26352  
26353 \begin_inset Box Boxed
26354 position "c"
26355 hor_pos "c"
26356 has_inner_box 1
26357 inner_pos "s"
26358 use_parbox 0
26359 width "12col%"
26360 special "none"
26361 height "1.5in"
26362 height_special "totalheight"
26363 status collapsed
26364
26365 \begin_layout Plain Layout
26366 \align center
26367 This box
26368 \end_layout
26369
26370 \begin_layout Plain Layout
26371 \align center
26372 text is
26373 \end_layout
26374
26375 \begin_layout Plain Layout
26376 \align center
26377 stretched.
26378 \end_layout
26379
26380 \end_inset
26381
26382  This is an example text line.
26383 \end_layout
26384
26385 \begin_layout Standard
26386 To stretch the box content, it must consist of more than one paragraph.
26387  In the example above every text line is in an own paragraph.
26388 \end_layout
26389
26390 \begin_layout Standard
26391 \begin_inset VSpace bigskip
26392 \end_inset
26393
26394 To align the box content horizontally you can use LyX's paragraph dialog
26395  when you have chosen an 
26396 \family sans
26397 Inner
26398 \begin_inset space ~
26399 \end_inset
26400
26401 Box
26402 \family default
26403 .
26404 \end_layout
26405
26406 \begin_layout Standard
26407 \align center
26408 \begin_inset Box Boxed
26409 position "c"
26410 hor_pos "c"
26411 has_inner_box 1
26412 inner_pos "s"
26413 use_parbox 0
26414 width "15col%"
26415 special "none"
26416 height "1.25in"
26417 height_special "totalheight"
26418 status collapsed
26419
26420 \begin_layout Plain Layout
26421 \align left
26422 This box
26423 \end_layout
26424
26425 \begin_layout Plain Layout
26426 \align center
26427 text is
26428 \end_layout
26429
26430 \begin_layout Plain Layout
26431 \align right
26432 stretched.
26433 \end_layout
26434
26435 \end_inset
26436
26437
26438 \end_layout
26439
26440 \begin_layout Standard
26441 If you haven't set an 
26442 \family sans
26443 Inner
26444 \begin_inset space ~
26445 \end_inset
26446
26447 Box
26448 \family default
26449 , you can align the box content horizontally in the box dialog.
26450 \end_layout
26451
26452 \begin_layout Standard
26453 \align center
26454 \begin_inset Box Boxed
26455 position "c"
26456 hor_pos "s"
26457 has_inner_box 0
26458 inner_pos "s"
26459 use_parbox 0
26460 width "90col%"
26461 special "none"
26462 height "1.25in"
26463 height_special "totalheight"
26464 status collapsed
26465
26466 \begin_layout Plain Layout
26467 \align left
26468 This box text is horizontally stretched.
26469 \end_layout
26470
26471 \end_inset
26472
26473
26474 \end_layout
26475
26476 \begin_layout Subsection
26477 Decoration
26478 \begin_inset CommandInset label
26479 LatexCommand label
26480 name "sec:Decoration"
26481
26482 \end_inset
26483
26484
26485 \begin_inset Index
26486 status collapsed
26487
26488 \begin_layout Plain Layout
26489 Boxes ! Decoration
26490 \end_layout
26491
26492 \end_inset
26493
26494
26495 \end_layout
26496
26497 \begin_layout Standard
26498 The type of the box can be specified in the box-dialog in the drop-down
26499  list 
26500 \family sans
26501 Decoration
26502 \family default
26503 .
26504  The following types are possible:
26505 \end_layout
26506
26507 \begin_layout Description
26508 Simple
26509 \begin_inset space ~
26510 \end_inset
26511
26512 rectangular
26513 \begin_inset space ~
26514 \end_inset
26515
26516 frame This draws a rectangle frame around the box.
26517  The frame line thickness has the size of 
26518 \series bold
26519
26520 \backslash
26521 fboxrule
26522 \series default
26523 .
26524  
26525 \begin_inset Box Boxed
26526 position "c"
26527 hor_pos "c"
26528 has_inner_box 1
26529 inner_pos "c"
26530 use_parbox 0
26531 width "20col%"
26532 special "none"
26533 height "1in"
26534 height_special "totalheight"
26535 status collapsed
26536
26537 \begin_layout Plain Layout
26538 \align center
26539 Rectangular box
26540 \end_layout
26541
26542 \end_inset
26543
26544
26545 \end_layout
26546
26547 \begin_layout Description
26548 Allow
26549 \begin_inset space ~
26550 \end_inset
26551
26552 page
26553 \begin_inset space ~
26554 \end_inset
26555
26556 break When you use the decoration 
26557 \family sans
26558 simple rectangular frame
26559 \family default
26560  and no inner box, you can allow page breaks within a box.
26561  Note that then, in contrary to other framed boxes, the frame always uses
26562  the whole column width, the box is set as its own paragraph, and 
26563 \series bold
26564
26565 \backslash
26566 fboxrule
26567 \series default
26568  and 
26569 \series bold
26570
26571 \backslash
26572 fboxsep
26573 \series default
26574  has no effect on this box type.
26575  The frame line thickness has the size of 
26576 \series bold
26577
26578 \backslash
26579 FrameRule
26580 \series default
26581 .
26582  
26583 \begin_inset Box Framed
26584 position "t"
26585 hor_pos "c"
26586 has_inner_box 0
26587 inner_pos "t"
26588 use_parbox 0
26589 width "100col%"
26590 special "none"
26591 height "1in"
26592 height_special "totalheight"
26593 status collapsed
26594
26595 \begin_layout Plain Layout
26596 Allow page break box
26597 \end_layout
26598
26599 \end_inset
26600
26601
26602 \end_layout
26603
26604 \begin_layout Description
26605 Oval
26606 \begin_inset space ~
26607 \end_inset
26608
26609 box,
26610 \begin_inset space ~
26611 \end_inset
26612
26613 thin This draws an oval frame around the box.
26614  The frame line thickness has the size 0.4
26615 \begin_inset space \thinspace{}
26616 \end_inset
26617
26618 pt.
26619  
26620 \begin_inset Box ovalbox
26621 position "c"
26622 hor_pos "c"
26623 has_inner_box 1
26624 inner_pos "c"
26625 use_parbox 0
26626 width "20col%"
26627 special "none"
26628 height "1in"
26629 height_special "totalheight"
26630 status collapsed
26631
26632 \begin_layout Plain Layout
26633 \align center
26634 Oval box, thin
26635 \end_layout
26636
26637 \end_inset
26638
26639
26640 \end_layout
26641
26642 \begin_layout Description
26643 Oval
26644 \begin_inset space ~
26645 \end_inset
26646
26647 box,
26648 \begin_inset space ~
26649 \end_inset
26650
26651 thick This draws an oval frame around the box.
26652  The frame line thickness has the size 0.8
26653 \begin_inset space \thinspace{}
26654 \end_inset
26655
26656 pt.
26657  
26658 \begin_inset Box Ovalbox
26659 position "c"
26660 hor_pos "c"
26661 has_inner_box 1
26662 inner_pos "c"
26663 use_parbox 0
26664 width "20col%"
26665 special "none"
26666 height "1in"
26667 height_special "totalheight"
26668 status collapsed
26669
26670 \begin_layout Plain Layout
26671 \align center
26672 Oval box, thick
26673 \end_layout
26674
26675 \end_inset
26676
26677
26678 \end_layout
26679
26680 \begin_layout Description
26681 Drop
26682 \begin_inset space ~
26683 \end_inset
26684
26685 shadow This draws a rectangle frame with a shadow around the box.
26686  The frame line thickness has the size of 
26687 \series bold
26688
26689 \backslash
26690 fboxrule
26691 \series default
26692 , the shadow has a width of 4
26693 \begin_inset space \thinspace{}
26694 \end_inset
26695
26696 pt.
26697  
26698 \begin_inset Box Shadowbox
26699 position "c"
26700 hor_pos "c"
26701 has_inner_box 1
26702 inner_pos "c"
26703 use_parbox 0
26704 width "20col%"
26705 special "none"
26706 height "1in"
26707 height_special "totalheight"
26708 status collapsed
26709
26710 \begin_layout Plain Layout
26711 \align center
26712 Shadow box
26713 \end_layout
26714
26715 \end_inset
26716
26717
26718 \end_layout
26719
26720 \begin_layout Description
26721 Shaded
26722 \begin_inset space ~
26723 \end_inset
26724
26725 background This draws a box with red background color.
26726  In contrary to colored boxes
26727 \begin_inset Foot
26728 status collapsed
26729
26730 \begin_layout Plain Layout
26731 see sec.
26732 \begin_inset space \thinspace{}
26733 \end_inset
26734
26735
26736 \begin_inset CommandInset ref
26737 LatexCommand ref
26738 reference "sec:Colored-Boxes"
26739
26740 \end_inset
26741
26742
26743 \end_layout
26744
26745 \end_inset
26746
26747 , it always uses the whole column width and the box is set as its own paragraph.
26748  
26749 \begin_inset Box Shaded
26750 position "t"
26751 hor_pos "c"
26752 has_inner_box 0
26753 inner_pos "t"
26754 use_parbox 0
26755 width "50col%"
26756 special "none"
26757 height "1in"
26758 height_special "totalheight"
26759 status collapsed
26760
26761 \begin_layout Plain Layout
26762 Shaded background box
26763 \end_layout
26764
26765 \end_inset
26766
26767
26768 \end_layout
26769
26770 \begin_layout Description
26771 Double
26772 \begin_inset space ~
26773 \end_inset
26774
26775 rectangular
26776 \begin_inset space ~
26777 \end_inset
26778
26779 frame This draws a double-line rectangle frame around the box.
26780  The line thickness of the inner frame is 0.75
26781 \begin_inset space \thinspace{}
26782 \end_inset
26783
26784
26785 \series bold
26786
26787 \backslash
26788 fboxrule
26789 \series default
26790 , the thickness of the outer frame is 1.5
26791 \begin_inset space \thinspace{}
26792 \end_inset
26793
26794
26795 \series bold
26796
26797 \backslash
26798 fboxrule
26799 \series default
26800 .
26801  The distance between the lines is 1.5
26802 \begin_inset space \thinspace{}
26803 \end_inset
26804
26805
26806 \series bold
26807
26808 \backslash
26809 fboxrule
26810 \series default
26811
26812 \begin_inset space \thinspace{}
26813 \end_inset
26814
26815 +
26816 \begin_inset space \thinspace{}
26817 \end_inset
26818
26819 0.5
26820 \begin_inset space \thinspace{}
26821 \end_inset
26822
26823 pt.
26824  
26825 \begin_inset Box Doublebox
26826 position "c"
26827 hor_pos "c"
26828 has_inner_box 1
26829 inner_pos "c"
26830 use_parbox 0
26831 width "20col%"
26832 special "none"
26833 height "1in"
26834 height_special "totalheight"
26835 status collapsed
26836
26837 \begin_layout Plain Layout
26838 \align center
26839 Double rectangular box
26840 \end_layout
26841
26842 \end_inset
26843
26844
26845 \end_layout
26846
26847 \begin_layout Standard
26848 \begin_inset VSpace bigskip
26849 \end_inset
26850
26851 LyX's box label will reflect the different frame types.
26852  To be able to use all types, the LaTeX-package 
26853 \series bold
26854 fancybox
26855 \series default
26856
26857 \begin_inset Index
26858 status collapsed
26859
26860 \begin_layout Plain Layout
26861 LaTeX-packages ! fancybox
26862 \end_layout
26863
26864 \end_inset
26865
26866  must be installed.
26867 \end_layout
26868
26869 \begin_layout Section
26870 Box customization
26871 \begin_inset Index
26872 status collapsed
26873
26874 \begin_layout Plain Layout
26875 Boxes ! Customization
26876 \end_layout
26877
26878 \end_inset
26879
26880
26881 \end_layout
26882
26883 \begin_layout Standard
26884 The default value for the size 
26885 \series bold
26886
26887 \backslash
26888 fboxrule
26889 \series default
26890  is 0.4
26891 \begin_inset space \thinspace{}
26892 \end_inset
26893
26894 pt.
26895  It can be changed with the following command in TeX-Code to e.
26896 \begin_inset space \thinspace{}
26897 \end_inset
26898
26899 g.
26900 \begin_inset space ~
26901 \end_inset
26902
26903 2
26904 \begin_inset space \thinspace{}
26905 \end_inset
26906
26907 pt:
26908 \end_layout
26909
26910 \begin_layout Standard
26911
26912 \series bold
26913
26914 \backslash
26915 setlength{
26916 \backslash
26917 fboxrule}{2pt}
26918 \end_layout
26919
26920 \begin_layout Standard
26921 \begin_inset ERT
26922 status collapsed
26923
26924 \begin_layout Plain Layout
26925
26926
26927 \backslash
26928 setlength{
26929 \backslash
26930 fboxrule}{2pt}
26931 \end_layout
26932
26933 \end_inset
26934
26935
26936 \begin_inset Box Boxed
26937 position "c"
26938 hor_pos "c"
26939 has_inner_box 1
26940 inner_pos "c"
26941 use_parbox 0
26942 width "25col%"
26943 special "none"
26944 height "1in"
26945 height_special "totalheight"
26946 status open
26947
26948 \begin_layout Plain Layout
26949 \align center
26950 Rectangular box with 
26951 \series bold
26952
26953 \backslash
26954 fboxrule
26955 \series default
26956
26957 \begin_inset space \thinspace{}
26958 \end_inset
26959
26960 =
26961 \begin_inset space \thinspace{}
26962 \end_inset
26963
26964 2
26965 \begin_inset space \thinspace{}
26966 \end_inset
26967
26968 pt
26969 \end_layout
26970
26971 \end_inset
26972
26973
26974 \begin_inset ERT
26975 status collapsed
26976
26977 \begin_layout Plain Layout
26978
26979
26980 \backslash
26981 setlength{
26982 \backslash
26983 fboxrule}{0.4pt}
26984 \end_layout
26985
26986 \end_inset
26987
26988
26989 \end_layout
26990
26991 \begin_layout Standard
26992 \begin_inset VSpace bigskip
26993 \end_inset
26994
26995 The space between the frame and the box content is for all frame styles
26996  by default 3
26997 \begin_inset space \thinspace{}
26998 \end_inset
26999
27000 pt.
27001  You can change it by setting the length 
27002 \series bold
27003
27004 \backslash
27005 fboxsep
27006 \series default
27007  to another value.
27008  For example the command
27009 \end_layout
27010
27011 \begin_layout Standard
27012
27013 \series bold
27014
27015 \backslash
27016 setlength{
27017 \backslash
27018 fboxsep}{10pt}
27019 \end_layout
27020
27021 \begin_layout Standard
27022 sets the value to 10
27023 \begin_inset space \thinspace{}
27024 \end_inset
27025
27026 pt, like for the following box:
27027 \end_layout
27028
27029 \begin_layout Standard
27030 \begin_inset ERT
27031 status collapsed
27032
27033 \begin_layout Plain Layout
27034
27035
27036 \backslash
27037 setlength{
27038 \backslash
27039 fboxsep}{10pt}
27040 \end_layout
27041
27042 \end_inset
27043
27044
27045 \begin_inset Box Boxed
27046 position "c"
27047 hor_pos "c"
27048 has_inner_box 1
27049 inner_pos "c"
27050 use_parbox 0
27051 width "25col%"
27052 special "none"
27053 height "1in"
27054 height_special "totalheight"
27055 status open
27056
27057 \begin_layout Plain Layout
27058 \align center
27059 Rectangular box with 
27060 \series bold
27061
27062 \backslash
27063 fboxsep
27064 \series default
27065
27066 \begin_inset space \thinspace{}
27067 \end_inset
27068
27069 =
27070 \begin_inset space \thinspace{}
27071 \end_inset
27072
27073 10
27074 \begin_inset space \thinspace{}
27075 \end_inset
27076
27077 pt
27078 \end_layout
27079
27080 \end_inset
27081
27082
27083 \begin_inset ERT
27084 status collapsed
27085
27086 \begin_layout Plain Layout
27087
27088
27089 \backslash
27090 setlength{
27091 \backslash
27092 fboxsep}{3pt}
27093 \end_layout
27094
27095 \end_inset
27096
27097
27098 \end_layout
27099
27100 \begin_layout Standard
27101 \begin_inset VSpace bigskip
27102 \end_inset
27103
27104 The diameter of the round corners of the oval boxes can be set with the
27105  command 
27106 \series bold
27107
27108 \backslash
27109 cornersize
27110 \series default
27111 .
27112  The command
27113 \end_layout
27114
27115 \begin_layout Standard
27116
27117 \series bold
27118
27119 \backslash
27120 cornersize*{1cm}
27121 \end_layout
27122
27123 \begin_layout Standard
27124 sets the diameter to 1
27125 \begin_inset space \thinspace{}
27126 \end_inset
27127
27128 cm.
27129  The command
27130 \end_layout
27131
27132 \begin_layout Standard
27133
27134 \series bold
27135
27136 \backslash
27137 cornersize{num}
27138 \end_layout
27139
27140 \begin_layout Standard
27141 sets the diameter to 
27142 \family sans
27143 num
27144 \begin_inset space \thinspace{}
27145 \end_inset
27146
27147 ×
27148 \begin_inset space \thinspace{}
27149 \end_inset
27150
27151 minimum(width and heigth of box)
27152 \family default
27153 .
27154  The default is 
27155 \series bold
27156
27157 \backslash
27158 cornersize{0.5}
27159 \series default
27160 .
27161 \end_layout
27162
27163 \begin_layout Standard
27164 \begin_inset ERT
27165 status collapsed
27166
27167 \begin_layout Plain Layout
27168
27169
27170 \backslash
27171 cornersize*{1.5cm}
27172 \end_layout
27173
27174 \end_inset
27175
27176
27177 \begin_inset Box Ovalbox
27178 position "c"
27179 hor_pos "c"
27180 has_inner_box 1
27181 inner_pos "c"
27182 use_parbox 0
27183 width "25col%"
27184 special "none"
27185 height "1in"
27186 height_special "totalheight"
27187 status open
27188
27189 \begin_layout Plain Layout
27190 \align center
27191 Oval box with 
27192 \series bold
27193
27194 \backslash
27195 cornersize
27196 \series default
27197
27198 \begin_inset space \thinspace{}
27199 \end_inset
27200
27201 =
27202 \begin_inset space \thinspace{}
27203 \end_inset
27204
27205 1.5
27206 \begin_inset space \thinspace{}
27207 \end_inset
27208
27209 cm
27210 \end_layout
27211
27212 \end_inset
27213
27214
27215 \begin_inset ERT
27216 status collapsed
27217
27218 \begin_layout Plain Layout
27219
27220
27221 \backslash
27222 cornersize{0.5}
27223 \end_layout
27224
27225 \end_inset
27226
27227
27228 \end_layout
27229
27230 \begin_layout Standard
27231 \begin_inset VSpace bigskip
27232 \end_inset
27233
27234 The size of the shadow can be adjusted by changing the length 
27235 \series bold
27236
27237 \backslash
27238 shadowsize
27239 \series default
27240 .
27241  It it set to 2
27242 \begin_inset space \thinspace{}
27243 \end_inset
27244
27245 pt for the following box by this command:
27246 \end_layout
27247
27248 \begin_layout Standard
27249
27250 \series bold
27251
27252 \backslash
27253 setlength{
27254 \backslash
27255 shadowsize}{2pt}
27256 \end_layout
27257
27258 \begin_layout Standard
27259 \begin_inset ERT
27260 status collapsed
27261
27262 \begin_layout Plain Layout
27263
27264
27265 \backslash
27266 setlength{
27267 \backslash
27268 shadowsize}{2pt}
27269 \end_layout
27270
27271 \end_inset
27272
27273
27274 \begin_inset Box Shadowbox
27275 position "c"
27276 hor_pos "c"
27277 has_inner_box 1
27278 inner_pos "c"
27279 use_parbox 0
27280 width "25col%"
27281 special "none"
27282 height "1in"
27283 height_special "totalheight"
27284 status open
27285
27286 \begin_layout Plain Layout
27287 \align center
27288 Shadow box with 
27289 \series bold
27290
27291 \backslash
27292 shadowsize
27293 \series default
27294
27295 \begin_inset space \thinspace{}
27296 \end_inset
27297
27298 =
27299 \begin_inset space \thinspace{}
27300 \end_inset
27301
27302 2
27303 \begin_inset space \thinspace{}
27304 \end_inset
27305
27306 pt
27307 \end_layout
27308
27309 \end_inset
27310
27311
27312 \begin_inset ERT
27313 status collapsed
27314
27315 \begin_layout Plain Layout
27316
27317
27318 \backslash
27319 setlength{
27320 \backslash
27321 shadowsize}{4pt}
27322 \end_layout
27323
27324 \end_inset
27325
27326
27327 \end_layout
27328
27329 \begin_layout Standard
27330 \begin_inset VSpace bigskip
27331 \end_inset
27332
27333
27334 \end_layout
27335
27336 \begin_layout Standard
27337 The default value for the size 
27338 \series bold
27339
27340 \backslash
27341 FrameRule
27342 \series default
27343  is 0.4
27344 \begin_inset space \thinspace{}
27345 \end_inset
27346
27347 pt.
27348  The default space between the note content and the frame is 9
27349 \begin_inset space \thinspace{}
27350 \end_inset
27351
27352 pt and can be changed with the value of 
27353 \series bold
27354
27355 \backslash
27356 FrameSep
27357 \series default
27358 .
27359  For example the frame appearance of the following 
27360 \family sans
27361 box
27362 \family default
27363  is set with the TeX-Code commands
27364 \end_layout
27365
27366 \begin_layout Standard
27367
27368 \series bold
27369
27370 \backslash
27371 setlength{
27372 \backslash
27373 FrameRule}{5pt}
27374 \begin_inset Newline newline
27375 \end_inset
27376
27377
27378 \backslash
27379 setlength{
27380 \backslash
27381 FrameSep}{0.5cm}
27382 \end_layout
27383
27384 \begin_layout Standard
27385 \begin_inset ERT
27386 status collapsed
27387
27388 \begin_layout Plain Layout
27389
27390
27391 \backslash
27392 setlength{
27393 \backslash
27394 FrameRule}{5pt}
27395 \end_layout
27396
27397 \begin_layout Plain Layout
27398
27399
27400 \backslash
27401 setlength{
27402 \backslash
27403 FrameSep}{0.5cm}
27404 \end_layout
27405
27406 \end_inset
27407
27408
27409 \begin_inset Box Framed
27410 position "t"
27411 hor_pos "c"
27412 has_inner_box 0
27413 inner_pos "t"
27414 use_parbox 0
27415 width "100col%"
27416 special "none"
27417 height "1in"
27418 height_special "totalheight"
27419 status open
27420
27421 \begin_layout Plain Layout
27422 This is text in an 
27423 \family sans
27424 allow page break
27425 \family default
27426  box.
27427 \end_layout
27428
27429 \end_inset
27430
27431
27432 \begin_inset ERT
27433 status collapsed
27434
27435 \begin_layout Plain Layout
27436
27437
27438 \backslash
27439 setlength{
27440 \backslash
27441 FrameRule}{0.4pt}
27442 \end_layout
27443
27444 \begin_layout Plain Layout
27445
27446
27447 \backslash
27448 setlength{
27449 \backslash
27450 FrameSep}{9pt}
27451 \end_layout
27452
27453 \end_inset
27454
27455
27456 \end_layout
27457
27458 \begin_layout Standard
27459 \begin_inset VSpace bigskip
27460 \end_inset
27461
27462
27463 \end_layout
27464
27465 \begin_layout Standard
27466 For 
27467 \family sans
27468 shaded background
27469 \family default
27470  boxes the default space between the box content and the box border is 3
27471 \begin_inset space \thinspace{}
27472 \end_inset
27473
27474 pt and can be changed with the value of 
27475 \series bold
27476
27477 \backslash
27478 fboxsep
27479 \series default
27480 .
27481  The default background color red can either be changed locally with the
27482  command 
27483 \series bold
27484
27485 \backslash
27486 definecolor{shadebox}
27487 \series default
27488  or globally with the menu 
27489 \family sans
27490 Tools\SpecialChar \menuseparator
27491 Preferences\SpecialChar \menuseparator
27492 Colors\SpecialChar \menuseparator
27493 shaded
27494 \begin_inset space ~
27495 \end_inset
27496
27497 box
27498 \family default
27499 .
27500  The scheme of the 
27501 \series bold
27502
27503 \backslash
27504 definecolor
27505 \series default
27506  command is explained in section
27507 \begin_inset space ~
27508 \end_inset
27509
27510
27511 \begin_inset CommandInset ref
27512 LatexCommand ref
27513 reference "sec:Colored-Tables"
27514
27515 \end_inset
27516
27517 .
27518 \begin_inset Foot
27519 status collapsed
27520
27521 \begin_layout Plain Layout
27522 Note that 
27523 \series bold
27524
27525 \backslash
27526 definecolor
27527 \series default
27528  requires the LaTeX-package 
27529 \series bold
27530 color
27531 \series default
27532  in the preamble, see section
27533 \begin_inset space ~
27534 \end_inset
27535
27536
27537 \begin_inset CommandInset ref
27538 LatexCommand ref
27539 reference "sec:Colored-Boxes"
27540
27541 \end_inset
27542
27543 .
27544 \end_layout
27545
27546 \end_inset
27547
27548  For example the appearance of the following shaded background note is set
27549  with the TeX-Code commands
27550 \end_layout
27551
27552 \begin_layout Standard
27553
27554 \series bold
27555
27556 \backslash
27557 setlength{
27558 \backslash
27559 fboxsep}{0.5cm}
27560 \series default
27561
27562 \begin_inset Newline newline
27563 \end_inset
27564
27565
27566 \series bold
27567
27568 \backslash
27569 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27570 \end_layout
27571
27572 \begin_layout Standard
27573 \begin_inset ERT
27574 status collapsed
27575
27576 \begin_layout Plain Layout
27577
27578
27579 \backslash
27580 setlength{
27581 \backslash
27582 fboxsep}{0.5cm}
27583 \end_layout
27584
27585 \begin_layout Plain Layout
27586
27587
27588 \backslash
27589 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27590 \end_layout
27591
27592 \end_inset
27593
27594
27595 \begin_inset Box Shaded
27596 position "t"
27597 hor_pos "c"
27598 has_inner_box 0
27599 inner_pos "t"
27600 use_parbox 0
27601 width "100col%"
27602 special "none"
27603 height "1in"
27604 height_special "totalheight"
27605 status open
27606
27607 \begin_layout Plain Layout
27608
27609 \color yellow
27610 This is yellow text in a
27611 \color none
27612  
27613 \family sans
27614 \color yellow
27615 shaded background
27616 \family default
27617 \color none
27618  
27619 \color yellow
27620 box with dark green background.
27621 \end_layout
27622
27623 \end_inset
27624
27625
27626 \begin_inset ERT
27627 status collapsed
27628
27629 \begin_layout Plain Layout
27630
27631
27632 \backslash
27633 setlength{
27634 \backslash
27635 fboxsep}{3pt}
27636 \end_layout
27637
27638 \begin_layout Plain Layout
27639
27640
27641 \backslash
27642 definecolor{shadecolor}{rgb}{1,0,0}
27643 \end_layout
27644
27645 \end_inset
27646
27647
27648 \end_layout
27649
27650 \begin_layout Standard
27651 \begin_inset VSpace bigskip
27652 \end_inset
27653
27654 Changed lengths and widths are valid for all boxes following the commands
27655  that change them.
27656 \end_layout
27657
27658 \begin_layout Section
27659 Minipages
27660 \begin_inset CommandInset label
27661 LatexCommand label
27662 name "sec:Minipages"
27663
27664 \end_inset
27665
27666
27667 \begin_inset Index
27668 status collapsed
27669
27670 \begin_layout Plain Layout
27671 Boxes ! Minipages
27672 \end_layout
27673
27674 \end_inset
27675
27676
27677 \end_layout
27678
27679 \begin_layout Standard
27680 Minipages are treated by LaTeX as pages within pages and can therefore for
27681  example have their own footnotes.
27682 \end_layout
27683
27684 \begin_layout Standard
27685 Minipages are useful when you write documents with different languages.
27686 \end_layout
27687
27688 \begin_layout Standard
27689 Below are two example minipages side by side.
27690  Their width is set to 45
27691 \begin_inset space \thinspace{}
27692 \end_inset
27693
27694 col% and they are separated by a horizontal fill, that was inserted via
27695  the menu 
27696 \family sans
27697 Insert\SpecialChar \menuseparator
27698 Special
27699 \begin_inset space ~
27700 \end_inset
27701
27702 Formatting\SpecialChar \menuseparator
27703 Horizontal
27704 \begin_inset space ~
27705 \end_inset
27706
27707 Fill
27708 \family default
27709 .
27710 \begin_inset Newpage newpage
27711 \end_inset
27712
27713
27714 \end_layout
27715
27716 \begin_layout Standard
27717 \begin_inset Box Frameless
27718 position "t"
27719 hor_pos "c"
27720 has_inner_box 1
27721 inner_pos "c"
27722 use_parbox 0
27723 width "45col%"
27724 special "none"
27725 height "1in"
27726 height_special "totalheight"
27727 status open
27728
27729 \begin_layout Plain Layout
27730
27731 \lang german
27732 Dies ist ein deutscher Text.
27733  Dies ist ein deutscher Text.
27734  Dies ist ein deutscher Text.
27735  Dies ist ein deutscher Text.
27736  Dies ist ein deutscher Text.
27737  Dies ist ein deutscher Text.
27738  Dies ist ein deutscher Text.
27739  Dies ist ein deutscher Text.
27740  Dies ist ein deutscher Text.
27741  Dies ist ein deutscher Text.
27742  Dies ist ein deutscher Text.
27743  Dies ist ein deutscher Text.
27744  Dies ist ein deutscher Text
27745 \begin_inset Foot
27746 status collapsed
27747
27748 \begin_layout Plain Layout
27749
27750 \lang german
27751 Dies ist eine deutsche Fußnote.
27752 \end_layout
27753
27754 \end_inset
27755
27756 .
27757  Dies ist ein deutscher Text.
27758  Dies ist ein deutscher Text.
27759 \end_layout
27760
27761 \end_inset
27762
27763
27764 \begin_inset space \hfill{}
27765 \end_inset
27766
27767
27768 \begin_inset Box Frameless
27769 position "t"
27770 hor_pos "c"
27771 has_inner_box 1
27772 inner_pos "c"
27773 use_parbox 0
27774 width "45col%"
27775 special "none"
27776 height "1in"
27777 height_special "totalheight"
27778 status open
27779
27780 \begin_layout Plain Layout
27781 This is an English Text.
27782  This is an English Text.
27783  This is an English Text.
27784  This is an English Text.
27785  This is an English Text.
27786  This is an English Text.
27787  This is an English Text.
27788  This is an English Text.
27789  This is an English Text.
27790  This is an English Text.
27791  This is an English Text.
27792  This is an English Text.
27793  This is an English Text.
27794  This is an English Text.
27795  This is an English Text.
27796  This is an English Text.
27797 \begin_inset Foot
27798 status collapsed
27799
27800 \begin_layout Plain Layout
27801 This is an English footnote.
27802 \end_layout
27803
27804 \end_inset
27805
27806  This is an English Text.
27807  
27808 \end_layout
27809
27810 \end_inset
27811
27812
27813 \end_layout
27814
27815 \begin_layout Standard
27816 \begin_inset VSpace bigskip
27817 \end_inset
27818
27819 Another application for minipages are footnotes within tables.
27820  Due to a LaTeX restriction footnotes within tables doesn't appear at the
27821  bottom of the current page.
27822  But when you put the table with the footnote to a minipage, the footnote
27823  will appear at its bottom, numbered with Latin letters.
27824  The footnote number is reset to 1 in every minipage but not outside the
27825  minipages.
27826 \end_layout
27827
27828 \begin_layout Standard
27829 The footnote of this table doesn't appear: 
27830 \begin_inset Tabular
27831 <lyxtabular version="3" rows="3" columns="4">
27832 <features>
27833 <column alignment="center" valignment="top" width="0pt">
27834 <column alignment="center" valignment="top" width="0pt">
27835 <column alignment="center" valignment="top" width="0pt">
27836 <column alignment="center" valignment="top" width="0pt">
27837 <row>
27838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27839 \begin_inset Text
27840
27841 \begin_layout Plain Layout
27842 1
27843 \end_layout
27844
27845 \end_inset
27846 </cell>
27847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27848 \begin_inset Text
27849
27850 \begin_layout Plain Layout
27851 2
27852 \end_layout
27853
27854 \end_inset
27855 </cell>
27856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27857 \begin_inset Text
27858
27859 \begin_layout Plain Layout
27860 3
27861 \begin_inset Foot
27862 status collapsed
27863
27864 \begin_layout Plain Layout
27865 This is a footnote within a table.
27866 \end_layout
27867
27868 \end_inset
27869
27870
27871 \end_layout
27872
27873 \end_inset
27874 </cell>
27875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27876 \begin_inset Text
27877
27878 \begin_layout Plain Layout
27879 4
27880 \end_layout
27881
27882 \end_inset
27883 </cell>
27884 </row>
27885 <row>
27886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27887 \begin_inset Text
27888
27889 \begin_layout Plain Layout
27890 a
27891 \end_layout
27892
27893 \end_inset
27894 </cell>
27895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27896 \begin_inset Text
27897
27898 \begin_layout Plain Layout
27899 b
27900 \end_layout
27901
27902 \end_inset
27903 </cell>
27904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27905 \begin_inset Text
27906
27907 \begin_layout Plain Layout
27908 c
27909 \end_layout
27910
27911 \end_inset
27912 </cell>
27913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27914 \begin_inset Text
27915
27916 \begin_layout Plain Layout
27917 d
27918 \end_layout
27919
27920 \end_inset
27921 </cell>
27922 </row>
27923 <row>
27924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27925 \begin_inset Text
27926
27927 \begin_layout Plain Layout
27928 e
27929 \end_layout
27930
27931 \end_inset
27932 </cell>
27933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27934 \begin_inset Text
27935
27936 \begin_layout Plain Layout
27937 f
27938 \end_layout
27939
27940 \end_inset
27941 </cell>
27942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27943 \begin_inset Text
27944
27945 \begin_layout Plain Layout
27946 g
27947 \end_layout
27948
27949 \end_inset
27950 </cell>
27951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27952 \begin_inset Text
27953
27954 \begin_layout Plain Layout
27955 h
27956 \end_layout
27957
27958 \end_inset
27959 </cell>
27960 </row>
27961 </lyxtabular>
27962
27963 \end_inset
27964
27965
27966 \end_layout
27967
27968 \begin_layout Standard
27969 \align center
27970 \begin_inset Box Frameless
27971 position "t"
27972 hor_pos "c"
27973 has_inner_box 1
27974 inner_pos "c"
27975 use_parbox 0
27976 width "30col%"
27977 special "none"
27978 height "1in"
27979 height_special "totalheight"
27980 status open
27981
27982 \begin_layout Plain Layout
27983 \align center
27984 \begin_inset Tabular
27985 <lyxtabular version="3" rows="3" columns="4">
27986 <features>
27987 <column alignment="center" valignment="top" width="0pt">
27988 <column alignment="center" valignment="top" width="0pt">
27989 <column alignment="center" valignment="top" width="0pt">
27990 <column alignment="center" valignment="top" width="0pt">
27991 <row>
27992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27993 \begin_inset Text
27994
27995 \begin_layout Plain Layout
27996 1
27997 \end_layout
27998
27999 \end_inset
28000 </cell>
28001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28002 \begin_inset Text
28003
28004 \begin_layout Plain Layout
28005 2
28006 \end_layout
28007
28008 \end_inset
28009 </cell>
28010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28011 \begin_inset Text
28012
28013 \begin_layout Plain Layout
28014 3
28015 \begin_inset Foot
28016 status collapsed
28017
28018 \begin_layout Plain Layout
28019 This is a footnote within a table.
28020 \end_layout
28021
28022 \end_inset
28023
28024
28025 \end_layout
28026
28027 \end_inset
28028 </cell>
28029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28030 \begin_inset Text
28031
28032 \begin_layout Plain Layout
28033 4
28034 \end_layout
28035
28036 \end_inset
28037 </cell>
28038 </row>
28039 <row>
28040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28041 \begin_inset Text
28042
28043 \begin_layout Plain Layout
28044 a
28045 \end_layout
28046
28047 \end_inset
28048 </cell>
28049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28050 \begin_inset Text
28051
28052 \begin_layout Plain Layout
28053 b
28054 \end_layout
28055
28056 \end_inset
28057 </cell>
28058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28059 \begin_inset Text
28060
28061 \begin_layout Plain Layout
28062 c
28063 \end_layout
28064
28065 \end_inset
28066 </cell>
28067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28068 \begin_inset Text
28069
28070 \begin_layout Plain Layout
28071 d
28072 \end_layout
28073
28074 \end_inset
28075 </cell>
28076 </row>
28077 <row>
28078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28079 \begin_inset Text
28080
28081 \begin_layout Plain Layout
28082 e
28083 \end_layout
28084
28085 \end_inset
28086 </cell>
28087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28088 \begin_inset Text
28089
28090 \begin_layout Plain Layout
28091 f
28092 \end_layout
28093
28094 \end_inset
28095 </cell>
28096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28097 \begin_inset Text
28098
28099 \begin_layout Plain Layout
28100 g
28101 \end_layout
28102
28103 \end_inset
28104 </cell>
28105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28106 \begin_inset Text
28107
28108 \begin_layout Plain Layout
28109 h
28110 \end_layout
28111
28112 \end_inset
28113 </cell>
28114 </row>
28115 </lyxtabular>
28116
28117 \end_inset
28118
28119
28120 \end_layout
28121
28122 \end_inset
28123
28124
28125 \end_layout
28126
28127 \begin_layout Standard
28128 \begin_inset VSpace bigskip
28129 \end_inset
28130
28131 The document-wide paragraph settings are ignored within minipages.
28132  That means that there will be no space between paragraphs in minipages
28133  although you set it to e.
28134 \begin_inset space \thinspace{}
28135 \end_inset
28136
28137 g.
28138 \begin_inset space ~
28139 \end_inset
28140
28141
28142 \family sans
28143 MedSkip
28144 \family default
28145  in the document settings.
28146 \end_layout
28147
28148 \begin_layout Standard
28149 Minipages can also be used to set a background color for text parts, see
28150  section
28151 \begin_inset space ~
28152 \end_inset
28153
28154
28155 \begin_inset CommandInset ref
28156 LatexCommand ref
28157 reference "sub:Color-for-Paragraphs"
28158
28159 \end_inset
28160
28161 .
28162 \end_layout
28163
28164 \begin_layout Standard
28165 \begin_inset Note Greyedout
28166 status open
28167
28168 \begin_layout Plain Layout
28169
28170 \series bold
28171 Note:
28172 \series default
28173  You cannot have floats or margin notes inside minipages but minipages can
28174  be used inside tables, floats, and other boxes.
28175 \end_layout
28176
28177 \end_inset
28178
28179
28180 \end_layout
28181
28182 \begin_layout Section
28183 Parboxes
28184 \begin_inset CommandInset label
28185 LatexCommand label
28186 name "sec:Parboxes"
28187
28188 \end_inset
28189
28190
28191 \begin_inset Index
28192 status collapsed
28193
28194 \begin_layout Plain Layout
28195 Boxes ! Parboxes
28196 \end_layout
28197
28198 \end_inset
28199
28200
28201 \end_layout
28202
28203 \begin_layout Standard
28204 Parboxes are very similar to minipages with the difference that they cannot
28205  have footnotes.
28206  The main difference to minipages is that minipages are in contrary to parboxes
28207  no real boxes but LaTeX-environments.
28208 \end_layout
28209
28210 \begin_layout Standard
28211 \align center
28212 \begin_inset Box Frameless
28213 position "t"
28214 hor_pos "c"
28215 has_inner_box 1
28216 inner_pos "t"
28217 use_parbox 1
28218 width "33col%"
28219 special "none"
28220 height "1in"
28221 height_special "totalheight"
28222 status collapsed
28223
28224 \begin_layout Plain Layout
28225 This a text within a parbox.
28226  This a text within a parbox.
28227 \end_layout
28228
28229 \begin_layout Plain Layout
28230 This footnote won't appear:
28231 \begin_inset Foot
28232 status collapsed
28233
28234 \begin_layout Plain Layout
28235 This footnote is inside a parbox and will therefore not appear.
28236 \end_layout
28237
28238 \end_inset
28239
28240
28241 \end_layout
28242
28243 \end_inset
28244
28245
28246 \end_layout
28247
28248 \begin_layout Section
28249 Boxes for Words and Characters
28250 \begin_inset Index
28251 status collapsed
28252
28253 \begin_layout Plain Layout
28254 Boxes ! for Characters
28255 \end_layout
28256
28257 \end_inset
28258
28259
28260 \end_layout
28261
28262 \begin_layout Subsection
28263 Prevent Hyphenation
28264 \begin_inset CommandInset label
28265 LatexCommand label
28266 name "sec:Prevent-Hyphenation"
28267
28268 \end_inset
28269
28270
28271 \begin_inset Index
28272 status collapsed
28273
28274 \begin_layout Plain Layout
28275 Boxes ! to Prevent Hyphenation
28276 \end_layout
28277
28278 \end_inset
28279
28280
28281 \end_layout
28282
28283 \begin_layout Standard
28284 You can use a special kind of boxes to prevent words or text to be hyphenated.
28285 \begin_inset Newline newline
28286 \end_inset
28287
28288 Here is an example text:
28289 \end_layout
28290
28291 \begin_layout Standard
28292 This line is an example to show how you can prevent the hyphenation of 
28293 \begin_inset Quotes eld
28294 \end_inset
28295
28296 veryverylongword
28297 \begin_inset Quotes erd
28298 \end_inset
28299
28300 .
28301 \end_layout
28302
28303 \begin_layout Standard
28304 To prevent the hyphenation of the word 
28305 \begin_inset Quotes eld
28306 \end_inset
28307
28308 veryverylongword
28309 \begin_inset Quotes erd
28310 \end_inset
28311
28312 , add the command
28313 \end_layout
28314
28315 \begin_layout Standard
28316
28317 \series bold
28318
28319 \backslash
28320 mbox{
28321 \end_layout
28322
28323 \begin_layout Standard
28324 in TeX-Code before the word.
28325  Behind the word insert a closing brace 
28326 \begin_inset Quotes eld
28327 \end_inset
28328
28329
28330 \series bold
28331 }
28332 \series default
28333
28334 \begin_inset Quotes erd
28335 \end_inset
28336
28337  in TeX-Code.
28338 \end_layout
28339
28340 \begin_layout Standard
28341 This is the result:
28342 \end_layout
28343
28344 \begin_layout Standard
28345 This line is an example to show how you can prevent the hyphenation of 
28346 \begin_inset ERT
28347 status collapsed
28348
28349 \begin_layout Plain Layout
28350
28351
28352 \backslash
28353 mbox{
28354 \end_layout
28355
28356 \end_inset
28357
28358
28359 \begin_inset Quotes eld
28360 \end_inset
28361
28362 veryverylongword
28363 \begin_inset Quotes erd
28364 \end_inset
28365
28366 .
28367 \begin_inset ERT
28368 status collapsed
28369
28370 \begin_layout Plain Layout
28371
28372 }
28373 \end_layout
28374
28375 \end_inset
28376
28377
28378 \end_layout
28379
28380 \begin_layout Standard
28381 You can alternatively set the command 
28382 \begin_inset Quotes eld
28383 \end_inset
28384
28385
28386 \series bold
28387
28388 \backslash
28389 -
28390 \series default
28391
28392 \begin_inset Quotes grd
28393 \end_inset
28394
28395  as TeX-Code directly before the word:
28396 \end_layout
28397
28398 \begin_layout Standard
28399 This line is an example to show how you can prevent the hyphenation of 
28400 \begin_inset Quotes eld
28401 \end_inset
28402
28403
28404 \begin_inset ERT
28405 status collapsed
28406
28407 \begin_layout Plain Layout
28408
28409
28410 \backslash
28411 -
28412 \end_layout
28413
28414 \end_inset
28415
28416 veryverylongword
28417 \begin_inset Quotes erd
28418 \end_inset
28419
28420 .
28421 \end_layout
28422
28423 \begin_layout Standard
28424 Of course the word now protrudes over the side margin.
28425  To avoid this, add via the menu 
28426 \family sans
28427 Insert\SpecialChar \menuseparator
28428 Special
28429 \begin_inset space ~
28430 \end_inset
28431
28432 Formatting\SpecialChar \menuseparator
28433 Line
28434 \begin_inset space ~
28435 \end_inset
28436
28437 Break
28438 \family default
28439  (shortcut 
28440 \series bold
28441 Ctrl-Return
28442 \series default
28443 ) a line break before the word:
28444 \end_layout
28445
28446 \begin_layout Standard
28447 This line is an example to show how you can prevent the hyphenation of 
28448 \begin_inset Newline newline
28449 \end_inset
28450
28451
28452 \begin_inset ERT
28453 status collapsed
28454
28455 \begin_layout Plain Layout
28456
28457
28458 \backslash
28459 mbox{
28460 \end_layout
28461
28462 \end_inset
28463
28464
28465 \begin_inset Quotes eld
28466 \end_inset
28467
28468 veryverylongword
28469 \begin_inset Quotes erd
28470 \end_inset
28471
28472 .
28473 \begin_inset ERT
28474 status collapsed
28475
28476 \begin_layout Plain Layout
28477
28478 }
28479 \end_layout
28480
28481 \end_inset
28482
28483
28484 \end_layout
28485
28486 \begin_layout Subsection
28487 Vertical Alignment
28488 \begin_inset CommandInset label
28489 LatexCommand label
28490 name "sub:Vertical-Alignment"
28491
28492 \end_inset
28493
28494
28495 \begin_inset Index
28496 status collapsed
28497
28498 \begin_layout Plain Layout
28499 Boxes ! for Vertical Alignment
28500 \end_layout
28501
28502 \end_inset
28503
28504
28505 \begin_inset Index
28506 status collapsed
28507
28508 \begin_layout Plain Layout
28509 Boxes ! Raiseboxes
28510 \end_layout
28511
28512 \end_inset
28513
28514
28515 \end_layout
28516
28517 \begin_layout Standard
28518 With the help of the command 
28519 \series bold
28520
28521 \backslash
28522 raisebox
28523 \series default
28524  you can align words, characters or other boxes vertically to the surrounding
28525  text.
28526  
28527 \series bold
28528
28529 \backslash
28530 raisebox
28531 \series default
28532  is used with the following scheme:
28533 \end_layout
28534
28535 \begin_layout Standard
28536
28537 \series bold
28538
28539 \backslash
28540 raisebox{lift}[height][depth]{box content}
28541 \end_layout
28542
28543 \begin_layout Standard
28544 The lift can be a positive value to raise the box or a negative value to
28545  lower the box.
28546 \end_layout
28547
28548 \begin_layout Standard
28549 To align for example the word 
28550 \begin_inset Quotes eld
28551 \end_inset
28552
28553 preventing
28554 \begin_inset Quotes erd
28555 \end_inset
28556
28557  so that the bottom of the 
28558 \begin_inset Quotes eld
28559 \end_inset
28560
28561 deepest
28562 \begin_inset Quotes erd
28563 \end_inset
28564
28565  character 
28566 \begin_inset Quotes eld
28567 \end_inset
28568
28569 p
28570 \begin_inset Quotes erd
28571 \end_inset
28572
28573  is at the baseline, insert the command
28574 \end_layout
28575
28576 \begin_layout Standard
28577
28578 \series bold
28579
28580 \backslash
28581 raisebox{
28582 \backslash
28583 depth}{
28584 \end_layout
28585
28586 \begin_layout Standard
28587 in TeX-Code before the word.
28588  Behind the word insert a closing brace 
28589 \begin_inset Quotes eld
28590 \end_inset
28591
28592
28593 \series bold
28594 }
28595 \series default
28596
28597 \begin_inset Quotes erd
28598 \end_inset
28599
28600  in TeX-Code.
28601 \begin_inset Newline newline
28602 \end_inset
28603
28604 This is the result:
28605 \end_layout
28606
28607 \begin_layout Standard
28608 This is a text line with the word 
28609 \begin_inset ERT
28610 status collapsed
28611
28612 \begin_layout Plain Layout
28613
28614
28615 \backslash
28616 raisebox{
28617 \backslash
28618 depth}{
28619 \end_layout
28620
28621 \end_inset
28622
28623
28624 \begin_inset Quotes eld
28625 \end_inset
28626
28627 preventing
28628 \begin_inset Quotes erd
28629 \end_inset
28630
28631
28632 \begin_inset ERT
28633 status collapsed
28634
28635 \begin_layout Plain Layout
28636
28637 }
28638 \end_layout
28639
28640 \end_inset
28641
28642  as raised word.
28643 \end_layout
28644
28645 \begin_layout Standard
28646 \begin_inset VSpace bigskip
28647 \end_inset
28648
28649 When you raise or lower characters in a line, the line distance will be
28650  spread:
28651 \end_layout
28652
28653 \begin_layout Standard
28654 This is a text line with the word 
28655 \begin_inset ERT
28656 status collapsed
28657
28658 \begin_layout Plain Layout
28659
28660
28661 \backslash
28662 raisebox{-
28663 \backslash
28664 depth}{
28665 \end_layout
28666
28667 \end_inset
28668
28669
28670 \begin_inset Quotes eld
28671 \end_inset
28672
28673 preventing
28674 \begin_inset Quotes erd
28675 \end_inset
28676
28677
28678 \begin_inset ERT
28679 status collapsed
28680
28681 \begin_layout Plain Layout
28682
28683 }
28684 \end_layout
28685
28686 \end_inset
28687
28688  as lowered word.
28689 \begin_inset Newline newline
28690 \end_inset
28691
28692 This is a text line with the word 
28693 \begin_inset ERT
28694 status collapsed
28695
28696 \begin_layout Plain Layout
28697
28698
28699 \backslash
28700 raisebox{0.5cm}{
28701 \end_layout
28702
28703 \end_inset
28704
28705
28706 \begin_inset Quotes eld
28707 \end_inset
28708
28709 testing
28710 \begin_inset Quotes erd
28711 \end_inset
28712
28713
28714 \begin_inset ERT
28715 status collapsed
28716
28717 \begin_layout Plain Layout
28718
28719 }
28720 \end_layout
28721
28722 \end_inset
28723
28724  as raised word.
28725 \end_layout
28726
28727 \begin_layout Standard
28728 If you want to prevent this for a certain reason, set the box height to
28729  a zero value.
28730  For example use
28731 \end_layout
28732
28733 \begin_layout Standard
28734
28735 \series bold
28736
28737 \backslash
28738 raisebox{-
28739 \backslash
28740 depth}[0pt]{
28741 \end_layout
28742
28743 \begin_layout Standard
28744 This is a text line with the word 
28745 \begin_inset ERT
28746 status collapsed
28747
28748 \begin_layout Plain Layout
28749
28750
28751 \backslash
28752 raisebox{-
28753 \backslash
28754 depth}[0pt]{
28755 \end_layout
28756
28757 \end_inset
28758
28759
28760 \begin_inset Quotes eld
28761 \end_inset
28762
28763 preventing
28764 \begin_inset Quotes erd
28765 \end_inset
28766
28767
28768 \begin_inset ERT
28769 status collapsed
28770
28771 \begin_layout Plain Layout
28772
28773 }
28774 \end_layout
28775
28776 \end_inset
28777
28778  as lowered word.
28779 \begin_inset Newline newline
28780 \end_inset
28781
28782 This is a text line with the word 
28783 \begin_inset ERT
28784 status collapsed
28785
28786 \begin_layout Plain Layout
28787
28788
28789 \backslash
28790 raisebox{0.5cm}[0pt]{
28791 \end_layout
28792
28793 \end_inset
28794
28795
28796 \begin_inset Quotes eld
28797 \end_inset
28798
28799 testing
28800 \begin_inset Quotes erd
28801 \end_inset
28802
28803
28804 \begin_inset ERT
28805 status collapsed
28806
28807 \begin_layout Plain Layout
28808
28809 }
28810 \end_layout
28811
28812 \end_inset
28813
28814  as raised word.
28815 \end_layout
28816
28817 \begin_layout Section
28818 Colored Boxes
28819 \begin_inset CommandInset label
28820 LatexCommand label
28821 name "sec:Colored-Boxes"
28822
28823 \end_inset
28824
28825
28826 \begin_inset Index
28827 status collapsed
28828
28829 \begin_layout Plain Layout
28830 Boxes ! Color
28831 \end_layout
28832
28833 \end_inset
28834
28835
28836 \end_layout
28837
28838 \begin_layout Subsection
28839 Color for Text
28840 \begin_inset Index
28841 status collapsed
28842
28843 \begin_layout Plain Layout
28844 Color ! for Text
28845 \end_layout
28846
28847 \end_inset
28848
28849
28850 \end_layout
28851
28852 \begin_layout Standard
28853 To color the background of text the text must be put into a so called 
28854 \begin_inset Quotes eld
28855 \end_inset
28856
28857 colorbox
28858 \begin_inset Quotes erd
28859 \end_inset
28860
28861 .
28862  This requires that the LaTeX-package 
28863 \series bold
28864 color
28865 \series default
28866
28867 \begin_inset Index
28868 status collapsed
28869
28870 \begin_layout Plain Layout
28871 LaTeX-packages ! color
28872 \end_layout
28873
28874 \end_inset
28875
28876  is loaded in the document preamble with the command
28877 \end_layout
28878
28879 \begin_layout Standard
28880
28881 \series bold
28882
28883 \backslash
28884 @ifundefined{textcolor}
28885 \begin_inset Newline newline
28886 \end_inset
28887
28888
28889 \begin_inset ERT
28890 status collapsed
28891
28892 \begin_layout Plain Layout
28893
28894
28895 \backslash
28896 hphantom{ }
28897 \end_layout
28898
28899 \end_inset
28900
28901 {
28902 \backslash
28903 usepackage{color}}{}
28904 \end_layout
28905
28906 \begin_layout Standard
28907 The package 
28908 \series bold
28909 color
28910 \series default
28911  will be loaded automatically by LyX when you color text
28912 \begin_inset Foot
28913 status collapsed
28914
28915 \begin_layout Plain Layout
28916 To avoid that it is loaded twice the command 
28917 \series bold
28918
28919 \backslash
28920 @ifundefined
28921 \series default
28922  is used.
28923 \end_layout
28924
28925 \end_inset
28926
28927 .
28928 \end_layout
28929
28930 \begin_layout Standard
28931 \begin_inset VSpace medskip
28932 \end_inset
28933
28934 Colorboxes are created with the command 
28935 \series bold
28936
28937 \backslash
28938 colorbox
28939 \series default
28940 .
28941  This will be used with the following scheme:
28942 \end_layout
28943
28944 \begin_layout Standard
28945
28946 \series bold
28947
28948 \backslash
28949 colorbox{color}{box content}
28950 \end_layout
28951
28952 \begin_layout Standard
28953 The box content can also be a box and colorboxes can also be within other
28954  boxes.
28955 \end_layout
28956
28957 \begin_layout Standard
28958 The following colors are predefined:
28959 \begin_inset Newline newline
28960 \end_inset
28961
28962
28963 \family sans
28964 black
28965 \family default
28966
28967 \family sans
28968 blue
28969 \family default
28970
28971 \family sans
28972 cyan
28973 \family default
28974 \series bold
28975 ,
28976 \series default
28977  
28978 \family sans
28979 green
28980 \family default
28981
28982 \family sans
28983 magenta
28984 \family default
28985
28986 \family sans
28987 red
28988 \family default
28989
28990 \family sans
28991 white
28992 \family default
28993 , and 
28994 \family sans
28995 yellow
28996 \family default
28997 .
28998 \begin_inset Newline newline
28999 \end_inset
29000
29001 You can also define your own color as described in section
29002 \begin_inset space ~
29003 \end_inset
29004
29005
29006 \begin_inset CommandInset ref
29007 LatexCommand ref
29008 reference "sec:Colored-Tables"
29009
29010 \end_inset
29011
29012 .
29013 \end_layout
29014
29015 \begin_layout Standard
29016 To have e.
29017 \begin_inset space \thinspace{}
29018 \end_inset
29019
29020 g.
29021 \begin_inset space ~
29022 \end_inset
29023
29024 a red background for a word, insert the command
29025 \end_layout
29026
29027 \begin_layout Standard
29028
29029 \series bold
29030
29031 \backslash
29032 colorbox{red}{
29033 \end_layout
29034
29035 \begin_layout Standard
29036 before the word in TeX-Code.
29037  Behind the word insert a closing brace 
29038 \begin_inset Quotes eld
29039 \end_inset
29040
29041
29042 \series bold
29043 }
29044 \series default
29045
29046 \begin_inset Quotes erd
29047 \end_inset
29048
29049  in TeX-Code.
29050 \begin_inset Newline newline
29051 \end_inset
29052
29053 This is the result:
29054 \end_layout
29055
29056 \begin_layout Standard
29057 This is a line where the word 
29058 \begin_inset ERT
29059 status collapsed
29060
29061 \begin_layout Plain Layout
29062
29063
29064 \backslash
29065 colorbox{red}{
29066 \end_layout
29067
29068 \end_inset
29069
29070
29071 \begin_inset Quotes eld
29072 \end_inset
29073
29074 Attention!
29075 \begin_inset Quotes erd
29076 \end_inset
29077
29078
29079 \begin_inset ERT
29080 status collapsed
29081
29082 \begin_layout Plain Layout
29083
29084 }
29085 \end_layout
29086
29087 \end_inset
29088
29089  has a red background.
29090 \end_layout
29091
29092 \begin_layout Standard
29093 \begin_inset VSpace bigskip
29094 \end_inset
29095
29096 If you would have the box frame in a different color, you can use the command
29097  
29098 \series bold
29099
29100 \backslash
29101 fcolorbox
29102 \series default
29103  with the following scheme:
29104 \end_layout
29105
29106 \begin_layout Standard
29107
29108 \series bold
29109
29110 \backslash
29111 fcolorbox{frame color}{box color}{box content}
29112 \end_layout
29113
29114 \begin_layout Standard
29115
29116 \series bold
29117
29118 \backslash
29119 fcolorbox
29120 \series default
29121  is an extension to 
29122 \series bold
29123
29124 \backslash
29125 colorbox
29126 \series default
29127 .
29128  The frame thickness and the space between the frame and the box content
29129  can be adjusted with the lengths 
29130 \series bold
29131
29132 \backslash
29133 fboxrule
29134 \series default
29135  and 
29136 \series bold
29137
29138 \backslash
29139 fboxsep
29140 \series default
29141 , respectively, as described in section
29142 \begin_inset space ~
29143 \end_inset
29144
29145
29146 \begin_inset CommandInset ref
29147 LatexCommand ref
29148 reference "sec:Decoration"
29149
29150 \end_inset
29151
29152 .
29153 \end_layout
29154
29155 \begin_layout Standard
29156 For the following example the command
29157 \end_layout
29158
29159 \begin_layout Standard
29160
29161 \series bold
29162
29163 \backslash
29164 fcolorbox{cyan}{magenta}{
29165 \end_layout
29166
29167 \begin_layout Standard
29168 was used.
29169 \end_layout
29170
29171 \begin_layout Standard
29172 Here is an example where the frame line thickness was set to 1
29173 \begin_inset space \thinspace{}
29174 \end_inset
29175
29176 mm:
29177 \begin_inset Newline newline
29178 \end_inset
29179
29180
29181 \begin_inset ERT
29182 status collapsed
29183
29184 \begin_layout Plain Layout
29185
29186
29187 \backslash
29188 fboxrule 1mm 
29189 \backslash
29190 fboxsep 1mm
29191 \end_layout
29192
29193 \end_inset
29194
29195
29196 \begin_inset ERT
29197 status collapsed
29198
29199 \begin_layout Plain Layout
29200
29201
29202 \backslash
29203 fcolorbox{cyan}{magenta}{
29204 \end_layout
29205
29206 \end_inset
29207
29208 This is text within a colored, framed box.
29209 \begin_inset ERT
29210 status collapsed
29211
29212 \begin_layout Plain Layout
29213
29214 }
29215 \end_layout
29216
29217 \end_inset
29218
29219
29220 \end_layout
29221
29222 \begin_layout Standard
29223 \begin_inset VSpace bigskip
29224 \end_inset
29225
29226 Of course you can also have colored text inside a colorbox:
29227 \begin_inset Newline newline
29228 \end_inset
29229
29230
29231 \begin_inset ERT
29232 status collapsed
29233
29234 \begin_layout Plain Layout
29235
29236
29237 \backslash
29238 fcolorbox{cyan}{magenta}{
29239 \end_layout
29240
29241 \end_inset
29242
29243
29244 \color yellow
29245 This is colored text within a colored, framed box.
29246 \color none
29247
29248 \begin_inset ERT
29249 status collapsed
29250
29251 \begin_layout Plain Layout
29252
29253 }
29254 \end_layout
29255
29256 \end_inset
29257
29258
29259 \begin_inset ERT
29260 status collapsed
29261
29262 \begin_layout Plain Layout
29263
29264
29265 \backslash
29266 fboxrule 0.4pt 
29267 \backslash
29268 fboxsep 3pt
29269 \end_layout
29270
29271 \end_inset
29272
29273
29274 \end_layout
29275
29276 \begin_layout Standard
29277
29278 \series bold
29279 \begin_inset VSpace medskip
29280 \end_inset
29281
29282
29283 \end_layout
29284
29285 \begin_layout Standard
29286 \begin_inset Note Greyedout
29287 status open
29288
29289 \begin_layout Plain Layout
29290
29291 \series bold
29292 Note:
29293 \series default
29294  Text in colorboxes cannot have line breaks.
29295  To color multiple text lines or paragraphs, use a box inside a colorbox
29296  as described in the following.
29297 \end_layout
29298
29299 \end_inset
29300
29301
29302 \end_layout
29303
29304 \begin_layout Subsection
29305 Color for Paragraphs
29306 \begin_inset CommandInset label
29307 LatexCommand label
29308 name "sub:Color-for-Paragraphs"
29309
29310 \end_inset
29311
29312
29313 \begin_inset Index
29314 status collapsed
29315
29316 \begin_layout Plain Layout
29317 Color ! for Paragraphs
29318 \end_layout
29319
29320 \end_inset
29321
29322
29323 \end_layout
29324
29325 \begin_layout Standard
29326 To set the background color for more than one text line, put the text into
29327  a minipage.
29328  Before the minipage insert the 
29329 \series bold
29330
29331 \backslash
29332 colorbox
29333 \series default
29334  command
29335 \end_layout
29336
29337 \begin_layout Standard
29338
29339 \series bold
29340
29341 \backslash
29342 colorbox{color}{
29343 \end_layout
29344
29345 \begin_layout Standard
29346 in TeX-Code.
29347  Behind the minipage insert a closing brace 
29348 \begin_inset Quotes eld
29349 \end_inset
29350
29351
29352 \series bold
29353 }
29354 \series default
29355
29356 \begin_inset Quotes erd
29357 \end_inset
29358
29359  in TeX-Code.
29360 \end_layout
29361
29362 \begin_layout Standard
29363 \begin_inset ERT
29364 status collapsed
29365
29366 \begin_layout Plain Layout
29367
29368
29369 \backslash
29370 colorbox{lightgrey}{
29371 \end_layout
29372
29373 \end_inset
29374
29375
29376 \begin_inset Box Frameless
29377 position "t"
29378 hor_pos "c"
29379 has_inner_box 1
29380 inner_pos "t"
29381 use_parbox 0
29382 width "100col%"
29383 special "none"
29384 height "1in"
29385 height_special "totalheight"
29386 status collapsed
29387
29388 \begin_layout Plain Layout
29389 This is text with background color.
29390  This is text with background color.
29391 \end_layout
29392
29393 \begin_layout Plain Layout
29394 \begin_inset VSpace defskip
29395 \end_inset
29396
29397 The text can have footnotes
29398 \begin_inset Foot
29399 status collapsed
29400
29401 \begin_layout Plain Layout
29402 Another example footnote
29403 \end_layout
29404
29405 \end_inset
29406
29407  and can include tables and figures.
29408 \end_layout
29409
29410 \begin_layout Plain Layout
29411 \align center
29412 \begin_inset Tabular
29413 <lyxtabular version="3" rows="3" columns="3">
29414 <features>
29415 <column alignment="center" valignment="top" width="0">
29416 <column alignment="center" valignment="top" width="0">
29417 <column alignment="center" valignment="top" width="0">
29418 <row>
29419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29420 \begin_inset Text
29421
29422 \begin_layout Plain Layout
29423 a
29424 \end_layout
29425
29426 \end_inset
29427 </cell>
29428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29429 \begin_inset Text
29430
29431 \begin_layout Plain Layout
29432 !
29433 \end_layout
29434
29435 \end_inset
29436 </cell>
29437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29438 \begin_inset Text
29439
29440 \begin_layout Plain Layout
29441 3
29442 \end_layout
29443
29444 \end_inset
29445 </cell>
29446 </row>
29447 <row>
29448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29449 \begin_inset Text
29450
29451 \begin_layout Plain Layout
29452 <
29453 \end_layout
29454
29455 \end_inset
29456 </cell>
29457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29458 \begin_inset Text
29459
29460 \begin_layout Plain Layout
29461 b2
29462 \begin_inset Quotes erd
29463 \end_inset
29464
29465 |
29466 \end_layout
29467
29468 \end_inset
29469 </cell>
29470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29471 \begin_inset Text
29472
29473 \begin_layout Plain Layout
29474 >
29475 \end_layout
29476
29477 \end_inset
29478 </cell>
29479 </row>
29480 <row>
29481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29482 \begin_inset Text
29483
29484 \begin_layout Plain Layout
29485 1
29486 \end_layout
29487
29488 \end_inset
29489 </cell>
29490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29491 \begin_inset Text
29492
29493 \begin_layout Plain Layout
29494 §
29495 \end_layout
29496
29497 \end_inset
29498 </cell>
29499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29500 \begin_inset Text
29501
29502 \begin_layout Plain Layout
29503 c
29504 \end_layout
29505
29506 \end_inset
29507 </cell>
29508 </row>
29509 </lyxtabular>
29510
29511 \end_inset
29512
29513
29514 \end_layout
29515
29516 \end_inset
29517
29518
29519 \begin_inset ERT
29520 status collapsed
29521
29522 \begin_layout Plain Layout
29523
29524 }
29525 \end_layout
29526
29527 \end_inset
29528
29529
29530 \end_layout
29531
29532 \begin_layout Section
29533 Rotated and Scaled Boxes
29534 \end_layout
29535
29536 \begin_layout Standard
29537 To use the the commands described in this section, the LaTeX-package 
29538 \series bold
29539 graphicx
29540 \series default
29541
29542 \begin_inset Index
29543 status collapsed
29544
29545 \begin_layout Plain Layout
29546 LaTeX-packages ! graphicx
29547 \end_layout
29548
29549 \end_inset
29550
29551  needs to be loaded in the document preamble with the command
29552 \end_layout
29553
29554 \begin_layout Standard
29555
29556 \series bold
29557
29558 \backslash
29559 @ifundefined{rotatebox}
29560 \begin_inset Newline newline
29561 \end_inset
29562
29563
29564 \begin_inset ERT
29565 status collapsed
29566
29567 \begin_layout Plain Layout
29568
29569
29570 \backslash
29571 hphantom{ }
29572 \end_layout
29573
29574 \end_inset
29575
29576 {
29577 \backslash
29578 usepackage{graphicx}}{}
29579 \end_layout
29580
29581 \begin_layout Standard
29582 \begin_inset Note Greyedout
29583 status open
29584
29585 \begin_layout Plain Layout
29586
29587 \series bold
29588 Note:
29589 \series default
29590  Some DVI-viewers can't display rotated or scaled material.
29591 \end_layout
29592
29593 \end_inset
29594
29595
29596 \end_layout
29597
29598 \begin_layout Standard
29599 \begin_inset Note Greyedout
29600 status open
29601
29602 \begin_layout Plain Layout
29603
29604 \series bold
29605 Note:
29606 \series default
29607  Floats mustn't be inside a rotated or scaled box.
29608 \end_layout
29609
29610 \end_inset
29611
29612
29613 \end_layout
29614
29615 \begin_layout Subsection
29616 Rotated Boxes
29617 \begin_inset Index
29618 status collapsed
29619
29620 \begin_layout Plain Layout
29621 Boxes ! rotated
29622 \end_layout
29623
29624 \end_inset
29625
29626
29627 \begin_inset Index
29628 status collapsed
29629
29630 \begin_layout Plain Layout
29631 Rotated material
29632 \end_layout
29633
29634 \end_inset
29635
29636
29637 \begin_inset Index
29638 status collapsed
29639
29640 \begin_layout Plain Layout
29641 Figures ! rotated
29642 \end_layout
29643
29644 \end_inset
29645
29646
29647 \begin_inset Index
29648 status collapsed
29649
29650 \begin_layout Plain Layout
29651 Table Customization ! Rotating
29652 \end_layout
29653
29654 \end_inset
29655
29656
29657 \end_layout
29658
29659 \begin_layout Standard
29660 To rotate material, you can put it into a rotated box.
29661  Such a box is created using the command 
29662 \series bold
29663
29664 \backslash
29665 rotatebox
29666 \series default
29667  in TeX-Code with the following scheme:
29668 \end_layout
29669
29670 \begin_layout Standard
29671
29672 \series bold
29673
29674 \backslash
29675 rotatebox[rotation origin]{rotation angle}{box content}
29676 \end_layout
29677
29678 \begin_layout Standard
29679 The rotation origin is specified in the form 
29680 \series bold
29681 origin=position
29682 \series default
29683 .
29684  The following positions are possible: 
29685 \emph on
29686 c
29687 \emph default
29688  (center), 
29689 \emph on
29690 l
29691 \emph default
29692  (left), 
29693 \emph on
29694 r
29695 \emph default
29696  (right), 
29697 \emph on
29698 b
29699 \emph default
29700  (bottom), 
29701 \emph on
29702 t
29703 \emph default
29704  (top), and also expedient combinations of the four base positions.
29705  For example 
29706 \emph on
29707 lt
29708 \emph default
29709  means, that the rotation origin is at the top left corner of the box.
29710  When no rotation origin is specified, the position 
29711 \emph on
29712 l
29713 \emph default
29714  will be used.
29715  The rotation angle is a number that can be negative that specifies the
29716  angle in degrees.
29717  The rotation direction is counterclockwise.
29718 \end_layout
29719
29720 \begin_layout Standard
29721 In the following example the command 
29722 \series bold
29723
29724 \backslash
29725 rotatebox[origin=c]{60}{
29726 \series default
29727  was inserted as TeX-Code before the text 
29728 \begin_inset Quotes eld
29729 \end_inset
29730
29731 with rotated
29732 \begin_inset Quotes erd
29733 \end_inset
29734
29735 ; after the text the box was closed by a closing brace 
29736 \series bold
29737 }
29738 \series default
29739  in TeX-Code.
29740 \end_layout
29741
29742 \begin_layout Standard
29743 This is a line 
29744 \begin_inset ERT
29745 status collapsed
29746
29747 \begin_layout Plain Layout
29748
29749
29750 \backslash
29751 rotatebox[origin=c]{60}{
29752 \end_layout
29753
29754 \end_inset
29755
29756 with rotated
29757 \begin_inset ERT
29758 status collapsed
29759
29760 \begin_layout Plain Layout
29761
29762 }
29763 \end_layout
29764
29765 \end_inset
29766
29767  text.
29768 \end_layout
29769
29770 \begin_layout Standard
29771 The box content can also be another box or an inline formula:
29772 \end_layout
29773
29774 \begin_layout Standard
29775 This is a line
29776 \begin_inset ERT
29777 status collapsed
29778
29779 \begin_layout Plain Layout
29780
29781
29782 \backslash
29783 rotatebox[origin=r]{-60}{
29784 \end_layout
29785
29786 \end_inset
29787
29788
29789 \begin_inset Box Doublebox
29790 position "c"
29791 hor_pos "c"
29792 has_inner_box 0
29793 inner_pos "c"
29794 use_parbox 0
29795 width "1in"
29796 special "width"
29797 height "1in"
29798 height_special "totalheight"
29799 status collapsed
29800
29801 \begin_layout Plain Layout
29802 with rotated
29803 \end_layout
29804
29805 \end_inset
29806
29807
29808 \begin_inset ERT
29809 status collapsed
29810
29811 \begin_layout Plain Layout
29812
29813 }
29814 \end_layout
29815
29816 \end_inset
29817
29818  framed text 
29819 \begin_inset ERT
29820 status collapsed
29821
29822 \begin_layout Plain Layout
29823
29824
29825 \backslash
29826 rotatebox[origin=lb]{60}{
29827 \end_layout
29828
29829 \end_inset
29830
29831
29832 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29833 \end_inset
29834
29835
29836 \begin_inset ERT
29837 status collapsed
29838
29839 \begin_layout Plain Layout
29840
29841 }
29842 \end_layout
29843
29844 \end_inset
29845
29846  and a formula.
29847 \end_layout
29848
29849 \begin_layout Standard
29850 or an image or table:
29851 \end_layout
29852
29853 \begin_layout Standard
29854 This is a line
29855 \begin_inset ERT
29856 status collapsed
29857
29858 \begin_layout Plain Layout
29859
29860
29861 \backslash
29862 rotatebox[origin=lb]{90}{
29863 \end_layout
29864
29865 \end_inset
29866
29867
29868 \begin_inset Graphics
29869         filename clipart/platypus.eps
29870         lyxscale 50
29871         width 25col%
29872
29873 \end_inset
29874
29875
29876 \begin_inset ERT
29877 status collapsed
29878
29879 \begin_layout Plain Layout
29880
29881 }
29882 \end_layout
29883
29884 \end_inset
29885
29886  with a rotated image 
29887 \begin_inset ERT
29888 status collapsed
29889
29890 \begin_layout Plain Layout
29891
29892
29893 \backslash
29894 rotatebox[origin=l]{-90}{
29895 \end_layout
29896
29897 \end_inset
29898
29899
29900 \begin_inset Tabular
29901 <lyxtabular version="3" rows="2" columns="2">
29902 <features>
29903 <column alignment="center" valignment="top" width="0">
29904 <column alignment="center" valignment="top" width="0">
29905 <row>
29906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29907 \begin_inset Text
29908
29909 \begin_layout Plain Layout
29910 q
29911 \end_layout
29912
29913 \end_inset
29914 </cell>
29915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29916 \begin_inset Text
29917
29918 \begin_layout Plain Layout
29919 w
29920 \end_layout
29921
29922 \end_inset
29923 </cell>
29924 </row>
29925 <row>
29926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29927 \begin_inset Text
29928
29929 \begin_layout Plain Layout
29930 e
29931 \end_layout
29932
29933 \end_inset
29934 </cell>
29935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29936 \begin_inset Text
29937
29938 \begin_layout Plain Layout
29939 r
29940 \end_layout
29941
29942 \end_inset
29943 </cell>
29944 </row>
29945 </lyxtabular>
29946
29947 \end_inset
29948
29949
29950 \begin_inset ERT
29951 status collapsed
29952
29953 \begin_layout Plain Layout
29954
29955 }
29956 \end_layout
29957
29958 \end_inset
29959
29960  and table.
29961 \end_layout
29962
29963 \begin_layout Subsection
29964 Scaled Boxes
29965 \begin_inset Index
29966 status collapsed
29967
29968 \begin_layout Plain Layout
29969 Boxes ! scaled
29970 \end_layout
29971
29972 \end_inset
29973
29974
29975 \begin_inset Index
29976 status collapsed
29977
29978 \begin_layout Plain Layout
29979 Scaled material
29980 \end_layout
29981
29982 \end_inset
29983
29984
29985 \begin_inset Index
29986 status collapsed
29987
29988 \begin_layout Plain Layout
29989 Figures ! scaled
29990 \end_layout
29991
29992 \end_inset
29993
29994
29995 \begin_inset Index
29996 status collapsed
29997
29998 \begin_layout Plain Layout
29999 Table Customization ! Scaling
30000 \end_layout
30001
30002 \end_inset
30003
30004
30005 \end_layout
30006
30007 \begin_layout Standard
30008 To scale material the commands 
30009 \series bold
30010
30011 \backslash
30012 scalebox
30013 \series default
30014  and 
30015 \series bold
30016
30017 \backslash
30018 resizebox
30019 \series default
30020  can be used as TeX-Code.
30021 \end_layout
30022
30023 \begin_layout Standard
30024
30025 \series bold
30026
30027 \backslash
30028 scalebox
30029 \series default
30030  is used with the following scheme:
30031 \end_layout
30032
30033 \begin_layout Standard
30034
30035 \series bold
30036
30037 \backslash
30038 scalebox{horizontal}[vertical]{box content}
30039 \end_layout
30040
30041 \begin_layout Standard
30042 Horizontal and vertical are the corresponding scaling factors.
30043  If no vertical scaling factor is given, the horizontal factor will also
30044  be used as vertical one.
30045 \end_layout
30046
30047 \begin_layout Standard
30048 The command 
30049 \series bold
30050
30051 \backslash
30052 scalebox{2}{Hello}
30053 \series default
30054  creates for example a double size 
30055 \begin_inset ERT
30056 status collapsed
30057
30058 \begin_layout Plain Layout
30059
30060
30061 \backslash
30062 scalebox{2}{
30063 \end_layout
30064
30065 \end_inset
30066
30067 Hello
30068 \begin_inset ERT
30069 status collapsed
30070
30071 \begin_layout Plain Layout
30072
30073 }
30074 \end_layout
30075
30076 \end_inset
30077
30078 , compared to the document text size.
30079 \end_layout
30080
30081 \begin_layout Standard
30082
30083 \series bold
30084
30085 \backslash
30086 scalebox{2}[1]{Hello}
30087 \series default
30088  in contrary distorts the 
30089 \begin_inset ERT
30090 status collapsed
30091
30092 \begin_layout Plain Layout
30093
30094
30095 \backslash
30096 scalebox{2}[1]{
30097 \end_layout
30098
30099 \end_inset
30100
30101 Hello
30102 \begin_inset ERT
30103 status collapsed
30104
30105 \begin_layout Plain Layout
30106
30107 }
30108 \end_layout
30109
30110 \end_inset
30111
30112 .
30113 \end_layout
30114
30115 \begin_layout Standard
30116 If a the scaling factor is negative, the box content will be mirrored.
30117  Therefore the command 
30118 \series bold
30119
30120 \backslash
30121 scalebox{-1}[1]{Hello}
30122 \series default
30123  can be used to create mirror writing: 
30124 \begin_inset ERT
30125 status collapsed
30126
30127 \begin_layout Plain Layout
30128
30129
30130 \backslash
30131 scalebox{-1}[1]{
30132 \end_layout
30133
30134 \end_inset
30135
30136 Hello
30137 \begin_inset ERT
30138 status collapsed
30139
30140 \begin_layout Plain Layout
30141
30142 }
30143 \end_layout
30144
30145 \end_inset
30146
30147
30148 \end_layout
30149
30150 \begin_layout Standard
30151
30152 \series bold
30153
30154 \backslash
30155 scalebox{1}[-1]{Hello}
30156 \series default
30157  reflects the 
30158 \begin_inset ERT
30159 status collapsed
30160
30161 \begin_layout Plain Layout
30162
30163
30164 \backslash
30165 scalebox{1}[-1]{
30166 \end_layout
30167
30168 \end_inset
30169
30170 Hello
30171 \begin_inset ERT
30172 status collapsed
30173
30174 \begin_layout Plain Layout
30175
30176 }
30177 \end_layout
30178
30179 \end_inset
30180
30181  at the base line.
30182 \end_layout
30183
30184 \begin_layout Standard
30185 Equivalent to 
30186 \series bold
30187
30188 \backslash
30189 scalebox{-1}[1]{box content}
30190 \series default
30191  there exists the command
30192 \begin_inset Newline newline
30193 \end_inset
30194
30195
30196 \series bold
30197
30198 \backslash
30199 reflectbox{box content}
30200 \series default
30201 .
30202 \end_layout
30203
30204 \begin_layout Standard
30205 \begin_inset VSpace bigskip
30206 \end_inset
30207
30208 The command 
30209 \series bold
30210
30211 \backslash
30212 resizebox
30213 \series default
30214  is used to scale the box to a defined width and height.
30215  The command scheme is:
30216 \end_layout
30217
30218 \begin_layout Standard
30219
30220 \series bold
30221
30222 \backslash
30223 resizebox{width}{height}{box content}
30224 \end_layout
30225
30226 \begin_layout Standard
30227 Is one of the two command arguments given as exclamation mark 
30228 \series bold
30229 !
30230 \series default
30231 , the size is set so that the aspect ratio of the box content is kept.
30232 \end_layout
30233
30234 \begin_layout Standard
30235 The command 
30236 \series bold
30237
30238 \backslash
30239 resizebox{2cm}{1cm}{Hello}
30240 \series default
30241  produces: 
30242 \begin_inset ERT
30243 status collapsed
30244
30245 \begin_layout Plain Layout
30246
30247
30248 \backslash
30249 resizebox{2cm}{1cm}{
30250 \end_layout
30251
30252 \end_inset
30253
30254 Hello
30255 \begin_inset ERT
30256 status collapsed
30257
30258 \begin_layout Plain Layout
30259
30260 }
30261 \end_layout
30262
30263 \end_inset
30264
30265
30266 \begin_inset Newline newline
30267 \end_inset
30268
30269 The command 
30270 \series bold
30271
30272 \backslash
30273 resizebox{2cm}{!}{Hello}
30274 \series default
30275  produces: 
30276 \begin_inset ERT
30277 status collapsed
30278
30279 \begin_layout Plain Layout
30280
30281
30282 \backslash
30283 resizebox{2cm}{!}{
30284 \end_layout
30285
30286 \end_inset
30287
30288 Hello
30289 \begin_inset ERT
30290 status collapsed
30291
30292 \begin_layout Plain Layout
30293
30294 }
30295 \end_layout
30296
30297 \end_inset
30298
30299
30300 \end_layout
30301
30302 \begin_layout Standard
30303 \begin_inset VSpace bigskip
30304 \end_inset
30305
30306
30307 \begin_inset Note Greyedout
30308 status open
30309
30310 \begin_layout Plain Layout
30311
30312 \series bold
30313 Note:
30314 \series default
30315  When arguments of 
30316 \series bold
30317
30318 \backslash
30319 scalebox
30320 \series default
30321  or 
30322 \series bold
30323
30324 \backslash
30325 resizebox
30326 \series default
30327  are set to zero, no LaTeX-errors occur when exporting the document but
30328  the exported files can not or only partly be displayed.
30329 \end_layout
30330
30331 \end_inset
30332
30333
30334 \end_layout
30335
30336 \begin_layout Standard
30337 \begin_inset VSpace bigskip
30338 \end_inset
30339
30340
30341 \end_layout
30342
30343 \begin_layout Standard
30344 The boxes can be combined in any order.
30345  E.
30346 \begin_inset space \thinspace{}
30347 \end_inset
30348
30349 g.
30350 \begin_inset space ~
30351 \end_inset
30352
30353 the command
30354 \begin_inset Newline newline
30355 \end_inset
30356
30357
30358 \series bold
30359
30360 \backslash
30361 rotatebox[origin=c]{-45}{
30362 \backslash
30363 resizebox{2cm}{!}{
30364 \backslash
30365 reflectbox{Hello}}}
30366 \begin_inset Newline newline
30367 \end_inset
30368
30369
30370 \series default
30371 produces:
30372 \end_layout
30373
30374 \begin_layout Standard
30375 \align center
30376 \begin_inset ERT
30377 status collapsed
30378
30379 \begin_layout Plain Layout
30380
30381
30382 \backslash
30383 rotatebox[origin=c]{-45}{
30384 \backslash
30385 resizebox{2cm}{!}{
30386 \backslash
30387 reflectbox{
30388 \end_layout
30389
30390 \end_inset
30391
30392 Hello
30393 \begin_inset ERT
30394 status collapsed
30395
30396 \begin_layout Plain Layout
30397
30398 }}}
30399 \end_layout
30400
30401 \end_inset
30402
30403
30404 \end_layout
30405
30406 \begin_layout Standard
30407 \noindent
30408 Images, tables, and inline formulas are allowed as box content:
30409 \end_layout
30410
30411 \begin_layout Standard
30412 \align center
30413 \begin_inset ERT
30414 status collapsed
30415
30416 \begin_layout Plain Layout
30417
30418
30419 \backslash
30420 rotatebox[origin=c]{-30}{
30421 \backslash
30422 resizebox{2cm}{!}{
30423 \backslash
30424 reflectbox{
30425 \end_layout
30426
30427 \end_inset
30428
30429
30430 \begin_inset Graphics
30431         filename clipart/platypus.eps
30432         lyxscale 50
30433         width 25col%
30434
30435 \end_inset
30436
30437
30438 \begin_inset ERT
30439 status collapsed
30440
30441 \begin_layout Plain Layout
30442
30443 }}}
30444 \end_layout
30445
30446 \end_inset
30447
30448
30449 \begin_inset ERT
30450 status collapsed
30451
30452 \begin_layout Plain Layout
30453
30454
30455 \backslash
30456 rotatebox[origin=c]{-45}{
30457 \backslash
30458 resizebox{2cm}{!}{
30459 \backslash
30460 reflectbox{
30461 \end_layout
30462
30463 \end_inset
30464
30465
30466 \begin_inset Tabular
30467 <lyxtabular version="3" rows="2" columns="2">
30468 <features>
30469 <column alignment="center" valignment="top" width="0">
30470 <column alignment="center" valignment="top" width="0">
30471 <row>
30472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30473 \begin_inset Text
30474
30475 \begin_layout Plain Layout
30476 q
30477 \end_layout
30478
30479 \end_inset
30480 </cell>
30481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30482 \begin_inset Text
30483
30484 \begin_layout Plain Layout
30485 w
30486 \end_layout
30487
30488 \end_inset
30489 </cell>
30490 </row>
30491 <row>
30492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30493 \begin_inset Text
30494
30495 \begin_layout Plain Layout
30496 e
30497 \end_layout
30498
30499 \end_inset
30500 </cell>
30501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30502 \begin_inset Text
30503
30504 \begin_layout Plain Layout
30505 r
30506 \end_layout
30507
30508 \end_inset
30509 </cell>
30510 </row>
30511 </lyxtabular>
30512
30513 \end_inset
30514
30515
30516 \begin_inset ERT
30517 status collapsed
30518
30519 \begin_layout Plain Layout
30520
30521 }}}
30522 \end_layout
30523
30524 \end_inset
30525
30526
30527 \begin_inset ERT
30528 status collapsed
30529
30530 \begin_layout Plain Layout
30531
30532
30533 \backslash
30534 rotatebox[origin=c]{-45}{
30535 \backslash
30536 resizebox{2cm}{!}{
30537 \backslash
30538 reflectbox{
30539 \end_layout
30540
30541 \end_inset
30542
30543
30544 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30545 \end_inset
30546
30547
30548 \begin_inset ERT
30549 status collapsed
30550
30551 \begin_layout Plain Layout
30552
30553 }}}
30554 \end_layout
30555
30556 \end_inset
30557
30558
30559 \end_layout
30560
30561 \begin_layout Standard
30562 When the global formula style 
30563 \series bold
30564 fleqn
30565 \series default
30566  is used in the document
30567 \begin_inset Foot
30568 status collapsed
30569
30570 \begin_layout Plain Layout
30571 When 
30572 \begin_inset Quotes eld
30573 \end_inset
30574
30575 fleqn
30576 \begin_inset Quotes erd
30577 \end_inset
30578
30579  is added to the document class options.
30580 \end_layout
30581
30582 \end_inset
30583
30584 , also display formulas can be scaled.
30585 \end_layout
30586
30587 \begin_layout Chapter
30588 External Stuff
30589 \begin_inset Index
30590 status collapsed
30591
30592 \begin_layout Plain Layout
30593 External Stuff
30594 \end_layout
30595
30596 \end_inset
30597
30598
30599 \end_layout
30600
30601 \begin_layout Standard
30602 With the menu 
30603 \family sans
30604 Insert\SpecialChar \menuseparator
30605 File
30606 \family default
30607  you can insert external material to your document.
30608  This can be:
30609 \end_layout
30610
30611 \begin_layout Description
30612 LyX
30613 \begin_inset space ~
30614 \end_inset
30615
30616 Document Another LyX document; its content is directly inserted to your
30617  document.
30618 \end_layout
30619
30620 \begin_layout Description
30621 Plain
30622 \begin_inset space ~
30623 \end_inset
30624
30625 Text A text document; every of its text lines is inserted to your document
30626  as own paragraph.
30627 \end_layout
30628
30629 \begin_layout Description
30630 Plain
30631 \begin_inset space ~
30632 \end_inset
30633
30634 Text,
30635 \begin_inset space ~
30636 \end_inset
30637
30638 Join
30639 \begin_inset space ~
30640 \end_inset
30641
30642 Lines A text document; its text lines are inserted as they are.
30643  Empty text lines creates a new paragraph in your document.
30644 \end_layout
30645
30646 \begin_layout Description
30647 External
30648 \begin_inset space ~
30649 \end_inset
30650
30651 Material Files in various formats.
30652 \end_layout
30653
30654 \begin_layout Description
30655 Child
30656 \begin_inset space ~
30657 \end_inset
30658
30659 Document LyX or LaTeX-documents.
30660 \end_layout
30661
30662 \begin_layout Section
30663 External Material
30664 \begin_inset Index
30665 status collapsed
30666
30667 \begin_layout Plain Layout
30668 External Stuff ! External Material
30669 \end_layout
30670
30671 \end_inset
30672
30673
30674 \end_layout
30675
30676 \begin_layout Standard
30677 The external material feature allows you to insert files to your document
30678  without converting them previously to a format that can be read by the
30679  document output format because LyX takes care of needed conversions.
30680  This is similar to images that can be inserted in various image formats
30681  to LyX documents.
30682 \end_layout
30683
30684 \begin_layout Standard
30685 External material can be inserted via the 
30686 \family sans
30687 External Material
30688 \family default
30689  dialog that is accessible with the menu 
30690 \family sans
30691 Insert\SpecialChar \menuseparator
30692 File\SpecialChar \menuseparator
30693 External
30694 \begin_inset space ~
30695 \end_inset
30696
30697 Material
30698 \family default
30699 .
30700  Currently the following file types (
30701 \family sans
30702 Templates
30703 \family default
30704 ) are allowed:
30705 \end_layout
30706
30707 \begin_layout Description
30708 ChessDiagram This template supports chess position diagrams made with the
30709  program 
30710 \series bold
30711
30712 \begin_inset CommandInset href
30713 LatexCommand href
30714 name "XBoard"
30715 target "http://en.wikipedia.org/wiki/XBoard"
30716
30717 \end_inset
30718
30719
30720 \series default
30721 .
30722 \end_layout
30723
30724 \begin_layout Description
30725 Date This inserts the date in the form 
30726 \emph on
30727 Day-Month-Year
30728 \emph default
30729 .
30730  This is a date inserted as external material: 
30731 \begin_inset External
30732         template Date
30733         filename .
30734
30735 \end_inset
30736
30737
30738 \begin_inset space ~
30739 \end_inset
30740
30741
30742 \begin_inset Note Note
30743 status open
30744
30745 \begin_layout Plain Layout
30746 Remove the protected space when bug 4398 is fixed!
30747 \end_layout
30748
30749 \end_inset
30750
30751
30752 \begin_inset Newline newline
30753 \end_inset
30754
30755 The date is not shown within LyX, only in the output.
30756  There are two other methods of inserting a date: Via menu 
30757 \family sans
30758 Insert\SpecialChar \menuseparator
30759 Date
30760 \family default
30761  and with the LaTeX command 
30762 \series bold
30763
30764 \backslash
30765 today
30766 \series default
30767  as TeX-Code.
30768  The different methods are compared in Table
30769 \begin_inset space ~
30770 \end_inset
30771
30772
30773 \begin_inset CommandInset ref
30774 LatexCommand ref
30775 reference "tab:Comparison-of-the"
30776
30777 \end_inset
30778
30779 .
30780 \end_layout
30781
30782 \begin_layout Description
30783 LilyPond This template is used for music notation typeset with the program
30784 \begin_inset Newline linebreak
30785 \end_inset
30786
30787
30788 \series bold
30789
30790 \begin_inset CommandInset href
30791 LatexCommand href
30792 name "LilyPond"
30793 target "http://en.wikipedia.org/wiki/LilyPond"
30794
30795 \end_inset
30796
30797
30798 \series default
30799 .
30800 \end_layout
30801
30802 \begin_layout Description
30803 PDFPages With this template you can insert PDF documents to your document.
30804  To insert certain or all pages of a PDF, use the 
30805 \emph on
30806 pages
30807 \emph default
30808  option in the 
30809 \family sans
30810 Option
30811 \family default
30812  field in the 
30813 \family sans
30814 LaTeX and LyX options
30815 \family default
30816  tab according to the template description in the dialog.
30817  When no 
30818 \emph on
30819 pages
30820 \emph default
30821  option is given, only the first page of the PDF will be inserted.
30822 \end_layout
30823
30824 \begin_layout Description
30825 RasterImage This can be used for bitmap images.
30826  Nearly all popular image formats are supported.
30827  The image can be treated in the 
30828 \family sans
30829 External material
30830 \family default
30831  dialog like the images that are usually included via the 
30832 \family sans
30833 Graphics
30834 \family default
30835  dialog as described in section
30836 \begin_inset space ~
30837 \end_inset
30838
30839
30840 \begin_inset CommandInset ref
30841 LatexCommand ref
30842 reference "sec:Graphics-Dialog"
30843
30844 \end_inset
30845
30846 .
30847  The difference is that only raster images are allowed, that means that
30848  PDF and EPS-images are not supported.
30849 \end_layout
30850
30851 \begin_layout Description
30852 XFig This template supports images created with the program 
30853 \series bold
30854
30855 \begin_inset CommandInset href
30856 LatexCommand href
30857 name "Xfig"
30858 target "http://en.wikipedia.org/wiki/Xfig"
30859
30860 \end_inset
30861
30862
30863 \series default
30864 .
30865 \end_layout
30866
30867 \begin_layout Standard
30868 \begin_inset Float table
30869 placement h
30870 wide false
30871 sideways false
30872 status open
30873
30874 \begin_layout Plain Layout
30875 \begin_inset Caption
30876
30877 \begin_layout Plain Layout
30878 \begin_inset CommandInset label
30879 LatexCommand label
30880 name "tab:Comparison-of-the"
30881
30882 \end_inset
30883
30884 Comparison of the date input methods.
30885 \end_layout
30886
30887 \end_inset
30888
30889
30890 \end_layout
30891
30892 \begin_layout Plain Layout
30893 \align center
30894 \begin_inset Tabular
30895 <lyxtabular version="3" rows="4" columns="4">
30896 <features>
30897 <column alignment="center" valignment="top" width="0">
30898 <column alignment="center" valignment="top" width="0">
30899 <column alignment="center" valignment="top" width="0">
30900 <column alignment="center" valignment="top" width="0">
30901 <row>
30902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30903 \begin_inset Text
30904
30905 \begin_layout Plain Layout
30906 Document format
30907 \end_layout
30908
30909 \end_inset
30910 </cell>
30911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30912 \begin_inset Text
30913
30914 \begin_layout Plain Layout
30915
30916 \family sans
30917 External Material\SpecialChar \menuseparator
30918 Date
30919 \end_layout
30920
30921 \end_inset
30922 </cell>
30923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30924 \begin_inset Text
30925
30926 \begin_layout Plain Layout
30927
30928 \family sans
30929 Insert\SpecialChar \menuseparator
30930 Date
30931 \end_layout
30932
30933 \end_inset
30934 </cell>
30935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30936 \begin_inset Text
30937
30938 \begin_layout Plain Layout
30939 command 
30940 \series bold
30941
30942 \backslash
30943 today
30944 \end_layout
30945
30946 \end_inset
30947 </cell>
30948 </row>
30949 <row>
30950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30951 \begin_inset Text
30952
30953 \begin_layout Plain Layout
30954 LyX
30955 \end_layout
30956
30957 \end_inset
30958 </cell>
30959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30960 \begin_inset Text
30961
30962 \begin_layout Plain Layout
30963 as inset box
30964 \end_layout
30965
30966 \end_inset
30967 </cell>
30968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30969 \begin_inset Text
30970
30971 \begin_layout Plain Layout
30972 as date
30973 \end_layout
30974
30975 \end_inset
30976 </cell>
30977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30978 \begin_inset Text
30979
30980 \begin_layout Plain Layout
30981 as TeX-Code inset box
30982 \end_layout
30983
30984 \end_inset
30985 </cell>
30986 </row>
30987 <row>
30988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30989 \begin_inset Text
30990
30991 \begin_layout Plain Layout
30992 LaTeX
30993 \end_layout
30994
30995 \end_inset
30996 </cell>
30997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30998 \begin_inset Text
30999
31000 \begin_layout Plain Layout
31001 as date
31002 \end_layout
31003
31004 \end_inset
31005 </cell>
31006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31007 \begin_inset Text
31008
31009 \begin_layout Plain Layout
31010 as date
31011 \end_layout
31012
31013 \end_inset
31014 </cell>
31015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31016 \begin_inset Text
31017
31018 \begin_layout Plain Layout
31019 as command
31020 \end_layout
31021
31022 \end_inset
31023 </cell>
31024 </row>
31025 <row>
31026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31027 \begin_inset Text
31028
31029 \begin_layout Plain Layout
31030 DVI, PDF, PS
31031 \end_layout
31032
31033 \end_inset
31034 </cell>
31035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31036 \begin_inset Text
31037
31038 \begin_layout Plain Layout
31039 as date
31040 \end_layout
31041
31042 \end_inset
31043 </cell>
31044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31045 \begin_inset Text
31046
31047 \begin_layout Plain Layout
31048 as date
31049 \end_layout
31050
31051 \end_inset
31052 </cell>
31053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31054 \begin_inset Text
31055
31056 \begin_layout Plain Layout
31057 as date
31058 \end_layout
31059
31060 \end_inset
31061 </cell>
31062 </row>
31063 </lyxtabular>
31064
31065 \end_inset
31066
31067
31068 \end_layout
31069
31070 \end_inset
31071
31072
31073 \end_layout
31074
31075 \begin_layout Standard
31076 When you use the option 
31077 \family sans
31078 Draft
31079 \family default
31080  in the 
31081 \family sans
31082 File
31083 \family default
31084  tab of the 
31085 \family sans
31086 External Material
31087 \family default
31088  dialog, only the path to the inserted file is shown in the output.
31089 \begin_inset Newline newline
31090 \end_inset
31091
31092 External material is displayed in LyX either as box like this: 
31093 \begin_inset Graphics
31094         filename clipart/ExternalMaterialQt4.png
31095         scale 85
31096         scaleBeforeRotation
31097
31098 \end_inset
31099
31100  or as image, depending on the option 
31101 \family sans
31102 Show in LyX
31103 \family default
31104  in the 
31105 \family sans
31106 LaTeX and LyX options
31107 \family default
31108  tab of the dialog.
31109 \end_layout
31110
31111 \begin_layout Standard
31112 The 
31113 \family sans
31114 \emph on
31115 Customization
31116 \family default
31117 \emph default
31118  manual explains how you can define your own templates.
31119 \end_layout
31120
31121 \begin_layout Section
31122 Child Documents
31123 \begin_inset CommandInset label
31124 LatexCommand label
31125 name "sec:Child-Documents"
31126
31127 \end_inset
31128
31129
31130 \begin_inset Index
31131 status collapsed
31132
31133 \begin_layout Plain Layout
31134 External Stuff ! Child Documents
31135 \end_layout
31136
31137 \end_inset
31138
31139
31140 \begin_inset Index
31141 status collapsed
31142
31143 \begin_layout Plain Layout
31144 Files ! Include
31145 \end_layout
31146
31147 \end_inset
31148
31149
31150 \end_layout
31151
31152 \begin_layout Standard
31153 Child documents are used when you have a long document consisting of several
31154  larger parts or sections.
31155  For maintenance it is often useful and sometimes even required to split
31156  the document in several files that can be revised separately.
31157  The different documents are then the so called child documents and a master
31158  document connects them to print the full document or parts of it.
31159 \end_layout
31160
31161 \begin_layout Standard
31162 Included documents are displayed in LyX as a box like this: 
31163 \begin_inset Graphics
31164         filename clipart/ChildDocumentQt4.png
31165         scale 85
31166         scaleBeforeRotation
31167
31168 \end_inset
31169
31170  To include child documents to a master document use the menu 
31171 \family sans
31172 Insert\SpecialChar \menuseparator
31173 File\SpecialChar \menuseparator
31174 Child
31175 \begin_inset space ~
31176 \end_inset
31177
31178 Documents
31179 \family default
31180 .
31181  A dialog pops up where you can choose between four include methods:
31182 \end_layout
31183
31184 \begin_layout Description
31185 Include You can include LyX and LaTeX-documents.
31186  When you press the 
31187 \family sans
31188 Load
31189 \family default
31190  button in the 
31191 \family sans
31192 Child Document
31193 \family default
31194  dialog, the included documents will be opened in LyX in a new file tab
31195  so that you can modify it.
31196 \begin_inset Newline newline
31197 \end_inset
31198
31199
31200 \end_layout
31201
31202 \begin_layout Standard
31203 Here is a child document inserted using 
31204 \family sans
31205 Include
31206 \family default
31207
31208 \begin_inset CommandInset include
31209 LatexCommand include
31210 filename "DummyDocument1.lyx"
31211
31212 \end_inset
31213
31214
31215 \end_layout
31216
31217 \begin_layout Standard
31218 The section numbering includes the sections of the included files in the
31219  order they are inserted in the master document.
31220  The included example document has for example a subsection that is numbered
31221  as subsection of this section.
31222  Labels of included documents can be referenced: Subsection
31223 \begin_inset space ~
31224 \end_inset
31225
31226
31227 \begin_inset CommandInset ref
31228 LatexCommand ref
31229 reference "sub:External-Subsection-1"
31230
31231 \end_inset
31232
31233
31234 \end_layout
31235
31236 \begin_layout Standard
31237 The preamble of the child document is ignored, only the preamble of the
31238  master document is used.
31239  Included documents are inserted starting on a new page and end with a page
31240  break.
31241 \end_layout
31242
31243 \begin_layout Standard
31244 With the LaTeX-command 
31245 \series bold
31246
31247 \backslash
31248 includeonly 
31249 \series default
31250 you can specify which included child documents are processed when the output
31251  is generated.
31252  This is useful when you are perhaps only working on a certain chapter of
31253  your large document as this saves compiling time.
31254  
31255 \series bold
31256
31257 \backslash
31258 includeonly
31259 \series default
31260  is inserted to the master document preamble.
31261  It takes a comma-separated list of the filenames as argument, e.g.
31262 \end_layout
31263
31264 \begin_layout Standard
31265
31266 \series bold
31267
31268 \backslash
31269 includeonly{chapter1,chapter5}
31270 \end_layout
31271
31272 \begin_layout Standard
31273 will only process the included files named 
31274 \begin_inset Quotes eld
31275 \end_inset
31276
31277 chapter1.lyx
31278 \begin_inset Quotes erd
31279 \end_inset
31280
31281  (or 
31282 \begin_inset Quotes eld
31283 \end_inset
31284
31285 chapter1.tex
31286 \begin_inset Quotes erd
31287 \end_inset
31288
31289 ) and 
31290 \begin_inset Quotes eld
31291 \end_inset
31292
31293 chapter5.lyx
31294 \begin_inset Quotes erd
31295 \end_inset
31296
31297  .
31298 \end_layout
31299
31300 \begin_layout Standard
31301 \begin_inset Note Greyedout
31302 status open
31303
31304 \begin_layout Plain Layout
31305
31306 \series bold
31307 Note:
31308 \series default
31309  When you have included a LyX- or LaTeX-file, you are warned when you export/vie
31310 w the document in case that the child document uses another document class
31311  than the master document as this will lead to unexpected outputs.
31312 \end_layout
31313
31314 \end_inset
31315
31316
31317 \end_layout
31318
31319 \begin_layout Description
31320 Input This method is very similar to the Include method.
31321  The differences are:
31322 \end_layout
31323
31324 \begin_deeper
31325 \begin_layout Itemize
31326 Input files don't start with a new page and don't end with a page break.
31327 \end_layout
31328
31329 \begin_layout Itemize
31330 Input files can be previewed in LyX when 
31331 \family sans
31332 Instant
31333 \begin_inset space ~
31334 \end_inset
31335
31336 Preview
31337 \family default
31338  is enabled in LyX's preferences under 
31339 \family sans
31340 Look
31341 \begin_inset space ~
31342 \end_inset
31343
31344 and
31345 \begin_inset space ~
31346 \end_inset
31347
31348 feel\SpecialChar \menuseparator
31349 Graphics
31350 \family default
31351 .
31352 \end_layout
31353
31354 \begin_layout Itemize
31355 The LaTeX-command 
31356 \series bold
31357
31358 \backslash
31359 includeonly
31360 \series default
31361  cannot be used.
31362 \end_layout
31363
31364 \end_deeper
31365 \begin_layout Standard
31366 Here is a child document inserted using 
31367 \family sans
31368 Input
31369 \family default
31370
31371 \begin_inset CommandInset include
31372 LatexCommand input
31373 filename "DummyDocument2.lyx"
31374
31375 \end_inset
31376
31377
31378 \end_layout
31379
31380 \begin_layout Description
31381 Verbatim With this method every text file can be included.
31382  The file is shown in the output with its source code, no command used in
31383  the text is invoked.
31384  You can use the option 
31385 \family sans
31386 Mark spaces in output
31387 \family default
31388  that displays the character 
31389 \begin_inset Quotes eld
31390 \end_inset
31391
31392
31393 \begin_inset ERT
31394 status collapsed
31395
31396 \begin_layout Plain Layout
31397
31398
31399 \backslash
31400 textvisiblespace 
31401 \end_layout
31402
31403 \end_inset
31404
31405
31406 \begin_inset Quotes erd
31407 \end_inset
31408
31409  for every space character in the source code.
31410  The difference to the method via the menu 
31411 \family sans
31412 Insert\SpecialChar \menuseparator
31413 File\SpecialChar \menuseparator
31414 Plain
31415 \begin_inset space ~
31416 \end_inset
31417
31418 Text
31419 \family default
31420  is that the document content is not shown in LyX.
31421 \end_layout
31422
31423 \begin_layout Standard
31424 Here is a child document inserted as Verbatim: 
31425 \begin_inset CommandInset include
31426 LatexCommand verbatiminput
31427 filename "DummyTextDocument.txt"
31428
31429 \end_inset
31430
31431
31432 \begin_inset VSpace bigskip
31433 \end_inset
31434
31435 Here is a child document inserted as Verbatim using the 
31436 \family sans
31437 Mark spaces in output
31438 \family default
31439  option: 
31440 \begin_inset CommandInset include
31441 LatexCommand verbatiminput*
31442 filename "DummyTextDocument.txt"
31443
31444 \end_inset
31445
31446
31447 \end_layout
31448
31449 \begin_layout Standard
31450 \begin_inset VSpace bigskip
31451 \end_inset
31452
31453
31454 \end_layout
31455
31456 \begin_layout Standard
31457 \begin_inset Note Greyedout
31458 status open
31459
31460 \begin_layout Plain Layout
31461
31462 \series bold
31463 Note:
31464 \series default
31465  As you can see in the examples above, the text of the documents included
31466  as 
31467 \family sans
31468 verbatim
31469 \family default
31470  is not broken at the end of the document lines.
31471 \end_layout
31472
31473 \end_inset
31474
31475
31476 \end_layout
31477
31478 \begin_layout Description
31479 Listings This type is described in chapter
31480 \begin_inset space ~
31481 \end_inset
31482
31483
31484 \begin_inset CommandInset ref
31485 LatexCommand ref
31486 reference "cha:Program-Code-Listings"
31487
31488 \end_inset
31489
31490 .
31491 \end_layout
31492
31493 \begin_layout Standard
31494 \begin_inset Note Greyedout
31495 status open
31496
31497 \begin_layout Plain Layout
31498
31499 \series bold
31500 Note:
31501 \series default
31502  Including the same document twice in a document using different methods
31503  could cause LaTeX-problems.
31504 \end_layout
31505
31506 \end_inset
31507
31508
31509 \end_layout
31510
31511 \begin_layout Chapter
31512 Program Code Listings
31513 \begin_inset CommandInset label
31514 LatexCommand label
31515 name "cha:Program-Code-Listings"
31516
31517 \end_inset
31518
31519
31520 \begin_inset Index
31521 status collapsed
31522
31523 \begin_layout Plain Layout
31524 Listings
31525 \end_layout
31526
31527 \end_inset
31528
31529
31530 \begin_inset Index
31531 status collapsed
31532
31533 \begin_layout Plain Layout
31534 Program Code
31535 \end_layout
31536
31537 \end_inset
31538
31539
31540 \begin_inset Index
31541 status collapsed
31542
31543 \begin_layout Plain Layout
31544 Floats ! Listings
31545 \end_layout
31546
31547 \end_inset
31548
31549
31550 \end_layout
31551
31552 \begin_layout Standard
31553 To include and typeset program code you can use the 
31554 \family sans
31555 Listings
31556 \family default
31557  inset that can be inserted via the menu 
31558 \family sans
31559 Insert\SpecialChar \menuseparator
31560 Program Listing
31561 \family default
31562 .
31563  The LaTeX-package 
31564 \series bold
31565 listings
31566 \series default
31567
31568 \begin_inset Index
31569 status collapsed
31570
31571 \begin_layout Plain Layout
31572 LaTeX-packages ! listings
31573 \end_layout
31574
31575 \end_inset
31576
31577  provides a powerful and flexible way to insert program source code to your
31578  document.
31579 \end_layout
31580
31581 \begin_layout Standard
31582 When right-clicking on a listings inset a dialog pops up where you can set
31583  the listings format.
31584 \end_layout
31585
31586 \begin_layout Standard
31587 By default, a listing starts a new paragraph in the output.
31588  The placement option 
31589 \family sans
31590 Inline
31591 \begin_inset space ~
31592 \end_inset
31593
31594 listing
31595 \family default
31596  prints the listing inline like this: 
31597 \begin_inset listings
31598 lstparams "language={C++}"
31599 inline true
31600 status open
31601
31602 \begin_layout Plain Layout
31603
31604 int a=5;
31605 \end_layout
31606
31607 \end_inset
31608
31609
31610 \begin_inset Newline newline
31611 \end_inset
31612
31613 The option 
31614 \family sans
31615 Float
31616 \family default
31617  creates a listings float where you can specify the placement options 
31618 \begin_inset Quotes eld
31619 \end_inset
31620
31621
31622 \family sans
31623 h
31624 \family default
31625
31626 \begin_inset Quotes erd
31627 \end_inset
31628
31629
31630 \begin_inset Quotes eld
31631 \end_inset
31632
31633
31634 \family sans
31635 t
31636 \family default
31637
31638 \begin_inset Quotes erd
31639 \end_inset
31640
31641
31642 \begin_inset Quotes eld
31643 \end_inset
31644
31645
31646 \family sans
31647 b
31648 \family default
31649
31650 \begin_inset Quotes erd
31651 \end_inset
31652
31653 , and 
31654 \begin_inset Quotes eld
31655 \end_inset
31656
31657
31658 \family sans
31659 p
31660 \family default
31661
31662 \begin_inset Quotes erd
31663 \end_inset
31664
31665  corresponding to the float placement options described in section
31666 \begin_inset space ~
31667 \end_inset
31668
31669
31670 \begin_inset CommandInset ref
31671 LatexCommand ref
31672 reference "sec:Float-Placement"
31673
31674 \end_inset
31675
31676 .
31677  The placement options can be mixed and are inserted without any separation,
31678  e.
31679 \begin_inset space \thinspace{}
31680 \end_inset
31681
31682 g.
31683 \begin_inset space ~
31684 \end_inset
31685
31686
31687 \begin_inset Quotes eld
31688 \end_inset
31689
31690
31691 \family sans
31692 htbp
31693 \family default
31694
31695 \begin_inset Quotes erd
31696 \end_inset
31697
31698 .
31699  The option 
31700 \begin_inset Quotes eld
31701 \end_inset
31702
31703 h
31704 \begin_inset Quotes erd
31705 \end_inset
31706
31707  has sometimes no effect, but you don't need to use the 
31708 \family sans
31709 Float
31710 \family default
31711  option in this case as also non-float listings can have captions and be
31712  referenced.
31713 \end_layout
31714
31715 \begin_layout Standard
31716 You can add captions to listings with the menu 
31717 \family sans
31718 Insert\SpecialChar \menuseparator
31719 Caption
31720 \family default
31721 .
31722  Listings can be referenced like floats: Listing
31723 \begin_inset space ~
31724 \end_inset
31725
31726
31727 \begin_inset CommandInset ref
31728 LatexCommand ref
31729 reference "lst:Example-Listing"
31730
31731 \end_inset
31732
31733
31734 \end_layout
31735
31736 \begin_layout Standard
31737 \begin_inset listings
31738 lstparams "language=Python"
31739 inline false
31740 status open
31741
31742 \begin_layout Plain Layout
31743
31744 \begin_inset Caption
31745
31746 \begin_layout Plain Layout
31747 \begin_inset CommandInset label
31748 LatexCommand label
31749 name "lst:Example-Listing"
31750
31751 \end_inset
31752
31753 Example Listing float
31754 \end_layout
31755
31756 \end_inset
31757
31758 # Example listing float
31759 \end_layout
31760
31761 \begin_layout Plain Layout
31762
31763 def func(param):
31764 \end_layout
31765
31766 \begin_layout Plain Layout
31767
31768     'this is a python function'
31769 \end_layout
31770
31771 \begin_layout Plain Layout
31772
31773     pass
31774 \end_layout
31775
31776 \end_inset
31777
31778
31779 \end_layout
31780
31781 \begin_layout Standard
31782 When you have set a programming language in the listings dialog, the keywords
31783  of this language will be recognized and specially typeset in the output.
31784  In the example listings the Python keyword 
31785 \begin_inset Quotes eld
31786 \end_inset
31787
31788 def
31789 \begin_inset Quotes erd
31790 \end_inset
31791
31792  is recognized and printed bold in the output.
31793 \end_layout
31794
31795 \begin_layout Standard
31796 \begin_inset Note Greyedout
31797 status open
31798
31799 \begin_layout Plain Layout
31800
31801 \series bold
31802 Note:
31803 \series default
31804  If you don't get bold keywords when using typewriter fonts, your typewriter
31805  font probably doesn't provide a bold shape.
31806  In this case select a different one in the menu 
31807 \family sans
31808 Document\SpecialChar \menuseparator
31809 Settings\SpecialChar \menuseparator
31810 Fonts
31811 \family default
31812 .
31813  (The fonts 
31814 \emph on
31815 LuxiMono, BeraMono
31816 \emph default
31817  and 
31818 \emph on
31819 Courier
31820 \emph default
31821  provide bold shapes.)
31822 \end_layout
31823
31824 \end_inset
31825
31826
31827 \end_layout
31828
31829 \begin_layout Standard
31830 In section 
31831 \family sans
31832 Line
31833 \begin_inset space ~
31834 \end_inset
31835
31836 numbering
31837 \family default
31838  of the listings dialog you can specify the line numbering style.
31839  You can insert a number to specify which lines are numbered to the field
31840  
31841 \family sans
31842 Step
31843 \family default
31844 .
31845  When you insert e.g.
31846  
31847 \begin_inset Quotes eld
31848 \end_inset
31849
31850 3
31851 \begin_inset Quotes erd
31852 \end_inset
31853
31854 , only every 3rd line will be numbered.
31855 \end_layout
31856
31857 \begin_layout Standard
31858 You can furthermore specify a range of lines, only these will then appear
31859  in the output.
31860  The option 
31861 \family sans
31862 Extended
31863 \begin_inset space ~
31864 \end_inset
31865
31866 chars
31867 \family default
31868  should be used when you use national characters like the German umlauts
31869  in the listing.
31870 \begin_inset Newline newline
31871 \end_inset
31872
31873 Here is an example listing with left line numbering, step 
31874 \begin_inset Quotes eld
31875 \end_inset
31876
31877 3
31878 \begin_inset Quotes erd
31879 \end_inset
31880
31881 , language 
31882 \begin_inset Quotes eld
31883 \end_inset
31884
31885 Python
31886 \begin_inset Quotes erd
31887 \end_inset
31888
31889 , options 
31890 \begin_inset Quotes eld
31891 \end_inset
31892
31893 Extended
31894 \begin_inset space ~
31895 \end_inset
31896
31897 chars
31898 \begin_inset Quotes erd
31899 \end_inset
31900
31901  and 
31902 \begin_inset Quotes eld
31903 \end_inset
31904
31905 Space
31906 \begin_inset space ~
31907 \end_inset
31908
31909 as
31910 \begin_inset space ~
31911 \end_inset
31912
31913 Symbol
31914 \begin_inset Quotes erd
31915 \end_inset
31916
31917 , range lines 3
31918 \begin_inset space \thinspace{}
31919 \end_inset
31920
31921 -
31922 \begin_inset space \thinspace{}
31923 \end_inset
31924
31925 8:
31926 \end_layout
31927
31928 \begin_layout Standard
31929 \begin_inset listings
31930 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
31931 inline false
31932 status open
31933
31934 \begin_layout Plain Layout
31935
31936 def func(param):
31937 \end_layout
31938
31939 \begin_layout Plain Layout
31940
31941     'this is a python function'
31942 \end_layout
31943
31944 \begin_layout Plain Layout
31945
31946     pass
31947 \end_layout
31948
31949 \begin_layout Plain Layout
31950
31951 def func(param):
31952 \end_layout
31953
31954 \begin_layout Plain Layout
31955
31956 'This is a German word: Tschüß'
31957 \end_layout
31958
31959 \begin_layout Plain Layout
31960
31961 pass
31962 \end_layout
31963
31964 \begin_layout Plain Layout
31965
31966 def func(param):
31967 \end_layout
31968
31969 \begin_layout Plain Layout
31970
31971 'this is a python function'
31972 \end_layout
31973
31974 \begin_layout Plain Layout
31975
31976 pass
31977 \end_layout
31978
31979 \end_inset
31980
31981
31982 \end_layout
31983
31984 \begin_layout Standard
31985 \begin_inset Note Greyedout
31986 status open
31987
31988 \begin_layout Plain Layout
31989
31990 \series bold
31991 Note:
31992 \series default
31993  Due to a bug in the 
31994 \series bold
31995 listings
31996 \series default
31997  package the line numbering is shifted by a line by every previous listing.
31998  That's the reason why the lines 2 and 5 are numbered in the above listing
31999  and not the lines 3 and 6.
32000 \end_layout
32001
32002 \end_inset
32003
32004
32005 \end_layout
32006
32007 \begin_layout Standard
32008 \begin_inset VSpace bigskip
32009 \end_inset
32010
32011
32012 \end_layout
32013
32014 \begin_layout Standard
32015 It is also possible to print lines from a file as listing.
32016  To do this, use the menu 
32017 \family sans
32018 Insert\SpecialChar \menuseparator
32019 File\SpecialChar \menuseparator
32020 Child Document
32021 \family default
32022  and choose the type 
32023 \family sans
32024 Listings
32025 \family default
32026 .
32027 \begin_inset Foot
32028 status collapsed
32029
32030 \begin_layout Plain Layout
32031 The other child document types are described in section
32032 \begin_inset space ~
32033 \end_inset
32034
32035
32036 \begin_inset CommandInset ref
32037 LatexCommand ref
32038 reference "sec:Child-Documents"
32039
32040 \end_inset
32041
32042 .
32043 \end_layout
32044
32045 \end_inset
32046
32047  In the child document dialog you can specify the listing parameters in
32048  a text box.
32049  To show a list of all available parameters, type in a question mark 
32050 \begin_inset Quotes eld
32051 \end_inset
32052
32053 ?
32054 \begin_inset Quotes erd
32055 \end_inset
32056
32057  in the text box.
32058 \end_layout
32059
32060 \begin_layout Standard
32061 To reference child document listings, write a label text into the corresponding
32062  field of the child document dialog.
32063  The label can then be referenced using the menu 
32064 \family sans
32065 Insert\SpecialChar \menuseparator
32066 Cross-Reference
32067 \family default
32068 .
32069 \end_layout
32070
32071 \begin_layout Standard
32072 Listing
32073 \begin_inset space ~
32074 \end_inset
32075
32076
32077 \begin_inset CommandInset ref
32078 LatexCommand ref
32079 reference "lst:file-listing"
32080
32081 \end_inset
32082
32083  is an example for a listing of a file; there the lines 10
32084 \begin_inset space \thinspace{}
32085 \end_inset
32086
32087 -
32088 \begin_inset space \thinspace{}
32089 \end_inset
32090
32091 15 of this LyX file are listed.
32092 \end_layout
32093
32094 \begin_layout Standard
32095 \begin_inset CommandInset include
32096 LatexCommand lstinputlisting
32097 filename "EmbeddedObjects.lyx"
32098 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
32099
32100 \end_inset
32101
32102
32103 \end_layout
32104
32105 \begin_layout Standard
32106 \begin_inset VSpace bigskip
32107 \end_inset
32108
32109
32110 \end_layout
32111
32112 \begin_layout Standard
32113 Global listings settings can be set in the 
32114 \family sans
32115 Document\SpecialChar \menuseparator
32116 Settings\SpecialChar \menuseparator
32117 Text Layout
32118 \family default
32119  dialog.
32120  To get there a list of available options, type in a question mark 
32121 \begin_inset Quotes eld
32122 \end_inset
32123
32124 ?
32125 \begin_inset Quotes erd
32126 \end_inset
32127
32128  in the 
32129 \family sans
32130 Listings
32131 \begin_inset space ~
32132 \end_inset
32133
32134 settings
32135 \family default
32136  field.
32137 \end_layout
32138
32139 \begin_layout Standard
32140 For more information about the 
32141 \series bold
32142 listings
32143 \series default
32144  package, we refer to its documentation 
32145 \begin_inset CommandInset citation
32146 LatexCommand cite
32147 key "listings"
32148
32149 \end_inset
32150
32151 .
32152 \end_layout
32153
32154 \begin_layout Standard
32155 \begin_inset Newpage newpage
32156 \end_inset
32157
32158
32159 \end_layout
32160
32161 \begin_layout Chapter
32162 \start_of_appendix
32163 Units available in LyX
32164 \begin_inset Index
32165 status collapsed
32166
32167 \begin_layout Plain Layout
32168 Units
32169 \end_layout
32170
32171 \end_inset
32172
32173
32174 \begin_inset CommandInset label
32175 LatexCommand label
32176 name "cha:Units-available-in"
32177
32178 \end_inset
32179
32180
32181 \end_layout
32182
32183 \begin_layout Standard
32184 To understand the units described in this documentation, Table
32185 \begin_inset space ~
32186 \end_inset
32187
32188
32189 \begin_inset CommandInset ref
32190 LatexCommand ref
32191 reference "tab:Units"
32192
32193 \end_inset
32194
32195  explains all units available in LyX.
32196 \end_layout
32197
32198 \begin_layout Standard
32199 \begin_inset Float table
32200 placement h
32201 wide false
32202 sideways false
32203 status open
32204
32205 \begin_layout Plain Layout
32206 \begin_inset Caption
32207
32208 \begin_layout Plain Layout
32209 \begin_inset CommandInset label
32210 LatexCommand label
32211 name "tab:Units"
32212
32213 \end_inset
32214
32215 Units
32216 \end_layout
32217
32218 \end_inset
32219
32220
32221 \end_layout
32222
32223 \begin_layout Plain Layout
32224 \begin_inset VSpace medskip
32225 \end_inset
32226
32227
32228 \end_layout
32229
32230 \begin_layout Plain Layout
32231 \align center
32232 \begin_inset Tabular
32233 <lyxtabular version="3" rows="20" columns="2">
32234 <features>
32235 <column alignment="center" valignment="top" width="0">
32236 <column alignment="center" valignment="top" width="0">
32237 <row>
32238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32239 \begin_inset Text
32240
32241 \begin_layout Plain Layout
32242 unit
32243 \end_layout
32244
32245 \end_inset
32246 </cell>
32247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32248 \begin_inset Text
32249
32250 \begin_layout Plain Layout
32251 name/description
32252 \end_layout
32253
32254 \end_inset
32255 </cell>
32256 </row>
32257 <row>
32258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32259 \begin_inset Text
32260
32261 \begin_layout Plain Layout
32262 mm
32263 \end_layout
32264
32265 \end_inset
32266 </cell>
32267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32268 \begin_inset Text
32269
32270 \begin_layout Plain Layout
32271 millimeter
32272 \end_layout
32273
32274 \end_inset
32275 </cell>
32276 </row>
32277 <row>
32278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32279 \begin_inset Text
32280
32281 \begin_layout Plain Layout
32282 cm
32283 \end_layout
32284
32285 \end_inset
32286 </cell>
32287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32288 \begin_inset Text
32289
32290 \begin_layout Plain Layout
32291 centimeter
32292 \end_layout
32293
32294 \end_inset
32295 </cell>
32296 </row>
32297 <row>
32298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32299 \begin_inset Text
32300
32301 \begin_layout Plain Layout
32302 in
32303 \end_layout
32304
32305 \end_inset
32306 </cell>
32307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32308 \begin_inset Text
32309
32310 \begin_layout Plain Layout
32311 inch
32312 \end_layout
32313
32314 \end_inset
32315 </cell>
32316 </row>
32317 <row>
32318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32319 \begin_inset Text
32320
32321 \begin_layout Plain Layout
32322 pt
32323 \end_layout
32324
32325 \end_inset
32326 </cell>
32327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32328 \begin_inset Text
32329
32330 \begin_layout Plain Layout
32331 point (72.27
32332 \begin_inset space \thinspace{}
32333 \end_inset
32334
32335 pt = 1
32336 \begin_inset space \thinspace{}
32337 \end_inset
32338
32339 in)
32340 \end_layout
32341
32342 \end_inset
32343 </cell>
32344 </row>
32345 <row>
32346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32347 \begin_inset Text
32348
32349 \begin_layout Plain Layout
32350 pc
32351 \end_layout
32352
32353 \end_inset
32354 </cell>
32355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32356 \begin_inset Text
32357
32358 \begin_layout Plain Layout
32359 pica (1
32360 \begin_inset space \thinspace{}
32361 \end_inset
32362
32363 pc = 12
32364 \begin_inset space \thinspace{}
32365 \end_inset
32366
32367 pt)
32368 \end_layout
32369
32370 \end_inset
32371 </cell>
32372 </row>
32373 <row>
32374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32375 \begin_inset Text
32376
32377 \begin_layout Plain Layout
32378 sp
32379 \end_layout
32380
32381 \end_inset
32382 </cell>
32383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32384 \begin_inset Text
32385
32386 \begin_layout Plain Layout
32387 scaled point (65536
32388 \begin_inset space \thinspace{}
32389 \end_inset
32390
32391 sp = 1
32392 \begin_inset space \thinspace{}
32393 \end_inset
32394
32395 pt)
32396 \end_layout
32397
32398 \end_inset
32399 </cell>
32400 </row>
32401 <row>
32402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32403 \begin_inset Text
32404
32405 \begin_layout Plain Layout
32406 bp
32407 \end_layout
32408
32409 \end_inset
32410 </cell>
32411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32412 \begin_inset Text
32413
32414 \begin_layout Plain Layout
32415 big point (72
32416 \begin_inset space \thinspace{}
32417 \end_inset
32418
32419 bp = 1
32420 \begin_inset space \thinspace{}
32421 \end_inset
32422
32423 in)
32424 \end_layout
32425
32426 \end_inset
32427 </cell>
32428 </row>
32429 <row>
32430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32431 \begin_inset Text
32432
32433 \begin_layout Plain Layout
32434 dd
32435 \end_layout
32436
32437 \end_inset
32438 </cell>
32439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32440 \begin_inset Text
32441
32442 \begin_layout Plain Layout
32443 didot (1
32444 \begin_inset space \thinspace{}
32445 \end_inset
32446
32447 dd 
32448 \begin_inset Formula $\approx$
32449 \end_inset
32450
32451  0.376
32452 \begin_inset space \thinspace{}
32453 \end_inset
32454
32455 mm)
32456 \end_layout
32457
32458 \end_inset
32459 </cell>
32460 </row>
32461 <row>
32462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32463 \begin_inset Text
32464
32465 \begin_layout Plain Layout
32466 cc
32467 \end_layout
32468
32469 \end_inset
32470 </cell>
32471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32472 \begin_inset Text
32473
32474 \begin_layout Plain Layout
32475 cicero (1
32476 \begin_inset space \thinspace{}
32477 \end_inset
32478
32479 cc = 12
32480 \begin_inset space \thinspace{}
32481 \end_inset
32482
32483 dd)
32484 \end_layout
32485
32486 \end_inset
32487 </cell>
32488 </row>
32489 <row>
32490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32491 \begin_inset Text
32492
32493 \begin_layout Plain Layout
32494 Scale%
32495 \end_layout
32496
32497 \end_inset
32498 </cell>
32499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32500 \begin_inset Text
32501
32502 \begin_layout Plain Layout
32503 % of original image width
32504 \end_layout
32505
32506 \end_inset
32507 </cell>
32508 </row>
32509 <row>
32510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32511 \begin_inset Text
32512
32513 \begin_layout Plain Layout
32514 text%
32515 \end_layout
32516
32517 \end_inset
32518 </cell>
32519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32520 \begin_inset Text
32521
32522 \begin_layout Plain Layout
32523 % of text width
32524 \end_layout
32525
32526 \end_inset
32527 </cell>
32528 </row>
32529 <row>
32530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32531 \begin_inset Text
32532
32533 \begin_layout Plain Layout
32534 col%
32535 \end_layout
32536
32537 \end_inset
32538 </cell>
32539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32540 \begin_inset Text
32541
32542 \begin_layout Plain Layout
32543 % of column width
32544 \end_layout
32545
32546 \end_inset
32547 </cell>
32548 </row>
32549 <row>
32550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32551 \begin_inset Text
32552
32553 \begin_layout Plain Layout
32554 page%
32555 \end_layout
32556
32557 \end_inset
32558 </cell>
32559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32560 \begin_inset Text
32561
32562 \begin_layout Plain Layout
32563 % of paper width
32564 \end_layout
32565
32566 \end_inset
32567 </cell>
32568 </row>
32569 <row>
32570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32571 \begin_inset Text
32572
32573 \begin_layout Plain Layout
32574 line%
32575 \end_layout
32576
32577 \end_inset
32578 </cell>
32579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32580 \begin_inset Text
32581
32582 \begin_layout Plain Layout
32583 % of line width
32584 \end_layout
32585
32586 \end_inset
32587 </cell>
32588 </row>
32589 <row>
32590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32591 \begin_inset Text
32592
32593 \begin_layout Plain Layout
32594 theight%
32595 \end_layout
32596
32597 \end_inset
32598 </cell>
32599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32600 \begin_inset Text
32601
32602 \begin_layout Plain Layout
32603 % of text height
32604 \end_layout
32605
32606 \end_inset
32607 </cell>
32608 </row>
32609 <row>
32610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32611 \begin_inset Text
32612
32613 \begin_layout Plain Layout
32614 pheight%
32615 \end_layout
32616
32617 \end_inset
32618 </cell>
32619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32620 \begin_inset Text
32621
32622 \begin_layout Plain Layout
32623 % of paper height
32624 \end_layout
32625
32626 \end_inset
32627 </cell>
32628 </row>
32629 <row>
32630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32631 \begin_inset Text
32632
32633 \begin_layout Plain Layout
32634 ex
32635 \end_layout
32636
32637 \end_inset
32638 </cell>
32639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32640 \begin_inset Text
32641
32642 \begin_layout Plain Layout
32643 height of letter 
32644 \emph on
32645 x
32646 \emph default
32647  in current font
32648 \end_layout
32649
32650 \end_inset
32651 </cell>
32652 </row>
32653 <row>
32654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32655 \begin_inset Text
32656
32657 \begin_layout Plain Layout
32658 em
32659 \end_layout
32660
32661 \end_inset
32662 </cell>
32663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32664 \begin_inset Text
32665
32666 \begin_layout Plain Layout
32667 width of letter 
32668 \emph on
32669 M
32670 \emph default
32671  in current font
32672 \end_layout
32673
32674 \end_inset
32675 </cell>
32676 </row>
32677 <row>
32678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32679 \begin_inset Text
32680
32681 \begin_layout Plain Layout
32682 mu
32683 \end_layout
32684
32685 \end_inset
32686 </cell>
32687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32688 \begin_inset Text
32689
32690 \begin_layout Plain Layout
32691 math unit (1
32692 \begin_inset space \thinspace{}
32693 \end_inset
32694
32695 mu = 1/18
32696 \begin_inset space \thinspace{}
32697 \end_inset
32698
32699 em)
32700 \end_layout
32701
32702 \end_inset
32703 </cell>
32704 </row>
32705 </lyxtabular>
32706
32707 \end_inset
32708
32709
32710 \end_layout
32711
32712 \end_inset
32713
32714
32715 \end_layout
32716
32717 \begin_layout Chapter
32718 Output File Formats with Graphics
32719 \begin_inset CommandInset label
32720 LatexCommand label
32721 name "cha:Output-File-Formats"
32722
32723 \end_inset
32724
32725
32726 \end_layout
32727
32728 \begin_layout Section
32729 DVI
32730 \begin_inset Index
32731 status collapsed
32732
32733 \begin_layout Plain Layout
32734 File Formats ! DVI
32735 \end_layout
32736
32737 \end_inset
32738
32739
32740 \begin_inset Index
32741 status collapsed
32742
32743 \begin_layout Plain Layout
32744 DVI|see
32745 \begin_inset ERT
32746 status collapsed
32747
32748 \begin_layout Plain Layout
32749
32750 {
32751 \end_layout
32752
32753 \end_inset
32754
32755 File Formats
32756 \begin_inset ERT
32757 status collapsed
32758
32759 \begin_layout Plain Layout
32760
32761 }
32762 \end_layout
32763
32764 \end_inset
32765
32766
32767 \end_layout
32768
32769 \end_inset
32770
32771
32772 \end_layout
32773
32774 \begin_layout Standard
32775 This file type has the extension 
32776 \begin_inset Quotes eld
32777 \end_inset
32778
32779
32780 \family typewriter
32781 .dvi
32782 \family default
32783
32784 \begin_inset Quotes erd
32785 \end_inset
32786
32787 .
32788  It is called 
32789 \begin_inset Quotes eld
32790 \end_inset
32791
32792 device-independent
32793 \begin_inset Quotes erd
32794 \end_inset
32795
32796  (DVI), because it is completely portable; you can move them from one machine
32797  to another without needing to do any sort of conversion.
32798  At the time when this file-format was developed, this was no matter of
32799  course.
32800  DVIs are used for quick previews and as pre-stage for other output formats,
32801  like PostScript.
32802 \end_layout
32803
32804 \begin_layout Standard
32805 \begin_inset Note Greyedout
32806 status open
32807
32808 \begin_layout Plain Layout
32809
32810 \series bold
32811 Note:
32812 \series default
32813  DVI-files doesn't contain images, they will only be a linked.
32814 \end_layout
32815
32816 \end_inset
32817
32818  So don't forget this, if you move your 
32819 \family typewriter
32820 .dvi
32821 \family default
32822  file to another computer.
32823  This property can also slow down your computer when you view the DVI.
32824  Because the DVI-viewer has to convert the image in the background to make
32825  it visible when you scroll in the DVI.
32826  So we recommend to use PDF for files with many images.
32827 \end_layout
32828
32829 \begin_layout Standard
32830 You can export your document to DVI by using the menu 
32831 \family sans
32832 File\SpecialChar \menuseparator
32833 Export\SpecialChar \menuseparator
32834 DVI
32835 \family default
32836 .
32837  You can view your document as DVI via the 
32838 \family sans
32839 View
32840 \family default
32841  menu or by using the toolbar button 
32842 \begin_inset Graphics
32843         filename ../images/buffer-view_dvi.png
32844         scale 85
32845         scaleBeforeRotation
32846
32847 \end_inset
32848
32849 .
32850 \end_layout
32851
32852 \begin_layout Section
32853 PostScript
32854 \begin_inset CommandInset label
32855 LatexCommand label
32856 name "sec:PostScript"
32857
32858 \end_inset
32859
32860
32861 \begin_inset Index
32862 status collapsed
32863
32864 \begin_layout Plain Layout
32865 File Formats ! PostScript
32866 \end_layout
32867
32868 \end_inset
32869
32870
32871 \begin_inset Index
32872 status collapsed
32873
32874 \begin_layout Plain Layout
32875 PostScript|see
32876 \begin_inset ERT
32877 status collapsed
32878
32879 \begin_layout Plain Layout
32880
32881 {
32882 \end_layout
32883
32884 \end_inset
32885
32886 File Formats
32887 \begin_inset ERT
32888 status collapsed
32889
32890 \begin_layout Plain Layout
32891
32892 }
32893 \end_layout
32894
32895 \end_inset
32896
32897
32898 \end_layout
32899
32900 \end_inset
32901
32902
32903 \end_layout
32904
32905 \begin_layout Standard
32906 This file type has the extension 
32907 \begin_inset Quotes eld
32908 \end_inset
32909
32910
32911 \family typewriter
32912 .ps
32913 \family default
32914
32915 \begin_inset Quotes erd
32916 \end_inset
32917
32918 .
32919  PostScript was developed by the company 
32920 \family typewriter
32921 Adobe
32922 \family default
32923  as printer language.
32924  The file contains therefore commands that the printer uses to print the
32925  file.
32926  PostScript can be seen as 
32927 \begin_inset Quotes eld
32928 \end_inset
32929
32930 programming language
32931 \begin_inset Quotes erd
32932 \end_inset
32933
32934 ; you can calculate with it and draw diagrams and images
32935 \begin_inset Foot
32936 status collapsed
32937
32938 \begin_layout Plain Layout
32939 If you are interested to learn more about this, have a look at the LaTeX-package
32940  
32941 \series bold
32942 PSTricks
32943 \series default
32944  
32945 \begin_inset CommandInset citation
32946 LatexCommand cite
32947 key "pstricks"
32948
32949 \end_inset
32950
32951 .
32952 \end_layout
32953
32954 \end_inset
32955
32956 .
32957  Due to this ability, the files are often bigger than PDFs.
32958 \end_layout
32959
32960 \begin_layout Standard
32961 PostScript can only contain images in the format 
32962 \begin_inset Quotes eld
32963 \end_inset
32964
32965 Encapsulated PostScript
32966 \begin_inset Quotes erd
32967 \end_inset
32968
32969  (EPS, file extension 
32970 \begin_inset Quotes eld
32971 \end_inset
32972
32973
32974 \family typewriter
32975 .eps
32976 \family default
32977
32978 \begin_inset Quotes erd
32979 \end_inset
32980
32981 ).
32982  As LyX allows you to use any known image format in your document, it has
32983  to convert images in the background to EPS.
32984  If you have e.g 50 images in your document, LyX has to do 50 conversions
32985  whenever you view or export your document.
32986  This will slow down your work flow with LyX drastically.
32987  So if you plan to use PostScript, you can insert your images directly as
32988  EPS to avoid this problem.
32989 \end_layout
32990
32991 \begin_layout Standard
32992 You can export your document to PostScript using the menu 
32993 \family sans
32994 File\SpecialChar \menuseparator
32995 Export\SpecialChar \menuseparator
32996 Postscript
32997 \family default
32998 .
32999  You can view your document as PostScript via the 
33000 \family sans
33001 View
33002 \family default
33003  menu or by using the toolbar button 
33004 \begin_inset Graphics
33005         filename ../images/buffer-view_ps.png
33006         scale 85
33007         scaleBeforeRotation
33008
33009 \end_inset
33010
33011 .
33012 \end_layout
33013
33014 \begin_layout Section
33015 PDF
33016 \begin_inset CommandInset label
33017 LatexCommand label
33018 name "sec:PDF"
33019
33020 \end_inset
33021
33022
33023 \begin_inset Index
33024 status collapsed
33025
33026 \begin_layout Plain Layout
33027 File Formats ! PDF
33028 \end_layout
33029
33030 \end_inset
33031
33032
33033 \begin_inset Index
33034 status collapsed
33035
33036 \begin_layout Plain Layout
33037 PDF
33038 \end_layout
33039
33040 \end_inset
33041
33042
33043 \end_layout
33044
33045 \begin_layout Standard
33046 This file type has the extension 
33047 \begin_inset Quotes eld
33048 \end_inset
33049
33050
33051 \family typewriter
33052 .pdf
33053 \family default
33054
33055 \begin_inset Quotes erd
33056 \end_inset
33057
33058 .
33059  The 
33060 \begin_inset Quotes eld
33061 \end_inset
33062
33063 Portable Document Format
33064 \begin_inset Quotes erd
33065 \end_inset
33066
33067  (PDF) is developed by 
33068 \family typewriter
33069 Adobe
33070 \family default
33071  as derivative from PostScript.
33072  It is more compressed and it uses much less commands than PostScript.
33073  As the name 
33074 \begin_inset Quotes eld
33075 \end_inset
33076
33077 portable
33078 \begin_inset Quotes erd
33079 \end_inset
33080
33081  implies, it can be processed at any computer system and the printed output
33082  looks exactly the same.
33083 \end_layout
33084
33085 \begin_layout Standard
33086 PDF can contain images in its own PDF format, in the format 
33087 \begin_inset Quotes eld
33088 \end_inset
33089
33090 Joint Photographic Experts Group
33091 \begin_inset Quotes erd
33092 \end_inset
33093
33094  (JPG, file extension 
33095 \begin_inset Quotes eld
33096 \end_inset
33097
33098
33099 \family typewriter
33100 .jpg
33101 \family default
33102
33103 \begin_inset Quotes erd
33104 \end_inset
33105
33106  or 
33107 \begin_inset Quotes eld
33108 \end_inset
33109
33110
33111 \family typewriter
33112 .jpeg
33113 \family default
33114
33115 \begin_inset Quotes erd
33116 \end_inset
33117
33118 ), and in the format 
33119 \begin_inset Quotes eld
33120 \end_inset
33121
33122 Portable Network Graphics
33123 \begin_inset Quotes erd
33124 \end_inset
33125
33126  (PNG, file extension 
33127 \begin_inset Quotes eld
33128 \end_inset
33129
33130
33131 \family typewriter
33132 .png
33133 \family default
33134
33135 \begin_inset Quotes erd
33136 \end_inset
33137
33138 ).
33139  Nevertheless you can use any other image format, because LyX converts them
33140  in the background to one of these formats.
33141  But as described in the section about PostScript, the image conversion
33142  will slow down your work flow.
33143  So it is recommended to use images in one of the three mentioned formats.
33144 \end_layout
33145
33146 \begin_layout Standard
33147 You can export your document to PDF via the menu 
33148 \family sans
33149 File\SpecialChar \menuseparator
33150 Export
33151 \family default
33152  in three different ways:
33153 \end_layout
33154
33155 \begin_layout Description
33156 PDF
33157 \begin_inset space ~
33158 \end_inset
33159
33160 (ps2pdf) This uses the program 
33161 \family typewriter
33162 ps2pdf
33163 \family default
33164  that creates a PDF from a PostScript-version of your file.
33165  The PostScript-version is produced by the program 
33166 \family typewriter
33167 dvips
33168 \family default
33169  which uses a DVI-version as intermediate step.
33170  So this export variant consist of three conversions.
33171 \end_layout
33172
33173 \begin_layout Description
33174 PDF
33175 \begin_inset space ~
33176 \end_inset
33177
33178 (dvipdfm) This uses the program 
33179 \family typewriter
33180 dvipdfm
33181 \family default
33182  that converts your file in the background to DVI and in a second step to
33183  PDF.
33184 \end_layout
33185
33186 \begin_layout Description
33187 PDF
33188 \begin_inset space ~
33189 \end_inset
33190
33191 (pdflatex) This uses the program 
33192 \family typewriter
33193 pdftex
33194 \family default
33195  that converts your file directly to PDF.
33196 \end_layout
33197
33198 \begin_layout Standard
33199 It is recommended to use 
33200 \family sans
33201 PDF
33202 \begin_inset space ~
33203 \end_inset
33204
33205 (pdflatex)
33206 \family default
33207  because 
33208 \family typewriter
33209 pdftex
33210 \family default
33211  supports all features of actual PDF-versions, is quick and works stable
33212  without problems.
33213  The program 
33214 \family typewriter
33215 dvipdfm
33216 \family default
33217  is not under development and therefore a bit outdated.
33218 \end_layout
33219
33220 \begin_layout Standard
33221 You can view your document as PDF via the 
33222 \family sans
33223 View
33224 \family default
33225  menu or by using the toolbar button 
33226 \begin_inset Graphics
33227         filename ../images/buffer-view_pdf2.png
33228         scale 85
33229         scaleBeforeRotation
33230
33231 \end_inset
33232
33233  
33234 \family sans
33235 (
33236 \family default
33237 that uses 
33238 \family sans
33239 PDF
33240 \begin_inset space ~
33241 \end_inset
33242
33243 (pdflatex)
33244 \family default
33245 ).
33246 \end_layout
33247
33248 \begin_layout Chapter
33249 Explanation of Equation
33250 \begin_inset space ~
33251 \end_inset
33252
33253
33254 \begin_inset CommandInset ref
33255 LatexCommand eqref
33256 reference "eq:Wgn"
33257
33258 \end_inset
33259
33260
33261 \begin_inset CommandInset label
33262 LatexCommand label
33263 name "cha:Explanation-of-Equation"
33264
33265 \end_inset
33266
33267
33268 \end_layout
33269
33270 \begin_layout Standard
33271 The total width of 
33272 \emph on
33273 n
33274 \emph default
33275  table cells 
33276 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33277 \end_inset
33278
33279  can be calculated to
33280 \end_layout
33281
33282 \begin_layout Standard
33283 \begin_inset Formula \begin{equation}
33284 W_{\mathrm{tot}\, n}=n\cdot(W_{g\, n}+2\cdot\backslash\mbox{tabcolsep})+(n+1)\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_n}\end{equation}
33285
33286 \end_inset
33287
33288
33289 \end_layout
33290
33291 \begin_layout Standard
33292 Where 
33293 \begin_inset Formula $W_{g\, n}$
33294 \end_inset
33295
33296  is the given width of all cells.
33297  
33298 \series bold
33299
33300 \backslash
33301 tabcolsep
33302 \series default
33303  is the LaTeX-length between the cell text and the cell border, its default
33304  value is 6
33305 \begin_inset space \thinspace{}
33306 \end_inset
33307
33308 pt.
33309  
33310 \series bold
33311
33312 \backslash
33313 arrayrulewidth
33314 \series default
33315  is the thickness of the cell border line, the default is 0.4
33316 \begin_inset space \thinspace{}
33317 \end_inset
33318
33319 pt.
33320 \end_layout
33321
33322 \begin_layout Standard
33323 Following equation
33324 \begin_inset space ~
33325 \end_inset
33326
33327
33328 \begin_inset CommandInset ref
33329 LatexCommand eqref
33330 reference "eq:Wtot_n"
33331
33332 \end_inset
33333
33334 , the total width of a multicolumn 
33335 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33336 \end_inset
33337
33338  is
33339 \end_layout
33340
33341 \begin_layout Standard
33342 \begin_inset Formula \begin{equation}
33343 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
33344
33345 \end_inset
33346
33347
33348 \end_layout
33349
33350 \begin_layout Standard
33351 By setting equation
33352 \begin_inset space ~
33353 \end_inset
33354
33355
33356 \begin_inset CommandInset ref
33357 LatexCommand eqref
33358 reference "eq:Wtot_n"
33359
33360 \end_inset
33361
33362  and 
33363 \begin_inset CommandInset ref
33364 LatexCommand eqref
33365 reference "eq:Wtot_mult"
33366
33367 \end_inset
33368
33369  equal we can calculate the needed given width 
33370 \begin_inset Formula $W_{g\, n}$
33371 \end_inset
33372
33373  when 
33374 \emph on
33375 n
33376 \emph default
33377  columns are spanned, so that each column has a total width of 
33378 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
33379 \end_inset
33380
33381 :
33382 \end_layout
33383
33384 \begin_layout Standard
33385 \begin_inset Formula \begin{equation}
33386 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
33387
33388 \end_inset
33389
33390
33391 \end_layout
33392
33393 \begin_layout Bibliography
33394 \begin_inset CommandInset bibitem
33395 LatexCommand bibitem
33396 key "latexcompanion"
33397
33398 \end_inset
33399
33400 Frank Mittelbach and Michel Goossens: 
33401 \emph on
33402 The LaTeX Companion Second Edition.
33403
33404 \emph default
33405  Addison-Wesley, 2004
33406 \end_layout
33407
33408 \begin_layout Bibliography
33409 \begin_inset CommandInset bibitem
33410 LatexCommand bibitem
33411 key "latexguide"
33412
33413 \end_inset
33414
33415 Helmut Kopka and Patrick W.
33416  Daly: 
33417 \emph on
33418 A Guide to LaTeX Fourth Edition.
33419
33420 \emph default
33421  Addison-Wesley, 2003
33422 \end_layout
33423
33424 \begin_layout Bibliography
33425 \begin_inset CommandInset bibitem
33426 LatexCommand bibitem
33427 key "latexbook"
33428
33429 \end_inset
33430
33431 Leslie Lamport: 
33432 \emph on
33433 LaTeX: A Document Preparation System.
33434
33435 \emph default
33436  Addison-Wesley, second edition, 1994
33437 \end_layout
33438
33439 \begin_layout Bibliography
33440 \begin_inset CommandInset bibitem
33441 LatexCommand bibitem
33442 key "booktabs"
33443
33444 \end_inset
33445
33446 Documentation of the LaTeX-package 
33447 \series bold
33448
33449 \begin_inset CommandInset href
33450 LatexCommand href
33451 name "booktabs"
33452 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
33453
33454 \end_inset
33455
33456
33457 \series default
33458
33459 \begin_inset Index
33460 status collapsed
33461
33462 \begin_layout Plain Layout
33463 LaTeX-packages ! booktabs
33464 \end_layout
33465
33466 \end_inset
33467
33468
33469 \end_layout
33470
33471 \begin_layout Bibliography
33472 \begin_inset CommandInset bibitem
33473 LatexCommand bibitem
33474 key "caption"
33475
33476 \end_inset
33477
33478 Documentation of the LaTeX-package 
33479 \series bold
33480
33481 \begin_inset CommandInset href
33482 LatexCommand href
33483 name "caption"
33484 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
33485
33486 \end_inset
33487
33488
33489 \series default
33490
33491 \begin_inset Index
33492 status collapsed
33493
33494 \begin_layout Plain Layout
33495 LaTeX-packages ! caption
33496 \end_layout
33497
33498 \end_inset
33499
33500
33501 \end_layout
33502
33503 \begin_layout Bibliography
33504 \begin_inset CommandInset bibitem
33505 LatexCommand bibitem
33506 key "endfloat"
33507
33508 \end_inset
33509
33510 Documentation of the LaTeX-package 
33511 \series bold
33512
33513 \begin_inset CommandInset href
33514 LatexCommand href
33515 name "endfloat"
33516 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
33517
33518 \end_inset
33519
33520
33521 \series default
33522
33523 \begin_inset Index
33524 status collapsed
33525
33526 \begin_layout Plain Layout
33527 LaTeX-packages ! endfloat
33528 \end_layout
33529
33530 \end_inset
33531
33532
33533 \end_layout
33534
33535 \begin_layout Bibliography
33536 \begin_inset CommandInset bibitem
33537 LatexCommand bibitem
33538 key "wrapfig"
33539
33540 \end_inset
33541
33542 Documentation of the LaTeX-package 
33543 \series bold
33544
33545 \begin_inset CommandInset href
33546 LatexCommand href
33547 name "wrapfig"
33548 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
33549
33550 \end_inset
33551
33552
33553 \series default
33554
33555 \begin_inset Index
33556 status collapsed
33557
33558 \begin_layout Plain Layout
33559 LaTeX-packages ! wrapfig
33560 \begin_inset ERT
33561 status collapsed
33562
33563 \begin_layout Plain Layout
33564
33565
33566 \backslash
33567 vspace{4mm}
33568 \end_layout
33569
33570 \end_inset
33571
33572
33573 \end_layout
33574
33575 \end_inset
33576
33577
33578 \end_layout
33579
33580 \begin_layout Bibliography
33581 \begin_inset CommandInset bibitem
33582 LatexCommand bibitem
33583 key "footmisc"
33584
33585 \end_inset
33586
33587 Documentation of the LaTeX-package 
33588 \series bold
33589
33590 \begin_inset CommandInset href
33591 LatexCommand href
33592 name "footmisc"
33593 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
33594
33595 \end_inset
33596
33597
33598 \series default
33599
33600 \begin_inset Index
33601 status collapsed
33602
33603 \begin_layout Plain Layout
33604 LaTeX-packages ! footmisc
33605 \end_layout
33606
33607 \end_inset
33608
33609
33610 \end_layout
33611
33612 \begin_layout Bibliography
33613 \begin_inset CommandInset bibitem
33614 LatexCommand bibitem
33615 key "hypcap"
33616
33617 \end_inset
33618
33619 Documentation of the LaTeX-package 
33620 \series bold
33621
33622 \begin_inset CommandInset href
33623 LatexCommand href
33624 name "hypcap"
33625 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
33626
33627 \end_inset
33628
33629
33630 \series default
33631
33632 \begin_inset Index
33633 status collapsed
33634
33635 \begin_layout Plain Layout
33636 LaTeX-packages ! hyperref
33637 \end_layout
33638
33639 \end_inset
33640
33641
33642 \end_layout
33643
33644 \begin_layout Bibliography
33645 \begin_inset CommandInset bibitem
33646 LatexCommand bibitem
33647 key "hyperref"
33648
33649 \end_inset
33650
33651 Documentation of the LaTeX-package 
33652 \series bold
33653
33654 \begin_inset CommandInset href
33655 LatexCommand href
33656 name "hyperref"
33657 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
33658
33659 \end_inset
33660
33661
33662 \series default
33663
33664 \begin_inset Index
33665 status collapsed
33666
33667 \begin_layout Plain Layout
33668 LaTeX-packages ! hyperref
33669 \end_layout
33670
33671 \end_inset
33672
33673
33674 \end_layout
33675
33676 \begin_layout Bibliography
33677 \begin_inset CommandInset bibitem
33678 LatexCommand bibitem
33679 key "koma-script"
33680
33681 \end_inset
33682
33683 Documentation of the LaTeX-package 
33684 \series bold
33685
33686 \begin_inset CommandInset href
33687 LatexCommand href
33688 name "koma-script"
33689 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
33690
33691 \end_inset
33692
33693
33694 \series default
33695
33696 \begin_inset Index
33697 status collapsed
33698
33699 \begin_layout Plain Layout
33700 LaTeX-packages ! koma-script
33701 \end_layout
33702
33703 \end_inset
33704
33705
33706 \end_layout
33707
33708 \begin_layout Bibliography
33709 \begin_inset CommandInset bibitem
33710 LatexCommand bibitem
33711 key "listings"
33712
33713 \end_inset
33714
33715 Documentation of the LaTeX-package 
33716 \series bold
33717
33718 \begin_inset CommandInset href
33719 LatexCommand href
33720 name "listings"
33721 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
33722
33723 \end_inset
33724
33725
33726 \series default
33727
33728 \begin_inset Index
33729 status collapsed
33730
33731 \begin_layout Plain Layout
33732 LaTeX-packages ! listings
33733 \end_layout
33734
33735 \end_inset
33736
33737
33738 \end_layout
33739
33740 \begin_layout Bibliography
33741 \begin_inset CommandInset bibitem
33742 LatexCommand bibitem
33743 key "marginnote"
33744
33745 \end_inset
33746
33747 Documentation of the LaTeX-package 
33748 \series bold
33749
33750 \begin_inset CommandInset href
33751 LatexCommand href
33752 name "marginnote"
33753 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
33754
33755 \end_inset
33756
33757
33758 \series default
33759
33760 \begin_inset Index
33761 status collapsed
33762
33763 \begin_layout Plain Layout
33764 LaTeX-packages ! marginnote
33765 \end_layout
33766
33767 \end_inset
33768
33769
33770 \end_layout
33771
33772 \begin_layout Bibliography
33773 \begin_inset CommandInset bibitem
33774 LatexCommand bibitem
33775 key "pstricks"
33776
33777 \end_inset
33778
33779 Web page of the LaTeX-package 
33780 \series bold
33781
33782 \begin_inset CommandInset href
33783 LatexCommand href
33784 name "PSTricks"
33785 target "http://tug.org/PSTricks/"
33786
33787 \end_inset
33788
33789
33790 \series default
33791
33792 \begin_inset Index
33793 status collapsed
33794
33795 \begin_layout Plain Layout
33796 LaTeX-packages ! PSTricks
33797 \end_layout
33798
33799 \end_inset
33800
33801
33802 \end_layout
33803
33804 \begin_layout Bibliography
33805 \begin_inset CommandInset bibitem
33806 LatexCommand bibitem
33807 key "sidecap"
33808
33809 \end_inset
33810
33811 Documentation of the LaTeX-package 
33812 \series bold
33813
33814 \begin_inset CommandInset href
33815 LatexCommand href
33816 name "sidecap"
33817 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
33818
33819 \end_inset
33820
33821
33822 \series default
33823
33824 \begin_inset Index
33825 status collapsed
33826
33827 \begin_layout Plain Layout
33828 LaTeX-packages ! sidecap
33829 \end_layout
33830
33831 \end_inset
33832
33833
33834 \end_layout
33835
33836 \begin_layout Bibliography
33837 \begin_inset CommandInset bibitem
33838 LatexCommand bibitem
33839 key "NewInLyX16"
33840
33841 \end_inset
33842
33843
33844 \begin_inset CommandInset href
33845 LatexCommand href
33846 name "Wiki page"
33847 target "http://wiki.lyx.org/LyX/NewInLyX16"
33848
33849 \end_inset
33850
33851  about new features in 
33852 \family sans
33853 LyX 1.6.0
33854 \family default
33855 .
33856 \end_layout
33857
33858 \begin_layout Standard
33859 \begin_inset CommandInset index_print
33860 LatexCommand printindex
33861
33862 \end_inset
33863
33864
33865 \end_layout
33866
33867 \begin_layout Standard
33868 \begin_inset FloatList figure
33869
33870 \end_inset
33871
33872
33873 \end_layout
33874
33875 \begin_layout Standard
33876 \begin_inset FloatList table
33877
33878 \end_inset
33879
33880
33881 \end_layout
33882
33883 \begin_layout Standard
33884 \begin_inset FloatList algorithm
33885
33886 \end_inset
33887
33888
33889 \end_layout
33890
33891 \end_body
33892 \end_document