]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
Math.lyx: revert r26267 see the mailing list for an explanation
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 1.6.0rc1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 340
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 \end_layout
12135
12136 \begin_layout Standard
12137 In contrary to multicolumns multirows are not yet supported by LyX so a
12138  bit of TeX-Code needs to be used.
12139  To use multirows load the LaTeX-package 
12140 \series bold
12141 multirow
12142 \series default
12143
12144 \begin_inset Index
12145 status collapsed
12146
12147 \begin_layout Plain Layout
12148 LaTeX-packages ! multirow
12149 \end_layout
12150
12151 \end_inset
12152
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 ! to Floats
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
20179 \begin_inset Index
20180 status collapsed
20181
20182 \begin_layout Plain Layout
20183 LaTeX-packages ! hyperref
20184 \end_layout
20185
20186 \end_inset
20187
20188 , that is enabled in the 
20189 \family sans
20190 PDF Properties
20191 \family default
20192  of the 
20193 \family sans
20194 Document Settings
20195 \family default
20196  dialog, provides a very useful feature that cross-references automatically
20197  include the name of the referenced floats (or text parts like 
20198 \emph on
20199 section
20200 \emph default
20201 ).
20202  So you will save to write e.
20203 \begin_inset space \thinspace{}
20204 \end_inset
20205
20206 g.
20207 \begin_inset space ~
20208 \end_inset
20209
20210 the name 
20211 \begin_inset Quotes eld
20212 \end_inset
20213
20214 Figure
20215 \begin_inset Quotes erd
20216 \end_inset
20217
20218  before every reference to a figure.
20219  To use this feature, enable 
20220 \series bold
20221 hyperref
20222 \series default
20223  and insert this line to the LaTeX preamble:
20224 \end_layout
20225
20226 \begin_layout Standard
20227
20228 \series bold
20229
20230 \backslash
20231 AtBeginDocument{
20232 \backslash
20233 renewcommand{
20234 \backslash
20235 ref}[1]{
20236 \backslash
20237 mbox{
20238 \backslash
20239 autoref{#1}}}}
20240 \end_layout
20241
20242 \begin_layout Standard
20243 When you prefer other reference names than the default ones, for example
20244  you want instead of 
20245 \begin_inset Quotes eld
20246 \end_inset
20247
20248 section
20249 \begin_inset Quotes erd
20250 \end_inset
20251
20252  the name 
20253 \begin_inset Quotes eld
20254 \end_inset
20255
20256 sec.
20257 \begin_inset space \thinspace{}
20258 \end_inset
20259
20260
20261 \begin_inset Quotes eld
20262 \end_inset
20263
20264 , you can redefine the name by inserting this to the preamble:
20265 \end_layout
20266
20267 \begin_layout Standard
20268
20269 \series bold
20270
20271 \backslash
20272 addto
20273 \backslash
20274 extrasenglish{
20275 \backslash
20276 renewcommand{
20277 \backslash
20278 sectionautorefname}
20279 \begin_inset Newline newline
20280 \end_inset
20281
20282
20283 \begin_inset ERT
20284 status collapsed
20285
20286 \begin_layout Plain Layout
20287
20288
20289 \backslash
20290 hphantom{ }
20291 \end_layout
20292
20293 \end_inset
20294
20295 {sec.
20296 \backslash
20297 negthinspace}}
20298 \end_layout
20299
20300 \begin_layout Standard
20301 When you are using another document language than English, replace
20302 \begin_inset Newline newline
20303 \end_inset
20304
20305
20306 \series bold
20307
20308 \backslash
20309 extrasenglish
20310 \series default
20311  by 
20312 \series bold
20313
20314 \backslash
20315 extras***
20316 \series default
20317 , where *** is the name of the used language.
20318 \end_layout
20319
20320 \begin_layout Standard
20321 To get automatic names, but not for certain reference types, for example
20322  not for equations, use this preamble code:
20323 \end_layout
20324
20325 \begin_layout Standard
20326
20327 \series bold
20328
20329 \backslash
20330 newlength{
20331 \backslash
20332 abc}
20333 \begin_inset Newline newline
20334 \end_inset
20335
20336
20337 \backslash
20338 settowidth{
20339 \backslash
20340 abc}{
20341 \backslash
20342 space}
20343 \begin_inset Newline newline
20344 \end_inset
20345
20346
20347 \backslash
20348 addto
20349 \backslash
20350 extrasenglish{
20351 \backslash
20352 renewcommand{
20353 \backslash
20354 equationautorefname}
20355 \begin_inset Newline newline
20356 \end_inset
20357
20358
20359 \begin_inset ERT
20360 status collapsed
20361
20362 \begin_layout Plain Layout
20363
20364
20365 \backslash
20366 hphantom{ }
20367 \end_layout
20368
20369 \end_inset
20370
20371 {
20372 \backslash
20373 hspace{-
20374 \backslash
20375 abc}}
20376 \end_layout
20377
20378 \begin_layout Standard
20379 More about this topic can be found in 
20380 \series bold
20381 hyperref
20382 \series default
20383 's documentation 
20384 \begin_inset CommandInset citation
20385 LatexCommand cite
20386 key "hyperref"
20387
20388 \end_inset
20389
20390 .
20391 \end_layout
20392
20393 \begin_layout Standard
20394 \begin_inset Note Greyedout
20395 status open
20396
20397 \begin_layout Plain Layout
20398
20399 \series bold
20400 Note:
20401 \series default
20402  Automatic reference naming cannot be used when you use cross-references
20403  in the 
20404 \family sans
20405 Formatted
20406 \begin_inset space ~
20407 \end_inset
20408
20409 reference
20410 \family default
20411  style, as described in section
20412 \begin_inset space ~
20413 \end_inset
20414
20415
20416 \begin_inset CommandInset ref
20417 LatexCommand ref
20418 reference "sub:Cross-Reference-Formats"
20419
20420 \end_inset
20421
20422 .
20423 \end_layout
20424
20425 \end_inset
20426
20427
20428 \end_layout
20429
20430 \begin_layout Standard
20431 The 
20432 \emph on
20433 Math
20434 \emph default
20435  manual is an example where automatic reference naming is used.
20436 \end_layout
20437
20438 \begin_layout Subsection
20439 Reference Position
20440 \begin_inset CommandInset label
20441 LatexCommand label
20442 name "sub:Reference-Position"
20443
20444 \end_inset
20445
20446
20447 \begin_inset Index
20448 status collapsed
20449
20450 \begin_layout Plain Layout
20451 References ! Reference Position
20452 \end_layout
20453
20454 \end_inset
20455
20456
20457 \end_layout
20458
20459 \begin_layout Standard
20460 If you use 
20461 \series bold
20462 hyperref
20463 \series default
20464
20465 \begin_inset Index
20466 status collapsed
20467
20468 \begin_layout Plain Layout
20469 LaTeX-packages ! hyperref
20470 \end_layout
20471
20472 \end_inset
20473
20474  in the 
20475 \family sans
20476 PDF Properties
20477 \family default
20478  of the 
20479 \family sans
20480 Document Settings
20481 \family default
20482  dialog to link cross-references in the output, you will see that clicking
20483  on an image float reference jumps to the image label.
20484  The caption will be the first text part on the screen, so that you cannot
20485  see the image without scrolling.
20486  This is because the reference link anchor is placed at the position of
20487  the label.
20488  With the use of the package 
20489 \series bold
20490 hypcap
20491 \series default
20492
20493 \begin_inset Index
20494 status collapsed
20495
20496 \begin_layout Plain Layout
20497 LaTeX-packages ! hypcap
20498 \end_layout
20499
20500 \end_inset
20501
20502 , which is part of the LaTeX-package 
20503 \series bold
20504 oberdiek
20505 \series default
20506
20507 \begin_inset Index
20508 status collapsed
20509
20510 \begin_layout Plain Layout
20511 LaTeX-packages ! oberdiek
20512 \end_layout
20513
20514 \end_inset
20515
20516 , the link anchor is placed at the beginning of a float.
20517  To use this feature for figure floats, load 
20518 \series bold
20519 hypcap
20520 \series default
20521  in the document preamble with the line
20522 \end_layout
20523
20524 \begin_layout Standard
20525
20526 \series bold
20527
20528 \backslash
20529 usepackage[figure]{hypcap}
20530 \end_layout
20531
20532 \begin_layout Standard
20533 You can also use 
20534 \series bold
20535 hypcap
20536 \series default
20537  for all float types but this is not recommended for stability reasons.
20538  For more informations, have a look at 
20539 \series bold
20540 hypcap
20541 \series default
20542 's manual 
20543 \begin_inset CommandInset citation
20544 LatexCommand cite
20545 key "hypcap"
20546
20547 \end_inset
20548
20549 .
20550 \end_layout
20551
20552 \begin_layout Standard
20553 \begin_inset Note Greyedout
20554 status open
20555
20556 \begin_layout Plain Layout
20557
20558 \series bold
20559 Note:
20560 \series default
20561  
20562 \series bold
20563 hypcap
20564 \series default
20565  has no effect for references to subfigures.
20566 \end_layout
20567
20568 \end_inset
20569
20570
20571 \end_layout
20572
20573 \begin_layout Section
20574 Float Placement
20575 \begin_inset CommandInset label
20576 LatexCommand label
20577 name "sec:Float-Placement"
20578
20579 \end_inset
20580
20581
20582 \begin_inset Index
20583 status collapsed
20584
20585 \begin_layout Plain Layout
20586 Floats ! Placement
20587 \end_layout
20588
20589 \end_inset
20590
20591
20592 \end_layout
20593
20594 \begin_layout Standard
20595 Right-clicking on a float-box opens a dialog where you can alter the placement
20596  options that LaTeX uses for positioning the float.
20597 \begin_inset Newline newline
20598 \end_inset
20599
20600 The option 
20601 \family sans
20602 Span
20603 \begin_inset space ~
20604 \end_inset
20605
20606 columns
20607 \family default
20608  is only useful for two-column documents: If you select it, the float will
20609  span across both columns on the page instead of being confined to just
20610  one.
20611 \begin_inset Newline newline
20612 \end_inset
20613
20614 The option 
20615 \family sans
20616 Rotate
20617 \begin_inset space ~
20618 \end_inset
20619
20620 sideways
20621 \family default
20622  is used to rotate floats, see section 
20623 \begin_inset CommandInset ref
20624 LatexCommand ref
20625 reference "sec:Rotated-Floats"
20626
20627 \end_inset
20628
20629 .
20630 \end_layout
20631
20632 \begin_layout Standard
20633 You can use one ore more of the following options in the float dialog to
20634  set the placement for a particular float when you uncheck the option 
20635 \family sans
20636 Use
20637 \begin_inset space ~
20638 \end_inset
20639
20640 default
20641 \begin_inset space ~
20642 \end_inset
20643
20644 placement
20645 \family default
20646 :
20647 \end_layout
20648
20649 \begin_layout Description
20650 Here
20651 \begin_inset space ~
20652 \end_inset
20653
20654 if
20655 \begin_inset space ~
20656 \end_inset
20657
20658 possible try to place the float on the position where it is inserted
20659 \end_layout
20660
20661 \begin_layout Description
20662 Top
20663 \begin_inset space ~
20664 \end_inset
20665
20666 of
20667 \begin_inset space ~
20668 \end_inset
20669
20670 page try to place the float on the top of the current page
20671 \end_layout
20672
20673 \begin_layout Description
20674 Bottom
20675 \begin_inset space ~
20676 \end_inset
20677
20678 of
20679 \begin_inset space ~
20680 \end_inset
20681
20682 page try to place the float on the bottom of the current page
20683 \end_layout
20684
20685 \begin_layout Description
20686 Page
20687 \begin_inset space ~
20688 \end_inset
20689
20690 of
20691 \begin_inset space ~
20692 \end_inset
20693
20694 floats try to place the float on an own page 
20695 \end_layout
20696
20697 \begin_layout Standard
20698 The order of the above option is 
20699 \emph on
20700 always
20701 \emph default
20702  used by LaTeX.
20703  That means, if you use the default placement, LaTeX will first try out
20704  
20705 \family sans
20706 Here
20707 \begin_inset space ~
20708 \end_inset
20709
20710 if
20711 \begin_inset space ~
20712 \end_inset
20713
20714 possible
20715 \family default
20716 , then 
20717 \family sans
20718 Top
20719 \begin_inset space ~
20720 \end_inset
20721
20722 of
20723 \begin_inset space ~
20724 \end_inset
20725
20726 page
20727 \family default
20728 , and then the others.
20729  If you don't use the default, LaTeX will try only the checked options but
20730  in the same order.
20731  If none of the 4 placements are possible the procedure is internally repeated
20732  but it is tried to put the float on the following page.
20733 \end_layout
20734
20735 \begin_layout Standard
20736 By default, each option has its own rules:
20737 \end_layout
20738
20739 \begin_layout Labeling
20740 \labelwidthstring 00.00.0000
20741
20742 \family sans
20743 Top
20744 \begin_inset space ~
20745 \end_inset
20746
20747 of
20748 \begin_inset space ~
20749 \end_inset
20750
20751 page
20752 \family default
20753  only floats occupying less than 70
20754 \begin_inset space \thinspace{}
20755 \end_inset
20756
20757 % of the page can be placed at the top of a page (
20758 \series bold
20759
20760 \backslash
20761 topfraction
20762 \series default
20763 )
20764 \end_layout
20765
20766 \begin_layout Labeling
20767 \labelwidthstring 00.00.0000
20768
20769 \family sans
20770 Bottom
20771 \begin_inset space ~
20772 \end_inset
20773
20774 of
20775 \begin_inset space ~
20776 \end_inset
20777
20778 page
20779 \family default
20780 : only floats occupying less than 30
20781 \begin_inset space \thinspace{}
20782 \end_inset
20783
20784 % of the page can be placed at the bottom of a page.
20785  (
20786 \series bold
20787
20788 \backslash
20789 bottomfraction
20790 \series default
20791 )
20792 \end_layout
20793
20794 \begin_layout Labeling
20795 \labelwidthstring 00.00.0000
20796
20797 \family sans
20798 Page
20799 \begin_inset space ~
20800 \end_inset
20801
20802 of
20803 \begin_inset space ~
20804 \end_inset
20805
20806 floats
20807 \family default
20808 : only if more than 50
20809 \begin_inset space \thinspace{}
20810 \end_inset
20811
20812 % of the page are occupied by floats, several floats can be set together
20813  on a page.
20814  (
20815 \series bold
20816
20817 \backslash
20818 floatpagefraction
20819 \series default
20820 )
20821 \end_layout
20822
20823 \begin_layout Standard
20824 If you don't like these rules, you can ignore them by using the additional
20825  option 
20826 \family sans
20827 Ignore
20828 \begin_inset space ~
20829 \end_inset
20830
20831 LaTeX
20832 \begin_inset space ~
20833 \end_inset
20834
20835 rules
20836 \family default
20837 .
20838 \begin_inset Newline newline
20839 \end_inset
20840
20841 You can also redefine the rules with LaTeX-commands that are given in parenthese
20842 s behind the rules description above.
20843  To increase for example the often too small default of the bottom-rule
20844  to 50
20845 \begin_inset space \thinspace{}
20846 \end_inset
20847
20848 % of the page, add this line to your document preamble:
20849 \end_layout
20850
20851 \begin_layout Standard
20852
20853 \series bold
20854
20855 \backslash
20856 renewcommand{
20857 \backslash
20858 bottomfraction}{0.5}
20859 \end_layout
20860
20861 \begin_layout Standard
20862 Sometimes you might need, under all circumstances, a float to be placed
20863  exactly at the position where it is inserted.
20864  For this case you can use the option 
20865 \family sans
20866 Here
20867 \begin_inset space ~
20868 \end_inset
20869
20870 definitely
20871 \family default
20872 .
20873  Use this option very rarely and only if the document is nearly ready to
20874  be printed.
20875  Because the float is then no longer able to 
20876 \begin_inset Quotes eld
20877 \end_inset
20878
20879 float
20880 \begin_inset Quotes erd
20881 \end_inset
20882
20883  when you change your document and this will often destroy the page layout.
20884 \end_layout
20885
20886 \begin_layout Standard
20887 There are no placement options for text wrap floats, because they are always
20888  surrounded by the text of a certain paragraph.
20889 \begin_inset VSpace bigskip
20890 \end_inset
20891
20892
20893 \end_layout
20894
20895 \begin_layout Standard
20896 Sometimes you have the problem that a float is placed at the top of a page
20897  while its corresponding section starts at the middle of the page, so that
20898  the reader could think the float is part of the previous section.
20899  To avoid this the LaTeX-command 
20900 \series bold
20901
20902 \backslash
20903 suppressfloats
20904 \series default
20905  can be used.
20906  It suppresses a given float placement for the page where it is inserted
20907  and can therefore be used to avoid that floats could be set before a section
20908  starts.
20909  To get this, add these commands to your document preamble:
20910 \end_layout
20911
20912 \begin_layout Standard
20913
20914 \series bold
20915
20916 \backslash
20917 let
20918 \backslash
20919 mySection
20920 \backslash
20921 section
20922 \begin_inset Newline newline
20923 \end_inset
20924
20925
20926 \backslash
20927 renewcommand{
20928 \backslash
20929 section}{
20930 \backslash
20931 suppressfloats[t]
20932 \backslash
20933 mySection}
20934 \end_layout
20935
20936 \begin_layout Standard
20937 You can define the same for all section headings, like chapters and subsections.
20938  This definition is not recommended to be used for small text parts like
20939  subsubsections because LaTeX may then have problems to find a suitable
20940  placement.
20941 \end_layout
20942
20943 \begin_layout Standard
20944 \begin_inset VSpace bigskip
20945 \end_inset
20946
20947 In some cases it is required to have all figures/tables at the end of the
20948  document.
20949  For this purpose the LaTeX-package 
20950 \series bold
20951 endfloat
20952 \series default
20953
20954 \begin_inset Index
20955 status collapsed
20956
20957 \begin_layout Plain Layout
20958 LaTeX-packages ! endfloat
20959 \end_layout
20960
20961 \end_inset
20962
20963  was developed.
20964  It puts all figure and table floats at the end of the document into own
20965  sections.
20966  At the original float position a text hint like 
20967 \begin_inset Quotes eld
20968 \end_inset
20969
20970
20971 \family sans
20972 [Figure
20973 \begin_inset space ~
20974 \end_inset
20975
20976 3.2 about here.]
20977 \family default
20978
20979 \begin_inset Quotes erd
20980 \end_inset
20981
20982  is inserted.
20983  The endfloat-package is loaded in the preamble with the line
20984 \end_layout
20985
20986 \begin_layout Standard
20987
20988 \series bold
20989
20990 \backslash
20991 usepackage[options]{endfloat}
20992 \end_layout
20993
20994 \begin_layout Standard
20995 There are various package options to format the created figure/table sections.
20996  For more information we refer to the 
20997 \series bold
20998 endfloat
20999 \series default
21000  documentation 
21001 \begin_inset CommandInset citation
21002 LatexCommand cite
21003 key "endfloat"
21004
21005 \end_inset
21006
21007 .
21008 \begin_inset Newline newline
21009 \end_inset
21010
21011
21012 \begin_inset Note Greyedout
21013 status open
21014
21015 \begin_layout Plain Layout
21016
21017 \series bold
21018 Note: endfloat
21019 \series default
21020  doesn't provide an automatic translation for the text hint, you have to
21021  do this manually, see section
21022 \begin_inset space ~
21023 \end_inset
21024
21025 4 in 
21026 \begin_inset CommandInset citation
21027 LatexCommand cite
21028 key "endfloat"
21029
21030 \end_inset
21031
21032 .
21033 \end_layout
21034
21035 \end_inset
21036
21037
21038 \begin_inset Newline newline
21039 \end_inset
21040
21041
21042 \begin_inset Note Greyedout
21043 status open
21044
21045 \begin_layout Plain Layout
21046
21047 \series bold
21048 Note:
21049 \series default
21050  There is currently a bug in 
21051 \series bold
21052 endfloat
21053 \series default
21054  when the caption contains a German 
21055 \begin_inset Quotes eld
21056 \end_inset
21057
21058 ß
21059 \begin_inset Quotes erd
21060 \end_inset
21061
21062 .
21063  Use in this case the command 
21064 \begin_inset Quotes eld
21065 \end_inset
21066
21067
21068 \series bold
21069
21070 \backslash
21071 ss
21072 \series default
21073
21074 \begin_inset Quotes erd
21075 \end_inset
21076
21077  in TeX-Code instead of 
21078 \begin_inset Quotes eld
21079 \end_inset
21080
21081 ß
21082 \begin_inset Quotes erd
21083 \end_inset
21084
21085 .
21086 \end_layout
21087
21088 \end_inset
21089
21090
21091 \end_layout
21092
21093 \begin_layout Standard
21094 \begin_inset VSpace bigskip
21095 \end_inset
21096
21097 For more details about float placements, have a look at LaTeX books, 
21098 \begin_inset CommandInset citation
21099 LatexCommand cite
21100 key "latexcompanion,latexguide,latexbook"
21101
21102 \end_inset
21103
21104 .
21105 \end_layout
21106
21107 \begin_layout Section
21108 Rotated Floats
21109 \begin_inset CommandInset label
21110 LatexCommand label
21111 name "sec:Rotated-Floats"
21112
21113 \end_inset
21114
21115
21116 \begin_inset Index
21117 status collapsed
21118
21119 \begin_layout Plain Layout
21120 Floats ! Rotating
21121 \end_layout
21122
21123 \end_inset
21124
21125
21126 \end_layout
21127
21128 \begin_layout Standard
21129 Especially for wide tables you might have floats rotated.
21130  To rotate a whole float including the caption, right-click on the float-box
21131  and use the option 
21132 \family sans
21133 Rotate
21134 \begin_inset space ~
21135 \end_inset
21136
21137 sideways
21138 \family default
21139 .
21140 \end_layout
21141
21142 \begin_layout Standard
21143 Rotated floats are always placed on its own page (or column, in case you
21144  have a multi-column document).
21145  You can let them span several columns using the float settings option 
21146 \family sans
21147 Span
21148 \begin_inset space ~
21149 \end_inset
21150
21151 columns
21152 \family default
21153 .
21154  Floats are rotated so that you can read them from the outside margin.
21155  To force a certain rotation direction for all pages, you can add either
21156  the option 
21157 \series bold
21158 figuresleft
21159 \series default
21160  or 
21161 \series bold
21162 figuresright
21163 \series default
21164  to the document class options.
21165 \end_layout
21166
21167 \begin_layout Standard
21168 Referencing rotated floats is the same like for normal floats, the caption
21169  format is also the same: Table
21170 \begin_inset space ~
21171 \end_inset
21172
21173
21174 \begin_inset CommandInset ref
21175 LatexCommand ref
21176 reference "tab:Rotated-table"
21177
21178 \end_inset
21179
21180  is an example of a rotated table float.
21181 \end_layout
21182
21183 \begin_layout Standard
21184 \begin_inset Note Greyedout
21185 status open
21186
21187 \begin_layout Plain Layout
21188
21189 \series bold
21190 Note:
21191 \series default
21192  Not all DVI-viewers are able to display rotated floats.
21193 \end_layout
21194
21195 \end_inset
21196
21197
21198 \end_layout
21199
21200 \begin_layout Standard
21201 \begin_inset Float table
21202 wide false
21203 sideways true
21204 status open
21205
21206 \begin_layout Plain Layout
21207 \begin_inset Caption
21208
21209 \begin_layout Plain Layout
21210 \begin_inset CommandInset label
21211 LatexCommand label
21212 name "tab:Rotated-table"
21213
21214 \end_inset
21215
21216  Rotated table
21217 \end_layout
21218
21219 \end_inset
21220
21221
21222 \end_layout
21223
21224 \begin_layout Plain Layout
21225 \align center
21226 \begin_inset Tabular
21227 <lyxtabular version="3" rows="1" columns="5">
21228 <features>
21229 <column alignment="center" valignment="top" width="0">
21230 <column alignment="center" valignment="top" width="0">
21231 <column alignment="center" valignment="top" width="0">
21232 <column alignment="center" valignment="top" width="0">
21233 <column alignment="center" valignment="top" width="0">
21234 <row>
21235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21236 \begin_inset Text
21237
21238 \begin_layout Plain Layout
21239 test
21240 \end_layout
21241
21242 \end_inset
21243 </cell>
21244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21245 \begin_inset Text
21246
21247 \begin_layout Plain Layout
21248 b
21249 \end_layout
21250
21251 \end_inset
21252 </cell>
21253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21254 \begin_inset Text
21255
21256 \begin_layout Plain Layout
21257 c
21258 \end_layout
21259
21260 \end_inset
21261 </cell>
21262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21263 \begin_inset Text
21264
21265 \begin_layout Plain Layout
21266 d
21267 \end_layout
21268
21269 \end_inset
21270 </cell>
21271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21272 \begin_inset Text
21273
21274 \begin_layout Plain Layout
21275 e
21276 \end_layout
21277
21278 \end_inset
21279 </cell>
21280 </row>
21281 </lyxtabular>
21282
21283 \end_inset
21284
21285
21286 \end_layout
21287
21288 \end_inset
21289
21290
21291 \end_layout
21292
21293 \begin_layout Section
21294 Floats Side by Side
21295 \begin_inset Index
21296 status collapsed
21297
21298 \begin_layout Plain Layout
21299 Floats ! Side by side
21300 \end_layout
21301
21302 \end_inset
21303
21304
21305 \end_layout
21306
21307 \begin_layout Standard
21308 To place floats side by side, like for Figure
21309 \begin_inset space ~
21310 \end_inset
21311
21312
21313 \begin_inset CommandInset ref
21314 LatexCommand ref
21315 reference "fig:Float-left"
21316
21317 \end_inset
21318
21319  and 
21320 \begin_inset CommandInset ref
21321 LatexCommand ref
21322 reference "fig:Float-right"
21323
21324 \end_inset
21325
21326 , only 
21327 \emph on
21328 one
21329 \emph default
21330  float is used.
21331  In it two minipage boxes are inserted.
21332 \begin_inset Foot
21333 status collapsed
21334
21335 \begin_layout Plain Layout
21336 Minipages are explained in section
21337 \begin_inset space ~
21338 \end_inset
21339
21340
21341 \begin_inset CommandInset ref
21342 LatexCommand ref
21343 reference "sec:Minipages"
21344
21345 \end_inset
21346
21347 .
21348 \end_layout
21349
21350 \end_inset
21351
21352  The width is set to 45
21353 \begin_inset space \thinspace{}
21354 \end_inset
21355
21356 -50
21357 \begin_inset space \thinspace{}
21358 \end_inset
21359
21360 column% and the box alignment to 
21361 \family sans
21362 Bottom
21363 \family default
21364  for each minipage.
21365  The minipage boxes contain the image and the caption in the same way as
21366  they are in a float.
21367  The only difference is that the image unit 
21368 \family sans
21369 Column
21370 \begin_inset space ~
21371 \end_inset
21372
21373 Width
21374 \begin_inset space ~
21375 \end_inset
21376
21377 %
21378 \family default
21379  is now calculated according to the width of the minipage boxes.
21380 \end_layout
21381
21382 \begin_layout Standard
21383 \begin_inset Float figure
21384 wide false
21385 sideways false
21386 status open
21387
21388 \begin_layout Plain Layout
21389 \begin_inset Box Frameless
21390 position "b"
21391 hor_pos "c"
21392 has_inner_box 1
21393 inner_pos "t"
21394 use_parbox 0
21395 width "45col%"
21396 special "none"
21397 height "1in"
21398 height_special "totalheight"
21399 status open
21400
21401 \begin_layout Plain Layout
21402 \align center
21403 \begin_inset Graphics
21404         filename clipart/mobius.eps
21405         lyxscale 50
21406         width 100col%
21407         scaleBeforeRotation
21408
21409 \end_inset
21410
21411
21412 \end_layout
21413
21414 \begin_layout Plain Layout
21415 \begin_inset Caption
21416
21417 \begin_layout Plain Layout
21418 \begin_inset CommandInset label
21419 LatexCommand label
21420 name "fig:Float-left"
21421
21422 \end_inset
21423
21424 Float on the left side.
21425 \end_layout
21426
21427 \end_inset
21428
21429
21430 \end_layout
21431
21432 \end_inset
21433
21434
21435 \begin_inset space \hfill{}
21436 \end_inset
21437
21438
21439 \begin_inset Box Frameless
21440 position "b"
21441 hor_pos "c"
21442 has_inner_box 1
21443 inner_pos "t"
21444 use_parbox 0
21445 width "45col%"
21446 special "none"
21447 height "1in"
21448 height_special "totalheight"
21449 status open
21450
21451 \begin_layout Plain Layout
21452 \align center
21453 \begin_inset Graphics
21454         filename clipart/platypus.eps
21455         lyxscale 50
21456         width 100col%
21457         scaleBeforeRotation
21458
21459 \end_inset
21460
21461
21462 \end_layout
21463
21464 \begin_layout Plain Layout
21465 \begin_inset Caption
21466
21467 \begin_layout Plain Layout
21468 \begin_inset CommandInset label
21469 LatexCommand label
21470 name "fig:Float-right"
21471
21472 \end_inset
21473
21474 Float on the right side.
21475 \end_layout
21476
21477 \end_inset
21478
21479
21480 \end_layout
21481
21482 \end_inset
21483
21484
21485 \end_layout
21486
21487 \begin_layout Plain Layout
21488
21489 \end_layout
21490
21491 \end_inset
21492
21493
21494 \end_layout
21495
21496 \begin_layout Section
21497 Caption Formatting
21498 \begin_inset Index
21499 status collapsed
21500
21501 \begin_layout Plain Layout
21502 Caption ! Formatting
21503 \end_layout
21504
21505 \end_inset
21506
21507
21508 \begin_inset Index
21509 status collapsed
21510
21511 \begin_layout Plain Layout
21512 Floats ! Caption Formatting
21513 \end_layout
21514
21515 \end_inset
21516
21517
21518 \begin_inset CommandInset label
21519 LatexCommand label
21520 name "sec:Caption-Formatting"
21521
21522 \end_inset
21523
21524
21525 \end_layout
21526
21527 \begin_layout Standard
21528 The 
21529 \family sans
21530 Caption
21531 \family default
21532  environment is the default paragraph environment for 
21533 \family sans
21534 Floats
21535 \family default
21536 .
21537  On the LyX screen captions appear as label, e.
21538 \begin_inset space \thinspace{}
21539 \end_inset
21540
21541 g.
21542 \begin_inset space ~
21543 \end_inset
21544
21545
21546 \begin_inset Quotes eld
21547 \end_inset
21548
21549
21550 \family sans
21551 Figure #:
21552 \family default
21553
21554 \begin_inset Quotes erd
21555 \end_inset
21556
21557  followed by the caption text.
21558  
21559 \begin_inset Quotes eld
21560 \end_inset
21561
21562 #
21563 \begin_inset Quotes erd
21564 \end_inset
21565
21566  is the actual reference number.
21567  By default the label and the number are in the same font as the caption
21568  text and a colon follows the number to divide the label from the text.
21569  This caption format is not suitable for all document formats.
21570  
21571 \end_layout
21572
21573 \begin_layout Standard
21574 To change the default caption format, load the LaTeX-package 
21575 \series bold
21576 caption
21577 \series default
21578
21579 \begin_inset Index
21580 status collapsed
21581
21582 \begin_layout Plain Layout
21583 LaTeX-packages ! caption
21584 \end_layout
21585
21586 \end_inset
21587
21588  in the document preamble with this line:
21589 \end_layout
21590
21591 \begin_layout Standard
21592
21593 \series bold
21594
21595 \backslash
21596 usepackage[format definition]{caption}
21597 \end_layout
21598
21599 \begin_layout Standard
21600 To have for example the label and the number in sans-serif bold font and
21601  the table captions always above the table like in this document, use the
21602  following command:
21603 \end_layout
21604
21605 \begin_layout Standard
21606
21607 \series bold
21608
21609 \backslash
21610 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21611 \end_layout
21612
21613 \begin_layout Standard
21614 You can also define different caption formats for the different float types.
21615  In this case load the 
21616 \series bold
21617 caption
21618 \series default
21619  package without format specific options and define the different formats
21620  with the help of the command
21621 \end_layout
21622
21623 \begin_layout Standard
21624
21625 \series bold
21626
21627 \backslash
21628 captionsetup[float type]{format definition}
21629 \end_layout
21630
21631 \begin_layout Standard
21632 in the document preamble.
21633  For example the caption formats of Figure
21634 \begin_inset space ~
21635 \end_inset
21636
21637
21638 \begin_inset CommandInset ref
21639 LatexCommand ref
21640 reference "fig:This-is-an-fig"
21641
21642 \end_inset
21643
21644  and Table
21645 \begin_inset space ~
21646 \end_inset
21647
21648
21649 \begin_inset CommandInset ref
21650 LatexCommand ref
21651 reference "tab:This-is-an-tab"
21652
21653 \end_inset
21654
21655  can be created using these commands in the document preamble:
21656 \end_layout
21657
21658 \begin_layout Standard
21659
21660 \series bold
21661
21662 \backslash
21663 usepackage[tableposition=top]{caption}
21664 \series default
21665
21666 \begin_inset Newline newline
21667 \end_inset
21668
21669
21670 \series bold
21671
21672 \backslash
21673 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21674 \begin_inset Newline newline
21675 \end_inset
21676
21677
21678 \begin_inset ERT
21679 status collapsed
21680
21681 \begin_layout Plain Layout
21682
21683
21684 \backslash
21685 hphantom{
21686 \backslash
21687
21688 \backslash
21689 captionsetup[figure]
21690 \backslash
21691 {}
21692 \end_layout
21693
21694 \end_inset
21695
21696  labelsep=period}
21697 \begin_inset Newline newline
21698 \end_inset
21699
21700
21701 \backslash
21702 captionsetup[table]{labelfont={bf,sf}}
21703 \end_layout
21704
21705 \begin_layout Standard
21706 \begin_inset Note Greyedout
21707 status open
21708
21709 \begin_layout Plain Layout
21710
21711 \series bold
21712 Note:
21713 \series default
21714  The option 
21715 \series bold
21716 tableposition=top
21717 \series default
21718  has no effect when a 
21719 \series bold
21720 koma-script
21721 \series default
21722
21723 \begin_inset Index
21724 status collapsed
21725
21726 \begin_layout Plain Layout
21727 LaTeX-packages ! koma-script
21728 \end_layout
21729
21730 \end_inset
21731
21732  document class is used.
21733  In this case the document class option 
21734 \series bold
21735 tablecaptionabove
21736 \series default
21737  must be used.
21738 \end_layout
21739
21740 \end_inset
21741
21742
21743 \end_layout
21744
21745 \begin_layout Standard
21746 For more information about the package 
21747 \series bold
21748 caption
21749 \series default
21750  we refer to its documentation 
21751 \begin_inset CommandInset citation
21752 LatexCommand cite
21753 key "caption"
21754
21755 \end_inset
21756
21757 .
21758 \end_layout
21759
21760 \begin_layout Standard
21761 To change the label name from e.g.
21762  
21763 \begin_inset Quotes eld
21764 \end_inset
21765
21766 Figure
21767 \begin_inset Quotes erd
21768 \end_inset
21769
21770  to 
21771 \begin_inset Quotes eld
21772 \end_inset
21773
21774 Image
21775 \begin_inset Quotes erd
21776 \end_inset
21777
21778  use this preamble command:
21779 \end_layout
21780
21781 \begin_layout Standard
21782
21783 \series bold
21784
21785 \backslash
21786 renewcommand{
21787 \backslash
21788 fnum@figure}{Image~
21789 \backslash
21790 thefigure}
21791 \end_layout
21792
21793 \begin_layout Standard
21794 where 
21795 \series bold
21796
21797 \backslash
21798 thefigure
21799 \series default
21800  inserts the figure number and
21801 \series bold
21802  
21803 \begin_inset Quotes eld
21804 \end_inset
21805
21806 ~
21807 \series default
21808
21809 \begin_inset Quotes erd
21810 \end_inset
21811
21812  creates a protected space.
21813 \end_layout
21814
21815 \begin_layout Standard
21816 \begin_inset VSpace bigskip
21817 \end_inset
21818
21819 If you are using a 
21820 \series bold
21821 koma-script
21822 \series default
21823
21824 \begin_inset Index
21825 status collapsed
21826
21827 \begin_layout Plain Layout
21828 LaTeX-packages ! koma-script
21829 \end_layout
21830
21831 \end_inset
21832
21833  document class (
21834 \family sans
21835 article (koma-script)
21836 \family default
21837
21838 \family sans
21839 book (koma-script)
21840 \family default
21841
21842 \family sans
21843 letter (koma-script)
21844 \family default
21845 , or 
21846 \family sans
21847 report (koma-script)
21848 \family default
21849
21850 \begin_inset space \thinspace{}
21851 \end_inset
21852
21853 ), you can alternatively to the 
21854 \series bold
21855 caption
21856 \series default
21857  package use 
21858 \series bold
21859 koma-script
21860 \series default
21861 's built-in command 
21862 \series bold
21863
21864 \backslash
21865 setkomafont
21866 \series default
21867 .
21868  For example, to have the caption label in bold, add this command to your
21869  document preamble:
21870 \end_layout
21871
21872 \begin_layout Standard
21873
21874 \series bold
21875
21876 \backslash
21877 setkomafont{captionlabel}{
21878 \backslash
21879 bfseries}
21880 \end_layout
21881
21882 \begin_layout Standard
21883 For more information about 
21884 \series bold
21885
21886 \backslash
21887 setkomafont
21888 \series default
21889  we refer to the 
21890 \series bold
21891 koma-script
21892 \series default
21893  documentation 
21894 \begin_inset CommandInset citation
21895 LatexCommand cite
21896 key "koma-script"
21897
21898 \end_inset
21899
21900 .
21901 \end_layout
21902
21903 \begin_layout Standard
21904 \begin_inset ERT
21905 status collapsed
21906
21907 \begin_layout Plain Layout
21908
21909
21910 \backslash
21911 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
21912 }
21913 \end_layout
21914
21915 \end_inset
21916
21917
21918 \begin_inset Note Note
21919 status open
21920
21921 \begin_layout Plain Layout
21922 The caption format is changed only for this example.
21923 \end_layout
21924
21925 \end_inset
21926
21927
21928 \end_layout
21929
21930 \begin_layout Standard
21931 \begin_inset Float figure
21932 placement !p
21933 wide false
21934 sideways false
21935 status open
21936
21937 \begin_layout Plain Layout
21938 \align center
21939 \begin_inset Graphics
21940         filename clipart/mobius.eps
21941         lyxscale 50
21942         scale 50
21943         scaleBeforeRotation
21944
21945 \end_inset
21946
21947
21948 \end_layout
21949
21950 \begin_layout Plain Layout
21951 \begin_inset Caption
21952
21953 \begin_layout Plain Layout
21954 \begin_inset CommandInset label
21955 LatexCommand label
21956 name "fig:This-is-an-fig"
21957
21958 \end_inset
21959
21960 This is an example figure caption that is longer than one line to show the
21961  different caption format.
21962  Here a self-defined caption format is used.
21963 \end_layout
21964
21965 \end_inset
21966
21967
21968 \end_layout
21969
21970 \end_inset
21971
21972
21973 \end_layout
21974
21975 \begin_layout Standard
21976 \begin_inset ERT
21977 status collapsed
21978
21979 \begin_layout Plain Layout
21980
21981
21982 \backslash
21983 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
21984 on}
21985 \end_layout
21986
21987 \end_inset
21988
21989
21990 \end_layout
21991
21992 \begin_layout Standard
21993 \begin_inset Float table
21994 placement !p
21995 wide false
21996 sideways false
21997 status open
21998
21999 \begin_layout Plain Layout
22000 \begin_inset Caption
22001
22002 \begin_layout Plain Layout
22003 \begin_inset CommandInset label
22004 LatexCommand label
22005 name "tab:This-is-an-tab"
22006
22007 \end_inset
22008
22009 This is an example table caption that is longer than one line to show the
22010  different caption format.
22011  Here the standard caption format for tables in this document is used.
22012 \end_layout
22013
22014 \end_inset
22015
22016
22017 \end_layout
22018
22019 \begin_layout Plain Layout
22020 \align center
22021 \begin_inset Tabular
22022 <lyxtabular version="3" rows="1" columns="5">
22023 <features>
22024 <column alignment="center" valignment="top" width="0">
22025 <column alignment="center" valignment="top" width="0">
22026 <column alignment="center" valignment="top" width="0">
22027 <column alignment="center" valignment="top" width="0">
22028 <column alignment="center" valignment="top" width="0">
22029 <row>
22030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22031 \begin_inset Text
22032
22033 \begin_layout Plain Layout
22034 a
22035 \end_layout
22036
22037 \end_inset
22038 </cell>
22039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22040 \begin_inset Text
22041
22042 \begin_layout Plain Layout
22043 b
22044 \end_layout
22045
22046 \end_inset
22047 </cell>
22048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22049 \begin_inset Text
22050
22051 \begin_layout Plain Layout
22052 c
22053 \end_layout
22054
22055 \end_inset
22056 </cell>
22057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22058 \begin_inset Text
22059
22060 \begin_layout Plain Layout
22061 d
22062 \end_layout
22063
22064 \end_inset
22065 </cell>
22066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22067 \begin_inset Text
22068
22069 \begin_layout Plain Layout
22070 e
22071 \end_layout
22072
22073 \end_inset
22074 </cell>
22075 </row>
22076 </lyxtabular>
22077
22078 \end_inset
22079
22080
22081 \end_layout
22082
22083 \end_inset
22084
22085
22086 \end_layout
22087
22088 \begin_layout Section
22089 Caption Placement
22090 \begin_inset Index
22091 status collapsed
22092
22093 \begin_layout Plain Layout
22094 Caption ! Placement
22095 \end_layout
22096
22097 \end_inset
22098
22099
22100 \begin_inset Index
22101 status collapsed
22102
22103 \begin_layout Plain Layout
22104 Floats ! Caption Placement
22105 \end_layout
22106
22107 \end_inset
22108
22109
22110 \begin_inset CommandInset label
22111 LatexCommand label
22112 name "sec:Caption-Placement"
22113
22114 \end_inset
22115
22116
22117 \end_layout
22118
22119 \begin_layout Standard
22120 The common caption placement rule is:
22121 \end_layout
22122
22123 \begin_layout Description
22124 Figure: Caption is set below the figure
22125 \end_layout
22126
22127 \begin_layout Description
22128 Table: Caption is set above the table
22129 \end_layout
22130
22131 \begin_layout Standard
22132 Having the caption above the table is unfortunately not supported in LaTeX's
22133  standard classes.
22134  That means if you are using the document classes 
22135 \family sans
22136 article
22137 \family default
22138
22139 \family sans
22140 book
22141 \family default
22142
22143 \family sans
22144 letter
22145 \family default
22146 , or 
22147 \family sans
22148 report
22149 \family default
22150  there will be no space between the caption and the table.
22151  To insert the needed space, add the following option to the load command
22152  of the LaTeX-package 
22153 \series bold
22154 caption
22155 \series default
22156  in your document preamble
22157 \begin_inset Foot
22158 status collapsed
22159
22160 \begin_layout Plain Layout
22161 See section
22162 \begin_inset space ~
22163 \end_inset
22164
22165
22166 \begin_inset CommandInset ref
22167 LatexCommand ref
22168 reference "sec:Caption-Formatting"
22169
22170 \end_inset
22171
22172  for more information of the package 
22173 \series bold
22174 caption
22175 \series default
22176 .
22177 \end_layout
22178
22179 \end_inset
22180
22181 :
22182 \end_layout
22183
22184 \begin_layout Standard
22185
22186 \series bold
22187 tableposition=top
22188 \end_layout
22189
22190 \begin_layout Standard
22191 If you are using a 
22192 \series bold
22193 koma-script
22194 \series default
22195
22196 \begin_inset Index
22197 status collapsed
22198
22199 \begin_layout Plain Layout
22200 LaTeX-packages ! koma-script
22201 \end_layout
22202
22203 \end_inset
22204
22205  document class (
22206 \family sans
22207 article (koma-script)
22208 \family default
22209
22210 \family sans
22211 book (koma-script)
22212 \family default
22213
22214 \family sans
22215 letter (koma-script)
22216 \family default
22217 , or 
22218 \family sans
22219 report (koma-script)
22220 \family default
22221
22222 \begin_inset space \thinspace{}
22223 \end_inset
22224
22225 ), you can alternatively to the 
22226 \series bold
22227 caption
22228 \series default
22229  package set the document class option 
22230 \series bold
22231 tablecaptionabove
22232 \series default
22233 .
22234 \end_layout
22235
22236 \begin_layout Standard
22237 \begin_inset VSpace bigskip
22238 \end_inset
22239
22240 It is also possible to set the caption beside a figure or table.
22241  To get this the LaTeX-package 
22242 \series bold
22243 sidecap
22244 \series default
22245
22246 \begin_inset Index
22247 status collapsed
22248
22249 \begin_layout Plain Layout
22250 LaTeX-packages ! sidecap
22251 \end_layout
22252
22253 \end_inset
22254
22255  has to be loaded in the document preamble with the line
22256 \end_layout
22257
22258 \begin_layout Standard
22259
22260 \series bold
22261
22262 \backslash
22263 usepackage[option]{sidecap}
22264 \end_layout
22265
22266 \begin_layout Standard
22267 If you set no option, the caption is placed on the side of the outer page
22268  margin -- to the right on odd pages, to the left on even pages.
22269  You can change the placement to inner margin with the option 
22270 \series bold
22271 innercaption
22272 \series default
22273 .
22274  To force the placement always to the right or left, use the option 
22275 \series bold
22276 rightcaption
22277 \series default
22278  or 
22279 \series bold
22280 leftcaption
22281 \series default
22282 , respectively.
22283 \end_layout
22284
22285 \begin_layout Standard
22286 \begin_inset ERT
22287 status collapsed
22288
22289 \begin_layout Plain Layout
22290
22291
22292 \backslash
22293 ifsidecap
22294 \end_layout
22295
22296 \end_inset
22297
22298
22299 \begin_inset Note Note
22300 status open
22301
22302 \begin_layout Plain Layout
22303 The following section will only be displayed when the LaTeX-package 
22304 \series bold
22305 sidecap
22306 \series default
22307  is installed.
22308 \end_layout
22309
22310 \end_inset
22311
22312
22313 \end_layout
22314
22315 \begin_layout Standard
22316 To place in LyX the caption of a float on the side, it is necessary to add
22317  these commands to the document preamble:
22318 \end_layout
22319
22320 \begin_layout Standard
22321
22322 \lyxline
22323
22324 \end_layout
22325
22326 \begin_layout Standard
22327
22328 \series bold
22329
22330 \backslash
22331 newcommand{
22332 \backslash
22333 TabBesBeg}{%
22334 \begin_inset Newline newline
22335 \end_inset
22336
22337
22338 \begin_inset ERT
22339 status collapsed
22340
22341 \begin_layout Plain Layout
22342
22343
22344 \backslash
22345 hphantom{ }
22346 \end_layout
22347
22348 \end_inset
22349
22350
22351 \backslash
22352 let
22353 \backslash
22354 MyTable
22355 \backslash
22356 table
22357 \begin_inset Newline newline
22358 \end_inset
22359
22360
22361 \begin_inset ERT
22362 status collapsed
22363
22364 \begin_layout Plain Layout
22365
22366
22367 \backslash
22368 hphantom{ }
22369 \end_layout
22370
22371 \end_inset
22372
22373
22374 \backslash
22375 let
22376 \backslash
22377 MyEndtable
22378 \backslash
22379 endtable
22380 \begin_inset Newline newline
22381 \end_inset
22382
22383
22384 \begin_inset ERT
22385 status collapsed
22386
22387 \begin_layout Plain Layout
22388
22389
22390 \backslash
22391 hphantom{ }
22392 \end_layout
22393
22394 \end_inset
22395
22396
22397 \backslash
22398 renewenvironment{table}{
22399 \backslash
22400 begin{SCtable}}{
22401 \backslash
22402 end{SCtable}}}
22403 \end_layout
22404
22405 \begin_layout Standard
22406
22407 \series bold
22408
22409 \backslash
22410 newcommand{
22411 \backslash
22412 TabBesEnd}{%
22413 \begin_inset Newline newline
22414 \end_inset
22415
22416
22417 \begin_inset ERT
22418 status collapsed
22419
22420 \begin_layout Plain Layout
22421
22422
22423 \backslash
22424 hphantom{ }
22425 \end_layout
22426
22427 \end_inset
22428
22429
22430 \backslash
22431 let
22432 \backslash
22433 table
22434 \backslash
22435 MyTable
22436 \begin_inset Newline newline
22437 \end_inset
22438
22439
22440 \begin_inset ERT
22441 status collapsed
22442
22443 \begin_layout Plain Layout
22444
22445
22446 \backslash
22447 hphantom{ }
22448 \end_layout
22449
22450 \end_inset
22451
22452
22453 \backslash
22454 let
22455 \backslash
22456 endtable
22457 \backslash
22458 MyEndtable
22459 \end_layout
22460
22461 \begin_layout Standard
22462
22463 \series bold
22464
22465 \backslash
22466 newcommand{
22467 \backslash
22468 FigBesBeg}{%
22469 \begin_inset Newline newline
22470 \end_inset
22471
22472
22473 \begin_inset ERT
22474 status collapsed
22475
22476 \begin_layout Plain Layout
22477
22478
22479 \backslash
22480 hphantom{ }
22481 \end_layout
22482
22483 \end_inset
22484
22485
22486 \backslash
22487 let
22488 \backslash
22489 MyFigure
22490 \backslash
22491 figure
22492 \begin_inset Newline newline
22493 \end_inset
22494
22495
22496 \begin_inset ERT
22497 status collapsed
22498
22499 \begin_layout Plain Layout
22500
22501
22502 \backslash
22503 hphantom{ }
22504 \end_layout
22505
22506 \end_inset
22507
22508
22509 \backslash
22510 let
22511 \backslash
22512 MyEndfigure
22513 \backslash
22514 endfigure
22515 \begin_inset Newline newline
22516 \end_inset
22517
22518
22519 \begin_inset ERT
22520 status collapsed
22521
22522 \begin_layout Plain Layout
22523
22524
22525 \backslash
22526 hphantom{ }
22527 \end_layout
22528
22529 \end_inset
22530
22531
22532 \backslash
22533 renewenvironment{figure}{
22534 \backslash
22535 begin{SCfigure}}{
22536 \backslash
22537 end{SCfigure}}}
22538 \end_layout
22539
22540 \begin_layout Standard
22541
22542 \series bold
22543
22544 \backslash
22545 newcommand{
22546 \backslash
22547 FigBesEnd}{%
22548 \begin_inset Newline newline
22549 \end_inset
22550
22551
22552 \begin_inset ERT
22553 status collapsed
22554
22555 \begin_layout Plain Layout
22556
22557
22558 \backslash
22559 hphantom{ }
22560 \end_layout
22561
22562 \end_inset
22563
22564
22565 \backslash
22566 let
22567 \backslash
22568 figure
22569 \backslash
22570 MyFigure
22571 \begin_inset Newline newline
22572 \end_inset
22573
22574
22575 \begin_inset ERT
22576 status collapsed
22577
22578 \begin_layout Plain Layout
22579
22580
22581 \backslash
22582 hphantom{ }
22583 \end_layout
22584
22585 \end_inset
22586
22587
22588 \backslash
22589 let
22590 \backslash
22591 endfigure
22592 \backslash
22593 MyEndfigure}
22594 \end_layout
22595
22596 \begin_layout Standard
22597
22598 \lyxline
22599
22600 \end_layout
22601
22602 \begin_layout Standard
22603 The commands allow you to redefine the floats so that the caption is set
22604  on the side.
22605  For figure floats use the command
22606 \end_layout
22607
22608 \begin_layout Standard
22609
22610 \series bold
22611
22612 \backslash
22613 FigBesBeg
22614 \end_layout
22615
22616 \begin_layout Standard
22617 in TeX-Code before the float.
22618  Behind the float insert the command
22619 \end_layout
22620
22621 \begin_layout Standard
22622
22623 \series bold
22624
22625 \backslash
22626 FigBesEnd
22627 \end_layout
22628
22629 \begin_layout Standard
22630 in TeX-Code to get back to the original float definition.
22631 \end_layout
22632
22633 \begin_layout Standard
22634 For table floats use the corresponding commands
22635 \end_layout
22636
22637 \begin_layout Standard
22638
22639 \series bold
22640
22641 \backslash
22642 TabBesBeg
22643 \series default
22644  and 
22645 \series bold
22646
22647 \backslash
22648 TabBesEnd
22649 \end_layout
22650
22651 \begin_layout Standard
22652 Figure
22653 \begin_inset space ~
22654 \end_inset
22655
22656
22657 \begin_inset CommandInset ref
22658 LatexCommand ref
22659 reference "fig:cap-beside-fig"
22660
22661 \end_inset
22662
22663  and Table
22664 \begin_inset space ~
22665 \end_inset
22666
22667
22668 \begin_inset CommandInset ref
22669 LatexCommand ref
22670 reference "tab:cap-beside-tab"
22671
22672 \end_inset
22673
22674  are examples where the caption is set beside.
22675 \end_layout
22676
22677 \begin_layout Standard
22678 You can see in the examples that the caption text appears at the top of
22679  the floats for table floats and at the bottom for figure floats.
22680  To change this, you can use the command
22681 \end_layout
22682
22683 \begin_layout Standard
22684
22685 \series bold
22686
22687 \backslash
22688 sidecaptionvpos{float type}{placement}
22689 \end_layout
22690
22691 \begin_layout Standard
22692 in the document preamble or in TeX-Code before the float.
22693  The float type is either 
22694 \family sans
22695 figure
22696 \family default
22697  or 
22698 \family sans
22699 table
22700 \family default
22701 , the placement can be 
22702 \begin_inset Quotes eld
22703 \end_inset
22704
22705
22706 \family sans
22707 t
22708 \family default
22709
22710 \begin_inset Quotes erd
22711 \end_inset
22712
22713  for top, 
22714 \begin_inset Quotes eld
22715 \end_inset
22716
22717
22718 \family sans
22719 c
22720 \family default
22721
22722 \begin_inset Quotes erd
22723 \end_inset
22724
22725  for center, or 
22726 \begin_inset Quotes eld
22727 \end_inset
22728
22729
22730 \family sans
22731 b
22732 \family default
22733
22734 \begin_inset Quotes erd
22735 \end_inset
22736
22737  for bottom.
22738  To have for example the caption of figure floats vertically centered, use
22739  the command
22740 \end_layout
22741
22742 \begin_layout Standard
22743
22744 \series bold
22745
22746 \backslash
22747 sidecaptionvpos{figure}{c}
22748 \end_layout
22749
22750 \begin_layout Standard
22751 This was used for Figure
22752 \begin_inset space ~
22753 \end_inset
22754
22755
22756 \begin_inset CommandInset ref
22757 LatexCommand ref
22758 reference "fig:cap-beside-fig-2"
22759
22760 \end_inset
22761
22762 .
22763 \end_layout
22764
22765 \begin_layout Standard
22766 \begin_inset VSpace medskip
22767 \end_inset
22768
22769 For more information about the package 
22770 \series bold
22771 sidecap
22772 \series default
22773  we refer to its documentation 
22774 \begin_inset CommandInset citation
22775 LatexCommand cite
22776 key "sidecap"
22777
22778 \end_inset
22779
22780 .
22781 \end_layout
22782
22783 \begin_layout Standard
22784 \begin_inset Note Greyedout
22785 status open
22786
22787 \begin_layout Plain Layout
22788
22789 \series bold
22790 Note:
22791 \series default
22792  The LaTeX-package 
22793 \series bold
22794 hypcap
22795 \series default
22796
22797 \begin_inset Index
22798 status collapsed
22799
22800 \begin_layout Plain Layout
22801 LaTeX-packages ! hypcap
22802 \end_layout
22803
22804 \end_inset
22805
22806 , described in section
22807 \begin_inset space ~
22808 \end_inset
22809
22810
22811 \begin_inset CommandInset ref
22812 LatexCommand ref
22813 reference "sub:Reference-Position"
22814
22815 \end_inset
22816
22817 , has no effect on floats with the caption set beside.
22818 \end_layout
22819
22820 \end_inset
22821
22822
22823 \end_layout
22824
22825 \begin_layout Standard
22826 \begin_inset ERT
22827 status collapsed
22828
22829 \begin_layout Plain Layout
22830
22831
22832 \backslash
22833 FigBesBeg 
22834 \end_layout
22835
22836 \end_inset
22837
22838
22839 \end_layout
22840
22841 \begin_layout Standard
22842 \begin_inset Float figure
22843 wide false
22844 sideways false
22845 status open
22846
22847 \begin_layout Plain Layout
22848 \begin_inset Graphics
22849         filename clipart/escher-lsd.eps
22850         scale 75
22851         scaleBeforeRotation
22852
22853 \end_inset
22854
22855
22856 \end_layout
22857
22858 \begin_layout Plain Layout
22859 \begin_inset Caption
22860
22861 \begin_layout Plain Layout
22862 \begin_inset CommandInset label
22863 LatexCommand label
22864 name "fig:cap-beside-fig"
22865
22866 \end_inset
22867
22868 This is a caption beside a figure.
22869 \end_layout
22870
22871 \end_inset
22872
22873
22874 \end_layout
22875
22876 \end_inset
22877
22878
22879 \end_layout
22880
22881 \begin_layout Standard
22882 \begin_inset ERT
22883 status collapsed
22884
22885 \begin_layout Plain Layout
22886
22887
22888 \backslash
22889 TabBesBeg 
22890 \end_layout
22891
22892 \end_inset
22893
22894
22895 \end_layout
22896
22897 \begin_layout Standard
22898 \begin_inset Float table
22899 wide false
22900 sideways false
22901 status open
22902
22903 \begin_layout Plain Layout
22904 \begin_inset Caption
22905
22906 \begin_layout Plain Layout
22907 \begin_inset CommandInset label
22908 LatexCommand label
22909 name "tab:cap-beside-tab"
22910
22911 \end_inset
22912
22913 This is a caption beside a table.
22914 \end_layout
22915
22916 \end_inset
22917
22918
22919 \end_layout
22920
22921 \begin_layout Plain Layout
22922 \begin_inset Tabular
22923 <lyxtabular version="3" rows="4" columns="5">
22924 <features>
22925 <column alignment="center" valignment="top" width="0">
22926 <column alignment="center" valignment="top" width="0">
22927 <column alignment="center" valignment="top" width="0">
22928 <column alignment="center" valignment="top" width="0">
22929 <column alignment="center" valignment="top" width="0">
22930 <row>
22931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22932 \begin_inset Text
22933
22934 \begin_layout Plain Layout
22935 a
22936 \end_layout
22937
22938 \end_inset
22939 </cell>
22940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22941 \begin_inset Text
22942
22943 \begin_layout Plain Layout
22944
22945 \end_layout
22946
22947 \end_inset
22948 </cell>
22949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22950 \begin_inset Text
22951
22952 \begin_layout Plain Layout
22953 b
22954 \end_layout
22955
22956 \end_inset
22957 </cell>
22958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22959 \begin_inset Text
22960
22961 \begin_layout Plain Layout
22962
22963 \end_layout
22964
22965 \end_inset
22966 </cell>
22967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22968 \begin_inset Text
22969
22970 \begin_layout Plain Layout
22971 c
22972 \end_layout
22973
22974 \end_inset
22975 </cell>
22976 </row>
22977 <row>
22978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22979 \begin_inset Text
22980
22981 \begin_layout Plain Layout
22982
22983 \end_layout
22984
22985 \end_inset
22986 </cell>
22987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22988 \begin_inset Text
22989
22990 \begin_layout Plain Layout
22991 d
22992 \end_layout
22993
22994 \end_inset
22995 </cell>
22996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22997 \begin_inset Text
22998
22999 \begin_layout Plain Layout
23000
23001 \end_layout
23002
23003 \end_inset
23004 </cell>
23005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23006 \begin_inset Text
23007
23008 \begin_layout Plain Layout
23009 e
23010 \end_layout
23011
23012 \end_inset
23013 </cell>
23014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23015 \begin_inset Text
23016
23017 \begin_layout Plain Layout
23018
23019 \end_layout
23020
23021 \end_inset
23022 </cell>
23023 </row>
23024 <row>
23025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23026 \begin_inset Text
23027
23028 \begin_layout Plain Layout
23029 f
23030 \end_layout
23031
23032 \end_inset
23033 </cell>
23034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23035 \begin_inset Text
23036
23037 \begin_layout Plain Layout
23038
23039 \end_layout
23040
23041 \end_inset
23042 </cell>
23043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23044 \begin_inset Text
23045
23046 \begin_layout Plain Layout
23047 g
23048 \end_layout
23049
23050 \end_inset
23051 </cell>
23052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23053 \begin_inset Text
23054
23055 \begin_layout Plain Layout
23056
23057 \end_layout
23058
23059 \end_inset
23060 </cell>
23061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23062 \begin_inset Text
23063
23064 \begin_layout Plain Layout
23065 h
23066 \end_layout
23067
23068 \end_inset
23069 </cell>
23070 </row>
23071 <row>
23072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23073 \begin_inset Text
23074
23075 \begin_layout Plain Layout
23076
23077 \end_layout
23078
23079 \end_inset
23080 </cell>
23081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23082 \begin_inset Text
23083
23084 \begin_layout Plain Layout
23085 i
23086 \end_layout
23087
23088 \end_inset
23089 </cell>
23090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23091 \begin_inset Text
23092
23093 \begin_layout Plain Layout
23094
23095 \end_layout
23096
23097 \end_inset
23098 </cell>
23099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23100 \begin_inset Text
23101
23102 \begin_layout Plain Layout
23103 j
23104 \end_layout
23105
23106 \end_inset
23107 </cell>
23108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23109 \begin_inset Text
23110
23111 \begin_layout Plain Layout
23112
23113 \end_layout
23114
23115 \end_inset
23116 </cell>
23117 </row>
23118 </lyxtabular>
23119
23120 \end_inset
23121
23122
23123 \end_layout
23124
23125 \end_inset
23126
23127
23128 \end_layout
23129
23130 \begin_layout Standard
23131 \begin_inset ERT
23132 status collapsed
23133
23134 \begin_layout Plain Layout
23135
23136
23137 \backslash
23138 TabBesEnd
23139 \end_layout
23140
23141 \end_inset
23142
23143
23144 \end_layout
23145
23146 \begin_layout Standard
23147 \begin_inset ERT
23148 status collapsed
23149
23150 \begin_layout Plain Layout
23151
23152
23153 \backslash
23154 sidecaptionvpos{figure}{c}
23155 \end_layout
23156
23157 \end_inset
23158
23159
23160 \begin_inset Float figure
23161 wide false
23162 sideways false
23163 status open
23164
23165 \begin_layout Plain Layout
23166 \begin_inset Graphics
23167         filename clipart/escher-lsd.eps
23168         scale 75
23169         scaleBeforeRotation
23170
23171 \end_inset
23172
23173
23174 \end_layout
23175
23176 \begin_layout Plain Layout
23177 \begin_inset Caption
23178
23179 \begin_layout Plain Layout
23180 \begin_inset CommandInset label
23181 LatexCommand label
23182 name "fig:cap-beside-fig-2"
23183
23184 \end_inset
23185
23186 This is a vertically centered caption beside a figure.
23187 \end_layout
23188
23189 \end_inset
23190
23191
23192 \end_layout
23193
23194 \end_inset
23195
23196
23197 \end_layout
23198
23199 \begin_layout Standard
23200 \begin_inset ERT
23201 status collapsed
23202
23203 \begin_layout Plain Layout
23204
23205
23206 \backslash
23207 FigBesEnd
23208 \end_layout
23209
23210 \end_inset
23211
23212
23213 \end_layout
23214
23215 \begin_layout Standard
23216 \begin_inset ERT
23217 status collapsed
23218
23219 \begin_layout Plain Layout
23220
23221
23222 \backslash
23223 else
23224 \end_layout
23225
23226 \end_inset
23227
23228
23229 \begin_inset Note Note
23230 status open
23231
23232 \begin_layout Plain Layout
23233 The following will be displayed when the LaTeX-package 
23234 \series bold
23235 sidecap
23236 \series default
23237  is not installed:
23238 \end_layout
23239
23240 \end_inset
23241
23242
23243 \end_layout
23244
23245 \begin_layout Standard
23246 You need to install the LaTeX-package 
23247 \series bold
23248 sidecap
23249 \series default
23250  to see the following part of this section in the output.
23251 \end_layout
23252
23253 \begin_layout Standard
23254 \begin_inset ERT
23255 status collapsed
23256
23257 \begin_layout Plain Layout
23258
23259
23260 \backslash
23261 fi
23262 \end_layout
23263
23264 \end_inset
23265
23266
23267 \end_layout
23268
23269 \begin_layout Section
23270 Listings of Floats
23271 \begin_inset CommandInset label
23272 LatexCommand label
23273 name "sec:Listings-of-Floats"
23274
23275 \end_inset
23276
23277
23278 \begin_inset Index
23279 status collapsed
23280
23281 \begin_layout Plain Layout
23282 Floats ! Float Lists
23283 \end_layout
23284
23285 \end_inset
23286
23287
23288 \end_layout
23289
23290 \begin_layout Standard
23291 Similar to the the table of contents where the sections of the document
23292  are listed, there are listings for all float types, like the figures of
23293  the documents.
23294  You can insert them via the 
23295 \family sans
23296 Insert\SpecialChar \menuseparator
23297 List
23298 \begin_inset space ~
23299 \end_inset
23300
23301 /
23302 \begin_inset space ~
23303 \end_inset
23304
23305 TOC
23306 \family default
23307  sub menus.
23308 \end_layout
23309
23310 \begin_layout Standard
23311 The list entries are the float captions or its short title, the float number,
23312  and the page number where they appear in the document.
23313 \end_layout
23314
23315 \begin_layout Standard
23316 You can find the list of figures and tables at the end of this document.
23317 \end_layout
23318
23319 \begin_layout Chapter
23320 Notes
23321 \end_layout
23322
23323 \begin_layout Section
23324 LyX Notes
23325 \begin_inset CommandInset label
23326 LatexCommand label
23327 name "sec:LyX-Notes"
23328
23329 \end_inset
23330
23331
23332 \begin_inset Index
23333 status collapsed
23334
23335 \begin_layout Plain Layout
23336 Notes ! LyX Notes
23337 \end_layout
23338
23339 \end_inset
23340
23341
23342 \end_layout
23343
23344 \begin_layout Standard
23345 Notes are inserted with the toolbar button 
23346 \begin_inset Graphics
23347         filename ../images/note-insert.png
23348         scale 85
23349         scaleBeforeRotation
23350
23351 \end_inset
23352
23353  or the menu 
23354 \family sans
23355 Insert\SpecialChar \menuseparator
23356 Note
23357 \family default
23358 .
23359  There are three types of notes:
23360 \end_layout
23361
23362 \begin_layout Description
23363 LyX
23364 \begin_inset space ~
23365 \end_inset
23366
23367 Note This note type is for internal notes that won't appear in the output.
23368  Its note-box looks like this:
23369 \begin_inset Newline newline
23370 \end_inset
23371
23372
23373 \begin_inset Newline newline
23374 \end_inset
23375
23376
23377 \begin_inset Graphics
23378         filename clipart/LyXNoteImageQt4.png
23379         display false
23380         scale 85
23381         scaleBeforeRotation
23382
23383 \end_inset
23384
23385  
23386 \begin_inset Note Note
23387 status open
23388
23389 \begin_layout Plain Layout
23390 This is text in a note box that doesn't appear in the output.
23391 \end_layout
23392
23393 \end_inset
23394
23395
23396 \end_layout
23397
23398 \begin_layout Description
23399 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
23400 ent, when you export the document to LaTeX via the menu 
23401 \family sans
23402 File\SpecialChar \menuseparator
23403 Export\SpecialChar \menuseparator
23404 LaTeX (pdflatex) / (plain)
23405 \family default
23406 .
23407  Its note-box looks like this:
23408 \begin_inset Newline newline
23409 \end_inset
23410
23411
23412 \begin_inset Newline newline
23413 \end_inset
23414
23415
23416 \begin_inset Graphics
23417         filename clipart/CommentNoteImageQt4.png
23418         display false
23419         scale 85
23420         scaleBeforeRotation
23421
23422 \end_inset
23423
23424  
23425 \begin_inset Note Comment
23426 status open
23427
23428 \begin_layout Plain Layout
23429 This is text in a note box that only appears as comment in LaTeX-files.
23430 \end_layout
23431
23432 \end_inset
23433
23434
23435 \end_layout
23436
23437 \begin_layout Description
23438 Greyed
23439 \begin_inset space ~
23440 \end_inset
23441
23442 Out This note will appear in the output as grey text.
23443  Its note-box looks like this:
23444 \begin_inset Newline newline
23445 \end_inset
23446
23447
23448 \begin_inset Newline newline
23449 \end_inset
23450
23451
23452 \begin_inset Graphics
23453         filename clipart/GreyedOutNoteImageQt4.png
23454         display false
23455         scale 85
23456         scaleBeforeRotation
23457
23458 \end_inset
23459
23460
23461 \begin_inset Newline newline
23462 \end_inset
23463
23464
23465 \begin_inset ERT
23466 status collapsed
23467
23468 \begin_layout Plain Layout
23469
23470
23471 \backslash
23472 renewenvironment{lyxgreyedout}
23473 \end_layout
23474
23475 \begin_layout Plain Layout
23476
23477 {
23478 \backslash
23479 textcolor[gray]{0.8}
23480 \backslash
23481 bgroup}{
23482 \backslash
23483 egroup}
23484 \end_layout
23485
23486 \end_inset
23487
23488
23489 \begin_inset Note Greyedout
23490 status open
23491
23492 \begin_layout Plain Layout
23493 This is text
23494 \begin_inset Foot
23495 status open
23496
23497 \begin_layout Plain Layout
23498 This is an example footnote within a greyed out note.
23499 \end_layout
23500
23501 \end_inset
23502
23503  of a comment that appears in the output as grey text.
23504 \end_layout
23505
23506 \end_inset
23507
23508
23509 \begin_inset ERT
23510 status collapsed
23511
23512 \begin_layout Plain Layout
23513
23514
23515 \backslash
23516 renewenvironment{lyxgreyedout}
23517 \end_layout
23518
23519 \begin_layout Plain Layout
23520
23521 {
23522 \backslash
23523 textcolor{blue}
23524 \backslash
23525 bgroup}{
23526 \backslash
23527 egroup}
23528 \end_layout
23529
23530 \end_inset
23531
23532
23533 \begin_inset Note Note
23534 status collapsed
23535
23536 \begin_layout Plain Layout
23537 The greyed out note is here redefined to show it with the original LyX definitio
23538 n because greyed out notes are redefined in the preamble of this document,
23539  as described below, to have blue text.
23540 \end_layout
23541
23542 \end_inset
23543
23544
23545 \begin_inset Newline newline
23546 \end_inset
23547
23548
23549 \begin_inset Newline newline
23550 \end_inset
23551
23552 As you can see in the example, the first line of greyed out notes is a bit
23553  indented and greyed out notes can have footnotes.
23554 \end_layout
23555
23556 \begin_layout Standard
23557 \begin_inset VSpace bigskip
23558 \end_inset
23559
23560 When you use the toolbar button 
23561 \begin_inset Graphics
23562         filename ../images/note-insert.png
23563         scale 85
23564         scaleBeforeRotation
23565
23566 \end_inset
23567
23568  to insert notes, a 
23569 \family sans
23570 LyX
23571 \begin_inset space ~
23572 \end_inset
23573
23574 Note
23575 \family default
23576  is inserted.
23577  You can switch between the five note types by right-clicking on the note-box.
23578  
23579 \family roman
23580 \series medium
23581 \bar no
23582 If you want to turn existing text into a note, mark it and click on the
23583  note
23584 \family default
23585 \series default
23586 \bar default
23587  toolbar 
23588 \family roman
23589 \series medium
23590 \bar no
23591 button
23592 \family default
23593 \series default
23594 \bar default
23595 .
23596  To change a note to text, press the backspace key when the cursor is in
23597  the first position of a note, or press the deletey key when the cursor
23598  is in the very last position of the note, respectively.
23599 \end_layout
23600
23601 \begin_layout Standard
23602 \begin_inset VSpace bigskip
23603 \end_inset
23604
23605 You can change the text color of the greyed out notes in the preamble with
23606  the following command:
23607 \end_layout
23608
23609 \begin_layout Standard
23610
23611 \series bold
23612
23613 \backslash
23614 renewenvironment{lyxgreyedout}
23615 \begin_inset Newline newline
23616 \end_inset
23617
23618
23619 \begin_inset ERT
23620 status collapsed
23621
23622 \begin_layout Plain Layout
23623
23624
23625 \backslash
23626 hphantom{ }
23627 \end_layout
23628
23629 \end_inset
23630
23631 {
23632 \backslash
23633 textcolor{color}
23634 \backslash
23635 bgroup}{
23636 \backslash
23637 egroup}
23638 \end_layout
23639
23640 \begin_layout Standard
23641 The available colors and the method to define own colors is explained in
23642  section
23643 \begin_inset space ~
23644 \end_inset
23645
23646
23647 \begin_inset CommandInset ref
23648 LatexCommand ref
23649 reference "sec:Colored-Tables"
23650
23651 \end_inset
23652
23653 .
23654 \end_layout
23655
23656 \begin_layout Standard
23657 Notes that appear in blue in this document are set using greyed out notes
23658  with blue text.
23659 \end_layout
23660
23661 \begin_layout Section
23662 Footnotes
23663 \begin_inset CommandInset label
23664 LatexCommand label
23665 name "sec:Footnotes"
23666
23667 \end_inset
23668
23669
23670 \begin_inset Index
23671 status collapsed
23672
23673 \begin_layout Plain Layout
23674 Notes ! Footnotes
23675 \end_layout
23676
23677 \end_inset
23678
23679
23680 \begin_inset Index
23681 status collapsed
23682
23683 \begin_layout Plain Layout
23684 Footnotes
23685 \end_layout
23686
23687 \end_inset
23688
23689
23690 \end_layout
23691
23692 \begin_layout Standard
23693 Footnotes can be inserted using the toolbar button 
23694 \begin_inset Graphics
23695         filename ../images/footnote-insert.png
23696         scale 85
23697         scaleBeforeRotation
23698
23699 \end_inset
23700
23701  or the menu 
23702 \family sans
23703 Insert\SpecialChar \menuseparator
23704 Footnote
23705 \family default
23706 .
23707  
23708 \family roman
23709 \series medium
23710 \bar no
23711 You'll see
23712 \family default
23713 \series default
23714 \bar default
23715  then the following footnote-box: 
23716 \begin_inset Graphics
23717         filename clipart/footnoteQt4.png
23718         scale 80
23719         scaleBeforeRotation
23720
23721 \end_inset
23722
23723  
23724 \family roman
23725 \series medium
23726 \bar no
23727 where you can enter the footnote text.
23728  If you want to turn existing text into a footnote, mark it and click on
23729  the footnote
23730 \family default
23731 \series default
23732 \bar default
23733  toolbar 
23734 \family roman
23735 \series medium
23736 \bar no
23737 button
23738 \family default
23739 \series default
23740 \bar default
23741 .
23742  To change a 
23743 \family roman
23744 \series medium
23745 \bar no
23746 footnote
23747 \family default
23748 \series default
23749 \bar default
23750  to text, press the Backspace key when the cursor is in the first position
23751  of a 
23752 \family roman
23753 \series medium
23754 \bar no
23755 footnote
23756 \family default
23757 \series default
23758 \bar default
23759 , or press the Delete key when the cursor is in the very last position of
23760  the 
23761 \family roman
23762 \series medium
23763 \bar no
23764 footnote
23765 \family default
23766 \series default
23767 \bar default
23768 , respectively.
23769 \end_layout
23770
23771 \begin_layout Standard
23772 Here is an example footnote:
23773 \family roman
23774 \series medium
23775 \bar no
23776
23777 \begin_inset Foot
23778 status open
23779
23780 \begin_layout Plain Layout
23781 \begin_inset CommandInset label
23782 LatexCommand label
23783 name "foot:This-is-an"
23784
23785 \end_inset
23786
23787 This is an example footnote.
23788 \end_layout
23789
23790 \end_inset
23791
23792
23793 \family default
23794 \series default
23795 \bar default
23796
23797 \begin_inset ERT
23798 status collapsed
23799
23800 \begin_layout Plain Layout
23801
23802
23803 \backslash
23804 newcounter{MyRepeatFoot}
23805 \end_layout
23806
23807 \begin_layout Plain Layout
23808
23809
23810 \backslash
23811 setcounter{MyRepeatFoot}{
23812 \backslash
23813 thefootnote}
23814 \end_layout
23815
23816 \end_inset
23817
23818
23819 \end_layout
23820
23821 \begin_layout Standard
23822 The footnote will appear in the output as a superscript number at the text
23823  position where the footnote box is placed.
23824  The footnote text is placed at the bottom of the current page.
23825  The footnote number is calculated by LaTeX, the numbers are consecutive.
23826  It depends on your document-class, if the footnote number is reset for
23827  every chapter.
23828 \end_layout
23829
23830 \begin_layout Standard
23831 Footnotes can be referenced like floats: Insert a label into the footnote
23832  and cross-reference this label in the text as described in section
23833 \begin_inset space ~
23834 \end_inset
23835
23836
23837 \begin_inset CommandInset ref
23838 LatexCommand ref
23839 reference "sec:Referencing-Floats"
23840
23841 \end_inset
23842
23843 .
23844 \begin_inset Newline newline
23845 \end_inset
23846
23847 This is a cross-reference of Footnote
23848 \begin_inset space ~
23849 \end_inset
23850
23851
23852 \begin_inset CommandInset ref
23853 LatexCommand ref
23854 reference "foot:This-is-an"
23855
23856 \end_inset
23857
23858 .
23859 \end_layout
23860
23861 \begin_layout Standard
23862 \begin_inset VSpace defskip
23863 \end_inset
23864
23865 To use footnotes within tables, you have to use minipages, see section
23866 \begin_inset space ~
23867 \end_inset
23868
23869
23870 \begin_inset CommandInset ref
23871 LatexCommand ref
23872 reference "sec:Minipages"
23873
23874 \end_inset
23875
23876 .
23877  Footnotes within longtables are described in section
23878 \begin_inset space ~
23879 \end_inset
23880
23881
23882 \begin_inset CommandInset ref
23883 LatexCommand ref
23884 reference "sub:Footnotes-in-Longtables"
23885
23886 \end_inset
23887
23888 .
23889 \end_layout
23890
23891 \begin_layout Standard
23892 \begin_inset VSpace defskip
23893 \end_inset
23894
23895 To create only a mark for a footnote, use the command 
23896 \series bold
23897
23898 \backslash
23899 footnotemark[number]
23900 \series default
23901  in TeX-Code.
23902  This is used when you have the same annotation several times in a text
23903  but doesn't want to print the footnote text every time.
23904 \begin_inset Newline newline
23905 \end_inset
23906
23907 As you don't know the number of the repeating footnote while you are writing
23908  the text, you have to store its number.
23909  For the following footnote mark example, these commands were inserted in
23910  TeX-Code behind Footnote
23911 \begin_inset space ~
23912 \end_inset
23913
23914
23915 \begin_inset CommandInset ref
23916 LatexCommand ref
23917 reference "foot:This-is-an"
23918
23919 \end_inset
23920
23921  to store the footnote number:
23922 \end_layout
23923
23924 \begin_layout Standard
23925
23926 \series bold
23927
23928 \backslash
23929 newcounter{MyRepeatFoot}
23930 \begin_inset Newline newline
23931 \end_inset
23932
23933
23934 \backslash
23935 setcounter{MyRepeatFoot}{
23936 \backslash
23937 thefootnote}
23938 \end_layout
23939
23940 \begin_layout Standard
23941 The footnote mark was then created with this command:
23942 \end_layout
23943
23944 \begin_layout Standard
23945
23946 \series bold
23947
23948 \backslash
23949 footnotemark[
23950 \backslash
23951 theMyRepeatFoot]
23952 \end_layout
23953
23954 \begin_layout Standard
23955 Here is an example footnote mark:
23956 \family roman
23957 \series medium
23958 \bar no
23959
23960 \begin_inset ERT
23961 status collapsed
23962
23963 \begin_layout Plain Layout
23964
23965
23966 \backslash
23967 footnotemark[
23968 \backslash
23969 theMyRepeatFoot]
23970 \end_layout
23971
23972 \end_inset
23973
23974
23975 \end_layout
23976
23977 \begin_layout Subsection
23978 Footnote Numbering
23979 \begin_inset CommandInset label
23980 LatexCommand label
23981 name "sub:Footnote-Numbering"
23982
23983 \end_inset
23984
23985
23986 \begin_inset Index
23987 status collapsed
23988
23989 \begin_layout Plain Layout
23990 Footnotes ! Numbering
23991 \end_layout
23992
23993 \end_inset
23994
23995
23996 \end_layout
23997
23998 \begin_layout Standard
23999 To reset the footnote number back to 1 after each section
24000 \family roman
24001 , add this command to your document preamble:
24002 \end_layout
24003
24004 \begin_layout Standard
24005
24006 \series bold
24007
24008 \backslash
24009 @addtoreset{footnote}{section}
24010 \end_layout
24011
24012 \begin_layout Standard
24013 \begin_inset VSpace bigskip
24014 \end_inset
24015
24016 The following preamble command changes the footnote numbering style to small
24017  roman numerals:
24018 \end_layout
24019
24020 \begin_layout Standard
24021
24022 \series bold
24023
24024 \backslash
24025 renewcommand{
24026 \backslash
24027 thefootnote}{
24028 \backslash
24029 roman{footnote}}
24030 \end_layout
24031
24032 \begin_layout Standard
24033 \begin_inset ERT
24034 status collapsed
24035
24036 \begin_layout Plain Layout
24037
24038
24039 \backslash
24040 renewcommand{
24041 \backslash
24042 thefootnote}{
24043 \backslash
24044 roman{footnote}}
24045 \end_layout
24046
24047 \end_inset
24048
24049  This is a footnote with roman numbering:
24050 \begin_inset Foot
24051 status open
24052
24053 \begin_layout Plain Layout
24054 This is an example footnote with roman numbering.
24055 \end_layout
24056
24057 \end_inset
24058
24059
24060 \end_layout
24061
24062 \begin_layout Standard
24063 To change the numbering style to capital roman numerals replace in the command
24064  above 
24065 \series bold
24066
24067 \backslash
24068 roman
24069 \series default
24070  by 
24071 \series bold
24072
24073 \backslash
24074 Roman
24075 \series default
24076 .
24077  To 
24078 \begin_inset Quotes eld
24079 \end_inset
24080
24081 number
24082 \begin_inset Quotes erd
24083 \end_inset
24084
24085  footnotes with capital or small Latin letters use 
24086 \series bold
24087
24088 \backslash
24089 Alph
24090 \series default
24091  or 
24092 \series bold
24093
24094 \backslash
24095 alph
24096 \series default
24097 , respectively.
24098  To 
24099 \begin_inset Quotes eld
24100 \end_inset
24101
24102 number
24103 \begin_inset Quotes erd
24104 \end_inset
24105
24106  footnotes with symbols use 
24107 \series bold
24108
24109 \backslash
24110 fnsymbol
24111 \series default
24112 .
24113 \end_layout
24114
24115 \begin_layout Standard
24116 \begin_inset Note Greyedout
24117 status open
24118
24119 \begin_layout Plain Layout
24120
24121 \series bold
24122 Note:
24123 \series default
24124  You can only number 26 footnotes with Latin letters, because this numbering
24125  is limited to single letters.
24126 \end_layout
24127
24128 \end_inset
24129
24130
24131 \begin_inset Newline newline
24132 \end_inset
24133
24134
24135 \begin_inset Note Greyedout
24136 status open
24137
24138 \begin_layout Plain Layout
24139
24140 \series bold
24141 Note:
24142 \series default
24143  You can only number 9 footnotes with symbols.
24144 \end_layout
24145
24146 \end_inset
24147
24148
24149 \end_layout
24150
24151 \begin_layout Standard
24152 To return to the default numbering style when you changed to another one,
24153  use 
24154 \series bold
24155
24156 \backslash
24157 arabic
24158 \series default
24159  instead of 
24160 \series bold
24161
24162 \backslash
24163 roman
24164 \series default
24165  in the command above.
24166 \begin_inset ERT
24167 status collapsed
24168
24169 \begin_layout Plain Layout
24170
24171
24172 \backslash
24173 renewcommand{
24174 \backslash
24175 thefootnote}{
24176 \backslash
24177 arabic{footnote}}
24178 \end_layout
24179
24180 \end_inset
24181
24182
24183 \end_layout
24184
24185 \begin_layout Standard
24186 \begin_inset VSpace bigskip
24187 \end_inset
24188
24189
24190 \end_layout
24191
24192 \begin_layout Standard
24193 If you want to have footnotes numbered in the scheme 
24194 \begin_inset Quotes eld
24195 \end_inset
24196
24197 chapter.footnote
24198 \begin_inset Quotes erd
24199 \end_inset
24200
24201 , add the following command to your document preamble:
24202 \end_layout
24203
24204 \begin_layout Standard
24205
24206 \series bold
24207
24208 \backslash
24209 numberwithin{footnote}{chapter}
24210 \end_layout
24211
24212 \begin_layout Standard
24213 To be able to use the command 
24214 \series bold
24215
24216 \backslash
24217 numberwithin
24218 \series default
24219 , set in the tab 
24220 \family sans
24221 Math
24222 \begin_inset space ~
24223 \end_inset
24224
24225 Options
24226 \family default
24227  in the document settings the option 
24228 \family sans
24229 Use
24230 \begin_inset space ~
24231 \end_inset
24232
24233 AMS
24234 \begin_inset space ~
24235 \end_inset
24236
24237 math
24238 \begin_inset space ~
24239 \end_inset
24240
24241 package
24242 \family default
24243 .
24244 \end_layout
24245
24246 \begin_layout Standard
24247 \begin_inset ERT
24248 status collapsed
24249
24250 \begin_layout Plain Layout
24251
24252
24253 \backslash
24254 numberwithin{footnote}{chapter}
24255 \end_layout
24256
24257 \end_inset
24258
24259 This is another example footnote:
24260 \series bold
24261
24262 \begin_inset Foot
24263 status open
24264
24265 \begin_layout Plain Layout
24266 This is a footnote numbered in the scheme 
24267 \begin_inset Quotes eld
24268 \end_inset
24269
24270 chapter.footnote
24271 \begin_inset Quotes erd
24272 \end_inset
24273
24274 .
24275 \end_layout
24276
24277 \end_inset
24278
24279
24280 \series default
24281
24282 \begin_inset ERT
24283 status collapsed
24284
24285 \begin_layout Plain Layout
24286
24287
24288 \backslash
24289 renewcommand{
24290 \backslash
24291 thefootnote}{
24292 \backslash
24293 arabic{footnote}}
24294 \end_layout
24295
24296 \end_inset
24297
24298
24299 \end_layout
24300
24301 \begin_layout Standard
24302 \begin_inset Note Greyedout
24303 status open
24304
24305 \begin_layout Plain Layout
24306
24307 \series bold
24308 Note:
24309 \series default
24310  
24311 \series bold
24312
24313 \backslash
24314 numberwithin
24315 \series default
24316  always prints out the footnote number as arabic number; previous redefinitions
24317  to get non-arabic numbers are overwritten.
24318 \end_layout
24319
24320 \end_inset
24321
24322
24323 \end_layout
24324
24325 \begin_layout Standard
24326 So to get for example the scheme 
24327 \begin_inset Quotes eld
24328 \end_inset
24329
24330 chapter.
24331 \backslash
24332 Roman{footnote}
24333 \begin_inset Quotes erd
24334 \end_inset
24335
24336 , use this command instead of 
24337 \series bold
24338
24339 \backslash
24340 numberwithin
24341 \series default
24342 :
24343 \end_layout
24344
24345 \begin_layout Standard
24346
24347 \series bold
24348
24349 \backslash
24350 renewcommand{
24351 \backslash
24352 thefootnote}{
24353 \backslash
24354 thechapter.
24355 \backslash
24356 Roman{footnote}}
24357 \end_layout
24358
24359 \begin_layout Subsection
24360 Footnote Placement
24361 \begin_inset Index
24362 status collapsed
24363
24364 \begin_layout Plain Layout
24365 Footnotes ! Placement
24366 \end_layout
24367
24368 \end_inset
24369
24370
24371 \end_layout
24372
24373 \begin_layout Standard
24374 If you have several footnotes in one page, they appear without vertical
24375  space between them at the bottom of the page.
24376  To make them better readable you can e.
24377 \begin_inset space \thinspace{}
24378 \end_inset
24379
24380 g.
24381 \begin_inset space ~
24382 \end_inset
24383
24384 add 1.5
24385 \begin_inset space \thinspace{}
24386 \end_inset
24387
24388 mm space with the following preamble command:
24389 \end_layout
24390
24391 \begin_layout Standard
24392
24393 \series bold
24394
24395 \backslash
24396 let
24397 \backslash
24398 myFoot
24399 \backslash
24400 footnote
24401 \begin_inset Newline newline
24402 \end_inset
24403
24404
24405 \backslash
24406 renewcommand{
24407 \backslash
24408 footnote}[1]{
24409 \backslash
24410 myFoot{#1
24411 \backslash
24412 vspace{1.5mm}}}
24413 \end_layout
24414
24415 \begin_layout Standard
24416 \begin_inset VSpace bigskip
24417 \end_inset
24418
24419 In a two-column document the footnotes appear at the bottom of every column,
24420  see Figure
24421 \begin_inset space ~
24422 \end_inset
24423
24424
24425 \begin_inset CommandInset ref
24426 LatexCommand ref
24427 reference "fig:Standard-footnote-placement"
24428
24429 \end_inset
24430
24431 .
24432  If the footnotes should only appear at the bottom of the right column,
24433  as in Figure
24434 \begin_inset space ~
24435 \end_inset
24436
24437
24438 \begin_inset CommandInset ref
24439 LatexCommand ref
24440 reference "fig:Footnote-placement-in"
24441
24442 \end_inset
24443
24444 , use the LaTeX-package 
24445 \series bold
24446 ftnright
24447 \series default
24448
24449 \begin_inset Index
24450 status collapsed
24451
24452 \begin_layout Plain Layout
24453 LaTeX-packages ! ftnright
24454 \end_layout
24455
24456 \end_inset
24457
24458  with this command in the document preamble:
24459 \end_layout
24460
24461 \begin_layout Standard
24462
24463 \series bold
24464
24465 \backslash
24466 usepackage{ftnright}
24467 \end_layout
24468
24469 \begin_layout Standard
24470 \begin_inset Float figure
24471 placement !h
24472 wide false
24473 sideways false
24474 status open
24475
24476 \begin_layout Plain Layout
24477 \begin_inset ERT
24478 status collapsed
24479
24480 \begin_layout Plain Layout
24481
24482
24483 \backslash
24484 framebox{
24485 \end_layout
24486
24487 \end_inset
24488
24489
24490 \begin_inset Graphics
24491         filename clipart/without_fntright.pdf
24492         width 100col%
24493         scaleBeforeRotation
24494
24495 \end_inset
24496
24497
24498 \begin_inset ERT
24499 status collapsed
24500
24501 \begin_layout Plain Layout
24502
24503 }
24504 \end_layout
24505
24506 \end_inset
24507
24508
24509 \end_layout
24510
24511 \begin_layout Plain Layout
24512 \begin_inset Caption
24513
24514 \begin_layout Plain Layout
24515 \begin_inset CommandInset label
24516 LatexCommand label
24517 name "fig:Standard-footnote-placement"
24518
24519 \end_inset
24520
24521 Standard footnote placement in two-column documents.
24522 \end_layout
24523
24524 \end_inset
24525
24526
24527 \end_layout
24528
24529 \end_inset
24530
24531
24532 \end_layout
24533
24534 \begin_layout Standard
24535 \begin_inset Float figure
24536 placement !h
24537 wide false
24538 sideways false
24539 status open
24540
24541 \begin_layout Plain Layout
24542 \begin_inset ERT
24543 status collapsed
24544
24545 \begin_layout Plain Layout
24546
24547
24548 \backslash
24549 framebox{
24550 \end_layout
24551
24552 \end_inset
24553
24554
24555 \begin_inset Graphics
24556         filename clipart/with_fntright.pdf
24557         width 100col%
24558         scaleBeforeRotation
24559
24560 \end_inset
24561
24562
24563 \begin_inset ERT
24564 status collapsed
24565
24566 \begin_layout Plain Layout
24567
24568 }
24569 \end_layout
24570
24571 \end_inset
24572
24573
24574 \end_layout
24575
24576 \begin_layout Plain Layout
24577 \begin_inset Caption
24578
24579 \begin_layout Plain Layout
24580 \begin_inset CommandInset label
24581 LatexCommand label
24582 name "fig:Footnote-placement-in"
24583
24584 \end_inset
24585
24586 Footnote placement in two-column documents when the LaTeX-package 
24587 \series bold
24588 ftnright
24589 \series default
24590  is used.
24591 \end_layout
24592
24593 \end_inset
24594
24595
24596 \end_layout
24597
24598 \end_inset
24599
24600
24601 \end_layout
24602
24603 \begin_layout Standard
24604 \begin_inset VSpace bigskip
24605 \end_inset
24606
24607 In some scientific literature it is usual to collect the footnotes and print
24608  them in a separate paragraph at the the end of a section, like in Figure
24609 \begin_inset space ~
24610 \end_inset
24611
24612
24613 \begin_inset CommandInset ref
24614 LatexCommand ref
24615 reference "fig:Endnotes----footnotes"
24616
24617 \end_inset
24618
24619 .
24620  They are then so called 
24621 \begin_inset Quotes eld
24622 \end_inset
24623
24624 endnotes
24625 \begin_inset Quotes erd
24626 \end_inset
24627
24628 .
24629 \begin_inset Index
24630 status collapsed
24631
24632 \begin_layout Plain Layout
24633 Endnotes
24634 \end_layout
24635
24636 \end_inset
24637
24638  To use endnotes instead of footnotes in your document, load the LaTeX-package
24639  
24640 \series bold
24641 endnotes
24642 \series default
24643
24644 \begin_inset Index
24645 status collapsed
24646
24647 \begin_layout Plain Layout
24648 LaTeX-packages ! endnotes
24649 \end_layout
24650
24651 \end_inset
24652
24653  with the document preamble lines
24654 \end_layout
24655
24656 \begin_layout Standard
24657
24658 \series bold
24659
24660 \backslash
24661 usepackage{endnotes}
24662 \begin_inset Newline newline
24663 \end_inset
24664
24665
24666 \backslash
24667 let
24668 \backslash
24669 footnote
24670 \backslash
24671 endnote
24672 \end_layout
24673
24674 \begin_layout Standard
24675 To insert the collected footnotes, insert the command
24676 \end_layout
24677
24678 \begin_layout Standard
24679
24680 \series bold
24681
24682 \backslash
24683 theendnotes
24684 \end_layout
24685
24686 \begin_layout Standard
24687 in TeX-Code at the the end of a section or chapter.
24688 \end_layout
24689
24690 \begin_layout Standard
24691 \begin_inset Float figure
24692 wide false
24693 sideways false
24694 status open
24695
24696 \begin_layout Plain Layout
24697 \align center
24698 \begin_inset ERT
24699 status collapsed
24700
24701 \begin_layout Plain Layout
24702
24703
24704 \backslash
24705 framebox{
24706 \end_layout
24707
24708 \end_inset
24709
24710
24711 \begin_inset Graphics
24712         filename clipart/endnotes.pdf
24713         scaleBeforeRotation
24714
24715 \end_inset
24716
24717
24718 \begin_inset ERT
24719 status collapsed
24720
24721 \begin_layout Plain Layout
24722
24723 }
24724 \end_layout
24725
24726 \end_inset
24727
24728
24729 \end_layout
24730
24731 \begin_layout Plain Layout
24732 \begin_inset Caption
24733
24734 \begin_layout Plain Layout
24735 \begin_inset CommandInset label
24736 LatexCommand label
24737 name "fig:Endnotes----footnotes"
24738
24739 \end_inset
24740
24741 Endnotes -- footnotes are printed in a separate paragraph at the end of
24742  sections or chapters.
24743 \end_layout
24744
24745 \end_inset
24746
24747
24748 \end_layout
24749
24750 \end_inset
24751
24752
24753 \end_layout
24754
24755 \begin_layout Standard
24756 \begin_inset VSpace medskip
24757 \end_inset
24758
24759 The paragraph heading for the endnotes isn't automatically translated into
24760  the document language, this must be done manually.
24761  The following preamble command translate the default English name 
24762 \begin_inset Quotes eld
24763 \end_inset
24764
24765 Notes
24766 \begin_inset Quotes erd
24767 \end_inset
24768
24769  to the German translation 
24770 \begin_inset Quotes eld
24771 \end_inset
24772
24773 Anmerkungen
24774 \begin_inset Quotes erd
24775 \end_inset
24776
24777 :
24778 \end_layout
24779
24780 \begin_layout Standard
24781
24782 \series bold
24783
24784 \backslash
24785 renewcommand{
24786 \backslash
24787 notesname}{Anmerkungen}
24788 \end_layout
24789
24790 \begin_layout Standard
24791 \begin_inset VSpace medskip
24792 \end_inset
24793
24794 The numbering of endnotes can be changed like the footnote numbering as
24795  described in section
24796 \begin_inset space ~
24797 \end_inset
24798
24799
24800 \begin_inset CommandInset ref
24801 LatexCommand ref
24802 reference "sub:Footnote-Numbering"
24803
24804 \end_inset
24805
24806 ; just replace the command 
24807 \series bold
24808
24809 \backslash
24810 thefootnote
24811 \series default
24812  by 
24813 \series bold
24814
24815 \backslash
24816 theendnote
24817 \series default
24818 .
24819  To reset the endnote number use the command 
24820 \series bold
24821
24822 \backslash
24823 @addtoreset
24824 \series default
24825  as described in section
24826 \begin_inset space ~
24827 \end_inset
24828
24829
24830 \begin_inset CommandInset ref
24831 LatexCommand ref
24832 reference "sub:Footnote-Numbering"
24833
24834 \end_inset
24835
24836  and replace the command parameter 
24837 \series bold
24838 footnote
24839 \series default
24840  by 
24841 \series bold
24842 endnote
24843 \series default
24844 .
24845 \end_layout
24846
24847 \begin_layout Standard
24848 To create only a mark for an endnote, use the command 
24849 \series bold
24850
24851 \backslash
24852 endnotemark[number]
24853 \series default
24854  similar to the command 
24855 \series bold
24856
24857 \backslash
24858 footnotemark
24859 \series default
24860 , described in section
24861 \begin_inset space ~
24862 \end_inset
24863
24864
24865 \begin_inset CommandInset ref
24866 LatexCommand ref
24867 reference "sec:Footnotes"
24868
24869 \end_inset
24870
24871 .
24872 \end_layout
24873
24874 \begin_layout Standard
24875 \begin_inset VSpace bigskip
24876 \end_inset
24877
24878 Footnotes can also be placed in the page margin and the footnote text alignment
24879  can be changed, see the LaTeX-package 
24880 \series bold
24881 footmisc
24882 \series default
24883
24884 \begin_inset Index
24885 status collapsed
24886
24887 \begin_layout Plain Layout
24888 LaTeX-packages ! footmisc
24889 \end_layout
24890
24891 \end_inset
24892
24893
24894 \begin_inset CommandInset citation
24895 LatexCommand cite
24896 key "footmisc"
24897
24898 \end_inset
24899
24900  for more information about this.
24901 \end_layout
24902
24903 \begin_layout Standard
24904 For various further footnote formatting issues have a look at LaTeX-books,
24905  
24906 \begin_inset CommandInset citation
24907 LatexCommand cite
24908 key "latexcompanion,latexguide,latexbook"
24909
24910 \end_inset
24911
24912 .
24913 \end_layout
24914
24915 \begin_layout Section
24916 Margin Notes
24917 \begin_inset Index
24918 status collapsed
24919
24920 \begin_layout Plain Layout
24921 Notes ! Margin Notes
24922 \end_layout
24923
24924 \end_inset
24925
24926
24927 \end_layout
24928
24929 \begin_layout Standard
24930 Margin notes look and behave in LyX like footnotes.
24931  They are inserted via the menu 
24932 \family sans
24933 Insert\SpecialChar \menuseparator
24934 Marginal
24935 \begin_inset space ~
24936 \end_inset
24937
24938 Note
24939 \family default
24940  or the toolbar button 
24941 \begin_inset Graphics
24942         filename ../images/marginalnote-insert.png
24943         scale 85
24944         scaleBeforeRotation
24945
24946 \end_inset
24947
24948 .
24949  A grey 
24950 \family roman
24951 \series medium
24952 box with the
24953 \family default
24954 \series default
24955  red 
24956 \family roman
24957 \series medium
24958 label 
24959 \begin_inset Quotes eld
24960 \end_inset
24961
24962 margin
24963 \begin_inset Quotes erd
24964 \end_inset
24965
24966  appears where you can enter the text of the margin note.
24967 \end_layout
24968
24969 \begin_layout Standard
24970 At the side is an example margin note.
24971
24972 \family roman
24973 \series medium
24974  
24975 \begin_inset Marginal
24976 status open
24977
24978 \begin_layout Plain Layout
24979 This is a margin note.
24980 \end_layout
24981
24982 \end_inset
24983
24984
24985 \end_layout
24986
24987 \begin_layout Standard
24988 Margin notes appear at the right side in single-sided documents.
24989  In double-sided documents they appear in the outer margin -- left on even
24990  pages, right on odd pages.
24991  The text of margin notes is aligned opposite to the outer margin -- right-align
24992 ed when the note appears in the left margin.
24993  The first line of the margin note is placed at the position of the text
24994  line where it is inserted in the document.
24995 \end_layout
24996
24997 \begin_layout Standard
24998 \begin_inset VSpace bigskip
24999 \end_inset
25000
25001 To place the margin note in the inner margin, add the command
25002 \end_layout
25003
25004 \begin_layout Standard
25005
25006 \series bold
25007
25008 \backslash
25009 reversemarginpar
25010 \end_layout
25011
25012 \begin_layout Standard
25013 in TeX-Code before a margin note.
25014  The new placement is valid for all following margin notes.
25015  
25016 \begin_inset ERT
25017 status collapsed
25018
25019 \begin_layout Plain Layout
25020
25021
25022 \backslash
25023 reversemarginpar 
25024 \end_layout
25025
25026 \end_inset
25027
25028
25029 \begin_inset Marginal
25030 status open
25031
25032 \begin_layout Plain Layout
25033 This is a margin note in the inner margin.
25034 \end_layout
25035
25036 \end_inset
25037
25038
25039 \series bold
25040
25041 \begin_inset Newline newline
25042 \end_inset
25043
25044
25045 \series default
25046
25047 \begin_inset Note Greyedout
25048 status open
25049
25050 \begin_layout Plain Layout
25051
25052 \series bold
25053 Note:
25054 \series default
25055  There is often not enough space in the inner margin so that the notes are
25056  not correctly displayed in the output.
25057 \end_layout
25058
25059 \end_inset
25060
25061
25062 \end_layout
25063
25064 \begin_layout Standard
25065 To return to the default placement insert the command
25066 \end_layout
25067
25068 \begin_layout Standard
25069
25070 \series bold
25071
25072 \backslash
25073 normalmarginpar
25074 \end_layout
25075
25076 \begin_layout Standard
25077 in TeX-Code.
25078 \begin_inset ERT
25079 status collapsed
25080
25081 \begin_layout Plain Layout
25082
25083
25084 \backslash
25085 normalmarginpar 
25086 \end_layout
25087
25088 \end_inset
25089
25090  
25091 \begin_inset Note Greyedout
25092 status open
25093
25094 \begin_layout Plain Layout
25095
25096 \series bold
25097 Note:
25098 \series default
25099  The command is ignored when it is within a paragraph where also the command
25100  
25101 \series bold
25102
25103 \backslash
25104 reversemarginpar
25105 \series default
25106  is inserted.
25107 \end_layout
25108
25109 \end_inset
25110
25111
25112 \end_layout
25113
25114 \begin_layout Standard
25115 \begin_inset VSpace bigskip
25116 \end_inset
25117
25118
25119 \family roman
25120 \series medium
25121
25122 \begin_inset Marginal
25123 status open
25124
25125 \begin_layout Plain Layout
25126 AVeryLongMarginParWord that isn't hyphenated.
25127 \end_layout
25128
25129 \end_inset
25130
25131
25132 \family default
25133 \series default
25134  Similar to the case described in section
25135 \begin_inset space ~
25136 \end_inset
25137
25138
25139 \begin_inset CommandInset ref
25140 LatexCommand ref
25141 reference "sub:Multiple-Lines-in"
25142
25143 \end_inset
25144
25145 , long words cannot be hyphenated when they are the first word in a margin
25146  note.
25147  To avoid this, insert 0
25148 \begin_inset space \thinspace{}
25149 \end_inset
25150
25151 pt horizontal space before the word
25152 \family roman
25153 \series medium
25154 .
25155  
25156 \begin_inset Marginal
25157 status open
25158
25159 \begin_layout Plain Layout
25160 \begin_inset space \hspace*{}
25161 \length 0pt
25162 \end_inset
25163
25164 AVeryLongMarginParWord that is hyphenated.
25165 \end_layout
25166
25167 \end_inset
25168
25169
25170 \end_layout
25171
25172 \begin_layout Standard
25173 \begin_inset VSpace bigskip
25174 \end_inset
25175
25176
25177 \end_layout
25178
25179 \begin_layout Standard
25180 \begin_inset Note Greyedout
25181 status open
25182
25183 \begin_layout Plain Layout
25184
25185 \series bold
25186 Note:
25187 \series default
25188  Margin notes can normally not be used inside tables, floats, and footnotes.
25189 \end_layout
25190
25191 \end_inset
25192
25193
25194 \end_layout
25195
25196 \begin_layout Standard
25197 \begin_inset VSpace bigskip
25198 \end_inset
25199
25200
25201 \end_layout
25202
25203 \begin_layout Standard
25204 \begin_inset ERT
25205 status collapsed
25206
25207 \begin_layout Plain Layout
25208
25209
25210 \backslash
25211 ifmarginnote
25212 \end_layout
25213
25214 \end_inset
25215
25216
25217 \begin_inset Note Note
25218 status open
25219
25220 \begin_layout Plain Layout
25221 The following section will only be displayed when the LaTeX-package 
25222 \series bold
25223 marginnote
25224 \series default
25225  is installed.
25226 \end_layout
25227
25228 \end_inset
25229
25230
25231 \end_layout
25232
25233 \begin_layout Standard
25234 This restriction can be evaded by using the LaTeX-package 
25235 \series bold
25236 marginnote
25237 \series default
25238
25239 \begin_inset Index
25240 status collapsed
25241
25242 \begin_layout Plain Layout
25243 LaTeX-packages ! marginnote
25244 \end_layout
25245
25246 \end_inset
25247
25248 .
25249  By adding these two lines to your document preamble, the command used by
25250  LyX for margin notes is redefined to use the command provided by the 
25251 \series bold
25252 marginnote
25253 \series default
25254 -package:
25255 \end_layout
25256
25257 \begin_layout Standard
25258
25259 \series bold
25260
25261 \backslash
25262 usepackage{marginnote}
25263 \begin_inset Newline newline
25264 \end_inset
25265
25266
25267 \backslash
25268 let
25269 \backslash
25270 marginpar
25271 \backslash
25272 marginnote
25273 \end_layout
25274
25275 \begin_layout Standard
25276 This is also used in this document because 
25277 \series bold
25278 marginnote
25279 \series default
25280  has another useful feature: You can set a vertical offset for the note.
25281  This is often needed when too many margin notes are too close together
25282  or for a better page layout.
25283  The offset is set in LyX as TeX-Code directly behind the margin note in
25284  the scheme
25285 \end_layout
25286
25287 \begin_layout Standard
25288
25289 \series bold
25290 [offset]
25291 \end_layout
25292
25293 \begin_layout Standard
25294 where the offset is a length with one of the units listed in Table
25295 \begin_inset space ~
25296 \end_inset
25297
25298
25299 \begin_inset CommandInset ref
25300 LatexCommand ref
25301 reference "tab:Units"
25302
25303 \end_inset
25304
25305 .
25306  A negative value shifts the note up, a positive value shifts it down.
25307  
25308 \family roman
25309 \series medium
25310 For example the margin note beside this text line is shifted up 1.5
25311 \begin_inset space \thinspace{}
25312 \end_inset
25313
25314 cm with the TeX-Code-command 
25315 \begin_inset Quotes eld
25316 \end_inset
25317
25318
25319 \family default
25320 \series bold
25321 [-1.5cm]
25322 \family roman
25323 \series medium
25324
25325 \begin_inset Quotes erd
25326 \end_inset
25327
25328
25329 \begin_inset Marginal
25330 status open
25331
25332 \begin_layout Plain Layout
25333 This margin note is shifted up 1.5
25334 \begin_inset space \thinspace{}
25335 \end_inset
25336
25337 cm from its original position.
25338 \end_layout
25339
25340 \end_inset
25341
25342
25343 \family default
25344 \series default
25345
25346 \begin_inset ERT
25347 status collapsed
25348
25349 \begin_layout Plain Layout
25350
25351 [-1.5cm]
25352 \end_layout
25353
25354 \end_inset
25355
25356
25357 \end_layout
25358
25359 \begin_layout Standard
25360 \begin_inset VSpace medskip
25361 \end_inset
25362
25363 With 
25364 \series bold
25365 marginnote
25366 \series default
25367  you can also change the alignment of the text in the margin note.
25368  For example the commands
25369 \end_layout
25370
25371 \begin_layout Standard
25372
25373 \series bold
25374
25375 \backslash
25376 renewcommand*{
25377 \backslash
25378 raggedleftmarginnote}{
25379 \backslash
25380 centering}
25381 \begin_inset Newline newline
25382 \end_inset
25383
25384
25385 \backslash
25386 renewcommand*{
25387 \backslash
25388 raggedrightmarginnote}{
25389 \backslash
25390 centering}
25391 \end_layout
25392
25393 \begin_layout Standard
25394 set the alignment to centered.
25395  
25396 \series bold
25397
25398 \backslash
25399 raggedleftmarginnote
25400 \series default
25401  denotes margin notes that appear at the left side.
25402 \family roman
25403 \series medium
25404
25405 \begin_inset ERT
25406 status collapsed
25407
25408 \begin_layout Plain Layout
25409
25410
25411 \backslash
25412 renewcommand*{
25413 \backslash
25414 raggedleftmarginnote}{
25415 \backslash
25416 centering}
25417 \end_layout
25418
25419 \begin_layout Plain Layout
25420
25421
25422 \backslash
25423 renewcommand*{
25424 \backslash
25425 raggedrightmarginnote}{
25426 \backslash
25427 centering}
25428 \end_layout
25429
25430 \end_inset
25431
25432
25433 \begin_inset Marginal
25434 status open
25435
25436 \begin_layout Plain Layout
25437 The text of this margin note is centered.
25438 \end_layout
25439
25440 \end_inset
25441
25442
25443 \family default
25444 \series default
25445  The default is
25446 \end_layout
25447
25448 \begin_layout Standard
25449
25450 \series bold
25451
25452 \backslash
25453 renewcommand*{
25454 \backslash
25455 raggedleftmarginnote}{
25456 \backslash
25457 raggedleft}
25458 \begin_inset Newline newline
25459 \end_inset
25460
25461
25462 \backslash
25463 renewcommand*{
25464 \backslash
25465 raggedrightmarginnote}{
25466 \backslash
25467 raggedright}
25468 \family roman
25469 \series medium
25470
25471 \begin_inset ERT
25472 status collapsed
25473
25474 \begin_layout Plain Layout
25475
25476
25477 \backslash
25478 renewcommand*{
25479 \backslash
25480 raggedleftmarginnote}{
25481 \backslash
25482 raggedleft}
25483 \end_layout
25484
25485 \begin_layout Plain Layout
25486
25487
25488 \backslash
25489 renewcommand*{
25490 \backslash
25491 raggedrightmarginnote}{
25492 \backslash
25493 raggedright}
25494 \end_layout
25495
25496 \end_inset
25497
25498
25499 \end_layout
25500
25501 \begin_layout Standard
25502 \begin_inset VSpace medskip
25503 \end_inset
25504
25505 For the other features of 
25506 \series bold
25507 marginnote
25508 \series default
25509  we refer to its documentation 
25510 \begin_inset CommandInset citation
25511 LatexCommand cite
25512 key "marginnote"
25513
25514 \end_inset
25515
25516 .
25517 \end_layout
25518
25519 \begin_layout Standard
25520 \begin_inset VSpace bigskip
25521 \end_inset
25522
25523 You can adjust the layout of margin notes by changing its definition.
25524  To create for example a header for all margin notes with the underlined,
25525  sans-serif, and bold header text 
25526 \begin_inset Quotes eld
25527 \end_inset
25528
25529
25530 \family sans
25531 \series bold
25532 \bar under
25533 Attention!
25534 \family default
25535 \series default
25536 \bar default
25537
25538 \begin_inset Quotes erd
25539 \end_inset
25540
25541 , add this to your document preamble:
25542 \end_layout
25543
25544 \begin_layout Standard
25545
25546 \series bold
25547
25548 \backslash
25549 let
25550 \backslash
25551 myMarginpar
25552 \backslash
25553 marginpar
25554 \begin_inset Newline newline
25555 \end_inset
25556
25557
25558 \backslash
25559 renewcommand{
25560 \backslash
25561 marginpar}[1]{
25562 \backslash
25563 myMarginpar{%
25564 \begin_inset Newline newline
25565 \end_inset
25566
25567
25568 \begin_inset ERT
25569 status collapsed
25570
25571 \begin_layout Plain Layout
25572
25573
25574 \backslash
25575 hphantom{ }
25576 \end_layout
25577
25578 \end_inset
25579
25580
25581 \backslash
25582 hspace{0pt}
25583 \backslash
25584 textsf{
25585 \backslash
25586 textbf{
25587 \backslash
25588 underbar{Attention!}}}%
25589 \begin_inset Newline newline
25590 \end_inset
25591
25592
25593 \begin_inset ERT
25594 status collapsed
25595
25596 \begin_layout Plain Layout
25597
25598
25599 \backslash
25600 hphantom{ }
25601 \end_layout
25602
25603 \end_inset
25604
25605
25606 \backslash
25607 vspace{1.5mm}
25608 \backslash
25609
25610 \backslash
25611 #1}}
25612 \end_layout
25613
25614 \begin_layout Standard
25615
25616 \family roman
25617 \series medium
25618 \begin_inset ERT
25619 status collapsed
25620
25621 \begin_layout Plain Layout
25622
25623
25624 \backslash
25625 let
25626 \backslash
25627 myMarginpar
25628 \backslash
25629 marginpar
25630 \end_layout
25631
25632 \begin_layout Plain Layout
25633
25634
25635 \backslash
25636 renewcommand{
25637 \backslash
25638 marginpar}[1]{
25639 \backslash
25640 myMarginpar{%
25641 \end_layout
25642
25643 \begin_layout Plain Layout
25644
25645    
25646 \backslash
25647 textsf{
25648 \backslash
25649 textbf{
25650 \backslash
25651 underbar{Attention!}}}%
25652 \end_layout
25653
25654 \begin_layout Plain Layout
25655
25656    
25657 \backslash
25658 vspace{1.5mm}
25659 \backslash
25660
25661 \backslash
25662 #1}}
25663 \end_layout
25664
25665 \end_inset
25666
25667
25668 \begin_inset Marginal
25669 status open
25670
25671 \begin_layout Plain Layout
25672 This is a margin note with a defined heading.
25673 \end_layout
25674
25675 \end_inset
25676
25677
25678 \family default
25679 \series default
25680
25681 \begin_inset ERT
25682 status collapsed
25683
25684 \begin_layout Plain Layout
25685
25686 [-1.5cm]
25687 \end_layout
25688
25689 \end_inset
25690
25691
25692 \family roman
25693 \series medium
25694
25695 \begin_inset ERT
25696 status collapsed
25697
25698 \begin_layout Plain Layout
25699
25700
25701 \backslash
25702 renewcommand{
25703 \backslash
25704 marginpar}[1]{
25705 \backslash
25706 myMarginpar{#1}}
25707 \end_layout
25708
25709 \end_inset
25710
25711
25712 \family default
25713 \series default
25714
25715 \begin_inset Note Note
25716 status collapsed
25717
25718 \begin_layout Plain Layout
25719 The margin note format is changed only for this example.
25720 \end_layout
25721
25722 \end_inset
25723
25724
25725 \end_layout
25726
25727 \begin_layout Standard
25728 \begin_inset ERT
25729 status collapsed
25730
25731 \begin_layout Plain Layout
25732
25733
25734 \backslash
25735 else
25736 \end_layout
25737
25738 \end_inset
25739
25740
25741 \begin_inset Note Note
25742 status open
25743
25744 \begin_layout Plain Layout
25745 The following will be displayed when the LaTeX-package 
25746 \series bold
25747 marginnote
25748 \series default
25749  is not installed:
25750 \end_layout
25751
25752 \end_inset
25753
25754
25755 \end_layout
25756
25757 \begin_layout Standard
25758 You need to install the LaTeX-package 
25759 \series bold
25760 marginnote
25761 \series default
25762  to see the following part of this section in the output.
25763 \end_layout
25764
25765 \begin_layout Standard
25766 \begin_inset ERT
25767 status collapsed
25768
25769 \begin_layout Plain Layout
25770
25771
25772 \backslash
25773 fi
25774 \end_layout
25775
25776 \end_inset
25777
25778
25779 \end_layout
25780
25781 \begin_layout Chapter
25782 Boxes
25783 \end_layout
25784
25785 \begin_layout Section
25786 Introduction
25787 \begin_inset Index
25788 status collapsed
25789
25790 \begin_layout Plain Layout
25791 Boxes ! Introduction
25792 \end_layout
25793
25794 \end_inset
25795
25796
25797 \end_layout
25798
25799 \begin_layout Standard
25800 Boxes are used to format a block of text.
25801  Boxes can be used to write documents with multiple languages, see section
25802 \begin_inset space ~
25803 \end_inset
25804
25805
25806 \begin_inset CommandInset ref
25807 LatexCommand ref
25808 reference "sec:Minipages"
25809
25810 \end_inset
25811
25812 , to frame texts, see section
25813 \begin_inset space ~
25814 \end_inset
25815
25816
25817 \begin_inset CommandInset ref
25818 LatexCommand ref
25819 reference "sec:Decoration"
25820
25821 \end_inset
25822
25823 , to prevent words to be hyphenated, see section
25824 \begin_inset space ~
25825 \end_inset
25826
25827
25828 \begin_inset CommandInset ref
25829 LatexCommand ref
25830 reference "sec:Prevent-Hyphenation"
25831
25832 \end_inset
25833
25834 , to align text, see section
25835 \begin_inset space ~
25836 \end_inset
25837
25838
25839 \begin_inset CommandInset ref
25840 LatexCommand ref
25841 reference "sub:Vertical-Alignment"
25842
25843 \end_inset
25844
25845 , or to set the background color of texts, see section
25846 \begin_inset space ~
25847 \end_inset
25848
25849
25850 \begin_inset CommandInset ref
25851 LatexCommand ref
25852 reference "sec:Colored-Boxes"
25853
25854 \end_inset
25855
25856 .
25857 \end_layout
25858
25859 \begin_layout Standard
25860 Boxes can be inserted with the menu 
25861 \family sans
25862 Insert\SpecialChar \menuseparator
25863 Box
25864 \family default
25865  or the toolbar button 
25866 \begin_inset Graphics
25867         filename ../images/box-insert.png
25868         scale 85
25869         scaleBeforeRotation
25870
25871 \end_inset
25872
25873 .
25874  A grey box with the label 
25875 \family sans
25876 Box (Minipage)
25877 \family default
25878
25879 \begin_inset Graphics
25880         filename clipart/BoxInsetDefaultQt4.png
25881         scale 85
25882         scaleBeforeRotation
25883
25884 \end_inset
25885
25886  will be inserted.
25887  The box type can be specified by right-clicking on the box.
25888  The appearing box dialog offers the 
25889 \family sans
25890 Inner
25891 \begin_inset space ~
25892 \end_inset
25893
25894 Box
25895 \family default
25896  types 
25897 \family sans
25898 Parbox
25899 \family default
25900  and 
25901 \family sans
25902 Minipage
25903 \family default
25904 .
25905  The type 
25906 \family sans
25907 Minipage
25908 \family default
25909  is the default for new boxes and is explained in section
25910 \begin_inset space ~
25911 \end_inset
25912
25913
25914 \begin_inset CommandInset ref
25915 LatexCommand ref
25916 reference "sec:Minipages"
25917
25918 \end_inset
25919
25920 ; the type 
25921 \family sans
25922 Parbox
25923 \family default
25924  is described in section
25925 \begin_inset space ~
25926 \end_inset
25927
25928
25929 \begin_inset CommandInset ref
25930 LatexCommand ref
25931 reference "sec:Parboxes"
25932
25933 \end_inset
25934
25935 .
25936 \end_layout
25937
25938 \begin_layout Standard
25939 Boxes aren't numbered and can therefore not be referenced like floats or
25940  footnotes.
25941 \end_layout
25942
25943 \begin_layout Standard
25944 \begin_inset Note Greyedout
25945 status open
25946
25947 \begin_layout Plain Layout
25948
25949 \series bold
25950 Note:
25951 \series default
25952  Boxes must not be the item in an 
25953 \family sans
25954 Itemize
25955 \family default
25956  or 
25957 \family sans
25958 Description
25959 \family default
25960  environment.
25961 \end_layout
25962
25963 \end_inset
25964
25965
25966 \end_layout
25967
25968 \begin_layout Standard
25969 \begin_inset Note Greyedout
25970 status open
25971
25972 \begin_layout Plain Layout
25973
25974 \series bold
25975 Note:
25976 \series default
25977  For an unknown reason you can only set the 
25978 \family sans
25979 Inner
25980 \begin_inset space ~
25981 \end_inset
25982
25983 Box
25984 \family default
25985  type to 
25986 \family sans
25987 None
25988 \family default
25989  when you use a framed box.
25990  Boxes without an 
25991 \family sans
25992 Inner
25993 \begin_inset space ~
25994 \end_inset
25995
25996 Box
25997 \family default
25998  type and without frames are explained in section
25999 \begin_inset space ~
26000 \end_inset
26001
26002
26003 \begin_inset CommandInset ref
26004 LatexCommand ref
26005 reference "sec:Prevent-Hyphenation"
26006
26007 \end_inset
26008
26009 .
26010 \end_layout
26011
26012 \end_inset
26013
26014
26015 \end_layout
26016
26017 \begin_layout Section
26018 Box Dialog
26019 \begin_inset CommandInset label
26020 LatexCommand label
26021 name "sec:Box-Dialog"
26022
26023 \end_inset
26024
26025
26026 \begin_inset Index
26027 status collapsed
26028
26029 \begin_layout Plain Layout
26030 Boxes ! Box Dialog
26031 \end_layout
26032
26033 \end_inset
26034
26035
26036 \end_layout
26037
26038 \begin_layout Subsection
26039 Size
26040 \begin_inset Index
26041 status collapsed
26042
26043 \begin_layout Plain Layout
26044 Boxes ! Size
26045 \end_layout
26046
26047 \end_inset
26048
26049
26050 \end_layout
26051
26052 \begin_layout Standard
26053 In the box dialog you can adjust the box geometry in the fields 
26054 \family sans
26055 Width
26056 \family default
26057  and 
26058 \family sans
26059 Height
26060 \family default
26061 .
26062  The available units for the geometry are explained in Table
26063 \begin_inset space ~
26064 \end_inset
26065
26066
26067 \begin_inset CommandInset ref
26068 LatexCommand ref
26069 reference "tab:Units"
26070
26071 \end_inset
26072
26073 .
26074  The field 
26075 \family sans
26076 Heigth
26077 \family default
26078  offers the following additional sizes:
26079 \end_layout
26080
26081 \begin_layout Description
26082 Depth This is the plain text 
26083 \begin_inset Quotes eld
26084 \end_inset
26085
26086 height
26087 \begin_inset Quotes erd
26088 \end_inset
26089
26090 .
26091  It ignores the total depth when there are multiple text lines in the box:
26092 \begin_inset Newline newline
26093 \end_inset
26094
26095
26096 \begin_inset Newline newline
26097 \end_inset
26098
26099
26100 \begin_inset Newline newline
26101 \end_inset
26102
26103
26104 \begin_inset Box Boxed
26105 position "c"
26106 hor_pos "c"
26107 has_inner_box 1
26108 inner_pos "c"
26109 use_parbox 0
26110 width "12col%"
26111 special "none"
26112 height "1in"
26113 height_special "depth"
26114 status collapsed
26115
26116 \begin_layout Plain Layout
26117 \align center
26118 Box height set to 1
26119 \begin_inset space \thinspace{}
26120 \end_inset
26121
26122 Depth
26123 \end_layout
26124
26125 \end_inset
26126
26127
26128 \begin_inset Newline newline
26129 \end_inset
26130
26131
26132 \begin_inset Newline newline
26133 \end_inset
26134
26135
26136 \end_layout
26137
26138 \begin_layout Description
26139 Height This is the heigth of the text that is inside the box.
26140  A value of e.
26141 \begin_inset space \thinspace{}
26142 \end_inset
26143
26144 g.
26145 \begin_inset space ~
26146 \end_inset
26147
26148 2 for this size will set the box heigth to 2 times the text height: 
26149 \begin_inset Box Boxed
26150 position "c"
26151 hor_pos "c"
26152 has_inner_box 1
26153 inner_pos "c"
26154 use_parbox 0
26155 width "20col%"
26156 special "none"
26157 height "2in"
26158 height_special "height"
26159 status collapsed
26160
26161 \begin_layout Plain Layout
26162 \align center
26163 Box height set to 2
26164 \begin_inset space \thinspace{}
26165 \end_inset
26166
26167 Height
26168 \end_layout
26169
26170 \end_inset
26171
26172
26173 \end_layout
26174
26175 \begin_layout Description
26176 Total
26177 \begin_inset space ~
26178 \end_inset
26179
26180 Height This is the Height
26181 \begin_inset space \thinspace{}
26182 \end_inset
26183
26184 +
26185 \begin_inset space \thinspace{}
26186 \end_inset
26187
26188 Depth: 
26189 \begin_inset Box Boxed
26190 position "c"
26191 hor_pos "c"
26192 has_inner_box 1
26193 inner_pos "c"
26194 use_parbox 0
26195 width "20col%"
26196 special "none"
26197 height "1in"
26198 height_special "totalheight"
26199 status collapsed
26200
26201 \begin_layout Plain Layout
26202 \align center
26203 Box height set to 1
26204 \begin_inset space \thinspace{}
26205 \end_inset
26206
26207 Total
26208 \begin_inset space ~
26209 \end_inset
26210
26211 Height
26212 \end_layout
26213
26214 \end_inset
26215
26216
26217 \end_layout
26218
26219 \begin_layout Description
26220 Width This sets the width of the box as heigth: 
26221 \begin_inset Box Boxed
26222 position "c"
26223 hor_pos "c"
26224 has_inner_box 1
26225 inner_pos "c"
26226 use_parbox 0
26227 width "12col%"
26228 special "none"
26229 height "1in"
26230 height_special "width"
26231 status collapsed
26232
26233 \begin_layout Plain Layout
26234 \align center
26235 Box height set to 1
26236 \begin_inset space \thinspace{}
26237 \end_inset
26238
26239 Width
26240 \end_layout
26241
26242 \end_inset
26243
26244
26245 \end_layout
26246
26247 \begin_layout Subsection
26248 Alignment
26249 \begin_inset Index
26250 status collapsed
26251
26252 \begin_layout Plain Layout
26253 Boxes ! Alignment
26254 \end_layout
26255
26256 \end_inset
26257
26258
26259 \end_layout
26260
26261 \begin_layout Standard
26262 When you have chosen an 
26263 \family sans
26264 Inner
26265 \begin_inset space ~
26266 \end_inset
26267
26268 Box
26269 \family default
26270 , the vertical box alignment can be:
26271 \end_layout
26272
26273 \begin_layout Description
26274 Top This is an example text line.
26275  
26276 \begin_inset Box Boxed
26277 position "t"
26278 hor_pos "c"
26279 has_inner_box 1
26280 inner_pos "c"
26281 use_parbox 0
26282 width "12col%"
26283 special "none"
26284 height "1in"
26285 height_special "totalheight"
26286 status collapsed
26287
26288 \begin_layout Plain Layout
26289 \align center
26290 This box is top-aligned.
26291 \end_layout
26292
26293 \end_inset
26294
26295  This is an example text line.
26296 \end_layout
26297
26298 \begin_layout Description
26299 Middle This is an example text line.
26300  
26301 \begin_inset Box Boxed
26302 position "c"
26303 hor_pos "c"
26304 has_inner_box 1
26305 inner_pos "c"
26306 use_parbox 0
26307 width "12col%"
26308 special "none"
26309 height "1in"
26310 height_special "totalheight"
26311 status collapsed
26312
26313 \begin_layout Plain Layout
26314 \align center
26315 This box is middle-aligned.
26316 \end_layout
26317
26318 \end_inset
26319
26320  This is an example text line.
26321 \end_layout
26322
26323 \begin_layout Description
26324 Bottom This is an example text line.
26325  
26326 \begin_inset Box Boxed
26327 position "b"
26328 hor_pos "c"
26329 has_inner_box 1
26330 inner_pos "c"
26331 use_parbox 0
26332 width "12col%"
26333 special "none"
26334 height "1in"
26335 height_special "totalheight"
26336 status collapsed
26337
26338 \begin_layout Plain Layout
26339 \align center
26340 This box is bottom-aligned.
26341 \end_layout
26342
26343 \end_inset
26344
26345  This is an example text line.
26346 \end_layout
26347
26348 \begin_layout Standard
26349 \begin_inset Note Greyedout
26350 status open
26351
26352 \begin_layout Plain Layout
26353
26354 \series bold
26355 Note:
26356 \series default
26357  The vertical box aligment can be lost in the output when you have two boxes
26358  in a line and one has e.
26359 \begin_inset space \thinspace{}
26360 \end_inset
26361
26362 g.
26363 \begin_inset space ~
26364 \end_inset
26365
26366 a shadow and the other one not.
26367 \end_layout
26368
26369 \end_inset
26370
26371
26372 \end_layout
26373
26374 \begin_layout Standard
26375 The horizontal box alignment can be set via LyX's paragraph dialog when
26376  you set the box into its own paragraph.
26377 \end_layout
26378
26379 \begin_layout Standard
26380 \begin_inset VSpace bigskip
26381 \end_inset
26382
26383 When you have chosen an 
26384 \family sans
26385 Inner
26386 \begin_inset space ~
26387 \end_inset
26388
26389 Box
26390 \family default
26391 , the box content can be vertical aligned to:
26392 \end_layout
26393
26394 \begin_layout Description
26395 top This is an example text line.
26396  
26397 \begin_inset Box Boxed
26398 position "c"
26399 hor_pos "c"
26400 has_inner_box 1
26401 inner_pos "t"
26402 use_parbox 0
26403 width "12col%"
26404 special "none"
26405 height "1.5in"
26406 height_special "totalheight"
26407 status collapsed
26408
26409 \begin_layout Plain Layout
26410 \align center
26411 This box text is top-aligned.
26412 \end_layout
26413
26414 \end_inset
26415
26416  This is an example text line.
26417 \end_layout
26418
26419 \begin_layout Description
26420 middle This is an example text line.
26421  
26422 \begin_inset Box Boxed
26423 position "c"
26424 hor_pos "c"
26425 has_inner_box 1
26426 inner_pos "c"
26427 use_parbox 0
26428 width "12col%"
26429 special "none"
26430 height "1.5in"
26431 height_special "totalheight"
26432 status collapsed
26433
26434 \begin_layout Plain Layout
26435 \align center
26436 This box text is middle-aligned.
26437 \end_layout
26438
26439 \end_inset
26440
26441  This is an example text line.
26442 \end_layout
26443
26444 \begin_layout Description
26445 bottom This is an example text line.
26446  
26447 \begin_inset Box Boxed
26448 position "c"
26449 hor_pos "c"
26450 has_inner_box 1
26451 inner_pos "b"
26452 use_parbox 0
26453 width "12col%"
26454 special "none"
26455 height "1.5in"
26456 height_special "totalheight"
26457 status collapsed
26458
26459 \begin_layout Plain Layout
26460 \align center
26461 This box text is bottom-aligned.
26462 \end_layout
26463
26464 \end_inset
26465
26466  This is an example text line.
26467 \end_layout
26468
26469 \begin_layout Description
26470 stretch This is an example text line.
26471  
26472 \begin_inset Box Boxed
26473 position "c"
26474 hor_pos "c"
26475 has_inner_box 1
26476 inner_pos "s"
26477 use_parbox 0
26478 width "12col%"
26479 special "none"
26480 height "1.5in"
26481 height_special "totalheight"
26482 status collapsed
26483
26484 \begin_layout Plain Layout
26485 \align center
26486 This box
26487 \end_layout
26488
26489 \begin_layout Plain Layout
26490 \align center
26491 text is
26492 \end_layout
26493
26494 \begin_layout Plain Layout
26495 \align center
26496 stretched.
26497 \end_layout
26498
26499 \end_inset
26500
26501  This is an example text line.
26502 \end_layout
26503
26504 \begin_layout Standard
26505 To stretch the box content, it must consist of more than one paragraph.
26506  In the example above every text line is in an own paragraph.
26507 \end_layout
26508
26509 \begin_layout Standard
26510 \begin_inset VSpace bigskip
26511 \end_inset
26512
26513 To align the box content horizontally you can use LyX's paragraph dialog
26514  when you have chosen an 
26515 \family sans
26516 Inner
26517 \begin_inset space ~
26518 \end_inset
26519
26520 Box
26521 \family default
26522 .
26523 \end_layout
26524
26525 \begin_layout Standard
26526 \align center
26527 \begin_inset Box Boxed
26528 position "c"
26529 hor_pos "c"
26530 has_inner_box 1
26531 inner_pos "s"
26532 use_parbox 0
26533 width "15col%"
26534 special "none"
26535 height "1.25in"
26536 height_special "totalheight"
26537 status collapsed
26538
26539 \begin_layout Plain Layout
26540 \align left
26541 This box
26542 \end_layout
26543
26544 \begin_layout Plain Layout
26545 \align center
26546 text is
26547 \end_layout
26548
26549 \begin_layout Plain Layout
26550 \align right
26551 stretched.
26552 \end_layout
26553
26554 \end_inset
26555
26556
26557 \end_layout
26558
26559 \begin_layout Standard
26560 If you haven't set an 
26561 \family sans
26562 Inner
26563 \begin_inset space ~
26564 \end_inset
26565
26566 Box
26567 \family default
26568 , you can align the box content horizontally in the box dialog.
26569 \end_layout
26570
26571 \begin_layout Standard
26572 \align center
26573 \begin_inset Box Boxed
26574 position "c"
26575 hor_pos "s"
26576 has_inner_box 0
26577 inner_pos "s"
26578 use_parbox 0
26579 width "90col%"
26580 special "none"
26581 height "1.25in"
26582 height_special "totalheight"
26583 status collapsed
26584
26585 \begin_layout Plain Layout
26586 \align left
26587 This box text is horizontally stretched.
26588 \end_layout
26589
26590 \end_inset
26591
26592
26593 \end_layout
26594
26595 \begin_layout Subsection
26596 Decoration
26597 \begin_inset CommandInset label
26598 LatexCommand label
26599 name "sec:Decoration"
26600
26601 \end_inset
26602
26603
26604 \begin_inset Index
26605 status collapsed
26606
26607 \begin_layout Plain Layout
26608 Boxes ! Decoration
26609 \end_layout
26610
26611 \end_inset
26612
26613
26614 \end_layout
26615
26616 \begin_layout Standard
26617 The type of the box can be specified in the box-dialog in the drop-down
26618  list 
26619 \family sans
26620 Decoration
26621 \family default
26622 .
26623  The following types are possible:
26624 \end_layout
26625
26626 \begin_layout Description
26627 Simple
26628 \begin_inset space ~
26629 \end_inset
26630
26631 rectangular
26632 \begin_inset space ~
26633 \end_inset
26634
26635 frame This draws a rectangle frame around the box.
26636  The frame line thickness has the size of 
26637 \series bold
26638
26639 \backslash
26640 fboxrule
26641 \series default
26642 .
26643  
26644 \begin_inset Box Boxed
26645 position "c"
26646 hor_pos "c"
26647 has_inner_box 1
26648 inner_pos "c"
26649 use_parbox 0
26650 width "20col%"
26651 special "none"
26652 height "1in"
26653 height_special "totalheight"
26654 status collapsed
26655
26656 \begin_layout Plain Layout
26657 \align center
26658 Rectangular box
26659 \end_layout
26660
26661 \end_inset
26662
26663
26664 \end_layout
26665
26666 \begin_layout Description
26667 Allow
26668 \begin_inset space ~
26669 \end_inset
26670
26671 page
26672 \begin_inset space ~
26673 \end_inset
26674
26675 break When you use the decoration 
26676 \family sans
26677 simple rectangular frame
26678 \family default
26679  and no inner box, you can allow page breaks within a box.
26680  Note that then, in contrary to other framed boxes, the frame always uses
26681  the whole column width, the box is set as its own paragraph, and 
26682 \series bold
26683
26684 \backslash
26685 fboxrule
26686 \series default
26687  and 
26688 \series bold
26689
26690 \backslash
26691 fboxsep
26692 \series default
26693  has no effect on this box type.
26694  The frame line thickness has the size of 
26695 \series bold
26696
26697 \backslash
26698 FrameRule
26699 \series default
26700 .
26701  
26702 \begin_inset Box Framed
26703 position "t"
26704 hor_pos "c"
26705 has_inner_box 0
26706 inner_pos "t"
26707 use_parbox 0
26708 width "100col%"
26709 special "none"
26710 height "1in"
26711 height_special "totalheight"
26712 status collapsed
26713
26714 \begin_layout Plain Layout
26715 Allow page break box
26716 \end_layout
26717
26718 \end_inset
26719
26720
26721 \end_layout
26722
26723 \begin_layout Description
26724 Oval
26725 \begin_inset space ~
26726 \end_inset
26727
26728 box,
26729 \begin_inset space ~
26730 \end_inset
26731
26732 thin This draws an oval frame around the box.
26733  The frame line thickness has the size 0.4
26734 \begin_inset space \thinspace{}
26735 \end_inset
26736
26737 pt.
26738  
26739 \begin_inset Box ovalbox
26740 position "c"
26741 hor_pos "c"
26742 has_inner_box 1
26743 inner_pos "c"
26744 use_parbox 0
26745 width "20col%"
26746 special "none"
26747 height "1in"
26748 height_special "totalheight"
26749 status collapsed
26750
26751 \begin_layout Plain Layout
26752 \align center
26753 Oval box, thin
26754 \end_layout
26755
26756 \end_inset
26757
26758
26759 \end_layout
26760
26761 \begin_layout Description
26762 Oval
26763 \begin_inset space ~
26764 \end_inset
26765
26766 box,
26767 \begin_inset space ~
26768 \end_inset
26769
26770 thick This draws an oval frame around the box.
26771  The frame line thickness has the size 0.8
26772 \begin_inset space \thinspace{}
26773 \end_inset
26774
26775 pt.
26776  
26777 \begin_inset Box Ovalbox
26778 position "c"
26779 hor_pos "c"
26780 has_inner_box 1
26781 inner_pos "c"
26782 use_parbox 0
26783 width "20col%"
26784 special "none"
26785 height "1in"
26786 height_special "totalheight"
26787 status collapsed
26788
26789 \begin_layout Plain Layout
26790 \align center
26791 Oval box, thick
26792 \end_layout
26793
26794 \end_inset
26795
26796
26797 \end_layout
26798
26799 \begin_layout Description
26800 Drop
26801 \begin_inset space ~
26802 \end_inset
26803
26804 shadow This draws a rectangle frame with a shadow around the box.
26805  The frame line thickness has the size of 
26806 \series bold
26807
26808 \backslash
26809 fboxrule
26810 \series default
26811 , the shadow has a width of 4
26812 \begin_inset space \thinspace{}
26813 \end_inset
26814
26815 pt.
26816  
26817 \begin_inset Box Shadowbox
26818 position "c"
26819 hor_pos "c"
26820 has_inner_box 1
26821 inner_pos "c"
26822 use_parbox 0
26823 width "20col%"
26824 special "none"
26825 height "1in"
26826 height_special "totalheight"
26827 status collapsed
26828
26829 \begin_layout Plain Layout
26830 \align center
26831 Shadow box
26832 \end_layout
26833
26834 \end_inset
26835
26836
26837 \end_layout
26838
26839 \begin_layout Description
26840 Shaded
26841 \begin_inset space ~
26842 \end_inset
26843
26844 background This draws a box with red background color.
26845  In contrary to colored boxes
26846 \begin_inset Foot
26847 status collapsed
26848
26849 \begin_layout Plain Layout
26850 see sec.
26851 \begin_inset space \thinspace{}
26852 \end_inset
26853
26854
26855 \begin_inset CommandInset ref
26856 LatexCommand ref
26857 reference "sec:Colored-Boxes"
26858
26859 \end_inset
26860
26861
26862 \end_layout
26863
26864 \end_inset
26865
26866 , it always uses the whole column width and the box is set as its own paragraph.
26867  
26868 \begin_inset Box Shaded
26869 position "t"
26870 hor_pos "c"
26871 has_inner_box 0
26872 inner_pos "t"
26873 use_parbox 0
26874 width "50col%"
26875 special "none"
26876 height "1in"
26877 height_special "totalheight"
26878 status collapsed
26879
26880 \begin_layout Plain Layout
26881 Shaded background box
26882 \end_layout
26883
26884 \end_inset
26885
26886
26887 \end_layout
26888
26889 \begin_layout Description
26890 Double
26891 \begin_inset space ~
26892 \end_inset
26893
26894 rectangular
26895 \begin_inset space ~
26896 \end_inset
26897
26898 frame This draws a double-line rectangle frame around the box.
26899  The line thickness of the inner frame is 0.75
26900 \begin_inset space \thinspace{}
26901 \end_inset
26902
26903
26904 \series bold
26905
26906 \backslash
26907 fboxrule
26908 \series default
26909 , the thickness of the outer frame is 1.5
26910 \begin_inset space \thinspace{}
26911 \end_inset
26912
26913
26914 \series bold
26915
26916 \backslash
26917 fboxrule
26918 \series default
26919 .
26920  The distance between the lines is 1.5
26921 \begin_inset space \thinspace{}
26922 \end_inset
26923
26924
26925 \series bold
26926
26927 \backslash
26928 fboxrule
26929 \series default
26930
26931 \begin_inset space \thinspace{}
26932 \end_inset
26933
26934 +
26935 \begin_inset space \thinspace{}
26936 \end_inset
26937
26938 0.5
26939 \begin_inset space \thinspace{}
26940 \end_inset
26941
26942 pt.
26943  
26944 \begin_inset Box Doublebox
26945 position "c"
26946 hor_pos "c"
26947 has_inner_box 1
26948 inner_pos "c"
26949 use_parbox 0
26950 width "20col%"
26951 special "none"
26952 height "1in"
26953 height_special "totalheight"
26954 status collapsed
26955
26956 \begin_layout Plain Layout
26957 \align center
26958 Double rectangular box
26959 \end_layout
26960
26961 \end_inset
26962
26963
26964 \end_layout
26965
26966 \begin_layout Standard
26967 \begin_inset VSpace bigskip
26968 \end_inset
26969
26970 LyX's box label will reflect the different frame types.
26971  To be able to use all types, the LaTeX-package 
26972 \series bold
26973 fancybox
26974 \series default
26975
26976 \begin_inset Index
26977 status collapsed
26978
26979 \begin_layout Plain Layout
26980 LaTeX-packages ! fancybox
26981 \end_layout
26982
26983 \end_inset
26984
26985  must be installed.
26986 \end_layout
26987
26988 \begin_layout Section
26989 Box customization
26990 \begin_inset Index
26991 status collapsed
26992
26993 \begin_layout Plain Layout
26994 Boxes ! Customization
26995 \end_layout
26996
26997 \end_inset
26998
26999
27000 \end_layout
27001
27002 \begin_layout Standard
27003 The default value for the size 
27004 \series bold
27005
27006 \backslash
27007 fboxrule
27008 \series default
27009  is 0.4
27010 \begin_inset space \thinspace{}
27011 \end_inset
27012
27013 pt.
27014  It can be changed with the following command in TeX-Code to e.
27015 \begin_inset space \thinspace{}
27016 \end_inset
27017
27018 g.
27019 \begin_inset space ~
27020 \end_inset
27021
27022 2
27023 \begin_inset space \thinspace{}
27024 \end_inset
27025
27026 pt:
27027 \end_layout
27028
27029 \begin_layout Standard
27030
27031 \series bold
27032
27033 \backslash
27034 setlength{
27035 \backslash
27036 fboxrule}{2pt}
27037 \end_layout
27038
27039 \begin_layout Standard
27040 \begin_inset ERT
27041 status collapsed
27042
27043 \begin_layout Plain Layout
27044
27045
27046 \backslash
27047 setlength{
27048 \backslash
27049 fboxrule}{2pt}
27050 \end_layout
27051
27052 \end_inset
27053
27054
27055 \begin_inset Box Boxed
27056 position "c"
27057 hor_pos "c"
27058 has_inner_box 1
27059 inner_pos "c"
27060 use_parbox 0
27061 width "25col%"
27062 special "none"
27063 height "1in"
27064 height_special "totalheight"
27065 status open
27066
27067 \begin_layout Plain Layout
27068 \align center
27069 Rectangular box with 
27070 \series bold
27071
27072 \backslash
27073 fboxrule
27074 \series default
27075
27076 \begin_inset space \thinspace{}
27077 \end_inset
27078
27079 =
27080 \begin_inset space \thinspace{}
27081 \end_inset
27082
27083 2
27084 \begin_inset space \thinspace{}
27085 \end_inset
27086
27087 pt
27088 \end_layout
27089
27090 \end_inset
27091
27092
27093 \begin_inset ERT
27094 status collapsed
27095
27096 \begin_layout Plain Layout
27097
27098
27099 \backslash
27100 setlength{
27101 \backslash
27102 fboxrule}{0.4pt}
27103 \end_layout
27104
27105 \end_inset
27106
27107
27108 \end_layout
27109
27110 \begin_layout Standard
27111 \begin_inset VSpace bigskip
27112 \end_inset
27113
27114 The space between the frame and the box content is for all frame styles
27115  by default 3
27116 \begin_inset space \thinspace{}
27117 \end_inset
27118
27119 pt.
27120  You can change it by setting the length 
27121 \series bold
27122
27123 \backslash
27124 fboxsep
27125 \series default
27126  to another value.
27127  For example the command
27128 \end_layout
27129
27130 \begin_layout Standard
27131
27132 \series bold
27133
27134 \backslash
27135 setlength{
27136 \backslash
27137 fboxsep}{10pt}
27138 \end_layout
27139
27140 \begin_layout Standard
27141 sets the value to 10
27142 \begin_inset space \thinspace{}
27143 \end_inset
27144
27145 pt, like for the following box:
27146 \end_layout
27147
27148 \begin_layout Standard
27149 \begin_inset ERT
27150 status collapsed
27151
27152 \begin_layout Plain Layout
27153
27154
27155 \backslash
27156 setlength{
27157 \backslash
27158 fboxsep}{10pt}
27159 \end_layout
27160
27161 \end_inset
27162
27163
27164 \begin_inset Box Boxed
27165 position "c"
27166 hor_pos "c"
27167 has_inner_box 1
27168 inner_pos "c"
27169 use_parbox 0
27170 width "25col%"
27171 special "none"
27172 height "1in"
27173 height_special "totalheight"
27174 status open
27175
27176 \begin_layout Plain Layout
27177 \align center
27178 Rectangular box with 
27179 \series bold
27180
27181 \backslash
27182 fboxsep
27183 \series default
27184
27185 \begin_inset space \thinspace{}
27186 \end_inset
27187
27188 =
27189 \begin_inset space \thinspace{}
27190 \end_inset
27191
27192 10
27193 \begin_inset space \thinspace{}
27194 \end_inset
27195
27196 pt
27197 \end_layout
27198
27199 \end_inset
27200
27201
27202 \begin_inset ERT
27203 status collapsed
27204
27205 \begin_layout Plain Layout
27206
27207
27208 \backslash
27209 setlength{
27210 \backslash
27211 fboxsep}{3pt}
27212 \end_layout
27213
27214 \end_inset
27215
27216
27217 \end_layout
27218
27219 \begin_layout Standard
27220 \begin_inset VSpace bigskip
27221 \end_inset
27222
27223 The diameter of the round corners of the oval boxes can be set with the
27224  command 
27225 \series bold
27226
27227 \backslash
27228 cornersize
27229 \series default
27230 .
27231  The command
27232 \end_layout
27233
27234 \begin_layout Standard
27235
27236 \series bold
27237
27238 \backslash
27239 cornersize*{1cm}
27240 \end_layout
27241
27242 \begin_layout Standard
27243 sets the diameter to 1
27244 \begin_inset space \thinspace{}
27245 \end_inset
27246
27247 cm.
27248  The command
27249 \end_layout
27250
27251 \begin_layout Standard
27252
27253 \series bold
27254
27255 \backslash
27256 cornersize{num}
27257 \end_layout
27258
27259 \begin_layout Standard
27260 sets the diameter to 
27261 \family sans
27262 num
27263 \begin_inset space \thinspace{}
27264 \end_inset
27265
27266 ×
27267 \begin_inset space \thinspace{}
27268 \end_inset
27269
27270 minimum(width and heigth of box)
27271 \family default
27272 .
27273  The default is 
27274 \series bold
27275
27276 \backslash
27277 cornersize{0.5}
27278 \series default
27279 .
27280 \end_layout
27281
27282 \begin_layout Standard
27283 \begin_inset ERT
27284 status collapsed
27285
27286 \begin_layout Plain Layout
27287
27288
27289 \backslash
27290 cornersize*{1.5cm}
27291 \end_layout
27292
27293 \end_inset
27294
27295
27296 \begin_inset Box Ovalbox
27297 position "c"
27298 hor_pos "c"
27299 has_inner_box 1
27300 inner_pos "c"
27301 use_parbox 0
27302 width "25col%"
27303 special "none"
27304 height "1in"
27305 height_special "totalheight"
27306 status open
27307
27308 \begin_layout Plain Layout
27309 \align center
27310 Oval box with 
27311 \series bold
27312
27313 \backslash
27314 cornersize
27315 \series default
27316
27317 \begin_inset space \thinspace{}
27318 \end_inset
27319
27320 =
27321 \begin_inset space \thinspace{}
27322 \end_inset
27323
27324 1.5
27325 \begin_inset space \thinspace{}
27326 \end_inset
27327
27328 cm
27329 \end_layout
27330
27331 \end_inset
27332
27333
27334 \begin_inset ERT
27335 status collapsed
27336
27337 \begin_layout Plain Layout
27338
27339
27340 \backslash
27341 cornersize{0.5}
27342 \end_layout
27343
27344 \end_inset
27345
27346
27347 \end_layout
27348
27349 \begin_layout Standard
27350 \begin_inset VSpace bigskip
27351 \end_inset
27352
27353 The size of the shadow can be adjusted by changing the length 
27354 \series bold
27355
27356 \backslash
27357 shadowsize
27358 \series default
27359 .
27360  It it set to 2
27361 \begin_inset space \thinspace{}
27362 \end_inset
27363
27364 pt for the following box by this command:
27365 \end_layout
27366
27367 \begin_layout Standard
27368
27369 \series bold
27370
27371 \backslash
27372 setlength{
27373 \backslash
27374 shadowsize}{2pt}
27375 \end_layout
27376
27377 \begin_layout Standard
27378 \begin_inset ERT
27379 status collapsed
27380
27381 \begin_layout Plain Layout
27382
27383
27384 \backslash
27385 setlength{
27386 \backslash
27387 shadowsize}{2pt}
27388 \end_layout
27389
27390 \end_inset
27391
27392
27393 \begin_inset Box Shadowbox
27394 position "c"
27395 hor_pos "c"
27396 has_inner_box 1
27397 inner_pos "c"
27398 use_parbox 0
27399 width "25col%"
27400 special "none"
27401 height "1in"
27402 height_special "totalheight"
27403 status open
27404
27405 \begin_layout Plain Layout
27406 \align center
27407 Shadow box with 
27408 \series bold
27409
27410 \backslash
27411 shadowsize
27412 \series default
27413
27414 \begin_inset space \thinspace{}
27415 \end_inset
27416
27417 =
27418 \begin_inset space \thinspace{}
27419 \end_inset
27420
27421 2
27422 \begin_inset space \thinspace{}
27423 \end_inset
27424
27425 pt
27426 \end_layout
27427
27428 \end_inset
27429
27430
27431 \begin_inset ERT
27432 status collapsed
27433
27434 \begin_layout Plain Layout
27435
27436
27437 \backslash
27438 setlength{
27439 \backslash
27440 shadowsize}{4pt}
27441 \end_layout
27442
27443 \end_inset
27444
27445
27446 \end_layout
27447
27448 \begin_layout Standard
27449 \begin_inset VSpace bigskip
27450 \end_inset
27451
27452
27453 \end_layout
27454
27455 \begin_layout Standard
27456 The default value for the size 
27457 \series bold
27458
27459 \backslash
27460 FrameRule
27461 \series default
27462  is 0.4
27463 \begin_inset space \thinspace{}
27464 \end_inset
27465
27466 pt.
27467  The default space between the note content and the frame is 9
27468 \begin_inset space \thinspace{}
27469 \end_inset
27470
27471 pt and can be changed with the value of 
27472 \series bold
27473
27474 \backslash
27475 FrameSep
27476 \series default
27477 .
27478  For example the frame appearance of the following 
27479 \family sans
27480 box
27481 \family default
27482  is set with the TeX-Code commands
27483 \end_layout
27484
27485 \begin_layout Standard
27486
27487 \series bold
27488
27489 \backslash
27490 setlength{
27491 \backslash
27492 FrameRule}{5pt}
27493 \begin_inset Newline newline
27494 \end_inset
27495
27496
27497 \backslash
27498 setlength{
27499 \backslash
27500 FrameSep}{0.5cm}
27501 \end_layout
27502
27503 \begin_layout Standard
27504 \begin_inset ERT
27505 status collapsed
27506
27507 \begin_layout Plain Layout
27508
27509
27510 \backslash
27511 setlength{
27512 \backslash
27513 FrameRule}{5pt}
27514 \end_layout
27515
27516 \begin_layout Plain Layout
27517
27518
27519 \backslash
27520 setlength{
27521 \backslash
27522 FrameSep}{0.5cm}
27523 \end_layout
27524
27525 \end_inset
27526
27527
27528 \begin_inset Box Framed
27529 position "t"
27530 hor_pos "c"
27531 has_inner_box 0
27532 inner_pos "t"
27533 use_parbox 0
27534 width "100col%"
27535 special "none"
27536 height "1in"
27537 height_special "totalheight"
27538 status open
27539
27540 \begin_layout Plain Layout
27541 This is text in an 
27542 \family sans
27543 allow page break
27544 \family default
27545  box.
27546 \end_layout
27547
27548 \end_inset
27549
27550
27551 \begin_inset ERT
27552 status collapsed
27553
27554 \begin_layout Plain Layout
27555
27556
27557 \backslash
27558 setlength{
27559 \backslash
27560 FrameRule}{0.4pt}
27561 \end_layout
27562
27563 \begin_layout Plain Layout
27564
27565
27566 \backslash
27567 setlength{
27568 \backslash
27569 FrameSep}{9pt}
27570 \end_layout
27571
27572 \end_inset
27573
27574
27575 \end_layout
27576
27577 \begin_layout Standard
27578 \begin_inset VSpace bigskip
27579 \end_inset
27580
27581
27582 \end_layout
27583
27584 \begin_layout Standard
27585 For 
27586 \family sans
27587 shaded background
27588 \family default
27589  boxes the default space between the box content and the box border is 3
27590 \begin_inset space \thinspace{}
27591 \end_inset
27592
27593 pt and can be changed with the value of 
27594 \series bold
27595
27596 \backslash
27597 fboxsep
27598 \series default
27599 .
27600  The default background color red can either be changed locally with the
27601  command 
27602 \series bold
27603
27604 \backslash
27605 definecolor{shadebox}
27606 \series default
27607  or globally with the menu 
27608 \family sans
27609 Tools\SpecialChar \menuseparator
27610 Preferences\SpecialChar \menuseparator
27611 Colors\SpecialChar \menuseparator
27612 shaded
27613 \begin_inset space ~
27614 \end_inset
27615
27616 box
27617 \family default
27618 .
27619  The scheme of the 
27620 \series bold
27621
27622 \backslash
27623 definecolor
27624 \series default
27625  command is explained in section
27626 \begin_inset space ~
27627 \end_inset
27628
27629
27630 \begin_inset CommandInset ref
27631 LatexCommand ref
27632 reference "sec:Colored-Tables"
27633
27634 \end_inset
27635
27636 .
27637 \begin_inset Foot
27638 status collapsed
27639
27640 \begin_layout Plain Layout
27641 Note that 
27642 \series bold
27643
27644 \backslash
27645 definecolor
27646 \series default
27647  requires the LaTeX-package 
27648 \series bold
27649 color
27650 \series default
27651  in the preamble, see section
27652 \begin_inset space ~
27653 \end_inset
27654
27655
27656 \begin_inset CommandInset ref
27657 LatexCommand ref
27658 reference "sec:Colored-Boxes"
27659
27660 \end_inset
27661
27662 .
27663 \end_layout
27664
27665 \end_inset
27666
27667  For example the appearance of the following shaded background note is set
27668  with the TeX-Code commands
27669 \end_layout
27670
27671 \begin_layout Standard
27672
27673 \series bold
27674
27675 \backslash
27676 setlength{
27677 \backslash
27678 fboxsep}{0.5cm}
27679 \series default
27680
27681 \begin_inset Newline newline
27682 \end_inset
27683
27684
27685 \series bold
27686
27687 \backslash
27688 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27689 \end_layout
27690
27691 \begin_layout Standard
27692 \begin_inset ERT
27693 status collapsed
27694
27695 \begin_layout Plain Layout
27696
27697
27698 \backslash
27699 setlength{
27700 \backslash
27701 fboxsep}{0.5cm}
27702 \end_layout
27703
27704 \begin_layout Plain Layout
27705
27706
27707 \backslash
27708 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27709 \end_layout
27710
27711 \end_inset
27712
27713
27714 \begin_inset Box Shaded
27715 position "t"
27716 hor_pos "c"
27717 has_inner_box 0
27718 inner_pos "t"
27719 use_parbox 0
27720 width "100col%"
27721 special "none"
27722 height "1in"
27723 height_special "totalheight"
27724 status open
27725
27726 \begin_layout Plain Layout
27727
27728 \color yellow
27729 This is yellow text in a
27730 \color none
27731  
27732 \family sans
27733 \color yellow
27734 shaded background
27735 \family default
27736 \color none
27737  
27738 \color yellow
27739 box with dark green background.
27740 \end_layout
27741
27742 \end_inset
27743
27744
27745 \begin_inset ERT
27746 status collapsed
27747
27748 \begin_layout Plain Layout
27749
27750
27751 \backslash
27752 setlength{
27753 \backslash
27754 fboxsep}{3pt}
27755 \end_layout
27756
27757 \begin_layout Plain Layout
27758
27759
27760 \backslash
27761 definecolor{shadecolor}{rgb}{1,0,0}
27762 \end_layout
27763
27764 \end_inset
27765
27766
27767 \end_layout
27768
27769 \begin_layout Standard
27770 \begin_inset VSpace bigskip
27771 \end_inset
27772
27773 Changed lengths and widths are valid for all boxes following the commands
27774  that change them.
27775 \end_layout
27776
27777 \begin_layout Section
27778 Minipages
27779 \begin_inset CommandInset label
27780 LatexCommand label
27781 name "sec:Minipages"
27782
27783 \end_inset
27784
27785
27786 \begin_inset Index
27787 status collapsed
27788
27789 \begin_layout Plain Layout
27790 Boxes ! Minipages
27791 \end_layout
27792
27793 \end_inset
27794
27795
27796 \end_layout
27797
27798 \begin_layout Standard
27799 Minipages are treated by LaTeX as pages within pages and can therefore for
27800  example have their own footnotes.
27801 \end_layout
27802
27803 \begin_layout Standard
27804 Minipages are useful when you write documents with different languages.
27805 \end_layout
27806
27807 \begin_layout Standard
27808 Below are two example minipages side by side.
27809  Their width is set to 45
27810 \begin_inset space \thinspace{}
27811 \end_inset
27812
27813 col% and they are separated by a horizontal fill, that was inserted via
27814  the menu 
27815 \family sans
27816 Insert\SpecialChar \menuseparator
27817 Special
27818 \begin_inset space ~
27819 \end_inset
27820
27821 Formatting\SpecialChar \menuseparator
27822 Horizontal
27823 \begin_inset space ~
27824 \end_inset
27825
27826 Fill
27827 \family default
27828 .
27829 \begin_inset Newpage newpage
27830 \end_inset
27831
27832
27833 \end_layout
27834
27835 \begin_layout Standard
27836 \begin_inset Box Frameless
27837 position "t"
27838 hor_pos "c"
27839 has_inner_box 1
27840 inner_pos "c"
27841 use_parbox 0
27842 width "45col%"
27843 special "none"
27844 height "1in"
27845 height_special "totalheight"
27846 status open
27847
27848 \begin_layout Plain Layout
27849
27850 \lang german
27851 Dies ist ein deutscher Text.
27852  Dies ist ein deutscher Text.
27853  Dies ist ein deutscher Text.
27854  Dies ist ein deutscher Text.
27855  Dies ist ein deutscher Text.
27856  Dies ist ein deutscher Text.
27857  Dies ist ein deutscher Text.
27858  Dies ist ein deutscher Text.
27859  Dies ist ein deutscher Text.
27860  Dies ist ein deutscher Text.
27861  Dies ist ein deutscher Text.
27862  Dies ist ein deutscher Text.
27863  Dies ist ein deutscher Text
27864 \begin_inset Foot
27865 status collapsed
27866
27867 \begin_layout Plain Layout
27868
27869 \lang german
27870 Dies ist eine deutsche Fußnote.
27871 \end_layout
27872
27873 \end_inset
27874
27875 .
27876  Dies ist ein deutscher Text.
27877  Dies ist ein deutscher Text.
27878 \end_layout
27879
27880 \end_inset
27881
27882
27883 \begin_inset space \hfill{}
27884 \end_inset
27885
27886
27887 \begin_inset Box Frameless
27888 position "t"
27889 hor_pos "c"
27890 has_inner_box 1
27891 inner_pos "c"
27892 use_parbox 0
27893 width "45col%"
27894 special "none"
27895 height "1in"
27896 height_special "totalheight"
27897 status open
27898
27899 \begin_layout Plain Layout
27900 This is an English Text.
27901  This is an English Text.
27902  This is an English Text.
27903  This is an English Text.
27904  This is an English Text.
27905  This is an English Text.
27906  This is an English Text.
27907  This is an English Text.
27908  This is an English Text.
27909  This is an English Text.
27910  This is an English Text.
27911  This is an English Text.
27912  This is an English Text.
27913  This is an English Text.
27914  This is an English Text.
27915  This is an English Text.
27916 \begin_inset Foot
27917 status collapsed
27918
27919 \begin_layout Plain Layout
27920 This is an English footnote.
27921 \end_layout
27922
27923 \end_inset
27924
27925  This is an English Text.
27926  
27927 \end_layout
27928
27929 \end_inset
27930
27931
27932 \end_layout
27933
27934 \begin_layout Standard
27935 \begin_inset VSpace bigskip
27936 \end_inset
27937
27938 Another application for minipages are footnotes within tables.
27939  Due to a LaTeX restriction footnotes within tables doesn't appear at the
27940  bottom of the current page.
27941  But when you put the table with the footnote to a minipage, the footnote
27942  will appear at its bottom, numbered with Latin letters.
27943  The footnote number is reset to 1 in every minipage but not outside the
27944  minipages.
27945 \end_layout
27946
27947 \begin_layout Standard
27948 The footnote of this table doesn't appear: 
27949 \begin_inset Tabular
27950 <lyxtabular version="3" rows="3" columns="4">
27951 <features>
27952 <column alignment="center" valignment="top" width="0pt">
27953 <column alignment="center" valignment="top" width="0pt">
27954 <column alignment="center" valignment="top" width="0pt">
27955 <column alignment="center" valignment="top" width="0pt">
27956 <row>
27957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27958 \begin_inset Text
27959
27960 \begin_layout Plain Layout
27961 1
27962 \end_layout
27963
27964 \end_inset
27965 </cell>
27966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27967 \begin_inset Text
27968
27969 \begin_layout Plain Layout
27970 2
27971 \end_layout
27972
27973 \end_inset
27974 </cell>
27975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27976 \begin_inset Text
27977
27978 \begin_layout Plain Layout
27979 3
27980 \begin_inset Foot
27981 status collapsed
27982
27983 \begin_layout Plain Layout
27984 This is a footnote within a table.
27985 \end_layout
27986
27987 \end_inset
27988
27989
27990 \end_layout
27991
27992 \end_inset
27993 </cell>
27994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27995 \begin_inset Text
27996
27997 \begin_layout Plain Layout
27998 4
27999 \end_layout
28000
28001 \end_inset
28002 </cell>
28003 </row>
28004 <row>
28005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28006 \begin_inset Text
28007
28008 \begin_layout Plain Layout
28009 a
28010 \end_layout
28011
28012 \end_inset
28013 </cell>
28014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28015 \begin_inset Text
28016
28017 \begin_layout Plain Layout
28018 b
28019 \end_layout
28020
28021 \end_inset
28022 </cell>
28023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28024 \begin_inset Text
28025
28026 \begin_layout Plain Layout
28027 c
28028 \end_layout
28029
28030 \end_inset
28031 </cell>
28032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28033 \begin_inset Text
28034
28035 \begin_layout Plain Layout
28036 d
28037 \end_layout
28038
28039 \end_inset
28040 </cell>
28041 </row>
28042 <row>
28043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28044 \begin_inset Text
28045
28046 \begin_layout Plain Layout
28047 e
28048 \end_layout
28049
28050 \end_inset
28051 </cell>
28052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28053 \begin_inset Text
28054
28055 \begin_layout Plain Layout
28056 f
28057 \end_layout
28058
28059 \end_inset
28060 </cell>
28061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28062 \begin_inset Text
28063
28064 \begin_layout Plain Layout
28065 g
28066 \end_layout
28067
28068 \end_inset
28069 </cell>
28070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28071 \begin_inset Text
28072
28073 \begin_layout Plain Layout
28074 h
28075 \end_layout
28076
28077 \end_inset
28078 </cell>
28079 </row>
28080 </lyxtabular>
28081
28082 \end_inset
28083
28084
28085 \end_layout
28086
28087 \begin_layout Standard
28088 \align center
28089 \begin_inset Box Frameless
28090 position "t"
28091 hor_pos "c"
28092 has_inner_box 1
28093 inner_pos "c"
28094 use_parbox 0
28095 width "30col%"
28096 special "none"
28097 height "1in"
28098 height_special "totalheight"
28099 status open
28100
28101 \begin_layout Plain Layout
28102 \align center
28103 \begin_inset Tabular
28104 <lyxtabular version="3" rows="3" columns="4">
28105 <features>
28106 <column alignment="center" valignment="top" width="0pt">
28107 <column alignment="center" valignment="top" width="0pt">
28108 <column alignment="center" valignment="top" width="0pt">
28109 <column alignment="center" valignment="top" width="0pt">
28110 <row>
28111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28112 \begin_inset Text
28113
28114 \begin_layout Plain Layout
28115 1
28116 \end_layout
28117
28118 \end_inset
28119 </cell>
28120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28121 \begin_inset Text
28122
28123 \begin_layout Plain Layout
28124 2
28125 \end_layout
28126
28127 \end_inset
28128 </cell>
28129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28130 \begin_inset Text
28131
28132 \begin_layout Plain Layout
28133 3
28134 \begin_inset Foot
28135 status collapsed
28136
28137 \begin_layout Plain Layout
28138 This is a footnote within a table.
28139 \end_layout
28140
28141 \end_inset
28142
28143
28144 \end_layout
28145
28146 \end_inset
28147 </cell>
28148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28149 \begin_inset Text
28150
28151 \begin_layout Plain Layout
28152 4
28153 \end_layout
28154
28155 \end_inset
28156 </cell>
28157 </row>
28158 <row>
28159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28160 \begin_inset Text
28161
28162 \begin_layout Plain Layout
28163 a
28164 \end_layout
28165
28166 \end_inset
28167 </cell>
28168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28169 \begin_inset Text
28170
28171 \begin_layout Plain Layout
28172 b
28173 \end_layout
28174
28175 \end_inset
28176 </cell>
28177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28178 \begin_inset Text
28179
28180 \begin_layout Plain Layout
28181 c
28182 \end_layout
28183
28184 \end_inset
28185 </cell>
28186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28187 \begin_inset Text
28188
28189 \begin_layout Plain Layout
28190 d
28191 \end_layout
28192
28193 \end_inset
28194 </cell>
28195 </row>
28196 <row>
28197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28198 \begin_inset Text
28199
28200 \begin_layout Plain Layout
28201 e
28202 \end_layout
28203
28204 \end_inset
28205 </cell>
28206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28207 \begin_inset Text
28208
28209 \begin_layout Plain Layout
28210 f
28211 \end_layout
28212
28213 \end_inset
28214 </cell>
28215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28216 \begin_inset Text
28217
28218 \begin_layout Plain Layout
28219 g
28220 \end_layout
28221
28222 \end_inset
28223 </cell>
28224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28225 \begin_inset Text
28226
28227 \begin_layout Plain Layout
28228 h
28229 \end_layout
28230
28231 \end_inset
28232 </cell>
28233 </row>
28234 </lyxtabular>
28235
28236 \end_inset
28237
28238
28239 \end_layout
28240
28241 \end_inset
28242
28243
28244 \end_layout
28245
28246 \begin_layout Standard
28247 \begin_inset VSpace bigskip
28248 \end_inset
28249
28250 The document-wide paragraph settings are ignored within minipages.
28251  That means that there will be no space between paragraphs in minipages
28252  although you set it to e.
28253 \begin_inset space \thinspace{}
28254 \end_inset
28255
28256 g.
28257 \begin_inset space ~
28258 \end_inset
28259
28260
28261 \family sans
28262 MedSkip
28263 \family default
28264  in the document settings.
28265 \end_layout
28266
28267 \begin_layout Standard
28268 Minipages can also be used to set a background color for text parts, see
28269  section
28270 \begin_inset space ~
28271 \end_inset
28272
28273
28274 \begin_inset CommandInset ref
28275 LatexCommand ref
28276 reference "sub:Color-for-Paragraphs"
28277
28278 \end_inset
28279
28280 .
28281 \end_layout
28282
28283 \begin_layout Standard
28284 \begin_inset Note Greyedout
28285 status open
28286
28287 \begin_layout Plain Layout
28288
28289 \series bold
28290 Note:
28291 \series default
28292  You cannot have floats or margin notes inside minipages but minipages can
28293  be used inside tables, floats, and other boxes.
28294 \end_layout
28295
28296 \end_inset
28297
28298
28299 \end_layout
28300
28301 \begin_layout Section
28302 Parboxes
28303 \begin_inset CommandInset label
28304 LatexCommand label
28305 name "sec:Parboxes"
28306
28307 \end_inset
28308
28309
28310 \begin_inset Index
28311 status collapsed
28312
28313 \begin_layout Plain Layout
28314 Boxes ! Parboxes
28315 \end_layout
28316
28317 \end_inset
28318
28319
28320 \end_layout
28321
28322 \begin_layout Standard
28323 Parboxes are very similar to minipages with the difference that they cannot
28324  have footnotes.
28325  The main difference to minipages is that minipages are in contrary to parboxes
28326  no real boxes but LaTeX-environments.
28327 \end_layout
28328
28329 \begin_layout Standard
28330 \align center
28331 \begin_inset Box Frameless
28332 position "t"
28333 hor_pos "c"
28334 has_inner_box 1
28335 inner_pos "t"
28336 use_parbox 1
28337 width "33col%"
28338 special "none"
28339 height "1in"
28340 height_special "totalheight"
28341 status collapsed
28342
28343 \begin_layout Plain Layout
28344 This a text within a parbox.
28345  This a text within a parbox.
28346 \end_layout
28347
28348 \begin_layout Plain Layout
28349 This footnote won't appear:
28350 \begin_inset Foot
28351 status collapsed
28352
28353 \begin_layout Plain Layout
28354 This footnote is inside a parbox and will therefore not appear.
28355 \end_layout
28356
28357 \end_inset
28358
28359
28360 \end_layout
28361
28362 \end_inset
28363
28364
28365 \end_layout
28366
28367 \begin_layout Section
28368 Boxes for Words and Characters
28369 \begin_inset Index
28370 status collapsed
28371
28372 \begin_layout Plain Layout
28373 Boxes ! for Characters
28374 \end_layout
28375
28376 \end_inset
28377
28378
28379 \end_layout
28380
28381 \begin_layout Subsection
28382 Prevent Hyphenation
28383 \begin_inset CommandInset label
28384 LatexCommand label
28385 name "sec:Prevent-Hyphenation"
28386
28387 \end_inset
28388
28389
28390 \begin_inset Index
28391 status collapsed
28392
28393 \begin_layout Plain Layout
28394 Boxes ! to Prevent Hyphenation
28395 \end_layout
28396
28397 \end_inset
28398
28399
28400 \end_layout
28401
28402 \begin_layout Standard
28403 You can use a special kind of boxes to prevent words or text to be hyphenated.
28404 \begin_inset Newline newline
28405 \end_inset
28406
28407 Here is an example text:
28408 \end_layout
28409
28410 \begin_layout Standard
28411 This line is an example to show how you can prevent the hyphenation of 
28412 \begin_inset Quotes eld
28413 \end_inset
28414
28415 veryverylongword
28416 \begin_inset Quotes erd
28417 \end_inset
28418
28419 .
28420 \end_layout
28421
28422 \begin_layout Standard
28423 To prevent the hyphenation of the word 
28424 \begin_inset Quotes eld
28425 \end_inset
28426
28427 veryverylongword
28428 \begin_inset Quotes erd
28429 \end_inset
28430
28431 , add the command
28432 \end_layout
28433
28434 \begin_layout Standard
28435
28436 \series bold
28437
28438 \backslash
28439 mbox{
28440 \end_layout
28441
28442 \begin_layout Standard
28443 in TeX-Code before the word.
28444  Behind the word insert a closing brace 
28445 \begin_inset Quotes eld
28446 \end_inset
28447
28448
28449 \series bold
28450 }
28451 \series default
28452
28453 \begin_inset Quotes erd
28454 \end_inset
28455
28456  in TeX-Code.
28457 \end_layout
28458
28459 \begin_layout Standard
28460 This is the result:
28461 \end_layout
28462
28463 \begin_layout Standard
28464 This line is an example to show how you can prevent the hyphenation of 
28465 \begin_inset ERT
28466 status collapsed
28467
28468 \begin_layout Plain Layout
28469
28470
28471 \backslash
28472 mbox{
28473 \end_layout
28474
28475 \end_inset
28476
28477
28478 \begin_inset Quotes eld
28479 \end_inset
28480
28481 veryverylongword
28482 \begin_inset Quotes erd
28483 \end_inset
28484
28485 .
28486 \begin_inset ERT
28487 status collapsed
28488
28489 \begin_layout Plain Layout
28490
28491 }
28492 \end_layout
28493
28494 \end_inset
28495
28496
28497 \end_layout
28498
28499 \begin_layout Standard
28500 You can alternatively set the command 
28501 \begin_inset Quotes eld
28502 \end_inset
28503
28504
28505 \series bold
28506
28507 \backslash
28508 -
28509 \series default
28510
28511 \begin_inset Quotes grd
28512 \end_inset
28513
28514  as TeX-Code directly before the word:
28515 \end_layout
28516
28517 \begin_layout Standard
28518 This line is an example to show how you can prevent the hyphenation of 
28519 \begin_inset Quotes eld
28520 \end_inset
28521
28522
28523 \begin_inset ERT
28524 status collapsed
28525
28526 \begin_layout Plain Layout
28527
28528
28529 \backslash
28530 -
28531 \end_layout
28532
28533 \end_inset
28534
28535 veryverylongword
28536 \begin_inset Quotes erd
28537 \end_inset
28538
28539 .
28540 \end_layout
28541
28542 \begin_layout Standard
28543 Of course the word now protrudes over the side margin.
28544  To avoid this, add via the menu 
28545 \family sans
28546 Insert\SpecialChar \menuseparator
28547 Special
28548 \begin_inset space ~
28549 \end_inset
28550
28551 Formatting\SpecialChar \menuseparator
28552 Line
28553 \begin_inset space ~
28554 \end_inset
28555
28556 Break
28557 \family default
28558  (shortcut 
28559 \series bold
28560 Ctrl-Return
28561 \series default
28562 ) a line break before the word:
28563 \end_layout
28564
28565 \begin_layout Standard
28566 This line is an example to show how you can prevent the hyphenation of 
28567 \begin_inset Newline newline
28568 \end_inset
28569
28570
28571 \begin_inset ERT
28572 status collapsed
28573
28574 \begin_layout Plain Layout
28575
28576
28577 \backslash
28578 mbox{
28579 \end_layout
28580
28581 \end_inset
28582
28583
28584 \begin_inset Quotes eld
28585 \end_inset
28586
28587 veryverylongword
28588 \begin_inset Quotes erd
28589 \end_inset
28590
28591 .
28592 \begin_inset ERT
28593 status collapsed
28594
28595 \begin_layout Plain Layout
28596
28597 }
28598 \end_layout
28599
28600 \end_inset
28601
28602
28603 \end_layout
28604
28605 \begin_layout Subsection
28606 Vertical Alignment
28607 \begin_inset CommandInset label
28608 LatexCommand label
28609 name "sub:Vertical-Alignment"
28610
28611 \end_inset
28612
28613
28614 \begin_inset Index
28615 status collapsed
28616
28617 \begin_layout Plain Layout
28618 Boxes ! for Vertical Alignment
28619 \end_layout
28620
28621 \end_inset
28622
28623
28624 \begin_inset Index
28625 status collapsed
28626
28627 \begin_layout Plain Layout
28628 Boxes ! Raiseboxes
28629 \end_layout
28630
28631 \end_inset
28632
28633
28634 \end_layout
28635
28636 \begin_layout Standard
28637 With the help of the command 
28638 \series bold
28639
28640 \backslash
28641 raisebox
28642 \series default
28643  you can align words, characters or other boxes vertically to the surrounding
28644  text.
28645  
28646 \series bold
28647
28648 \backslash
28649 raisebox
28650 \series default
28651  is used with the following scheme:
28652 \end_layout
28653
28654 \begin_layout Standard
28655
28656 \series bold
28657
28658 \backslash
28659 raisebox{lift}[height][depth]{box content}
28660 \end_layout
28661
28662 \begin_layout Standard
28663 The lift can be a positive value to raise the box or a negative value to
28664  lower the box.
28665 \end_layout
28666
28667 \begin_layout Standard
28668 To align for example the word 
28669 \begin_inset Quotes eld
28670 \end_inset
28671
28672 preventing
28673 \begin_inset Quotes erd
28674 \end_inset
28675
28676  so that the bottom of the 
28677 \begin_inset Quotes eld
28678 \end_inset
28679
28680 deepest
28681 \begin_inset Quotes erd
28682 \end_inset
28683
28684  character 
28685 \begin_inset Quotes eld
28686 \end_inset
28687
28688 p
28689 \begin_inset Quotes erd
28690 \end_inset
28691
28692  is at the baseline, insert the command
28693 \end_layout
28694
28695 \begin_layout Standard
28696
28697 \series bold
28698
28699 \backslash
28700 raisebox{
28701 \backslash
28702 depth}{
28703 \end_layout
28704
28705 \begin_layout Standard
28706 in TeX-Code before the word.
28707  Behind the word insert a closing brace 
28708 \begin_inset Quotes eld
28709 \end_inset
28710
28711
28712 \series bold
28713 }
28714 \series default
28715
28716 \begin_inset Quotes erd
28717 \end_inset
28718
28719  in TeX-Code.
28720 \begin_inset Newline newline
28721 \end_inset
28722
28723 This is the result:
28724 \end_layout
28725
28726 \begin_layout Standard
28727 This is a text line with the word 
28728 \begin_inset ERT
28729 status collapsed
28730
28731 \begin_layout Plain Layout
28732
28733
28734 \backslash
28735 raisebox{
28736 \backslash
28737 depth}{
28738 \end_layout
28739
28740 \end_inset
28741
28742
28743 \begin_inset Quotes eld
28744 \end_inset
28745
28746 preventing
28747 \begin_inset Quotes erd
28748 \end_inset
28749
28750
28751 \begin_inset ERT
28752 status collapsed
28753
28754 \begin_layout Plain Layout
28755
28756 }
28757 \end_layout
28758
28759 \end_inset
28760
28761  as raised word.
28762 \end_layout
28763
28764 \begin_layout Standard
28765 \begin_inset VSpace bigskip
28766 \end_inset
28767
28768 When you raise or lower characters in a line, the line distance will be
28769  spread:
28770 \end_layout
28771
28772 \begin_layout Standard
28773 This is a text line with the word 
28774 \begin_inset ERT
28775 status collapsed
28776
28777 \begin_layout Plain Layout
28778
28779
28780 \backslash
28781 raisebox{-
28782 \backslash
28783 depth}{
28784 \end_layout
28785
28786 \end_inset
28787
28788
28789 \begin_inset Quotes eld
28790 \end_inset
28791
28792 preventing
28793 \begin_inset Quotes erd
28794 \end_inset
28795
28796
28797 \begin_inset ERT
28798 status collapsed
28799
28800 \begin_layout Plain Layout
28801
28802 }
28803 \end_layout
28804
28805 \end_inset
28806
28807  as lowered word.
28808 \begin_inset Newline newline
28809 \end_inset
28810
28811 This is a text line with the word 
28812 \begin_inset ERT
28813 status collapsed
28814
28815 \begin_layout Plain Layout
28816
28817
28818 \backslash
28819 raisebox{0.5cm}{
28820 \end_layout
28821
28822 \end_inset
28823
28824
28825 \begin_inset Quotes eld
28826 \end_inset
28827
28828 testing
28829 \begin_inset Quotes erd
28830 \end_inset
28831
28832
28833 \begin_inset ERT
28834 status collapsed
28835
28836 \begin_layout Plain Layout
28837
28838 }
28839 \end_layout
28840
28841 \end_inset
28842
28843  as raised word.
28844 \end_layout
28845
28846 \begin_layout Standard
28847 If you want to prevent this for a certain reason, set the box height to
28848  a zero value.
28849  For example use
28850 \end_layout
28851
28852 \begin_layout Standard
28853
28854 \series bold
28855
28856 \backslash
28857 raisebox{-
28858 \backslash
28859 depth}[0pt]{
28860 \end_layout
28861
28862 \begin_layout Standard
28863 This is a text line with the word 
28864 \begin_inset ERT
28865 status collapsed
28866
28867 \begin_layout Plain Layout
28868
28869
28870 \backslash
28871 raisebox{-
28872 \backslash
28873 depth}[0pt]{
28874 \end_layout
28875
28876 \end_inset
28877
28878
28879 \begin_inset Quotes eld
28880 \end_inset
28881
28882 preventing
28883 \begin_inset Quotes erd
28884 \end_inset
28885
28886
28887 \begin_inset ERT
28888 status collapsed
28889
28890 \begin_layout Plain Layout
28891
28892 }
28893 \end_layout
28894
28895 \end_inset
28896
28897  as lowered word.
28898 \begin_inset Newline newline
28899 \end_inset
28900
28901 This is a text line with the word 
28902 \begin_inset ERT
28903 status collapsed
28904
28905 \begin_layout Plain Layout
28906
28907
28908 \backslash
28909 raisebox{0.5cm}[0pt]{
28910 \end_layout
28911
28912 \end_inset
28913
28914
28915 \begin_inset Quotes eld
28916 \end_inset
28917
28918 testing
28919 \begin_inset Quotes erd
28920 \end_inset
28921
28922
28923 \begin_inset ERT
28924 status collapsed
28925
28926 \begin_layout Plain Layout
28927
28928 }
28929 \end_layout
28930
28931 \end_inset
28932
28933  as raised word.
28934 \end_layout
28935
28936 \begin_layout Section
28937 Colored Boxes
28938 \begin_inset CommandInset label
28939 LatexCommand label
28940 name "sec:Colored-Boxes"
28941
28942 \end_inset
28943
28944
28945 \begin_inset Index
28946 status collapsed
28947
28948 \begin_layout Plain Layout
28949 Boxes ! Color
28950 \end_layout
28951
28952 \end_inset
28953
28954
28955 \end_layout
28956
28957 \begin_layout Subsection
28958 Color for Text
28959 \begin_inset Index
28960 status collapsed
28961
28962 \begin_layout Plain Layout
28963 Color ! for Text
28964 \end_layout
28965
28966 \end_inset
28967
28968
28969 \end_layout
28970
28971 \begin_layout Standard
28972 To color the background of text the text must be put into a so called 
28973 \begin_inset Quotes eld
28974 \end_inset
28975
28976 colorbox
28977 \begin_inset Quotes erd
28978 \end_inset
28979
28980 .
28981  This requires that the LaTeX-package 
28982 \series bold
28983 color
28984 \series default
28985
28986 \begin_inset Index
28987 status collapsed
28988
28989 \begin_layout Plain Layout
28990 LaTeX-packages ! color
28991 \end_layout
28992
28993 \end_inset
28994
28995  is loaded in the document preamble with the command
28996 \end_layout
28997
28998 \begin_layout Standard
28999
29000 \series bold
29001
29002 \backslash
29003 @ifundefined{textcolor}
29004 \begin_inset Newline newline
29005 \end_inset
29006
29007
29008 \begin_inset ERT
29009 status collapsed
29010
29011 \begin_layout Plain Layout
29012
29013
29014 \backslash
29015 hphantom{ }
29016 \end_layout
29017
29018 \end_inset
29019
29020 {
29021 \backslash
29022 usepackage{color}}{}
29023 \end_layout
29024
29025 \begin_layout Standard
29026 The package 
29027 \series bold
29028 color
29029 \series default
29030  will be loaded automatically by LyX when you color text
29031 \begin_inset Foot
29032 status collapsed
29033
29034 \begin_layout Plain Layout
29035 To avoid that it is loaded twice the command 
29036 \series bold
29037
29038 \backslash
29039 @ifundefined
29040 \series default
29041  is used.
29042 \end_layout
29043
29044 \end_inset
29045
29046 .
29047 \end_layout
29048
29049 \begin_layout Standard
29050 \begin_inset VSpace medskip
29051 \end_inset
29052
29053 Colorboxes are created with the command 
29054 \series bold
29055
29056 \backslash
29057 colorbox
29058 \series default
29059 .
29060  This will be used with the following scheme:
29061 \end_layout
29062
29063 \begin_layout Standard
29064
29065 \series bold
29066
29067 \backslash
29068 colorbox{color}{box content}
29069 \end_layout
29070
29071 \begin_layout Standard
29072 The box content can also be a box and colorboxes can also be within other
29073  boxes.
29074 \end_layout
29075
29076 \begin_layout Standard
29077 The following colors are predefined:
29078 \begin_inset Newline newline
29079 \end_inset
29080
29081
29082 \family sans
29083 black
29084 \family default
29085
29086 \family sans
29087 blue
29088 \family default
29089
29090 \family sans
29091 cyan
29092 \family default
29093 \series bold
29094 ,
29095 \series default
29096  
29097 \family sans
29098 green
29099 \family default
29100
29101 \family sans
29102 magenta
29103 \family default
29104
29105 \family sans
29106 red
29107 \family default
29108
29109 \family sans
29110 white
29111 \family default
29112 , and 
29113 \family sans
29114 yellow
29115 \family default
29116 .
29117 \begin_inset Newline newline
29118 \end_inset
29119
29120 You can also define your own color as described in section
29121 \begin_inset space ~
29122 \end_inset
29123
29124
29125 \begin_inset CommandInset ref
29126 LatexCommand ref
29127 reference "sec:Colored-Tables"
29128
29129 \end_inset
29130
29131 .
29132 \end_layout
29133
29134 \begin_layout Standard
29135 To have e.
29136 \begin_inset space \thinspace{}
29137 \end_inset
29138
29139 g.
29140 \begin_inset space ~
29141 \end_inset
29142
29143 a red background for a word, insert the command
29144 \end_layout
29145
29146 \begin_layout Standard
29147
29148 \series bold
29149
29150 \backslash
29151 colorbox{red}{
29152 \end_layout
29153
29154 \begin_layout Standard
29155 before the word in TeX-Code.
29156  Behind the word insert a closing brace 
29157 \begin_inset Quotes eld
29158 \end_inset
29159
29160
29161 \series bold
29162 }
29163 \series default
29164
29165 \begin_inset Quotes erd
29166 \end_inset
29167
29168  in TeX-Code.
29169 \begin_inset Newline newline
29170 \end_inset
29171
29172 This is the result:
29173 \end_layout
29174
29175 \begin_layout Standard
29176 This is a line where the word 
29177 \begin_inset ERT
29178 status collapsed
29179
29180 \begin_layout Plain Layout
29181
29182
29183 \backslash
29184 colorbox{red}{
29185 \end_layout
29186
29187 \end_inset
29188
29189
29190 \begin_inset Quotes eld
29191 \end_inset
29192
29193 Attention!
29194 \begin_inset Quotes erd
29195 \end_inset
29196
29197
29198 \begin_inset ERT
29199 status collapsed
29200
29201 \begin_layout Plain Layout
29202
29203 }
29204 \end_layout
29205
29206 \end_inset
29207
29208  has a red background.
29209 \end_layout
29210
29211 \begin_layout Standard
29212 \begin_inset VSpace bigskip
29213 \end_inset
29214
29215 If you would have the box frame in a different color, you can use the command
29216  
29217 \series bold
29218
29219 \backslash
29220 fcolorbox
29221 \series default
29222  with the following scheme:
29223 \end_layout
29224
29225 \begin_layout Standard
29226
29227 \series bold
29228
29229 \backslash
29230 fcolorbox{frame color}{box color}{box content}
29231 \end_layout
29232
29233 \begin_layout Standard
29234
29235 \series bold
29236
29237 \backslash
29238 fcolorbox
29239 \series default
29240  is an extension to 
29241 \series bold
29242
29243 \backslash
29244 colorbox
29245 \series default
29246 .
29247  The frame thickness and the space between the frame and the box content
29248  can be adjusted with the lengths 
29249 \series bold
29250
29251 \backslash
29252 fboxrule
29253 \series default
29254  and 
29255 \series bold
29256
29257 \backslash
29258 fboxsep
29259 \series default
29260 , respectively, as described in section
29261 \begin_inset space ~
29262 \end_inset
29263
29264
29265 \begin_inset CommandInset ref
29266 LatexCommand ref
29267 reference "sec:Decoration"
29268
29269 \end_inset
29270
29271 .
29272 \end_layout
29273
29274 \begin_layout Standard
29275 For the following example the command
29276 \end_layout
29277
29278 \begin_layout Standard
29279
29280 \series bold
29281
29282 \backslash
29283 fcolorbox{cyan}{magenta}{
29284 \end_layout
29285
29286 \begin_layout Standard
29287 was used.
29288 \end_layout
29289
29290 \begin_layout Standard
29291 Here is an example where the frame line thickness was set to 1
29292 \begin_inset space \thinspace{}
29293 \end_inset
29294
29295 mm:
29296 \begin_inset Newline newline
29297 \end_inset
29298
29299
29300 \begin_inset ERT
29301 status collapsed
29302
29303 \begin_layout Plain Layout
29304
29305
29306 \backslash
29307 fboxrule 1mm 
29308 \backslash
29309 fboxsep 1mm
29310 \end_layout
29311
29312 \end_inset
29313
29314
29315 \begin_inset ERT
29316 status collapsed
29317
29318 \begin_layout Plain Layout
29319
29320
29321 \backslash
29322 fcolorbox{cyan}{magenta}{
29323 \end_layout
29324
29325 \end_inset
29326
29327 This is text within a colored, framed box.
29328 \begin_inset ERT
29329 status collapsed
29330
29331 \begin_layout Plain Layout
29332
29333 }
29334 \end_layout
29335
29336 \end_inset
29337
29338
29339 \end_layout
29340
29341 \begin_layout Standard
29342 \begin_inset VSpace bigskip
29343 \end_inset
29344
29345 Of course you can also have colored text inside a colorbox:
29346 \begin_inset Newline newline
29347 \end_inset
29348
29349
29350 \begin_inset ERT
29351 status collapsed
29352
29353 \begin_layout Plain Layout
29354
29355
29356 \backslash
29357 fcolorbox{cyan}{magenta}{
29358 \end_layout
29359
29360 \end_inset
29361
29362
29363 \color yellow
29364 This is colored text within a colored, framed box.
29365 \color none
29366
29367 \begin_inset ERT
29368 status collapsed
29369
29370 \begin_layout Plain Layout
29371
29372 }
29373 \end_layout
29374
29375 \end_inset
29376
29377
29378 \begin_inset ERT
29379 status collapsed
29380
29381 \begin_layout Plain Layout
29382
29383
29384 \backslash
29385 fboxrule 0.4pt 
29386 \backslash
29387 fboxsep 3pt
29388 \end_layout
29389
29390 \end_inset
29391
29392
29393 \end_layout
29394
29395 \begin_layout Standard
29396
29397 \series bold
29398 \begin_inset VSpace medskip
29399 \end_inset
29400
29401
29402 \end_layout
29403
29404 \begin_layout Standard
29405 \begin_inset Note Greyedout
29406 status open
29407
29408 \begin_layout Plain Layout
29409
29410 \series bold
29411 Note:
29412 \series default
29413  Text in colorboxes cannot have line breaks.
29414  To color multiple text lines or paragraphs, use a box inside a colorbox
29415  as described in the following.
29416 \end_layout
29417
29418 \end_inset
29419
29420
29421 \end_layout
29422
29423 \begin_layout Subsection
29424 Color for Paragraphs
29425 \begin_inset CommandInset label
29426 LatexCommand label
29427 name "sub:Color-for-Paragraphs"
29428
29429 \end_inset
29430
29431
29432 \begin_inset Index
29433 status collapsed
29434
29435 \begin_layout Plain Layout
29436 Color ! for Paragraphs
29437 \end_layout
29438
29439 \end_inset
29440
29441
29442 \end_layout
29443
29444 \begin_layout Standard
29445 To set the background color for more than one text line, put the text into
29446  a minipage.
29447  Before the minipage insert the 
29448 \series bold
29449
29450 \backslash
29451 colorbox
29452 \series default
29453  command
29454 \end_layout
29455
29456 \begin_layout Standard
29457
29458 \series bold
29459
29460 \backslash
29461 colorbox{color}{
29462 \end_layout
29463
29464 \begin_layout Standard
29465 in TeX-Code.
29466  Behind the minipage insert a closing brace 
29467 \begin_inset Quotes eld
29468 \end_inset
29469
29470
29471 \series bold
29472 }
29473 \series default
29474
29475 \begin_inset Quotes erd
29476 \end_inset
29477
29478  in TeX-Code.
29479 \end_layout
29480
29481 \begin_layout Standard
29482 \begin_inset ERT
29483 status collapsed
29484
29485 \begin_layout Plain Layout
29486
29487
29488 \backslash
29489 colorbox{lightgrey}{
29490 \end_layout
29491
29492 \end_inset
29493
29494
29495 \begin_inset Box Frameless
29496 position "t"
29497 hor_pos "c"
29498 has_inner_box 1
29499 inner_pos "t"
29500 use_parbox 0
29501 width "100col%"
29502 special "none"
29503 height "1in"
29504 height_special "totalheight"
29505 status collapsed
29506
29507 \begin_layout Plain Layout
29508 This is text with background color.
29509  This is text with background color.
29510 \end_layout
29511
29512 \begin_layout Plain Layout
29513 \begin_inset VSpace defskip
29514 \end_inset
29515
29516 The text can have footnotes
29517 \begin_inset Foot
29518 status collapsed
29519
29520 \begin_layout Plain Layout
29521 Another example footnote
29522 \end_layout
29523
29524 \end_inset
29525
29526  and can include tables and figures.
29527 \end_layout
29528
29529 \begin_layout Plain Layout
29530 \align center
29531 \begin_inset Tabular
29532 <lyxtabular version="3" rows="3" columns="3">
29533 <features>
29534 <column alignment="center" valignment="top" width="0">
29535 <column alignment="center" valignment="top" width="0">
29536 <column alignment="center" valignment="top" width="0">
29537 <row>
29538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29539 \begin_inset Text
29540
29541 \begin_layout Plain Layout
29542 a
29543 \end_layout
29544
29545 \end_inset
29546 </cell>
29547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29548 \begin_inset Text
29549
29550 \begin_layout Plain Layout
29551 !
29552 \end_layout
29553
29554 \end_inset
29555 </cell>
29556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29557 \begin_inset Text
29558
29559 \begin_layout Plain Layout
29560 3
29561 \end_layout
29562
29563 \end_inset
29564 </cell>
29565 </row>
29566 <row>
29567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29568 \begin_inset Text
29569
29570 \begin_layout Plain Layout
29571 <
29572 \end_layout
29573
29574 \end_inset
29575 </cell>
29576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29577 \begin_inset Text
29578
29579 \begin_layout Plain Layout
29580 b2
29581 \begin_inset Quotes erd
29582 \end_inset
29583
29584 |
29585 \end_layout
29586
29587 \end_inset
29588 </cell>
29589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29590 \begin_inset Text
29591
29592 \begin_layout Plain Layout
29593 >
29594 \end_layout
29595
29596 \end_inset
29597 </cell>
29598 </row>
29599 <row>
29600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29601 \begin_inset Text
29602
29603 \begin_layout Plain Layout
29604 1
29605 \end_layout
29606
29607 \end_inset
29608 </cell>
29609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29610 \begin_inset Text
29611
29612 \begin_layout Plain Layout
29613 §
29614 \end_layout
29615
29616 \end_inset
29617 </cell>
29618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29619 \begin_inset Text
29620
29621 \begin_layout Plain Layout
29622 c
29623 \end_layout
29624
29625 \end_inset
29626 </cell>
29627 </row>
29628 </lyxtabular>
29629
29630 \end_inset
29631
29632
29633 \end_layout
29634
29635 \end_inset
29636
29637
29638 \begin_inset ERT
29639 status collapsed
29640
29641 \begin_layout Plain Layout
29642
29643 }
29644 \end_layout
29645
29646 \end_inset
29647
29648
29649 \end_layout
29650
29651 \begin_layout Section
29652 Rotated and Scaled Boxes
29653 \end_layout
29654
29655 \begin_layout Standard
29656 To use the the commands described in this section, the LaTeX-package 
29657 \series bold
29658 graphicx
29659 \series default
29660
29661 \begin_inset Index
29662 status collapsed
29663
29664 \begin_layout Plain Layout
29665 LaTeX-packages ! graphicx
29666 \end_layout
29667
29668 \end_inset
29669
29670  needs to be loaded in the document preamble with the command
29671 \end_layout
29672
29673 \begin_layout Standard
29674
29675 \series bold
29676
29677 \backslash
29678 @ifundefined{rotatebox}
29679 \begin_inset Newline newline
29680 \end_inset
29681
29682
29683 \begin_inset ERT
29684 status collapsed
29685
29686 \begin_layout Plain Layout
29687
29688
29689 \backslash
29690 hphantom{ }
29691 \end_layout
29692
29693 \end_inset
29694
29695 {
29696 \backslash
29697 usepackage{graphicx}}{}
29698 \end_layout
29699
29700 \begin_layout Standard
29701 \begin_inset Note Greyedout
29702 status open
29703
29704 \begin_layout Plain Layout
29705
29706 \series bold
29707 Note:
29708 \series default
29709  Some DVI-viewers can't display rotated or scaled material.
29710 \end_layout
29711
29712 \end_inset
29713
29714
29715 \end_layout
29716
29717 \begin_layout Standard
29718 \begin_inset Note Greyedout
29719 status open
29720
29721 \begin_layout Plain Layout
29722
29723 \series bold
29724 Note:
29725 \series default
29726  Floats mustn't be inside a rotated or scaled box.
29727 \end_layout
29728
29729 \end_inset
29730
29731
29732 \end_layout
29733
29734 \begin_layout Subsection
29735 Rotated Boxes
29736 \begin_inset Index
29737 status collapsed
29738
29739 \begin_layout Plain Layout
29740 Boxes ! rotated
29741 \end_layout
29742
29743 \end_inset
29744
29745
29746 \begin_inset Index
29747 status collapsed
29748
29749 \begin_layout Plain Layout
29750 Rotated material
29751 \end_layout
29752
29753 \end_inset
29754
29755
29756 \begin_inset Index
29757 status collapsed
29758
29759 \begin_layout Plain Layout
29760 Figures ! rotated
29761 \end_layout
29762
29763 \end_inset
29764
29765
29766 \begin_inset Index
29767 status collapsed
29768
29769 \begin_layout Plain Layout
29770 Table Customization ! Rotating
29771 \end_layout
29772
29773 \end_inset
29774
29775
29776 \end_layout
29777
29778 \begin_layout Standard
29779 To rotate material, you can put it into a rotated box.
29780  Such a box is created using the command 
29781 \series bold
29782
29783 \backslash
29784 rotatebox
29785 \series default
29786  in TeX-Code with the following scheme:
29787 \end_layout
29788
29789 \begin_layout Standard
29790
29791 \series bold
29792
29793 \backslash
29794 rotatebox[rotation origin]{rotation angle}{box content}
29795 \end_layout
29796
29797 \begin_layout Standard
29798 The rotation origin is specified in the form 
29799 \series bold
29800 origin=position
29801 \series default
29802 .
29803  The following positions are possible: 
29804 \emph on
29805 c
29806 \emph default
29807  (center), 
29808 \emph on
29809 l
29810 \emph default
29811  (left), 
29812 \emph on
29813 r
29814 \emph default
29815  (right), 
29816 \emph on
29817 b
29818 \emph default
29819  (bottom), 
29820 \emph on
29821 t
29822 \emph default
29823  (top), and also expedient combinations of the four base positions.
29824  For example 
29825 \emph on
29826 lt
29827 \emph default
29828  means, that the rotation origin is at the top left corner of the box.
29829  When no rotation origin is specified, the position 
29830 \emph on
29831 l
29832 \emph default
29833  will be used.
29834  The rotation angle is a number that can be negative that specifies the
29835  angle in degrees.
29836  The rotation direction is counterclockwise.
29837 \end_layout
29838
29839 \begin_layout Standard
29840 In the following example the command 
29841 \series bold
29842
29843 \backslash
29844 rotatebox[origin=c]{60}{
29845 \series default
29846  was inserted as TeX-Code before the text 
29847 \begin_inset Quotes eld
29848 \end_inset
29849
29850 with rotated
29851 \begin_inset Quotes erd
29852 \end_inset
29853
29854 ; after the text the box was closed by a closing brace 
29855 \series bold
29856 }
29857 \series default
29858  in TeX-Code.
29859 \end_layout
29860
29861 \begin_layout Standard
29862 This is a line 
29863 \begin_inset ERT
29864 status collapsed
29865
29866 \begin_layout Plain Layout
29867
29868
29869 \backslash
29870 rotatebox[origin=c]{60}{
29871 \end_layout
29872
29873 \end_inset
29874
29875 with rotated
29876 \begin_inset ERT
29877 status collapsed
29878
29879 \begin_layout Plain Layout
29880
29881 }
29882 \end_layout
29883
29884 \end_inset
29885
29886  text.
29887 \end_layout
29888
29889 \begin_layout Standard
29890 The box content can also be another box or an inline formula:
29891 \end_layout
29892
29893 \begin_layout Standard
29894 This is a line
29895 \begin_inset ERT
29896 status collapsed
29897
29898 \begin_layout Plain Layout
29899
29900
29901 \backslash
29902 rotatebox[origin=r]{-60}{
29903 \end_layout
29904
29905 \end_inset
29906
29907
29908 \begin_inset Box Doublebox
29909 position "c"
29910 hor_pos "c"
29911 has_inner_box 0
29912 inner_pos "c"
29913 use_parbox 0
29914 width "1in"
29915 special "width"
29916 height "1in"
29917 height_special "totalheight"
29918 status collapsed
29919
29920 \begin_layout Plain Layout
29921 with rotated
29922 \end_layout
29923
29924 \end_inset
29925
29926
29927 \begin_inset ERT
29928 status collapsed
29929
29930 \begin_layout Plain Layout
29931
29932 }
29933 \end_layout
29934
29935 \end_inset
29936
29937  framed text 
29938 \begin_inset ERT
29939 status collapsed
29940
29941 \begin_layout Plain Layout
29942
29943
29944 \backslash
29945 rotatebox[origin=lb]{60}{
29946 \end_layout
29947
29948 \end_inset
29949
29950
29951 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29952 \end_inset
29953
29954
29955 \begin_inset ERT
29956 status collapsed
29957
29958 \begin_layout Plain Layout
29959
29960 }
29961 \end_layout
29962
29963 \end_inset
29964
29965  and a formula.
29966 \end_layout
29967
29968 \begin_layout Standard
29969 or an image or table:
29970 \end_layout
29971
29972 \begin_layout Standard
29973 This is a line
29974 \begin_inset ERT
29975 status collapsed
29976
29977 \begin_layout Plain Layout
29978
29979
29980 \backslash
29981 rotatebox[origin=lb]{90}{
29982 \end_layout
29983
29984 \end_inset
29985
29986
29987 \begin_inset Graphics
29988         filename clipart/platypus.eps
29989         lyxscale 50
29990         width 25col%
29991
29992 \end_inset
29993
29994
29995 \begin_inset ERT
29996 status collapsed
29997
29998 \begin_layout Plain Layout
29999
30000 }
30001 \end_layout
30002
30003 \end_inset
30004
30005  with a rotated image 
30006 \begin_inset ERT
30007 status collapsed
30008
30009 \begin_layout Plain Layout
30010
30011
30012 \backslash
30013 rotatebox[origin=l]{-90}{
30014 \end_layout
30015
30016 \end_inset
30017
30018
30019 \begin_inset Tabular
30020 <lyxtabular version="3" rows="2" columns="2">
30021 <features>
30022 <column alignment="center" valignment="top" width="0">
30023 <column alignment="center" valignment="top" width="0">
30024 <row>
30025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30026 \begin_inset Text
30027
30028 \begin_layout Plain Layout
30029 q
30030 \end_layout
30031
30032 \end_inset
30033 </cell>
30034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30035 \begin_inset Text
30036
30037 \begin_layout Plain Layout
30038 w
30039 \end_layout
30040
30041 \end_inset
30042 </cell>
30043 </row>
30044 <row>
30045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30046 \begin_inset Text
30047
30048 \begin_layout Plain Layout
30049 e
30050 \end_layout
30051
30052 \end_inset
30053 </cell>
30054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30055 \begin_inset Text
30056
30057 \begin_layout Plain Layout
30058 r
30059 \end_layout
30060
30061 \end_inset
30062 </cell>
30063 </row>
30064 </lyxtabular>
30065
30066 \end_inset
30067
30068
30069 \begin_inset ERT
30070 status collapsed
30071
30072 \begin_layout Plain Layout
30073
30074 }
30075 \end_layout
30076
30077 \end_inset
30078
30079  and table.
30080 \end_layout
30081
30082 \begin_layout Subsection
30083 Scaled Boxes
30084 \begin_inset Index
30085 status collapsed
30086
30087 \begin_layout Plain Layout
30088 Boxes ! scaled
30089 \end_layout
30090
30091 \end_inset
30092
30093
30094 \begin_inset Index
30095 status collapsed
30096
30097 \begin_layout Plain Layout
30098 Scaled material
30099 \end_layout
30100
30101 \end_inset
30102
30103
30104 \begin_inset Index
30105 status collapsed
30106
30107 \begin_layout Plain Layout
30108 Figures ! scaled
30109 \end_layout
30110
30111 \end_inset
30112
30113
30114 \begin_inset Index
30115 status collapsed
30116
30117 \begin_layout Plain Layout
30118 Table Customization ! Scaling
30119 \end_layout
30120
30121 \end_inset
30122
30123
30124 \end_layout
30125
30126 \begin_layout Standard
30127 To scale material the commands 
30128 \series bold
30129
30130 \backslash
30131 scalebox
30132 \series default
30133  and 
30134 \series bold
30135
30136 \backslash
30137 resizebox
30138 \series default
30139  can be used as TeX-Code.
30140 \end_layout
30141
30142 \begin_layout Standard
30143
30144 \series bold
30145
30146 \backslash
30147 scalebox
30148 \series default
30149  is used with the following scheme:
30150 \end_layout
30151
30152 \begin_layout Standard
30153
30154 \series bold
30155
30156 \backslash
30157 scalebox{horizontal}[vertical]{box content}
30158 \end_layout
30159
30160 \begin_layout Standard
30161 Horizontal and vertical are the corresponding scaling factors.
30162  If no vertical scaling factor is given, the horizontal factor will also
30163  be used as vertical one.
30164 \end_layout
30165
30166 \begin_layout Standard
30167 The command 
30168 \series bold
30169
30170 \backslash
30171 scalebox{2}{Hello}
30172 \series default
30173  creates for example a double size 
30174 \begin_inset ERT
30175 status collapsed
30176
30177 \begin_layout Plain Layout
30178
30179
30180 \backslash
30181 scalebox{2}{
30182 \end_layout
30183
30184 \end_inset
30185
30186 Hello
30187 \begin_inset ERT
30188 status collapsed
30189
30190 \begin_layout Plain Layout
30191
30192 }
30193 \end_layout
30194
30195 \end_inset
30196
30197 , compared to the document text size.
30198 \end_layout
30199
30200 \begin_layout Standard
30201
30202 \series bold
30203
30204 \backslash
30205 scalebox{2}[1]{Hello}
30206 \series default
30207  in contrary distorts the 
30208 \begin_inset ERT
30209 status collapsed
30210
30211 \begin_layout Plain Layout
30212
30213
30214 \backslash
30215 scalebox{2}[1]{
30216 \end_layout
30217
30218 \end_inset
30219
30220 Hello
30221 \begin_inset ERT
30222 status collapsed
30223
30224 \begin_layout Plain Layout
30225
30226 }
30227 \end_layout
30228
30229 \end_inset
30230
30231 .
30232 \end_layout
30233
30234 \begin_layout Standard
30235 If a the scaling factor is negative, the box content will be mirrored.
30236  Therefore the command 
30237 \series bold
30238
30239 \backslash
30240 scalebox{-1}[1]{Hello}
30241 \series default
30242  can be used to create mirror writing: 
30243 \begin_inset ERT
30244 status collapsed
30245
30246 \begin_layout Plain Layout
30247
30248
30249 \backslash
30250 scalebox{-1}[1]{
30251 \end_layout
30252
30253 \end_inset
30254
30255 Hello
30256 \begin_inset ERT
30257 status collapsed
30258
30259 \begin_layout Plain Layout
30260
30261 }
30262 \end_layout
30263
30264 \end_inset
30265
30266
30267 \end_layout
30268
30269 \begin_layout Standard
30270
30271 \series bold
30272
30273 \backslash
30274 scalebox{1}[-1]{Hello}
30275 \series default
30276  reflects the 
30277 \begin_inset ERT
30278 status collapsed
30279
30280 \begin_layout Plain Layout
30281
30282
30283 \backslash
30284 scalebox{1}[-1]{
30285 \end_layout
30286
30287 \end_inset
30288
30289 Hello
30290 \begin_inset ERT
30291 status collapsed
30292
30293 \begin_layout Plain Layout
30294
30295 }
30296 \end_layout
30297
30298 \end_inset
30299
30300  at the base line.
30301 \end_layout
30302
30303 \begin_layout Standard
30304 Equivalent to 
30305 \series bold
30306
30307 \backslash
30308 scalebox{-1}[1]{box content}
30309 \series default
30310  there exists the command
30311 \begin_inset Newline newline
30312 \end_inset
30313
30314
30315 \series bold
30316
30317 \backslash
30318 reflectbox{box content}
30319 \series default
30320 .
30321 \end_layout
30322
30323 \begin_layout Standard
30324 \begin_inset VSpace bigskip
30325 \end_inset
30326
30327 The command 
30328 \series bold
30329
30330 \backslash
30331 resizebox
30332 \series default
30333  is used to scale the box to a defined width and height.
30334  The command scheme is:
30335 \end_layout
30336
30337 \begin_layout Standard
30338
30339 \series bold
30340
30341 \backslash
30342 resizebox{width}{height}{box content}
30343 \end_layout
30344
30345 \begin_layout Standard
30346 Is one of the two command arguments given as exclamation mark 
30347 \series bold
30348 !
30349 \series default
30350 , the size is set so that the aspect ratio of the box content is kept.
30351 \end_layout
30352
30353 \begin_layout Standard
30354 The command 
30355 \series bold
30356
30357 \backslash
30358 resizebox{2cm}{1cm}{Hello}
30359 \series default
30360  produces: 
30361 \begin_inset ERT
30362 status collapsed
30363
30364 \begin_layout Plain Layout
30365
30366
30367 \backslash
30368 resizebox{2cm}{1cm}{
30369 \end_layout
30370
30371 \end_inset
30372
30373 Hello
30374 \begin_inset ERT
30375 status collapsed
30376
30377 \begin_layout Plain Layout
30378
30379 }
30380 \end_layout
30381
30382 \end_inset
30383
30384
30385 \begin_inset Newline newline
30386 \end_inset
30387
30388 The command 
30389 \series bold
30390
30391 \backslash
30392 resizebox{2cm}{!}{Hello}
30393 \series default
30394  produces: 
30395 \begin_inset ERT
30396 status collapsed
30397
30398 \begin_layout Plain Layout
30399
30400
30401 \backslash
30402 resizebox{2cm}{!}{
30403 \end_layout
30404
30405 \end_inset
30406
30407 Hello
30408 \begin_inset ERT
30409 status collapsed
30410
30411 \begin_layout Plain Layout
30412
30413 }
30414 \end_layout
30415
30416 \end_inset
30417
30418
30419 \end_layout
30420
30421 \begin_layout Standard
30422 \begin_inset VSpace bigskip
30423 \end_inset
30424
30425
30426 \begin_inset Note Greyedout
30427 status open
30428
30429 \begin_layout Plain Layout
30430
30431 \series bold
30432 Note:
30433 \series default
30434  When arguments of 
30435 \series bold
30436
30437 \backslash
30438 scalebox
30439 \series default
30440  or 
30441 \series bold
30442
30443 \backslash
30444 resizebox
30445 \series default
30446  are set to zero, no LaTeX-errors occur when exporting the document but
30447  the exported files can not or only partly be displayed.
30448 \end_layout
30449
30450 \end_inset
30451
30452
30453 \end_layout
30454
30455 \begin_layout Standard
30456 \begin_inset VSpace bigskip
30457 \end_inset
30458
30459
30460 \end_layout
30461
30462 \begin_layout Standard
30463 The boxes can be combined in any order.
30464  E.
30465 \begin_inset space \thinspace{}
30466 \end_inset
30467
30468 g.
30469 \begin_inset space ~
30470 \end_inset
30471
30472 the command
30473 \begin_inset Newline newline
30474 \end_inset
30475
30476
30477 \series bold
30478
30479 \backslash
30480 rotatebox[origin=c]{-45}{
30481 \backslash
30482 resizebox{2cm}{!}{
30483 \backslash
30484 reflectbox{Hello}}}
30485 \begin_inset Newline newline
30486 \end_inset
30487
30488
30489 \series default
30490 produces:
30491 \end_layout
30492
30493 \begin_layout Standard
30494 \align center
30495 \begin_inset ERT
30496 status collapsed
30497
30498 \begin_layout Plain Layout
30499
30500
30501 \backslash
30502 rotatebox[origin=c]{-45}{
30503 \backslash
30504 resizebox{2cm}{!}{
30505 \backslash
30506 reflectbox{
30507 \end_layout
30508
30509 \end_inset
30510
30511 Hello
30512 \begin_inset ERT
30513 status collapsed
30514
30515 \begin_layout Plain Layout
30516
30517 }}}
30518 \end_layout
30519
30520 \end_inset
30521
30522
30523 \end_layout
30524
30525 \begin_layout Standard
30526 \noindent
30527 Images, tables, and inline formulas are allowed as box content:
30528 \end_layout
30529
30530 \begin_layout Standard
30531 \align center
30532 \begin_inset ERT
30533 status collapsed
30534
30535 \begin_layout Plain Layout
30536
30537
30538 \backslash
30539 rotatebox[origin=c]{-30}{
30540 \backslash
30541 resizebox{2cm}{!}{
30542 \backslash
30543 reflectbox{
30544 \end_layout
30545
30546 \end_inset
30547
30548
30549 \begin_inset Graphics
30550         filename clipart/platypus.eps
30551         lyxscale 50
30552         width 25col%
30553
30554 \end_inset
30555
30556
30557 \begin_inset ERT
30558 status collapsed
30559
30560 \begin_layout Plain Layout
30561
30562 }}}
30563 \end_layout
30564
30565 \end_inset
30566
30567
30568 \begin_inset ERT
30569 status collapsed
30570
30571 \begin_layout Plain Layout
30572
30573
30574 \backslash
30575 rotatebox[origin=c]{-45}{
30576 \backslash
30577 resizebox{2cm}{!}{
30578 \backslash
30579 reflectbox{
30580 \end_layout
30581
30582 \end_inset
30583
30584
30585 \begin_inset Tabular
30586 <lyxtabular version="3" rows="2" columns="2">
30587 <features>
30588 <column alignment="center" valignment="top" width="0">
30589 <column alignment="center" valignment="top" width="0">
30590 <row>
30591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30592 \begin_inset Text
30593
30594 \begin_layout Plain Layout
30595 q
30596 \end_layout
30597
30598 \end_inset
30599 </cell>
30600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30601 \begin_inset Text
30602
30603 \begin_layout Plain Layout
30604 w
30605 \end_layout
30606
30607 \end_inset
30608 </cell>
30609 </row>
30610 <row>
30611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30612 \begin_inset Text
30613
30614 \begin_layout Plain Layout
30615 e
30616 \end_layout
30617
30618 \end_inset
30619 </cell>
30620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30621 \begin_inset Text
30622
30623 \begin_layout Plain Layout
30624 r
30625 \end_layout
30626
30627 \end_inset
30628 </cell>
30629 </row>
30630 </lyxtabular>
30631
30632 \end_inset
30633
30634
30635 \begin_inset ERT
30636 status collapsed
30637
30638 \begin_layout Plain Layout
30639
30640 }}}
30641 \end_layout
30642
30643 \end_inset
30644
30645
30646 \begin_inset ERT
30647 status collapsed
30648
30649 \begin_layout Plain Layout
30650
30651
30652 \backslash
30653 rotatebox[origin=c]{-45}{
30654 \backslash
30655 resizebox{2cm}{!}{
30656 \backslash
30657 reflectbox{
30658 \end_layout
30659
30660 \end_inset
30661
30662
30663 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30664 \end_inset
30665
30666
30667 \begin_inset ERT
30668 status collapsed
30669
30670 \begin_layout Plain Layout
30671
30672 }}}
30673 \end_layout
30674
30675 \end_inset
30676
30677
30678 \end_layout
30679
30680 \begin_layout Standard
30681 When the global formula style 
30682 \series bold
30683 fleqn
30684 \series default
30685  is used in the document
30686 \begin_inset Foot
30687 status collapsed
30688
30689 \begin_layout Plain Layout
30690 When 
30691 \begin_inset Quotes eld
30692 \end_inset
30693
30694 fleqn
30695 \begin_inset Quotes erd
30696 \end_inset
30697
30698  is added to the document class options.
30699 \end_layout
30700
30701 \end_inset
30702
30703 , also display formulas can be scaled.
30704 \end_layout
30705
30706 \begin_layout Chapter
30707 External Stuff
30708 \begin_inset Index
30709 status collapsed
30710
30711 \begin_layout Plain Layout
30712 External Stuff
30713 \end_layout
30714
30715 \end_inset
30716
30717
30718 \end_layout
30719
30720 \begin_layout Standard
30721 With the menu 
30722 \family sans
30723 Insert\SpecialChar \menuseparator
30724 File
30725 \family default
30726  you can insert external material to your document.
30727  This can be:
30728 \end_layout
30729
30730 \begin_layout Description
30731 LyX
30732 \begin_inset space ~
30733 \end_inset
30734
30735 Document Another LyX document; its content is directly inserted to your
30736  document.
30737 \end_layout
30738
30739 \begin_layout Description
30740 Plain
30741 \begin_inset space ~
30742 \end_inset
30743
30744 Text A text document; every of its text lines is inserted to your document
30745  as own paragraph.
30746 \end_layout
30747
30748 \begin_layout Description
30749 Plain
30750 \begin_inset space ~
30751 \end_inset
30752
30753 Text,
30754 \begin_inset space ~
30755 \end_inset
30756
30757 Join
30758 \begin_inset space ~
30759 \end_inset
30760
30761 Lines A text document; its text lines are inserted as they are.
30762  Empty text lines creates a new paragraph in your document.
30763 \end_layout
30764
30765 \begin_layout Description
30766 External
30767 \begin_inset space ~
30768 \end_inset
30769
30770 Material Files in various formats.
30771 \end_layout
30772
30773 \begin_layout Description
30774 Child
30775 \begin_inset space ~
30776 \end_inset
30777
30778 Document LyX or LaTeX-documents.
30779 \end_layout
30780
30781 \begin_layout Section
30782 External Material
30783 \begin_inset Index
30784 status collapsed
30785
30786 \begin_layout Plain Layout
30787 External Stuff ! External Material
30788 \end_layout
30789
30790 \end_inset
30791
30792
30793 \end_layout
30794
30795 \begin_layout Standard
30796 The external material feature allows you to insert files to your document
30797  without converting them previously to a format that can be read by the
30798  document output format because LyX takes care of needed conversions.
30799  This is similar to images that can be inserted in various image formats
30800  to LyX documents.
30801 \end_layout
30802
30803 \begin_layout Standard
30804 External material can be inserted via the 
30805 \family sans
30806 External Material
30807 \family default
30808  dialog that is accessible with the menu 
30809 \family sans
30810 Insert\SpecialChar \menuseparator
30811 File\SpecialChar \menuseparator
30812 External
30813 \begin_inset space ~
30814 \end_inset
30815
30816 Material
30817 \family default
30818 .
30819  Currently the following file types (
30820 \family sans
30821 Templates
30822 \family default
30823 ) are allowed:
30824 \end_layout
30825
30826 \begin_layout Description
30827 ChessDiagram This template supports chess position diagrams made with the
30828  program 
30829 \series bold
30830
30831 \begin_inset CommandInset href
30832 LatexCommand href
30833 name "XBoard"
30834 target "http://en.wikipedia.org/wiki/XBoard"
30835
30836 \end_inset
30837
30838
30839 \series default
30840 .
30841 \end_layout
30842
30843 \begin_layout Description
30844 Date This inserts the date in the form 
30845 \emph on
30846 Day-Month-Year
30847 \emph default
30848 .
30849  This is a date inserted as external material: 
30850 \begin_inset External
30851         template Date
30852         filename .
30853
30854 \end_inset
30855
30856
30857 \begin_inset space ~
30858 \end_inset
30859
30860
30861 \begin_inset Note Note
30862 status open
30863
30864 \begin_layout Plain Layout
30865 Remove the protected space when bug 4398 is fixed!
30866 \end_layout
30867
30868 \end_inset
30869
30870
30871 \begin_inset Newline newline
30872 \end_inset
30873
30874 The date is not shown within LyX, only in the output.
30875  There are two other methods of inserting a date: Via menu 
30876 \family sans
30877 Insert\SpecialChar \menuseparator
30878 Date
30879 \family default
30880  and with the LaTeX command 
30881 \series bold
30882
30883 \backslash
30884 today
30885 \series default
30886  as TeX-Code.
30887  The different methods are compared in Table
30888 \begin_inset space ~
30889 \end_inset
30890
30891
30892 \begin_inset CommandInset ref
30893 LatexCommand ref
30894 reference "tab:Comparison-of-the"
30895
30896 \end_inset
30897
30898 .
30899 \end_layout
30900
30901 \begin_layout Description
30902 LilyPond This template is used for music notation typeset with the program
30903 \begin_inset Newline linebreak
30904 \end_inset
30905
30906
30907 \series bold
30908
30909 \begin_inset CommandInset href
30910 LatexCommand href
30911 name "LilyPond"
30912 target "http://en.wikipedia.org/wiki/LilyPond"
30913
30914 \end_inset
30915
30916
30917 \series default
30918 .
30919 \end_layout
30920
30921 \begin_layout Description
30922 PDFPages With this template you can insert PDF documents to your document.
30923  To insert certain or all pages of a PDF, use the 
30924 \emph on
30925 pages
30926 \emph default
30927  option in the 
30928 \family sans
30929 Option
30930 \family default
30931  field in the 
30932 \family sans
30933 LaTeX and LyX options
30934 \family default
30935  tab according to the template description in the dialog.
30936  When no 
30937 \emph on
30938 pages
30939 \emph default
30940  option is given, only the first page of the PDF will be inserted.
30941 \end_layout
30942
30943 \begin_layout Description
30944 RasterImage This can be used for bitmap images.
30945  Nearly all popular image formats are supported.
30946  The image can be treated in the 
30947 \family sans
30948 External material
30949 \family default
30950  dialog like the images that are usually included via the 
30951 \family sans
30952 Graphics
30953 \family default
30954  dialog as described in section
30955 \begin_inset space ~
30956 \end_inset
30957
30958
30959 \begin_inset CommandInset ref
30960 LatexCommand ref
30961 reference "sec:Graphics-Dialog"
30962
30963 \end_inset
30964
30965 .
30966  The difference is that only raster images are allowed, that means that
30967  PDF and EPS-images are not supported.
30968 \end_layout
30969
30970 \begin_layout Description
30971 XFig This template supports images created with the program 
30972 \series bold
30973
30974 \begin_inset CommandInset href
30975 LatexCommand href
30976 name "Xfig"
30977 target "http://en.wikipedia.org/wiki/Xfig"
30978
30979 \end_inset
30980
30981
30982 \series default
30983 .
30984 \end_layout
30985
30986 \begin_layout Standard
30987 \begin_inset Float table
30988 placement h
30989 wide false
30990 sideways false
30991 status open
30992
30993 \begin_layout Plain Layout
30994 \begin_inset Caption
30995
30996 \begin_layout Plain Layout
30997 \begin_inset CommandInset label
30998 LatexCommand label
30999 name "tab:Comparison-of-the"
31000
31001 \end_inset
31002
31003 Comparison of the date input methods.
31004 \end_layout
31005
31006 \end_inset
31007
31008
31009 \end_layout
31010
31011 \begin_layout Plain Layout
31012 \align center
31013 \begin_inset Tabular
31014 <lyxtabular version="3" rows="4" columns="4">
31015 <features>
31016 <column alignment="center" valignment="top" width="0">
31017 <column alignment="center" valignment="top" width="0">
31018 <column alignment="center" valignment="top" width="0">
31019 <column alignment="center" valignment="top" width="0">
31020 <row>
31021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31022 \begin_inset Text
31023
31024 \begin_layout Plain Layout
31025 Document format
31026 \end_layout
31027
31028 \end_inset
31029 </cell>
31030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31031 \begin_inset Text
31032
31033 \begin_layout Plain Layout
31034
31035 \family sans
31036 External Material\SpecialChar \menuseparator
31037 Date
31038 \end_layout
31039
31040 \end_inset
31041 </cell>
31042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31043 \begin_inset Text
31044
31045 \begin_layout Plain Layout
31046
31047 \family sans
31048 Insert\SpecialChar \menuseparator
31049 Date
31050 \end_layout
31051
31052 \end_inset
31053 </cell>
31054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31055 \begin_inset Text
31056
31057 \begin_layout Plain Layout
31058 command 
31059 \series bold
31060
31061 \backslash
31062 today
31063 \end_layout
31064
31065 \end_inset
31066 </cell>
31067 </row>
31068 <row>
31069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31070 \begin_inset Text
31071
31072 \begin_layout Plain Layout
31073 LyX
31074 \end_layout
31075
31076 \end_inset
31077 </cell>
31078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31079 \begin_inset Text
31080
31081 \begin_layout Plain Layout
31082 as inset box
31083 \end_layout
31084
31085 \end_inset
31086 </cell>
31087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31088 \begin_inset Text
31089
31090 \begin_layout Plain Layout
31091 as date
31092 \end_layout
31093
31094 \end_inset
31095 </cell>
31096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31097 \begin_inset Text
31098
31099 \begin_layout Plain Layout
31100 as TeX-Code inset box
31101 \end_layout
31102
31103 \end_inset
31104 </cell>
31105 </row>
31106 <row>
31107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31108 \begin_inset Text
31109
31110 \begin_layout Plain Layout
31111 LaTeX
31112 \end_layout
31113
31114 \end_inset
31115 </cell>
31116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31117 \begin_inset Text
31118
31119 \begin_layout Plain Layout
31120 as date
31121 \end_layout
31122
31123 \end_inset
31124 </cell>
31125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31126 \begin_inset Text
31127
31128 \begin_layout Plain Layout
31129 as date
31130 \end_layout
31131
31132 \end_inset
31133 </cell>
31134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31135 \begin_inset Text
31136
31137 \begin_layout Plain Layout
31138 as command
31139 \end_layout
31140
31141 \end_inset
31142 </cell>
31143 </row>
31144 <row>
31145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31146 \begin_inset Text
31147
31148 \begin_layout Plain Layout
31149 DVI, PDF, PS
31150 \end_layout
31151
31152 \end_inset
31153 </cell>
31154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31155 \begin_inset Text
31156
31157 \begin_layout Plain Layout
31158 as date
31159 \end_layout
31160
31161 \end_inset
31162 </cell>
31163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31164 \begin_inset Text
31165
31166 \begin_layout Plain Layout
31167 as date
31168 \end_layout
31169
31170 \end_inset
31171 </cell>
31172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31173 \begin_inset Text
31174
31175 \begin_layout Plain Layout
31176 as date
31177 \end_layout
31178
31179 \end_inset
31180 </cell>
31181 </row>
31182 </lyxtabular>
31183
31184 \end_inset
31185
31186
31187 \end_layout
31188
31189 \end_inset
31190
31191
31192 \end_layout
31193
31194 \begin_layout Standard
31195 When you use the option 
31196 \family sans
31197 Draft
31198 \family default
31199  in the 
31200 \family sans
31201 File
31202 \family default
31203  tab of the 
31204 \family sans
31205 External Material
31206 \family default
31207  dialog, only the path to the inserted file is shown in the output.
31208 \begin_inset Newline newline
31209 \end_inset
31210
31211 External material is displayed in LyX either as box like this: 
31212 \begin_inset Graphics
31213         filename clipart/ExternalMaterialQt4.png
31214         scale 85
31215         scaleBeforeRotation
31216
31217 \end_inset
31218
31219  or as image, depending on the option 
31220 \family sans
31221 Show in LyX
31222 \family default
31223  in the 
31224 \family sans
31225 LaTeX and LyX options
31226 \family default
31227  tab of the dialog.
31228 \end_layout
31229
31230 \begin_layout Standard
31231 The 
31232 \family sans
31233 \emph on
31234 Customization
31235 \family default
31236 \emph default
31237  manual explains how you can define your own templates.
31238 \end_layout
31239
31240 \begin_layout Section
31241 Child Documents
31242 \begin_inset CommandInset label
31243 LatexCommand label
31244 name "sec:Child-Documents"
31245
31246 \end_inset
31247
31248
31249 \begin_inset Index
31250 status collapsed
31251
31252 \begin_layout Plain Layout
31253 External Stuff ! Child Documents
31254 \end_layout
31255
31256 \end_inset
31257
31258
31259 \begin_inset Index
31260 status collapsed
31261
31262 \begin_layout Plain Layout
31263 Files ! Include
31264 \end_layout
31265
31266 \end_inset
31267
31268
31269 \end_layout
31270
31271 \begin_layout Standard
31272 Child documents are used when you have a long document consisting of several
31273  larger parts or sections.
31274  For maintenance it is often useful and sometimes even required to split
31275  the document in several files that can be revised separately.
31276  The different documents are then the so called child documents and a master
31277  document connects them to print the full document or parts of it.
31278 \end_layout
31279
31280 \begin_layout Standard
31281 Included documents are displayed in LyX as a box like this: 
31282 \begin_inset Graphics
31283         filename clipart/ChildDocumentQt4.png
31284         scale 85
31285         scaleBeforeRotation
31286
31287 \end_inset
31288
31289  To include child documents to a master document use the menu 
31290 \family sans
31291 Insert\SpecialChar \menuseparator
31292 File\SpecialChar \menuseparator
31293 Child
31294 \begin_inset space ~
31295 \end_inset
31296
31297 Documents
31298 \family default
31299 .
31300  A dialog pops up where you can choose between four include methods:
31301 \end_layout
31302
31303 \begin_layout Description
31304 Include You can include LyX and LaTeX-documents.
31305  When you press the 
31306 \family sans
31307 Load
31308 \family default
31309  button in the 
31310 \family sans
31311 Child Document
31312 \family default
31313  dialog, the included documents will be opened in LyX in a new file tab
31314  so that you can modify it.
31315 \begin_inset Newline newline
31316 \end_inset
31317
31318
31319 \end_layout
31320
31321 \begin_layout Standard
31322 Here is a child document inserted using 
31323 \family sans
31324 Include
31325 \family default
31326
31327 \begin_inset CommandInset include
31328 LatexCommand include
31329 filename "DummyDocument1.lyx"
31330
31331 \end_inset
31332
31333
31334 \end_layout
31335
31336 \begin_layout Standard
31337 The section numbering includes the sections of the included files in the
31338  order they are inserted in the master document.
31339  The included example document has for example a subsection that is numbered
31340  as subsection of this section.
31341  Labels of included documents can be referenced: Subsection
31342 \begin_inset space ~
31343 \end_inset
31344
31345
31346 \begin_inset CommandInset ref
31347 LatexCommand ref
31348 reference "sub:External-Subsection-1"
31349
31350 \end_inset
31351
31352
31353 \end_layout
31354
31355 \begin_layout Standard
31356 The preamble of the child document is ignored, only the preamble of the
31357  master document is used.
31358  Included documents are inserted starting on a new page and end with a page
31359  break.
31360 \end_layout
31361
31362 \begin_layout Standard
31363 With the LaTeX-command 
31364 \series bold
31365
31366 \backslash
31367 includeonly 
31368 \series default
31369 you can specify which included child documents are processed when the output
31370  is generated.
31371  This is useful when you are perhaps only working on a certain chapter of
31372  your large document as this saves compiling time.
31373  
31374 \series bold
31375
31376 \backslash
31377 includeonly
31378 \series default
31379  is inserted to the master document preamble.
31380  It takes a comma-separated list of the filenames as argument, e.g.
31381 \end_layout
31382
31383 \begin_layout Standard
31384
31385 \series bold
31386
31387 \backslash
31388 includeonly{chapter1,chapter5}
31389 \end_layout
31390
31391 \begin_layout Standard
31392 will only process the included files named 
31393 \begin_inset Quotes eld
31394 \end_inset
31395
31396 chapter1.lyx
31397 \begin_inset Quotes erd
31398 \end_inset
31399
31400  (or 
31401 \begin_inset Quotes eld
31402 \end_inset
31403
31404 chapter1.tex
31405 \begin_inset Quotes erd
31406 \end_inset
31407
31408 ) and 
31409 \begin_inset Quotes eld
31410 \end_inset
31411
31412 chapter5.lyx
31413 \begin_inset Quotes erd
31414 \end_inset
31415
31416  .
31417 \end_layout
31418
31419 \begin_layout Standard
31420 \begin_inset Note Greyedout
31421 status open
31422
31423 \begin_layout Plain Layout
31424
31425 \series bold
31426 Note:
31427 \series default
31428  When you have included a LyX- or LaTeX-file, you are warned when you export/vie
31429 w the document in case that the child document uses another document class
31430  than the master document as this will lead to unexpected outputs.
31431 \end_layout
31432
31433 \end_inset
31434
31435
31436 \end_layout
31437
31438 \begin_layout Description
31439 Input This method is very similar to the Include method.
31440  The differences are:
31441 \end_layout
31442
31443 \begin_deeper
31444 \begin_layout Itemize
31445 Input files don't start with a new page and don't end with a page break.
31446 \end_layout
31447
31448 \begin_layout Itemize
31449 Input files can be previewed in LyX when 
31450 \family sans
31451 Instant
31452 \begin_inset space ~
31453 \end_inset
31454
31455 Preview
31456 \family default
31457  is enabled in LyX's preferences under 
31458 \family sans
31459 Look
31460 \begin_inset space ~
31461 \end_inset
31462
31463 and
31464 \begin_inset space ~
31465 \end_inset
31466
31467 feel\SpecialChar \menuseparator
31468 Graphics
31469 \family default
31470 .
31471 \end_layout
31472
31473 \begin_layout Itemize
31474 The LaTeX-command 
31475 \series bold
31476
31477 \backslash
31478 includeonly
31479 \series default
31480  cannot be used.
31481 \end_layout
31482
31483 \end_deeper
31484 \begin_layout Standard
31485 Here is a child document inserted using 
31486 \family sans
31487 Input
31488 \family default
31489
31490 \begin_inset CommandInset include
31491 LatexCommand input
31492 filename "DummyDocument2.lyx"
31493
31494 \end_inset
31495
31496
31497 \end_layout
31498
31499 \begin_layout Description
31500 Verbatim With this method every text file can be included.
31501  The file is shown in the output with its source code, no command used in
31502  the text is invoked.
31503  You can use the option 
31504 \family sans
31505 Mark spaces in output
31506 \family default
31507  that displays the character 
31508 \begin_inset Quotes eld
31509 \end_inset
31510
31511
31512 \begin_inset ERT
31513 status collapsed
31514
31515 \begin_layout Plain Layout
31516
31517
31518 \backslash
31519 textvisiblespace 
31520 \end_layout
31521
31522 \end_inset
31523
31524
31525 \begin_inset Quotes erd
31526 \end_inset
31527
31528  for every space character in the source code.
31529  The difference to the method via the menu 
31530 \family sans
31531 Insert\SpecialChar \menuseparator
31532 File\SpecialChar \menuseparator
31533 Plain
31534 \begin_inset space ~
31535 \end_inset
31536
31537 Text
31538 \family default
31539  is that the document content is not shown in LyX.
31540 \end_layout
31541
31542 \begin_layout Standard
31543 Here is a child document inserted as Verbatim: 
31544 \begin_inset CommandInset include
31545 LatexCommand verbatiminput
31546 filename "DummyTextDocument.txt"
31547
31548 \end_inset
31549
31550
31551 \begin_inset VSpace bigskip
31552 \end_inset
31553
31554 Here is a child document inserted as Verbatim using the 
31555 \family sans
31556 Mark spaces in output
31557 \family default
31558  option: 
31559 \begin_inset CommandInset include
31560 LatexCommand verbatiminput*
31561 filename "DummyTextDocument.txt"
31562
31563 \end_inset
31564
31565
31566 \end_layout
31567
31568 \begin_layout Standard
31569 \begin_inset VSpace bigskip
31570 \end_inset
31571
31572
31573 \end_layout
31574
31575 \begin_layout Standard
31576 \begin_inset Note Greyedout
31577 status open
31578
31579 \begin_layout Plain Layout
31580
31581 \series bold
31582 Note:
31583 \series default
31584  As you can see in the examples above, the text of the documents included
31585  as 
31586 \family sans
31587 verbatim
31588 \family default
31589  is not broken at the end of the document lines.
31590 \end_layout
31591
31592 \end_inset
31593
31594
31595 \end_layout
31596
31597 \begin_layout Description
31598 Listings This type is described in chapter
31599 \begin_inset space ~
31600 \end_inset
31601
31602
31603 \begin_inset CommandInset ref
31604 LatexCommand ref
31605 reference "cha:Program-Code-Listings"
31606
31607 \end_inset
31608
31609 .
31610 \end_layout
31611
31612 \begin_layout Standard
31613 \begin_inset Note Greyedout
31614 status open
31615
31616 \begin_layout Plain Layout
31617
31618 \series bold
31619 Note:
31620 \series default
31621  Including the same document twice in a document using different methods
31622  could cause LaTeX-problems.
31623 \end_layout
31624
31625 \end_inset
31626
31627
31628 \end_layout
31629
31630 \begin_layout Chapter
31631 Program Code Listings
31632 \begin_inset CommandInset label
31633 LatexCommand label
31634 name "cha:Program-Code-Listings"
31635
31636 \end_inset
31637
31638
31639 \begin_inset Index
31640 status collapsed
31641
31642 \begin_layout Plain Layout
31643 Listings
31644 \end_layout
31645
31646 \end_inset
31647
31648
31649 \begin_inset Index
31650 status collapsed
31651
31652 \begin_layout Plain Layout
31653 Program Code
31654 \end_layout
31655
31656 \end_inset
31657
31658
31659 \begin_inset Index
31660 status collapsed
31661
31662 \begin_layout Plain Layout
31663 Floats ! Listings
31664 \end_layout
31665
31666 \end_inset
31667
31668
31669 \end_layout
31670
31671 \begin_layout Standard
31672 To include and typeset program code you can use the 
31673 \family sans
31674 Listings
31675 \family default
31676  inset that can be inserted via the menu 
31677 \family sans
31678 Insert\SpecialChar \menuseparator
31679 Program Listing
31680 \family default
31681 .
31682  The LaTeX-package 
31683 \series bold
31684 listings
31685 \series default
31686
31687 \begin_inset Index
31688 status collapsed
31689
31690 \begin_layout Plain Layout
31691 LaTeX-packages ! listings
31692 \end_layout
31693
31694 \end_inset
31695
31696  provides a powerful and flexible way to insert program source code to your
31697  document.
31698 \end_layout
31699
31700 \begin_layout Standard
31701 When right-clicking on a listings inset a dialog pops up where you can set
31702  the listings format.
31703 \end_layout
31704
31705 \begin_layout Standard
31706 By default, a listing starts a new paragraph in the output.
31707  The placement option 
31708 \family sans
31709 Inline
31710 \begin_inset space ~
31711 \end_inset
31712
31713 listing
31714 \family default
31715  prints the listing inline like this: 
31716 \begin_inset listings
31717 lstparams "language={C++}"
31718 inline true
31719 status open
31720
31721 \begin_layout Plain Layout
31722
31723 int a=5;
31724 \end_layout
31725
31726 \end_inset
31727
31728
31729 \begin_inset Newline newline
31730 \end_inset
31731
31732 The option 
31733 \family sans
31734 Float
31735 \family default
31736  creates a listings float where you can specify the placement options 
31737 \begin_inset Quotes eld
31738 \end_inset
31739
31740
31741 \family sans
31742 h
31743 \family default
31744
31745 \begin_inset Quotes erd
31746 \end_inset
31747
31748
31749 \begin_inset Quotes eld
31750 \end_inset
31751
31752
31753 \family sans
31754 t
31755 \family default
31756
31757 \begin_inset Quotes erd
31758 \end_inset
31759
31760
31761 \begin_inset Quotes eld
31762 \end_inset
31763
31764
31765 \family sans
31766 b
31767 \family default
31768
31769 \begin_inset Quotes erd
31770 \end_inset
31771
31772 , and 
31773 \begin_inset Quotes eld
31774 \end_inset
31775
31776
31777 \family sans
31778 p
31779 \family default
31780
31781 \begin_inset Quotes erd
31782 \end_inset
31783
31784  corresponding to the float placement options described in section
31785 \begin_inset space ~
31786 \end_inset
31787
31788
31789 \begin_inset CommandInset ref
31790 LatexCommand ref
31791 reference "sec:Float-Placement"
31792
31793 \end_inset
31794
31795 .
31796  The placement options can be mixed and are inserted without any separation,
31797  e.
31798 \begin_inset space \thinspace{}
31799 \end_inset
31800
31801 g.
31802 \begin_inset space ~
31803 \end_inset
31804
31805
31806 \begin_inset Quotes eld
31807 \end_inset
31808
31809
31810 \family sans
31811 htbp
31812 \family default
31813
31814 \begin_inset Quotes erd
31815 \end_inset
31816
31817 .
31818  The option 
31819 \begin_inset Quotes eld
31820 \end_inset
31821
31822 h
31823 \begin_inset Quotes erd
31824 \end_inset
31825
31826  has sometimes no effect, but you don't need to use the 
31827 \family sans
31828 Float
31829 \family default
31830  option in this case as also non-float listings can have captions and be
31831  referenced.
31832 \end_layout
31833
31834 \begin_layout Standard
31835 You can add captions to listings with the menu 
31836 \family sans
31837 Insert\SpecialChar \menuseparator
31838 Caption
31839 \family default
31840 .
31841  Listings can be referenced like floats: Listing
31842 \begin_inset space ~
31843 \end_inset
31844
31845
31846 \begin_inset CommandInset ref
31847 LatexCommand ref
31848 reference "lst:Example-Listing"
31849
31850 \end_inset
31851
31852
31853 \end_layout
31854
31855 \begin_layout Standard
31856 \begin_inset listings
31857 lstparams "language=Python"
31858 inline false
31859 status open
31860
31861 \begin_layout Plain Layout
31862
31863 \begin_inset Caption
31864
31865 \begin_layout Plain Layout
31866 \begin_inset CommandInset label
31867 LatexCommand label
31868 name "lst:Example-Listing"
31869
31870 \end_inset
31871
31872 Example Listing float
31873 \end_layout
31874
31875 \end_inset
31876
31877 # Example listing float
31878 \end_layout
31879
31880 \begin_layout Plain Layout
31881
31882 def func(param):
31883 \end_layout
31884
31885 \begin_layout Plain Layout
31886
31887     'this is a python function'
31888 \end_layout
31889
31890 \begin_layout Plain Layout
31891
31892     pass
31893 \end_layout
31894
31895 \end_inset
31896
31897
31898 \end_layout
31899
31900 \begin_layout Standard
31901 When you have set a programming language in the listings dialog, the keywords
31902  of this language will be recognized and specially typeset in the output.
31903  In the example listings the Python keyword 
31904 \begin_inset Quotes eld
31905 \end_inset
31906
31907 def
31908 \begin_inset Quotes erd
31909 \end_inset
31910
31911  is recognized and printed bold in the output.
31912 \end_layout
31913
31914 \begin_layout Standard
31915 \begin_inset Note Greyedout
31916 status open
31917
31918 \begin_layout Plain Layout
31919
31920 \series bold
31921 Note:
31922 \series default
31923  If you don't get bold keywords when using typewriter fonts, your typewriter
31924  font probably doesn't provide a bold shape.
31925  In this case select a different one in the menu 
31926 \family sans
31927 Document\SpecialChar \menuseparator
31928 Settings\SpecialChar \menuseparator
31929 Fonts
31930 \family default
31931 .
31932  (The fonts 
31933 \emph on
31934 LuxiMono, BeraMono
31935 \emph default
31936  and 
31937 \emph on
31938 Courier
31939 \emph default
31940  provide bold shapes.)
31941 \end_layout
31942
31943 \end_inset
31944
31945
31946 \end_layout
31947
31948 \begin_layout Standard
31949 In section 
31950 \family sans
31951 Line
31952 \begin_inset space ~
31953 \end_inset
31954
31955 numbering
31956 \family default
31957  of the listings dialog you can specify the line numbering style.
31958  You can insert a number to specify which lines are numbered to the field
31959  
31960 \family sans
31961 Step
31962 \family default
31963 .
31964  When you insert e.g.
31965  
31966 \begin_inset Quotes eld
31967 \end_inset
31968
31969 3
31970 \begin_inset Quotes erd
31971 \end_inset
31972
31973 , only every 3rd line will be numbered.
31974 \end_layout
31975
31976 \begin_layout Standard
31977 You can furthermore specify a range of lines, only these will then appear
31978  in the output.
31979  The option 
31980 \family sans
31981 Extended
31982 \begin_inset space ~
31983 \end_inset
31984
31985 chars
31986 \family default
31987  should be used when you use national characters like the German umlauts
31988  in the listing.
31989 \begin_inset Newline newline
31990 \end_inset
31991
31992 Here is an example listing with left line numbering, step 
31993 \begin_inset Quotes eld
31994 \end_inset
31995
31996 3
31997 \begin_inset Quotes erd
31998 \end_inset
31999
32000 , language 
32001 \begin_inset Quotes eld
32002 \end_inset
32003
32004 Python
32005 \begin_inset Quotes erd
32006 \end_inset
32007
32008 , options 
32009 \begin_inset Quotes eld
32010 \end_inset
32011
32012 Extended
32013 \begin_inset space ~
32014 \end_inset
32015
32016 chars
32017 \begin_inset Quotes erd
32018 \end_inset
32019
32020  and 
32021 \begin_inset Quotes eld
32022 \end_inset
32023
32024 Space
32025 \begin_inset space ~
32026 \end_inset
32027
32028 as
32029 \begin_inset space ~
32030 \end_inset
32031
32032 Symbol
32033 \begin_inset Quotes erd
32034 \end_inset
32035
32036 , range lines 3
32037 \begin_inset space \thinspace{}
32038 \end_inset
32039
32040 -
32041 \begin_inset space \thinspace{}
32042 \end_inset
32043
32044 8:
32045 \end_layout
32046
32047 \begin_layout Standard
32048 \begin_inset listings
32049 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32050 inline false
32051 status open
32052
32053 \begin_layout Plain Layout
32054
32055 def func(param):
32056 \end_layout
32057
32058 \begin_layout Plain Layout
32059
32060     'this is a python function'
32061 \end_layout
32062
32063 \begin_layout Plain Layout
32064
32065     pass
32066 \end_layout
32067
32068 \begin_layout Plain Layout
32069
32070 def func(param):
32071 \end_layout
32072
32073 \begin_layout Plain Layout
32074
32075 'This is a German word: Tschüß'
32076 \end_layout
32077
32078 \begin_layout Plain Layout
32079
32080 pass
32081 \end_layout
32082
32083 \begin_layout Plain Layout
32084
32085 def func(param):
32086 \end_layout
32087
32088 \begin_layout Plain Layout
32089
32090 'this is a python function'
32091 \end_layout
32092
32093 \begin_layout Plain Layout
32094
32095 pass
32096 \end_layout
32097
32098 \end_inset
32099
32100
32101 \end_layout
32102
32103 \begin_layout Standard
32104 \begin_inset Note Greyedout
32105 status open
32106
32107 \begin_layout Plain Layout
32108
32109 \series bold
32110 Note:
32111 \series default
32112  Due to a bug in the 
32113 \series bold
32114 listings
32115 \series default
32116  package the line numbering is shifted by a line by every previous listing.
32117  That's the reason why the lines 2 and 5 are numbered in the above listing
32118  and not the lines 3 and 6.
32119 \end_layout
32120
32121 \end_inset
32122
32123
32124 \end_layout
32125
32126 \begin_layout Standard
32127 \begin_inset VSpace bigskip
32128 \end_inset
32129
32130
32131 \end_layout
32132
32133 \begin_layout Standard
32134 It is also possible to print lines from a file as listing.
32135  To do this, use the menu 
32136 \family sans
32137 Insert\SpecialChar \menuseparator
32138 File\SpecialChar \menuseparator
32139 Child Document
32140 \family default
32141  and choose the type 
32142 \family sans
32143 Listings
32144 \family default
32145 .
32146 \begin_inset Foot
32147 status collapsed
32148
32149 \begin_layout Plain Layout
32150 The other child document types are described in section
32151 \begin_inset space ~
32152 \end_inset
32153
32154
32155 \begin_inset CommandInset ref
32156 LatexCommand ref
32157 reference "sec:Child-Documents"
32158
32159 \end_inset
32160
32161 .
32162 \end_layout
32163
32164 \end_inset
32165
32166  In the child document dialog you can specify the listing parameters in
32167  a text box.
32168  To show a list of all available parameters, type in a question mark 
32169 \begin_inset Quotes eld
32170 \end_inset
32171
32172 ?
32173 \begin_inset Quotes erd
32174 \end_inset
32175
32176  in the text box.
32177 \end_layout
32178
32179 \begin_layout Standard
32180 To reference child document listings, write a label text into the corresponding
32181  field of the child document dialog.
32182  The label can then be referenced using the menu 
32183 \family sans
32184 Insert\SpecialChar \menuseparator
32185 Cross-Reference
32186 \family default
32187 .
32188 \end_layout
32189
32190 \begin_layout Standard
32191 Listing
32192 \begin_inset space ~
32193 \end_inset
32194
32195
32196 \begin_inset CommandInset ref
32197 LatexCommand ref
32198 reference "lst:file-listing"
32199
32200 \end_inset
32201
32202  is an example for a listing of a file; there the lines 10
32203 \begin_inset space \thinspace{}
32204 \end_inset
32205
32206 -
32207 \begin_inset space \thinspace{}
32208 \end_inset
32209
32210 15 of this LyX file are listed.
32211 \end_layout
32212
32213 \begin_layout Standard
32214 \begin_inset CommandInset include
32215 LatexCommand lstinputlisting
32216 filename "EmbeddedObjects.lyx"
32217 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
32218
32219 \end_inset
32220
32221
32222 \end_layout
32223
32224 \begin_layout Standard
32225 \begin_inset VSpace bigskip
32226 \end_inset
32227
32228
32229 \end_layout
32230
32231 \begin_layout Standard
32232 Global listings settings can be set in the 
32233 \family sans
32234 Document\SpecialChar \menuseparator
32235 Settings\SpecialChar \menuseparator
32236 Text Layout
32237 \family default
32238  dialog.
32239  To get there a list of available options, type in a question mark 
32240 \begin_inset Quotes eld
32241 \end_inset
32242
32243 ?
32244 \begin_inset Quotes erd
32245 \end_inset
32246
32247  in the 
32248 \family sans
32249 Listings
32250 \begin_inset space ~
32251 \end_inset
32252
32253 settings
32254 \family default
32255  field.
32256 \end_layout
32257
32258 \begin_layout Standard
32259 For more information about the 
32260 \series bold
32261 listings
32262 \series default
32263  package, we refer to its documentation 
32264 \begin_inset CommandInset citation
32265 LatexCommand cite
32266 key "listings"
32267
32268 \end_inset
32269
32270 .
32271 \end_layout
32272
32273 \begin_layout Standard
32274 \begin_inset Newpage newpage
32275 \end_inset
32276
32277
32278 \end_layout
32279
32280 \begin_layout Chapter
32281 \start_of_appendix
32282 Units available in LyX
32283 \begin_inset Index
32284 status collapsed
32285
32286 \begin_layout Plain Layout
32287 Units
32288 \end_layout
32289
32290 \end_inset
32291
32292
32293 \begin_inset CommandInset label
32294 LatexCommand label
32295 name "cha:Units-available-in"
32296
32297 \end_inset
32298
32299
32300 \end_layout
32301
32302 \begin_layout Standard
32303 To understand the units described in this documentation, Table
32304 \begin_inset space ~
32305 \end_inset
32306
32307
32308 \begin_inset CommandInset ref
32309 LatexCommand ref
32310 reference "tab:Units"
32311
32312 \end_inset
32313
32314  explains all units available in LyX.
32315 \end_layout
32316
32317 \begin_layout Standard
32318 \begin_inset Float table
32319 placement h
32320 wide false
32321 sideways false
32322 status open
32323
32324 \begin_layout Plain Layout
32325 \begin_inset Caption
32326
32327 \begin_layout Plain Layout
32328 \begin_inset CommandInset label
32329 LatexCommand label
32330 name "tab:Units"
32331
32332 \end_inset
32333
32334 Units
32335 \end_layout
32336
32337 \end_inset
32338
32339
32340 \end_layout
32341
32342 \begin_layout Plain Layout
32343 \begin_inset VSpace medskip
32344 \end_inset
32345
32346
32347 \end_layout
32348
32349 \begin_layout Plain Layout
32350 \align center
32351 \begin_inset Tabular
32352 <lyxtabular version="3" rows="20" columns="2">
32353 <features>
32354 <column alignment="center" valignment="top" width="0">
32355 <column alignment="center" valignment="top" width="0">
32356 <row>
32357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32358 \begin_inset Text
32359
32360 \begin_layout Plain Layout
32361 unit
32362 \end_layout
32363
32364 \end_inset
32365 </cell>
32366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32367 \begin_inset Text
32368
32369 \begin_layout Plain Layout
32370 name/description
32371 \end_layout
32372
32373 \end_inset
32374 </cell>
32375 </row>
32376 <row>
32377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32378 \begin_inset Text
32379
32380 \begin_layout Plain Layout
32381 mm
32382 \end_layout
32383
32384 \end_inset
32385 </cell>
32386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32387 \begin_inset Text
32388
32389 \begin_layout Plain Layout
32390 millimeter
32391 \end_layout
32392
32393 \end_inset
32394 </cell>
32395 </row>
32396 <row>
32397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32398 \begin_inset Text
32399
32400 \begin_layout Plain Layout
32401 cm
32402 \end_layout
32403
32404 \end_inset
32405 </cell>
32406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32407 \begin_inset Text
32408
32409 \begin_layout Plain Layout
32410 centimeter
32411 \end_layout
32412
32413 \end_inset
32414 </cell>
32415 </row>
32416 <row>
32417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32418 \begin_inset Text
32419
32420 \begin_layout Plain Layout
32421 in
32422 \end_layout
32423
32424 \end_inset
32425 </cell>
32426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32427 \begin_inset Text
32428
32429 \begin_layout Plain Layout
32430 inch
32431 \end_layout
32432
32433 \end_inset
32434 </cell>
32435 </row>
32436 <row>
32437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32438 \begin_inset Text
32439
32440 \begin_layout Plain Layout
32441 pt
32442 \end_layout
32443
32444 \end_inset
32445 </cell>
32446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32447 \begin_inset Text
32448
32449 \begin_layout Plain Layout
32450 point (72.27
32451 \begin_inset space \thinspace{}
32452 \end_inset
32453
32454 pt = 1
32455 \begin_inset space \thinspace{}
32456 \end_inset
32457
32458 in)
32459 \end_layout
32460
32461 \end_inset
32462 </cell>
32463 </row>
32464 <row>
32465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32466 \begin_inset Text
32467
32468 \begin_layout Plain Layout
32469 pc
32470 \end_layout
32471
32472 \end_inset
32473 </cell>
32474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32475 \begin_inset Text
32476
32477 \begin_layout Plain Layout
32478 pica (1
32479 \begin_inset space \thinspace{}
32480 \end_inset
32481
32482 pc = 12
32483 \begin_inset space \thinspace{}
32484 \end_inset
32485
32486 pt)
32487 \end_layout
32488
32489 \end_inset
32490 </cell>
32491 </row>
32492 <row>
32493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32494 \begin_inset Text
32495
32496 \begin_layout Plain Layout
32497 sp
32498 \end_layout
32499
32500 \end_inset
32501 </cell>
32502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32503 \begin_inset Text
32504
32505 \begin_layout Plain Layout
32506 scaled point (65536
32507 \begin_inset space \thinspace{}
32508 \end_inset
32509
32510 sp = 1
32511 \begin_inset space \thinspace{}
32512 \end_inset
32513
32514 pt)
32515 \end_layout
32516
32517 \end_inset
32518 </cell>
32519 </row>
32520 <row>
32521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32522 \begin_inset Text
32523
32524 \begin_layout Plain Layout
32525 bp
32526 \end_layout
32527
32528 \end_inset
32529 </cell>
32530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32531 \begin_inset Text
32532
32533 \begin_layout Plain Layout
32534 big point (72
32535 \begin_inset space \thinspace{}
32536 \end_inset
32537
32538 bp = 1
32539 \begin_inset space \thinspace{}
32540 \end_inset
32541
32542 in)
32543 \end_layout
32544
32545 \end_inset
32546 </cell>
32547 </row>
32548 <row>
32549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32550 \begin_inset Text
32551
32552 \begin_layout Plain Layout
32553 dd
32554 \end_layout
32555
32556 \end_inset
32557 </cell>
32558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32559 \begin_inset Text
32560
32561 \begin_layout Plain Layout
32562 didot (1
32563 \begin_inset space \thinspace{}
32564 \end_inset
32565
32566 dd 
32567 \begin_inset Formula $\approx$
32568 \end_inset
32569
32570  0.376
32571 \begin_inset space \thinspace{}
32572 \end_inset
32573
32574 mm)
32575 \end_layout
32576
32577 \end_inset
32578 </cell>
32579 </row>
32580 <row>
32581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32582 \begin_inset Text
32583
32584 \begin_layout Plain Layout
32585 cc
32586 \end_layout
32587
32588 \end_inset
32589 </cell>
32590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32591 \begin_inset Text
32592
32593 \begin_layout Plain Layout
32594 cicero (1
32595 \begin_inset space \thinspace{}
32596 \end_inset
32597
32598 cc = 12
32599 \begin_inset space \thinspace{}
32600 \end_inset
32601
32602 dd)
32603 \end_layout
32604
32605 \end_inset
32606 </cell>
32607 </row>
32608 <row>
32609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32610 \begin_inset Text
32611
32612 \begin_layout Plain Layout
32613 Scale%
32614 \end_layout
32615
32616 \end_inset
32617 </cell>
32618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32619 \begin_inset Text
32620
32621 \begin_layout Plain Layout
32622 % of original image width
32623 \end_layout
32624
32625 \end_inset
32626 </cell>
32627 </row>
32628 <row>
32629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32630 \begin_inset Text
32631
32632 \begin_layout Plain Layout
32633 text%
32634 \end_layout
32635
32636 \end_inset
32637 </cell>
32638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32639 \begin_inset Text
32640
32641 \begin_layout Plain Layout
32642 % of text width
32643 \end_layout
32644
32645 \end_inset
32646 </cell>
32647 </row>
32648 <row>
32649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32650 \begin_inset Text
32651
32652 \begin_layout Plain Layout
32653 col%
32654 \end_layout
32655
32656 \end_inset
32657 </cell>
32658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32659 \begin_inset Text
32660
32661 \begin_layout Plain Layout
32662 % of column width
32663 \end_layout
32664
32665 \end_inset
32666 </cell>
32667 </row>
32668 <row>
32669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32670 \begin_inset Text
32671
32672 \begin_layout Plain Layout
32673 page%
32674 \end_layout
32675
32676 \end_inset
32677 </cell>
32678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32679 \begin_inset Text
32680
32681 \begin_layout Plain Layout
32682 % of paper width
32683 \end_layout
32684
32685 \end_inset
32686 </cell>
32687 </row>
32688 <row>
32689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32690 \begin_inset Text
32691
32692 \begin_layout Plain Layout
32693 line%
32694 \end_layout
32695
32696 \end_inset
32697 </cell>
32698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32699 \begin_inset Text
32700
32701 \begin_layout Plain Layout
32702 % of line width
32703 \end_layout
32704
32705 \end_inset
32706 </cell>
32707 </row>
32708 <row>
32709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32710 \begin_inset Text
32711
32712 \begin_layout Plain Layout
32713 theight%
32714 \end_layout
32715
32716 \end_inset
32717 </cell>
32718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32719 \begin_inset Text
32720
32721 \begin_layout Plain Layout
32722 % of text height
32723 \end_layout
32724
32725 \end_inset
32726 </cell>
32727 </row>
32728 <row>
32729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32730 \begin_inset Text
32731
32732 \begin_layout Plain Layout
32733 pheight%
32734 \end_layout
32735
32736 \end_inset
32737 </cell>
32738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32739 \begin_inset Text
32740
32741 \begin_layout Plain Layout
32742 % of paper height
32743 \end_layout
32744
32745 \end_inset
32746 </cell>
32747 </row>
32748 <row>
32749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32750 \begin_inset Text
32751
32752 \begin_layout Plain Layout
32753 ex
32754 \end_layout
32755
32756 \end_inset
32757 </cell>
32758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32759 \begin_inset Text
32760
32761 \begin_layout Plain Layout
32762 height of letter 
32763 \emph on
32764 x
32765 \emph default
32766  in current font
32767 \end_layout
32768
32769 \end_inset
32770 </cell>
32771 </row>
32772 <row>
32773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32774 \begin_inset Text
32775
32776 \begin_layout Plain Layout
32777 em
32778 \end_layout
32779
32780 \end_inset
32781 </cell>
32782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32783 \begin_inset Text
32784
32785 \begin_layout Plain Layout
32786 width of letter 
32787 \emph on
32788 M
32789 \emph default
32790  in current font
32791 \end_layout
32792
32793 \end_inset
32794 </cell>
32795 </row>
32796 <row>
32797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32798 \begin_inset Text
32799
32800 \begin_layout Plain Layout
32801 mu
32802 \end_layout
32803
32804 \end_inset
32805 </cell>
32806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32807 \begin_inset Text
32808
32809 \begin_layout Plain Layout
32810 math unit (1
32811 \begin_inset space \thinspace{}
32812 \end_inset
32813
32814 mu = 1/18
32815 \begin_inset space \thinspace{}
32816 \end_inset
32817
32818 em)
32819 \end_layout
32820
32821 \end_inset
32822 </cell>
32823 </row>
32824 </lyxtabular>
32825
32826 \end_inset
32827
32828
32829 \end_layout
32830
32831 \end_inset
32832
32833
32834 \end_layout
32835
32836 \begin_layout Chapter
32837 Output File Formats with Graphics
32838 \begin_inset CommandInset label
32839 LatexCommand label
32840 name "cha:Output-File-Formats"
32841
32842 \end_inset
32843
32844
32845 \end_layout
32846
32847 \begin_layout Section
32848 DVI
32849 \begin_inset Index
32850 status collapsed
32851
32852 \begin_layout Plain Layout
32853 File Formats ! DVI
32854 \end_layout
32855
32856 \end_inset
32857
32858
32859 \begin_inset Index
32860 status collapsed
32861
32862 \begin_layout Plain Layout
32863 DVI|see
32864 \begin_inset ERT
32865 status collapsed
32866
32867 \begin_layout Plain Layout
32868
32869 {
32870 \end_layout
32871
32872 \end_inset
32873
32874 File Formats
32875 \begin_inset ERT
32876 status collapsed
32877
32878 \begin_layout Plain Layout
32879
32880 }
32881 \end_layout
32882
32883 \end_inset
32884
32885
32886 \end_layout
32887
32888 \end_inset
32889
32890
32891 \end_layout
32892
32893 \begin_layout Standard
32894 This file type has the extension 
32895 \begin_inset Quotes eld
32896 \end_inset
32897
32898
32899 \family typewriter
32900 .dvi
32901 \family default
32902
32903 \begin_inset Quotes erd
32904 \end_inset
32905
32906 .
32907  It is called 
32908 \begin_inset Quotes eld
32909 \end_inset
32910
32911 device-independent
32912 \begin_inset Quotes erd
32913 \end_inset
32914
32915  (DVI), because it is completely portable; you can move them from one machine
32916  to another without needing to do any sort of conversion.
32917  At the time when this file-format was developed, this was no matter of
32918  course.
32919  DVIs are used for quick previews and as pre-stage for other output formats,
32920  like PostScript.
32921 \end_layout
32922
32923 \begin_layout Standard
32924 \begin_inset Note Greyedout
32925 status open
32926
32927 \begin_layout Plain Layout
32928
32929 \series bold
32930 Note:
32931 \series default
32932  DVI-files doesn't contain images, they will only be a linked.
32933 \end_layout
32934
32935 \end_inset
32936
32937  So don't forget this, if you move your 
32938 \family typewriter
32939 .dvi
32940 \family default
32941  file to another computer.
32942  This property can also slow down your computer when you view the DVI.
32943  Because the DVI-viewer has to convert the image in the background to make
32944  it visible when you scroll in the DVI.
32945  So we recommend to use PDF for files with many images.
32946 \end_layout
32947
32948 \begin_layout Standard
32949 You can export your document to DVI by using the menu 
32950 \family sans
32951 File\SpecialChar \menuseparator
32952 Export\SpecialChar \menuseparator
32953 DVI
32954 \family default
32955 .
32956  You can view your document as DVI via the 
32957 \family sans
32958 View
32959 \family default
32960  menu or by using the toolbar button 
32961 \begin_inset Graphics
32962         filename ../images/buffer-view_dvi.png
32963         scale 85
32964         scaleBeforeRotation
32965
32966 \end_inset
32967
32968 .
32969 \end_layout
32970
32971 \begin_layout Section
32972 PostScript
32973 \begin_inset CommandInset label
32974 LatexCommand label
32975 name "sec:PostScript"
32976
32977 \end_inset
32978
32979
32980 \begin_inset Index
32981 status collapsed
32982
32983 \begin_layout Plain Layout
32984 File Formats ! PostScript
32985 \end_layout
32986
32987 \end_inset
32988
32989
32990 \begin_inset Index
32991 status collapsed
32992
32993 \begin_layout Plain Layout
32994 PostScript|see
32995 \begin_inset ERT
32996 status collapsed
32997
32998 \begin_layout Plain Layout
32999
33000 {
33001 \end_layout
33002
33003 \end_inset
33004
33005 File Formats
33006 \begin_inset ERT
33007 status collapsed
33008
33009 \begin_layout Plain Layout
33010
33011 }
33012 \end_layout
33013
33014 \end_inset
33015
33016
33017 \end_layout
33018
33019 \end_inset
33020
33021
33022 \end_layout
33023
33024 \begin_layout Standard
33025 This file type has the extension 
33026 \begin_inset Quotes eld
33027 \end_inset
33028
33029
33030 \family typewriter
33031 .ps
33032 \family default
33033
33034 \begin_inset Quotes erd
33035 \end_inset
33036
33037 .
33038  PostScript was developed by the company 
33039 \family typewriter
33040 Adobe
33041 \family default
33042  as printer language.
33043  The file contains therefore commands that the printer uses to print the
33044  file.
33045  PostScript can be seen as 
33046 \begin_inset Quotes eld
33047 \end_inset
33048
33049 programming language
33050 \begin_inset Quotes erd
33051 \end_inset
33052
33053 ; you can calculate with it and draw diagrams and images
33054 \begin_inset Foot
33055 status collapsed
33056
33057 \begin_layout Plain Layout
33058 If you are interested to learn more about this, have a look at the LaTeX-package
33059  
33060 \series bold
33061 PSTricks
33062 \series default
33063  
33064 \begin_inset CommandInset citation
33065 LatexCommand cite
33066 key "pstricks"
33067
33068 \end_inset
33069
33070 .
33071 \end_layout
33072
33073 \end_inset
33074
33075 .
33076  Due to this ability, the files are often bigger than PDFs.
33077 \end_layout
33078
33079 \begin_layout Standard
33080 PostScript can only contain images in the format 
33081 \begin_inset Quotes eld
33082 \end_inset
33083
33084 Encapsulated PostScript
33085 \begin_inset Quotes erd
33086 \end_inset
33087
33088  (EPS, file extension 
33089 \begin_inset Quotes eld
33090 \end_inset
33091
33092
33093 \family typewriter
33094 .eps
33095 \family default
33096
33097 \begin_inset Quotes erd
33098 \end_inset
33099
33100 ).
33101  As LyX allows you to use any known image format in your document, it has
33102  to convert images in the background to EPS.
33103  If you have e.g 50 images in your document, LyX has to do 50 conversions
33104  whenever you view or export your document.
33105  This will slow down your work flow with LyX drastically.
33106  So if you plan to use PostScript, you can insert your images directly as
33107  EPS to avoid this problem.
33108 \end_layout
33109
33110 \begin_layout Standard
33111 You can export your document to PostScript using the menu 
33112 \family sans
33113 File\SpecialChar \menuseparator
33114 Export\SpecialChar \menuseparator
33115 Postscript
33116 \family default
33117 .
33118  You can view your document as PostScript via the 
33119 \family sans
33120 View
33121 \family default
33122  menu or by using the toolbar button 
33123 \begin_inset Graphics
33124         filename ../images/buffer-view_ps.png
33125         scale 85
33126         scaleBeforeRotation
33127
33128 \end_inset
33129
33130 .
33131 \end_layout
33132
33133 \begin_layout Section
33134 PDF
33135 \begin_inset CommandInset label
33136 LatexCommand label
33137 name "sec:PDF"
33138
33139 \end_inset
33140
33141
33142 \begin_inset Index
33143 status collapsed
33144
33145 \begin_layout Plain Layout
33146 File Formats ! PDF
33147 \end_layout
33148
33149 \end_inset
33150
33151
33152 \begin_inset Index
33153 status collapsed
33154
33155 \begin_layout Plain Layout
33156 PDF
33157 \end_layout
33158
33159 \end_inset
33160
33161
33162 \end_layout
33163
33164 \begin_layout Standard
33165 This file type has the extension 
33166 \begin_inset Quotes eld
33167 \end_inset
33168
33169
33170 \family typewriter
33171 .pdf
33172 \family default
33173
33174 \begin_inset Quotes erd
33175 \end_inset
33176
33177 .
33178  The 
33179 \begin_inset Quotes eld
33180 \end_inset
33181
33182 Portable Document Format
33183 \begin_inset Quotes erd
33184 \end_inset
33185
33186  (PDF) is developed by 
33187 \family typewriter
33188 Adobe
33189 \family default
33190  as derivative from PostScript.
33191  It is more compressed and it uses much less commands than PostScript.
33192  As the name 
33193 \begin_inset Quotes eld
33194 \end_inset
33195
33196 portable
33197 \begin_inset Quotes erd
33198 \end_inset
33199
33200  implies, it can be processed at any computer system and the printed output
33201  looks exactly the same.
33202 \end_layout
33203
33204 \begin_layout Standard
33205 PDF can contain images in its own PDF format, in the format 
33206 \begin_inset Quotes eld
33207 \end_inset
33208
33209 Joint Photographic Experts Group
33210 \begin_inset Quotes erd
33211 \end_inset
33212
33213  (JPG, file extension 
33214 \begin_inset Quotes eld
33215 \end_inset
33216
33217
33218 \family typewriter
33219 .jpg
33220 \family default
33221
33222 \begin_inset Quotes erd
33223 \end_inset
33224
33225  or 
33226 \begin_inset Quotes eld
33227 \end_inset
33228
33229
33230 \family typewriter
33231 .jpeg
33232 \family default
33233
33234 \begin_inset Quotes erd
33235 \end_inset
33236
33237 ), and in the format 
33238 \begin_inset Quotes eld
33239 \end_inset
33240
33241 Portable Network Graphics
33242 \begin_inset Quotes erd
33243 \end_inset
33244
33245  (PNG, file extension 
33246 \begin_inset Quotes eld
33247 \end_inset
33248
33249
33250 \family typewriter
33251 .png
33252 \family default
33253
33254 \begin_inset Quotes erd
33255 \end_inset
33256
33257 ).
33258  Nevertheless you can use any other image format, because LyX converts them
33259  in the background to one of these formats.
33260  But as described in the section about PostScript, the image conversion
33261  will slow down your work flow.
33262  So it is recommended to use images in one of the three mentioned formats.
33263 \end_layout
33264
33265 \begin_layout Standard
33266 You can export your document to PDF via the menu 
33267 \family sans
33268 File\SpecialChar \menuseparator
33269 Export
33270 \family default
33271  in three different ways:
33272 \end_layout
33273
33274 \begin_layout Description
33275 PDF
33276 \begin_inset space ~
33277 \end_inset
33278
33279 (ps2pdf) This uses the program 
33280 \family typewriter
33281 ps2pdf
33282 \family default
33283  that creates a PDF from a PostScript-version of your file.
33284  The PostScript-version is produced by the program 
33285 \family typewriter
33286 dvips
33287 \family default
33288  which uses a DVI-version as intermediate step.
33289  So this export variant consist of three conversions.
33290 \end_layout
33291
33292 \begin_layout Description
33293 PDF
33294 \begin_inset space ~
33295 \end_inset
33296
33297 (dvipdfm) This uses the program 
33298 \family typewriter
33299 dvipdfm
33300 \family default
33301  that converts your file in the background to DVI and in a second step to
33302  PDF.
33303 \end_layout
33304
33305 \begin_layout Description
33306 PDF
33307 \begin_inset space ~
33308 \end_inset
33309
33310 (pdflatex) This uses the program 
33311 \family typewriter
33312 pdftex
33313 \family default
33314  that converts your file directly to PDF.
33315 \end_layout
33316
33317 \begin_layout Standard
33318 It is recommended to use 
33319 \family sans
33320 PDF
33321 \begin_inset space ~
33322 \end_inset
33323
33324 (pdflatex)
33325 \family default
33326  because 
33327 \family typewriter
33328 pdftex
33329 \family default
33330  supports all features of actual PDF-versions, is quick and works stable
33331  without problems.
33332  The program 
33333 \family typewriter
33334 dvipdfm
33335 \family default
33336  is not under development and therefore a bit outdated.
33337 \end_layout
33338
33339 \begin_layout Standard
33340 You can view your document as PDF via the 
33341 \family sans
33342 View
33343 \family default
33344  menu or by using the toolbar button 
33345 \begin_inset Graphics
33346         filename ../images/buffer-view_pdf2.png
33347         scale 85
33348         scaleBeforeRotation
33349
33350 \end_inset
33351
33352  
33353 \family sans
33354 (
33355 \family default
33356 that uses 
33357 \family sans
33358 PDF
33359 \begin_inset space ~
33360 \end_inset
33361
33362 (pdflatex)
33363 \family default
33364 ).
33365 \end_layout
33366
33367 \begin_layout Chapter
33368 Explanation of Equation
33369 \begin_inset space ~
33370 \end_inset
33371
33372
33373 \begin_inset CommandInset ref
33374 LatexCommand eqref
33375 reference "eq:Wgn"
33376
33377 \end_inset
33378
33379
33380 \begin_inset CommandInset label
33381 LatexCommand label
33382 name "cha:Explanation-of-Equation"
33383
33384 \end_inset
33385
33386
33387 \end_layout
33388
33389 \begin_layout Standard
33390 The total width of 
33391 \emph on
33392 n
33393 \emph default
33394  table cells 
33395 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33396 \end_inset
33397
33398  can be calculated to
33399 \end_layout
33400
33401 \begin_layout Standard
33402 \begin_inset Formula \begin{equation}
33403 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}
33404
33405 \end_inset
33406
33407
33408 \end_layout
33409
33410 \begin_layout Standard
33411 Where 
33412 \begin_inset Formula $W_{g\, n}$
33413 \end_inset
33414
33415  is the given width of all cells.
33416  
33417 \series bold
33418
33419 \backslash
33420 tabcolsep
33421 \series default
33422  is the LaTeX-length between the cell text and the cell border, its default
33423  value is 6
33424 \begin_inset space \thinspace{}
33425 \end_inset
33426
33427 pt.
33428  
33429 \series bold
33430
33431 \backslash
33432 arrayrulewidth
33433 \series default
33434  is the thickness of the cell border line, the default is 0.4
33435 \begin_inset space \thinspace{}
33436 \end_inset
33437
33438 pt.
33439 \end_layout
33440
33441 \begin_layout Standard
33442 Following equation
33443 \begin_inset space ~
33444 \end_inset
33445
33446
33447 \begin_inset CommandInset ref
33448 LatexCommand eqref
33449 reference "eq:Wtot_n"
33450
33451 \end_inset
33452
33453 , the total width of a multicolumn 
33454 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33455 \end_inset
33456
33457  is
33458 \end_layout
33459
33460 \begin_layout Standard
33461 \begin_inset Formula \begin{equation}
33462 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
33463
33464 \end_inset
33465
33466
33467 \end_layout
33468
33469 \begin_layout Standard
33470 By setting equation
33471 \begin_inset space ~
33472 \end_inset
33473
33474
33475 \begin_inset CommandInset ref
33476 LatexCommand eqref
33477 reference "eq:Wtot_n"
33478
33479 \end_inset
33480
33481  and 
33482 \begin_inset CommandInset ref
33483 LatexCommand eqref
33484 reference "eq:Wtot_mult"
33485
33486 \end_inset
33487
33488  equal we can calculate the needed given width 
33489 \begin_inset Formula $W_{g\, n}$
33490 \end_inset
33491
33492  when 
33493 \emph on
33494 n
33495 \emph default
33496  columns are spanned, so that each column has a total width of 
33497 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
33498 \end_inset
33499
33500 :
33501 \end_layout
33502
33503 \begin_layout Standard
33504 \begin_inset Formula \begin{equation}
33505 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
33506
33507 \end_inset
33508
33509
33510 \end_layout
33511
33512 \begin_layout Bibliography
33513 \begin_inset CommandInset bibitem
33514 LatexCommand bibitem
33515 key "latexcompanion"
33516
33517 \end_inset
33518
33519 Frank Mittelbach and Michel Goossens: 
33520 \emph on
33521 The LaTeX Companion Second Edition.
33522
33523 \emph default
33524  Addison-Wesley, 2004
33525 \end_layout
33526
33527 \begin_layout Bibliography
33528 \begin_inset CommandInset bibitem
33529 LatexCommand bibitem
33530 key "latexguide"
33531
33532 \end_inset
33533
33534 Helmut Kopka and Patrick W.
33535  Daly: 
33536 \emph on
33537 A Guide to LaTeX Fourth Edition.
33538
33539 \emph default
33540  Addison-Wesley, 2003
33541 \end_layout
33542
33543 \begin_layout Bibliography
33544 \begin_inset CommandInset bibitem
33545 LatexCommand bibitem
33546 key "latexbook"
33547
33548 \end_inset
33549
33550 Leslie Lamport: 
33551 \emph on
33552 LaTeX: A Document Preparation System.
33553
33554 \emph default
33555  Addison-Wesley, second edition, 1994
33556 \end_layout
33557
33558 \begin_layout Bibliography
33559 \begin_inset CommandInset bibitem
33560 LatexCommand bibitem
33561 key "booktabs"
33562
33563 \end_inset
33564
33565 Documentation of the LaTeX-package 
33566 \series bold
33567
33568 \begin_inset CommandInset href
33569 LatexCommand href
33570 name "booktabs"
33571 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
33572
33573 \end_inset
33574
33575
33576 \series default
33577
33578 \begin_inset Index
33579 status collapsed
33580
33581 \begin_layout Plain Layout
33582 LaTeX-packages ! booktabs
33583 \end_layout
33584
33585 \end_inset
33586
33587
33588 \end_layout
33589
33590 \begin_layout Bibliography
33591 \begin_inset CommandInset bibitem
33592 LatexCommand bibitem
33593 key "caption"
33594
33595 \end_inset
33596
33597 Documentation of the LaTeX-package 
33598 \series bold
33599
33600 \begin_inset CommandInset href
33601 LatexCommand href
33602 name "caption"
33603 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
33604
33605 \end_inset
33606
33607
33608 \series default
33609
33610 \begin_inset Index
33611 status collapsed
33612
33613 \begin_layout Plain Layout
33614 LaTeX-packages ! caption
33615 \end_layout
33616
33617 \end_inset
33618
33619
33620 \end_layout
33621
33622 \begin_layout Bibliography
33623 \begin_inset CommandInset bibitem
33624 LatexCommand bibitem
33625 key "endfloat"
33626
33627 \end_inset
33628
33629 Documentation of the LaTeX-package 
33630 \series bold
33631
33632 \begin_inset CommandInset href
33633 LatexCommand href
33634 name "endfloat"
33635 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
33636
33637 \end_inset
33638
33639
33640 \series default
33641
33642 \begin_inset Index
33643 status collapsed
33644
33645 \begin_layout Plain Layout
33646 LaTeX-packages ! endfloat
33647 \end_layout
33648
33649 \end_inset
33650
33651
33652 \end_layout
33653
33654 \begin_layout Bibliography
33655 \begin_inset CommandInset bibitem
33656 LatexCommand bibitem
33657 key "wrapfig"
33658
33659 \end_inset
33660
33661 Documentation of the LaTeX-package 
33662 \series bold
33663
33664 \begin_inset CommandInset href
33665 LatexCommand href
33666 name "wrapfig"
33667 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
33668
33669 \end_inset
33670
33671
33672 \series default
33673
33674 \begin_inset Index
33675 status collapsed
33676
33677 \begin_layout Plain Layout
33678 LaTeX-packages ! wrapfig
33679 \begin_inset ERT
33680 status collapsed
33681
33682 \begin_layout Plain Layout
33683
33684
33685 \backslash
33686 vspace{4mm}
33687 \end_layout
33688
33689 \end_inset
33690
33691
33692 \end_layout
33693
33694 \end_inset
33695
33696
33697 \end_layout
33698
33699 \begin_layout Bibliography
33700 \begin_inset CommandInset bibitem
33701 LatexCommand bibitem
33702 key "footmisc"
33703
33704 \end_inset
33705
33706 Documentation of the LaTeX-package 
33707 \series bold
33708
33709 \begin_inset CommandInset href
33710 LatexCommand href
33711 name "footmisc"
33712 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
33713
33714 \end_inset
33715
33716
33717 \series default
33718
33719 \begin_inset Index
33720 status collapsed
33721
33722 \begin_layout Plain Layout
33723 LaTeX-packages ! footmisc
33724 \end_layout
33725
33726 \end_inset
33727
33728
33729 \end_layout
33730
33731 \begin_layout Bibliography
33732 \begin_inset CommandInset bibitem
33733 LatexCommand bibitem
33734 key "hypcap"
33735
33736 \end_inset
33737
33738 Documentation of the LaTeX-package 
33739 \series bold
33740
33741 \begin_inset CommandInset href
33742 LatexCommand href
33743 name "hypcap"
33744 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
33745
33746 \end_inset
33747
33748
33749 \series default
33750
33751 \begin_inset Index
33752 status collapsed
33753
33754 \begin_layout Plain Layout
33755 LaTeX-packages ! hyperref
33756 \end_layout
33757
33758 \end_inset
33759
33760
33761 \end_layout
33762
33763 \begin_layout Bibliography
33764 \begin_inset CommandInset bibitem
33765 LatexCommand bibitem
33766 key "hyperref"
33767
33768 \end_inset
33769
33770 Documentation of the LaTeX-package 
33771 \series bold
33772
33773 \begin_inset CommandInset href
33774 LatexCommand href
33775 name "hyperref"
33776 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
33777
33778 \end_inset
33779
33780
33781 \series default
33782
33783 \begin_inset Index
33784 status collapsed
33785
33786 \begin_layout Plain Layout
33787 LaTeX-packages ! hyperref
33788 \end_layout
33789
33790 \end_inset
33791
33792
33793 \end_layout
33794
33795 \begin_layout Bibliography
33796 \begin_inset CommandInset bibitem
33797 LatexCommand bibitem
33798 key "koma-script"
33799
33800 \end_inset
33801
33802 Documentation of the LaTeX-package 
33803 \series bold
33804
33805 \begin_inset CommandInset href
33806 LatexCommand href
33807 name "koma-script"
33808 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
33809
33810 \end_inset
33811
33812
33813 \series default
33814
33815 \begin_inset Index
33816 status collapsed
33817
33818 \begin_layout Plain Layout
33819 LaTeX-packages ! koma-script
33820 \end_layout
33821
33822 \end_inset
33823
33824
33825 \end_layout
33826
33827 \begin_layout Bibliography
33828 \begin_inset CommandInset bibitem
33829 LatexCommand bibitem
33830 key "listings"
33831
33832 \end_inset
33833
33834 Documentation of the LaTeX-package 
33835 \series bold
33836
33837 \begin_inset CommandInset href
33838 LatexCommand href
33839 name "listings"
33840 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
33841
33842 \end_inset
33843
33844
33845 \series default
33846
33847 \begin_inset Index
33848 status collapsed
33849
33850 \begin_layout Plain Layout
33851 LaTeX-packages ! listings
33852 \end_layout
33853
33854 \end_inset
33855
33856
33857 \end_layout
33858
33859 \begin_layout Bibliography
33860 \begin_inset CommandInset bibitem
33861 LatexCommand bibitem
33862 key "marginnote"
33863
33864 \end_inset
33865
33866 Documentation of the LaTeX-package 
33867 \series bold
33868
33869 \begin_inset CommandInset href
33870 LatexCommand href
33871 name "marginnote"
33872 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
33873
33874 \end_inset
33875
33876
33877 \series default
33878
33879 \begin_inset Index
33880 status collapsed
33881
33882 \begin_layout Plain Layout
33883 LaTeX-packages ! marginnote
33884 \end_layout
33885
33886 \end_inset
33887
33888
33889 \end_layout
33890
33891 \begin_layout Bibliography
33892 \begin_inset CommandInset bibitem
33893 LatexCommand bibitem
33894 key "pstricks"
33895
33896 \end_inset
33897
33898 Web page of the LaTeX-package 
33899 \series bold
33900
33901 \begin_inset CommandInset href
33902 LatexCommand href
33903 name "PSTricks"
33904 target "http://tug.org/PSTricks/"
33905
33906 \end_inset
33907
33908
33909 \series default
33910
33911 \begin_inset Index
33912 status collapsed
33913
33914 \begin_layout Plain Layout
33915 LaTeX-packages ! PSTricks
33916 \end_layout
33917
33918 \end_inset
33919
33920
33921 \end_layout
33922
33923 \begin_layout Bibliography
33924 \begin_inset CommandInset bibitem
33925 LatexCommand bibitem
33926 key "sidecap"
33927
33928 \end_inset
33929
33930 Documentation of the LaTeX-package 
33931 \series bold
33932
33933 \begin_inset CommandInset href
33934 LatexCommand href
33935 name "sidecap"
33936 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
33937
33938 \end_inset
33939
33940
33941 \series default
33942
33943 \begin_inset Index
33944 status collapsed
33945
33946 \begin_layout Plain Layout
33947 LaTeX-packages ! sidecap
33948 \end_layout
33949
33950 \end_inset
33951
33952
33953 \end_layout
33954
33955 \begin_layout Bibliography
33956 \begin_inset CommandInset bibitem
33957 LatexCommand bibitem
33958 key "NewInLyX16"
33959
33960 \end_inset
33961
33962
33963 \begin_inset CommandInset href
33964 LatexCommand href
33965 name "Wiki page"
33966 target "http://wiki.lyx.org/LyX/NewInLyX16"
33967
33968 \end_inset
33969
33970  about new features in 
33971 \family sans
33972 LyX 1.6.0
33973 \family default
33974 .
33975 \end_layout
33976
33977 \begin_layout Standard
33978 \begin_inset CommandInset index_print
33979 LatexCommand printindex
33980
33981 \end_inset
33982
33983
33984 \end_layout
33985
33986 \begin_layout Standard
33987 \begin_inset FloatList figure
33988
33989 \end_inset
33990
33991
33992 \end_layout
33993
33994 \begin_layout Standard
33995 \begin_inset FloatList table
33996
33997 \end_inset
33998
33999
34000 \end_layout
34001
34002 \begin_layout Standard
34003 \begin_inset FloatList algorithm
34004
34005 \end_inset
34006
34007
34008 \end_layout
34009
34010 \end_body
34011 \end_document