]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
3fa1afc853a46b1d431adfa2eb7637c593fa21c4
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 337
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 are numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \pagenumbering{roman}
25 \let\myTOC\tableofcontents
26 \renewcommand{\tableofcontents}{%
27  \pdfbookmark[1]{\contentsname}{}
28  \myTOC
29  \cleardoublepage
30  \pagenumbering{arabic}}
31
32 % provides caption formatting
33 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
34
35 % provides commands to set caption
36 % beside tables/images
37 \usepackage{sidecap}
38
39 \newcommand{\TabBesBeg}{%
40  \let\MyTable\table
41  \let\MyEndtable\endtable
42  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
43
44 \newcommand{\TabBesEnd}{%
45  \let\table\MyTable
46  \let\endtable\MyEndtable}
47
48 \newcommand{\FigBesBeg}{%
49  \let\MyFigure\figure
50  \let\MyEndfigure\endfigure
51  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
52
53 \newcommand{\FigBesEnd}{%
54  \let\figure\MyFigure
55  \let\endfigure\MyEndfigure}
56
57 % enables calculation of values,
58 \usepackage{calc}
59
60 % provides special table cell alignments
61 \usepackage{dcolumn}
62
63 % increase the bottom float placement fraction
64 \renewcommand{\bottomfraction}{0.5}
65
66 % avoids that floats are placed before their
67 % corresponding section starts
68 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
69
70 % speed up the longtable calculation
71 \setcounter{LTchunksize}{100}
72
73 % used for scaled and rotated boxes
74 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
75
76 % used for colored tables
77 \@ifundefined{textcolor}
78  {\usepackage{color}}{}
79 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
80 \definecolor{lightgrey}{gray}{0.8}
81
82 % check for package colortbl
83 % used for colored table cells
84 \newboolean{colortbl}
85 \IfFileExists{colortbl.sty}
86  {\usepackage{colortbl}
87   \setboolean{colortbl}{true}}
88  {\setboolean{colortbl}{false}}
89
90 % used for multirows
91 \usepackage{multirow}
92 %\renewcommand{\multirowsetup}{\centering}
93
94 % used for book-style tables
95 \usepackage{booktabs}
96
97 % used to have extra space in table cells
98 \@ifundefined{extrarowheight}
99  {\usepackage{array}}{}
100 \setlength{\extrarowheight}{2pt}
101
102 % used for customized tables
103 % ---
104 \newcolumntype{M}[1]
105  {>{\centering\hspace{0pt}}m{#1}}
106
107 \newcolumntype{S}[2]
108  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
109
110 \newcolumntype{K}[1]
111  {>{\columncolor{#1}\hspace{0pt}}c}
112
113 \newcolumntype{V}{!{\vrule width 1.5pt}}
114
115 \newcolumntype{W}{!{\color{green}\vline}}
116 % ---
117
118 % insert additional vertical space of
119 % 1.5 mm between footnotes
120 \let\myFoot\footnote
121 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
122
123 % number algorithm floats within chapters
124 \numberwithin{algorithm}{chapter}
125
126 % redefine the greyed out note
127 \renewenvironment{lyxgreyedout}
128  {\textcolor{blue}\bgroup}{\egroup}
129
130 % ------------------------------------
131 % used to check for needed LaTeX packages
132 \usepackage{ifthen}
133
134 % check for package arydshln
135 % used for tables with dashed lines
136 \newboolean{arydshln}
137 \IfFileExists{arydshln.sty}
138  {\usepackage{arydshln}
139   \setboolean{arydshln}{true}}
140  {\setboolean{arydshln}{false}}
141
142 % check for package marginnote
143 % used for margin notes
144 \newboolean{marginnote}
145 \IfFileExists{marginnote.sty}
146  {\usepackage{marginnote}
147   \let\marginpar\marginnote
148   \setboolean{marginnote}{true}}
149  {\setboolean{marginnote}{false}}
150
151 % check for package sidecap
152 % used for captions on the side
153 \newboolean{sidecap}
154 \IfFileExists{sidecap.sty}
155  {\usepackage{sidecap}
156   \let\marginpar\marginnote
157   \setboolean{sidecap}{true}}
158  {\setboolean{sidecap}{false}}
159
160 % redefine the \LyX macro for PDF bookmarks
161 \def\LyX{\texorpdfstring{%
162   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
163   {LyX }}
164 \end_preamble
165 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
166 \language english
167 \inputencoding auto
168 \font_roman default
169 \font_sans default
170 \font_typewriter default
171 \font_default_family default
172 \font_sc false
173 \font_osf false
174 \font_sf_scale 100
175 \font_tt_scale 100
176
177 \graphics default
178 \paperfontsize 12
179 \spacing single
180 \use_hyperref true
181 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
182 \pdf_author "LyX Team, Uwe Stöhr"
183 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
184 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
185 \pdf_bookmarks true
186 \pdf_bookmarksnumbered true
187 \pdf_bookmarksopen true
188 \pdf_bookmarksopenlevel 1
189 \pdf_breaklinks false
190 \pdf_pdfborder false
191 \pdf_colorlinks true
192 \pdf_backref false
193 \pdf_pagebackref false
194 \pdf_pdfusetitle false
195 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
196 \papersize default
197 \use_geometry false
198 \use_amsmath 2
199 \use_esint 0
200 \cite_engine basic
201 \use_bibtopic false
202 \paperorientation portrait
203 \secnumdepth 3
204 \tocdepth 3
205 \paragraph_separation skip
206 \defskip medskip
207 \quotes_language english
208 \papercolumns 1
209 \papersides 2
210 \paperpagestyle default
211 \bullet 1 1 34 -1
212 \bullet 2 2 35 -1
213 \bullet 3 2 7 -1
214 \tracking_changes false
215 \output_changes false
216 \author "" 
217 \author "" 
218 \end_header
219
220 \begin_body
221
222 \begin_layout Title
223 LyX's detailed Figure, Table, Floats, Notes, Boxes and External Material
224  manual
225 \end_layout
226
227 \begin_layout Author
228 by the LyX Team
229 \begin_inset Foot
230 status collapsed
231
232 \begin_layout Plain Layout
233 \noindent
234 If you have comments or error corrections, please send them to the LyX Documenta
235 tion mailing list: 
236 \begin_inset CommandInset href
237 LatexCommand href
238 name "lyx-docs@lists.lyx.org"
239 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
240 type "mailto:"
241
242 \end_inset
243
244
245 \end_layout
246
247 \end_inset
248
249
250 \begin_inset Note Note
251 status collapsed
252
253 \begin_layout Plain Layout
254 author: Uwe Stöhr
255 \end_layout
256
257 \end_inset
258
259
260 \begin_inset Newline newline
261 \end_inset
262
263
264 \begin_inset Newline newline
265 \end_inset
266
267
268 \family sans
269 Version 1.6svn
270 \end_layout
271
272 \begin_layout Standard
273 \begin_inset CommandInset toc
274 LatexCommand tableofcontents
275
276 \end_inset
277
278
279 \end_layout
280
281 \begin_layout Standard
282 \begin_inset Note Note
283 status open
284
285 \begin_layout Plain Layout
286 To export all parts of this document to PDF, PS, or DVI the LaTeX-packages
287  
288 \series bold
289 arydshln
290 \series default
291
292 \series bold
293 colortbl
294 \series default
295
296 \series bold
297 marginnote
298 \series default
299 , and 
300 \series bold
301 sidecap
302 \series default
303  must be installed.
304  If they are not installed you can export the document anyway but the sections
305  where the packages are required won't appear in the output.
306 \end_layout
307
308 \begin_layout Plain Layout
309 The latest PDF-version of this document can be found here:
310 \begin_inset Newline newline
311 \end_inset
312
313
314 \series bold
315 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
316 \end_layout
317
318 \end_inset
319
320
321 \end_layout
322
323 \begin_layout Chapter
324 Figures
325 \begin_inset CommandInset label
326 LatexCommand label
327 name "cha:Figures"
328
329 \end_inset
330
331
332 \begin_inset Index
333 status collapsed
334
335 \begin_layout Plain Layout
336 Figures
337 \end_layout
338
339 \end_inset
340
341
342 \begin_inset Index
343 status collapsed
344
345 \begin_layout Plain Layout
346 Graphics|see
347 \begin_inset ERT
348 status collapsed
349
350 \begin_layout Plain Layout
351
352 {
353 \end_layout
354
355 \end_inset
356
357 Figures
358 \begin_inset ERT
359 status collapsed
360
361 \begin_layout Plain Layout
362
363 }
364 \end_layout
365
366 \end_inset
367
368
369 \end_layout
370
371 \end_inset
372
373
374 \end_layout
375
376 \begin_layout Section
377 Graphics Dialog
378 \begin_inset Index
379 status collapsed
380
381 \begin_layout Plain Layout
382 Figures ! Graphics Dialog
383 \end_layout
384
385 \end_inset
386
387
388 \begin_inset CommandInset label
389 LatexCommand label
390 name "sec:Graphics-Dialog"
391
392 \end_inset
393
394
395 \end_layout
396
397 \begin_layout Standard
398 To insert an image into your document, place the cursor at the text position
399  you want and click on the toolbar icon 
400 \begin_inset Graphics
401         filename ../images/dialog-show-new-inset_graphics.png
402         scale 85
403         scaleBeforeRotation
404
405 \end_inset
406
407  or use the menu 
408 \family sans
409 Insert\SpecialChar \menuseparator
410 Graphics
411 \family default
412 .
413  Then a dialog will appear to choose the file to load.
414  The image will appear in the output exactly at the position where it is
415  in the text.
416 \end_layout
417
418 \begin_layout Standard
419 The graphics dialog can be called at any time by right-clicking on an image.
420  This dialog has three tabs:
421 \end_layout
422
423 \begin_layout Description
424
425 \family sans
426 Graphics
427 \family default
428  Here you can choose an image file and adjust its appearance in the output.
429  The available units for the image size are explained in appendix
430 \begin_inset space ~
431 \end_inset
432
433
434 \begin_inset CommandInset ref
435 LatexCommand ref
436 reference "cha:Units-available-in"
437
438 \end_inset
439
440 .
441 \begin_inset Newline newline
442 \end_inset
443
444
445 \begin_inset Index
446 status collapsed
447
448 \begin_layout Plain Layout
449 Figures ! rotated
450 \end_layout
451
452 \end_inset
453
454 You can rotate images counter-clockwise by setting a rotation angle and
455  a rotation origin.
456  The image will also be rotated inside LyX.
457 \begin_inset Newline newline
458 \end_inset
459
460
461 \begin_inset Index
462 status collapsed
463
464 \begin_layout Plain Layout
465 Figures ! scaled
466 \end_layout
467
468 \end_inset
469
470 Images can be scaled by using a percentage value or by setting the width
471  and height explicitly.
472  If you set only the width or only the height, the other size will be determined
473  automatically.
474  If you set both, then the image will be transformed to the given size,
475  possibly distorting it.
476  To prevent the image from distortion, use the option 
477 \family sans
478 Maintain aspect ratio
479 \family default
480 .
481  The image will then be scaled so that its width and height don't exceed
482  the specified dimensions.
483 \begin_inset Newline newline
484 \end_inset
485
486 Images can be opened in a program of your choice when pressing the 
487 \family sans
488 Edit
489 \family default
490  button.
491  The program can be set for every image format in the file format settings
492  in LyX's preferences.
493 \end_layout
494
495 \begin_layout Description
496
497 \family sans
498 Clipping
499 \family default
500  Alternatively to the usage of scaling units it is possible to set image
501  coordinates to adjust the height and width of the image in the output.
502  The coordinates can also be calculated automatically by pressing the button
503  
504 \family sans
505 Get
506 \begin_inset space ~
507 \end_inset
508
509 from
510 \begin_inset space ~
511 \end_inset
512
513 File
514 \family default
515 .
516  The option 
517 \family sans
518 Clip
519 \begin_inset space ~
520 \end_inset
521
522 to
523 \begin_inset space ~
524 \end_inset
525
526 bounding
527 \begin_inset space ~
528 \end_inset
529
530 box
531 \family default
532  will only print the image region within the given coordinates.
533  Normally you don't need to take care about image coordinates and can ignore
534  this tab.
535 \end_layout
536
537 \begin_layout Description
538
539 \family sans
540 Extra
541 \begin_inset space ~
542 \end_inset
543
544 options
545 \family default
546  In this tab you can modify the appearance of the image within LyX and set
547  the image to be a subfigure of a figure float with an own caption.
548  Subfigures are explained in section
549 \begin_inset space ~
550 \end_inset
551
552
553 \begin_inset CommandInset ref
554 LatexCommand ref
555 reference "sec:Figure-Floats"
556
557 \end_inset
558
559 .
560 \begin_inset Newline newline
561 \end_inset
562
563  LaTeX experts can also specify on this tab additional LaTeX options.
564 \begin_inset Newline newline
565 \end_inset
566
567  The option 
568 \family sans
569 Draft
570 \begin_inset space ~
571 \end_inset
572
573 mode
574 \family default
575  makes the image appear in the output only as a frame with the size of the
576  image.
577 \begin_inset Newline newline
578 \end_inset
579
580 The 
581 \family sans
582 Don't
583 \begin_inset space ~
584 \end_inset
585
586 unzip
587 \begin_inset space ~
588 \end_inset
589
590 on
591 \begin_inset space ~
592 \end_inset
593
594 export
595 \family default
596  option only affects zipped EPS-graphics, e.
597 \begin_inset space \thinspace{}
598 \end_inset
599
600 g.
601 \begin_inset space ~
602 \end_inset
603
604
605 \emph on
606 x.eps.gz
607 \emph default
608 .
609  When the option is used the images will not be unzipped on export, since
610  LaTeX can handle them as they are.
611 \begin_inset Newline newline
612 \end_inset
613
614 Zipped EPS-graphics are useful to save disk space when you choose PostScript
615  as output format, see appendix
616 \begin_inset space ~
617 \end_inset
618
619
620 \begin_inset CommandInset ref
621 LatexCommand ref
622 reference "sec:PostScript"
623
624 \end_inset
625
626 .
627  To zip EPS-graphics, use the following commands in a UNIX-shell or a Windows
628  console:
629 \begin_inset Newline newline
630 \end_inset
631
632
633 \series bold
634 gzip x.eps
635 \series default
636
637 \begin_inset Newline newline
638 \end_inset
639
640
641 \series bold
642 zgrep %%Bounding x.eps.gz > x.eps.bb
643 \series default
644
645 \begin_inset Newline newline
646 \end_inset
647
648 The second command creates the bounding box file 
649 \begin_inset Quotes eld
650 \end_inset
651
652 x.eps.bb
653 \begin_inset Quotes erd
654 \end_inset
655
656  that is needed by LaTeX for zipped graphics.
657 \end_layout
658
659 \begin_layout Standard
660 \begin_inset VSpace bigskip
661 \end_inset
662
663
664 \end_layout
665
666 \begin_layout Standard
667 This is an example image in EPS format
668 \begin_inset Foot
669 status collapsed
670
671 \begin_layout Plain Layout
672 Image formats are explained in section
673 \begin_inset space ~
674 \end_inset
675
676
677 \begin_inset CommandInset ref
678 LatexCommand ref
679 reference "sec:Image-Formats"
680
681 \end_inset
682
683 .
684 \end_layout
685
686 \end_inset
687
688  within a separate, horizontally centered paragraph:
689 \end_layout
690
691 \begin_layout Standard
692 \align center
693 \begin_inset Graphics
694         filename clipart/mobius.eps
695         scale 70
696         scaleBeforeRotation
697         rotateOrigin center
698
699 \end_inset
700
701
702 \end_layout
703
704 \begin_layout Standard
705 This is the same image like the one above but in draft mode:
706 \end_layout
707
708 \begin_layout Standard
709 \align center
710 \begin_inset Graphics
711         filename clipart/mobius.eps
712         scale 70
713         draft
714         scaleBeforeRotation
715         rotateOrigin center
716
717 \end_inset
718
719
720 \end_layout
721
722 \begin_layout Section
723 Figure Floats
724 \begin_inset CommandInset label
725 LatexCommand label
726 name "sec:Figure-Floats"
727
728 \end_inset
729
730
731 \begin_inset Index
732 status collapsed
733
734 \begin_layout Plain Layout
735 Floats ! Figures
736 \end_layout
737
738 \end_inset
739
740
741 \begin_inset Index
742 status collapsed
743
744 \begin_layout Plain Layout
745 Figures ! Floats
746 \end_layout
747
748 \end_inset
749
750
751 \end_layout
752
753 \begin_layout Standard
754 For general explanations about floats, have a look at section
755 \begin_inset space ~
756 \end_inset
757
758
759 \begin_inset CommandInset ref
760 LatexCommand ref
761 reference "sec:FloatIntroduction"
762
763 \end_inset
764
765 .
766 \end_layout
767
768 \begin_layout Standard
769 The toolbar button 
770 \begin_inset Graphics
771         filename ../images/float-insert_figure.png
772         scale 85
773         scaleBeforeRotation
774
775 \end_inset
776
777  and the menu 
778 \family sans
779 Insert\SpecialChar \menuseparator
780 Float\SpecialChar \menuseparator
781 Figure
782 \family default
783  inserts a float with a caption that has the label 
784 \begin_inset Quotes eld
785 \end_inset
786
787 Figure
788 \begin_inset space ~
789 \end_inset
790
791 #:
792 \begin_inset Quotes erd
793 \end_inset
794
795  (# is the actual number).
796  You can insert the image above the caption, like in Figure
797 \begin_inset space ~
798 \end_inset
799
800
801 \begin_inset CommandInset ref
802 LatexCommand ref
803 reference "fig:kill-plat"
804
805 \end_inset
806
807  or below the caption, like in Figure
808 \begin_inset space ~
809 \end_inset
810
811
812 \begin_inset CommandInset ref
813 LatexCommand ref
814 reference "fig:escher"
815
816 \end_inset
817
818 .
819  More about the caption placement is described in section
820 \begin_inset space ~
821 \end_inset
822
823
824 \begin_inset CommandInset ref
825 LatexCommand ref
826 reference "sec:Caption-Placement"
827
828 \end_inset
829
830 .
831 \end_layout
832
833 \begin_layout Standard
834 \begin_inset Float figure
835 wide false
836 sideways false
837 status open
838
839 \begin_layout Plain Layout
840 \align center
841 \begin_inset Graphics
842         filename clipart/platypus.eps
843         width 50col%
844         scaleBeforeRotation
845         rotateOrigin center
846
847 \end_inset
848
849
850 \end_layout
851
852 \begin_layout Plain Layout
853 \begin_inset Caption
854
855 \begin_layout Plain Layout
856 \begin_inset CommandInset label
857 LatexCommand label
858 name "fig:kill-plat"
859
860 \end_inset
861
862 A severely distorted platypus in a float.
863 \end_layout
864
865 \end_inset
866
867
868 \end_layout
869
870 \end_inset
871
872
873 \end_layout
874
875 \begin_layout Standard
876 \begin_inset Float figure
877 wide false
878 sideways false
879 status open
880
881 \begin_layout Plain Layout
882 \begin_inset Caption
883
884 \begin_layout Plain Layout
885 \begin_inset CommandInset label
886 LatexCommand label
887 name "fig:escher"
888
889 \end_inset
890
891 M.C.
892  Escher on acid.
893 \end_layout
894
895 \end_inset
896
897
898 \end_layout
899
900 \begin_layout Plain Layout
901 \align center
902 \begin_inset Graphics
903         filename clipart/escher-lsd.eps
904         scale 80
905         scaleBeforeRotation
906         rotateOrigin center
907
908 \end_inset
909
910
911 \end_layout
912
913 \end_inset
914
915
916 \end_layout
917
918 \begin_layout Standard
919 \begin_inset Index
920 status collapsed
921
922 \begin_layout Plain Layout
923 References ! to Figures
924 \end_layout
925
926 \end_inset
927
928 Figure
929 \begin_inset space ~
930 \end_inset
931
932
933 \begin_inset CommandInset ref
934 LatexCommand ref
935 reference "fig:kill-plat"
936
937 \end_inset
938
939  and 
940 \begin_inset CommandInset ref
941 LatexCommand ref
942 reference "fig:escher"
943
944 \end_inset
945
946  are examples of referenced figures.
947  Figures can be referenced in the text by referencing their label.
948  To do this insert a label in the caption using the menu 
949 \family sans
950 Insert\SpecialChar \menuseparator
951 Label
952 \family default
953  or the toolbar button 
954 \begin_inset Graphics
955         filename ../images/label-insert.png
956         scale 85
957         scaleBeforeRotation
958
959 \end_inset
960
961 .
962  You can now refer to the label using the menu 
963 \family sans
964 Insert\SpecialChar \menuseparator
965 Cross
966 \begin_inset space ~
967 \end_inset
968
969 reference
970 \family default
971  or the toolbar button 
972 \begin_inset Graphics
973         filename ../images/dialog-show-new-inset_ref.png
974         scale 85
975         scaleBeforeRotation
976
977 \end_inset
978
979 .
980  It is important to use references to floats, rather than using vague references
981  like 
982 \begin_inset Quotes eld
983 \end_inset
984
985 the figure above
986 \begin_inset Quotes erd
987 \end_inset
988
989 , because as LaTeX will reposition the floats in the final document, it
990  might not be 
991 \begin_inset Quotes eld
992 \end_inset
993
994 above
995 \begin_inset Quotes erd
996 \end_inset
997
998  at all.
999 \begin_inset Newline newline
1000 \end_inset
1001
1002 Referencing is explained in detail in section
1003 \begin_inset space ~
1004 \end_inset
1005
1006
1007 \begin_inset CommandInset ref
1008 LatexCommand ref
1009 reference "sec:Referencing-Floats"
1010
1011 \end_inset
1012
1013 .
1014 \end_layout
1015
1016 \begin_layout Standard
1017 Normally only one image is inserted to a figure float, but sometimes you
1018  might want to use two images with separate subcaptions.
1019  This can be done by inserting image floats into existing image floats.
1020  Note that only the main caption of the float is added to the List of Figures.
1021  Figure
1022 \begin_inset space ~
1023 \end_inset
1024
1025
1026 \begin_inset CommandInset ref
1027 LatexCommand ref
1028 reference "fig:Two-distorted-images"
1029
1030 \end_inset
1031
1032  is an example of a figure float with two images set side by side.
1033  You can also set the images one below the other.
1034  Figure
1035 \begin_inset space ~
1036 \end_inset
1037
1038
1039 \begin_inset CommandInset ref
1040 LatexCommand ref
1041 reference "fig:Undefinable-structure"
1042
1043 \end_inset
1044
1045  and 
1046 \begin_inset CommandInset ref
1047 LatexCommand ref
1048 reference "fig:A-Platypus"
1049
1050 \end_inset
1051
1052  are the subfigures.
1053 \end_layout
1054
1055 \begin_layout Standard
1056 \begin_inset Float figure
1057 wide false
1058 sideways false
1059 status open
1060
1061 \begin_layout Plain Layout
1062 \begin_inset space \hfill{}
1063 \end_inset
1064
1065
1066 \begin_inset Float figure
1067 wide false
1068 sideways false
1069 status open
1070
1071 \begin_layout Plain Layout
1072 \begin_inset Caption
1073
1074 \begin_layout Plain Layout
1075 \begin_inset CommandInset label
1076 LatexCommand label
1077 name "fig:Undefinable-structure"
1078
1079 \end_inset
1080
1081 Undefinable structure.
1082 \end_layout
1083
1084 \end_inset
1085
1086
1087 \end_layout
1088
1089 \begin_layout Plain Layout
1090 \begin_inset Graphics
1091         filename clipart/escher-lsd.eps
1092         width 45col%
1093         scaleBeforeRotation
1094
1095 \end_inset
1096
1097
1098 \end_layout
1099
1100 \end_inset
1101
1102
1103 \begin_inset space \hfill{}
1104 \end_inset
1105
1106
1107 \begin_inset Float figure
1108 wide false
1109 sideways false
1110 status open
1111
1112 \begin_layout Plain Layout
1113 \begin_inset Caption
1114
1115 \begin_layout Plain Layout
1116 \begin_inset CommandInset label
1117 LatexCommand label
1118 name "fig:A-Platypus"
1119
1120 \end_inset
1121
1122 A Platypus.
1123 \end_layout
1124
1125 \end_inset
1126
1127
1128 \end_layout
1129
1130 \begin_layout Plain Layout
1131 \begin_inset Graphics
1132         filename clipart/platypus.eps
1133         lyxscale 60
1134         width 45col%
1135         scaleBeforeRotation
1136
1137 \end_inset
1138
1139
1140 \end_layout
1141
1142 \end_inset
1143
1144
1145 \begin_inset space \hfill{}
1146 \end_inset
1147
1148
1149 \end_layout
1150
1151 \begin_layout Plain Layout
1152 \begin_inset Caption
1153
1154 \begin_layout Plain Layout
1155 \begin_inset CommandInset label
1156 LatexCommand label
1157 name "fig:Two-distorted-images"
1158
1159 \end_inset
1160
1161 Two distorted images.
1162 \end_layout
1163
1164 \end_inset
1165
1166
1167 \end_layout
1168
1169 \end_inset
1170
1171
1172 \end_layout
1173
1174 \begin_layout Section
1175 Image Formats
1176 \begin_inset CommandInset label
1177 LatexCommand label
1178 name "sec:Image-Formats"
1179
1180 \end_inset
1181
1182
1183 \begin_inset Index
1184 status collapsed
1185
1186 \begin_layout Plain Layout
1187 Image Formats
1188 \end_layout
1189
1190 \end_inset
1191
1192
1193 \begin_inset Index
1194 status collapsed
1195
1196 \begin_layout Plain Layout
1197 Figures ! Image Formats
1198 \end_layout
1199
1200 \end_inset
1201
1202
1203 \end_layout
1204
1205 \begin_layout Standard
1206 You can insert images in any known file format.
1207  But as explained in appendix
1208 \begin_inset space ~
1209 \end_inset
1210
1211
1212 \begin_inset CommandInset ref
1213 LatexCommand ref
1214 reference "cha:Output-File-Formats"
1215
1216 \end_inset
1217
1218 , every output document format allows only a few image formats.
1219  LyX uses therefore the program 
1220 \family typewriter
1221 Imagemagick
1222 \family default
1223  in the background to convert the images to the right format.
1224  To increase your work flow by avoiding these conversions in the background,
1225  you can use only the image formats that can directly be embedded in the
1226  output file format.
1227  The output file formats are explained in appendix
1228 \begin_inset space ~
1229 \end_inset
1230
1231
1232 \begin_inset CommandInset ref
1233 LatexCommand ref
1234 reference "cha:Output-File-Formats"
1235
1236 \end_inset
1237
1238 .
1239 \end_layout
1240
1241 \begin_layout Standard
1242 Similar to fonts there are two types of image formats:
1243 \end_layout
1244
1245 \begin_layout Description
1246 Bitmap
1247 \begin_inset space ~
1248 \end_inset
1249
1250 images consist of pixel values, often in a compressed form.
1251  They are therefore not fully scalable and look pixeled in large zooms.
1252  Well-known bitmap image formats are 
1253 \begin_inset Quotes eld
1254 \end_inset
1255
1256 Graphics Interchange Format
1257 \begin_inset Quotes erd
1258 \end_inset
1259
1260  (GIF, file extension 
1261 \begin_inset Quotes eld
1262 \end_inset
1263
1264
1265 \family typewriter
1266 .gif
1267 \family default
1268
1269 \begin_inset Quotes erd
1270 \end_inset
1271
1272 )
1273 \begin_inset Index
1274 status collapsed
1275
1276 \begin_layout Plain Layout
1277 GIF|see
1278 \begin_inset ERT
1279 status collapsed
1280
1281 \begin_layout Plain Layout
1282
1283 {
1284 \end_layout
1285
1286 \end_inset
1287
1288 Image formats
1289 \begin_inset ERT
1290 status collapsed
1291
1292 \begin_layout Plain Layout
1293
1294 }
1295 \end_layout
1296
1297 \end_inset
1298
1299
1300 \end_layout
1301
1302 \end_inset
1303
1304
1305 \begin_inset Quotes eld
1306 \end_inset
1307
1308 Portable Network Graphics
1309 \begin_inset Quotes erd
1310 \end_inset
1311
1312  (PNG, file extension 
1313 \begin_inset Quotes eld
1314 \end_inset
1315
1316
1317 \family typewriter
1318 .png
1319 \family default
1320
1321 \begin_inset Quotes erd
1322 \end_inset
1323
1324 )
1325 \begin_inset Index
1326 status collapsed
1327
1328 \begin_layout Plain Layout
1329 PNG|see
1330 \begin_inset ERT
1331 status collapsed
1332
1333 \begin_layout Plain Layout
1334
1335 {
1336 \end_layout
1337
1338 \end_inset
1339
1340 Image formats
1341 \begin_inset ERT
1342 status collapsed
1343
1344 \begin_layout Plain Layout
1345
1346 }
1347 \end_layout
1348
1349 \end_inset
1350
1351
1352 \end_layout
1353
1354 \end_inset
1355
1356 , and 
1357 \begin_inset Quotes eld
1358 \end_inset
1359
1360 Joint Photographic Experts Group
1361 \begin_inset Quotes erd
1362 \end_inset
1363
1364  (JPG, file extension 
1365 \begin_inset Quotes eld
1366 \end_inset
1367
1368
1369 \family typewriter
1370 .jpg
1371 \family default
1372
1373 \begin_inset Quotes erd
1374 \end_inset
1375
1376  or 
1377 \begin_inset Quotes eld
1378 \end_inset
1379
1380
1381 \family typewriter
1382 .jpeg
1383 \family default
1384
1385 \begin_inset Quotes erd
1386 \end_inset
1387
1388 )
1389 \begin_inset Index
1390 status collapsed
1391
1392 \begin_layout Plain Layout
1393 JPG|see
1394 \begin_inset ERT
1395 status collapsed
1396
1397 \begin_layout Plain Layout
1398
1399 {
1400 \end_layout
1401
1402 \end_inset
1403
1404 Image formats
1405 \begin_inset ERT
1406 status collapsed
1407
1408 \begin_layout Plain Layout
1409
1410 }
1411 \end_layout
1412
1413 \end_inset
1414
1415
1416 \end_layout
1417
1418 \end_inset
1419
1420 .
1421 \end_layout
1422
1423 \begin_layout Description
1424 Vector
1425 \begin_inset space ~
1426 \end_inset
1427
1428 images consist of vectors and can therefore be scaled to any size without
1429  data loss.
1430  The scaling ability is necessary if you want to create presentations, because
1431  presentations are always scaled by the video projector.
1432  Scaling is also useful for online documents to let the user zoom into diagrams.
1433 \begin_inset Newline newline
1434 \end_inset
1435
1436 Well-known scalable image formats are 
1437 \begin_inset Quotes eld
1438 \end_inset
1439
1440 Scalable Vector Graphics
1441 \begin_inset Quotes erd
1442 \end_inset
1443
1444  (SVG, file extension 
1445 \begin_inset Quotes eld
1446 \end_inset
1447
1448
1449 \family typewriter
1450 .svg
1451 \family default
1452
1453 \begin_inset Quotes erd
1454 \end_inset
1455
1456 )
1457 \begin_inset Index
1458 status collapsed
1459
1460 \begin_layout Plain Layout
1461 SVG|see
1462 \begin_inset ERT
1463 status collapsed
1464
1465 \begin_layout Plain Layout
1466
1467 {
1468 \end_layout
1469
1470 \end_inset
1471
1472 Image formats
1473 \begin_inset ERT
1474 status collapsed
1475
1476 \begin_layout Plain Layout
1477
1478 }
1479 \end_layout
1480
1481 \end_inset
1482
1483
1484 \end_layout
1485
1486 \end_inset
1487
1488
1489 \begin_inset Quotes eld
1490 \end_inset
1491
1492 Encapsulated PostScript
1493 \begin_inset Quotes erd
1494 \end_inset
1495
1496  (EPS, file extension 
1497 \begin_inset Quotes eld
1498 \end_inset
1499
1500
1501 \family typewriter
1502 .eps
1503 \family default
1504
1505 \begin_inset Quotes erd
1506 \end_inset
1507
1508 )
1509 \begin_inset Index
1510 status collapsed
1511
1512 \begin_layout Plain Layout
1513 EPS|see
1514 \begin_inset ERT
1515 status collapsed
1516
1517 \begin_layout Plain Layout
1518
1519 {
1520 \end_layout
1521
1522 \end_inset
1523
1524 Image formats
1525 \begin_inset ERT
1526 status collapsed
1527
1528 \begin_layout Plain Layout
1529
1530 }
1531 \end_layout
1532
1533 \end_inset
1534
1535
1536 \end_layout
1537
1538 \end_inset
1539
1540
1541 \begin_inset Quotes eld
1542 \end_inset
1543
1544 Portable Document Format
1545 \begin_inset Quotes erd
1546 \end_inset
1547
1548  (PDF, file extension 
1549 \begin_inset Quotes eld
1550 \end_inset
1551
1552
1553 \family typewriter
1554 .pdf
1555 \family default
1556
1557 \begin_inset Quotes erd
1558 \end_inset
1559
1560 )
1561 \begin_inset Index
1562 status collapsed
1563
1564 \begin_layout Plain Layout
1565 PDF
1566 \end_layout
1567
1568 \end_inset
1569
1570 , and 
1571 \begin_inset Quotes eld
1572 \end_inset
1573
1574 Windows Metafile
1575 \begin_inset Quotes erd
1576 \end_inset
1577
1578  (WMF, file extension 
1579 \begin_inset Quotes eld
1580 \end_inset
1581
1582
1583 \family typewriter
1584 .wmf
1585 \family default
1586
1587 \begin_inset Quotes erd
1588 \end_inset
1589
1590 )
1591 \begin_inset Index
1592 status collapsed
1593
1594 \begin_layout Plain Layout
1595 SVG|see
1596 \begin_inset ERT
1597 status collapsed
1598
1599 \begin_layout Plain Layout
1600
1601 {
1602 \end_layout
1603
1604 \end_inset
1605
1606 Image formats
1607 \begin_inset ERT
1608 status collapsed
1609
1610 \begin_layout Plain Layout
1611
1612 }
1613 \end_layout
1614
1615 \end_inset
1616
1617
1618 \end_layout
1619
1620 \end_inset
1621
1622 .
1623  We wrote 
1624 \begin_inset Quotes eld
1625 \end_inset
1626
1627 can be
1628 \begin_inset Quotes erd
1629 \end_inset
1630
1631 , because you can convert any bitmap image to a PDF or EPS-image and the
1632  result will still be a bitmap image.
1633  In this cases only a header with the image properties is added to the original
1634  image
1635 \begin_inset Foot
1636 status open
1637
1638 \begin_layout Plain Layout
1639 In the case of PDF, the original image is additionally compressed.
1640 \end_layout
1641
1642 \end_inset
1643
1644 .
1645  The PDF-files generated by 
1646 \family typewriter
1647 Adobe Photoshop
1648 \family default
1649  are for example bitmap images.
1650 \end_layout
1651
1652 \begin_layout Standard
1653 Normally it is not possible to convert a bitmap image into a scalable one,
1654  only vice versa.
1655  Only the image formats PDF and EPS can directly be embedded to PDF and
1656  PostScript output files, respectively.
1657  SVG and WMF-images are recalculated to bitmaps when the output file is
1658  generated because there is currently no adequate WMF/SVG
1659 \begin_inset Formula $\to$
1660 \end_inset
1661
1662 PDF/EPS converter available.
1663 \end_layout
1664
1665 \begin_layout Chapter
1666 Tables
1667 \begin_inset CommandInset label
1668 LatexCommand label
1669 name "cha:Tables"
1670
1671 \end_inset
1672
1673
1674 \begin_inset Index
1675 status collapsed
1676
1677 \begin_layout Plain Layout
1678 Table
1679 \end_layout
1680
1681 \end_inset
1682
1683
1684 \end_layout
1685
1686 \begin_layout Section
1687 Introduction
1688 \begin_inset Index
1689 status collapsed
1690
1691 \begin_layout Plain Layout
1692 Table ! Introduction
1693 \end_layout
1694
1695 \end_inset
1696
1697
1698 \end_layout
1699
1700 \begin_layout Standard
1701 You can insert a table using either the toolbar button 
1702 \begin_inset Graphics
1703         filename ../images/tabular-insert.png
1704         scale 85
1705         scaleBeforeRotation
1706
1707 \end_inset
1708
1709  or the menu 
1710 \family sans
1711 Insert\SpecialChar \menuseparator
1712 Table
1713 \family default
1714 .
1715  The toolbar button offers you a graphical selection: Move the mouse to
1716  set the column/row number of the table that should be created and then
1717  press a mouse button.
1718  When you use the menu to create a table, a dialog will appear, asking you
1719  for the number of rows and columns.
1720 \begin_inset Newline newline
1721 \end_inset
1722
1723  The default table has lines around any cell and the first row appears separated
1724  from the rest of the table.
1725  This separation occurs due to a double line: The cells of the first row
1726  have a line below them and the cells of the second row have a line above
1727  them.
1728  Here is an example table:
1729 \end_layout
1730
1731 \begin_layout Standard
1732 \align center
1733 \begin_inset Tabular
1734 <lyxtabular version="3" rows="4" columns="4">
1735 <features>
1736 <column alignment="center" valignment="top" width="0">
1737 <column alignment="center" valignment="top" width="0">
1738 <column alignment="center" valignment="top" width="0">
1739 <column alignment="center" valignment="top" width="0">
1740 <row>
1741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1742 \begin_inset Text
1743
1744 \begin_layout Plain Layout
1745
1746 \end_layout
1747
1748 \end_inset
1749 </cell>
1750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1751 \begin_inset Text
1752
1753 \begin_layout Plain Layout
1754
1755 \family roman
1756 \series medium
1757 \shape up
1758 \size normal
1759 \emph off
1760 \bar no
1761 \noun off
1762 \color none
1763 1
1764 \end_layout
1765
1766 \end_inset
1767 </cell>
1768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1769 \begin_inset Text
1770
1771 \begin_layout Plain Layout
1772 2
1773 \end_layout
1774
1775 \end_inset
1776 </cell>
1777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1778 \begin_inset Text
1779
1780 \begin_layout Plain Layout
1781 3
1782 \end_layout
1783
1784 \end_inset
1785 </cell>
1786 </row>
1787 <row>
1788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1789 \begin_inset Text
1790
1791 \begin_layout Plain Layout
1792
1793 \family roman
1794 \series medium
1795 \shape up
1796 \size normal
1797 \emph off
1798 \bar no
1799 \noun off
1800 \color none
1801 A
1802 \end_layout
1803
1804 \end_inset
1805 </cell>
1806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1807 \begin_inset Text
1808
1809 \begin_layout Plain Layout
1810
1811 \end_layout
1812
1813 \end_inset
1814 </cell>
1815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1816 \begin_inset Text
1817
1818 \begin_layout Plain Layout
1819
1820 \end_layout
1821
1822 \end_inset
1823 </cell>
1824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1825 \begin_inset Text
1826
1827 \begin_layout Plain Layout
1828
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 B
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" bottomline="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 C
1896 \end_layout
1897
1898 \end_inset
1899 </cell>
1900 <cell alignment="center" valignment="top" topline="true" bottomline="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" bottomline="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" bottomline="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 </lyxtabular>
1929
1930 \end_inset
1931
1932
1933 \end_layout
1934
1935 \begin_layout Section
1936 Table Dialog
1937 \begin_inset Index
1938 status collapsed
1939
1940 \begin_layout Plain Layout
1941 Table ! Dialog
1942 \end_layout
1943
1944 \end_inset
1945
1946
1947 \end_layout
1948
1949 \begin_layout Standard
1950 You can alter a table by clicking on it with the right mouse button, which
1951  brings up the table dialog.
1952  Here you can adjust the settings of that cell and row/column respectively
1953  where the cursor is currently placed.
1954  Most of the dialog options also work on selections.
1955  This means if you select more cells, columns or rows, the action is done
1956  for the whole selection.
1957  Note that there is a difference between selecting the 
1958 \emph on
1959 contents
1960 \emph default
1961  of the cell, and the cell itself.
1962  You can alter tables with the following tabs of the table dialog:
1963 \end_layout
1964
1965 \begin_layout Description
1966
1967 \family sans
1968 Table
1969 \begin_inset space ~
1970 \end_inset
1971
1972 Settings
1973 \family default
1974  Here you can set the horizontal alignment and the width of the current
1975  column.
1976  When you have set a width you can also adjust the vertical alignment of
1977  the current row.
1978  A given width will allow the cell to have line breaks and multiple paragraphs
1979  of text, see section
1980 \begin_inset space ~
1981 \end_inset
1982
1983
1984 \begin_inset CommandInset ref
1985 LatexCommand ref
1986 reference "sub:Multiple-Lines-in"
1987
1988 \end_inset
1989
1990 .
1991  If you set no width, the column is as wide as their widest cell content
1992  is.
1993 \begin_inset Newline newline
1994 \end_inset
1995
1996 Furthermore, you can mark one or multiple cells of one row as a multicolumn
1997  cell, see section
1998 \begin_inset space ~
1999 \end_inset
2000
2001
2002 \begin_inset CommandInset ref
2003 LatexCommand ref
2004 reference "sub:Multicolumns"
2005
2006 \end_inset
2007
2008 .
2009 \begin_inset Newline newline
2010 \end_inset
2011
2012 The rotate check boxes rotates the current cell, a selection, or the whole
2013  table counter-clockwise by 90°.
2014  The rotation is not shown within LyX, only in the output.
2015 \begin_inset Newline newline
2016 \end_inset
2017
2018
2019 \begin_inset Note Greyedout
2020 status open
2021
2022 \begin_layout Plain Layout
2023
2024 \series bold
2025 Note:
2026 \series default
2027  Not all DVI-viewers are able to display rotations.
2028 \end_layout
2029
2030 \end_inset
2031
2032
2033 \begin_inset Newline newline
2034 \end_inset
2035
2036 It is also possible to enter a LaTeX-argument which is needed for special
2037  table formattings, see section
2038 \begin_inset space ~
2039 \end_inset
2040
2041
2042 \begin_inset CommandInset ref
2043 LatexCommand ref
2044 reference "sub:Multicolumn-Calculations"
2045
2046 \end_inset
2047
2048  and 
2049 \begin_inset CommandInset ref
2050 LatexCommand ref
2051 reference "sec:Colored-Tables"
2052
2053 \end_inset
2054
2055 .
2056 \end_layout
2057
2058 \begin_layout Description
2059
2060 \family sans
2061 Borders
2062 \family default
2063  In this tab you can add and delete border lines for the current row/column.
2064 \begin_inset Newline newline
2065 \end_inset
2066
2067 Using the style option 
2068 \family sans
2069 Formal
2070 \family default
2071  will convert the table to a formal table as described in section
2072 \begin_inset space ~
2073 \end_inset
2074
2075
2076 \begin_inset CommandInset ref
2077 LatexCommand ref
2078 reference "sec:Formal-Tables"
2079
2080 \end_inset
2081
2082 .
2083 \begin_inset Newline newline
2084 \end_inset
2085
2086 You can also add here space to table rows as decribed in section
2087 \begin_inset space ~
2088 \end_inset
2089
2090
2091 \begin_inset CommandInset ref
2092 LatexCommand ref
2093 reference "sub:Row-Spacing"
2094
2095 \end_inset
2096
2097 .
2098 \end_layout
2099
2100 \begin_layout Description
2101
2102 \family sans
2103 Longtable
2104 \family default
2105  This tab is to make a table a so called 
2106 \begin_inset Quotes eld
2107 \end_inset
2108
2109
2110 \emph on
2111 longtable
2112 \emph default
2113
2114 \begin_inset Quotes erd
2115 \end_inset
2116
2117  that can run over several pages.
2118  Section
2119 \begin_inset space ~
2120 \end_inset
2121
2122
2123 \begin_inset CommandInset ref
2124 LatexCommand ref
2125 reference "sec:Longtables"
2126
2127 \end_inset
2128
2129  and 
2130 \begin_inset CommandInset ref
2131 LatexCommand ref
2132 reference "sec:Special-Longtable-Issues"
2133
2134 \end_inset
2135
2136  describe the longtable features in detail.
2137 \end_layout
2138
2139 \begin_layout Standard
2140 When the table toolbar is opened, you can move the cursor with the arrow
2141  keys from cell to cell and the property of the current cell will immediately
2142  be displayed in the dialog.
2143 \end_layout
2144
2145 \begin_layout Section
2146 Table Toolbar
2147 \begin_inset Index
2148 status collapsed
2149
2150 \begin_layout Plain Layout
2151 Table ! Toolbar
2152 \end_layout
2153
2154 \end_inset
2155
2156
2157 \end_layout
2158
2159 \begin_layout Standard
2160 The table toolbar is an alternative to the table dialog to be able to alter
2161  tables faster.
2162  It should normally appear at the bottom of LyX's main window when the cursor
2163  is inside a table.
2164  You can alternatively switch it on to appear always, by right-clicking
2165  in LyX's main menu bar.
2166 \end_layout
2167
2168 \begin_layout Standard
2169 The toolbar has the following icons:
2170 \end_layout
2171
2172 \begin_layout Labeling
2173 \labelwidthstring 00.00.0000
2174 \begin_inset Graphics
2175         filename ../images/tabular-feature_append-row.png
2176         scaleBeforeRotation
2177
2178 \end_inset
2179
2180  adds a row below the current cell or selection
2181 \end_layout
2182
2183 \begin_layout Labeling
2184 \labelwidthstring 00.00.0000
2185 \begin_inset Graphics
2186         filename ../images/tabular-feature_append-column.png
2187         scaleBeforeRotation
2188
2189 \end_inset
2190
2191  adds a column right beside the current cell or selection
2192 \end_layout
2193
2194 \begin_layout Labeling
2195 \labelwidthstring 00.00.0000
2196 \begin_inset Graphics
2197         filename ../images/tabular-feature_delete-row.png
2198         scaleBeforeRotation
2199
2200 \end_inset
2201
2202  deletes the current row or selection
2203 \end_layout
2204
2205 \begin_layout Labeling
2206 \labelwidthstring 00.00.0000
2207 \begin_inset Graphics
2208         filename ../images/tabular-feature_delete-column.png
2209         scaleBeforeRotation
2210
2211 \end_inset
2212
2213  deletes the current column or selection
2214 \end_layout
2215
2216 \begin_layout Labeling
2217 \labelwidthstring 00.00.0000
2218 \begin_inset Graphics
2219         filename ../images/tabular-feature_toggle-line-top.png
2220         scaleBeforeRotation
2221
2222 \end_inset
2223
2224  adds a line at the top of the current cell / row or of a selection
2225 \end_layout
2226
2227 \begin_layout Labeling
2228 \labelwidthstring 00.00.0000
2229 \begin_inset Graphics
2230         filename ../images/tabular-feature_toggle-line-bottom.png
2231         scaleBeforeRotation
2232
2233 \end_inset
2234
2235  adds a line at the bottom of the current cell / row or of a selection
2236 \end_layout
2237
2238 \begin_layout Labeling
2239 \labelwidthstring 00.00.0000
2240 \begin_inset Graphics
2241         filename ../images/tabular-feature_toggle-line-left.png
2242         scaleBeforeRotation
2243
2244 \end_inset
2245
2246  adds a line at the left side of the current cell / row or of a selection
2247 \end_layout
2248
2249 \begin_layout Labeling
2250 \labelwidthstring 00.00.0000
2251 \begin_inset Graphics
2252         filename ../images/tabular-feature_toggle-line-right.png
2253         scaleBeforeRotation
2254
2255 \end_inset
2256
2257  adds a line at the right side of the current cell / row or of a selection
2258 \end_layout
2259
2260 \begin_layout Labeling
2261 \labelwidthstring 00.00.0000
2262 \begin_inset Graphics
2263         filename ../images/tabular-feature_set-all-lines.png
2264         scaleBeforeRotation
2265
2266 \end_inset
2267
2268  adds lines around the current or selected cells - if the current cell no
2269  multicolumn this also affects the current row and column
2270 \end_layout
2271
2272 \begin_layout Labeling
2273 \labelwidthstring 00.00.0000
2274 \begin_inset Graphics
2275         filename ../images/tabular-feature_unset-all-lines.png
2276         scaleBeforeRotation
2277
2278 \end_inset
2279
2280  deletes all lines of the current or selected cells - if the current cell
2281  no multicolumn this also affects the current row and column
2282 \end_layout
2283
2284 \begin_layout Labeling
2285 \labelwidthstring 00.00.0000
2286 \begin_inset Graphics
2287         filename ../images/tabular-feature_align-left.png
2288         scaleBeforeRotation
2289
2290 \end_inset
2291
2292  left-aligns the content of the current cell / column
2293 \end_layout
2294
2295 \begin_layout Labeling
2296 \labelwidthstring 00.00.0000
2297 \begin_inset Graphics
2298         filename ../images/tabular-feature_align-center.png
2299         scaleBeforeRotation
2300
2301 \end_inset
2302
2303  centers the content of the current cell / column horizontally
2304 \end_layout
2305
2306 \begin_layout Labeling
2307 \labelwidthstring 00.00.0000
2308 \begin_inset Graphics
2309         filename ../images/tabular-feature_align-right.png
2310         scaleBeforeRotation
2311
2312 \end_inset
2313
2314  right-aligns the content of the current cell / column
2315 \end_layout
2316
2317 \begin_layout Labeling
2318 \labelwidthstring 00.00.0000
2319 \begin_inset Graphics
2320         filename ../images/tabular-feature_valign-top.png
2321         scaleBeforeRotation
2322
2323 \end_inset
2324
2325  aligns the content of the current cell vertically to the top
2326 \end_layout
2327
2328 \begin_layout Labeling
2329 \labelwidthstring 00.00.0000
2330 \begin_inset Graphics
2331         filename ../images/tabular-feature_valign-middle.png
2332         scaleBeforeRotation
2333
2334 \end_inset
2335
2336  centers the content of the current cell vertically
2337 \end_layout
2338
2339 \begin_layout Labeling
2340 \labelwidthstring 00.00.0000
2341 \begin_inset Graphics
2342         filename ../images/tabular-feature_valign-bottom.png
2343         scaleBeforeRotation
2344
2345 \end_inset
2346
2347  aligns the content of the current cell vertically to the bottom
2348 \end_layout
2349
2350 \begin_layout Labeling
2351 \labelwidthstring 00.00.0000
2352 \begin_inset Graphics
2353         filename ../images/tabular-feature_set-rotate-cell.png
2354         scaleBeforeRotation
2355
2356 \end_inset
2357
2358  rotates the current cell or selection counter-clockwise by 90°
2359 \end_layout
2360
2361 \begin_layout Labeling
2362 \labelwidthstring 00.00.0000
2363 \begin_inset Graphics
2364         filename ../images/tabular-feature_set-rotate-tabular.png
2365         scaleBeforeRotation
2366
2367 \end_inset
2368
2369  rotates the whole table counter-clockwise by 90°
2370 \end_layout
2371
2372 \begin_layout Labeling
2373 \labelwidthstring 00.00.0000
2374 \begin_inset Graphics
2375         filename ../images/tabular-feature_multicolumn.png
2376         scaleBeforeRotation
2377
2378 \end_inset
2379
2380  sets the current cell or selection as a multicolumn
2381 \end_layout
2382
2383 \begin_layout Standard
2384 \begin_inset Note Greyedout
2385 status open
2386
2387 \begin_layout Plain Layout
2388
2389 \series bold
2390 Note:
2391 \series default
2392  For the output the vertical alignment of the first cell in a row is used
2393  for all following cells in the row.
2394 \end_layout
2395
2396 \end_inset
2397
2398
2399 \end_layout
2400
2401 \begin_layout Section
2402 Edit Table Menu
2403 \begin_inset Index
2404 status collapsed
2405
2406 \begin_layout Plain Layout
2407 Table ! Edit Menu
2408 \end_layout
2409
2410 \end_inset
2411
2412
2413 \end_layout
2414
2415 \begin_layout Standard
2416 Additionally to the table dialog and toolbar, the menu 
2417 \family sans
2418 Edit\SpecialChar \menuseparator
2419 Table
2420 \family default
2421  allows you to add and delete border lines for the current row/column and
2422  to set the current selection as multicolumn.
2423  The menu is only available when the cursor is inside a table.
2424 \end_layout
2425
2426 \begin_layout Section
2427 Table Floats
2428 \begin_inset CommandInset label
2429 LatexCommand label
2430 name "sec:Table-Floats"
2431
2432 \end_inset
2433
2434
2435 \begin_inset Index
2436 status collapsed
2437
2438 \begin_layout Plain Layout
2439 Floats ! Tables
2440 \end_layout
2441
2442 \end_inset
2443
2444
2445 \begin_inset Index
2446 status collapsed
2447
2448 \begin_layout Plain Layout
2449 Table ! Floats
2450 \end_layout
2451
2452 \end_inset
2453
2454
2455 \end_layout
2456
2457 \begin_layout Standard
2458 For general explanations about floats, have a look at section
2459 \begin_inset space ~
2460 \end_inset
2461
2462
2463 \begin_inset CommandInset ref
2464 LatexCommand ref
2465 reference "sec:FloatIntroduction"
2466
2467 \end_inset
2468
2469 .
2470 \end_layout
2471
2472 \begin_layout Standard
2473 \begin_inset Float table
2474 placement h
2475 wide false
2476 sideways false
2477 status open
2478
2479 \begin_layout Plain Layout
2480 \begin_inset Caption
2481
2482 \begin_layout Plain Layout
2483 \begin_inset CommandInset label
2484 LatexCommand label
2485 name "tab:a table float"
2486
2487 \end_inset
2488
2489 A table float.
2490 \end_layout
2491
2492 \end_inset
2493
2494
2495 \end_layout
2496
2497 \begin_layout Plain Layout
2498 \align center
2499 \begin_inset Tabular
2500 <lyxtabular version="3" rows="3" columns="3">
2501 <features>
2502 <column alignment="center" valignment="top" width="0pt">
2503 <column alignment="center" valignment="top" width="0pt">
2504 <column alignment="center" valignment="top" width="0pt">
2505 <row>
2506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2507 \begin_inset Text
2508
2509 \begin_layout Plain Layout
2510
2511 \family roman
2512 \series medium
2513 \shape up
2514 \size normal
2515 \emph off
2516 \bar no
2517 \noun off
2518 \color none
2519 1
2520 \end_layout
2521
2522 \end_inset
2523 </cell>
2524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2525 \begin_inset Text
2526
2527 \begin_layout Plain Layout
2528
2529 \family roman
2530 \series medium
2531 \shape up
2532 \size normal
2533 \emph off
2534 \bar no
2535 \noun off
2536 \color none
2537 2
2538 \end_layout
2539
2540 \end_inset
2541 </cell>
2542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2543 \begin_inset Text
2544
2545 \begin_layout Plain Layout
2546
2547 \family roman
2548 \series medium
2549 \shape up
2550 \size normal
2551 \emph off
2552 \bar no
2553 \noun off
2554 \color none
2555 3
2556 \end_layout
2557
2558 \end_inset
2559 </cell>
2560 </row>
2561 <row>
2562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2563 \begin_inset Text
2564
2565 \begin_layout Plain Layout
2566
2567 \family roman
2568 \series medium
2569 \shape up
2570 \size normal
2571 \emph off
2572 \bar no
2573 \noun off
2574 \color none
2575 Joe
2576 \end_layout
2577
2578 \end_inset
2579 </cell>
2580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2581 \begin_inset Text
2582
2583 \begin_layout Plain Layout
2584
2585 \family roman
2586 \series medium
2587 \shape up
2588 \size normal
2589 \emph off
2590 \bar no
2591 \noun off
2592 \color none
2593 Mary
2594 \end_layout
2595
2596 \end_inset
2597 </cell>
2598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2599 \begin_inset Text
2600
2601 \begin_layout Plain Layout
2602
2603 \family roman
2604 \series medium
2605 \shape up
2606 \size normal
2607 \emph off
2608 \bar no
2609 \noun off
2610 \color none
2611 Ted
2612 \end_layout
2613
2614 \end_inset
2615 </cell>
2616 </row>
2617 <row>
2618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2619 \begin_inset Text
2620
2621 \begin_layout Plain Layout
2622
2623 \family roman
2624 \series medium
2625 \shape up
2626 \size normal
2627 \emph off
2628 \bar no
2629 \noun off
2630 \color none
2631 \begin_inset Formula $\int x^{2}dx$
2632 \end_inset
2633
2634
2635 \end_layout
2636
2637 \end_inset
2638 </cell>
2639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2640 \begin_inset Text
2641
2642 \begin_layout Plain Layout
2643
2644 \family roman
2645 \series medium
2646 \shape up
2647 \size normal
2648 \emph off
2649 \bar no
2650 \noun off
2651 \color none
2652 \begin_inset Formula $\left[\begin{array}{cc}
2653 a & b\\
2654 c & d\end{array}\right]$
2655 \end_inset
2656
2657
2658 \end_layout
2659
2660 \end_inset
2661 </cell>
2662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2663 \begin_inset Text
2664
2665 \begin_layout Plain Layout
2666
2667 \family roman
2668 \series medium
2669 \shape up
2670 \size normal
2671 \emph off
2672 \bar no
2673 \noun off
2674 \color none
2675 \begin_inset Formula $1+1=2$
2676 \end_inset
2677
2678
2679 \end_layout
2680
2681 \end_inset
2682 </cell>
2683 </row>
2684 </lyxtabular>
2685
2686 \end_inset
2687
2688
2689 \end_layout
2690
2691 \end_inset
2692
2693
2694 \end_layout
2695
2696 \begin_layout Standard
2697 Table floats can be inserted using the menu 
2698 \family sans
2699 Insert\SpecialChar \menuseparator
2700 Float\SpecialChar \menuseparator
2701 Table
2702 \family default
2703  or the toolbar button 
2704 \begin_inset Graphics
2705         filename ../images/float-insert_table.png
2706         scale 85
2707         scaleBeforeRotation
2708
2709 \end_inset
2710
2711 .
2712 \end_layout
2713
2714 \begin_layout Standard
2715 The float appears as a collapsible box with a caption that has the label
2716  
2717 \begin_inset Quotes eld
2718 \end_inset
2719
2720 Table
2721 \begin_inset space ~
2722 \end_inset
2723
2724 #:
2725 \begin_inset Quotes erd
2726 \end_inset
2727
2728  (# is the actual table number).
2729  You can insert tables to the float above or below the caption.
2730 \end_layout
2731
2732 \begin_layout Standard
2733 Table
2734 \begin_inset space ~
2735 \end_inset
2736
2737
2738 \begin_inset CommandInset ref
2739 LatexCommand ref
2740 reference "tab:a table float"
2741
2742 \end_inset
2743
2744  is an example table within a table float.
2745 \end_layout
2746
2747 \begin_layout Standard
2748 Having the caption above the table is the common rule that is unfortunately
2749  not supported in LaTeX's standard classes.
2750  That means if you are using the document classes 
2751 \family sans
2752 article
2753 \family default
2754
2755 \family sans
2756 book
2757 \family default
2758
2759 \family sans
2760 letter
2761 \family default
2762 , or 
2763 \family sans
2764 report
2765 \family default
2766  there will be no space between the caption and the table.
2767  To insert the needed space, add the following option to the load command
2768  of the LaTeX-package 
2769 \series bold
2770 caption
2771 \series default
2772
2773 \begin_inset Index
2774 status collapsed
2775
2776 \begin_layout Plain Layout
2777 LaTeX-packages ! caption
2778 \end_layout
2779
2780 \end_inset
2781
2782  in your document preamble
2783 \begin_inset Foot
2784 status collapsed
2785
2786 \begin_layout Plain Layout
2787 For more information have a look at section
2788 \begin_inset space ~
2789 \end_inset
2790
2791
2792 \begin_inset CommandInset ref
2793 LatexCommand ref
2794 reference "sec:Caption-Placement"
2795
2796 \end_inset
2797
2798 .
2799 \end_layout
2800
2801 \end_inset
2802
2803 :
2804 \end_layout
2805
2806 \begin_layout Standard
2807
2808 \series bold
2809 tableposition=top
2810 \end_layout
2811
2812 \begin_layout Standard
2813 The package 
2814 \series bold
2815 caption
2816 \series default
2817 , which is described in section
2818 \begin_inset space ~
2819 \end_inset
2820
2821
2822 \begin_inset CommandInset ref
2823 LatexCommand ref
2824 reference "sec:Caption-Formatting"
2825
2826 \end_inset
2827
2828 , is used to adjust the caption format.
2829 \end_layout
2830
2831 \begin_layout Standard
2832 \begin_inset Index
2833 status collapsed
2834
2835 \begin_layout Plain Layout
2836 References ! to Tables
2837 \end_layout
2838
2839 \end_inset
2840
2841 Tables can be cross-referenced in the text by referencing their label.
2842  To do this insert a label in the caption using the menu 
2843 \family sans
2844 Insert\SpecialChar \menuseparator
2845 Label
2846 \family default
2847  or the toolbar button 
2848 \begin_inset Graphics
2849         filename ../images/label-insert.png
2850         scale 85
2851         scaleBeforeRotation
2852
2853 \end_inset
2854
2855 .
2856  You can now refer to the label using the menu 
2857 \family sans
2858 Insert\SpecialChar \menuseparator
2859 Cross
2860 \begin_inset space ~
2861 \end_inset
2862
2863 reference
2864 \family default
2865  or the toolbar button 
2866 \begin_inset Graphics
2867         filename ../images/dialog-show-new-inset_ref.png
2868         scale 85
2869         scaleBeforeRotation
2870
2871 \end_inset
2872
2873 .
2874 \begin_inset Newline newline
2875 \end_inset
2876
2877 Referencing is explained in detail in section
2878 \begin_inset space ~
2879 \end_inset
2880
2881
2882 \begin_inset CommandInset ref
2883 LatexCommand ref
2884 reference "sec:Referencing-Floats"
2885
2886 \end_inset
2887
2888 .
2889 \end_layout
2890
2891 \begin_layout Section
2892 Longtables
2893 \begin_inset CommandInset label
2894 LatexCommand label
2895 name "sec:Longtables"
2896
2897 \end_inset
2898
2899
2900 \begin_inset Index
2901 status collapsed
2902
2903 \begin_layout Plain Layout
2904 Longtables
2905 \end_layout
2906
2907 \end_inset
2908
2909
2910 \begin_inset Index
2911 status collapsed
2912
2913 \begin_layout Plain Layout
2914 Table ! Longtables
2915 \end_layout
2916
2917 \end_inset
2918
2919
2920 \end_layout
2921
2922 \begin_layout Standard
2923 If the table is too long to fit on one page, you can use the option 
2924 \family sans
2925 Use
2926 \begin_inset space ~
2927 \end_inset
2928
2929 long
2930 \begin_inset space ~
2931 \end_inset
2932
2933 table
2934 \family default
2935  in the tab 
2936 \family sans
2937 Longtable
2938 \family default
2939  of the table dialog to split the table automatically over more pages.
2940  Doing this enables some check boxes and you can now define:
2941 \end_layout
2942
2943 \begin_layout Description
2944
2945 \family sans
2946 Header
2947 \family default
2948 : The current row and all rows above, that don't have any special options
2949  defined, are defined to be the header rows of all pages of the longtable;
2950  except for the first page, if 
2951 \family sans
2952 First
2953 \begin_inset space ~
2954 \end_inset
2955
2956 header
2957 \family default
2958  is defined.
2959  This therefore called the main header.
2960 \end_layout
2961
2962 \begin_layout Description
2963
2964 \family sans
2965 First
2966 \begin_inset space ~
2967 \end_inset
2968
2969 header
2970 \family default
2971 : The current row and all rows above, that don't have any special options
2972  defined, are defined to be the header rows of the first page of the longtable.
2973 \end_layout
2974
2975 \begin_layout Description
2976
2977 \family sans
2978 Footer
2979 \family default
2980 : The current row and all rows below, that don't have any special options
2981  defined, are defined to be the footer rows of all pages of the longtable;
2982  except for the last page, if 
2983 \family sans
2984 Last
2985 \begin_inset space ~
2986 \end_inset
2987
2988 footer
2989 \family default
2990  is defined.
2991 \end_layout
2992
2993 \begin_layout Description
2994
2995 \family sans
2996 Last
2997 \begin_inset space ~
2998 \end_inset
2999
3000 footer
3001 \family default
3002 : The current row and all rows below, that don't have any special options
3003  defined, are defined to be the footer rows of the last page of the longtable.
3004 \end_layout
3005
3006 \begin_layout Standard
3007 You can also specify a row where the table is splitted.
3008  If you set more than one option in the same table row, you should be aware
3009  of the fact that only the first one is used in the given table row.
3010  The others will then be defined as 
3011 \emph on
3012 empty
3013 \emph default
3014 .
3015  In this context, first means first in this order: 
3016 \family sans
3017 Header,
3018 \family default
3019  
3020 \family sans
3021 First
3022 \begin_inset space ~
3023 \end_inset
3024
3025 header, Footer, Last
3026 \begin_inset space ~
3027 \end_inset
3028
3029 footer.
3030
3031 \family default
3032  See the following longtable to see how it works:
3033 \end_layout
3034
3035 \begin_layout Standard
3036 \align center
3037 \begin_inset Tabular
3038 <lyxtabular version="3" rows="69" columns="3">
3039 <features islongtable="true">
3040 <column alignment="left" valignment="top" width="0cm">
3041 <column alignment="left" valignment="top" width="0pt">
3042 <column alignment="center" valignment="top" width="0pt">
3043 <row endfirsthead="true">
3044 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3045 \begin_inset Text
3046
3047 \begin_layout Plain Layout
3048
3049 \series bold
3050 Example Phone List (ignore the names)
3051 \end_layout
3052
3053 \end_inset
3054 </cell>
3055 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3056 \begin_inset Text
3057
3058 \begin_layout Plain Layout
3059
3060 \end_layout
3061
3062 \end_inset
3063 </cell>
3064 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3065 \begin_inset Text
3066
3067 \begin_layout Plain Layout
3068
3069 \end_layout
3070
3071 \end_inset
3072 </cell>
3073 </row>
3074 <row endfirsthead="true">
3075 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3076 \begin_inset Text
3077
3078 \begin_layout Plain Layout
3079
3080 \series bold
3081 NAME
3082 \end_layout
3083
3084 \end_inset
3085 </cell>
3086 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3087 \begin_inset Text
3088
3089 \begin_layout Plain Layout
3090
3091 \end_layout
3092
3093 \end_inset
3094 </cell>
3095 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3096 \begin_inset Text
3097
3098 \begin_layout Plain Layout
3099
3100 \series bold
3101 TEL.
3102 \end_layout
3103
3104 \end_inset
3105 </cell>
3106 </row>
3107 <row endhead="true">
3108 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3109 \begin_inset Text
3110
3111 \begin_layout Plain Layout
3112
3113 \series bold
3114 Example Phone List
3115 \end_layout
3116
3117 \end_inset
3118 </cell>
3119 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3120 \begin_inset Text
3121
3122 \begin_layout Plain Layout
3123
3124 \end_layout
3125
3126 \end_inset
3127 </cell>
3128 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3129 \begin_inset Text
3130
3131 \begin_layout Plain Layout
3132
3133 \end_layout
3134
3135 \end_inset
3136 </cell>
3137 </row>
3138 <row endhead="true">
3139 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3140 \begin_inset Text
3141
3142 \begin_layout Plain Layout
3143
3144 \series bold
3145 NAME
3146 \end_layout
3147
3148 \end_inset
3149 </cell>
3150 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3151 \begin_inset Text
3152
3153 \begin_layout Plain Layout
3154
3155 \end_layout
3156
3157 \end_inset
3158 </cell>
3159 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3160 \begin_inset Text
3161
3162 \begin_layout Plain Layout
3163
3164 \series bold
3165 TEL.
3166 \end_layout
3167
3168 \end_inset
3169 </cell>
3170 </row>
3171 <row endfoot="true">
3172 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3173 \begin_inset Text
3174
3175 \begin_layout Plain Layout
3176  continued on next page
3177 \end_layout
3178
3179 \end_inset
3180 </cell>
3181 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3182 \begin_inset Text
3183
3184 \begin_layout Plain Layout
3185
3186 \end_layout
3187
3188 \end_inset
3189 </cell>
3190 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3191 \begin_inset Text
3192
3193 \begin_layout Plain Layout
3194
3195 \end_layout
3196
3197 \end_inset
3198 </cell>
3199 </row>
3200 <row>
3201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3202 \begin_inset Text
3203
3204 \begin_layout Plain Layout
3205
3206 \series bold
3207 Annovi
3208 \end_layout
3209
3210 \end_inset
3211 </cell>
3212 <cell alignment="center" valignment="top" usebox="none">
3213 \begin_inset Text
3214
3215 \begin_layout Plain Layout
3216 Silvia
3217 \end_layout
3218
3219 \end_inset
3220 </cell>
3221 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3222 \begin_inset Text
3223
3224 \begin_layout Plain Layout
3225 111
3226 \end_layout
3227
3228 \end_inset
3229 </cell>
3230 </row>
3231 <row>
3232 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3233 \begin_inset Text
3234
3235 \begin_layout Plain Layout
3236
3237 \series bold
3238 Bertoli
3239 \end_layout
3240
3241 \end_inset
3242 </cell>
3243 <cell alignment="center" valignment="top" usebox="none">
3244 \begin_inset Text
3245
3246 \begin_layout Plain Layout
3247 Stefano
3248 \end_layout
3249
3250 \end_inset
3251 </cell>
3252 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3253 \begin_inset Text
3254
3255 \begin_layout Plain Layout
3256 111
3257 \end_layout
3258
3259 \end_inset
3260 </cell>
3261 </row>
3262 <row>
3263 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3264 \begin_inset Text
3265
3266 \begin_layout Plain Layout
3267
3268 \series bold
3269 Bozzi
3270 \end_layout
3271
3272 \end_inset
3273 </cell>
3274 <cell alignment="center" valignment="top" usebox="none">
3275 \begin_inset Text
3276
3277 \begin_layout Plain Layout
3278 Walter
3279 \end_layout
3280
3281 \end_inset
3282 </cell>
3283 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3284 \begin_inset Text
3285
3286 \begin_layout Plain Layout
3287 111
3288 \end_layout
3289
3290 \end_inset
3291 </cell>
3292 </row>
3293 <row>
3294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3295 \begin_inset Text
3296
3297 \begin_layout Plain Layout
3298
3299 \series bold
3300 Cachia
3301 \end_layout
3302
3303 \end_inset
3304 </cell>
3305 <cell alignment="center" valignment="top" usebox="none">
3306 \begin_inset Text
3307
3308 \begin_layout Plain Layout
3309 Maria
3310 \end_layout
3311
3312 \end_inset
3313 </cell>
3314 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3315 \begin_inset Text
3316
3317 \begin_layout Plain Layout
3318 111
3319 \end_layout
3320
3321 \end_inset
3322 </cell>
3323 </row>
3324 <row>
3325 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3326 \begin_inset Text
3327
3328 \begin_layout Plain Layout
3329
3330 \series bold
3331 Cachia
3332 \end_layout
3333
3334 \end_inset
3335 </cell>
3336 <cell alignment="center" valignment="top" usebox="none">
3337 \begin_inset Text
3338
3339 \begin_layout Plain Layout
3340 Maurizio
3341 \end_layout
3342
3343 \end_inset
3344 </cell>
3345 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3346 \begin_inset Text
3347
3348 \begin_layout Plain Layout
3349 111
3350 \end_layout
3351
3352 \end_inset
3353 </cell>
3354 </row>
3355 <row>
3356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3357 \begin_inset Text
3358
3359 \begin_layout Plain Layout
3360
3361 \series bold
3362 Cinquemani
3363 \end_layout
3364
3365 \end_inset
3366 </cell>
3367 <cell alignment="center" valignment="top" usebox="none">
3368 \begin_inset Text
3369
3370 \begin_layout Plain Layout
3371 Giusi
3372 \end_layout
3373
3374 \end_inset
3375 </cell>
3376 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3377 \begin_inset Text
3378
3379 \begin_layout Plain Layout
3380 111
3381 \end_layout
3382
3383 \end_inset
3384 </cell>
3385 </row>
3386 <row>
3387 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3388 \begin_inset Text
3389
3390 \begin_layout Plain Layout
3391
3392 \series bold
3393 Colin
3394 \end_layout
3395
3396 \end_inset
3397 </cell>
3398 <cell alignment="center" valignment="top" usebox="none">
3399 \begin_inset Text
3400
3401 \begin_layout Plain Layout
3402 Bernard
3403 \end_layout
3404
3405 \end_inset
3406 </cell>
3407 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3408 \begin_inset Text
3409
3410 \begin_layout Plain Layout
3411 111
3412 \end_layout
3413
3414 \end_inset
3415 </cell>
3416 </row>
3417 <row>
3418 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3419 \begin_inset Text
3420
3421 \begin_layout Plain Layout
3422
3423 \series bold
3424 Concli
3425 \end_layout
3426
3427 \end_inset
3428 </cell>
3429 <cell alignment="center" valignment="top" usebox="none">
3430 \begin_inset Text
3431
3432 \begin_layout Plain Layout
3433 Gianfranco
3434 \end_layout
3435
3436 \end_inset
3437 </cell>
3438 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3439 \begin_inset Text
3440
3441 \begin_layout Plain Layout
3442 111
3443 \end_layout
3444
3445 \end_inset
3446 </cell>
3447 </row>
3448 <row>
3449 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3450 \begin_inset Text
3451
3452 \begin_layout Plain Layout
3453
3454 \series bold
3455 Dal Bosco
3456 \end_layout
3457
3458 \end_inset
3459 </cell>
3460 <cell alignment="center" valignment="top" usebox="none">
3461 \begin_inset Text
3462
3463 \begin_layout Plain Layout
3464 Carolina
3465 \end_layout
3466
3467 \end_inset
3468 </cell>
3469 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3470 \begin_inset Text
3471
3472 \begin_layout Plain Layout
3473 111
3474 \end_layout
3475
3476 \end_inset
3477 </cell>
3478 </row>
3479 <row>
3480 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3481 \begin_inset Text
3482
3483 \begin_layout Plain Layout
3484
3485 \series bold
3486 Dalpiaz
3487 \end_layout
3488
3489 \end_inset
3490 </cell>
3491 <cell alignment="center" valignment="top" usebox="none">
3492 \begin_inset Text
3493
3494 \begin_layout Plain Layout
3495 Annamaria
3496 \end_layout
3497
3498 \end_inset
3499 </cell>
3500 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3501 \begin_inset Text
3502
3503 \begin_layout Plain Layout
3504 111
3505 \end_layout
3506
3507 \end_inset
3508 </cell>
3509 </row>
3510 <row>
3511 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3512 \begin_inset Text
3513
3514 \begin_layout Plain Layout
3515
3516 \series bold
3517 Feliciello
3518 \end_layout
3519
3520 \end_inset
3521 </cell>
3522 <cell alignment="center" valignment="top" usebox="none">
3523 \begin_inset Text
3524
3525 \begin_layout Plain Layout
3526 Domenico
3527 \end_layout
3528
3529 \end_inset
3530 </cell>
3531 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3532 \begin_inset Text
3533
3534 \begin_layout Plain Layout
3535 111
3536 \end_layout
3537
3538 \end_inset
3539 </cell>
3540 </row>
3541 <row>
3542 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3543 \begin_inset Text
3544
3545 \begin_layout Plain Layout
3546
3547 \series bold
3548 Focarelli
3549 \end_layout
3550
3551 \end_inset
3552 </cell>
3553 <cell alignment="center" valignment="top" usebox="none">
3554 \begin_inset Text
3555
3556 \begin_layout Plain Layout
3557 Paola
3558 \end_layout
3559
3560 \end_inset
3561 </cell>
3562 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3563 \begin_inset Text
3564
3565 \begin_layout Plain Layout
3566 111
3567 \end_layout
3568
3569 \end_inset
3570 </cell>
3571 </row>
3572 <row>
3573 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3574 \begin_inset Text
3575
3576 \begin_layout Plain Layout
3577
3578 \series bold
3579 Galletti
3580 \end_layout
3581
3582 \end_inset
3583 </cell>
3584 <cell alignment="center" valignment="top" usebox="none">
3585 \begin_inset Text
3586
3587 \begin_layout Plain Layout
3588 Oreste
3589 \end_layout
3590
3591 \end_inset
3592 </cell>
3593 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3594 \begin_inset Text
3595
3596 \begin_layout Plain Layout
3597 111
3598 \end_layout
3599
3600 \end_inset
3601 </cell>
3602 </row>
3603 <row>
3604 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3605 \begin_inset Text
3606
3607 \begin_layout Plain Layout
3608
3609 \series bold
3610 Gasparini
3611 \end_layout
3612
3613 \end_inset
3614 </cell>
3615 <cell alignment="center" valignment="top" usebox="none">
3616 \begin_inset Text
3617
3618 \begin_layout Plain Layout
3619 Franca
3620 \end_layout
3621
3622 \end_inset
3623 </cell>
3624 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3625 \begin_inset Text
3626
3627 \begin_layout Plain Layout
3628 111
3629 \end_layout
3630
3631 \end_inset
3632 </cell>
3633 </row>
3634 <row>
3635 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3636 \begin_inset Text
3637
3638 \begin_layout Plain Layout
3639
3640 \series bold
3641 Rizzardi
3642 \end_layout
3643
3644 \end_inset
3645 </cell>
3646 <cell alignment="center" valignment="top" usebox="none">
3647 \begin_inset Text
3648
3649 \begin_layout Plain Layout
3650 Paola
3651 \end_layout
3652
3653 \end_inset
3654 </cell>
3655 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3656 \begin_inset Text
3657
3658 \begin_layout Plain Layout
3659 111
3660 \end_layout
3661
3662 \end_inset
3663 </cell>
3664 </row>
3665 <row>
3666 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3667 \begin_inset Text
3668
3669 \begin_layout Plain Layout
3670
3671 \series bold
3672 Lassini
3673 \end_layout
3674
3675 \end_inset
3676 </cell>
3677 <cell alignment="center" valignment="top" usebox="none">
3678 \begin_inset Text
3679
3680 \begin_layout Plain Layout
3681 Giancarlo
3682 \end_layout
3683
3684 \end_inset
3685 </cell>
3686 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3687 \begin_inset Text
3688
3689 \begin_layout Plain Layout
3690 111
3691 \end_layout
3692
3693 \end_inset
3694 </cell>
3695 </row>
3696 <row>
3697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3698 \begin_inset Text
3699
3700 \begin_layout Plain Layout
3701
3702 \series bold
3703 Malfatti
3704 \end_layout
3705
3706 \end_inset
3707 </cell>
3708 <cell alignment="center" valignment="top" usebox="none">
3709 \begin_inset Text
3710
3711 \begin_layout Plain Layout
3712 Luciano
3713 \end_layout
3714
3715 \end_inset
3716 </cell>
3717 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3718 \begin_inset Text
3719
3720 \begin_layout Plain Layout
3721 111
3722 \end_layout
3723
3724 \end_inset
3725 </cell>
3726 </row>
3727 <row>
3728 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3729 \begin_inset Text
3730
3731 \begin_layout Plain Layout
3732
3733 \series bold
3734 Malfatti
3735 \end_layout
3736
3737 \end_inset
3738 </cell>
3739 <cell alignment="center" valignment="top" usebox="none">
3740 \begin_inset Text
3741
3742 \begin_layout Plain Layout
3743 Valeriano
3744 \end_layout
3745
3746 \end_inset
3747 </cell>
3748 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3749 \begin_inset Text
3750
3751 \begin_layout Plain Layout
3752 111
3753 \end_layout
3754
3755 \end_inset
3756 </cell>
3757 </row>
3758 <row>
3759 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3760 \begin_inset Text
3761
3762 \begin_layout Plain Layout
3763
3764 \series bold
3765 Meneguzzo
3766 \end_layout
3767
3768 \end_inset
3769 </cell>
3770 <cell alignment="center" valignment="top" usebox="none">
3771 \begin_inset Text
3772
3773 \begin_layout Plain Layout
3774 Roberto
3775 \end_layout
3776
3777 \end_inset
3778 </cell>
3779 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3780 \begin_inset Text
3781
3782 \begin_layout Plain Layout
3783 111
3784 \end_layout
3785
3786 \end_inset
3787 </cell>
3788 </row>
3789 <row>
3790 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3791 \begin_inset Text
3792
3793 \begin_layout Plain Layout
3794
3795 \series bold
3796 Mezzadra
3797 \end_layout
3798
3799 \end_inset
3800 </cell>
3801 <cell alignment="center" valignment="top" usebox="none">
3802 \begin_inset Text
3803
3804 \begin_layout Plain Layout
3805 Roberto
3806 \end_layout
3807
3808 \end_inset
3809 </cell>
3810 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3811 \begin_inset Text
3812
3813 \begin_layout Plain Layout
3814 111
3815 \end_layout
3816
3817 \end_inset
3818 </cell>
3819 </row>
3820 <row>
3821 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3822 \begin_inset Text
3823
3824 \begin_layout Plain Layout
3825
3826 \series bold
3827 Pirpamer
3828 \end_layout
3829
3830 \end_inset
3831 </cell>
3832 <cell alignment="center" valignment="top" usebox="none">
3833 \begin_inset Text
3834
3835 \begin_layout Plain Layout
3836 Erich
3837 \end_layout
3838
3839 \end_inset
3840 </cell>
3841 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3842 \begin_inset Text
3843
3844 \begin_layout Plain Layout
3845 111
3846 \end_layout
3847
3848 \end_inset
3849 </cell>
3850 </row>
3851 <row>
3852 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3853 \begin_inset Text
3854
3855 \begin_layout Plain Layout
3856
3857 \series bold
3858 Pochiesa
3859 \end_layout
3860
3861 \end_inset
3862 </cell>
3863 <cell alignment="center" valignment="top" usebox="none">
3864 \begin_inset Text
3865
3866 \begin_layout Plain Layout
3867 Paolo
3868 \end_layout
3869
3870 \end_inset
3871 </cell>
3872 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3873 \begin_inset Text
3874
3875 \begin_layout Plain Layout
3876 111, 222
3877 \end_layout
3878
3879 \end_inset
3880 </cell>
3881 </row>
3882 <row>
3883 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3884 \begin_inset Text
3885
3886 \begin_layout Plain Layout
3887
3888 \series bold
3889 Radina
3890 \end_layout
3891
3892 \end_inset
3893 </cell>
3894 <cell alignment="center" valignment="top" usebox="none">
3895 \begin_inset Text
3896
3897 \begin_layout Plain Layout
3898 Claudio
3899 \end_layout
3900
3901 \end_inset
3902 </cell>
3903 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3904 \begin_inset Text
3905
3906 \begin_layout Plain Layout
3907 111
3908 \end_layout
3909
3910 \end_inset
3911 </cell>
3912 </row>
3913 <row>
3914 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3915 \begin_inset Text
3916
3917 \begin_layout Plain Layout
3918
3919 \series bold
3920 Stuffer
3921 \end_layout
3922
3923 \end_inset
3924 </cell>
3925 <cell alignment="center" valignment="top" usebox="none">
3926 \begin_inset Text
3927
3928 \begin_layout Plain Layout
3929 Oskar
3930 \end_layout
3931
3932 \end_inset
3933 </cell>
3934 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3935 \begin_inset Text
3936
3937 \begin_layout Plain Layout
3938 111
3939 \end_layout
3940
3941 \end_inset
3942 </cell>
3943 </row>
3944 <row>
3945 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3946 \begin_inset Text
3947
3948 \begin_layout Plain Layout
3949
3950 \series bold
3951 Tacchelli
3952 \end_layout
3953
3954 \end_inset
3955 </cell>
3956 <cell alignment="center" valignment="top" usebox="none">
3957 \begin_inset Text
3958
3959 \begin_layout Plain Layout
3960 Ugo
3961 \end_layout
3962
3963 \end_inset
3964 </cell>
3965 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3966 \begin_inset Text
3967
3968 \begin_layout Plain Layout
3969 111
3970 \end_layout
3971
3972 \end_inset
3973 </cell>
3974 </row>
3975 <row>
3976 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3977 \begin_inset Text
3978
3979 \begin_layout Plain Layout
3980
3981 \series bold
3982 Tezzele
3983 \end_layout
3984
3985 \end_inset
3986 </cell>
3987 <cell alignment="center" valignment="top" usebox="none">
3988 \begin_inset Text
3989
3990 \begin_layout Plain Layout
3991 Margit
3992 \end_layout
3993
3994 \end_inset
3995 </cell>
3996 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3997 \begin_inset Text
3998
3999 \begin_layout Plain Layout
4000 111
4001 \end_layout
4002
4003 \end_inset
4004 </cell>
4005 </row>
4006 <row>
4007 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4008 \begin_inset Text
4009
4010 \begin_layout Plain Layout
4011
4012 \series bold
4013 Unterkalmsteiner
4014 \end_layout
4015
4016 \end_inset
4017 </cell>
4018 <cell alignment="center" valignment="top" usebox="none">
4019 \begin_inset Text
4020
4021 \begin_layout Plain Layout
4022 Frieda
4023 \end_layout
4024
4025 \end_inset
4026 </cell>
4027 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4028 \begin_inset Text
4029
4030 \begin_layout Plain Layout
4031 111
4032 \end_layout
4033
4034 \end_inset
4035 </cell>
4036 </row>
4037 <row>
4038 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4039 \begin_inset Text
4040
4041 \begin_layout Plain Layout
4042
4043 \series bold
4044 Vieider
4045 \end_layout
4046
4047 \end_inset
4048 </cell>
4049 <cell alignment="center" valignment="top" usebox="none">
4050 \begin_inset Text
4051
4052 \begin_layout Plain Layout
4053 Hilde
4054 \end_layout
4055
4056 \end_inset
4057 </cell>
4058 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4059 \begin_inset Text
4060
4061 \begin_layout Plain Layout
4062 111
4063 \end_layout
4064
4065 \end_inset
4066 </cell>
4067 </row>
4068 <row>
4069 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4070 \begin_inset Text
4071
4072 \begin_layout Plain Layout
4073
4074 \series bold
4075 Vigna
4076 \end_layout
4077
4078 \end_inset
4079 </cell>
4080 <cell alignment="center" valignment="top" usebox="none">
4081 \begin_inset Text
4082
4083 \begin_layout Plain Layout
4084 Jürgen
4085 \end_layout
4086
4087 \end_inset
4088 </cell>
4089 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4090 \begin_inset Text
4091
4092 \begin_layout Plain Layout
4093 111
4094 \end_layout
4095
4096 \end_inset
4097 </cell>
4098 </row>
4099 <row>
4100 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4101 \begin_inset Text
4102
4103 \begin_layout Plain Layout
4104
4105 \series bold
4106 Weber
4107 \end_layout
4108
4109 \end_inset
4110 </cell>
4111 <cell alignment="center" valignment="top" usebox="none">
4112 \begin_inset Text
4113
4114 \begin_layout Plain Layout
4115 Maurizio
4116 \end_layout
4117
4118 \end_inset
4119 </cell>
4120 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4121 \begin_inset Text
4122
4123 \begin_layout Plain Layout
4124 111
4125 \end_layout
4126
4127 \end_inset
4128 </cell>
4129 </row>
4130 <row>
4131 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4132 \begin_inset Text
4133
4134 \begin_layout Plain Layout
4135
4136 \series bold
4137 Winkler
4138 \end_layout
4139
4140 \end_inset
4141 </cell>
4142 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4143 \begin_inset Text
4144
4145 \begin_layout Plain Layout
4146 Franz
4147 \end_layout
4148
4149 \end_inset
4150 </cell>
4151 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4152 \begin_inset Text
4153
4154 \begin_layout Plain Layout
4155 111
4156 \end_layout
4157
4158 \end_inset
4159 </cell>
4160 </row>
4161 <row>
4162 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4163 \begin_inset Text
4164
4165 \begin_layout Plain Layout
4166  
4167 \end_layout
4168
4169 \end_inset
4170 </cell>
4171 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4172 \begin_inset Text
4173
4174 \begin_layout Plain Layout
4175
4176 \end_layout
4177
4178 \end_inset
4179 </cell>
4180 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4181 \begin_inset Text
4182
4183 \begin_layout Plain Layout
4184
4185 \end_layout
4186
4187 \end_inset
4188 </cell>
4189 </row>
4190 <row>
4191 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4192 \begin_inset Text
4193
4194 \begin_layout Plain Layout
4195
4196 \series bold
4197 Annovi
4198 \end_layout
4199
4200 \end_inset
4201 </cell>
4202 <cell alignment="center" valignment="top" usebox="none">
4203 \begin_inset Text
4204
4205 \begin_layout Plain Layout
4206 Silvia
4207 \end_layout
4208
4209 \end_inset
4210 </cell>
4211 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4212 \begin_inset Text
4213
4214 \begin_layout Plain Layout
4215 555
4216 \end_layout
4217
4218 \end_inset
4219 </cell>
4220 </row>
4221 <row>
4222 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4223 \begin_inset Text
4224
4225 \begin_layout Plain Layout
4226
4227 \series bold
4228 Bertoli
4229 \end_layout
4230
4231 \end_inset
4232 </cell>
4233 <cell alignment="center" valignment="top" usebox="none">
4234 \begin_inset Text
4235
4236 \begin_layout Plain Layout
4237 Stefano
4238 \end_layout
4239
4240 \end_inset
4241 </cell>
4242 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4243 \begin_inset Text
4244
4245 \begin_layout Plain Layout
4246 555
4247 \end_layout
4248
4249 \end_inset
4250 </cell>
4251 </row>
4252 <row>
4253 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4254 \begin_inset Text
4255
4256 \begin_layout Plain Layout
4257
4258 \series bold
4259 Bozzi
4260 \end_layout
4261
4262 \end_inset
4263 </cell>
4264 <cell alignment="center" valignment="top" usebox="none">
4265 \begin_inset Text
4266
4267 \begin_layout Plain Layout
4268 Walter
4269 \end_layout
4270
4271 \end_inset
4272 </cell>
4273 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4274 \begin_inset Text
4275
4276 \begin_layout Plain Layout
4277 555
4278 \end_layout
4279
4280 \end_inset
4281 </cell>
4282 </row>
4283 <row>
4284 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4285 \begin_inset Text
4286
4287 \begin_layout Plain Layout
4288
4289 \series bold
4290 Cachia
4291 \end_layout
4292
4293 \end_inset
4294 </cell>
4295 <cell alignment="center" valignment="top" usebox="none">
4296 \begin_inset Text
4297
4298 \begin_layout Plain Layout
4299 Maria
4300 \end_layout
4301
4302 \end_inset
4303 </cell>
4304 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4305 \begin_inset Text
4306
4307 \begin_layout Plain Layout
4308 555
4309 \end_layout
4310
4311 \end_inset
4312 </cell>
4313 </row>
4314 <row>
4315 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4316 \begin_inset Text
4317
4318 \begin_layout Plain Layout
4319
4320 \series bold
4321 Cachia
4322 \end_layout
4323
4324 \end_inset
4325 </cell>
4326 <cell alignment="center" valignment="top" usebox="none">
4327 \begin_inset Text
4328
4329 \begin_layout Plain Layout
4330 Maurizio
4331 \end_layout
4332
4333 \end_inset
4334 </cell>
4335 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4336 \begin_inset Text
4337
4338 \begin_layout Plain Layout
4339 555
4340 \end_layout
4341
4342 \end_inset
4343 </cell>
4344 </row>
4345 <row>
4346 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4347 \begin_inset Text
4348
4349 \begin_layout Plain Layout
4350
4351 \series bold
4352 Cinquemani
4353 \end_layout
4354
4355 \end_inset
4356 </cell>
4357 <cell alignment="center" valignment="top" usebox="none">
4358 \begin_inset Text
4359
4360 \begin_layout Plain Layout
4361 Giusi
4362 \end_layout
4363
4364 \end_inset
4365 </cell>
4366 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4367 \begin_inset Text
4368
4369 \begin_layout Plain Layout
4370 555
4371 \end_layout
4372
4373 \end_inset
4374 </cell>
4375 </row>
4376 <row>
4377 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4378 \begin_inset Text
4379
4380 \begin_layout Plain Layout
4381
4382 \series bold
4383 Colin
4384 \end_layout
4385
4386 \end_inset
4387 </cell>
4388 <cell alignment="center" valignment="top" usebox="none">
4389 \begin_inset Text
4390
4391 \begin_layout Plain Layout
4392 Bernard
4393 \end_layout
4394
4395 \end_inset
4396 </cell>
4397 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4398 \begin_inset Text
4399
4400 \begin_layout Plain Layout
4401 555
4402 \end_layout
4403
4404 \end_inset
4405 </cell>
4406 </row>
4407 <row>
4408 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4409 \begin_inset Text
4410
4411 \begin_layout Plain Layout
4412
4413 \series bold
4414 Concli
4415 \end_layout
4416
4417 \end_inset
4418 </cell>
4419 <cell alignment="center" valignment="top" usebox="none">
4420 \begin_inset Text
4421
4422 \begin_layout Plain Layout
4423 Gianfranco
4424 \end_layout
4425
4426 \end_inset
4427 </cell>
4428 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4429 \begin_inset Text
4430
4431 \begin_layout Plain Layout
4432 555
4433 \end_layout
4434
4435 \end_inset
4436 </cell>
4437 </row>
4438 <row>
4439 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4440 \begin_inset Text
4441
4442 \begin_layout Plain Layout
4443
4444 \series bold
4445 Dal Bosco
4446 \end_layout
4447
4448 \end_inset
4449 </cell>
4450 <cell alignment="center" valignment="top" usebox="none">
4451 \begin_inset Text
4452
4453 \begin_layout Plain Layout
4454 Carolina
4455 \end_layout
4456
4457 \end_inset
4458 </cell>
4459 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4460 \begin_inset Text
4461
4462 \begin_layout Plain Layout
4463 555
4464 \end_layout
4465
4466 \end_inset
4467 </cell>
4468 </row>
4469 <row>
4470 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4471 \begin_inset Text
4472
4473 \begin_layout Plain Layout
4474
4475 \series bold
4476 Dalpiaz
4477 \end_layout
4478
4479 \end_inset
4480 </cell>
4481 <cell alignment="center" valignment="top" usebox="none">
4482 \begin_inset Text
4483
4484 \begin_layout Plain Layout
4485 Annamaria
4486 \end_layout
4487
4488 \end_inset
4489 </cell>
4490 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4491 \begin_inset Text
4492
4493 \begin_layout Plain Layout
4494 555
4495 \end_layout
4496
4497 \end_inset
4498 </cell>
4499 </row>
4500 <row>
4501 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4502 \begin_inset Text
4503
4504 \begin_layout Plain Layout
4505
4506 \series bold
4507 Feliciello
4508 \end_layout
4509
4510 \end_inset
4511 </cell>
4512 <cell alignment="center" valignment="top" usebox="none">
4513 \begin_inset Text
4514
4515 \begin_layout Plain Layout
4516 Domenico
4517 \end_layout
4518
4519 \end_inset
4520 </cell>
4521 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4522 \begin_inset Text
4523
4524 \begin_layout Plain Layout
4525 555
4526 \end_layout
4527
4528 \end_inset
4529 </cell>
4530 </row>
4531 <row>
4532 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4533 \begin_inset Text
4534
4535 \begin_layout Plain Layout
4536
4537 \series bold
4538 Focarelli
4539 \end_layout
4540
4541 \end_inset
4542 </cell>
4543 <cell alignment="center" valignment="top" usebox="none">
4544 \begin_inset Text
4545
4546 \begin_layout Plain Layout
4547 Paola
4548 \end_layout
4549
4550 \end_inset
4551 </cell>
4552 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4553 \begin_inset Text
4554
4555 \begin_layout Plain Layout
4556 555
4557 \end_layout
4558
4559 \end_inset
4560 </cell>
4561 </row>
4562 <row>
4563 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4564 \begin_inset Text
4565
4566 \begin_layout Plain Layout
4567
4568 \series bold
4569 Galletti
4570 \end_layout
4571
4572 \end_inset
4573 </cell>
4574 <cell alignment="center" valignment="top" usebox="none">
4575 \begin_inset Text
4576
4577 \begin_layout Plain Layout
4578 Oreste
4579 \end_layout
4580
4581 \end_inset
4582 </cell>
4583 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4584 \begin_inset Text
4585
4586 \begin_layout Plain Layout
4587 555
4588 \end_layout
4589
4590 \end_inset
4591 </cell>
4592 </row>
4593 <row>
4594 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4595 \begin_inset Text
4596
4597 \begin_layout Plain Layout
4598
4599 \series bold
4600 Gasparini
4601 \end_layout
4602
4603 \end_inset
4604 </cell>
4605 <cell alignment="center" valignment="top" usebox="none">
4606 \begin_inset Text
4607
4608 \begin_layout Plain Layout
4609 Franca
4610 \end_layout
4611
4612 \end_inset
4613 </cell>
4614 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4615 \begin_inset Text
4616
4617 \begin_layout Plain Layout
4618 555
4619 \end_layout
4620
4621 \end_inset
4622 </cell>
4623 </row>
4624 <row>
4625 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4626 \begin_inset Text
4627
4628 \begin_layout Plain Layout
4629
4630 \series bold
4631 Rizzardi
4632 \end_layout
4633
4634 \end_inset
4635 </cell>
4636 <cell alignment="center" valignment="top" usebox="none">
4637 \begin_inset Text
4638
4639 \begin_layout Plain Layout
4640 Paola
4641 \end_layout
4642
4643 \end_inset
4644 </cell>
4645 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4646 \begin_inset Text
4647
4648 \begin_layout Plain Layout
4649 555
4650 \end_layout
4651
4652 \end_inset
4653 </cell>
4654 </row>
4655 <row>
4656 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4657 \begin_inset Text
4658
4659 \begin_layout Plain Layout
4660
4661 \series bold
4662 Lassini
4663 \end_layout
4664
4665 \end_inset
4666 </cell>
4667 <cell alignment="center" valignment="top" usebox="none">
4668 \begin_inset Text
4669
4670 \begin_layout Plain Layout
4671 Giancarlo
4672 \end_layout
4673
4674 \end_inset
4675 </cell>
4676 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4677 \begin_inset Text
4678
4679 \begin_layout Plain Layout
4680 555
4681 \end_layout
4682
4683 \end_inset
4684 </cell>
4685 </row>
4686 <row>
4687 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4688 \begin_inset Text
4689
4690 \begin_layout Plain Layout
4691
4692 \series bold
4693 Malfatti
4694 \end_layout
4695
4696 \end_inset
4697 </cell>
4698 <cell alignment="center" valignment="top" usebox="none">
4699 \begin_inset Text
4700
4701 \begin_layout Plain Layout
4702 Luciano
4703 \end_layout
4704
4705 \end_inset
4706 </cell>
4707 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4708 \begin_inset Text
4709
4710 \begin_layout Plain Layout
4711 555
4712 \end_layout
4713
4714 \end_inset
4715 </cell>
4716 </row>
4717 <row>
4718 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4719 \begin_inset Text
4720
4721 \begin_layout Plain Layout
4722
4723 \series bold
4724 Malfatti
4725 \end_layout
4726
4727 \end_inset
4728 </cell>
4729 <cell alignment="center" valignment="top" usebox="none">
4730 \begin_inset Text
4731
4732 \begin_layout Plain Layout
4733 Valeriano
4734 \end_layout
4735
4736 \end_inset
4737 </cell>
4738 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4739 \begin_inset Text
4740
4741 \begin_layout Plain Layout
4742 555
4743 \end_layout
4744
4745 \end_inset
4746 </cell>
4747 </row>
4748 <row>
4749 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4750 \begin_inset Text
4751
4752 \begin_layout Plain Layout
4753
4754 \series bold
4755 Meneguzzo
4756 \end_layout
4757
4758 \end_inset
4759 </cell>
4760 <cell alignment="center" valignment="top" usebox="none">
4761 \begin_inset Text
4762
4763 \begin_layout Plain Layout
4764 Roberto
4765 \end_layout
4766
4767 \end_inset
4768 </cell>
4769 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4770 \begin_inset Text
4771
4772 \begin_layout Plain Layout
4773 555
4774 \end_layout
4775
4776 \end_inset
4777 </cell>
4778 </row>
4779 <row>
4780 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4781 \begin_inset Text
4782
4783 \begin_layout Plain Layout
4784
4785 \series bold
4786 Mezzadra
4787 \end_layout
4788
4789 \end_inset
4790 </cell>
4791 <cell alignment="center" valignment="top" usebox="none">
4792 \begin_inset Text
4793
4794 \begin_layout Plain Layout
4795 Roberto
4796 \end_layout
4797
4798 \end_inset
4799 </cell>
4800 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4801 \begin_inset Text
4802
4803 \begin_layout Plain Layout
4804 555
4805 \end_layout
4806
4807 \end_inset
4808 </cell>
4809 </row>
4810 <row>
4811 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4812 \begin_inset Text
4813
4814 \begin_layout Plain Layout
4815
4816 \series bold
4817 Pirpamer
4818 \end_layout
4819
4820 \end_inset
4821 </cell>
4822 <cell alignment="center" valignment="top" usebox="none">
4823 \begin_inset Text
4824
4825 \begin_layout Plain Layout
4826 Erich
4827 \end_layout
4828
4829 \end_inset
4830 </cell>
4831 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4832 \begin_inset Text
4833
4834 \begin_layout Plain Layout
4835 555
4836 \end_layout
4837
4838 \end_inset
4839 </cell>
4840 </row>
4841 <row>
4842 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4843 \begin_inset Text
4844
4845 \begin_layout Plain Layout
4846
4847 \series bold
4848 Pochiesa
4849 \end_layout
4850
4851 \end_inset
4852 </cell>
4853 <cell alignment="center" valignment="top" usebox="none">
4854 \begin_inset Text
4855
4856 \begin_layout Plain Layout
4857 Paolo
4858 \end_layout
4859
4860 \end_inset
4861 </cell>
4862 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4863 \begin_inset Text
4864
4865 \begin_layout Plain Layout
4866 555, 222
4867 \end_layout
4868
4869 \end_inset
4870 </cell>
4871 </row>
4872 <row>
4873 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4874 \begin_inset Text
4875
4876 \begin_layout Plain Layout
4877
4878 \series bold
4879 Radina
4880 \end_layout
4881
4882 \end_inset
4883 </cell>
4884 <cell alignment="center" valignment="top" usebox="none">
4885 \begin_inset Text
4886
4887 \begin_layout Plain Layout
4888 Claudio
4889 \end_layout
4890
4891 \end_inset
4892 </cell>
4893 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4894 \begin_inset Text
4895
4896 \begin_layout Plain Layout
4897 555
4898 \end_layout
4899
4900 \end_inset
4901 </cell>
4902 </row>
4903 <row>
4904 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4905 \begin_inset Text
4906
4907 \begin_layout Plain Layout
4908
4909 \series bold
4910 Stuffer
4911 \end_layout
4912
4913 \end_inset
4914 </cell>
4915 <cell alignment="center" valignment="top" usebox="none">
4916 \begin_inset Text
4917
4918 \begin_layout Plain Layout
4919 Oskar
4920 \end_layout
4921
4922 \end_inset
4923 </cell>
4924 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4925 \begin_inset Text
4926
4927 \begin_layout Plain Layout
4928 555
4929 \end_layout
4930
4931 \end_inset
4932 </cell>
4933 </row>
4934 <row>
4935 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4936 \begin_inset Text
4937
4938 \begin_layout Plain Layout
4939
4940 \series bold
4941 Tacchelli
4942 \end_layout
4943
4944 \end_inset
4945 </cell>
4946 <cell alignment="center" valignment="top" usebox="none">
4947 \begin_inset Text
4948
4949 \begin_layout Plain Layout
4950 Ugo
4951 \end_layout
4952
4953 \end_inset
4954 </cell>
4955 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4956 \begin_inset Text
4957
4958 \begin_layout Plain Layout
4959 555
4960 \end_layout
4961
4962 \end_inset
4963 </cell>
4964 </row>
4965 <row>
4966 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4967 \begin_inset Text
4968
4969 \begin_layout Plain Layout
4970
4971 \series bold
4972 Tezzele
4973 \end_layout
4974
4975 \end_inset
4976 </cell>
4977 <cell alignment="center" valignment="top" usebox="none">
4978 \begin_inset Text
4979
4980 \begin_layout Plain Layout
4981 Margit
4982 \end_layout
4983
4984 \end_inset
4985 </cell>
4986 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4987 \begin_inset Text
4988
4989 \begin_layout Plain Layout
4990 555
4991 \end_layout
4992
4993 \end_inset
4994 </cell>
4995 </row>
4996 <row>
4997 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4998 \begin_inset Text
4999
5000 \begin_layout Plain Layout
5001
5002 \series bold
5003 Unterkalmsteiner
5004 \end_layout
5005
5006 \end_inset
5007 </cell>
5008 <cell alignment="center" valignment="top" usebox="none">
5009 \begin_inset Text
5010
5011 \begin_layout Plain Layout
5012 Frieda
5013 \end_layout
5014
5015 \end_inset
5016 </cell>
5017 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5018 \begin_inset Text
5019
5020 \begin_layout Plain Layout
5021 555
5022 \end_layout
5023
5024 \end_inset
5025 </cell>
5026 </row>
5027 <row>
5028 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5029 \begin_inset Text
5030
5031 \begin_layout Plain Layout
5032
5033 \series bold
5034 Vieider
5035 \end_layout
5036
5037 \end_inset
5038 </cell>
5039 <cell alignment="center" valignment="top" usebox="none">
5040 \begin_inset Text
5041
5042 \begin_layout Plain Layout
5043 Hilde
5044 \end_layout
5045
5046 \end_inset
5047 </cell>
5048 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5049 \begin_inset Text
5050
5051 \begin_layout Plain Layout
5052 555
5053 \end_layout
5054
5055 \end_inset
5056 </cell>
5057 </row>
5058 <row>
5059 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5060 \begin_inset Text
5061
5062 \begin_layout Plain Layout
5063
5064 \series bold
5065 Vigna
5066 \end_layout
5067
5068 \end_inset
5069 </cell>
5070 <cell alignment="center" valignment="top" usebox="none">
5071 \begin_inset Text
5072
5073 \begin_layout Plain Layout
5074 Jürgen
5075 \end_layout
5076
5077 \end_inset
5078 </cell>
5079 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5080 \begin_inset Text
5081
5082 \begin_layout Plain Layout
5083 999
5084 \end_layout
5085
5086 \end_inset
5087 </cell>
5088 </row>
5089 <row>
5090 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5091 \begin_inset Text
5092
5093 \begin_layout Plain Layout
5094
5095 \series bold
5096 Weber
5097 \end_layout
5098
5099 \end_inset
5100 </cell>
5101 <cell alignment="center" valignment="top" usebox="none">
5102 \begin_inset Text
5103
5104 \begin_layout Plain Layout
5105 Maurizio
5106 \end_layout
5107
5108 \end_inset
5109 </cell>
5110 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5111 \begin_inset Text
5112
5113 \begin_layout Plain Layout
5114 555
5115 \end_layout
5116
5117 \end_inset
5118 </cell>
5119 </row>
5120 <row>
5121 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5122 \begin_inset Text
5123
5124 \begin_layout Plain Layout
5125
5126 \series bold
5127 Winkler
5128 \end_layout
5129
5130 \end_inset
5131 </cell>
5132 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5133 \begin_inset Text
5134
5135 \begin_layout Plain Layout
5136 Franz
5137 \end_layout
5138
5139 \end_inset
5140 </cell>
5141 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5142 \begin_inset Text
5143
5144 \begin_layout Plain Layout
5145 555
5146 \end_layout
5147
5148 \end_inset
5149 </cell>
5150 </row>
5151 <row endlastfoot="true">
5152 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5153 \begin_inset Text
5154
5155 \begin_layout Plain Layout
5156 end
5157 \end_layout
5158
5159 \end_inset
5160 </cell>
5161 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5162 \begin_inset Text
5163
5164 \begin_layout Plain Layout
5165
5166 \end_layout
5167
5168 \end_inset
5169 </cell>
5170 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5171 \begin_inset Text
5172
5173 \begin_layout Plain Layout
5174
5175 \end_layout
5176
5177 \end_inset
5178 </cell>
5179 </row>
5180 </lyxtabular>
5181
5182 \end_inset
5183
5184
5185 \begin_inset ERT
5186 status collapsed
5187
5188 \begin_layout Plain Layout
5189
5190
5191 \backslash
5192 addtocounter{table}{-1}
5193 \end_layout
5194
5195 \end_inset
5196
5197
5198 \begin_inset Note Note
5199 status collapsed
5200
5201 \begin_layout Plain Layout
5202 See greyed-out note in section
5203 \begin_inset space ~
5204 \end_inset
5205
5206
5207 \begin_inset CommandInset ref
5208 LatexCommand ref
5209 reference "sub:Longtable-Captions"
5210
5211 \end_inset
5212
5213  for an explanation of this command.
5214 \end_layout
5215
5216 \end_inset
5217
5218
5219 \end_layout
5220
5221 \begin_layout Subsection
5222 Footnotes in Longtables
5223 \begin_inset CommandInset label
5224 LatexCommand label
5225 name "sub:Footnotes-in-Longtables"
5226
5227 \end_inset
5228
5229
5230 \begin_inset Index
5231 status collapsed
5232
5233 \begin_layout Plain Layout
5234 Longtables ! Footnotes
5235 \end_layout
5236
5237 \end_inset
5238
5239
5240 \end_layout
5241
5242 \begin_layout Standard
5243 Footnotes can be inserted to every longtable cell.
5244  They appear at the bottom of the page where the table cell with the footnote
5245  appears.
5246  Table
5247 \begin_inset space ~
5248 \end_inset
5249
5250
5251 \begin_inset CommandInset ref
5252 LatexCommand ref
5253 reference "tab:DiffCaptions"
5254
5255 \end_inset
5256
5257  has for example a footnote.
5258 \end_layout
5259
5260 \begin_layout Subsection
5261 Longtable Alignment
5262 \begin_inset Index
5263 status collapsed
5264
5265 \begin_layout Plain Layout
5266 Longtables ! Alignment
5267 \end_layout
5268
5269 \end_inset
5270
5271
5272 \end_layout
5273
5274 \begin_layout Standard
5275 Longtables are by default centered.
5276  In contrary to the alignment of the table columns and row, the table alignment
5277  can currently not be changed in the table dialog.
5278  To change the alignment of longtables you have to change the value of the
5279  lengths 
5280 \series bold
5281
5282 \backslash
5283 LTleft 
5284 \series default
5285 and 
5286 \series bold
5287
5288 \backslash
5289 LTright
5290 \series default
5291  by inserting this line as TeX-Code before the corresponding longtable:
5292 \end_layout
5293
5294 \begin_layout Standard
5295
5296 \series bold
5297
5298 \backslash
5299 setlength{
5300 \backslash
5301 LTleft}{value}
5302 \end_layout
5303
5304 \begin_layout Standard
5305 Where the value can have any of the units listed in Table
5306 \begin_inset space ~
5307 \end_inset
5308
5309
5310 \begin_inset CommandInset ref
5311 LatexCommand ref
5312 reference "tab:Units"
5313
5314 \end_inset
5315
5316 .
5317  
5318 \series bold
5319
5320 \backslash
5321 LTleft
5322 \series default
5323  controls the horizontal distance from the left page border to the longtable,
5324  
5325 \series bold
5326
5327 \backslash
5328 LTright
5329 \series default
5330  the distance from the right side.
5331  The default value for both lengths is 
5332 \series bold
5333
5334 \backslash
5335 fill
5336 \series default
5337 , which is in this case the same as an horizontal fill in LyX.
5338 \end_layout
5339
5340 \begin_layout Standard
5341 The following longtable was left-aligned by setting 
5342 \series bold
5343
5344 \backslash
5345 LTleft
5346 \series default
5347  to 0
5348 \begin_inset space \thinspace{}
5349 \end_inset
5350
5351 pt.
5352 \begin_inset ERT
5353 status collapsed
5354
5355 \begin_layout Plain Layout
5356
5357
5358 \backslash
5359 setlength{
5360 \backslash
5361 LTleft}{0pt}
5362 \end_layout
5363
5364 \end_inset
5365
5366
5367 \end_layout
5368
5369 \begin_layout Standard
5370 \begin_inset Tabular
5371 <lyxtabular version="3" rows="5" columns="5">
5372 <features islongtable="true">
5373 <column alignment="center" valignment="top" width="0">
5374 <column alignment="center" valignment="top" width="0">
5375 <column alignment="center" valignment="top" width="0">
5376 <column alignment="center" valignment="top" width="0">
5377 <column alignment="center" valignment="top" width="0">
5378 <row>
5379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5380 \begin_inset Text
5381
5382 \begin_layout Plain Layout
5383 1
5384 \end_layout
5385
5386 \end_inset
5387 </cell>
5388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5389 \begin_inset Text
5390
5391 \begin_layout Plain Layout
5392 2
5393 \end_layout
5394
5395 \end_inset
5396 </cell>
5397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5398 \begin_inset Text
5399
5400 \begin_layout Plain Layout
5401 3
5402 \end_layout
5403
5404 \end_inset
5405 </cell>
5406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5407 \begin_inset Text
5408
5409 \begin_layout Plain Layout
5410 4
5411 \end_layout
5412
5413 \end_inset
5414 </cell>
5415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5416 \begin_inset Text
5417
5418 \begin_layout Plain Layout
5419 5
5420 \end_layout
5421
5422 \end_inset
5423 </cell>
5424 </row>
5425 <row>
5426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5427 \begin_inset Text
5428
5429 \begin_layout Plain Layout
5430 asd
5431 \end_layout
5432
5433 \end_inset
5434 </cell>
5435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5436 \begin_inset Text
5437
5438 \begin_layout Plain Layout
5439 s
5440 \end_layout
5441
5442 \end_inset
5443 </cell>
5444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5445 \begin_inset Text
5446
5447 \begin_layout Plain Layout
5448 s
5449 \end_layout
5450
5451 \end_inset
5452 </cell>
5453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5454 \begin_inset Text
5455
5456 \begin_layout Plain Layout
5457 s
5458 \end_layout
5459
5460 \end_inset
5461 </cell>
5462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5463 \begin_inset Text
5464
5465 \begin_layout Plain Layout
5466 asd
5467 \end_layout
5468
5469 \end_inset
5470 </cell>
5471 </row>
5472 <row>
5473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5474 \begin_inset Text
5475
5476 \begin_layout Plain Layout
5477 asd
5478 \end_layout
5479
5480 \end_inset
5481 </cell>
5482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5483 \begin_inset Text
5484
5485 \begin_layout Plain Layout
5486 s
5487 \end_layout
5488
5489 \end_inset
5490 </cell>
5491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5492 \begin_inset Text
5493
5494 \begin_layout Plain Layout
5495 s
5496 \end_layout
5497
5498 \end_inset
5499 </cell>
5500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5501 \begin_inset Text
5502
5503 \begin_layout Plain Layout
5504 s
5505 \end_layout
5506
5507 \end_inset
5508 </cell>
5509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5510 \begin_inset Text
5511
5512 \begin_layout Plain Layout
5513 asd
5514 \end_layout
5515
5516 \end_inset
5517 </cell>
5518 </row>
5519 <row>
5520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5521 \begin_inset Text
5522
5523 \begin_layout Plain Layout
5524 asd
5525 \end_layout
5526
5527 \end_inset
5528 </cell>
5529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5530 \begin_inset Text
5531
5532 \begin_layout Plain Layout
5533 s
5534 \end_layout
5535
5536 \end_inset
5537 </cell>
5538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5539 \begin_inset Text
5540
5541 \begin_layout Plain Layout
5542 s
5543 \end_layout
5544
5545 \end_inset
5546 </cell>
5547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5548 \begin_inset Text
5549
5550 \begin_layout Plain Layout
5551 s
5552 \end_layout
5553
5554 \end_inset
5555 </cell>
5556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5557 \begin_inset Text
5558
5559 \begin_layout Plain Layout
5560 asd
5561 \end_layout
5562
5563 \end_inset
5564 </cell>
5565 </row>
5566 <row>
5567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5568 \begin_inset Text
5569
5570 \begin_layout Plain Layout
5571 asd
5572 \end_layout
5573
5574 \end_inset
5575 </cell>
5576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5577 \begin_inset Text
5578
5579 \begin_layout Plain Layout
5580 asd
5581 \end_layout
5582
5583 \end_inset
5584 </cell>
5585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5586 \begin_inset Text
5587
5588 \begin_layout Plain Layout
5589 asd
5590 \end_layout
5591
5592 \end_inset
5593 </cell>
5594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5595 \begin_inset Text
5596
5597 \begin_layout Plain Layout
5598 asd
5599 \end_layout
5600
5601 \end_inset
5602 </cell>
5603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5604 \begin_inset Text
5605
5606 \begin_layout Plain Layout
5607 asd
5608 \end_layout
5609
5610 \end_inset
5611 </cell>
5612 </row>
5613 </lyxtabular>
5614
5615 \end_inset
5616
5617
5618 \begin_inset ERT
5619 status collapsed
5620
5621 \begin_layout Plain Layout
5622
5623
5624 \backslash
5625 setlength{
5626 \backslash
5627 LTleft}{
5628 \backslash
5629 fill}
5630 \end_layout
5631
5632 \end_inset
5633
5634
5635 \end_layout
5636
5637 \begin_layout Subsection
5638 Longtable Captions
5639 \begin_inset Index
5640 status collapsed
5641
5642 \begin_layout Plain Layout
5643 Longtables ! Captions
5644 \end_layout
5645
5646 \end_inset
5647
5648
5649 \begin_inset CommandInset label
5650 LatexCommand label
5651 name "sub:Longtable-Captions"
5652
5653 \end_inset
5654
5655
5656 \end_layout
5657
5658 \begin_layout Standard
5659 A longtable cannot be put into a table float because floats can only be
5660  on one page but the caption environment of floats can also be used for
5661  longtables.
5662 \end_layout
5663
5664 \begin_layout Standard
5665 As LyX does not yet fully support captions in longtables, a hack is needed
5666  to create them:
5667 \end_layout
5668
5669 \begin_layout Enumerate
5670 Create a longtable
5671 \family sans
5672 .
5673 \end_layout
5674
5675 \begin_layout Enumerate
5676 Mark the first row and disable its upper line.
5677 \end_layout
5678
5679 \begin_layout Enumerate
5680 Insert a caption via the menu 
5681 \family sans
5682 Insert\SpecialChar \menuseparator
5683 Caption
5684 \family default
5685  into the first table cell.
5686 \begin_inset Newline newline
5687 \end_inset
5688
5689 You can also add a short title for the caption.
5690 \end_layout
5691
5692 \begin_layout Enumerate
5693 Insert a 
5694 \begin_inset Quotes eld
5695 \end_inset
5696
5697
5698 \series bold
5699
5700 \backslash
5701
5702 \backslash
5703 %
5704 \series default
5705
5706 \begin_inset Quotes erd
5707 \end_inset
5708
5709  as TeX-Code behind the caption.
5710 \end_layout
5711
5712 \begin_layout Standard
5713 A short title that will appear in the LOT instead of the full title.
5714  The 
5715 \series bold
5716
5717 \backslash
5718
5719 \backslash
5720 %
5721 \series default
5722  behind the caption omits the vertical lines between the following cells
5723  in the row.
5724  The first table row is now only a dummy row for the caption, the actual
5725  table starts with the second row.
5726 \end_layout
5727
5728 \begin_layout Standard
5729 Here is a short longtable to see how it works:
5730 \end_layout
5731
5732 \begin_layout Standard
5733 \begin_inset Tabular
5734 <lyxtabular version="3" rows="6" columns="5">
5735 <features islongtable="true">
5736 <column alignment="center" valignment="top" width="0">
5737 <column alignment="center" valignment="top" width="0">
5738 <column alignment="center" valignment="top" width="0">
5739 <column alignment="center" valignment="top" width="0">
5740 <column alignment="center" valignment="top" width="0">
5741 <row caption="true">
5742 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5743 \begin_inset Text
5744
5745 \begin_layout Plain Layout
5746 \begin_inset Caption
5747
5748 \begin_layout Plain Layout
5749 Longtable with caption
5750 \begin_inset OptArg
5751 status open
5752
5753 \begin_layout Plain Layout
5754 Longtable
5755 \end_layout
5756
5757 \end_inset
5758
5759
5760 \end_layout
5761
5762 \end_inset
5763
5764
5765 \end_layout
5766
5767 \end_inset
5768 </cell>
5769 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5770 \begin_inset Text
5771
5772 \begin_layout Plain Layout
5773
5774 \end_layout
5775
5776 \end_inset
5777 </cell>
5778 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5779 \begin_inset Text
5780
5781 \begin_layout Plain Layout
5782
5783 \end_layout
5784
5785 \end_inset
5786 </cell>
5787 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5788 \begin_inset Text
5789
5790 \begin_layout Plain Layout
5791
5792 \end_layout
5793
5794 \end_inset
5795 </cell>
5796 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5797 \begin_inset Text
5798
5799 \begin_layout Plain Layout
5800
5801 \end_layout
5802
5803 \end_inset
5804 </cell>
5805 </row>
5806 <row>
5807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5808 \begin_inset Text
5809
5810 \begin_layout Plain Layout
5811 1
5812 \end_layout
5813
5814 \end_inset
5815 </cell>
5816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5817 \begin_inset Text
5818
5819 \begin_layout Plain Layout
5820 2
5821 \end_layout
5822
5823 \end_inset
5824 </cell>
5825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5826 \begin_inset Text
5827
5828 \begin_layout Plain Layout
5829 3
5830 \end_layout
5831
5832 \end_inset
5833 </cell>
5834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5835 \begin_inset Text
5836
5837 \begin_layout Plain Layout
5838 4
5839 \end_layout
5840
5841 \end_inset
5842 </cell>
5843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5844 \begin_inset Text
5845
5846 \begin_layout Plain Layout
5847 5
5848 \end_layout
5849
5850 \end_inset
5851 </cell>
5852 </row>
5853 <row>
5854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5855 \begin_inset Text
5856
5857 \begin_layout Plain Layout
5858 asd
5859 \end_layout
5860
5861 \end_inset
5862 </cell>
5863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5864 \begin_inset Text
5865
5866 \begin_layout Plain Layout
5867 s
5868 \end_layout
5869
5870 \end_inset
5871 </cell>
5872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5873 \begin_inset Text
5874
5875 \begin_layout Plain Layout
5876 s
5877 \end_layout
5878
5879 \end_inset
5880 </cell>
5881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5882 \begin_inset Text
5883
5884 \begin_layout Plain Layout
5885 s
5886 \end_layout
5887
5888 \end_inset
5889 </cell>
5890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5891 \begin_inset Text
5892
5893 \begin_layout Plain Layout
5894 asd
5895 \end_layout
5896
5897 \end_inset
5898 </cell>
5899 </row>
5900 <row>
5901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5902 \begin_inset Text
5903
5904 \begin_layout Plain Layout
5905 asd
5906 \end_layout
5907
5908 \end_inset
5909 </cell>
5910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5911 \begin_inset Text
5912
5913 \begin_layout Plain Layout
5914 s
5915 \end_layout
5916
5917 \end_inset
5918 </cell>
5919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5920 \begin_inset Text
5921
5922 \begin_layout Plain Layout
5923 s
5924 \end_layout
5925
5926 \end_inset
5927 </cell>
5928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5929 \begin_inset Text
5930
5931 \begin_layout Plain Layout
5932 s
5933 \end_layout
5934
5935 \end_inset
5936 </cell>
5937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5938 \begin_inset Text
5939
5940 \begin_layout Plain Layout
5941 asd
5942 \end_layout
5943
5944 \end_inset
5945 </cell>
5946 </row>
5947 <row>
5948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5949 \begin_inset Text
5950
5951 \begin_layout Plain Layout
5952 asd
5953 \end_layout
5954
5955 \end_inset
5956 </cell>
5957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5958 \begin_inset Text
5959
5960 \begin_layout Plain Layout
5961 s
5962 \end_layout
5963
5964 \end_inset
5965 </cell>
5966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5967 \begin_inset Text
5968
5969 \begin_layout Plain Layout
5970 s
5971 \end_layout
5972
5973 \end_inset
5974 </cell>
5975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5976 \begin_inset Text
5977
5978 \begin_layout Plain Layout
5979 s
5980 \end_layout
5981
5982 \end_inset
5983 </cell>
5984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5985 \begin_inset Text
5986
5987 \begin_layout Plain Layout
5988 asd
5989 \end_layout
5990
5991 \end_inset
5992 </cell>
5993 </row>
5994 <row>
5995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5996 \begin_inset Text
5997
5998 \begin_layout Plain Layout
5999 asd
6000 \end_layout
6001
6002 \end_inset
6003 </cell>
6004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6005 \begin_inset Text
6006
6007 \begin_layout Plain Layout
6008 asd
6009 \end_layout
6010
6011 \end_inset
6012 </cell>
6013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6014 \begin_inset Text
6015
6016 \begin_layout Plain Layout
6017 asd
6018 \end_layout
6019
6020 \end_inset
6021 </cell>
6022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6023 \begin_inset Text
6024
6025 \begin_layout Plain Layout
6026 asd
6027 \end_layout
6028
6029 \end_inset
6030 </cell>
6031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6032 \begin_inset Text
6033
6034 \begin_layout Plain Layout
6035 asd
6036 \end_layout
6037
6038 \end_inset
6039 </cell>
6040 </row>
6041 </lyxtabular>
6042
6043 \end_inset
6044
6045
6046 \end_layout
6047
6048 \begin_layout Standard
6049 \begin_inset VSpace medskip
6050 \end_inset
6051
6052
6053 \begin_inset Note Greyedout
6054 status open
6055
6056 \begin_layout Plain Layout
6057
6058 \series bold
6059 Note:
6060 \series default
6061  The table number is increased for every longtable, also if you didn't set
6062  a caption for it.
6063  For this reason you could have the case that e.g.
6064  Table
6065 \begin_inset space ~
6066 \end_inset
6067
6068 2.4 follows on Table
6069 \begin_inset space ~
6070 \end_inset
6071
6072 2.1 in the list of tables if there are two longtables without captions.
6073  To avoid this you can add the following command in TeX-Code behind every
6074  longtable without a caption:
6075 \end_layout
6076
6077 \begin_layout Plain Layout
6078
6079 \series bold
6080
6081 \backslash
6082 addtocounter{table}{-1}
6083 \end_layout
6084
6085 \end_inset
6086
6087
6088 \end_layout
6089
6090 \begin_layout Standard
6091 \begin_inset Note Greyedout
6092 status open
6093
6094 \begin_layout Plain Layout
6095
6096 \series bold
6097 Note:
6098 \series default
6099  If you are using the LaTeX-package 
6100 \series bold
6101 hyperref
6102 \series default
6103
6104 \begin_inset Index
6105 status collapsed
6106
6107 \begin_layout Plain Layout
6108 LaTeX-packages ! hyperref
6109 \end_layout
6110
6111 \end_inset
6112
6113  to link cross-references, the link to a longtable caption will always point
6114  to the beginning of the document.
6115 \end_layout
6116
6117 \end_inset
6118
6119
6120 \end_layout
6121
6122 \begin_layout Standard
6123 \begin_inset Newpage newpage
6124 \end_inset
6125
6126
6127 \end_layout
6128
6129 \begin_layout Subsubsection
6130 References to Longtables
6131 \begin_inset Index
6132 status collapsed
6133
6134 \begin_layout Plain Layout
6135 Longtables ! References
6136 \end_layout
6137
6138 \end_inset
6139
6140
6141 \end_layout
6142
6143 \begin_layout Standard
6144 \begin_inset Tabular
6145 <lyxtabular version="3" rows="6" columns="5">
6146 <features islongtable="true">
6147 <column alignment="center" valignment="top" width="0">
6148 <column alignment="center" valignment="top" width="0">
6149 <column alignment="center" valignment="top" width="0">
6150 <column alignment="center" valignment="top" width="0">
6151 <column alignment="center" valignment="top" width="0">
6152 <row caption="true">
6153 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6154 \begin_inset Text
6155
6156 \begin_layout Plain Layout
6157 \begin_inset Caption
6158
6159 \begin_layout Plain Layout
6160 Referenced longtable
6161 \begin_inset CommandInset label
6162 LatexCommand label
6163 name "tab:RefExample"
6164
6165 \end_inset
6166
6167
6168 \end_layout
6169
6170 \end_inset
6171
6172
6173 \end_layout
6174
6175 \end_inset
6176 </cell>
6177 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6178 \begin_inset Text
6179
6180 \begin_layout Plain Layout
6181
6182 \end_layout
6183
6184 \end_inset
6185 </cell>
6186 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6187 \begin_inset Text
6188
6189 \begin_layout Plain Layout
6190
6191 \end_layout
6192
6193 \end_inset
6194 </cell>
6195 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6196 \begin_inset Text
6197
6198 \begin_layout Plain Layout
6199
6200 \end_layout
6201
6202 \end_inset
6203 </cell>
6204 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6205 \begin_inset Text
6206
6207 \begin_layout Plain Layout
6208
6209 \end_layout
6210
6211 \end_inset
6212 </cell>
6213 </row>
6214 <row>
6215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6216 \begin_inset Text
6217
6218 \begin_layout Plain Layout
6219 1
6220 \end_layout
6221
6222 \end_inset
6223 </cell>
6224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6225 \begin_inset Text
6226
6227 \begin_layout Plain Layout
6228 2
6229 \end_layout
6230
6231 \end_inset
6232 </cell>
6233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6234 \begin_inset Text
6235
6236 \begin_layout Plain Layout
6237 3
6238 \end_layout
6239
6240 \end_inset
6241 </cell>
6242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6243 \begin_inset Text
6244
6245 \begin_layout Plain Layout
6246 4
6247 \end_layout
6248
6249 \end_inset
6250 </cell>
6251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6252 \begin_inset Text
6253
6254 \begin_layout Plain Layout
6255 5
6256 \end_layout
6257
6258 \end_inset
6259 </cell>
6260 </row>
6261 <row>
6262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6263 \begin_inset Text
6264
6265 \begin_layout Plain Layout
6266 asd
6267 \end_layout
6268
6269 \end_inset
6270 </cell>
6271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6272 \begin_inset Text
6273
6274 \begin_layout Plain Layout
6275 s
6276 \end_layout
6277
6278 \end_inset
6279 </cell>
6280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6281 \begin_inset Text
6282
6283 \begin_layout Plain Layout
6284 s
6285 \end_layout
6286
6287 \end_inset
6288 </cell>
6289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6290 \begin_inset Text
6291
6292 \begin_layout Plain Layout
6293 s
6294 \end_layout
6295
6296 \end_inset
6297 </cell>
6298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6299 \begin_inset Text
6300
6301 \begin_layout Plain Layout
6302 asd
6303 \end_layout
6304
6305 \end_inset
6306 </cell>
6307 </row>
6308 <row>
6309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6310 \begin_inset Text
6311
6312 \begin_layout Plain Layout
6313 asd
6314 \end_layout
6315
6316 \end_inset
6317 </cell>
6318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6319 \begin_inset Text
6320
6321 \begin_layout Plain Layout
6322 s
6323 \end_layout
6324
6325 \end_inset
6326 </cell>
6327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6328 \begin_inset Text
6329
6330 \begin_layout Plain Layout
6331 s
6332 \end_layout
6333
6334 \end_inset
6335 </cell>
6336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6337 \begin_inset Text
6338
6339 \begin_layout Plain Layout
6340 s
6341 \end_layout
6342
6343 \end_inset
6344 </cell>
6345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6346 \begin_inset Text
6347
6348 \begin_layout Plain Layout
6349 asd
6350 \end_layout
6351
6352 \end_inset
6353 </cell>
6354 </row>
6355 <row>
6356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6357 \begin_inset Text
6358
6359 \begin_layout Plain Layout
6360 asd
6361 \end_layout
6362
6363 \end_inset
6364 </cell>
6365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6366 \begin_inset Text
6367
6368 \begin_layout Plain Layout
6369 s
6370 \end_layout
6371
6372 \end_inset
6373 </cell>
6374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6375 \begin_inset Text
6376
6377 \begin_layout Plain Layout
6378 s
6379 \end_layout
6380
6381 \end_inset
6382 </cell>
6383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6384 \begin_inset Text
6385
6386 \begin_layout Plain Layout
6387 s
6388 \end_layout
6389
6390 \end_inset
6391 </cell>
6392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6393 \begin_inset Text
6394
6395 \begin_layout Plain Layout
6396 asd
6397 \end_layout
6398
6399 \end_inset
6400 </cell>
6401 </row>
6402 <row>
6403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6404 \begin_inset Text
6405
6406 \begin_layout Plain Layout
6407 asd
6408 \end_layout
6409
6410 \end_inset
6411 </cell>
6412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6413 \begin_inset Text
6414
6415 \begin_layout Plain Layout
6416 sad
6417 \end_layout
6418
6419 \end_inset
6420 </cell>
6421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6422 \begin_inset Text
6423
6424 \begin_layout Plain Layout
6425 asd
6426 \end_layout
6427
6428 \end_inset
6429 </cell>
6430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6431 \begin_inset Text
6432
6433 \begin_layout Plain Layout
6434 asd
6435 \end_layout
6436
6437 \end_inset
6438 </cell>
6439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6440 \begin_inset Text
6441
6442 \begin_layout Plain Layout
6443 asd
6444 \end_layout
6445
6446 \end_inset
6447 </cell>
6448 </row>
6449 </lyxtabular>
6450
6451 \end_inset
6452
6453
6454 \end_layout
6455
6456 \begin_layout Standard
6457 To reference a longtable, insert a label into the caption.
6458  Note that you have to add the label prefix 
6459 \begin_inset Quotes eld
6460 \end_inset
6461
6462
6463 \emph on
6464 tab:
6465 \emph default
6466
6467 \begin_inset Quotes eld
6468 \end_inset
6469
6470  manually in the label field.
6471 \end_layout
6472
6473 \begin_layout Standard
6474 This is a reference to Table
6475 \begin_inset space ~
6476 \end_inset
6477
6478
6479 \begin_inset CommandInset ref
6480 LatexCommand ref
6481 reference "tab:RefExample"
6482
6483 \end_inset
6484
6485 .
6486 \end_layout
6487
6488 \begin_layout Standard
6489 The caption layout can be set together with all other caption of your document
6490  using the LaTeX-package 
6491 \series bold
6492 caption
6493 \series default
6494
6495 \begin_inset Index
6496 status collapsed
6497
6498 \begin_layout Plain Layout
6499 LaTeX-packages ! caption
6500 \end_layout
6501
6502 \end_inset
6503
6504 , see section
6505 \begin_inset space ~
6506 \end_inset
6507
6508
6509 \begin_inset CommandInset ref
6510 LatexCommand ref
6511 reference "sec:Caption-Formatting"
6512
6513 \end_inset
6514
6515 .
6516 \end_layout
6517
6518 \begin_layout Subsubsection
6519 Caption Width
6520 \begin_inset Index
6521 status collapsed
6522
6523 \begin_layout Plain Layout
6524 Longtables ! Caption Width
6525 \end_layout
6526
6527 \end_inset
6528
6529
6530 \end_layout
6531
6532 \begin_layout Standard
6533 The maximal width of of caption lines is defined by the length 
6534 \series bold
6535
6536 \backslash
6537 LTcapwidth
6538 \series default
6539 .
6540  Its default value is 4
6541 \begin_inset space \thinspace{}
6542 \end_inset
6543
6544 in.
6545  To change it add the following command to your document preamble or as
6546  TeX-Code into your document before the longtable that should be affected
6547 \end_layout
6548
6549 \begin_layout Standard
6550
6551 \series bold
6552
6553 \backslash
6554 setlength{
6555 \backslash
6556 LTcapwidth}{width}
6557 \end_layout
6558
6559 \begin_layout Standard
6560 where the width could have one of the units listed in appendix
6561 \begin_inset space ~
6562 \end_inset
6563
6564
6565 \begin_inset CommandInset ref
6566 LatexCommand ref
6567 reference "cha:Units-available-in"
6568
6569 \end_inset
6570
6571 .
6572 \end_layout
6573
6574 \begin_layout Standard
6575 The following tables show the difference:
6576 \end_layout
6577
6578 \begin_layout Standard
6579 \begin_inset Tabular
6580 <lyxtabular version="3" rows="6" columns="5">
6581 <features islongtable="true">
6582 <column alignment="center" valignment="top" width="0">
6583 <column alignment="center" valignment="top" width="0">
6584 <column alignment="center" valignment="top" width="0">
6585 <column alignment="center" valignment="top" width="0">
6586 <column alignment="center" valignment="top" width="0">
6587 <row caption="true">
6588 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6589 \begin_inset Text
6590
6591 \begin_layout Plain Layout
6592 \begin_inset Caption
6593
6594 \begin_layout Plain Layout
6595 long full title with default width long full title with default width long
6596  full title with default width
6597 \begin_inset OptArg
6598 status open
6599
6600 \begin_layout Plain Layout
6601 caption with default width
6602 \end_layout
6603
6604 \end_inset
6605
6606
6607 \end_layout
6608
6609 \end_inset
6610
6611
6612 \end_layout
6613
6614 \end_inset
6615 </cell>
6616 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6617 \begin_inset Text
6618
6619 \begin_layout Plain Layout
6620
6621 \end_layout
6622
6623 \end_inset
6624 </cell>
6625 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6626 \begin_inset Text
6627
6628 \begin_layout Plain Layout
6629
6630 \end_layout
6631
6632 \end_inset
6633 </cell>
6634 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6635 \begin_inset Text
6636
6637 \begin_layout Plain Layout
6638
6639 \end_layout
6640
6641 \end_inset
6642 </cell>
6643 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6644 \begin_inset Text
6645
6646 \begin_layout Plain Layout
6647
6648 \end_layout
6649
6650 \end_inset
6651 </cell>
6652 </row>
6653 <row>
6654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6655 \begin_inset Text
6656
6657 \begin_layout Plain Layout
6658 1
6659 \end_layout
6660
6661 \end_inset
6662 </cell>
6663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6664 \begin_inset Text
6665
6666 \begin_layout Plain Layout
6667 2
6668 \end_layout
6669
6670 \end_inset
6671 </cell>
6672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6673 \begin_inset Text
6674
6675 \begin_layout Plain Layout
6676 3
6677 \end_layout
6678
6679 \end_inset
6680 </cell>
6681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6682 \begin_inset Text
6683
6684 \begin_layout Plain Layout
6685 4
6686 \end_layout
6687
6688 \end_inset
6689 </cell>
6690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6691 \begin_inset Text
6692
6693 \begin_layout Plain Layout
6694 5
6695 \end_layout
6696
6697 \end_inset
6698 </cell>
6699 </row>
6700 <row>
6701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6702 \begin_inset Text
6703
6704 \begin_layout Plain Layout
6705 asd
6706 \end_layout
6707
6708 \end_inset
6709 </cell>
6710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6711 \begin_inset Text
6712
6713 \begin_layout Plain Layout
6714 s
6715 \end_layout
6716
6717 \end_inset
6718 </cell>
6719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6720 \begin_inset Text
6721
6722 \begin_layout Plain Layout
6723 s
6724 \end_layout
6725
6726 \end_inset
6727 </cell>
6728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6729 \begin_inset Text
6730
6731 \begin_layout Plain Layout
6732 s
6733 \end_layout
6734
6735 \end_inset
6736 </cell>
6737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6738 \begin_inset Text
6739
6740 \begin_layout Plain Layout
6741 asd
6742 \end_layout
6743
6744 \end_inset
6745 </cell>
6746 </row>
6747 <row>
6748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6749 \begin_inset Text
6750
6751 \begin_layout Plain Layout
6752 asd
6753 \end_layout
6754
6755 \end_inset
6756 </cell>
6757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6758 \begin_inset Text
6759
6760 \begin_layout Plain Layout
6761 s
6762 \end_layout
6763
6764 \end_inset
6765 </cell>
6766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6767 \begin_inset Text
6768
6769 \begin_layout Plain Layout
6770 s
6771 \end_layout
6772
6773 \end_inset
6774 </cell>
6775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6776 \begin_inset Text
6777
6778 \begin_layout Plain Layout
6779 s
6780 \end_layout
6781
6782 \end_inset
6783 </cell>
6784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6785 \begin_inset Text
6786
6787 \begin_layout Plain Layout
6788 asd
6789 \end_layout
6790
6791 \end_inset
6792 </cell>
6793 </row>
6794 <row>
6795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6796 \begin_inset Text
6797
6798 \begin_layout Plain Layout
6799 asd
6800 \end_layout
6801
6802 \end_inset
6803 </cell>
6804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6805 \begin_inset Text
6806
6807 \begin_layout Plain Layout
6808 s
6809 \end_layout
6810
6811 \end_inset
6812 </cell>
6813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6814 \begin_inset Text
6815
6816 \begin_layout Plain Layout
6817 s
6818 \end_layout
6819
6820 \end_inset
6821 </cell>
6822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6823 \begin_inset Text
6824
6825 \begin_layout Plain Layout
6826 s
6827 \end_layout
6828
6829 \end_inset
6830 </cell>
6831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6832 \begin_inset Text
6833
6834 \begin_layout Plain Layout
6835 asd
6836 \end_layout
6837
6838 \end_inset
6839 </cell>
6840 </row>
6841 <row>
6842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6843 \begin_inset Text
6844
6845 \begin_layout Plain Layout
6846 asd
6847 \end_layout
6848
6849 \end_inset
6850 </cell>
6851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6852 \begin_inset Text
6853
6854 \begin_layout Plain Layout
6855 sad
6856 \end_layout
6857
6858 \end_inset
6859 </cell>
6860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6861 \begin_inset Text
6862
6863 \begin_layout Plain Layout
6864 asd
6865 \end_layout
6866
6867 \end_inset
6868 </cell>
6869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6870 \begin_inset Text
6871
6872 \begin_layout Plain Layout
6873 asd
6874 \end_layout
6875
6876 \end_inset
6877 </cell>
6878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6879 \begin_inset Text
6880
6881 \begin_layout Plain Layout
6882 asd
6883 \end_layout
6884
6885 \end_inset
6886 </cell>
6887 </row>
6888 </lyxtabular>
6889
6890 \end_inset
6891
6892
6893 \end_layout
6894
6895 \begin_layout Standard
6896 \begin_inset ERT
6897 status collapsed
6898
6899 \begin_layout Plain Layout
6900
6901
6902 \backslash
6903 setlength{
6904 \backslash
6905 LTcapwidth}{5cm}
6906 \end_layout
6907
6908 \end_inset
6909
6910
6911 \begin_inset Tabular
6912 <lyxtabular version="3" rows="6" columns="5">
6913 <features islongtable="true">
6914 <column alignment="center" valignment="top" width="0">
6915 <column alignment="center" valignment="top" width="0">
6916 <column alignment="center" valignment="top" width="0">
6917 <column alignment="center" valignment="top" width="0">
6918 <column alignment="center" valignment="top" width="0">
6919 <row caption="true">
6920 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6921 \begin_inset Text
6922
6923 \begin_layout Plain Layout
6924 \begin_inset Caption
6925
6926 \begin_layout Plain Layout
6927 long full title with width set to 5
6928 \begin_inset space \thinspace{}
6929 \end_inset
6930
6931 cm long full title with width set to 5
6932 \begin_inset space \thinspace{}
6933 \end_inset
6934
6935 cm long full title with width set to 5
6936 \begin_inset space \thinspace{}
6937 \end_inset
6938
6939 cm
6940 \begin_inset OptArg
6941 status open
6942
6943 \begin_layout Plain Layout
6944 caption with width
6945 \begin_inset space \thinspace{}
6946 \end_inset
6947
6948 =
6949 \begin_inset space \thinspace{}
6950 \end_inset
6951
6952 5
6953 \begin_inset space \thinspace{}
6954 \end_inset
6955
6956 cm
6957 \end_layout
6958
6959 \end_inset
6960
6961
6962 \end_layout
6963
6964 \end_inset
6965
6966
6967 \end_layout
6968
6969 \end_inset
6970 </cell>
6971 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6972 \begin_inset Text
6973
6974 \begin_layout Plain Layout
6975
6976 \end_layout
6977
6978 \end_inset
6979 </cell>
6980 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6981 \begin_inset Text
6982
6983 \begin_layout Plain Layout
6984
6985 \end_layout
6986
6987 \end_inset
6988 </cell>
6989 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6990 \begin_inset Text
6991
6992 \begin_layout Plain Layout
6993
6994 \end_layout
6995
6996 \end_inset
6997 </cell>
6998 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6999 \begin_inset Text
7000
7001 \begin_layout Plain Layout
7002
7003 \end_layout
7004
7005 \end_inset
7006 </cell>
7007 </row>
7008 <row>
7009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7010 \begin_inset Text
7011
7012 \begin_layout Plain Layout
7013 1
7014 \end_layout
7015
7016 \end_inset
7017 </cell>
7018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7019 \begin_inset Text
7020
7021 \begin_layout Plain Layout
7022 2
7023 \end_layout
7024
7025 \end_inset
7026 </cell>
7027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7028 \begin_inset Text
7029
7030 \begin_layout Plain Layout
7031 3
7032 \end_layout
7033
7034 \end_inset
7035 </cell>
7036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7037 \begin_inset Text
7038
7039 \begin_layout Plain Layout
7040 4
7041 \end_layout
7042
7043 \end_inset
7044 </cell>
7045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7046 \begin_inset Text
7047
7048 \begin_layout Plain Layout
7049 5
7050 \end_layout
7051
7052 \end_inset
7053 </cell>
7054 </row>
7055 <row>
7056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7057 \begin_inset Text
7058
7059 \begin_layout Plain Layout
7060 asd
7061 \end_layout
7062
7063 \end_inset
7064 </cell>
7065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7066 \begin_inset Text
7067
7068 \begin_layout Plain Layout
7069 s
7070 \end_layout
7071
7072 \end_inset
7073 </cell>
7074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7075 \begin_inset Text
7076
7077 \begin_layout Plain Layout
7078 s
7079 \end_layout
7080
7081 \end_inset
7082 </cell>
7083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7084 \begin_inset Text
7085
7086 \begin_layout Plain Layout
7087 s
7088 \end_layout
7089
7090 \end_inset
7091 </cell>
7092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7093 \begin_inset Text
7094
7095 \begin_layout Plain Layout
7096 asd
7097 \end_layout
7098
7099 \end_inset
7100 </cell>
7101 </row>
7102 <row>
7103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7104 \begin_inset Text
7105
7106 \begin_layout Plain Layout
7107 asd
7108 \end_layout
7109
7110 \end_inset
7111 </cell>
7112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7113 \begin_inset Text
7114
7115 \begin_layout Plain Layout
7116 s
7117 \end_layout
7118
7119 \end_inset
7120 </cell>
7121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7122 \begin_inset Text
7123
7124 \begin_layout Plain Layout
7125 s
7126 \end_layout
7127
7128 \end_inset
7129 </cell>
7130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7131 \begin_inset Text
7132
7133 \begin_layout Plain Layout
7134 s
7135 \end_layout
7136
7137 \end_inset
7138 </cell>
7139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7140 \begin_inset Text
7141
7142 \begin_layout Plain Layout
7143 asd
7144 \end_layout
7145
7146 \end_inset
7147 </cell>
7148 </row>
7149 <row>
7150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7151 \begin_inset Text
7152
7153 \begin_layout Plain Layout
7154 asd
7155 \end_layout
7156
7157 \end_inset
7158 </cell>
7159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7160 \begin_inset Text
7161
7162 \begin_layout Plain Layout
7163 s
7164 \end_layout
7165
7166 \end_inset
7167 </cell>
7168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7169 \begin_inset Text
7170
7171 \begin_layout Plain Layout
7172 s
7173 \end_layout
7174
7175 \end_inset
7176 </cell>
7177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7178 \begin_inset Text
7179
7180 \begin_layout Plain Layout
7181 s
7182 \end_layout
7183
7184 \end_inset
7185 </cell>
7186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7187 \begin_inset Text
7188
7189 \begin_layout Plain Layout
7190 asd
7191 \end_layout
7192
7193 \end_inset
7194 </cell>
7195 </row>
7196 <row>
7197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7198 \begin_inset Text
7199
7200 \begin_layout Plain Layout
7201 asd
7202 \end_layout
7203
7204 \end_inset
7205 </cell>
7206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7207 \begin_inset Text
7208
7209 \begin_layout Plain Layout
7210 sad
7211 \end_layout
7212
7213 \end_inset
7214 </cell>
7215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7216 \begin_inset Text
7217
7218 \begin_layout Plain Layout
7219 asd
7220 \end_layout
7221
7222 \end_inset
7223 </cell>
7224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7225 \begin_inset Text
7226
7227 \begin_layout Plain Layout
7228 asd
7229 \end_layout
7230
7231 \end_inset
7232 </cell>
7233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7234 \begin_inset Text
7235
7236 \begin_layout Plain Layout
7237 asd
7238 \end_layout
7239
7240 \end_inset
7241 </cell>
7242 </row>
7243 </lyxtabular>
7244
7245 \end_inset
7246
7247
7248 \end_layout
7249
7250 \begin_layout Standard
7251 \begin_inset ERT
7252 status collapsed
7253
7254 \begin_layout Plain Layout
7255
7256
7257 \backslash
7258 setlength{
7259 \backslash
7260 LTcapwidth}{4in}
7261 \end_layout
7262
7263 \end_inset
7264
7265
7266 \end_layout
7267
7268 \begin_layout Standard
7269 \begin_inset Note Greyedout
7270 status open
7271
7272 \begin_layout Plain Layout
7273
7274 \series bold
7275 Note:
7276 \series default
7277  When the LaTeX-package 
7278 \series bold
7279 caption
7280 \series default
7281
7282 \begin_inset Index
7283 status collapsed
7284
7285 \begin_layout Plain Layout
7286 LaTeX-packages ! caption
7287 \end_layout
7288
7289 \end_inset
7290
7291  is used, as in this document, the full page width is used for the caption
7292  when you use the default value of 4
7293 \begin_inset space \thinspace{}
7294 \end_inset
7295
7296 in for 
7297 \series bold
7298
7299 \backslash
7300 LTcapwidth
7301 \series default
7302 .
7303  To get in this case exactly a 4
7304 \begin_inset space \thinspace{}
7305 \end_inset
7306
7307 in wide caption, you can either use a value slightly different from 4.0
7308 \begin_inset space \thinspace{}
7309 \end_inset
7310
7311 in, e.g.
7312  3.99
7313 \begin_inset space \thinspace{}
7314 \end_inset
7315
7316 in, or the LaTeX-command 
7317 \series bold
7318
7319 \backslash
7320 captionsetup{width=value}
7321 \series default
7322  that is provided by the 
7323 \series bold
7324 caption
7325 \series default
7326 -package.
7327 \end_layout
7328
7329 \end_inset
7330
7331
7332 \end_layout
7333
7334 \begin_layout Subsubsection
7335 Different Captions for Table Pages
7336 \begin_inset Index
7337 status collapsed
7338
7339 \begin_layout Plain Layout
7340 Longtables ! Different Captions for Pages
7341 \end_layout
7342
7343 \end_inset
7344
7345
7346 \end_layout
7347
7348 \begin_layout Standard
7349 When the other captions should differ from the one of the first table page,
7350  insert a caption with a non-empty short title in a dummy caption row marked
7351  as first header.
7352  The caption used for the other table pages is inserted as caption without
7353  a short title in a dummy caption row that is marked as main header.
7354  When this caption shouldn't include the table number, use the command
7355 \end_layout
7356
7357 \begin_layout Standard
7358
7359 \series bold
7360
7361 \backslash
7362 caption*{caption text}
7363 \end_layout
7364
7365 \begin_layout Standard
7366 instead of LyX's caption box.
7367  The label to reference the table is inserted into the caption of the first
7368  header.
7369  Table
7370 \begin_inset space ~
7371 \end_inset
7372
7373
7374 \begin_inset CommandInset ref
7375 LatexCommand ref
7376 reference "tab:DiffCaptions"
7377
7378 \end_inset
7379
7380  is an example for a longtable with different heading where the second caption
7381  doesn't include the table number.
7382 \end_layout
7383
7384 \begin_layout Standard
7385 \align center
7386 \begin_inset Tabular
7387 <lyxtabular version="3" rows="59" columns="3">
7388 <features islongtable="true">
7389 <column alignment="left" valignment="top" width="0cm">
7390 <column alignment="left" valignment="top" width="0pt">
7391 <column alignment="center" valignment="top" width="0pt">
7392 <row endfirsthead="true" caption="true">
7393 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7394 \begin_inset Text
7395
7396 \begin_layout Plain Layout
7397 \begin_inset Caption
7398
7399 \begin_layout Plain Layout
7400 Example Phone List
7401 \begin_inset CommandInset label
7402 LatexCommand label
7403 name "tab:DiffCaptions"
7404
7405 \end_inset
7406
7407
7408 \begin_inset OptArg
7409 status collapsed
7410
7411 \begin_layout Plain Layout
7412 Example Phone List
7413 \end_layout
7414
7415 \end_inset
7416
7417
7418 \end_layout
7419
7420 \end_inset
7421
7422
7423 \end_layout
7424
7425 \end_inset
7426 </cell>
7427 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7428 \begin_inset Text
7429
7430 \begin_layout Plain Layout
7431
7432 \end_layout
7433
7434 \end_inset
7435 </cell>
7436 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7437 \begin_inset Text
7438
7439 \begin_layout Plain Layout
7440
7441 \end_layout
7442
7443 \end_inset
7444 </cell>
7445 </row>
7446 <row endfirsthead="true">
7447 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7448 \begin_inset Text
7449
7450 \begin_layout Plain Layout
7451
7452 \series bold
7453 Example Phone List (ignore the names)
7454 \end_layout
7455
7456 \end_inset
7457 </cell>
7458 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7459 \begin_inset Text
7460
7461 \begin_layout Plain Layout
7462
7463 \end_layout
7464
7465 \end_inset
7466 </cell>
7467 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7468 \begin_inset Text
7469
7470 \begin_layout Plain Layout
7471
7472 \end_layout
7473
7474 \end_inset
7475 </cell>
7476 </row>
7477 <row endfirsthead="true">
7478 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7479 \begin_inset Text
7480
7481 \begin_layout Plain Layout
7482
7483 \series bold
7484 NAME
7485 \end_layout
7486
7487 \end_inset
7488 </cell>
7489 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7490 \begin_inset Text
7491
7492 \begin_layout Plain Layout
7493
7494 \end_layout
7495
7496 \end_inset
7497 </cell>
7498 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7499 \begin_inset Text
7500
7501 \begin_layout Plain Layout
7502
7503 \series bold
7504 TEL.
7505 \end_layout
7506
7507 \end_inset
7508 </cell>
7509 </row>
7510 <row endhead="true" caption="true">
7511 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7512 \begin_inset Text
7513
7514 \begin_layout Plain Layout
7515 \begin_inset ERT
7516 status open
7517
7518 \begin_layout Plain Layout
7519
7520
7521 \backslash
7522 caption*{Continued Example Phone List}
7523 \backslash
7524
7525 \backslash
7526 %
7527 \end_layout
7528
7529 \end_inset
7530
7531
7532 \end_layout
7533
7534 \end_inset
7535 </cell>
7536 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7537 \begin_inset Text
7538
7539 \begin_layout Plain Layout
7540
7541 \end_layout
7542
7543 \end_inset
7544 </cell>
7545 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7546 \begin_inset Text
7547
7548 \begin_layout Plain Layout
7549
7550 \end_layout
7551
7552 \end_inset
7553 </cell>
7554 </row>
7555 <row endhead="true">
7556 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7557 \begin_inset Text
7558
7559 \begin_layout Plain Layout
7560
7561 \series bold
7562 Example Phone List
7563 \end_layout
7564
7565 \end_inset
7566 </cell>
7567 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7568 \begin_inset Text
7569
7570 \begin_layout Plain Layout
7571
7572 \end_layout
7573
7574 \end_inset
7575 </cell>
7576 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7577 \begin_inset Text
7578
7579 \begin_layout Plain Layout
7580
7581 \end_layout
7582
7583 \end_inset
7584 </cell>
7585 </row>
7586 <row endhead="true">
7587 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
7588 \begin_inset Text
7589
7590 \begin_layout Plain Layout
7591
7592 \series bold
7593 NAME
7594 \end_layout
7595
7596 \end_inset
7597 </cell>
7598 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7599 \begin_inset Text
7600
7601 \begin_layout Plain Layout
7602
7603 \end_layout
7604
7605 \end_inset
7606 </cell>
7607 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7608 \begin_inset Text
7609
7610 \begin_layout Plain Layout
7611
7612 \series bold
7613 TEL.
7614 \end_layout
7615
7616 \end_inset
7617 </cell>
7618 </row>
7619 <row endfoot="true">
7620 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7621 \begin_inset Text
7622
7623 \begin_layout Plain Layout
7624 continued on next page
7625 \end_layout
7626
7627 \end_inset
7628 </cell>
7629 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7630 \begin_inset Text
7631
7632 \begin_layout Plain Layout
7633
7634 \end_layout
7635
7636 \end_inset
7637 </cell>
7638 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7639 \begin_inset Text
7640
7641 \begin_layout Plain Layout
7642
7643 \end_layout
7644
7645 \end_inset
7646 </cell>
7647 </row>
7648 <row>
7649 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7650 \begin_inset Text
7651
7652 \begin_layout Plain Layout
7653
7654 \series bold
7655 Annovi
7656 \end_layout
7657
7658 \end_inset
7659 </cell>
7660 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7661 \begin_inset Text
7662
7663 \begin_layout Plain Layout
7664 Silvia
7665 \end_layout
7666
7667 \end_inset
7668 </cell>
7669 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7670 \begin_inset Text
7671
7672 \begin_layout Plain Layout
7673 111
7674 \end_layout
7675
7676 \end_inset
7677 </cell>
7678 </row>
7679 <row>
7680 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7681 \begin_inset Text
7682
7683 \begin_layout Plain Layout
7684
7685 \series bold
7686 Bertoli
7687 \end_layout
7688
7689 \end_inset
7690 </cell>
7691 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7692 \begin_inset Text
7693
7694 \begin_layout Plain Layout
7695 Stefano
7696 \end_layout
7697
7698 \end_inset
7699 </cell>
7700 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7701 \begin_inset Text
7702
7703 \begin_layout Plain Layout
7704 111
7705 \end_layout
7706
7707 \end_inset
7708 </cell>
7709 </row>
7710 <row>
7711 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7712 \begin_inset Text
7713
7714 \begin_layout Plain Layout
7715
7716 \series bold
7717 Bozzi
7718 \end_layout
7719
7720 \end_inset
7721 </cell>
7722 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7723 \begin_inset Text
7724
7725 \begin_layout Plain Layout
7726 Walter
7727 \end_layout
7728
7729 \end_inset
7730 </cell>
7731 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7732 \begin_inset Text
7733
7734 \begin_layout Plain Layout
7735 111
7736 \end_layout
7737
7738 \end_inset
7739 </cell>
7740 </row>
7741 <row>
7742 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7743 \begin_inset Text
7744
7745 \begin_layout Plain Layout
7746
7747 \series bold
7748 Cachia
7749 \end_layout
7750
7751 \end_inset
7752 </cell>
7753 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7754 \begin_inset Text
7755
7756 \begin_layout Plain Layout
7757 Maria
7758 \end_layout
7759
7760 \end_inset
7761 </cell>
7762 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7763 \begin_inset Text
7764
7765 \begin_layout Plain Layout
7766 111
7767 \end_layout
7768
7769 \end_inset
7770 </cell>
7771 </row>
7772 <row>
7773 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7774 \begin_inset Text
7775
7776 \begin_layout Plain Layout
7777
7778 \series bold
7779 Cachia
7780 \end_layout
7781
7782 \end_inset
7783 </cell>
7784 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7785 \begin_inset Text
7786
7787 \begin_layout Plain Layout
7788 Maurizio
7789 \end_layout
7790
7791 \end_inset
7792 </cell>
7793 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7794 \begin_inset Text
7795
7796 \begin_layout Plain Layout
7797 111
7798 \end_layout
7799
7800 \end_inset
7801 </cell>
7802 </row>
7803 <row>
7804 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7805 \begin_inset Text
7806
7807 \begin_layout Plain Layout
7808
7809 \series bold
7810 Cinquemani
7811 \end_layout
7812
7813 \end_inset
7814 </cell>
7815 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7816 \begin_inset Text
7817
7818 \begin_layout Plain Layout
7819 Giusi
7820 \end_layout
7821
7822 \end_inset
7823 </cell>
7824 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7825 \begin_inset Text
7826
7827 \begin_layout Plain Layout
7828 111
7829 \end_layout
7830
7831 \end_inset
7832 </cell>
7833 </row>
7834 <row>
7835 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7836 \begin_inset Text
7837
7838 \begin_layout Plain Layout
7839
7840 \series bold
7841 Colin
7842 \end_layout
7843
7844 \end_inset
7845 </cell>
7846 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7847 \begin_inset Text
7848
7849 \begin_layout Plain Layout
7850 Bernard
7851 \end_layout
7852
7853 \end_inset
7854 </cell>
7855 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7856 \begin_inset Text
7857
7858 \begin_layout Plain Layout
7859 111
7860 \end_layout
7861
7862 \end_inset
7863 </cell>
7864 </row>
7865 <row>
7866 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7867 \begin_inset Text
7868
7869 \begin_layout Plain Layout
7870
7871 \series bold
7872 Concli
7873 \end_layout
7874
7875 \end_inset
7876 </cell>
7877 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7878 \begin_inset Text
7879
7880 \begin_layout Plain Layout
7881 Gianfranco
7882 \end_layout
7883
7884 \end_inset
7885 </cell>
7886 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7887 \begin_inset Text
7888
7889 \begin_layout Plain Layout
7890 111
7891 \end_layout
7892
7893 \end_inset
7894 </cell>
7895 </row>
7896 <row>
7897 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7898 \begin_inset Text
7899
7900 \begin_layout Plain Layout
7901
7902 \series bold
7903 Dal Bosco
7904 \end_layout
7905
7906 \end_inset
7907 </cell>
7908 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7909 \begin_inset Text
7910
7911 \begin_layout Plain Layout
7912 Carolina
7913 \end_layout
7914
7915 \end_inset
7916 </cell>
7917 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7918 \begin_inset Text
7919
7920 \begin_layout Plain Layout
7921 111
7922 \end_layout
7923
7924 \end_inset
7925 </cell>
7926 </row>
7927 <row>
7928 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7929 \begin_inset Text
7930
7931 \begin_layout Plain Layout
7932
7933 \series bold
7934 Dalpiaz
7935 \end_layout
7936
7937 \end_inset
7938 </cell>
7939 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7940 \begin_inset Text
7941
7942 \begin_layout Plain Layout
7943 Annamaria
7944 \end_layout
7945
7946 \end_inset
7947 </cell>
7948 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7949 \begin_inset Text
7950
7951 \begin_layout Plain Layout
7952 111
7953 \end_layout
7954
7955 \end_inset
7956 </cell>
7957 </row>
7958 <row>
7959 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7960 \begin_inset Text
7961
7962 \begin_layout Plain Layout
7963
7964 \series bold
7965 Feliciello
7966 \end_layout
7967
7968 \end_inset
7969 </cell>
7970 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7971 \begin_inset Text
7972
7973 \begin_layout Plain Layout
7974 Domenico
7975 \end_layout
7976
7977 \end_inset
7978 </cell>
7979 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7980 \begin_inset Text
7981
7982 \begin_layout Plain Layout
7983 111
7984 \end_layout
7985
7986 \end_inset
7987 </cell>
7988 </row>
7989 <row>
7990 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7991 \begin_inset Text
7992
7993 \begin_layout Plain Layout
7994
7995 \series bold
7996 Focarelli
7997 \end_layout
7998
7999 \end_inset
8000 </cell>
8001 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8002 \begin_inset Text
8003
8004 \begin_layout Plain Layout
8005 Paola
8006 \end_layout
8007
8008 \end_inset
8009 </cell>
8010 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8011 \begin_inset Text
8012
8013 \begin_layout Plain Layout
8014 111
8015 \end_layout
8016
8017 \end_inset
8018 </cell>
8019 </row>
8020 <row>
8021 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8022 \begin_inset Text
8023
8024 \begin_layout Plain Layout
8025
8026 \series bold
8027 Galletti
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8033 \begin_inset Text
8034
8035 \begin_layout Plain Layout
8036 Oreste
8037 \end_layout
8038
8039 \end_inset
8040 </cell>
8041 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8042 \begin_inset Text
8043
8044 \begin_layout Plain Layout
8045 111
8046 \end_layout
8047
8048 \end_inset
8049 </cell>
8050 </row>
8051 <row>
8052 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8053 \begin_inset Text
8054
8055 \begin_layout Plain Layout
8056
8057 \series bold
8058 Gasparini
8059 \end_layout
8060
8061 \end_inset
8062 </cell>
8063 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8064 \begin_inset Text
8065
8066 \begin_layout Plain Layout
8067 Franca
8068 \end_layout
8069
8070 \end_inset
8071 </cell>
8072 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8073 \begin_inset Text
8074
8075 \begin_layout Plain Layout
8076 111
8077 \end_layout
8078
8079 \end_inset
8080 </cell>
8081 </row>
8082 <row>
8083 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8084 \begin_inset Text
8085
8086 \begin_layout Plain Layout
8087
8088 \series bold
8089 Rizzardi
8090 \series default
8091
8092 \begin_inset Foot
8093 status collapsed
8094
8095 \begin_layout Plain Layout
8096 Example footnote
8097 \end_layout
8098
8099 \end_inset
8100
8101
8102 \end_layout
8103
8104 \end_inset
8105 </cell>
8106 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8107 \begin_inset Text
8108
8109 \begin_layout Plain Layout
8110 Paola
8111 \end_layout
8112
8113 \end_inset
8114 </cell>
8115 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8116 \begin_inset Text
8117
8118 \begin_layout Plain Layout
8119 111
8120 \end_layout
8121
8122 \end_inset
8123 </cell>
8124 </row>
8125 <row>
8126 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8127 \begin_inset Text
8128
8129 \begin_layout Plain Layout
8130
8131 \series bold
8132 Lassini
8133 \end_layout
8134
8135 \end_inset
8136 </cell>
8137 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8138 \begin_inset Text
8139
8140 \begin_layout Plain Layout
8141 Giancarlo
8142 \end_layout
8143
8144 \end_inset
8145 </cell>
8146 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8147 \begin_inset Text
8148
8149 \begin_layout Plain Layout
8150 111
8151 \end_layout
8152
8153 \end_inset
8154 </cell>
8155 </row>
8156 <row>
8157 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8158 \begin_inset Text
8159
8160 \begin_layout Plain Layout
8161
8162 \series bold
8163 Malfatti
8164 \end_layout
8165
8166 \end_inset
8167 </cell>
8168 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8169 \begin_inset Text
8170
8171 \begin_layout Plain Layout
8172 Luciano
8173 \end_layout
8174
8175 \end_inset
8176 </cell>
8177 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8178 \begin_inset Text
8179
8180 \begin_layout Plain Layout
8181 111
8182 \end_layout
8183
8184 \end_inset
8185 </cell>
8186 </row>
8187 <row>
8188 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8189 \begin_inset Text
8190
8191 \begin_layout Plain Layout
8192
8193 \series bold
8194 Malfatti
8195 \end_layout
8196
8197 \end_inset
8198 </cell>
8199 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8200 \begin_inset Text
8201
8202 \begin_layout Plain Layout
8203 Valeriano
8204 \end_layout
8205
8206 \end_inset
8207 </cell>
8208 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8209 \begin_inset Text
8210
8211 \begin_layout Plain Layout
8212 111
8213 \end_layout
8214
8215 \end_inset
8216 </cell>
8217 </row>
8218 <row>
8219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8220 \begin_inset Text
8221
8222 \begin_layout Plain Layout
8223
8224 \series bold
8225 Meneguzzo
8226 \end_layout
8227
8228 \end_inset
8229 </cell>
8230 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8231 \begin_inset Text
8232
8233 \begin_layout Plain Layout
8234 Roberto
8235 \end_layout
8236
8237 \end_inset
8238 </cell>
8239 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8240 \begin_inset Text
8241
8242 \begin_layout Plain Layout
8243 111
8244 \end_layout
8245
8246 \end_inset
8247 </cell>
8248 </row>
8249 <row>
8250 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8251 \begin_inset Text
8252
8253 \begin_layout Plain Layout
8254
8255 \series bold
8256 Mezzadra
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8262 \begin_inset Text
8263
8264 \begin_layout Plain Layout
8265 Roberto
8266 \end_layout
8267
8268 \end_inset
8269 </cell>
8270 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8271 \begin_inset Text
8272
8273 \begin_layout Plain Layout
8274 111
8275 \end_layout
8276
8277 \end_inset
8278 </cell>
8279 </row>
8280 <row>
8281 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8282 \begin_inset Text
8283
8284 \begin_layout Plain Layout
8285
8286 \series bold
8287 Pirpamer
8288 \end_layout
8289
8290 \end_inset
8291 </cell>
8292 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8293 \begin_inset Text
8294
8295 \begin_layout Plain Layout
8296 Erich
8297 \end_layout
8298
8299 \end_inset
8300 </cell>
8301 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8302 \begin_inset Text
8303
8304 \begin_layout Plain Layout
8305 111
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 </row>
8311 <row>
8312 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8313 \begin_inset Text
8314
8315 \begin_layout Plain Layout
8316
8317 \series bold
8318 Pochiesa
8319 \end_layout
8320
8321 \end_inset
8322 </cell>
8323 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8324 \begin_inset Text
8325
8326 \begin_layout Plain Layout
8327 Paolo
8328 \end_layout
8329
8330 \end_inset
8331 </cell>
8332 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8333 \begin_inset Text
8334
8335 \begin_layout Plain Layout
8336 111, 222
8337 \end_layout
8338
8339 \end_inset
8340 </cell>
8341 </row>
8342 <row>
8343 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8344 \begin_inset Text
8345
8346 \begin_layout Plain Layout
8347
8348 \series bold
8349 Radina
8350 \end_layout
8351
8352 \end_inset
8353 </cell>
8354 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8355 \begin_inset Text
8356
8357 \begin_layout Plain Layout
8358 Claudio
8359 \end_layout
8360
8361 \end_inset
8362 </cell>
8363 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8364 \begin_inset Text
8365
8366 \begin_layout Plain Layout
8367 111
8368 \end_layout
8369
8370 \end_inset
8371 </cell>
8372 </row>
8373 <row>
8374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8375 \begin_inset Text
8376
8377 \begin_layout Plain Layout
8378
8379 \series bold
8380 Stuffer
8381 \end_layout
8382
8383 \end_inset
8384 </cell>
8385 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8386 \begin_inset Text
8387
8388 \begin_layout Plain Layout
8389 Oskar
8390 \end_layout
8391
8392 \end_inset
8393 </cell>
8394 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8395 \begin_inset Text
8396
8397 \begin_layout Plain Layout
8398 111
8399 \end_layout
8400
8401 \end_inset
8402 </cell>
8403 </row>
8404 <row>
8405 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8406 \begin_inset Text
8407
8408 \begin_layout Plain Layout
8409
8410 \series bold
8411 Tacchelli
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8417 \begin_inset Text
8418
8419 \begin_layout Plain Layout
8420 Ugo
8421 \end_layout
8422
8423 \end_inset
8424 </cell>
8425 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8426 \begin_inset Text
8427
8428 \begin_layout Plain Layout
8429 111
8430 \end_layout
8431
8432 \end_inset
8433 </cell>
8434 </row>
8435 <row>
8436 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8437 \begin_inset Text
8438
8439 \begin_layout Plain Layout
8440
8441 \series bold
8442 Tezzele
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Plain Layout
8451 Margit
8452 \end_layout
8453
8454 \end_inset
8455 </cell>
8456 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8457 \begin_inset Text
8458
8459 \begin_layout Plain Layout
8460 111
8461 \end_layout
8462
8463 \end_inset
8464 </cell>
8465 </row>
8466 <row>
8467 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8468 \begin_inset Text
8469
8470 \begin_layout Plain Layout
8471
8472 \series bold
8473 Unterkalmsteiner
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8479 \begin_inset Text
8480
8481 \begin_layout Plain Layout
8482 Frieda
8483 \end_layout
8484
8485 \end_inset
8486 </cell>
8487 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8488 \begin_inset Text
8489
8490 \begin_layout Plain Layout
8491 111
8492 \end_layout
8493
8494 \end_inset
8495 </cell>
8496 </row>
8497 <row>
8498 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8499 \begin_inset Text
8500
8501 \begin_layout Plain Layout
8502
8503 \series bold
8504 Vieider
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8510 \begin_inset Text
8511
8512 \begin_layout Plain Layout
8513 Hilde
8514 \end_layout
8515
8516 \end_inset
8517 </cell>
8518 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8519 \begin_inset Text
8520
8521 \begin_layout Plain Layout
8522 111
8523 \end_layout
8524
8525 \end_inset
8526 </cell>
8527 </row>
8528 <row>
8529 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8530 \begin_inset Text
8531
8532 \begin_layout Plain Layout
8533
8534 \series bold
8535 Vigna
8536 \end_layout
8537
8538 \end_inset
8539 </cell>
8540 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8541 \begin_inset Text
8542
8543 \begin_layout Plain Layout
8544 Jürgen
8545 \end_layout
8546
8547 \end_inset
8548 </cell>
8549 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8550 \begin_inset Text
8551
8552 \begin_layout Plain Layout
8553 111
8554 \end_layout
8555
8556 \end_inset
8557 </cell>
8558 </row>
8559 <row>
8560 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8561 \begin_inset Text
8562
8563 \begin_layout Plain Layout
8564
8565 \series bold
8566 Weber
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8572 \begin_inset Text
8573
8574 \begin_layout Plain Layout
8575 Maurizio
8576 \end_layout
8577
8578 \end_inset
8579 </cell>
8580 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8581 \begin_inset Text
8582
8583 \begin_layout Plain Layout
8584 111
8585 \end_layout
8586
8587 \end_inset
8588 </cell>
8589 </row>
8590 <row>
8591 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595
8596 \series bold
8597 Winkler
8598 \end_layout
8599
8600 \end_inset
8601 </cell>
8602 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8603 \begin_inset Text
8604
8605 \begin_layout Plain Layout
8606 Franz
8607 \end_layout
8608
8609 \end_inset
8610 </cell>
8611 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8612 \begin_inset Text
8613
8614 \begin_layout Plain Layout
8615 111
8616 \end_layout
8617
8618 \end_inset
8619 </cell>
8620 </row>
8621 <row>
8622 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8623 \begin_inset Text
8624
8625 \begin_layout Plain Layout
8626  
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8632 \begin_inset Text
8633
8634 \begin_layout Plain Layout
8635
8636 \end_layout
8637
8638 \end_inset
8639 </cell>
8640 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8641 \begin_inset Text
8642
8643 \begin_layout Plain Layout
8644
8645 \end_layout
8646
8647 \end_inset
8648 </cell>
8649 </row>
8650 <row>
8651 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8652 \begin_inset Text
8653
8654 \begin_layout Plain Layout
8655
8656 \series bold
8657 Annovi
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8663 \begin_inset Text
8664
8665 \begin_layout Plain Layout
8666 Silvia
8667 \end_layout
8668
8669 \end_inset
8670 </cell>
8671 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8672 \begin_inset Text
8673
8674 \begin_layout Plain Layout
8675 555
8676 \end_layout
8677
8678 \end_inset
8679 </cell>
8680 </row>
8681 <row>
8682 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8683 \begin_inset Text
8684
8685 \begin_layout Plain Layout
8686
8687 \series bold
8688 Bertoli
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8694 \begin_inset Text
8695
8696 \begin_layout Plain Layout
8697 Stefano
8698 \end_layout
8699
8700 \end_inset
8701 </cell>
8702 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8703 \begin_inset Text
8704
8705 \begin_layout Plain Layout
8706 555
8707 \end_layout
8708
8709 \end_inset
8710 </cell>
8711 </row>
8712 <row>
8713 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8714 \begin_inset Text
8715
8716 \begin_layout Plain Layout
8717
8718 \series bold
8719 Bozzi
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8725 \begin_inset Text
8726
8727 \begin_layout Plain Layout
8728 Walter
8729 \end_layout
8730
8731 \end_inset
8732 </cell>
8733 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8734 \begin_inset Text
8735
8736 \begin_layout Plain Layout
8737 555
8738 \end_layout
8739
8740 \end_inset
8741 </cell>
8742 </row>
8743 <row>
8744 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8745 \begin_inset Text
8746
8747 \begin_layout Plain Layout
8748
8749 \series bold
8750 Cachia
8751 \end_layout
8752
8753 \end_inset
8754 </cell>
8755 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8756 \begin_inset Text
8757
8758 \begin_layout Plain Layout
8759 Maria
8760 \end_layout
8761
8762 \end_inset
8763 </cell>
8764 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8765 \begin_inset Text
8766
8767 \begin_layout Plain Layout
8768 555
8769 \end_layout
8770
8771 \end_inset
8772 </cell>
8773 </row>
8774 <row>
8775 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8776 \begin_inset Text
8777
8778 \begin_layout Plain Layout
8779
8780 \series bold
8781 Cachia
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8787 \begin_inset Text
8788
8789 \begin_layout Plain Layout
8790 Maurizio
8791 \end_layout
8792
8793 \end_inset
8794 </cell>
8795 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8796 \begin_inset Text
8797
8798 \begin_layout Plain Layout
8799 555
8800 \end_layout
8801
8802 \end_inset
8803 </cell>
8804 </row>
8805 <row>
8806 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8807 \begin_inset Text
8808
8809 \begin_layout Plain Layout
8810
8811 \series bold
8812 Cinquemani
8813 \end_layout
8814
8815 \end_inset
8816 </cell>
8817 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8818 \begin_inset Text
8819
8820 \begin_layout Plain Layout
8821 Giusi
8822 \end_layout
8823
8824 \end_inset
8825 </cell>
8826 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8827 \begin_inset Text
8828
8829 \begin_layout Plain Layout
8830 555
8831 \end_layout
8832
8833 \end_inset
8834 </cell>
8835 </row>
8836 <row>
8837 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8838 \begin_inset Text
8839
8840 \begin_layout Plain Layout
8841
8842 \series bold
8843 Colin
8844 \end_layout
8845
8846 \end_inset
8847 </cell>
8848 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8849 \begin_inset Text
8850
8851 \begin_layout Plain Layout
8852 Bernard
8853 \end_layout
8854
8855 \end_inset
8856 </cell>
8857 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8858 \begin_inset Text
8859
8860 \begin_layout Plain Layout
8861 555
8862 \end_layout
8863
8864 \end_inset
8865 </cell>
8866 </row>
8867 <row>
8868 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8869 \begin_inset Text
8870
8871 \begin_layout Plain Layout
8872
8873 \series bold
8874 Concli
8875 \end_layout
8876
8877 \end_inset
8878 </cell>
8879 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8880 \begin_inset Text
8881
8882 \begin_layout Plain Layout
8883 Gianfranco
8884 \end_layout
8885
8886 \end_inset
8887 </cell>
8888 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8889 \begin_inset Text
8890
8891 \begin_layout Plain Layout
8892 555
8893 \end_layout
8894
8895 \end_inset
8896 </cell>
8897 </row>
8898 <row>
8899 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8900 \begin_inset Text
8901
8902 \begin_layout Plain Layout
8903
8904 \series bold
8905 Dal Bosco
8906 \end_layout
8907
8908 \end_inset
8909 </cell>
8910 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8911 \begin_inset Text
8912
8913 \begin_layout Plain Layout
8914 Carolina
8915 \end_layout
8916
8917 \end_inset
8918 </cell>
8919 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8920 \begin_inset Text
8921
8922 \begin_layout Plain Layout
8923 555
8924 \end_layout
8925
8926 \end_inset
8927 </cell>
8928 </row>
8929 <row>
8930 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8931 \begin_inset Text
8932
8933 \begin_layout Plain Layout
8934
8935 \series bold
8936 Dalpiaz
8937 \end_layout
8938
8939 \end_inset
8940 </cell>
8941 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8942 \begin_inset Text
8943
8944 \begin_layout Plain Layout
8945 Annamaria
8946 \end_layout
8947
8948 \end_inset
8949 </cell>
8950 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8951 \begin_inset Text
8952
8953 \begin_layout Plain Layout
8954 555
8955 \end_layout
8956
8957 \end_inset
8958 </cell>
8959 </row>
8960 <row>
8961 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8962 \begin_inset Text
8963
8964 \begin_layout Plain Layout
8965
8966 \series bold
8967 Feliciello
8968 \end_layout
8969
8970 \end_inset
8971 </cell>
8972 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8973 \begin_inset Text
8974
8975 \begin_layout Plain Layout
8976 Domenico
8977 \end_layout
8978
8979 \end_inset
8980 </cell>
8981 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8982 \begin_inset Text
8983
8984 \begin_layout Plain Layout
8985 555
8986 \end_layout
8987
8988 \end_inset
8989 </cell>
8990 </row>
8991 <row>
8992 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8993 \begin_inset Text
8994
8995 \begin_layout Plain Layout
8996
8997 \series bold
8998 Focarelli
8999 \end_layout
9000
9001 \end_inset
9002 </cell>
9003 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9004 \begin_inset Text
9005
9006 \begin_layout Plain Layout
9007 Paola
9008 \end_layout
9009
9010 \end_inset
9011 </cell>
9012 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9013 \begin_inset Text
9014
9015 \begin_layout Plain Layout
9016 555
9017 \end_layout
9018
9019 \end_inset
9020 </cell>
9021 </row>
9022 <row>
9023 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9024 \begin_inset Text
9025
9026 \begin_layout Plain Layout
9027
9028 \series bold
9029 Galletti
9030 \end_layout
9031
9032 \end_inset
9033 </cell>
9034 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9035 \begin_inset Text
9036
9037 \begin_layout Plain Layout
9038 Oreste
9039 \end_layout
9040
9041 \end_inset
9042 </cell>
9043 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9044 \begin_inset Text
9045
9046 \begin_layout Plain Layout
9047 555
9048 \end_layout
9049
9050 \end_inset
9051 </cell>
9052 </row>
9053 <row>
9054 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9055 \begin_inset Text
9056
9057 \begin_layout Plain Layout
9058
9059 \series bold
9060 Gasparini
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9066 \begin_inset Text
9067
9068 \begin_layout Plain Layout
9069 Franca
9070 \end_layout
9071
9072 \end_inset
9073 </cell>
9074 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9075 \begin_inset Text
9076
9077 \begin_layout Plain Layout
9078 555
9079 \end_layout
9080
9081 \end_inset
9082 </cell>
9083 </row>
9084 <row>
9085 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9086 \begin_inset Text
9087
9088 \begin_layout Plain Layout
9089
9090 \series bold
9091 Rizzardi
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9097 \begin_inset Text
9098
9099 \begin_layout Plain Layout
9100 Paola
9101 \end_layout
9102
9103 \end_inset
9104 </cell>
9105 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9106 \begin_inset Text
9107
9108 \begin_layout Plain Layout
9109 555
9110 \end_layout
9111
9112 \end_inset
9113 </cell>
9114 </row>
9115 <row>
9116 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9117 \begin_inset Text
9118
9119 \begin_layout Plain Layout
9120
9121 \series bold
9122 Lassini
9123 \end_layout
9124
9125 \end_inset
9126 </cell>
9127 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9128 \begin_inset Text
9129
9130 \begin_layout Plain Layout
9131 Giancarlo
9132 \end_layout
9133
9134 \end_inset
9135 </cell>
9136 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9137 \begin_inset Text
9138
9139 \begin_layout Plain Layout
9140 555
9141 \end_layout
9142
9143 \end_inset
9144 </cell>
9145 </row>
9146 <row>
9147 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9148 \begin_inset Text
9149
9150 \begin_layout Plain Layout
9151
9152 \series bold
9153 Malfatti
9154 \end_layout
9155
9156 \end_inset
9157 </cell>
9158 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9159 \begin_inset Text
9160
9161 \begin_layout Plain Layout
9162 Luciano
9163 \end_layout
9164
9165 \end_inset
9166 </cell>
9167 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9168 \begin_inset Text
9169
9170 \begin_layout Plain Layout
9171 555
9172 \end_layout
9173
9174 \end_inset
9175 </cell>
9176 </row>
9177 <row>
9178 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9179 \begin_inset Text
9180
9181 \begin_layout Plain Layout
9182
9183 \series bold
9184 Malfatti
9185 \end_layout
9186
9187 \end_inset
9188 </cell>
9189 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9190 \begin_inset Text
9191
9192 \begin_layout Plain Layout
9193 Valeriano
9194 \end_layout
9195
9196 \end_inset
9197 </cell>
9198 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9199 \begin_inset Text
9200
9201 \begin_layout Plain Layout
9202 555
9203 \end_layout
9204
9205 \end_inset
9206 </cell>
9207 </row>
9208 <row>
9209 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9210 \begin_inset Text
9211
9212 \begin_layout Plain Layout
9213
9214 \series bold
9215 Meneguzzo
9216 \end_layout
9217
9218 \end_inset
9219 </cell>
9220 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9221 \begin_inset Text
9222
9223 \begin_layout Plain Layout
9224 Roberto
9225 \end_layout
9226
9227 \end_inset
9228 </cell>
9229 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9230 \begin_inset Text
9231
9232 \begin_layout Plain Layout
9233 555
9234 \end_layout
9235
9236 \end_inset
9237 </cell>
9238 </row>
9239 <row>
9240 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9241 \begin_inset Text
9242
9243 \begin_layout Plain Layout
9244
9245 \series bold
9246 Mezzadra
9247 \end_layout
9248
9249 \end_inset
9250 </cell>
9251 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9252 \begin_inset Text
9253
9254 \begin_layout Plain Layout
9255 Roberto
9256 \end_layout
9257
9258 \end_inset
9259 </cell>
9260 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9261 \begin_inset Text
9262
9263 \begin_layout Plain Layout
9264 555
9265 \end_layout
9266
9267 \end_inset
9268 </cell>
9269 </row>
9270 </lyxtabular>
9271
9272 \end_inset
9273
9274
9275 \end_layout
9276
9277 \begin_layout Section
9278 Special Longtable Issues
9279 \begin_inset CommandInset label
9280 LatexCommand label
9281 name "sec:Special-Longtable-Issues"
9282
9283 \end_inset
9284
9285
9286 \end_layout
9287
9288 \begin_layout Subsection
9289 Longtable Calculation
9290 \begin_inset Index
9291 status collapsed
9292
9293 \begin_layout Plain Layout
9294 Longtables ! Calculation
9295 \end_layout
9296
9297 \end_inset
9298
9299
9300 \end_layout
9301
9302 \begin_layout Standard
9303 LaTeX calculates the height of table pages and their page breaks using so
9304  called chunks.
9305  Chunks are pieces of the tables that are at once in LaTeX's memory.
9306  The default value is historically set to only 20 table rows.
9307  If you are using longtables with many pages this may slow down the creation
9308  of your document.
9309  You can safely increase the chunk size to values of 100-1000 by adding
9310  this command line to your document preamble:
9311 \end_layout
9312
9313 \begin_layout Standard
9314
9315 \series bold
9316
9317 \backslash
9318 setcounter{LTchunksize}{100}
9319 \end_layout
9320
9321 \begin_layout Subsection
9322 Floats and Longtables
9323 \begin_inset Index
9324 status collapsed
9325
9326 \begin_layout Plain Layout
9327 Longtables ! Floats
9328 \end_layout
9329
9330 \end_inset
9331
9332
9333 \end_layout
9334
9335 \begin_layout Standard
9336 There might be problems when a float appears on the same page where a longtable
9337  starts.
9338  To avoid such situation, add the command 
9339 \series bold
9340
9341 \backslash
9342 clearpage
9343 \series default
9344  as TeX-Code before your longtable.
9345 \end_layout
9346
9347 \begin_layout Subsection
9348 Forced Page Breaks
9349 \begin_inset Index
9350 status collapsed
9351
9352 \begin_layout Plain Layout
9353 Longtables ! Forced Page Breaks
9354 \end_layout
9355
9356 \end_inset
9357
9358
9359 \end_layout
9360
9361 \begin_layout Standard
9362 By default tables are only broken between rows.
9363  If you have a cell with multiples lines and want to have a page break within
9364  the cell, insert the new line command 
9365 \begin_inset Quotes eld
9366 \end_inset
9367
9368
9369 \series bold
9370
9371 \backslash
9372
9373 \backslash
9374
9375 \series default
9376
9377 \begin_inset Quotes erd
9378 \end_inset
9379
9380  as TeX-Code at this point of the cell where it should be broken.
9381  Before the 
9382 \series bold
9383
9384 \backslash
9385
9386 \backslash
9387
9388 \series default
9389  command you have to insert in TeX-Code so many 
9390 \begin_inset Quotes eld
9391 \end_inset
9392
9393
9394 \series bold
9395 &
9396 \series default
9397
9398 \begin_inset Quotes erd
9399 \end_inset
9400
9401  characters like the number of the following table columns.
9402  The 
9403 \series bold
9404 &
9405 \series default
9406  is the character to separate table cells.
9407  Write in TeX-Code after each 
9408 \series bold
9409 &
9410 \series default
9411  the content of the corresponding following cell and delete the content
9412  of these cells.
9413 \begin_inset Newline newline
9414 \end_inset
9415
9416 Behind the the 
9417 \series bold
9418
9419 \backslash
9420
9421 \backslash
9422
9423 \series default
9424  command, insert so many 
9425 \series bold
9426 &
9427 \series default
9428  characters like the number of table columns before the current column.
9429  In Table
9430 \begin_inset space ~
9431 \end_inset
9432
9433
9434 \begin_inset CommandInset ref
9435 LatexCommand ref
9436 reference "tab:ForcedPagebreak"
9437
9438 \end_inset
9439
9440  the cell that should be broken is in the second column followed by another
9441  column.
9442  Therefore the following command was inserted in the cell as TeX-Code behind
9443  
9444 \begin_inset Quotes eld
9445 \end_inset
9446
9447
9448 \emph on
9449 Castelchiodato,
9450 \emph default
9451
9452 \begin_inset Quotes erd
9453 \end_inset
9454
9455 :
9456 \end_layout
9457
9458 \begin_layout Standard
9459
9460 \series bold
9461 & 111
9462 \backslash
9463
9464 \backslash
9465
9466 \begin_inset Newline newline
9467 \end_inset
9468
9469 &
9470 \end_layout
9471
9472 \begin_layout Standard
9473 The 
9474 \begin_inset Quotes eld
9475 \end_inset
9476
9477 111
9478 \begin_inset Quotes erd
9479 \end_inset
9480
9481  in the third columns of the row was deleted.
9482  If your footer row of the longtable has for a certain reason no upper line
9483  but you would have a horizontal line where the cell is broken, use this
9484  command instead:
9485 \end_layout
9486
9487 \begin_layout Standard
9488
9489 \series bold
9490 & 111
9491 \backslash
9492
9493 \backslash
9494
9495 \begin_inset Newline newline
9496 \end_inset
9497
9498
9499 \backslash
9500 hline &
9501 \end_layout
9502
9503 \begin_layout Standard
9504 When the cell to be broken is in the last column, the command
9505 \end_layout
9506
9507 \begin_layout Standard
9508
9509 \series bold
9510
9511 \backslash
9512 setlength{
9513 \backslash
9514 parfillskip}{0pt}
9515 \end_layout
9516
9517 \begin_layout Standard
9518 must be inserted as TeX-Code at the beginning of the cell.
9519  This assures that the part of the cell that will be displayed on the new
9520  page appears with the full width.
9521 \end_layout
9522
9523 \begin_layout Standard
9524 \align center
9525 \begin_inset Tabular
9526 <lyxtabular version="3" rows="38" columns="3">
9527 <features islongtable="true">
9528 <column alignment="left" valignment="top" width="0cm">
9529 <column alignment="left" valignment="top" width="3cm">
9530 <column alignment="center" valignment="top" width="0pt">
9531 <row endfirsthead="true" caption="true">
9532 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9533 \begin_inset Text
9534
9535 \begin_layout Plain Layout
9536 \begin_inset Caption
9537
9538 \begin_layout Plain Layout
9539 Table with forced page break in table cell
9540 \begin_inset CommandInset label
9541 LatexCommand label
9542 name "tab:ForcedPagebreak"
9543
9544 \end_inset
9545
9546
9547 \begin_inset OptArg
9548 status collapsed
9549
9550 \begin_layout Plain Layout
9551 Table with forced page break in table cell
9552 \end_layout
9553
9554 \end_inset
9555
9556
9557 \end_layout
9558
9559 \end_inset
9560
9561
9562 \end_layout
9563
9564 \end_inset
9565 </cell>
9566 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9567 \begin_inset Text
9568
9569 \begin_layout Plain Layout
9570
9571 \end_layout
9572
9573 \end_inset
9574 </cell>
9575 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9576 \begin_inset Text
9577
9578 \begin_layout Plain Layout
9579
9580 \end_layout
9581
9582 \end_inset
9583 </cell>
9584 </row>
9585 <row endfirsthead="true">
9586 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9587 \begin_inset Text
9588
9589 \begin_layout Plain Layout
9590
9591 \series bold
9592 Example Phone List (ignore the names)
9593 \end_layout
9594
9595 \end_inset
9596 </cell>
9597 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9598 \begin_inset Text
9599
9600 \begin_layout Plain Layout
9601
9602 \end_layout
9603
9604 \end_inset
9605 </cell>
9606 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9607 \begin_inset Text
9608
9609 \begin_layout Plain Layout
9610
9611 \end_layout
9612
9613 \end_inset
9614 </cell>
9615 </row>
9616 <row endfirsthead="true">
9617 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9618 \begin_inset Text
9619
9620 \begin_layout Plain Layout
9621
9622 \series bold
9623 NAME
9624 \end_layout
9625
9626 \end_inset
9627 </cell>
9628 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9629 \begin_inset Text
9630
9631 \begin_layout Plain Layout
9632
9633 \end_layout
9634
9635 \end_inset
9636 </cell>
9637 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9638 \begin_inset Text
9639
9640 \begin_layout Plain Layout
9641
9642 \series bold
9643 TEL.
9644 \end_layout
9645
9646 \end_inset
9647 </cell>
9648 </row>
9649 <row endhead="true" caption="true">
9650 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9651 \begin_inset Text
9652
9653 \begin_layout Plain Layout
9654 \begin_inset ERT
9655 status collapsed
9656
9657 \begin_layout Plain Layout
9658
9659
9660 \backslash
9661 caption*{Continued table with forced page break in table cell}
9662 \backslash
9663
9664 \backslash
9665 %
9666 \end_layout
9667
9668 \end_inset
9669
9670
9671 \end_layout
9672
9673 \end_inset
9674 </cell>
9675 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9676 \begin_inset Text
9677
9678 \begin_layout Plain Layout
9679
9680 \end_layout
9681
9682 \end_inset
9683 </cell>
9684 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9685 \begin_inset Text
9686
9687 \begin_layout Plain Layout
9688
9689 \end_layout
9690
9691 \end_inset
9692 </cell>
9693 </row>
9694 <row endhead="true">
9695 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9696 \begin_inset Text
9697
9698 \begin_layout Plain Layout
9699  
9700 \series bold
9701 Example Phone List
9702 \end_layout
9703
9704 \end_inset
9705 </cell>
9706 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9707 \begin_inset Text
9708
9709 \begin_layout Plain Layout
9710
9711 \end_layout
9712
9713 \end_inset
9714 </cell>
9715 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9716 \begin_inset Text
9717
9718 \begin_layout Plain Layout
9719
9720 \end_layout
9721
9722 \end_inset
9723 </cell>
9724 </row>
9725 <row endhead="true">
9726 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9727 \begin_inset Text
9728
9729 \begin_layout Plain Layout
9730
9731 \series bold
9732 NAME
9733 \end_layout
9734
9735 \end_inset
9736 </cell>
9737 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9738 \begin_inset Text
9739
9740 \begin_layout Plain Layout
9741
9742 \end_layout
9743
9744 \end_inset
9745 </cell>
9746 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9747 \begin_inset Text
9748
9749 \begin_layout Plain Layout
9750
9751 \series bold
9752 TEL.
9753 \end_layout
9754
9755 \end_inset
9756 </cell>
9757 </row>
9758 <row endfoot="true">
9759 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9760 \begin_inset Text
9761
9762 \begin_layout Plain Layout
9763 continued on next page
9764 \end_layout
9765
9766 \end_inset
9767 </cell>
9768 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9769 \begin_inset Text
9770
9771 \begin_layout Plain Layout
9772
9773 \end_layout
9774
9775 \end_inset
9776 </cell>
9777 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9778 \begin_inset Text
9779
9780 \begin_layout Plain Layout
9781
9782 \end_layout
9783
9784 \end_inset
9785 </cell>
9786 </row>
9787 <row>
9788 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9789 \begin_inset Text
9790
9791 \begin_layout Plain Layout
9792
9793 \series bold
9794 Annovi
9795 \end_layout
9796
9797 \end_inset
9798 </cell>
9799 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9800 \begin_inset Text
9801
9802 \begin_layout Plain Layout
9803 Silvia
9804 \end_layout
9805
9806 \end_inset
9807 </cell>
9808 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9809 \begin_inset Text
9810
9811 \begin_layout Plain Layout
9812 111
9813 \end_layout
9814
9815 \end_inset
9816 </cell>
9817 </row>
9818 <row>
9819 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9820 \begin_inset Text
9821
9822 \begin_layout Plain Layout
9823
9824 \series bold
9825 Bertoli
9826 \end_layout
9827
9828 \end_inset
9829 </cell>
9830 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9831 \begin_inset Text
9832
9833 \begin_layout Plain Layout
9834 Stefano
9835 \end_layout
9836
9837 \end_inset
9838 </cell>
9839 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9840 \begin_inset Text
9841
9842 \begin_layout Plain Layout
9843 111
9844 \end_layout
9845
9846 \end_inset
9847 </cell>
9848 </row>
9849 <row>
9850 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9851 \begin_inset Text
9852
9853 \begin_layout Plain Layout
9854
9855 \series bold
9856 Bozzi
9857 \end_layout
9858
9859 \end_inset
9860 </cell>
9861 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9862 \begin_inset Text
9863
9864 \begin_layout Plain Layout
9865 Walter
9866 \end_layout
9867
9868 \end_inset
9869 </cell>
9870 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9871 \begin_inset Text
9872
9873 \begin_layout Plain Layout
9874 111
9875 \end_layout
9876
9877 \end_inset
9878 </cell>
9879 </row>
9880 <row>
9881 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9882 \begin_inset Text
9883
9884 \begin_layout Plain Layout
9885
9886 \series bold
9887 Cachia
9888 \end_layout
9889
9890 \end_inset
9891 </cell>
9892 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9893 \begin_inset Text
9894
9895 \begin_layout Plain Layout
9896 Maria
9897 \end_layout
9898
9899 \end_inset
9900 </cell>
9901 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9902 \begin_inset Text
9903
9904 \begin_layout Plain Layout
9905 111
9906 \end_layout
9907
9908 \end_inset
9909 </cell>
9910 </row>
9911 <row>
9912 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9913 \begin_inset Text
9914
9915 \begin_layout Plain Layout
9916
9917 \series bold
9918 Cachia
9919 \end_layout
9920
9921 \end_inset
9922 </cell>
9923 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9924 \begin_inset Text
9925
9926 \begin_layout Plain Layout
9927 Maurizio
9928 \end_layout
9929
9930 \end_inset
9931 </cell>
9932 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9933 \begin_inset Text
9934
9935 \begin_layout Plain Layout
9936 111
9937 \end_layout
9938
9939 \end_inset
9940 </cell>
9941 </row>
9942 <row>
9943 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9944 \begin_inset Text
9945
9946 \begin_layout Plain Layout
9947
9948 \series bold
9949 Cinquemani
9950 \end_layout
9951
9952 \end_inset
9953 </cell>
9954 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9955 \begin_inset Text
9956
9957 \begin_layout Plain Layout
9958 Giusi
9959 \end_layout
9960
9961 \end_inset
9962 </cell>
9963 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9964 \begin_inset Text
9965
9966 \begin_layout Plain Layout
9967 111
9968 \end_layout
9969
9970 \end_inset
9971 </cell>
9972 </row>
9973 <row>
9974 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9975 \begin_inset Text
9976
9977 \begin_layout Plain Layout
9978
9979 \series bold
9980 Colin
9981 \end_layout
9982
9983 \end_inset
9984 </cell>
9985 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9986 \begin_inset Text
9987
9988 \begin_layout Plain Layout
9989 Bernard
9990 \end_layout
9991
9992 \end_inset
9993 </cell>
9994 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9995 \begin_inset Text
9996
9997 \begin_layout Plain Layout
9998 111
9999 \end_layout
10000
10001 \end_inset
10002 </cell>
10003 </row>
10004 <row>
10005 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10006 \begin_inset Text
10007
10008 \begin_layout Plain Layout
10009
10010 \series bold
10011 Concli
10012 \end_layout
10013
10014 \end_inset
10015 </cell>
10016 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10017 \begin_inset Text
10018
10019 \begin_layout Plain Layout
10020 Gianfranco
10021 \end_layout
10022
10023 \end_inset
10024 </cell>
10025 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10026 \begin_inset Text
10027
10028 \begin_layout Plain Layout
10029 111
10030 \end_layout
10031
10032 \end_inset
10033 </cell>
10034 </row>
10035 <row>
10036 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10037 \begin_inset Text
10038
10039 \begin_layout Plain Layout
10040
10041 \series bold
10042 Dal Bosco
10043 \end_layout
10044
10045 \end_inset
10046 </cell>
10047 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10048 \begin_inset Text
10049
10050 \begin_layout Plain Layout
10051 Carolina
10052 \end_layout
10053
10054 \end_inset
10055 </cell>
10056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10057 \begin_inset Text
10058
10059 \begin_layout Plain Layout
10060 111
10061 \end_layout
10062
10063 \end_inset
10064 </cell>
10065 </row>
10066 <row>
10067 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10068 \begin_inset Text
10069
10070 \begin_layout Plain Layout
10071
10072 \series bold
10073 Dalpiaz
10074 \end_layout
10075
10076 \end_inset
10077 </cell>
10078 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10079 \begin_inset Text
10080
10081 \begin_layout Plain Layout
10082 Annamaria
10083 \end_layout
10084
10085 \end_inset
10086 </cell>
10087 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10088 \begin_inset Text
10089
10090 \begin_layout Plain Layout
10091 111
10092 \end_layout
10093
10094 \end_inset
10095 </cell>
10096 </row>
10097 <row>
10098 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10099 \begin_inset Text
10100
10101 \begin_layout Plain Layout
10102
10103 \series bold
10104 Feliciello
10105 \end_layout
10106
10107 \end_inset
10108 </cell>
10109 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10110 \begin_inset Text
10111
10112 \begin_layout Plain Layout
10113 Domenico
10114 \end_layout
10115
10116 \end_inset
10117 </cell>
10118 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10119 \begin_inset Text
10120
10121 \begin_layout Plain Layout
10122 111
10123 \end_layout
10124
10125 \end_inset
10126 </cell>
10127 </row>
10128 <row>
10129 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10130 \begin_inset Text
10131
10132 \begin_layout Plain Layout
10133
10134 \series bold
10135 Focarelli
10136 \end_layout
10137
10138 \end_inset
10139 </cell>
10140 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10141 \begin_inset Text
10142
10143 \begin_layout Plain Layout
10144 Paola
10145 \end_layout
10146
10147 \end_inset
10148 </cell>
10149 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10150 \begin_inset Text
10151
10152 \begin_layout Plain Layout
10153 111
10154 \end_layout
10155
10156 \end_inset
10157 </cell>
10158 </row>
10159 <row>
10160 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10161 \begin_inset Text
10162
10163 \begin_layout Plain Layout
10164
10165 \series bold
10166 Galletti
10167 \end_layout
10168
10169 \end_inset
10170 </cell>
10171 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10172 \begin_inset Text
10173
10174 \begin_layout Plain Layout
10175 Oreste
10176 \end_layout
10177
10178 \end_inset
10179 </cell>
10180 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10181 \begin_inset Text
10182
10183 \begin_layout Plain Layout
10184 111
10185 \end_layout
10186
10187 \end_inset
10188 </cell>
10189 </row>
10190 <row>
10191 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10192 \begin_inset Text
10193
10194 \begin_layout Plain Layout
10195
10196 \series bold
10197 Gasparini
10198 \end_layout
10199
10200 \end_inset
10201 </cell>
10202 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10203 \begin_inset Text
10204
10205 \begin_layout Plain Layout
10206 Franca
10207 \end_layout
10208
10209 \end_inset
10210 </cell>
10211 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10212 \begin_inset Text
10213
10214 \begin_layout Plain Layout
10215 111
10216 \end_layout
10217
10218 \end_inset
10219 </cell>
10220 </row>
10221 <row>
10222 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10223 \begin_inset Text
10224
10225 \begin_layout Plain Layout
10226
10227 \series bold
10228 Lassini
10229 \end_layout
10230
10231 \end_inset
10232 </cell>
10233 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10234 \begin_inset Text
10235
10236 \begin_layout Plain Layout
10237 Giancarlo
10238 \end_layout
10239
10240 \end_inset
10241 </cell>
10242 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10243 \begin_inset Text
10244
10245 \begin_layout Plain Layout
10246 111
10247 \end_layout
10248
10249 \end_inset
10250 </cell>
10251 </row>
10252 <row>
10253 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10254 \begin_inset Text
10255
10256 \begin_layout Plain Layout
10257
10258 \series bold
10259 Malfatti
10260 \end_layout
10261
10262 \end_inset
10263 </cell>
10264 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10265 \begin_inset Text
10266
10267 \begin_layout Plain Layout
10268 Luciano
10269 \end_layout
10270
10271 \end_inset
10272 </cell>
10273 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10274 \begin_inset Text
10275
10276 \begin_layout Plain Layout
10277 111
10278 \end_layout
10279
10280 \end_inset
10281 </cell>
10282 </row>
10283 <row>
10284 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10285 \begin_inset Text
10286
10287 \begin_layout Plain Layout
10288
10289 \series bold
10290 Malfatti
10291 \end_layout
10292
10293 \end_inset
10294 </cell>
10295 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10296 \begin_inset Text
10297
10298 \begin_layout Plain Layout
10299 Valeriano
10300 \end_layout
10301
10302 \end_inset
10303 </cell>
10304 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10305 \begin_inset Text
10306
10307 \begin_layout Plain Layout
10308 111
10309 \end_layout
10310
10311 \end_inset
10312 </cell>
10313 </row>
10314 <row>
10315 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10316 \begin_inset Text
10317
10318 \begin_layout Plain Layout
10319
10320 \series bold
10321 Meneguzzo
10322 \end_layout
10323
10324 \end_inset
10325 </cell>
10326 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10327 \begin_inset Text
10328
10329 \begin_layout Plain Layout
10330 Roberto
10331 \end_layout
10332
10333 \end_inset
10334 </cell>
10335 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10336 \begin_inset Text
10337
10338 \begin_layout Plain Layout
10339 111
10340 \end_layout
10341
10342 \end_inset
10343 </cell>
10344 </row>
10345 <row>
10346 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10347 \begin_inset Text
10348
10349 \begin_layout Plain Layout
10350
10351 \series bold
10352 Mezzadra
10353 \end_layout
10354
10355 \end_inset
10356 </cell>
10357 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10358 \begin_inset Text
10359
10360 \begin_layout Plain Layout
10361 Roberto
10362 \end_layout
10363
10364 \end_inset
10365 </cell>
10366 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10367 \begin_inset Text
10368
10369 \begin_layout Plain Layout
10370 111
10371 \end_layout
10372
10373 \end_inset
10374 </cell>
10375 </row>
10376 <row>
10377 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10378 \begin_inset Text
10379
10380 \begin_layout Plain Layout
10381
10382 \series bold
10383 Pirpamer
10384 \end_layout
10385
10386 \end_inset
10387 </cell>
10388 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10389 \begin_inset Text
10390
10391 \begin_layout Plain Layout
10392 Erich
10393 \end_layout
10394
10395 \end_inset
10396 </cell>
10397 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10398 \begin_inset Text
10399
10400 \begin_layout Plain Layout
10401 111
10402 \end_layout
10403
10404 \end_inset
10405 </cell>
10406 </row>
10407 <row>
10408 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10409 \begin_inset Text
10410
10411 \begin_layout Plain Layout
10412
10413 \series bold
10414 Pochiesa
10415 \end_layout
10416
10417 \end_inset
10418 </cell>
10419 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10420 \begin_inset Text
10421
10422 \begin_layout Plain Layout
10423 Paolo
10424 \end_layout
10425
10426 \end_inset
10427 </cell>
10428 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10429 \begin_inset Text
10430
10431 \begin_layout Plain Layout
10432 111, 222
10433 \end_layout
10434
10435 \end_inset
10436 </cell>
10437 </row>
10438 <row>
10439 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10440 \begin_inset Text
10441
10442 \begin_layout Plain Layout
10443
10444 \series bold
10445 Radina
10446 \end_layout
10447
10448 \end_inset
10449 </cell>
10450 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10451 \begin_inset Text
10452
10453 \begin_layout Plain Layout
10454 Claudio
10455 \end_layout
10456
10457 \end_inset
10458 </cell>
10459 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10460 \begin_inset Text
10461
10462 \begin_layout Plain Layout
10463 111
10464 \end_layout
10465
10466 \end_inset
10467 </cell>
10468 </row>
10469 <row>
10470 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10471 \begin_inset Text
10472
10473 \begin_layout Plain Layout
10474
10475 \series bold
10476 Rizzardi
10477 \end_layout
10478
10479 \end_inset
10480 </cell>
10481 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10482 \begin_inset Text
10483
10484 \begin_layout Plain Layout
10485 Paolo, 11.
10486  Fürst von Montecompatri, 11.
10487  Fürst von Sulmona und Vivaro, 10.
10488  Fürst von Rossano, 5.
10489  Herzog von Canemorte, 11.
10490  Herzog von Palombara, 5.
10491  Herzog von Castelchiodato,
10492 \begin_inset ERT
10493 status open
10494
10495 \begin_layout Plain Layout
10496
10497 & 111
10498 \backslash
10499
10500 \backslash
10501
10502 \end_layout
10503
10504 \begin_layout Plain Layout
10505
10506 &
10507 \end_layout
10508
10509 \end_inset
10510
10511  11.
10512  Herzog von Poggionativo, 11.
10513  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10514  Graf von Valinfreda, 11.
10515  Baron von Cropalati, 11.
10516  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10517 \end_layout
10518
10519 \end_inset
10520 </cell>
10521 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10522 \begin_inset Text
10523
10524 \begin_layout Plain Layout
10525
10526 \end_layout
10527
10528 \end_inset
10529 </cell>
10530 </row>
10531 <row>
10532 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10533 \begin_inset Text
10534
10535 \begin_layout Plain Layout
10536
10537 \series bold
10538 Stuffer
10539 \end_layout
10540
10541 \end_inset
10542 </cell>
10543 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10544 \begin_inset Text
10545
10546 \begin_layout Plain Layout
10547 Oskar
10548 \end_layout
10549
10550 \end_inset
10551 </cell>
10552 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10553 \begin_inset Text
10554
10555 \begin_layout Plain Layout
10556 111
10557 \end_layout
10558
10559 \end_inset
10560 </cell>
10561 </row>
10562 <row>
10563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10564 \begin_inset Text
10565
10566 \begin_layout Plain Layout
10567
10568 \series bold
10569 Tacchelli
10570 \end_layout
10571
10572 \end_inset
10573 </cell>
10574 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10575 \begin_inset Text
10576
10577 \begin_layout Plain Layout
10578 Ugo
10579 \end_layout
10580
10581 \end_inset
10582 </cell>
10583 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10584 \begin_inset Text
10585
10586 \begin_layout Plain Layout
10587 111
10588 \end_layout
10589
10590 \end_inset
10591 </cell>
10592 </row>
10593 <row>
10594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10595 \begin_inset Text
10596
10597 \begin_layout Plain Layout
10598
10599 \series bold
10600 Tezzele
10601 \end_layout
10602
10603 \end_inset
10604 </cell>
10605 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10606 \begin_inset Text
10607
10608 \begin_layout Plain Layout
10609 Margit
10610 \end_layout
10611
10612 \end_inset
10613 </cell>
10614 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10615 \begin_inset Text
10616
10617 \begin_layout Plain Layout
10618 111
10619 \end_layout
10620
10621 \end_inset
10622 </cell>
10623 </row>
10624 <row>
10625 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10626 \begin_inset Text
10627
10628 \begin_layout Plain Layout
10629
10630 \series bold
10631 Unterkalmsteiner
10632 \end_layout
10633
10634 \end_inset
10635 </cell>
10636 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10637 \begin_inset Text
10638
10639 \begin_layout Plain Layout
10640 Frieda
10641 \end_layout
10642
10643 \end_inset
10644 </cell>
10645 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10646 \begin_inset Text
10647
10648 \begin_layout Plain Layout
10649 111
10650 \end_layout
10651
10652 \end_inset
10653 </cell>
10654 </row>
10655 <row>
10656 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10657 \begin_inset Text
10658
10659 \begin_layout Plain Layout
10660
10661 \series bold
10662 Vieider
10663 \end_layout
10664
10665 \end_inset
10666 </cell>
10667 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10668 \begin_inset Text
10669
10670 \begin_layout Plain Layout
10671 Hilde
10672 \end_layout
10673
10674 \end_inset
10675 </cell>
10676 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10677 \begin_inset Text
10678
10679 \begin_layout Plain Layout
10680 111
10681 \end_layout
10682
10683 \end_inset
10684 </cell>
10685 </row>
10686 <row>
10687 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10688 \begin_inset Text
10689
10690 \begin_layout Plain Layout
10691
10692 \series bold
10693 Vigna
10694 \end_layout
10695
10696 \end_inset
10697 </cell>
10698 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10699 \begin_inset Text
10700
10701 \begin_layout Plain Layout
10702 Jürgen
10703 \end_layout
10704
10705 \end_inset
10706 </cell>
10707 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10708 \begin_inset Text
10709
10710 \begin_layout Plain Layout
10711 111
10712 \end_layout
10713
10714 \end_inset
10715 </cell>
10716 </row>
10717 <row>
10718 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10719 \begin_inset Text
10720
10721 \begin_layout Plain Layout
10722
10723 \series bold
10724 Weber
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10730 \begin_inset Text
10731
10732 \begin_layout Plain Layout
10733 Maurizio
10734 \end_layout
10735
10736 \end_inset
10737 </cell>
10738 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10739 \begin_inset Text
10740
10741 \begin_layout Plain Layout
10742 111
10743 \end_layout
10744
10745 \end_inset
10746 </cell>
10747 </row>
10748 <row>
10749 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10750 \begin_inset Text
10751
10752 \begin_layout Plain Layout
10753
10754 \series bold
10755 Winkler
10756 \end_layout
10757
10758 \end_inset
10759 </cell>
10760 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10761 \begin_inset Text
10762
10763 \begin_layout Plain Layout
10764 Franz
10765 \end_layout
10766
10767 \end_inset
10768 </cell>
10769 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10770 \begin_inset Text
10771
10772 \begin_layout Plain Layout
10773 111
10774 \end_layout
10775
10776 \end_inset
10777 </cell>
10778 </row>
10779 </lyxtabular>
10780
10781 \end_inset
10782
10783
10784 \end_layout
10785
10786 \begin_layout Standard
10787 \begin_inset Newpage newpage
10788 \end_inset
10789
10790
10791 \end_layout
10792
10793 \begin_layout Section
10794 Multiple Lines Columns and Rows
10795 \end_layout
10796
10797 \begin_layout Subsection
10798 Multiple Lines in Table Cells
10799 \begin_inset CommandInset label
10800 LatexCommand label
10801 name "sub:Multiple-Lines-in"
10802
10803 \end_inset
10804
10805
10806 \begin_inset Index
10807 status collapsed
10808
10809 \begin_layout Plain Layout
10810 Multiple Lines in Table Cells
10811 \end_layout
10812
10813 \end_inset
10814
10815
10816 \begin_inset Index
10817 status collapsed
10818
10819 \begin_layout Plain Layout
10820 Table ! Linebreaks
10821 \end_layout
10822
10823 \end_inset
10824
10825
10826 \end_layout
10827
10828 \begin_layout Standard
10829 \align center
10830 \begin_inset Float table
10831 placement H
10832 wide false
10833 sideways false
10834 status open
10835
10836 \begin_layout Plain Layout
10837 \begin_inset Caption
10838
10839 \begin_layout Plain Layout
10840 \begin_inset CommandInset label
10841 LatexCommand label
10842 name "tab:Table-with-multiple"
10843
10844 \end_inset
10845
10846 Table with multiple lines in cells
10847 \end_layout
10848
10849 \end_inset
10850
10851
10852 \end_layout
10853
10854 \begin_layout Plain Layout
10855 \align center
10856 \begin_inset Tabular
10857 <lyxtabular version="3" rows="3" columns="3">
10858 <features>
10859 <column alignment="center" valignment="middle" width="2.5cm">
10860 <column alignment="center" valignment="middle" width="0">
10861 <column alignment="center" valignment="middle" width="0">
10862 <row>
10863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10864 \begin_inset Text
10865
10866 \begin_layout Plain Layout
10867 multiple
10868 \begin_inset Newline linebreak
10869 \end_inset
10870
10871 lines
10872 \end_layout
10873
10874 \end_inset
10875 </cell>
10876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10877 \begin_inset Text
10878
10879 \begin_layout Plain Layout
10880 b
10881 \end_layout
10882
10883 \end_inset
10884 </cell>
10885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10886 \begin_inset Text
10887
10888 \begin_layout Plain Layout
10889 c
10890 \end_layout
10891
10892 \end_inset
10893 </cell>
10894 </row>
10895 <row>
10896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10897 \begin_inset Text
10898
10899 \begin_layout Plain Layout
10900 d
10901 \end_layout
10902
10903 \end_inset
10904 </cell>
10905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10906 \begin_inset Text
10907
10908 \begin_layout Plain Layout
10909 e
10910 \end_layout
10911
10912 \end_inset
10913 </cell>
10914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10915 \begin_inset Text
10916
10917 \begin_layout Plain Layout
10918 f
10919 \end_layout
10920
10921 \end_inset
10922 </cell>
10923 </row>
10924 <row>
10925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10926 \begin_inset Text
10927
10928 \begin_layout Plain Layout
10929 g
10930 \end_layout
10931
10932 \end_inset
10933 </cell>
10934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10935 \begin_inset Text
10936
10937 \begin_layout Plain Layout
10938 h
10939 \end_layout
10940
10941 \end_inset
10942 </cell>
10943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10944 \begin_inset Text
10945
10946 \begin_layout Plain Layout
10947 i
10948 \end_layout
10949
10950 \end_inset
10951 </cell>
10952 </row>
10953 </lyxtabular>
10954
10955 \end_inset
10956
10957
10958 \end_layout
10959
10960 \end_inset
10961
10962
10963 \end_layout
10964
10965 \begin_layout Standard
10966 Adjusting a fixed width for a column, enables to enter text as a paragraph
10967  with multiple lines and hyphenations.
10968 \end_layout
10969
10970 \begin_layout Standard
10971 To produce Table
10972 \begin_inset space ~
10973 \end_inset
10974
10975
10976 \begin_inset CommandInset ref
10977 LatexCommand ref
10978 reference "tab:Table-with-multiple"
10979
10980 \end_inset
10981
10982 , create a 3×3 table, mark the first cell and right-click on it.
10983  In the appearing table dialog we set a cell width of 2.5
10984 \begin_inset space \thinspace{}
10985 \end_inset
10986
10987 cm and choose centered for the vertical and horizontal alignment.
10988  The vertical alignment is used for all cells of the row.
10989  As our text is smaller than than 2.5
10990 \begin_inset space \thinspace{}
10991 \end_inset
10992
10993 cm, only one line will appear.
10994  To get two lines, a justified line break (shortcut 
10995 \family sans
10996 Ctrl-Shift-Return
10997 \family default
10998 ) was added.
10999  If the text is wider than the set cell width, it will automatically be
11000  broken to several lines.
11001 \end_layout
11002
11003 \begin_layout Standard
11004 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11005  by LaTeX if it is the first entry.
11006  Therefore you need to insert something, to make the word not being the
11007  first entry.
11008  So add a horizontal space of 0
11009 \begin_inset space \thinspace{}
11010 \end_inset
11011
11012 pt before the word.
11013  As the space is zero, it doesn't change the output.
11014  Table
11015 \begin_inset space ~
11016 \end_inset
11017
11018
11019 \begin_inset CommandInset ref
11020 LatexCommand ref
11021 reference "tab:Table-with-and"
11022
11023 \end_inset
11024
11025  shows the effect.
11026 \end_layout
11027
11028 \begin_layout Standard
11029 \begin_inset Float table
11030 placement h
11031 wide false
11032 sideways false
11033 status open
11034
11035 \begin_layout Plain Layout
11036 \begin_inset Caption
11037
11038 \begin_layout Plain Layout
11039 \begin_inset CommandInset label
11040 LatexCommand label
11041 name "tab:Table-with-and"
11042
11043 \end_inset
11044
11045 Table with and without hyphenation
11046 \end_layout
11047
11048 \end_inset
11049
11050
11051 \end_layout
11052
11053 \begin_layout Plain Layout
11054 \begin_inset space \hfill{}
11055 \end_inset
11056
11057
11058 \begin_inset Tabular
11059 <lyxtabular version="3" rows="3" columns="3">
11060 <features>
11061 <column alignment="center" valignment="middle" width="2.5cm">
11062 <column alignment="center" valignment="middle" width="0">
11063 <column alignment="center" valignment="middle" width="0">
11064 <row>
11065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11066 \begin_inset Text
11067
11068 \begin_layout Plain Layout
11069 verylongtablecellword
11070 \end_layout
11071
11072 \end_inset
11073 </cell>
11074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11075 \begin_inset Text
11076
11077 \begin_layout Plain Layout
11078 b
11079 \end_layout
11080
11081 \end_inset
11082 </cell>
11083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11084 \begin_inset Text
11085
11086 \begin_layout Plain Layout
11087 c
11088 \end_layout
11089
11090 \end_inset
11091 </cell>
11092 </row>
11093 <row>
11094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11095 \begin_inset Text
11096
11097 \begin_layout Plain Layout
11098 d
11099 \end_layout
11100
11101 \end_inset
11102 </cell>
11103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11104 \begin_inset Text
11105
11106 \begin_layout Plain Layout
11107 e
11108 \end_layout
11109
11110 \end_inset
11111 </cell>
11112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11113 \begin_inset Text
11114
11115 \begin_layout Plain Layout
11116 f
11117 \end_layout
11118
11119 \end_inset
11120 </cell>
11121 </row>
11122 <row>
11123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11124 \begin_inset Text
11125
11126 \begin_layout Plain Layout
11127 g
11128 \end_layout
11129
11130 \end_inset
11131 </cell>
11132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11133 \begin_inset Text
11134
11135 \begin_layout Plain Layout
11136 h
11137 \end_layout
11138
11139 \end_inset
11140 </cell>
11141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11142 \begin_inset Text
11143
11144 \begin_layout Plain Layout
11145 i
11146 \end_layout
11147
11148 \end_inset
11149 </cell>
11150 </row>
11151 </lyxtabular>
11152
11153 \end_inset
11154
11155
11156 \begin_inset space \hfill{}
11157 \end_inset
11158
11159
11160 \begin_inset Tabular
11161 <lyxtabular version="3" rows="3" columns="3">
11162 <features>
11163 <column alignment="center" valignment="middle" width="2.5cm">
11164 <column alignment="center" valignment="middle" width="0">
11165 <column alignment="center" valignment="middle" width="0">
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 \begin_inset space \hspace{}
11172 \length 0pt
11173 \end_inset
11174
11175 verylongtablecellword
11176 \end_layout
11177
11178 \end_inset
11179 </cell>
11180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11181 \begin_inset Text
11182
11183 \begin_layout Plain Layout
11184 b
11185 \end_layout
11186
11187 \end_inset
11188 </cell>
11189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11190 \begin_inset Text
11191
11192 \begin_layout Plain Layout
11193 c
11194 \end_layout
11195
11196 \end_inset
11197 </cell>
11198 </row>
11199 <row>
11200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11201 \begin_inset Text
11202
11203 \begin_layout Plain Layout
11204 d
11205 \end_layout
11206
11207 \end_inset
11208 </cell>
11209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11210 \begin_inset Text
11211
11212 \begin_layout Plain Layout
11213 e
11214 \end_layout
11215
11216 \end_inset
11217 </cell>
11218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11219 \begin_inset Text
11220
11221 \begin_layout Plain Layout
11222 f
11223 \end_layout
11224
11225 \end_inset
11226 </cell>
11227 </row>
11228 <row>
11229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11230 \begin_inset Text
11231
11232 \begin_layout Plain Layout
11233 g
11234 \end_layout
11235
11236 \end_inset
11237 </cell>
11238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11239 \begin_inset Text
11240
11241 \begin_layout Plain Layout
11242 h
11243 \end_layout
11244
11245 \end_inset
11246 </cell>
11247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11248 \begin_inset Text
11249
11250 \begin_layout Plain Layout
11251 i
11252 \end_layout
11253
11254 \end_inset
11255 </cell>
11256 </row>
11257 </lyxtabular>
11258
11259 \end_inset
11260
11261
11262 \begin_inset space \hfill{}
11263 \end_inset
11264
11265
11266 \end_layout
11267
11268 \end_inset
11269
11270
11271 \end_layout
11272
11273 \begin_layout Standard
11274 \begin_inset Newpage newpage
11275 \end_inset
11276
11277
11278 \end_layout
11279
11280 \begin_layout Subsection
11281 Multicolumns
11282 \begin_inset CommandInset label
11283 LatexCommand label
11284 name "sub:Multicolumns"
11285
11286 \end_inset
11287
11288
11289 \begin_inset Index
11290 status collapsed
11291
11292 \begin_layout Plain Layout
11293 Multicolumns
11294 \end_layout
11295
11296 \end_inset
11297
11298
11299 \begin_inset Index
11300 status collapsed
11301
11302 \begin_layout Plain Layout
11303 Table ! Multicolumns
11304 \end_layout
11305
11306 \end_inset
11307
11308
11309 \end_layout
11310
11311 \begin_layout Subsubsection
11312 Multicolumn Basics
11313 \end_layout
11314
11315 \begin_layout Standard
11316 To span a cell over multiple columns, mark as much cells within a line that
11317  should be one spanned cell and use either the table-toolbar button 
11318 \begin_inset Graphics
11319         filename ../images/tabular-feature_multicolumn.png
11320         scale 85
11321         scaleBeforeRotation
11322
11323 \end_inset
11324
11325 , or the menu 
11326 \family sans
11327 Edit\SpecialChar \menuseparator
11328 Table\SpecialChar \menuseparator
11329 Multicolumn
11330 \family default
11331 , or right click on the marked cells and choose multicolumn in the appearing
11332  table dialog under the tab 
11333 \family sans
11334 Table Settings
11335 \family default
11336 .
11337 \end_layout
11338
11339 \begin_layout Standard
11340 Multicolumns have there own cell settings.
11341  That means changing cell borders, cell alignment, and the width only affects
11342  the multicolumn.
11343  Here is an example table with a multicolumn cell in the first row and one
11344  in the last row without the upper border:
11345 \end_layout
11346
11347 \begin_layout Standard
11348 \align center
11349 \begin_inset Tabular
11350 <lyxtabular version="3" rows="3" columns="4">
11351 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11352 <column alignment="center" valignment="top" width="0pt">
11353 <column alignment="center" valignment="middle" width="0">
11354 <column alignment="center" valignment="top" width="0in">
11355 <column alignment="center" valignment="top" width="0pt">
11356 <row>
11357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11358 \begin_inset Text
11359
11360 \begin_layout Plain Layout
11361 abc
11362 \end_layout
11363
11364 \end_inset
11365 </cell>
11366 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11367 \begin_inset Text
11368
11369 \begin_layout Plain Layout
11370 def ghi
11371 \end_layout
11372
11373 \end_inset
11374 </cell>
11375 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11376 \begin_inset Text
11377
11378 \begin_layout Plain Layout
11379
11380 \end_layout
11381
11382 \end_inset
11383 </cell>
11384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11385 \begin_inset Text
11386
11387 \begin_layout Plain Layout
11388 jkl
11389 \end_layout
11390
11391 \end_inset
11392 </cell>
11393 </row>
11394 <row>
11395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11396 \begin_inset Text
11397
11398 \begin_layout Plain Layout
11399
11400 \family roman
11401 \series medium
11402 \shape up
11403 \size normal
11404 \emph off
11405 \bar no
11406 \noun off
11407 \color none
11408 A
11409 \end_layout
11410
11411 \end_inset
11412 </cell>
11413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11414 \begin_inset Text
11415
11416 \begin_layout Plain Layout
11417 B
11418 \end_layout
11419
11420 \end_inset
11421 </cell>
11422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11423 \begin_inset Text
11424
11425 \begin_layout Plain Layout
11426 C
11427 \end_layout
11428
11429 \end_inset
11430 </cell>
11431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11432 \begin_inset Text
11433
11434 \begin_layout Plain Layout
11435 D
11436 \end_layout
11437
11438 \end_inset
11439 </cell>
11440 </row>
11441 <row>
11442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11443 \begin_inset Text
11444
11445 \begin_layout Plain Layout
11446 1
11447 \end_layout
11448
11449 \end_inset
11450 </cell>
11451 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11452 \begin_inset Text
11453
11454 \begin_layout Plain Layout
11455 2
11456 \end_layout
11457
11458 \end_inset
11459 </cell>
11460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11461 \begin_inset Text
11462
11463 \begin_layout Plain Layout
11464 3
11465 \end_layout
11466
11467 \end_inset
11468 </cell>
11469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11470 \begin_inset Text
11471
11472 \begin_layout Plain Layout
11473 4
11474 \end_layout
11475
11476 \end_inset
11477 </cell>
11478 </row>
11479 </lyxtabular>
11480
11481 \end_inset
11482
11483
11484 \end_layout
11485
11486 \begin_layout Subsubsection
11487 Multicolumn Calculations
11488 \begin_inset CommandInset label
11489 LatexCommand label
11490 name "sub:Multicolumn-Calculations"
11491
11492 \end_inset
11493
11494
11495 \begin_inset Index
11496 status collapsed
11497
11498 \begin_layout Plain Layout
11499 Multicolumns ! Calculations
11500 \end_layout
11501
11502 \end_inset
11503
11504
11505 \end_layout
11506
11507 \begin_layout Standard
11508 LyX supports multicolumns directly, but we have to take notice of the cell
11509  width of the columns spanned by the multicolumn cell.
11510 \end_layout
11511
11512 \begin_layout Standard
11513 \begin_inset Float table
11514 placement h
11515 wide false
11516 sideways false
11517 status open
11518
11519 \begin_layout Plain Layout
11520 \begin_inset Caption
11521
11522 \begin_layout Plain Layout
11523 \begin_inset CommandInset label
11524 LatexCommand label
11525 name "tab:Table-with-centered"
11526
11527 \end_inset
11528
11529 Table with centered multicolumn text above two columns that have exactly
11530  half the width of the multicolumn cell
11531 \begin_inset OptArg
11532 status collapsed
11533
11534 \begin_layout Plain Layout
11535 Perfect multicolumn table
11536 \end_layout
11537
11538 \end_inset
11539
11540
11541 \end_layout
11542
11543 \end_inset
11544
11545
11546 \end_layout
11547
11548 \begin_layout Plain Layout
11549 \align center
11550 \begin_inset Tabular
11551 <lyxtabular version="3" rows="3" columns="3">
11552 <features>
11553 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11554 <column alignment="center" valignment="middle" width="0">
11555 <column alignment="center" valignment="top" width="0">
11556 <row>
11557 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11558 \begin_inset Text
11559
11560 \begin_layout Plain Layout
11561 multiple lines multicolumn
11562 \end_layout
11563
11564 \end_inset
11565 </cell>
11566 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11567 \begin_inset Text
11568
11569 \begin_layout Plain Layout
11570
11571 \end_layout
11572
11573 \end_inset
11574 </cell>
11575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11576 \begin_inset Text
11577
11578 \begin_layout Plain Layout
11579 c
11580 \end_layout
11581
11582 \end_inset
11583 </cell>
11584 </row>
11585 <row>
11586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11587 \begin_inset Text
11588
11589 \begin_layout Plain Layout
11590 d
11591 \end_layout
11592
11593 \end_inset
11594 </cell>
11595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11596 \begin_inset Text
11597
11598 \begin_layout Plain Layout
11599 e
11600 \end_layout
11601
11602 \end_inset
11603 </cell>
11604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11605 \begin_inset Text
11606
11607 \begin_layout Plain Layout
11608 f
11609 \end_layout
11610
11611 \end_inset
11612 </cell>
11613 </row>
11614 <row>
11615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11616 \begin_inset Text
11617
11618 \begin_layout Plain Layout
11619 g
11620 \end_layout
11621
11622 \end_inset
11623 </cell>
11624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11625 \begin_inset Text
11626
11627 \begin_layout Plain Layout
11628 h
11629 \end_layout
11630
11631 \end_inset
11632 </cell>
11633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11634 \begin_inset Text
11635
11636 \begin_layout Plain Layout
11637 i
11638 \end_layout
11639
11640 \end_inset
11641 </cell>
11642 </row>
11643 </lyxtabular>
11644
11645 \end_inset
11646
11647
11648 \end_layout
11649
11650 \end_inset
11651
11652
11653 \end_layout
11654
11655 \begin_layout Standard
11656 To create for example Table
11657 \begin_inset space ~
11658 \end_inset
11659
11660
11661 \begin_inset CommandInset ref
11662 LatexCommand ref
11663 reference "tab:Table-with-centered"
11664
11665 \end_inset
11666
11667 , mark the first two cells in the first row of a 3×3 table and right-click
11668  on them.
11669  Now choose for this cell 
11670 \emph on
11671 multicolumn
11672 \emph default
11673
11674 \emph on
11675 centered alignment
11676 \emph default
11677  and a width of 2.5
11678 \begin_inset space \thinspace{}
11679 \end_inset
11680
11681 cm in the table dialog.
11682  The spanned columns should have exactly half the width of the multicolumn
11683  cell, so that you would adjust a width of 1.25
11684 \begin_inset space \thinspace{}
11685 \end_inset
11686
11687 cm for the first column.
11688  The second column has then automatically a width of 1.25
11689 \begin_inset space \thinspace{}
11690 \end_inset
11691
11692 cm (multicolumn width - width of first column).
11693  This was done for Table
11694 \begin_inset space ~
11695 \end_inset
11696
11697
11698 \begin_inset CommandInset ref
11699 LatexCommand ref
11700 reference "tab:Table-without-half"
11701
11702 \end_inset
11703
11704 .
11705 \end_layout
11706
11707 \begin_layout Standard
11708 \begin_inset Float table
11709 wide false
11710 sideways false
11711 status open
11712
11713 \begin_layout Plain Layout
11714 \begin_inset Caption
11715
11716 \begin_layout Plain Layout
11717 \begin_inset CommandInset label
11718 LatexCommand label
11719 name "tab:Table-without-half"
11720
11721 \end_inset
11722
11723 Table where the spanned table columns have not exactly half the width of
11724  the multicolumn cell
11725 \begin_inset OptArg
11726 status collapsed
11727
11728 \begin_layout Plain Layout
11729 Imperfect multicolumn table
11730 \end_layout
11731
11732 \end_inset
11733
11734
11735 \end_layout
11736
11737 \end_inset
11738
11739
11740 \end_layout
11741
11742 \begin_layout Plain Layout
11743 \align center
11744 \begin_inset Tabular
11745 <lyxtabular version="3" rows="3" columns="3">
11746 <features>
11747 <column alignment="center" valignment="top" width="1.25cm">
11748 <column alignment="center" valignment="top" width="0">
11749 <column alignment="center" valignment="top" width="0">
11750 <row>
11751 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11752 \begin_inset Text
11753
11754 \begin_layout Plain Layout
11755 multiple lines multicolumn
11756 \end_layout
11757
11758 \end_inset
11759 </cell>
11760 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11761 \begin_inset Text
11762
11763 \begin_layout Plain Layout
11764
11765 \end_layout
11766
11767 \end_inset
11768 </cell>
11769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11770 \begin_inset Text
11771
11772 \begin_layout Plain Layout
11773 c
11774 \end_layout
11775
11776 \end_inset
11777 </cell>
11778 </row>
11779 <row>
11780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11781 \begin_inset Text
11782
11783 \begin_layout Plain Layout
11784 d
11785 \end_layout
11786
11787 \end_inset
11788 </cell>
11789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11790 \begin_inset Text
11791
11792 \begin_layout Plain Layout
11793 e
11794 \end_layout
11795
11796 \end_inset
11797 </cell>
11798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11799 \begin_inset Text
11800
11801 \begin_layout Plain Layout
11802 f
11803 \end_layout
11804
11805 \end_inset
11806 </cell>
11807 </row>
11808 <row>
11809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11810 \begin_inset Text
11811
11812 \begin_layout Plain Layout
11813 g
11814 \end_layout
11815
11816 \end_inset
11817 </cell>
11818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11819 \begin_inset Text
11820
11821 \begin_layout Plain Layout
11822 h
11823 \end_layout
11824
11825 \end_inset
11826 </cell>
11827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11828 \begin_inset Text
11829
11830 \begin_layout Plain Layout
11831 i
11832 \end_layout
11833
11834 \end_inset
11835 </cell>
11836 </row>
11837 </lyxtabular>
11838
11839 \end_inset
11840
11841
11842 \end_layout
11843
11844 \end_inset
11845
11846
11847 \end_layout
11848
11849 \begin_layout Standard
11850 You can see that the first column has not the half width of the multicolumn
11851  cell, it is a bit bigger.
11852  The reason is that the given width of a cell 
11853 \begin_inset Formula $W_{g}$
11854 \end_inset
11855
11856  is not its total width 
11857 \begin_inset Formula $W_{\mathrm{tot}}$
11858 \end_inset
11859
11860  because a cell is always a bit larger than its given width.
11861  Appendix
11862 \begin_inset space ~
11863 \end_inset
11864
11865
11866 \begin_inset CommandInset ref
11867 LatexCommand eqref
11868 reference "cha:Explanation-of-Equation"
11869
11870 \end_inset
11871
11872  explains it in detail.
11873 \end_layout
11874
11875 \begin_layout Standard
11876 The needed given width 
11877 \begin_inset Formula $W_{g\, n}$
11878 \end_inset
11879
11880  when 
11881 \emph on
11882 n
11883 \emph default
11884  columns are spanned can be calculated, so that each column has a total
11885  width of 
11886 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11887 \end_inset
11888
11889 :
11890 \begin_inset Formula \begin{equation}
11891 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11892
11893 \end_inset
11894
11895
11896 \end_layout
11897
11898 \begin_layout Standard
11899 In our case we have 
11900 \begin_inset Formula $n=2$
11901 \end_inset
11902
11903
11904 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11905 \end_inset
11906
11907 cm and the default values for the lengths, so that equation 
11908 \begin_inset CommandInset ref
11909 LatexCommand ref
11910 reference "eq:Wgn"
11911
11912 \end_inset
11913
11914  becomes
11915 \begin_inset Formula \begin{equation}
11916 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11917
11918 \end_inset
11919
11920
11921 \end_layout
11922
11923 \begin_layout Standard
11924 To enable calculations in LaTeX, the LaTeX-package 
11925 \series bold
11926 calc
11927 \series default
11928  must be loaded with the document preamble line
11929 \begin_inset Index
11930 status collapsed
11931
11932 \begin_layout Plain Layout
11933 LaTeX-packages ! calc
11934 \end_layout
11935
11936 \end_inset
11937
11938
11939 \end_layout
11940
11941 \begin_layout Standard
11942
11943 \series bold
11944
11945 \backslash
11946 usepackage{calc}
11947 \end_layout
11948
11949 \begin_layout Standard
11950 LyX does not allow to calculate lengths in the width-field of the table
11951  dialog.
11952  Therefore you have to format the column by inserting a LaTeX-argument in
11953  the dialog.
11954  Here is an overview about the arguments:
11955 \end_layout
11956
11957 \begin_layout Itemize
11958
11959 \series bold
11960 p{width}
11961 \series default
11962  creates cell with a fixed width, its text is vertically top-aligned
11963 \end_layout
11964
11965 \begin_layout Itemize
11966
11967 \series bold
11968 m{width}
11969 \series default
11970  creates cell with a fixed width, its text is vertically centered
11971 \end_layout
11972
11973 \begin_layout Itemize
11974
11975 \series bold
11976 b{width}
11977 \series default
11978  creates cell with a fixed width, its text is vertically bottom-aligned
11979 \end_layout
11980
11981 \begin_layout Standard
11982 By entering a LaTeX-argument, all cell settings set in the table dialog
11983  are overwritten.
11984 \end_layout
11985
11986 \begin_layout Standard
11987 \begin_inset Note Greyedout
11988 status open
11989
11990 \begin_layout Plain Layout
11991
11992 \series bold
11993 Note:
11994 \series default
11995  Due to a bug, LyX shows the overwritten settings anyway.
11996 \end_layout
11997
11998 \end_inset
11999
12000
12001 \end_layout
12002
12003 \begin_layout Standard
12004 As the text should be horizontally centered, the command 
12005 \series bold
12006
12007 \backslash
12008 centering
12009 \series default
12010  is added.
12011  You can now enter the following LaTeX-argument for the first spanned column:
12012 \end_layout
12013
12014 \begin_layout Standard
12015
12016 \series bold
12017 >{
12018 \backslash
12019 centering}m{1.25cm-6.2pt}
12020 \end_layout
12021
12022 \begin_layout Standard
12023 The command 
12024 \series bold
12025 >{ }
12026 \series default
12027  means, that the commands inside the braces are applied before the cell
12028  is created.
12029 \end_layout
12030
12031 \begin_layout Standard
12032 Although we have chosen centered alignment for the text of the multicolumn
12033  cell, it is still left aligned.
12034  This is because LyX only applies the alignment to single columns.
12035  So we have to use for the multicolumn the LaTeX-argument
12036 \end_layout
12037
12038 \begin_layout Standard
12039
12040 \series bold
12041 >{
12042 \backslash
12043 centering}m{2.5cm}
12044 \end_layout
12045
12046 \begin_layout Subsection
12047 Multirows
12048 \begin_inset Index
12049 status collapsed
12050
12051 \begin_layout Plain Layout
12052 Multirows
12053 \end_layout
12054
12055 \end_inset
12056
12057
12058 \begin_inset Index
12059 status collapsed
12060
12061 \begin_layout Plain Layout
12062 Table ! Multirows
12063 \end_layout
12064
12065 \end_inset
12066
12067
12068 \begin_inset Index
12069 status collapsed
12070
12071 \begin_layout Plain Layout
12072 LaTeX-packages ! multirow
12073 \end_layout
12074
12075 \end_inset
12076
12077
12078 \end_layout
12079
12080 \begin_layout Standard
12081 In contrary to multicolumns multirows are not yet supported by LyX so a
12082  bit of TeX-Code needs to be used.
12083  To use multirows load the LaTeX-package 
12084 \series bold
12085 multirow
12086 \series default
12087  in your document preamble with the command
12088 \end_layout
12089
12090 \begin_layout Standard
12091
12092 \series bold
12093
12094 \backslash
12095 usepackage{multirow}
12096 \end_layout
12097
12098 \begin_layout Standard
12099 Multirows are created with the command
12100 \end_layout
12101
12102 \begin_layout Standard
12103
12104 \series bold
12105
12106 \backslash
12107 multirow{number of rows}{cell width}{cell entry}
12108 \end_layout
12109
12110 \begin_layout Standard
12111 To create the following table:
12112 \end_layout
12113
12114 \begin_layout Standard
12115 \align center
12116 \begin_inset ERT
12117 status collapsed
12118
12119 \begin_layout Plain Layout
12120
12121
12122 \backslash
12123 renewcommand{
12124 \backslash
12125 multirowsetup}{
12126 \backslash
12127 centering}
12128 \end_layout
12129
12130 \end_inset
12131
12132
12133 \begin_inset Tabular
12134 <lyxtabular version="3" rows="3" columns="3">
12135 <features>
12136 <column alignment="center" valignment="top" width="0">
12137 <column alignment="center" valignment="top" width="0">
12138 <column alignment="center" valignment="top" width="0">
12139 <row>
12140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12141 \begin_inset Text
12142
12143 \begin_layout Plain Layout
12144 a
12145 \end_layout
12146
12147 \end_inset
12148 </cell>
12149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12150 \begin_inset Text
12151
12152 \begin_layout Plain Layout
12153 b
12154 \end_layout
12155
12156 \end_inset
12157 </cell>
12158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12159 \begin_inset Text
12160
12161 \begin_layout Plain Layout
12162 c
12163 \end_layout
12164
12165 \end_inset
12166 </cell>
12167 </row>
12168 <row>
12169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12170 \begin_inset Text
12171
12172 \begin_layout Plain Layout
12173 \begin_inset ERT
12174 status collapsed
12175
12176 \begin_layout Plain Layout
12177
12178
12179 \backslash
12180 multirow{2}{2.5cm}{
12181 \end_layout
12182
12183 \end_inset
12184
12185 multirow entry
12186 \begin_inset ERT
12187 status collapsed
12188
12189 \begin_layout Plain Layout
12190
12191 }
12192 \end_layout
12193
12194 \end_inset
12195
12196
12197 \end_layout
12198
12199 \end_inset
12200 </cell>
12201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12202 \begin_inset Text
12203
12204 \begin_layout Plain Layout
12205 e
12206 \end_layout
12207
12208 \end_inset
12209 </cell>
12210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12211 \begin_inset Text
12212
12213 \begin_layout Plain Layout
12214 f
12215 \end_layout
12216
12217 \end_inset
12218 </cell>
12219 </row>
12220 <row>
12221 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12222 \begin_inset Text
12223
12224 \begin_layout Plain Layout
12225
12226 \end_layout
12227
12228 \end_inset
12229 </cell>
12230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12231 \begin_inset Text
12232
12233 \begin_layout Plain Layout
12234 h
12235 \end_layout
12236
12237 \end_inset
12238 </cell>
12239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12240 \begin_inset Text
12241
12242 \begin_layout Plain Layout
12243 i
12244 \end_layout
12245
12246 \end_inset
12247 </cell>
12248 </row>
12249 </lyxtabular>
12250
12251 \end_inset
12252
12253
12254 \begin_inset ERT
12255 status collapsed
12256
12257 \begin_layout Plain Layout
12258
12259
12260 \backslash
12261 renewcommand{
12262 \backslash
12263 multirowsetup}{
12264 \backslash
12265 raggedright}
12266 \end_layout
12267
12268 \end_inset
12269
12270
12271 \end_layout
12272
12273 \begin_layout Standard
12274 create a 3×3 table.
12275  To get rid of the line above the last cell in the first column, the cell
12276  is marked as multicolumn and the upper border is unset.
12277  The multirow is now created in the second row of the first column by inserting
12278  there the command
12279 \end_layout
12280
12281 \begin_layout Standard
12282
12283 \series bold
12284
12285 \backslash
12286 multirow{2}{2.5cm}{
12287 \end_layout
12288
12289 \begin_layout Standard
12290 as TeX-Code.
12291  According to the command parameters the multirow spans now two rows and
12292  has a width of 2.5
12293 \begin_inset space \thinspace{}
12294 \end_inset
12295
12296 cm.
12297  The content of the multirow cell follows outside the TeX-Code box and the
12298  command is finished with a right brace 
12299 \series bold
12300 }
12301 \series default
12302  in another TeX-Code-box behind the text.
12303 \end_layout
12304
12305 \begin_layout Standard
12306
12307 \series bold
12308
12309 \backslash
12310 multirow
12311 \series default
12312  left-aligns its content by default.
12313  To override the default, renew the command 
12314 \series bold
12315
12316 \backslash
12317 multirowsetup
12318 \series default
12319  with the command
12320 \end_layout
12321
12322 \begin_layout Standard
12323
12324 \series bold
12325
12326 \backslash
12327 renewcommand{
12328 \backslash
12329 multirowsetup}{
12330 \backslash
12331 centering}
12332 \end_layout
12333
12334 \begin_layout Standard
12335 in TeX-Code in the document preamble.
12336  Then all entries of multirow cells in the document are centered.
12337  If centering is only needed for several tables, you can renew the command
12338  in an TeX-Code box just before the table instead of the preamble.
12339  If the text should be right-aligned, replace 
12340 \series bold
12341
12342 \backslash
12343 centering
12344 \series default
12345  by 
12346 \series bold
12347
12348 \backslash
12349 raggedleft
12350 \series default
12351 .
12352  To return to left-alignment 
12353 \series bold
12354
12355 \backslash
12356 raggedright
12357 \series default
12358  is used.
12359 \end_layout
12360
12361 \begin_layout Section
12362 Formal Tables
12363 \begin_inset CommandInset label
12364 LatexCommand label
12365 name "sec:Formal-Tables"
12366
12367 \end_inset
12368
12369
12370 \begin_inset Index
12371 status collapsed
12372
12373 \begin_layout Plain Layout
12374 Table ! Formal
12375 \end_layout
12376
12377 \end_inset
12378
12379
12380 \end_layout
12381
12382 \begin_layout Standard
12383 Tables are often typeset in books similar to Table
12384 \begin_inset space ~
12385 \end_inset
12386
12387
12388 \begin_inset CommandInset ref
12389 LatexCommand ref
12390 reference "tab:Example-booktabs-table"
12391
12392 \end_inset
12393
12394 .
12395  This kind of tables is called 
12396 \begin_inset Quotes eld
12397 \end_inset
12398
12399
12400 \emph on
12401 formal
12402 \emph default
12403
12404 \begin_inset Quotes erd
12405 \end_inset
12406
12407 .
12408  To make a table a formal table use the option 
12409 \family sans
12410 Formal
12411 \family default
12412  in the 
12413 \family sans
12414 Borders
12415 \family default
12416  tab of the table dialog.
12417 \end_layout
12418
12419 \begin_layout Standard
12420 \begin_inset Float table
12421 placement h
12422 wide false
12423 sideways false
12424 status open
12425
12426 \begin_layout Plain Layout
12427 \begin_inset Caption
12428
12429 \begin_layout Plain Layout
12430 \begin_inset CommandInset label
12431 LatexCommand label
12432 name "tab:Example-booktabs-table"
12433
12434 \end_inset
12435
12436 Example booktabs-table
12437 \end_layout
12438
12439 \end_inset
12440
12441
12442 \end_layout
12443
12444 \begin_layout Plain Layout
12445 \align center
12446 \begin_inset Tabular
12447 <lyxtabular version="3" rows="8" columns="4">
12448 <features booktabs="true">
12449 <column alignment="center" valignment="top" width="0">
12450 <column alignment="center" valignment="top" width="0">
12451 <column alignment="center" valignment="top" width="0">
12452 <column alignment="center" valignment="top" width="0">
12453 <row>
12454 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12455 \begin_inset Text
12456
12457 \begin_layout Plain Layout
12458 System
12459 \end_layout
12460
12461 \end_inset
12462 </cell>
12463 <cell alignment="center" valignment="top" topline="true" usebox="none">
12464 \begin_inset Text
12465
12466 \begin_layout Plain Layout
12467 Medipix
12468 \begin_inset Formula $\,$
12469 \end_inset
12470
12471 1
12472 \end_layout
12473
12474 \end_inset
12475 </cell>
12476 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12477 \begin_inset Text
12478
12479 \begin_layout Plain Layout
12480 Medipix
12481 \begin_inset Formula $\,$
12482 \end_inset
12483
12484 2
12485 \end_layout
12486
12487 \end_inset
12488 </cell>
12489 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12490 \begin_inset Text
12491
12492 \begin_layout Plain Layout
12493
12494 \end_layout
12495
12496 \end_inset
12497 </cell>
12498 </row>
12499 <row>
12500 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12501 \begin_inset Text
12502
12503 \begin_layout Plain Layout
12504 \begin_inset ERT
12505 status collapsed
12506
12507 \begin_layout Plain Layout
12508
12509
12510 \backslash
12511 cmidrule(r){2-2}
12512 \end_layout
12513
12514 \end_inset
12515
12516
12517 \begin_inset ERT
12518 status collapsed
12519
12520 \begin_layout Plain Layout
12521
12522
12523 \backslash
12524 cmidrule(l){3-4}
12525 \end_layout
12526
12527 \end_inset
12528
12529 Detector thickness [µm]
12530 \end_layout
12531
12532 \end_inset
12533 </cell>
12534 <cell alignment="center" valignment="top" usebox="none">
12535 \begin_inset Text
12536
12537 \begin_layout Plain Layout
12538 300
12539 \end_layout
12540
12541 \end_inset
12542 </cell>
12543 <cell alignment="center" valignment="top" usebox="none">
12544 \begin_inset Text
12545
12546 \begin_layout Plain Layout
12547 300
12548 \end_layout
12549
12550 \end_inset
12551 </cell>
12552 <cell alignment="center" valignment="top" usebox="none">
12553 \begin_inset Text
12554
12555 \begin_layout Plain Layout
12556 700
12557 \end_layout
12558
12559 \end_inset
12560 </cell>
12561 </row>
12562 <row>
12563 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12564 \begin_inset Text
12565
12566 \begin_layout Plain Layout
12567 Edge angle [°]
12568 \end_layout
12569
12570 \end_inset
12571 </cell>
12572 <cell alignment="center" valignment="top" topline="true" usebox="none">
12573 \begin_inset Text
12574
12575 \begin_layout Plain Layout
12576 3.55
12577 \end_layout
12578
12579 \end_inset
12580 </cell>
12581 <cell alignment="center" valignment="top" topline="true" usebox="none">
12582 \begin_inset Text
12583
12584 \begin_layout Plain Layout
12585 2.71
12586 \end_layout
12587
12588 \end_inset
12589 </cell>
12590 <cell alignment="center" valignment="top" topline="true" usebox="none">
12591 \begin_inset Text
12592
12593 \begin_layout Plain Layout
12594 7.99
12595 \end_layout
12596
12597 \end_inset
12598 </cell>
12599 </row>
12600 <row topspace="default">
12601 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12602 \begin_inset Text
12603
12604 \begin_layout Plain Layout
12605 Spatial resolution [µm]
12606 \end_layout
12607
12608 \end_inset
12609 </cell>
12610 <cell alignment="center" valignment="top" usebox="none">
12611 \begin_inset Text
12612
12613 \begin_layout Plain Layout
12614 4.26
12615 \end_layout
12616
12617 \end_inset
12618 </cell>
12619 <cell alignment="center" valignment="top" usebox="none">
12620 \begin_inset Text
12621
12622 \begin_layout Plain Layout
12623 10.17
12624 \end_layout
12625
12626 \end_inset
12627 </cell>
12628 <cell alignment="center" valignment="top" usebox="none">
12629 \begin_inset Text
12630
12631 \begin_layout Plain Layout
12632 10.56
12633 \end_layout
12634
12635 \end_inset
12636 </cell>
12637 </row>
12638 <row topspace="default">
12639 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12640 \begin_inset Text
12641
12642 \begin_layout Plain Layout
12643 MTF at 
12644 \begin_inset Formula $f_{\mathrm{max}}$
12645 \end_inset
12646
12647
12648 \end_layout
12649
12650 \end_inset
12651 </cell>
12652 <cell alignment="center" valignment="top" usebox="none">
12653 \begin_inset Text
12654
12655 \begin_layout Plain Layout
12656 0.53
12657 \end_layout
12658
12659 \end_inset
12660 </cell>
12661 <cell alignment="center" valignment="top" usebox="none">
12662 \begin_inset Text
12663
12664 \begin_layout Plain Layout
12665 0.37
12666 \end_layout
12667
12668 \end_inset
12669 </cell>
12670 <cell alignment="center" valignment="top" usebox="none">
12671 \begin_inset Text
12672
12673 \begin_layout Plain Layout
12674 0.39
12675 \end_layout
12676
12677 \end_inset
12678 </cell>
12679 </row>
12680 <row topspace="default">
12681 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12682 \begin_inset Text
12683
12684 \begin_layout Plain Layout
12685 \begin_inset ERT
12686 status collapsed
12687
12688 \begin_layout Plain Layout
12689
12690
12691 \backslash
12692 cmidrule(l{10pt}){1-1}
12693 \end_layout
12694
12695 \end_inset
12696
12697 LSF-spatial resolution
12698 \end_layout
12699
12700 \end_inset
12701 </cell>
12702 <cell alignment="center" valignment="top" usebox="none">
12703 \begin_inset Text
12704
12705 \begin_layout Plain Layout
12706
12707 \end_layout
12708
12709 \end_inset
12710 </cell>
12711 <cell alignment="center" valignment="top" usebox="none">
12712 \begin_inset Text
12713
12714 \begin_layout Plain Layout
12715
12716 \end_layout
12717
12718 \end_inset
12719 </cell>
12720 <cell alignment="center" valignment="top" usebox="none">
12721 \begin_inset Text
12722
12723 \begin_layout Plain Layout
12724
12725 \end_layout
12726
12727 \end_inset
12728 </cell>
12729 </row>
12730 <row>
12731 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12732 \begin_inset Text
12733
12734 \begin_layout Plain Layout
12735 in Âµm
12736 \end_layout
12737
12738 \end_inset
12739 </cell>
12740 <cell alignment="center" valignment="top" usebox="none">
12741 \begin_inset Text
12742
12743 \begin_layout Plain Layout
12744 129.7
12745 \end_layout
12746
12747 \end_inset
12748 </cell>
12749 <cell alignment="center" valignment="top" usebox="none">
12750 \begin_inset Text
12751
12752 \begin_layout Plain Layout
12753 52.75
12754 \end_layout
12755
12756 \end_inset
12757 </cell>
12758 <cell alignment="center" valignment="top" usebox="none">
12759 \begin_inset Text
12760
12761 \begin_layout Plain Layout
12762 50.78
12763 \end_layout
12764
12765 \end_inset
12766 </cell>
12767 </row>
12768 <row>
12769 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12770 \begin_inset Text
12771
12772 \begin_layout Plain Layout
12773 in % of pixel size
12774 \end_layout
12775
12776 \end_inset
12777 </cell>
12778 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12779 \begin_inset Text
12780
12781 \begin_layout Plain Layout
12782 76.3
12783 \end_layout
12784
12785 \end_inset
12786 </cell>
12787 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12788 \begin_inset Text
12789
12790 \begin_layout Plain Layout
12791 95.9
12792 \end_layout
12793
12794 \end_inset
12795 </cell>
12796 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12797 \begin_inset Text
12798
12799 \begin_layout Plain Layout
12800 92.3
12801 \end_layout
12802
12803 \end_inset
12804 </cell>
12805 </row>
12806 </lyxtabular>
12807
12808 \end_inset
12809
12810
12811 \end_layout
12812
12813 \end_inset
12814
12815
12816 \end_layout
12817
12818 \begin_layout Standard
12819 Spaces to table rows can be added using the 
12820 \family sans
12821 Borders
12822 \family default
12823  tab of the table dialog as described in section
12824 \begin_inset space ~
12825 \end_inset
12826
12827
12828 \begin_inset CommandInset ref
12829 LatexCommand ref
12830 reference "sub:Row-Spacing"
12831
12832 \end_inset
12833
12834 .
12835 \end_layout
12836
12837 \begin_layout Standard
12838 In contrary to normal tables, formal tables have no vertical table lines.
12839  The horizontal table lines can be set like for normal tables but they appear
12840  with different width in the output:
12841 \begin_inset Newline newline
12842 \end_inset
12843
12844 The first and the last table line have a default width of 0.08
12845 \begin_inset space \thinspace{}
12846 \end_inset
12847
12848 em while the other lines have a default width of 0.05
12849 \begin_inset space \thinspace{}
12850 \end_inset
12851
12852 em.
12853 \end_layout
12854
12855 \begin_layout Standard
12856 The default widths can be changed with the following preamble lines
12857 \end_layout
12858
12859 \begin_layout Standard
12860
12861 \series bold
12862
12863 \backslash
12864 let
12865 \backslash
12866 mytoprule
12867 \backslash
12868 toprule
12869 \begin_inset Newline newline
12870 \end_inset
12871
12872
12873 \backslash
12874 renewcommand{
12875 \backslash
12876 toprule}{
12877 \backslash
12878 mytoprule[width]}
12879 \end_layout
12880
12881 \begin_layout Standard
12882 This example is for the first line, the so called 
12883 \series bold
12884 toprule
12885 \series default
12886 .
12887  If you want to change the width for the last line, replace 
12888 \series bold
12889 toprule
12890 \series default
12891  by 
12892 \series bold
12893 bottomrule
12894 \series default
12895 .
12896  To change the width for the other lines replace 
12897 \series bold
12898 toprule
12899 \series default
12900  by 
12901 \series bold
12902 midrule
12903 \series default
12904 .
12905  You can use all units listed in appendix
12906 \begin_inset space ~
12907 \end_inset
12908
12909
12910 \begin_inset CommandInset ref
12911 LatexCommand ref
12912 reference "cha:Units-available-in"
12913
12914 \end_inset
12915
12916  to set the width.
12917 \end_layout
12918
12919 \begin_layout Standard
12920 Lines that don't span over all table columns can be created by setting a
12921  table line for multicolumn cells.
12922  LyX will then internally use the command 
12923 \series bold
12924
12925 \backslash
12926 cmidrule
12927 \series default
12928  to create this line.
12929  Its full scheme is
12930 \end_layout
12931
12932 \begin_layout Standard
12933
12934 \series bold
12935
12936 \backslash
12937 cmidrule[width](trim){startcol-endcol}
12938 \end_layout
12939
12940 \begin_layout Standard
12941 The options of 
12942 \series bold
12943
12944 \backslash
12945 cmidrule
12946 \series default
12947  are are currently not supported by LyX so you have to use TeX-Code to be
12948  able to use them.
12949  
12950 \series bold
12951
12952 \backslash
12953 cmidrule
12954 \series default
12955 s can manually be created by inserting the command as TeX-Code as first
12956  cell entry of the first cell of a row.
12957  The line is then drawn in the output above the current row.
12958 \end_layout
12959
12960 \begin_layout Standard
12961 The default for the width is 0.03
12962 \begin_inset space \thinspace{}
12963 \end_inset
12964
12965 em.
12966  Startcol is the number of the column where the line starts and endcol the
12967  column number where the line ends.
12968  The endcol always needs to be specified, also when the line should span
12969  only one column.
12970  The optional parameter trim could be either 
12971 \emph on
12972 l{trimwidth}
12973 \emph default
12974 , or 
12975 \emph on
12976 r{trimwidth}
12977 \emph default
12978  where the trimwidth is also optional.
12979  Using for example the parameter 
12980 \emph on
12981 l{2pt}
12982 \emph default
12983  means that the line is trimmed from its left end by 2
12984 \begin_inset space \thinspace{}
12985 \end_inset
12986
12987 pt.
12988  If you don't specify the trimwidth the lines are trimmed by the default
12989  of 0.5
12990 \begin_inset space \thinspace{}
12991 \end_inset
12992
12993 em.
12994 \end_layout
12995
12996 \begin_layout Standard
12997 \begin_inset VSpace bigskip
12998 \end_inset
12999
13000 Table
13001 \begin_inset space ~
13002 \end_inset
13003
13004
13005 \begin_inset CommandInset ref
13006 LatexCommand ref
13007 reference "tab:Example-booktabs-table"
13008
13009 \end_inset
13010
13011  was created using the commands
13012 \end_layout
13013
13014 \begin_layout Standard
13015
13016 \series bold
13017
13018 \backslash
13019 cmidrule(r){2-2}
13020 \backslash
13021 cmidrule(l){3-4}
13022 \end_layout
13023
13024 \begin_layout Standard
13025 at the beginning of the in the second row and
13026 \end_layout
13027
13028 \begin_layout Standard
13029
13030 \series bold
13031
13032 \backslash
13033 cmidrule(l{10pt}){1-1}
13034 \end_layout
13035
13036 \begin_layout Standard
13037 in the sixth row.
13038 \end_layout
13039
13040 \begin_layout Standard
13041 \begin_inset VSpace bigskip
13042 \end_inset
13043
13044
13045 \end_layout
13046
13047 \begin_layout Standard
13048 You might want to have overlapping 
13049 \series bold
13050
13051 \backslash
13052 cmidrule
13053 \series default
13054 s like in Table
13055 \begin_inset space ~
13056 \end_inset
13057
13058
13059 \begin_inset CommandInset ref
13060 LatexCommand ref
13061 reference "tab:Special-booktabs-table"
13062
13063 \end_inset
13064
13065 .
13066  This can be achieved with the TeX-Code command
13067 \end_layout
13068
13069 \begin_layout Standard
13070
13071 \series bold
13072
13073 \backslash
13074 morecmidrules
13075 \end_layout
13076
13077 \begin_layout Standard
13078 The command that was used for the second row of Table
13079 \begin_inset space ~
13080 \end_inset
13081
13082
13083 \begin_inset CommandInset ref
13084 LatexCommand ref
13085 reference "tab:Special-booktabs-table"
13086
13087 \end_inset
13088
13089  is
13090 \end_layout
13091
13092 \begin_layout Standard
13093
13094 \series bold
13095
13096 \backslash
13097 cmidrule(r){2-2}
13098 \backslash
13099 cmidrule(l){3-4}
13100 \backslash
13101 morecmidrules
13102 \backslash
13103 cmidrule{2-4}
13104 \end_layout
13105
13106 \begin_layout Standard
13107 The command for the sixth row is
13108 \end_layout
13109
13110 \begin_layout Standard
13111
13112 \series bold
13113
13114 \backslash
13115 midrule
13116 \backslash
13117 morecmidrules
13118 \backslash
13119 cmidrule{3-4}
13120 \end_layout
13121
13122 \begin_layout Standard
13123 \begin_inset VSpace bigskip
13124 \end_inset
13125
13126
13127 \end_layout
13128
13129 \begin_layout Standard
13130 If you are anyway not satisfied with the border line spacing, you can use
13131  the following command to produce lines that span over all table columns
13132 \series bold
13133 :
13134 \end_layout
13135
13136 \begin_layout Standard
13137
13138 \series bold
13139
13140 \backslash
13141 specialrule{width}{space above}{space below}
13142 \end_layout
13143
13144 \begin_layout Standard
13145 For more informations about these specialties, we refer to the manual of
13146  the LaTeX-package 
13147 \series bold
13148 booktabs
13149 \series default
13150  
13151 \begin_inset CommandInset citation
13152 LatexCommand cite
13153 key "booktabs"
13154
13155 \end_inset
13156
13157 .
13158 \begin_inset Index
13159 status collapsed
13160
13161 \begin_layout Plain Layout
13162 LaTeX-packages ! booktabs
13163 \end_layout
13164
13165 \end_inset
13166
13167
13168 \end_layout
13169
13170 \begin_layout Standard
13171 \begin_inset Float table
13172 placement h
13173 wide false
13174 sideways false
13175 status open
13176
13177 \begin_layout Plain Layout
13178 \begin_inset Caption
13179
13180 \begin_layout Plain Layout
13181 \begin_inset CommandInset label
13182 LatexCommand label
13183 name "tab:Special-booktabs-table"
13184
13185 \end_inset
13186
13187 Special booktabs-table
13188 \end_layout
13189
13190 \end_inset
13191
13192
13193 \end_layout
13194
13195 \begin_layout Plain Layout
13196 \align center
13197 \begin_inset Tabular
13198 <lyxtabular version="3" rows="8" columns="4">
13199 <features booktabs="true">
13200 <column alignment="center" valignment="top" width="0">
13201 <column alignment="center" valignment="top" width="0">
13202 <column alignment="center" valignment="top" width="0">
13203 <column alignment="center" valignment="top" width="0">
13204 <row>
13205 <cell alignment="center" valignment="top" topline="true" usebox="none">
13206 \begin_inset Text
13207
13208 \begin_layout Plain Layout
13209 System
13210 \end_layout
13211
13212 \end_inset
13213 </cell>
13214 <cell alignment="center" valignment="top" topline="true" usebox="none">
13215 \begin_inset Text
13216
13217 \begin_layout Plain Layout
13218 Medipix
13219 \begin_inset space \thinspace{}
13220 \end_inset
13221
13222 1
13223 \end_layout
13224
13225 \end_inset
13226 </cell>
13227 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13228 \begin_inset Text
13229
13230 \begin_layout Plain Layout
13231 Medipix
13232 \begin_inset space \thinspace{}
13233 \end_inset
13234
13235 2
13236 \end_layout
13237
13238 \end_inset
13239 </cell>
13240 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13241 \begin_inset Text
13242
13243 \begin_layout Plain Layout
13244
13245 \end_layout
13246
13247 \end_inset
13248 </cell>
13249 </row>
13250 <row>
13251 <cell alignment="center" valignment="top" usebox="none">
13252 \begin_inset Text
13253
13254 \begin_layout Plain Layout
13255 \begin_inset ERT
13256 status collapsed
13257
13258 \begin_layout Plain Layout
13259
13260
13261 \backslash
13262 cmidrule(r){2-2}
13263 \end_layout
13264
13265 \end_inset
13266
13267
13268 \begin_inset ERT
13269 status collapsed
13270
13271 \begin_layout Plain Layout
13272
13273
13274 \backslash
13275 cmidrule(l){3-4}
13276 \end_layout
13277
13278 \end_inset
13279
13280
13281 \begin_inset ERT
13282 status collapsed
13283
13284 \begin_layout Plain Layout
13285
13286
13287 \backslash
13288 morecmidrules 
13289 \end_layout
13290
13291 \end_inset
13292
13293
13294 \begin_inset ERT
13295 status collapsed
13296
13297 \begin_layout Plain Layout
13298
13299
13300 \backslash
13301 cmidrule{2-4}
13302 \end_layout
13303
13304 \end_inset
13305
13306 Detector thickness [µm]
13307 \end_layout
13308
13309 \end_inset
13310 </cell>
13311 <cell alignment="center" valignment="top" usebox="none">
13312 \begin_inset Text
13313
13314 \begin_layout Plain Layout
13315 300
13316 \end_layout
13317
13318 \end_inset
13319 </cell>
13320 <cell alignment="center" valignment="top" usebox="none">
13321 \begin_inset Text
13322
13323 \begin_layout Plain Layout
13324 300
13325 \end_layout
13326
13327 \end_inset
13328 </cell>
13329 <cell alignment="center" valignment="top" usebox="none">
13330 \begin_inset Text
13331
13332 \begin_layout Plain Layout
13333 700
13334 \end_layout
13335
13336 \end_inset
13337 </cell>
13338 </row>
13339 <row>
13340 <cell alignment="center" valignment="top" topline="true" usebox="none">
13341 \begin_inset Text
13342
13343 \begin_layout Plain Layout
13344 Edge angle [°]
13345 \end_layout
13346
13347 \end_inset
13348 </cell>
13349 <cell alignment="center" valignment="top" topline="true" usebox="none">
13350 \begin_inset Text
13351
13352 \begin_layout Plain Layout
13353 3.55
13354 \end_layout
13355
13356 \end_inset
13357 </cell>
13358 <cell alignment="center" valignment="top" topline="true" usebox="none">
13359 \begin_inset Text
13360
13361 \begin_layout Plain Layout
13362 2.71
13363 \end_layout
13364
13365 \end_inset
13366 </cell>
13367 <cell alignment="center" valignment="top" topline="true" usebox="none">
13368 \begin_inset Text
13369
13370 \begin_layout Plain Layout
13371 7.99
13372 \end_layout
13373
13374 \end_inset
13375 </cell>
13376 </row>
13377 <row topspace="default">
13378 <cell alignment="center" valignment="top" usebox="none">
13379 \begin_inset Text
13380
13381 \begin_layout Plain Layout
13382 Spatial resolution [µm]
13383 \end_layout
13384
13385 \end_inset
13386 </cell>
13387 <cell alignment="center" valignment="top" usebox="none">
13388 \begin_inset Text
13389
13390 \begin_layout Plain Layout
13391 4.26
13392 \end_layout
13393
13394 \end_inset
13395 </cell>
13396 <cell alignment="center" valignment="top" usebox="none">
13397 \begin_inset Text
13398
13399 \begin_layout Plain Layout
13400 10.17
13401 \end_layout
13402
13403 \end_inset
13404 </cell>
13405 <cell alignment="center" valignment="top" usebox="none">
13406 \begin_inset Text
13407
13408 \begin_layout Plain Layout
13409 10.56
13410 \end_layout
13411
13412 \end_inset
13413 </cell>
13414 </row>
13415 <row topspace="default">
13416 <cell alignment="center" valignment="top" usebox="none">
13417 \begin_inset Text
13418
13419 \begin_layout Plain Layout
13420 MTF at 
13421 \begin_inset Formula $f_{\mathrm{max}}$
13422 \end_inset
13423
13424
13425 \end_layout
13426
13427 \end_inset
13428 </cell>
13429 <cell alignment="center" valignment="top" usebox="none">
13430 \begin_inset Text
13431
13432 \begin_layout Plain Layout
13433 0.53
13434 \end_layout
13435
13436 \end_inset
13437 </cell>
13438 <cell alignment="center" valignment="top" usebox="none">
13439 \begin_inset Text
13440
13441 \begin_layout Plain Layout
13442 0.37
13443 \end_layout
13444
13445 \end_inset
13446 </cell>
13447 <cell alignment="center" valignment="top" usebox="none">
13448 \begin_inset Text
13449
13450 \begin_layout Plain Layout
13451 0.39
13452 \end_layout
13453
13454 \end_inset
13455 </cell>
13456 </row>
13457 <row>
13458 <cell alignment="center" valignment="top" topline="true" usebox="none">
13459 \begin_inset Text
13460
13461 \begin_layout Plain Layout
13462 \begin_inset ERT
13463 status collapsed
13464
13465 \begin_layout Plain Layout
13466
13467
13468 \backslash
13469 morecmidrules 
13470 \end_layout
13471
13472 \end_inset
13473
13474
13475 \begin_inset ERT
13476 status collapsed
13477
13478 \begin_layout Plain Layout
13479
13480
13481 \backslash
13482 cmidrule{3-4}
13483 \end_layout
13484
13485 \end_inset
13486
13487 LSF-spatial resolution
13488 \end_layout
13489
13490 \end_inset
13491 </cell>
13492 <cell alignment="center" valignment="top" topline="true" usebox="none">
13493 \begin_inset Text
13494
13495 \begin_layout Plain Layout
13496
13497 \end_layout
13498
13499 \end_inset
13500 </cell>
13501 <cell alignment="center" valignment="top" topline="true" usebox="none">
13502 \begin_inset Text
13503
13504 \begin_layout Plain Layout
13505
13506 \end_layout
13507
13508 \end_inset
13509 </cell>
13510 <cell alignment="center" valignment="top" topline="true" usebox="none">
13511 \begin_inset Text
13512
13513 \begin_layout Plain Layout
13514
13515 \end_layout
13516
13517 \end_inset
13518 </cell>
13519 </row>
13520 <row>
13521 <cell alignment="center" valignment="top" usebox="none">
13522 \begin_inset Text
13523
13524 \begin_layout Plain Layout
13525 in Âµm
13526 \end_layout
13527
13528 \end_inset
13529 </cell>
13530 <cell alignment="center" valignment="top" usebox="none">
13531 \begin_inset Text
13532
13533 \begin_layout Plain Layout
13534 129.7
13535 \end_layout
13536
13537 \end_inset
13538 </cell>
13539 <cell alignment="center" valignment="top" usebox="none">
13540 \begin_inset Text
13541
13542 \begin_layout Plain Layout
13543 52.75
13544 \end_layout
13545
13546 \end_inset
13547 </cell>
13548 <cell alignment="center" valignment="top" usebox="none">
13549 \begin_inset Text
13550
13551 \begin_layout Plain Layout
13552 50.78
13553 \end_layout
13554
13555 \end_inset
13556 </cell>
13557 </row>
13558 <row>
13559 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13560 \begin_inset Text
13561
13562 \begin_layout Plain Layout
13563 in % of pixel size
13564 \end_layout
13565
13566 \end_inset
13567 </cell>
13568 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13569 \begin_inset Text
13570
13571 \begin_layout Plain Layout
13572 76.3
13573 \end_layout
13574
13575 \end_inset
13576 </cell>
13577 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13578 \begin_inset Text
13579
13580 \begin_layout Plain Layout
13581 95.9
13582 \end_layout
13583
13584 \end_inset
13585 </cell>
13586 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13587 \begin_inset Text
13588
13589 \begin_layout Plain Layout
13590 92.3
13591 \end_layout
13592
13593 \end_inset
13594 </cell>
13595 </row>
13596 </lyxtabular>
13597
13598 \end_inset
13599
13600
13601 \end_layout
13602
13603 \end_inset
13604
13605
13606 \end_layout
13607
13608 \begin_layout Section
13609 Vertical Table Alignment
13610 \begin_inset Index
13611 status collapsed
13612
13613 \begin_layout Plain Layout
13614 Table ! Alignment
13615 \end_layout
13616
13617 \end_inset
13618
13619
13620 \end_layout
13621
13622 \begin_layout Standard
13623 To align tables vertically in a text line the table must be inside a box.
13624  The box can then be vertically aligned as described in section
13625 \begin_inset space ~
13626 \end_inset
13627
13628
13629 \begin_inset CommandInset ref
13630 LatexCommand ref
13631 reference "sec:Box-Dialog"
13632
13633 \end_inset
13634
13635 .
13636 \end_layout
13637
13638 \begin_layout Standard
13639 In the following example the tables are inside a minipage
13640 \begin_inset Foot
13641 status collapsed
13642
13643 \begin_layout Plain Layout
13644 Minipages are described in section
13645 \begin_inset space ~
13646 \end_inset
13647
13648
13649 \begin_inset CommandInset ref
13650 LatexCommand ref
13651 reference "sec:Minipages"
13652
13653 \end_inset
13654
13655 .
13656 \end_layout
13657
13658 \end_inset
13659
13660  box that has a width of 15
13661 \begin_inset space \thinspace{}
13662 \end_inset
13663
13664 col%:
13665 \end_layout
13666
13667 \begin_layout Itemize
13668 test 
13669 \begin_inset Box Frameless
13670 position "t"
13671 hor_pos "c"
13672 has_inner_box 1
13673 inner_pos "c"
13674 use_parbox 0
13675 width "15col%"
13676 special "none"
13677 height "1in"
13678 height_special "totalheight"
13679 status collapsed
13680
13681 \begin_layout Plain Layout
13682 \begin_inset Tabular
13683 <lyxtabular version="3" rows="3" columns="3">
13684 <features>
13685 <column alignment="center" valignment="top" width="0">
13686 <column alignment="center" valignment="top" width="0">
13687 <column alignment="center" valignment="top" width="0">
13688 <row>
13689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13690 \begin_inset Text
13691
13692 \begin_layout Plain Layout
13693 a
13694 \end_layout
13695
13696 \end_inset
13697 </cell>
13698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13699 \begin_inset Text
13700
13701 \begin_layout Plain Layout
13702 d
13703 \end_layout
13704
13705 \end_inset
13706 </cell>
13707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13708 \begin_inset Text
13709
13710 \begin_layout Plain Layout
13711 g
13712 \end_layout
13713
13714 \end_inset
13715 </cell>
13716 </row>
13717 <row>
13718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13719 \begin_inset Text
13720
13721 \begin_layout Plain Layout
13722 b
13723 \end_layout
13724
13725 \end_inset
13726 </cell>
13727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13728 \begin_inset Text
13729
13730 \begin_layout Plain Layout
13731 e
13732 \end_layout
13733
13734 \end_inset
13735 </cell>
13736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13737 \begin_inset Text
13738
13739 \begin_layout Plain Layout
13740 h
13741 \end_layout
13742
13743 \end_inset
13744 </cell>
13745 </row>
13746 <row>
13747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13748 \begin_inset Text
13749
13750 \begin_layout Plain Layout
13751 c
13752 \end_layout
13753
13754 \end_inset
13755 </cell>
13756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13757 \begin_inset Text
13758
13759 \begin_layout Plain Layout
13760 f
13761 \end_layout
13762
13763 \end_inset
13764 </cell>
13765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13766 \begin_inset Text
13767
13768 \begin_layout Plain Layout
13769 i
13770 \end_layout
13771
13772 \end_inset
13773 </cell>
13774 </row>
13775 </lyxtabular>
13776
13777 \end_inset
13778
13779
13780 \end_layout
13781
13782 \end_inset
13783
13784  test 
13785 \begin_inset ERT
13786 status collapsed
13787
13788 \begin_layout Plain Layout
13789
13790
13791 \backslash
13792 raisebox{0.85
13793 \backslash
13794 baselineskip}{
13795 \end_layout
13796
13797 \end_inset
13798
13799
13800 \begin_inset Box Frameless
13801 position "t"
13802 hor_pos "c"
13803 has_inner_box 1
13804 inner_pos "c"
13805 use_parbox 0
13806 width "15col%"
13807 special "none"
13808 height "1in"
13809 height_special "totalheight"
13810 status collapsed
13811
13812 \begin_layout Plain Layout
13813 \begin_inset Tabular
13814 <lyxtabular version="3" rows="3" columns="3">
13815 <features>
13816 <column alignment="center" valignment="top" width="0">
13817 <column alignment="center" valignment="top" width="0">
13818 <column alignment="center" valignment="top" width="0">
13819 <row>
13820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13821 \begin_inset Text
13822
13823 \begin_layout Plain Layout
13824 a
13825 \end_layout
13826
13827 \end_inset
13828 </cell>
13829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13830 \begin_inset Text
13831
13832 \begin_layout Plain Layout
13833 d
13834 \end_layout
13835
13836 \end_inset
13837 </cell>
13838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13839 \begin_inset Text
13840
13841 \begin_layout Plain Layout
13842 g
13843 \end_layout
13844
13845 \end_inset
13846 </cell>
13847 </row>
13848 <row>
13849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13850 \begin_inset Text
13851
13852 \begin_layout Plain Layout
13853 b
13854 \end_layout
13855
13856 \end_inset
13857 </cell>
13858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13859 \begin_inset Text
13860
13861 \begin_layout Plain Layout
13862 e
13863 \end_layout
13864
13865 \end_inset
13866 </cell>
13867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13868 \begin_inset Text
13869
13870 \begin_layout Plain Layout
13871 h
13872 \end_layout
13873
13874 \end_inset
13875 </cell>
13876 </row>
13877 <row>
13878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13879 \begin_inset Text
13880
13881 \begin_layout Plain Layout
13882 c
13883 \end_layout
13884
13885 \end_inset
13886 </cell>
13887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13888 \begin_inset Text
13889
13890 \begin_layout Plain Layout
13891 f
13892 \end_layout
13893
13894 \end_inset
13895 </cell>
13896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13897 \begin_inset Text
13898
13899 \begin_layout Plain Layout
13900 i
13901 \end_layout
13902
13903 \end_inset
13904 </cell>
13905 </row>
13906 </lyxtabular>
13907
13908 \end_inset
13909
13910
13911 \end_layout
13912
13913 \end_inset
13914
13915
13916 \begin_inset ERT
13917 status collapsed
13918
13919 \begin_layout Plain Layout
13920
13921 }
13922 \end_layout
13923
13924 \end_inset
13925
13926
13927 \end_layout
13928
13929 \begin_layout Itemize
13930 test 
13931 \begin_inset Box Frameless
13932 position "c"
13933 hor_pos "c"
13934 has_inner_box 1
13935 inner_pos "c"
13936 use_parbox 0
13937 width "15col%"
13938 special "none"
13939 height "1in"
13940 height_special "totalheight"
13941 status collapsed
13942
13943 \begin_layout Plain Layout
13944 \begin_inset Tabular
13945 <lyxtabular version="3" rows="3" columns="3">
13946 <features>
13947 <column alignment="center" valignment="top" width="0">
13948 <column alignment="center" valignment="top" width="0">
13949 <column alignment="center" valignment="top" width="0">
13950 <row>
13951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13952 \begin_inset Text
13953
13954 \begin_layout Plain Layout
13955 a
13956 \end_layout
13957
13958 \end_inset
13959 </cell>
13960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13961 \begin_inset Text
13962
13963 \begin_layout Plain Layout
13964 d
13965 \end_layout
13966
13967 \end_inset
13968 </cell>
13969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13970 \begin_inset Text
13971
13972 \begin_layout Plain Layout
13973 g
13974 \end_layout
13975
13976 \end_inset
13977 </cell>
13978 </row>
13979 <row>
13980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13981 \begin_inset Text
13982
13983 \begin_layout Plain Layout
13984 b
13985 \end_layout
13986
13987 \end_inset
13988 </cell>
13989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13990 \begin_inset Text
13991
13992 \begin_layout Plain Layout
13993 e
13994 \end_layout
13995
13996 \end_inset
13997 </cell>
13998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13999 \begin_inset Text
14000
14001 \begin_layout Plain Layout
14002 h
14003 \end_layout
14004
14005 \end_inset
14006 </cell>
14007 </row>
14008 <row>
14009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14010 \begin_inset Text
14011
14012 \begin_layout Plain Layout
14013 c
14014 \end_layout
14015
14016 \end_inset
14017 </cell>
14018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14019 \begin_inset Text
14020
14021 \begin_layout Plain Layout
14022 f
14023 \end_layout
14024
14025 \end_inset
14026 </cell>
14027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14028 \begin_inset Text
14029
14030 \begin_layout Plain Layout
14031 i
14032 \end_layout
14033
14034 \end_inset
14035 </cell>
14036 </row>
14037 </lyxtabular>
14038
14039 \end_inset
14040
14041
14042 \end_layout
14043
14044 \end_inset
14045
14046
14047 \end_layout
14048
14049 \begin_layout Itemize
14050 test 
14051 \begin_inset Box Frameless
14052 position "b"
14053 hor_pos "c"
14054 has_inner_box 1
14055 inner_pos "c"
14056 use_parbox 0
14057 width "15col%"
14058 special "none"
14059 height "1in"
14060 height_special "totalheight"
14061 status collapsed
14062
14063 \begin_layout Plain Layout
14064 \begin_inset Tabular
14065 <lyxtabular version="3" rows="3" columns="3">
14066 <features>
14067 <column alignment="center" valignment="top" width="0">
14068 <column alignment="center" valignment="top" width="0">
14069 <column alignment="center" valignment="top" width="0">
14070 <row>
14071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14072 \begin_inset Text
14073
14074 \begin_layout Plain Layout
14075 a
14076 \end_layout
14077
14078 \end_inset
14079 </cell>
14080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14081 \begin_inset Text
14082
14083 \begin_layout Plain Layout
14084 d
14085 \end_layout
14086
14087 \end_inset
14088 </cell>
14089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14090 \begin_inset Text
14091
14092 \begin_layout Plain Layout
14093 g
14094 \end_layout
14095
14096 \end_inset
14097 </cell>
14098 </row>
14099 <row>
14100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14101 \begin_inset Text
14102
14103 \begin_layout Plain Layout
14104 b
14105 \end_layout
14106
14107 \end_inset
14108 </cell>
14109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14110 \begin_inset Text
14111
14112 \begin_layout Plain Layout
14113 e
14114 \end_layout
14115
14116 \end_inset
14117 </cell>
14118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14119 \begin_inset Text
14120
14121 \begin_layout Plain Layout
14122 h
14123 \end_layout
14124
14125 \end_inset
14126 </cell>
14127 </row>
14128 <row>
14129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14130 \begin_inset Text
14131
14132 \begin_layout Plain Layout
14133 c
14134 \end_layout
14135
14136 \end_inset
14137 </cell>
14138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14139 \begin_inset Text
14140
14141 \begin_layout Plain Layout
14142 f
14143 \end_layout
14144
14145 \end_inset
14146 </cell>
14147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14148 \begin_inset Text
14149
14150 \begin_layout Plain Layout
14151 i
14152 \end_layout
14153
14154 \end_inset
14155 </cell>
14156 </row>
14157 </lyxtabular>
14158
14159 \end_inset
14160
14161
14162 \end_layout
14163
14164 \end_inset
14165
14166  test 
14167 \begin_inset ERT
14168 status collapsed
14169
14170 \begin_layout Plain Layout
14171
14172
14173 \backslash
14174 raisebox{-0.32
14175 \backslash
14176 baselineskip}{
14177 \end_layout
14178
14179 \end_inset
14180
14181
14182 \begin_inset Box Frameless
14183 position "b"
14184 hor_pos "c"
14185 has_inner_box 1
14186 inner_pos "c"
14187 use_parbox 0
14188 width "15col%"
14189 special "none"
14190 height "1in"
14191 height_special "totalheight"
14192 status collapsed
14193
14194 \begin_layout Plain Layout
14195 \begin_inset Tabular
14196 <lyxtabular version="3" rows="3" columns="3">
14197 <features>
14198 <column alignment="center" valignment="top" width="0">
14199 <column alignment="center" valignment="top" width="0">
14200 <column alignment="center" valignment="top" width="0">
14201 <row>
14202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14203 \begin_inset Text
14204
14205 \begin_layout Plain Layout
14206 a
14207 \end_layout
14208
14209 \end_inset
14210 </cell>
14211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14212 \begin_inset Text
14213
14214 \begin_layout Plain Layout
14215 d
14216 \end_layout
14217
14218 \end_inset
14219 </cell>
14220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14221 \begin_inset Text
14222
14223 \begin_layout Plain Layout
14224 g
14225 \end_layout
14226
14227 \end_inset
14228 </cell>
14229 </row>
14230 <row>
14231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14232 \begin_inset Text
14233
14234 \begin_layout Plain Layout
14235 b
14236 \end_layout
14237
14238 \end_inset
14239 </cell>
14240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14241 \begin_inset Text
14242
14243 \begin_layout Plain Layout
14244 e
14245 \end_layout
14246
14247 \end_inset
14248 </cell>
14249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14250 \begin_inset Text
14251
14252 \begin_layout Plain Layout
14253 h
14254 \end_layout
14255
14256 \end_inset
14257 </cell>
14258 </row>
14259 <row>
14260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14261 \begin_inset Text
14262
14263 \begin_layout Plain Layout
14264 c
14265 \end_layout
14266
14267 \end_inset
14268 </cell>
14269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14270 \begin_inset Text
14271
14272 \begin_layout Plain Layout
14273 f
14274 \end_layout
14275
14276 \end_inset
14277 </cell>
14278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14279 \begin_inset Text
14280
14281 \begin_layout Plain Layout
14282 i
14283 \end_layout
14284
14285 \end_inset
14286 </cell>
14287 </row>
14288 </lyxtabular>
14289
14290 \end_inset
14291
14292
14293 \end_layout
14294
14295 \end_inset
14296
14297
14298 \begin_inset ERT
14299 status collapsed
14300
14301 \begin_layout Plain Layout
14302
14303 }
14304 \end_layout
14305
14306 \end_inset
14307
14308
14309 \end_layout
14310
14311 \begin_layout Standard
14312 As you can see, the content of the first and last table row is not correctly
14313  aligned with the text line where the table is in.
14314  To get this alignment, the minipage box must be set into a raisebox
14315 \begin_inset Foot
14316 status collapsed
14317
14318 \begin_layout Plain Layout
14319 Raiseboxes are described in section
14320 \begin_inset space ~
14321 \end_inset
14322
14323
14324 \begin_inset CommandInset ref
14325 LatexCommand ref
14326 reference "sub:Vertical-Alignment"
14327
14328 \end_inset
14329
14330 .
14331 \end_layout
14332
14333 \end_inset
14334
14335 .
14336  In the example above the second table in the first item is aligned using
14337  the TeX-Code-command
14338 \end_layout
14339
14340 \begin_layout Standard
14341
14342 \series bold
14343
14344 \backslash
14345 raisebox{0.85
14346 \backslash
14347 baselineskip}{
14348 \end_layout
14349
14350 \begin_layout Standard
14351 before the box.
14352  Behind the box the closing brace 
14353 \series bold
14354 }
14355 \series default
14356  is inserted as TeX-Code.
14357  For the second table in the last item the command
14358 \end_layout
14359
14360 \begin_layout Standard
14361
14362 \series bold
14363
14364 \backslash
14365 raisebox{-0.32
14366 \backslash
14367 baselineskip}{
14368 \end_layout
14369
14370 \begin_layout Standard
14371 is used.
14372 \end_layout
14373
14374 \begin_layout Standard
14375 \begin_inset Note Greyedout
14376 status open
14377
14378 \begin_layout Plain Layout
14379
14380 \series bold
14381 Note:
14382 \series default
14383  The alignment of the table row content to the surrounding text line is
14384  not exact.
14385  The needed factor of the 
14386 \series bold
14387
14388 \backslash
14389 raisebox
14390 \series default
14391  command for this alignment depends on the document font, the font size,
14392  and the table line thickness.
14393 \end_layout
14394
14395 \end_inset
14396
14397
14398 \end_layout
14399
14400 \begin_layout Section
14401 Colored Tables
14402 \begin_inset CommandInset label
14403 LatexCommand label
14404 name "sec:Colored-Tables"
14405
14406 \end_inset
14407
14408
14409 \begin_inset Index
14410 status collapsed
14411
14412 \begin_layout Plain Layout
14413 Table ! Color
14414 \end_layout
14415
14416 \end_inset
14417
14418
14419 \end_layout
14420
14421 \begin_layout Subsection
14422 Colored Cells
14423 \begin_inset Index
14424 status collapsed
14425
14426 \begin_layout Plain Layout
14427 Table Color ! for Cells
14428 \end_layout
14429
14430 \end_inset
14431
14432
14433 \begin_inset Index
14434 status collapsed
14435
14436 \begin_layout Plain Layout
14437 Color ! for Table Cells
14438 \end_layout
14439
14440 \end_inset
14441
14442
14443 \end_layout
14444
14445 \begin_layout Standard
14446 \begin_inset Float table
14447 placement h
14448 wide false
14449 sideways false
14450 status open
14451
14452 \begin_layout Plain Layout
14453 \begin_inset Caption
14454
14455 \begin_layout Plain Layout
14456 \begin_inset CommandInset label
14457 LatexCommand label
14458 name "tab:Table-colored-without"
14459
14460 \end_inset
14461
14462 Table colored without using the package 
14463 \series bold
14464 colortbl
14465 \series default
14466
14467 \begin_inset OptArg
14468 status collapsed
14469
14470 \begin_layout Plain Layout
14471 Table without colortbl
14472 \end_layout
14473
14474 \end_inset
14475
14476
14477 \end_layout
14478
14479 \end_inset
14480
14481
14482 \end_layout
14483
14484 \begin_layout Plain Layout
14485 \align center
14486 \begin_inset Tabular
14487 <lyxtabular version="3" rows="3" columns="3">
14488 <features>
14489 <column alignment="center" valignment="top" width="0">
14490 <column alignment="center" valignment="top" width="0">
14491 <column alignment="center" valignment="top" width="0">
14492 <row>
14493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14494 \begin_inset Text
14495
14496 \begin_layout Plain Layout
14497
14498 \color green
14499 a
14500 \end_layout
14501
14502 \end_inset
14503 </cell>
14504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14505 \begin_inset Text
14506
14507 \begin_layout Plain Layout
14508
14509 \color red
14510 b
14511 \end_layout
14512
14513 \end_inset
14514 </cell>
14515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14516 \begin_inset Text
14517
14518 \begin_layout Plain Layout
14519
14520 \color red
14521 c
14522 \end_layout
14523
14524 \end_inset
14525 </cell>
14526 </row>
14527 <row>
14528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14529 \begin_inset Text
14530
14531 \begin_layout Plain Layout
14532
14533 \color green
14534 d
14535 \end_layout
14536
14537 \end_inset
14538 </cell>
14539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14540 \begin_inset Text
14541
14542 \begin_layout Plain Layout
14543
14544 \color blue
14545 e
14546 \end_layout
14547
14548 \end_inset
14549 </cell>
14550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14551 \begin_inset Text
14552
14553 \begin_layout Plain Layout
14554
14555 \color blue
14556 f
14557 \end_layout
14558
14559 \end_inset
14560 </cell>
14561 </row>
14562 <row>
14563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14564 \begin_inset Text
14565
14566 \begin_layout Plain Layout
14567
14568 \color green
14569 g
14570 \end_layout
14571
14572 \end_inset
14573 </cell>
14574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14575 \begin_inset Text
14576
14577 \begin_layout Plain Layout
14578
14579 \color blue
14580 h
14581 \end_layout
14582
14583 \end_inset
14584 </cell>
14585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14586 \begin_inset Text
14587
14588 \begin_layout Plain Layout
14589
14590 \color blue
14591 i
14592 \end_layout
14593
14594 \end_inset
14595 </cell>
14596 </row>
14597 </lyxtabular>
14598
14599 \end_inset
14600
14601
14602 \end_layout
14603
14604 \end_inset
14605
14606
14607 \end_layout
14608
14609 \begin_layout Standard
14610 If you only need colored text, mark the cells and choose a color in the
14611  menu 
14612 \family sans
14613 Edit\SpecialChar \menuseparator
14614 Text
14615 \begin_inset space ~
14616 \end_inset
14617
14618 Style
14619 \family default
14620 .
14621  This was used to create Table
14622 \begin_inset space ~
14623 \end_inset
14624
14625
14626 \begin_inset CommandInset ref
14627 LatexCommand ref
14628 reference "tab:Table-colored-without"
14629
14630 \end_inset
14631
14632 .
14633  In any other case you have to use the LaTeX-package 
14634 \series bold
14635 colortbl
14636 \series default
14637 .
14638 \begin_inset Index
14639 status collapsed
14640
14641 \begin_layout Plain Layout
14642 LaTeX-packages ! colortbl
14643 \end_layout
14644
14645 \end_inset
14646
14647
14648 \end_layout
14649
14650 \begin_layout Standard
14651 \begin_inset ERT
14652 status collapsed
14653
14654 \begin_layout Plain Layout
14655
14656
14657 \backslash
14658 ifcolortbl
14659 \end_layout
14660
14661 \end_inset
14662
14663
14664 \begin_inset Note Note
14665 status open
14666
14667 \begin_layout Plain Layout
14668 The following section part will only be displayed when the LaTeX-package
14669  
14670 \series bold
14671 colortbl
14672 \series default
14673  is installed.
14674 \end_layout
14675
14676 \end_inset
14677
14678
14679 \end_layout
14680
14681 \begin_layout Standard
14682 To create colored tables, 
14683 \series bold
14684 colortbl
14685 \series default
14686  must be loaded in the preamble with the line
14687 \end_layout
14688
14689 \begin_layout Standard
14690
14691 \series bold
14692
14693 \backslash
14694 usepackage{colortbl}
14695 \end_layout
14696
14697 \begin_layout Standard
14698 The color of a column is adjusted with the command
14699 \end_layout
14700
14701 \begin_layout Standard
14702
14703 \series bold
14704
14705 \backslash
14706 columncolor{name of color}
14707 \end_layout
14708
14709 \begin_layout Standard
14710 inside the command 
14711 \series bold
14712 >{ }
14713 \series default
14714 .
14715  More about the command 
14716 \series bold
14717 >{}
14718 \series default
14719  is described in section
14720 \begin_inset space ~
14721 \end_inset
14722
14723
14724 \begin_inset CommandInset ref
14725 LatexCommand ref
14726 reference "sub:Multicolumn-Calculations"
14727
14728 \end_inset
14729
14730 .
14731 \end_layout
14732
14733 \begin_layout Standard
14734 The following color names are predefined:
14735 \end_layout
14736
14737 \begin_layout Standard
14738
14739 \family sans
14740 red
14741 \family default
14742
14743 \family sans
14744 green
14745 \family default
14746
14747 \family sans
14748 yellow
14749 \family default
14750
14751 \family sans
14752 blue
14753 \family default
14754
14755 \family sans
14756 cyan
14757 \family default
14758
14759 \family sans
14760 magenta
14761 \family default
14762
14763 \family sans
14764 black
14765 \family default
14766  and 
14767 \family sans
14768 white
14769 \end_layout
14770
14771 \begin_layout Standard
14772 \begin_inset VSpace medskip
14773 \end_inset
14774
14775
14776 \end_layout
14777
14778 \begin_layout Standard
14779 You can also define your own color with the command
14780 \end_layout
14781
14782 \begin_layout Standard
14783
14784 \series bold
14785
14786 \backslash
14787 definecolor{color name}{color model}{color values}
14788 \end_layout
14789
14790 \begin_layout Standard
14791 The color model can be
14792 \end_layout
14793
14794 \begin_layout Labeling
14795 \labelwidthstring 00.00.0000
14796 cmyk: cyan, magenta, yellow, black
14797 \end_layout
14798
14799 \begin_layout Labeling
14800 \labelwidthstring 00.00.0000
14801 rgb: red, green blue
14802 \end_layout
14803
14804 \begin_layout Labeling
14805 \labelwidthstring 00.00.0000
14806 gray gray
14807 \end_layout
14808
14809 \begin_layout Standard
14810 and the color values are comma separated numbers between 0 and 1 describing
14811  the factor for the corresponding color of the color model.
14812 \end_layout
14813
14814 \begin_layout Standard
14815 You can e.
14816 \begin_inset space \thinspace{}
14817 \end_inset
14818
14819 g.
14820 \begin_inset space ~
14821 \end_inset
14822
14823 define the color "
14824 \emph on
14825 darkgreen
14826 \emph default
14827 " in the preamble with
14828 \end_layout
14829
14830 \begin_layout Standard
14831
14832 \series bold
14833
14834 \backslash
14835 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
14836 \end_layout
14837
14838 \begin_layout Standard
14839 and the color "
14840 \emph on
14841 lightgray
14842 \emph default
14843 " with
14844 \end_layout
14845
14846 \begin_layout Standard
14847
14848 \series bold
14849
14850 \backslash
14851 definecolor{lightgray}{gray}{0.8}
14852 \end_layout
14853
14854 \begin_layout Standard
14855 \begin_inset VSpace medskip
14856 \end_inset
14857
14858
14859 \end_layout
14860
14861 \begin_layout Standard
14862 Lines are colored with the command
14863 \end_layout
14864
14865 \begin_layout Standard
14866
14867 \series bold
14868
14869 \backslash
14870 rowcolor{name of color}
14871 \end_layout
14872
14873 \begin_layout Standard
14874 and cells are colored with the command
14875 \end_layout
14876
14877 \begin_layout Standard
14878
14879 \series bold
14880
14881 \backslash
14882 cellcolor{name of color}
14883 \end_layout
14884
14885 \begin_layout Standard
14886 Both commands are inserted at the beginning of a cell as TeX-Code.
14887 \end_layout
14888
14889 \begin_layout Standard
14890 To color characters in the table, mark the cells and use the LyX menu 
14891 \family sans
14892 Edit\SpecialChar \menuseparator
14893 Text
14894 \begin_inset space ~
14895 \end_inset
14896
14897 Style
14898 \family default
14899 .
14900  If a cell contains TeX-Code mark only the characters, otherwise the colored
14901  TeX-Code will cause LaTeX-errors.
14902 \end_layout
14903
14904 \begin_layout Standard
14905 \begin_inset Note Greyedout
14906 status open
14907
14908 \begin_layout Plain Layout
14909
14910 \series bold
14911 Note:
14912 \series default
14913  Not all DVI-viewers are able to display self-defined colors.
14914 \end_layout
14915
14916 \end_inset
14917
14918
14919 \end_layout
14920
14921 \begin_layout Standard
14922 \begin_inset VSpace bigskip
14923 \end_inset
14924
14925
14926 \end_layout
14927
14928 \begin_layout Standard
14929 To create Table
14930 \begin_inset space ~
14931 \end_inset
14932
14933
14934 \begin_inset CommandInset ref
14935 LatexCommand ref
14936 reference "tab:Table-colored-using"
14937
14938 \end_inset
14939
14940  do the following: The color of the first column should be 
14941 \emph on
14942 darkgreen
14943 \emph default
14944 .
14945  So insert
14946 \end_layout
14947
14948 \begin_layout Standard
14949
14950 \series bold
14951 >{
14952 \backslash
14953 columncolor{darkgreen}
14954 \backslash
14955 centering}c
14956 \end_layout
14957
14958 \begin_layout Standard
14959 as LaTeX-argument for this column.
14960  The first row should be blue, therefore the TeX-Code command
14961 \end_layout
14962
14963 \begin_layout Standard
14964
14965 \series bold
14966
14967 \backslash
14968 rowcolow{cyan}
14969 \end_layout
14970
14971 \begin_layout Standard
14972 is inserted to the first cell of this row.
14973  Note that this overwrites the column color for the first cell.
14974  The last cell of the last row is colored magenta by inserting the TeX-Code
14975  command
14976 \end_layout
14977
14978 \begin_layout Standard
14979
14980 \series bold
14981
14982 \backslash
14983 cellcolor{magenta}
14984 \end_layout
14985
14986 \begin_layout Standard
14987 The characters could now be colored using the menu 
14988 \family sans
14989 Edit\SpecialChar \menuseparator
14990 Text
14991 \begin_inset space ~
14992 \end_inset
14993
14994 Style
14995 \family default
14996 .
14997 \end_layout
14998
14999 \begin_layout Standard
15000 \begin_inset Float table
15001 placement h
15002 wide false
15003 sideways false
15004 status open
15005
15006 \begin_layout Plain Layout
15007 \begin_inset Caption
15008
15009 \begin_layout Plain Layout
15010 \begin_inset CommandInset label
15011 LatexCommand label
15012 name "tab:Table-colored-using"
15013
15014 \end_inset
15015
15016 Table colored using the package 
15017 \series bold
15018 colortbl
15019 \series default
15020
15021 \begin_inset OptArg
15022 status collapsed
15023
15024 \begin_layout Plain Layout
15025 Table with colortbl
15026 \end_layout
15027
15028 \end_inset
15029
15030
15031 \end_layout
15032
15033 \end_inset
15034
15035
15036 \end_layout
15037
15038 \begin_layout Plain Layout
15039 \align center
15040 \begin_inset Tabular
15041 <lyxtabular version="3" rows="3" columns="3">
15042 <features>
15043 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15044 <column alignment="center" valignment="top" width="0">
15045 <column alignment="center" valignment="top" width="0">
15046 <row>
15047 <cell alignment="center" valignment="top" usebox="none">
15048 \begin_inset Text
15049
15050 \begin_layout Plain Layout
15051 \begin_inset ERT
15052 status collapsed
15053
15054 \begin_layout Plain Layout
15055
15056
15057 \backslash
15058 rowcolor{cyan}
15059 \end_layout
15060
15061 \end_inset
15062
15063
15064 \color magenta
15065 a
15066 \end_layout
15067
15068 \end_inset
15069 </cell>
15070 <cell alignment="center" valignment="top" usebox="none">
15071 \begin_inset Text
15072
15073 \begin_layout Plain Layout
15074
15075 \color red
15076 b
15077 \end_layout
15078
15079 \end_inset
15080 </cell>
15081 <cell alignment="center" valignment="top" usebox="none">
15082 \begin_inset Text
15083
15084 \begin_layout Plain Layout
15085
15086 \color red
15087 c
15088 \end_layout
15089
15090 \end_inset
15091 </cell>
15092 </row>
15093 <row>
15094 <cell alignment="center" valignment="top" usebox="none">
15095 \begin_inset Text
15096
15097 \begin_layout Plain Layout
15098
15099 \color yellow
15100 d
15101 \end_layout
15102
15103 \end_inset
15104 </cell>
15105 <cell alignment="center" valignment="top" usebox="none">
15106 \begin_inset Text
15107
15108 \begin_layout Plain Layout
15109
15110 \color blue
15111 e
15112 \end_layout
15113
15114 \end_inset
15115 </cell>
15116 <cell alignment="center" valignment="top" usebox="none">
15117 \begin_inset Text
15118
15119 \begin_layout Plain Layout
15120
15121 \color blue
15122 f
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 </row>
15128 <row>
15129 <cell alignment="center" valignment="top" usebox="none">
15130 \begin_inset Text
15131
15132 \begin_layout Plain Layout
15133
15134 \color yellow
15135 g
15136 \end_layout
15137
15138 \end_inset
15139 </cell>
15140 <cell alignment="center" valignment="top" usebox="none">
15141 \begin_inset Text
15142
15143 \begin_layout Plain Layout
15144
15145 \color blue
15146 h
15147 \end_layout
15148
15149 \end_inset
15150 </cell>
15151 <cell alignment="center" valignment="top" usebox="none">
15152 \begin_inset Text
15153
15154 \begin_layout Plain Layout
15155 \begin_inset ERT
15156 status collapsed
15157
15158 \begin_layout Plain Layout
15159
15160
15161 \backslash
15162 cellcolor{magenta}
15163 \end_layout
15164
15165 \end_inset
15166
15167
15168 \color green
15169 i
15170 \end_layout
15171
15172 \end_inset
15173 </cell>
15174 </row>
15175 </lyxtabular>
15176
15177 \end_inset
15178
15179
15180 \end_layout
15181
15182 \end_inset
15183
15184
15185 \end_layout
15186
15187 \begin_layout Standard
15188 \begin_inset ERT
15189 status collapsed
15190
15191 \begin_layout Plain Layout
15192
15193
15194 \backslash
15195 else
15196 \end_layout
15197
15198 \end_inset
15199
15200
15201 \begin_inset Note Note
15202 status open
15203
15204 \begin_layout Plain Layout
15205 The following will be displayed when the LaTeX-package 
15206 \series bold
15207 colortbl
15208 \series default
15209  is not installed:
15210 \end_layout
15211
15212 \end_inset
15213
15214
15215 \end_layout
15216
15217 \begin_layout Standard
15218 You need to install the package 
15219 \series bold
15220 colortbl
15221 \series default
15222  to see the content of this section in the output.
15223 \end_layout
15224
15225 \begin_layout Standard
15226 \begin_inset ERT
15227 status collapsed
15228
15229 \begin_layout Plain Layout
15230
15231
15232 \backslash
15233 fi
15234 \end_layout
15235
15236 \end_inset
15237
15238
15239 \end_layout
15240
15241 \begin_layout Subsection
15242 Colored Lines
15243 \begin_inset Index
15244 status collapsed
15245
15246 \begin_layout Plain Layout
15247 Table Color ! for Lines
15248 \end_layout
15249
15250 \end_inset
15251
15252
15253 \begin_inset Index
15254 status collapsed
15255
15256 \begin_layout Plain Layout
15257 Color ! for Table Lines
15258 \end_layout
15259
15260 \end_inset
15261
15262
15263 \end_layout
15264
15265 \begin_layout Standard
15266 As described in section
15267 \begin_inset space ~
15268 \end_inset
15269
15270
15271 \begin_inset CommandInset ref
15272 LatexCommand ref
15273 reference "sub:Line-Thickness"
15274
15275 \end_inset
15276
15277 , the line thickness for all lines in a table can be adjusted with the length
15278  
15279 \series bold
15280
15281 \backslash
15282 arrayrulewidth
15283 \series default
15284 .
15285  It is set to 1.5
15286 \begin_inset space \thinspace{}
15287 \end_inset
15288
15289 pt for all tables of this section.
15290 \begin_inset ERT
15291 status collapsed
15292
15293 \begin_layout Plain Layout
15294
15295
15296 \backslash
15297 setlength{
15298 \backslash
15299 arrayrulewidth}{1.5pt}
15300 \end_layout
15301
15302 \end_inset
15303
15304
15305 \end_layout
15306
15307 \begin_layout Standard
15308 To color vertical lines for example with green, create the following column
15309  format in the document preamble, according to the description in section
15310 \begin_inset space ~
15311 \end_inset
15312
15313
15314 \begin_inset CommandInset ref
15315 LatexCommand ref
15316 reference "sub:Customized-Format"
15317
15318 \end_inset
15319
15320 :
15321 \end_layout
15322
15323 \begin_layout Standard
15324
15325 \series bold
15326
15327 \backslash
15328 newcolumntype{W}{!{
15329 \backslash
15330 color{green}
15331 \backslash
15332 vline}}
15333 \end_layout
15334
15335 \begin_layout Standard
15336 For Table
15337 \begin_inset space ~
15338 \end_inset
15339
15340
15341 \begin_inset CommandInset ref
15342 LatexCommand ref
15343 reference "tab:Table-with-vertical-colored"
15344
15345 \end_inset
15346
15347  the LaTeX-argument
15348 \series bold
15349  WcW
15350 \series default
15351  was used for the last column and
15352 \series bold
15353  Wc
15354 \series default
15355  for the other columns.
15356 \end_layout
15357
15358 \begin_layout Standard
15359 If you want to have several colors, define more column formats.
15360 \end_layout
15361
15362 \begin_layout Standard
15363 \begin_inset Float table
15364 placement h
15365 wide false
15366 sideways false
15367 status open
15368
15369 \begin_layout Plain Layout
15370 \begin_inset Caption
15371
15372 \begin_layout Plain Layout
15373 \begin_inset CommandInset label
15374 LatexCommand label
15375 name "tab:Table-with-vertical-colored"
15376
15377 \end_inset
15378
15379 Table with colored vertical lines
15380 \end_layout
15381
15382 \end_inset
15383
15384
15385 \end_layout
15386
15387 \begin_layout Plain Layout
15388 \align center
15389 \begin_inset Tabular
15390 <lyxtabular version="3" rows="3" columns="3">
15391 <features>
15392 <column alignment="center" valignment="top" width="0" special="Wc">
15393 <column alignment="center" valignment="top" width="0" special="Wc">
15394 <column alignment="center" valignment="top" width="0" special="WcW">
15395 <row>
15396 <cell alignment="center" valignment="top" topline="true" usebox="none">
15397 \begin_inset Text
15398
15399 \begin_layout Plain Layout
15400 sd
15401 \end_layout
15402
15403 \end_inset
15404 </cell>
15405 <cell alignment="center" valignment="top" topline="true" usebox="none">
15406 \begin_inset Text
15407
15408 \begin_layout Plain Layout
15409
15410 \end_layout
15411
15412 \end_inset
15413 </cell>
15414 <cell alignment="center" valignment="top" topline="true" usebox="none">
15415 \begin_inset Text
15416
15417 \begin_layout Plain Layout
15418
15419 \end_layout
15420
15421 \end_inset
15422 </cell>
15423 </row>
15424 <row>
15425 <cell alignment="center" valignment="top" topline="true" usebox="none">
15426 \begin_inset Text
15427
15428 \begin_layout Plain Layout
15429
15430 \end_layout
15431
15432 \end_inset
15433 </cell>
15434 <cell alignment="center" valignment="top" topline="true" usebox="none">
15435 \begin_inset Text
15436
15437 \begin_layout Plain Layout
15438 sd
15439 \end_layout
15440
15441 \end_inset
15442 </cell>
15443 <cell alignment="center" valignment="top" topline="true" usebox="none">
15444 \begin_inset Text
15445
15446 \begin_layout Plain Layout
15447
15448 \end_layout
15449
15450 \end_inset
15451 </cell>
15452 </row>
15453 <row>
15454 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15455 \begin_inset Text
15456
15457 \begin_layout Plain Layout
15458
15459 \end_layout
15460
15461 \end_inset
15462 </cell>
15463 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15464 \begin_inset Text
15465
15466 \begin_layout Plain Layout
15467
15468 \end_layout
15469
15470 \end_inset
15471 </cell>
15472 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15473 \begin_inset Text
15474
15475 \begin_layout Plain Layout
15476 sd
15477 \end_layout
15478
15479 \end_inset
15480 </cell>
15481 </row>
15482 </lyxtabular>
15483
15484 \end_inset
15485
15486
15487 \end_layout
15488
15489 \end_inset
15490
15491
15492 \end_layout
15493
15494 \begin_layout Standard
15495 \begin_inset VSpace bigskip
15496 \end_inset
15497
15498 To color horizontal lines for example with red, like in Table
15499 \begin_inset space ~
15500 \end_inset
15501
15502
15503 \begin_inset CommandInset ref
15504 LatexCommand ref
15505 reference "tab:Table-with-horizontal-colored"
15506
15507 \end_inset
15508
15509 , insert these commands in TeX-Code before the table or table float:
15510 \end_layout
15511
15512 \begin_layout Standard
15513
15514 \series bold
15515
15516 \backslash
15517 let
15518 \backslash
15519 myHlineC
15520 \backslash
15521 hline
15522 \begin_inset Newline newline
15523 \end_inset
15524
15525
15526 \backslash
15527 renewcommand{
15528 \backslash
15529 hline}
15530 \begin_inset Newline newline
15531 \end_inset
15532
15533
15534 \begin_inset ERT
15535 status collapsed
15536
15537 \begin_layout Plain Layout
15538
15539
15540 \backslash
15541 hphantom{ }
15542 \end_layout
15543
15544 \end_inset
15545
15546 {
15547 \backslash
15548 arrayrulecolor{red}
15549 \backslash
15550 myHlineC
15551 \backslash
15552 arrayrulecolor{black}}
15553 \end_layout
15554
15555 \begin_layout Standard
15556 \begin_inset ERT
15557 status collapsed
15558
15559 \begin_layout Plain Layout
15560
15561
15562 \backslash
15563 let
15564 \backslash
15565 myHlineC
15566 \backslash
15567 hline
15568 \end_layout
15569
15570 \begin_layout Plain Layout
15571
15572
15573 \backslash
15574 renewcommand{
15575 \backslash
15576 hline}
15577 \end_layout
15578
15579 \begin_layout Plain Layout
15580
15581  {
15582 \backslash
15583 arrayrulecolor{red}
15584 \backslash
15585 myHlineC
15586 \backslash
15587 arrayrulecolor{black}}
15588 \end_layout
15589
15590 \end_inset
15591
15592
15593 \begin_inset Float table
15594 placement h
15595 wide false
15596 sideways false
15597 status open
15598
15599 \begin_layout Plain Layout
15600 \begin_inset Caption
15601
15602 \begin_layout Plain Layout
15603 \begin_inset CommandInset label
15604 LatexCommand label
15605 name "tab:Table-with-horizontal-colored"
15606
15607 \end_inset
15608
15609 Table with colored horizontal lines
15610 \end_layout
15611
15612 \end_inset
15613
15614
15615 \end_layout
15616
15617 \begin_layout Plain Layout
15618 \align center
15619 \begin_inset Tabular
15620 <lyxtabular version="3" rows="3" columns="3">
15621 <features>
15622 <column alignment="center" valignment="top" width="0">
15623 <column alignment="center" valignment="top" width="0">
15624 <column alignment="center" valignment="top" width="0">
15625 <row>
15626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15627 \begin_inset Text
15628
15629 \begin_layout Plain Layout
15630 sd
15631 \end_layout
15632
15633 \end_inset
15634 </cell>
15635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15636 \begin_inset Text
15637
15638 \begin_layout Plain Layout
15639
15640 \end_layout
15641
15642 \end_inset
15643 </cell>
15644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15645 \begin_inset Text
15646
15647 \begin_layout Plain Layout
15648
15649 \end_layout
15650
15651 \end_inset
15652 </cell>
15653 </row>
15654 <row>
15655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15656 \begin_inset Text
15657
15658 \begin_layout Plain Layout
15659
15660 \end_layout
15661
15662 \end_inset
15663 </cell>
15664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15665 \begin_inset Text
15666
15667 \begin_layout Plain Layout
15668 sd
15669 \end_layout
15670
15671 \end_inset
15672 </cell>
15673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15674 \begin_inset Text
15675
15676 \begin_layout Plain Layout
15677
15678 \end_layout
15679
15680 \end_inset
15681 </cell>
15682 </row>
15683 <row>
15684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15685 \begin_inset Text
15686
15687 \begin_layout Plain Layout
15688
15689 \end_layout
15690
15691 \end_inset
15692 </cell>
15693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15694 \begin_inset Text
15695
15696 \begin_layout Plain Layout
15697
15698 \end_layout
15699
15700 \end_inset
15701 </cell>
15702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15703 \begin_inset Text
15704
15705 \begin_layout Plain Layout
15706 sd
15707 \end_layout
15708
15709 \end_inset
15710 </cell>
15711 </row>
15712 </lyxtabular>
15713
15714 \end_inset
15715
15716
15717 \end_layout
15718
15719 \end_inset
15720
15721
15722 \end_layout
15723
15724 \begin_layout Standard
15725 To return to the default line color black, insert this command in TeX-Code
15726  behind the table or table float:
15727 \end_layout
15728
15729 \begin_layout Standard
15730
15731 \series bold
15732
15733 \backslash
15734 renewcommand{
15735 \backslash
15736 hline}{
15737 \backslash
15738 myHlineC}
15739 \end_layout
15740
15741 \begin_layout Standard
15742 Table
15743 \begin_inset space ~
15744 \end_inset
15745
15746
15747 \begin_inset CommandInset ref
15748 LatexCommand ref
15749 reference "tab:Table-with-colored"
15750
15751 \end_inset
15752
15753  is an example with colored vertical and horizontal lines.
15754 \end_layout
15755
15756 \begin_layout Standard
15757 \begin_inset Float table
15758 placement h
15759 wide false
15760 sideways false
15761 status open
15762
15763 \begin_layout Plain Layout
15764 \begin_inset Caption
15765
15766 \begin_layout Plain Layout
15767 \begin_inset CommandInset label
15768 LatexCommand label
15769 name "tab:Table-with-colored"
15770
15771 \end_inset
15772
15773 Table with colored lines
15774 \end_layout
15775
15776 \end_inset
15777
15778
15779 \end_layout
15780
15781 \begin_layout Plain Layout
15782 \align center
15783 \begin_inset Tabular
15784 <lyxtabular version="3" rows="3" columns="3">
15785 <features>
15786 <column alignment="center" valignment="top" width="0" special="Wc">
15787 <column alignment="center" valignment="top" width="0" special="Wc">
15788 <column alignment="center" valignment="top" width="0" special="WcW">
15789 <row>
15790 <cell alignment="center" valignment="top" topline="true" usebox="none">
15791 \begin_inset Text
15792
15793 \begin_layout Plain Layout
15794 sd
15795 \end_layout
15796
15797 \end_inset
15798 </cell>
15799 <cell alignment="center" valignment="top" topline="true" usebox="none">
15800 \begin_inset Text
15801
15802 \begin_layout Plain Layout
15803
15804 \end_layout
15805
15806 \end_inset
15807 </cell>
15808 <cell alignment="center" valignment="top" topline="true" usebox="none">
15809 \begin_inset Text
15810
15811 \begin_layout Plain Layout
15812
15813 \end_layout
15814
15815 \end_inset
15816 </cell>
15817 </row>
15818 <row>
15819 <cell alignment="center" valignment="top" topline="true" usebox="none">
15820 \begin_inset Text
15821
15822 \begin_layout Plain Layout
15823
15824 \end_layout
15825
15826 \end_inset
15827 </cell>
15828 <cell alignment="center" valignment="top" topline="true" usebox="none">
15829 \begin_inset Text
15830
15831 \begin_layout Plain Layout
15832 sd
15833 \end_layout
15834
15835 \end_inset
15836 </cell>
15837 <cell alignment="center" valignment="top" topline="true" usebox="none">
15838 \begin_inset Text
15839
15840 \begin_layout Plain Layout
15841
15842 \end_layout
15843
15844 \end_inset
15845 </cell>
15846 </row>
15847 <row topspace="default">
15848 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15849 \begin_inset Text
15850
15851 \begin_layout Plain Layout
15852
15853 \end_layout
15854
15855 \end_inset
15856 </cell>
15857 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15858 \begin_inset Text
15859
15860 \begin_layout Plain Layout
15861
15862 \end_layout
15863
15864 \end_inset
15865 </cell>
15866 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15867 \begin_inset Text
15868
15869 \begin_layout Plain Layout
15870 sd
15871 \end_layout
15872
15873 \end_inset
15874 </cell>
15875 </row>
15876 </lyxtabular>
15877
15878 \end_inset
15879
15880
15881 \end_layout
15882
15883 \end_inset
15884
15885
15886 \end_layout
15887
15888 \begin_layout Standard
15889 \begin_inset ERT
15890 status collapsed
15891
15892 \begin_layout Plain Layout
15893
15894
15895 \backslash
15896 renewcommand{
15897 \backslash
15898 hline}{
15899 \backslash
15900 myHlineC}
15901 \end_layout
15902
15903 \end_inset
15904
15905
15906 \end_layout
15907
15908 \begin_layout Standard
15909 \begin_inset ERT
15910 status collapsed
15911
15912 \begin_layout Plain Layout
15913
15914
15915 \backslash
15916 setlength{
15917 \backslash
15918 arrayrulewidth}{0.4pt}
15919 \end_layout
15920
15921 \end_inset
15922
15923
15924 \end_layout
15925
15926 \begin_layout Section
15927 Table Customization
15928 \begin_inset Index
15929 status collapsed
15930
15931 \begin_layout Plain Layout
15932 Table Customization
15933 \end_layout
15934
15935 \end_inset
15936
15937
15938 \begin_inset Index
15939 status collapsed
15940
15941 \begin_layout Plain Layout
15942 Table ! Customization
15943 \end_layout
15944
15945 \end_inset
15946
15947
15948 \end_layout
15949
15950 \begin_layout Subsection
15951 Row Spacing
15952 \begin_inset CommandInset label
15953 LatexCommand label
15954 name "sub:Row-Spacing"
15955
15956 \end_inset
15957
15958
15959 \begin_inset Index
15960 status collapsed
15961
15962 \begin_layout Plain Layout
15963 Table Customization ! Row Spacing
15964 \end_layout
15965
15966 \end_inset
15967
15968
15969 \end_layout
15970
15971 \begin_layout Standard
15972 You can add vertical space to table rows in the 
15973 \family sans
15974 Borders
15975 \family default
15976  tab of the table dialog.
15977  You find there three possibilities:
15978 \end_layout
15979
15980 \begin_layout Description
15981 Top
15982 \begin_inset space ~
15983 \end_inset
15984
15985 of
15986 \begin_inset space ~
15987 \end_inset
15988
15989 row will add space above the characters of the table row.
15990  If the table is a formal table
15991 \begin_inset Foot
15992 status collapsed
15993
15994 \begin_layout Plain Layout
15995 Formal tables are explained in section
15996 \begin_inset space ~
15997 \end_inset
15998
15999
16000 \begin_inset CommandInset ref
16001 LatexCommand ref
16002 reference "sec:Formal-Tables"
16003
16004 \end_inset
16005
16006 .
16007 \end_layout
16008
16009 \end_inset
16010
16011  LyX will insert as default 0.5
16012 \begin_inset space \thinspace{}
16013 \end_inset
16014
16015 em space.
16016  For normal tables the inserted space will unfortunately destroy the vertical
16017  table lines as in the following table:
16018 \begin_inset VSpace medskip
16019 \end_inset
16020
16021
16022 \begin_inset Newline newline
16023 \end_inset
16024
16025
16026 \begin_inset space \hspace*{}
16027 \length 0pt
16028 \end_inset
16029
16030
16031 \begin_inset space \hfill{}
16032 \end_inset
16033
16034
16035 \begin_inset Tabular
16036 <lyxtabular version="3" rows="3" columns="1">
16037 <features>
16038 <column alignment="center" valignment="top" width="0">
16039 <row>
16040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16041 \begin_inset Text
16042
16043 \begin_layout Plain Layout
16044 A
16045 \end_layout
16046
16047 \end_inset
16048 </cell>
16049 </row>
16050 <row topspace="3mm">
16051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16052 \begin_inset Text
16053
16054 \begin_layout Plain Layout
16055 3
16056 \begin_inset space \thinspace{}
16057 \end_inset
16058
16059 mm space top of row
16060 \end_layout
16061
16062 \end_inset
16063 </cell>
16064 </row>
16065 <row>
16066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16067 \begin_inset Text
16068
16069 \begin_layout Plain Layout
16070 C
16071 \end_layout
16072
16073 \end_inset
16074 </cell>
16075 </row>
16076 </lyxtabular>
16077
16078 \end_inset
16079
16080
16081 \begin_inset space \hfill{}
16082 \end_inset
16083
16084
16085 \begin_inset space \hspace*{}
16086 \length 0pt
16087 \end_inset
16088
16089
16090 \begin_inset VSpace medskip
16091 \end_inset
16092
16093
16094 \begin_inset Newline newline
16095 \end_inset
16096
16097 So inserting space to the top of row for normal tables is only useful when
16098  you don't have vertical lines.
16099 \end_layout
16100
16101 \begin_layout Description
16102 Bottom
16103 \begin_inset space ~
16104 \end_inset
16105
16106 of
16107 \begin_inset space ~
16108 \end_inset
16109
16110 row will add space below the characters of the table row.
16111  If the table is a formal table LyX will insert as default 0.5
16112 \begin_inset space \thinspace{}
16113 \end_inset
16114
16115 em space, for normal tables the default size is 2
16116 \begin_inset space \thinspace{}
16117 \end_inset
16118
16119 pt.
16120 \end_layout
16121
16122 \begin_layout Description
16123 Between
16124 \begin_inset space ~
16125 \end_inset
16126
16127 rows adds space between the current and the following row.
16128  If the table is a formal table LyX will insert as default 0.5
16129 \begin_inset space \thinspace{}
16130 \end_inset
16131
16132 em space.
16133  For normal tables the inserted space will unfortunately destroy the vertical
16134  table lines as in the following table:
16135 \begin_inset VSpace medskip
16136 \end_inset
16137
16138
16139 \begin_inset Newline newline
16140 \end_inset
16141
16142
16143 \begin_inset space \hspace*{}
16144 \length 0pt
16145 \end_inset
16146
16147
16148 \begin_inset space \hfill{}
16149 \end_inset
16150
16151
16152 \begin_inset Tabular
16153 <lyxtabular version="3" rows="3" columns="1">
16154 <features>
16155 <column alignment="center" valignment="top" width="0">
16156 <row>
16157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16158 \begin_inset Text
16159
16160 \begin_layout Plain Layout
16161 A
16162 \end_layout
16163
16164 \end_inset
16165 </cell>
16166 </row>
16167 <row interlinespace="3mm">
16168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16169 \begin_inset Text
16170
16171 \begin_layout Plain Layout
16172 \begin_inset Formula $\downarrow$
16173 \end_inset
16174
16175  3
16176 \begin_inset space \thinspace{}
16177 \end_inset
16178
16179 mm space between row 
16180 \begin_inset Formula $\downarrow$
16181 \end_inset
16182
16183
16184 \end_layout
16185
16186 \end_inset
16187 </cell>
16188 </row>
16189 <row>
16190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16191 \begin_inset Text
16192
16193 \begin_layout Plain Layout
16194 \begin_inset Formula $\uparrow$
16195 \end_inset
16196
16197  3
16198 \begin_inset space \thinspace{}
16199 \end_inset
16200
16201 mm space between row 
16202 \begin_inset Formula $\uparrow$
16203 \end_inset
16204
16205
16206 \end_layout
16207
16208 \end_inset
16209 </cell>
16210 </row>
16211 </lyxtabular>
16212
16213 \end_inset
16214
16215
16216 \begin_inset space \hfill{}
16217 \end_inset
16218
16219
16220 \begin_inset space \hspace*{}
16221 \length 0pt
16222 \end_inset
16223
16224
16225 \begin_inset VSpace medskip
16226 \end_inset
16227
16228
16229 \begin_inset Newline newline
16230 \end_inset
16231
16232 So inserting space between rows for normal tables is only useful when you
16233  don't have vertical lines.
16234 \end_layout
16235
16236 \begin_layout Standard
16237 \begin_inset VSpace bigskip
16238 \end_inset
16239
16240 When you want to add extra height to all cells of all tables, you can do
16241  this with the following preamble lines:
16242 \end_layout
16243
16244 \begin_layout Standard
16245
16246 \series bold
16247
16248 \backslash
16249 @ifundefined{extrarowheight}
16250 \begin_inset Newline newline
16251 \end_inset
16252
16253
16254 \begin_inset ERT
16255 status collapsed
16256
16257 \begin_layout Plain Layout
16258
16259
16260 \backslash
16261 hphantom{ }
16262 \end_layout
16263
16264 \end_inset
16265
16266 {
16267 \backslash
16268 usepackage{array}}{}
16269 \begin_inset Newline newline
16270 \end_inset
16271
16272
16273 \backslash
16274 setlength{
16275 \backslash
16276 extrarowheight}{height}
16277 \end_layout
16278
16279 \begin_layout Standard
16280 But this has the disadvantage that the cell texts are no longer exactly
16281  vertically centered.
16282  (The package 
16283 \series bold
16284 array
16285 \series default
16286  will be loaded automatically by LyX when you use self defined table formats.
16287  To avoid that it is loaded twice the command 
16288 \series bold
16289
16290 \backslash
16291 @ifundefined
16292 \series default
16293  is used in the above command.)
16294 \end_layout
16295
16296 \begin_layout Subsection
16297 Special Cell Alignment
16298 \begin_inset Index
16299 status collapsed
16300
16301 \begin_layout Plain Layout
16302 Table Customization ! Special Cell Alignment
16303 \end_layout
16304
16305 \end_inset
16306
16307
16308 \end_layout
16309
16310 \begin_layout Standard
16311 Sometimes it looks better when the cell entries of a column are aligned
16312  with a special character, e.
16313 \begin_inset space \thinspace{}
16314 \end_inset
16315
16316 g.
16317 \begin_inset space ~
16318 \end_inset
16319
16320 with the decimal separator as in Table
16321 \begin_inset space ~
16322 \end_inset
16323
16324
16325 \begin_inset CommandInset ref
16326 LatexCommand ref
16327 reference "tab:Table-cells-of"
16328
16329 \end_inset
16330
16331 .
16332 \end_layout
16333
16334 \begin_layout Standard
16335 \begin_inset Float table
16336 placement h
16337 wide false
16338 sideways false
16339 status open
16340
16341 \begin_layout Plain Layout
16342 \begin_inset Caption
16343
16344 \begin_layout Plain Layout
16345 \begin_inset CommandInset label
16346 LatexCommand label
16347 name "tab:Table-cells-of"
16348
16349 \end_inset
16350
16351 Table cells of a column aligned with the decimal separator.
16352 \end_layout
16353
16354 \end_inset
16355
16356
16357 \end_layout
16358
16359 \begin_layout Plain Layout
16360 \align center
16361 \begin_inset Tabular
16362 <lyxtabular version="3" rows="4" columns="2">
16363 <features>
16364 <column alignment="right" valignment="top" width="0">
16365 <column alignment="left" valignment="top" width="0" special="@{}l">
16366 <row>
16367 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16368 \begin_inset Text
16369
16370 \begin_layout Plain Layout
16371 heading
16372 \end_layout
16373
16374 \end_inset
16375 </cell>
16376 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16377 \begin_inset Text
16378
16379 \begin_layout Plain Layout
16380
16381 \end_layout
16382
16383 \end_inset
16384 </cell>
16385 </row>
16386 <row>
16387 <cell alignment="center" valignment="top" usebox="none">
16388 \begin_inset Text
16389
16390 \begin_layout Plain Layout
16391 12.
16392 \end_layout
16393
16394 \end_inset
16395 </cell>
16396 <cell alignment="center" valignment="top" usebox="none">
16397 \begin_inset Text
16398
16399 \begin_layout Plain Layout
16400 6
16401 \end_layout
16402
16403 \end_inset
16404 </cell>
16405 </row>
16406 <row>
16407 <cell alignment="center" valignment="top" usebox="none">
16408 \begin_inset Text
16409
16410 \begin_layout Plain Layout
16411 0.
16412 \end_layout
16413
16414 \end_inset
16415 </cell>
16416 <cell alignment="center" valignment="top" usebox="none">
16417 \begin_inset Text
16418
16419 \begin_layout Plain Layout
16420 68
16421 \end_layout
16422
16423 \end_inset
16424 </cell>
16425 </row>
16426 <row>
16427 <cell alignment="center" valignment="top" usebox="none">
16428 \begin_inset Text
16429
16430 \begin_layout Plain Layout
16431 -123.
16432 \end_layout
16433
16434 \end_inset
16435 </cell>
16436 <cell alignment="center" valignment="top" usebox="none">
16437 \begin_inset Text
16438
16439 \begin_layout Plain Layout
16440 0
16441 \end_layout
16442
16443 \end_inset
16444 </cell>
16445 </row>
16446 </lyxtabular>
16447
16448 \end_inset
16449
16450
16451 \end_layout
16452
16453 \end_inset
16454
16455
16456 \end_layout
16457
16458 \begin_layout Standard
16459 This table was created with a 4×2 table.
16460  The heading is a centered multicolumn.
16461  The first column is right-aligned and contains the digits before the decimal
16462  point and the decimal point.
16463  The second column is left aligned and contains the digits after the decimal
16464  point.
16465  To omit the space that is normally between two table columns, use the following
16466  LaTeX-argument for the second column:
16467 \end_layout
16468
16469 \begin_layout Standard
16470
16471 \series bold
16472 @{}l
16473 \end_layout
16474
16475 \begin_layout Standard
16476 Table
16477 \begin_inset space ~
16478 \end_inset
16479
16480
16481 \begin_inset CommandInset ref
16482 LatexCommand ref
16483 reference "tab:Several-table-cell"
16484
16485 \end_inset
16486
16487  shows some example alignments.
16488  For the alignment with the relation sign, you must add the second smallest
16489  math-space at the beginning of the last column to get the correct space
16490  surrounding the relation sign.
16491 \end_layout
16492
16493 \begin_layout Standard
16494 \begin_inset Float table
16495 wide false
16496 sideways false
16497 status open
16498
16499 \begin_layout Plain Layout
16500 \begin_inset Caption
16501
16502 \begin_layout Plain Layout
16503 \begin_inset CommandInset label
16504 LatexCommand label
16505 name "tab:Several-table-cell"
16506
16507 \end_inset
16508
16509 Several table cell alignments.
16510 \end_layout
16511
16512 \end_inset
16513
16514
16515 \end_layout
16516
16517 \begin_layout Plain Layout
16518 \align center
16519 \begin_inset Tabular
16520 <lyxtabular version="3" rows="4" columns="6">
16521 <features>
16522 <column alignment="right" valignment="top" width="0">
16523 <column alignment="left" valignment="top" width="0" special="@{}l">
16524 <column alignment="right" valignment="top" width="0">
16525 <column alignment="left" valignment="top" width="0" special="@{}l">
16526 <column alignment="right" valignment="top" width="0">
16527 <column alignment="left" valignment="top" width="0" special="@{}l">
16528 <row>
16529 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16530 \begin_inset Text
16531
16532 \begin_layout Plain Layout
16533 units
16534 \end_layout
16535
16536 \end_inset
16537 </cell>
16538 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16539 \begin_inset Text
16540
16541 \begin_layout Plain Layout
16542
16543 \end_layout
16544
16545 \end_inset
16546 </cell>
16547 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16548 \begin_inset Text
16549
16550 \begin_layout Plain Layout
16551 exponents
16552 \end_layout
16553
16554 \end_inset
16555 </cell>
16556 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16557 \begin_inset Text
16558
16559 \begin_layout Plain Layout
16560
16561 \end_layout
16562
16563 \end_inset
16564 </cell>
16565 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16566 \begin_inset Text
16567
16568 \begin_layout Plain Layout
16569 relations
16570 \end_layout
16571
16572 \end_inset
16573 </cell>
16574 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16575 \begin_inset Text
16576
16577 \begin_layout Plain Layout
16578
16579 \end_layout
16580
16581 \end_inset
16582 </cell>
16583 </row>
16584 <row>
16585 <cell alignment="center" valignment="top" usebox="none">
16586 \begin_inset Text
16587
16588 \begin_layout Plain Layout
16589 12×
16590 \end_layout
16591
16592 \end_inset
16593 </cell>
16594 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16595 \begin_inset Text
16596
16597 \begin_layout Plain Layout
16598 24
16599 \begin_inset space \thinspace{}
16600 \end_inset
16601
16602 bottles
16603 \end_layout
16604
16605 \end_inset
16606 </cell>
16607 <cell alignment="center" valignment="top" usebox="none">
16608 \begin_inset Text
16609
16610 \begin_layout Plain Layout
16611 \begin_inset Formula $10\cdot$
16612 \end_inset
16613
16614
16615 \end_layout
16616
16617 \end_inset
16618 </cell>
16619 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16620 \begin_inset Text
16621
16622 \begin_layout Plain Layout
16623 \begin_inset Formula $10^{\mbox{-}17}$
16624 \end_inset
16625
16626
16627 \end_layout
16628
16629 \end_inset
16630 </cell>
16631 <cell alignment="center" valignment="top" usebox="none">
16632 \begin_inset Text
16633
16634 \begin_layout Plain Layout
16635 \begin_inset Formula $\Gamma(t)\propto$
16636 \end_inset
16637
16638
16639 \end_layout
16640
16641 \end_inset
16642 </cell>
16643 <cell alignment="center" valignment="top" usebox="none">
16644 \begin_inset Text
16645
16646 \begin_layout Plain Layout
16647 \begin_inset Formula $\:\Upsilon(t)$
16648 \end_inset
16649
16650
16651 \end_layout
16652
16653 \end_inset
16654 </cell>
16655 </row>
16656 <row>
16657 <cell alignment="center" valignment="top" usebox="none">
16658 \begin_inset Text
16659
16660 \begin_layout Plain Layout
16661 1024×
16662 \end_layout
16663
16664 \end_inset
16665 </cell>
16666 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16667 \begin_inset Text
16668
16669 \begin_layout Plain Layout
16670 768
16671 \begin_inset space \thinspace{}
16672 \end_inset
16673
16674 Pixels
16675 \end_layout
16676
16677 \end_inset
16678 </cell>
16679 <cell alignment="center" valignment="top" usebox="none">
16680 \begin_inset Text
16681
16682 \begin_layout Plain Layout
16683 \begin_inset Formula $5.78\cdot$
16684 \end_inset
16685
16686
16687 \end_layout
16688
16689 \end_inset
16690 </cell>
16691 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16692 \begin_inset Text
16693
16694 \begin_layout Plain Layout
16695 \begin_inset Formula $10^{7}$
16696 \end_inset
16697
16698
16699 \end_layout
16700
16701 \end_inset
16702 </cell>
16703 <cell alignment="center" valignment="top" usebox="none">
16704 \begin_inset Text
16705
16706 \begin_layout Plain Layout
16707 \begin_inset Formula $A\ne$
16708 \end_inset
16709
16710
16711 \end_layout
16712
16713 \end_inset
16714 </cell>
16715 <cell alignment="center" valignment="top" usebox="none">
16716 \begin_inset Text
16717
16718 \begin_layout Plain Layout
16719 \begin_inset Formula $\: B_{\mathrm{red}}$
16720 \end_inset
16721
16722
16723 \end_layout
16724
16725 \end_inset
16726 </cell>
16727 </row>
16728 <row>
16729 <cell alignment="center" valignment="top" usebox="none">
16730 \begin_inset Text
16731
16732 \begin_layout Plain Layout
16733 32×
16734 \end_layout
16735
16736 \end_inset
16737 </cell>
16738 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16739 \begin_inset Text
16740
16741 \begin_layout Plain Layout
16742 6
16743 \begin_inset space \thinspace{}
16744 \end_inset
16745
16746 cm
16747 \end_layout
16748
16749 \end_inset
16750 </cell>
16751 <cell alignment="center" valignment="top" usebox="none">
16752 \begin_inset Text
16753
16754 \begin_layout Plain Layout
16755 -
16756 \begin_inset Formula $33.5\cdot$
16757 \end_inset
16758
16759
16760 \end_layout
16761
16762 \end_inset
16763 </cell>
16764 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16765 \begin_inset Text
16766
16767 \begin_layout Plain Layout
16768 \begin_inset Formula $10^{4}$
16769 \end_inset
16770
16771
16772 \end_layout
16773
16774 \end_inset
16775 </cell>
16776 <cell alignment="center" valignment="top" usebox="none">
16777 \begin_inset Text
16778
16779 \begin_layout Plain Layout
16780 \begin_inset Formula $\sin(\alpha)\ge$
16781 \end_inset
16782
16783
16784 \end_layout
16785
16786 \end_inset
16787 </cell>
16788 <cell alignment="center" valignment="top" usebox="none">
16789 \begin_inset Text
16790
16791 \begin_layout Plain Layout
16792 \begin_inset Formula $\:\sin(\beta)$
16793 \end_inset
16794
16795
16796 \end_layout
16797
16798 \end_inset
16799 </cell>
16800 </row>
16801 </lyxtabular>
16802
16803 \end_inset
16804
16805
16806 \end_layout
16807
16808 \end_inset
16809
16810
16811 \end_layout
16812
16813 \begin_layout Standard
16814 \begin_inset VSpace bigskip
16815 \end_inset
16816
16817 There is also the LaTeX-package 
16818 \series bold
16819 dcolumn
16820 \series default
16821
16822 \begin_inset Index
16823 status collapsed
16824
16825 \begin_layout Plain Layout
16826 LaTeX-packages ! dcolumn
16827 \end_layout
16828
16829 \end_inset
16830
16831  that provides table cell alignments.
16832  But this unfortunately treats the cell entries as math and doesn't allow
16833  formulas in table cells: The first column of Table
16834 \begin_inset space ~
16835 \end_inset
16836
16837
16838 \begin_inset CommandInset ref
16839 LatexCommand ref
16840 reference "tab:Several-table-cell"
16841
16842 \end_inset
16843
16844  will look with 
16845 \series bold
16846 dcolumn
16847 \series default
16848  like the first column in Table
16849 \begin_inset space ~
16850 \end_inset
16851
16852
16853 \begin_inset CommandInset ref
16854 LatexCommand ref
16855 reference "tab:Alignments-when"
16856
16857 \end_inset
16858
16859  and only with some tricks like the expected.
16860  The alignment of the second and third column of Table
16861 \begin_inset space ~
16862 \end_inset
16863
16864
16865 \begin_inset CommandInset ref
16866 LatexCommand ref
16867 reference "tab:Several-table-cell"
16868
16869 \end_inset
16870
16871  is not possible with 
16872 \series bold
16873 dcolumn
16874 \series default
16875 .
16876 \end_layout
16877
16878 \begin_layout Standard
16879 \begin_inset Float table
16880 placement h
16881 wide false
16882 sideways false
16883 status open
16884
16885 \begin_layout Plain Layout
16886 \begin_inset Caption
16887
16888 \begin_layout Plain Layout
16889 \begin_inset CommandInset label
16890 LatexCommand label
16891 name "tab:Alignments-when"
16892
16893 \end_inset
16894
16895 Alignments when LaTeX-package dcolumn is used.
16896  For all column alignments tricks have to be used to get the output.
16897 \end_layout
16898
16899 \end_inset
16900
16901
16902 \end_layout
16903
16904 \begin_layout Plain Layout
16905 \align center
16906 \begin_inset Tabular
16907 <lyxtabular version="3" rows="4" columns="3">
16908 <features>
16909 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
16910 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
16911 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
16912 <row>
16913 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16914 \begin_inset Text
16915
16916 \begin_layout Plain Layout
16917 units
16918 \end_layout
16919
16920 \end_inset
16921 </cell>
16922 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16923 \begin_inset Text
16924
16925 \begin_layout Plain Layout
16926 units
16927 \end_layout
16928
16929 \end_inset
16930 </cell>
16931 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16932 \begin_inset Text
16933
16934 \begin_layout Plain Layout
16935 units
16936 \end_layout
16937
16938 \end_inset
16939 </cell>
16940 </row>
16941 <row>
16942 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16943 \begin_inset Text
16944
16945 \begin_layout Plain Layout
16946 12x24
16947 \begin_inset space \thinspace{}
16948 \end_inset
16949
16950 bottles
16951 \end_layout
16952
16953 \end_inset
16954 </cell>
16955 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16956 \begin_inset Text
16957
16958 \begin_layout Plain Layout
16959 12x24
16960 \begin_inset space \thinspace{}
16961 \end_inset
16962
16963
16964 \begin_inset Formula $\mbox{bottles}$
16965 \end_inset
16966
16967
16968 \end_layout
16969
16970 \end_inset
16971 </cell>
16972 <cell alignment="center" valignment="top" usebox="none">
16973 \begin_inset Text
16974
16975 \begin_layout Plain Layout
16976 12
16977 \begin_inset ERT
16978 status collapsed
16979
16980 \begin_layout Plain Layout
16981
16982
16983 \backslash
16984 times 
16985 \end_layout
16986
16987 \end_inset
16988
16989 24~
16990 \begin_inset Formula $\mbox{bottles}$
16991 \end_inset
16992
16993
16994 \end_layout
16995
16996 \end_inset
16997 </cell>
16998 </row>
16999 <row>
17000 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17001 \begin_inset Text
17002
17003 \begin_layout Plain Layout
17004 1024x768
17005 \begin_inset space \thinspace{}
17006 \end_inset
17007
17008 Pixels
17009 \end_layout
17010
17011 \end_inset
17012 </cell>
17013 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17014 \begin_inset Text
17015
17016 \begin_layout Plain Layout
17017 1024x768
17018 \begin_inset space \thinspace{}
17019 \end_inset
17020
17021
17022 \begin_inset Formula $\mbox{Pixels}$
17023 \end_inset
17024
17025
17026 \end_layout
17027
17028 \end_inset
17029 </cell>
17030 <cell alignment="center" valignment="top" usebox="none">
17031 \begin_inset Text
17032
17033 \begin_layout Plain Layout
17034 1024
17035 \begin_inset ERT
17036 status collapsed
17037
17038 \begin_layout Plain Layout
17039
17040
17041 \backslash
17042 times 
17043 \end_layout
17044
17045 \end_inset
17046
17047 768~
17048 \begin_inset Formula $\mbox{Pixels}$
17049 \end_inset
17050
17051
17052 \end_layout
17053
17054 \end_inset
17055 </cell>
17056 </row>
17057 <row>
17058 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17059 \begin_inset Text
17060
17061 \begin_layout Plain Layout
17062 32x6
17063 \begin_inset space \thinspace{}
17064 \end_inset
17065
17066 cm
17067 \end_layout
17068
17069 \end_inset
17070 </cell>
17071 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17072 \begin_inset Text
17073
17074 \begin_layout Plain Layout
17075 32x6
17076 \begin_inset space \thinspace{}
17077 \end_inset
17078
17079
17080 \begin_inset Formula $\mbox{cm}$
17081 \end_inset
17082
17083
17084 \end_layout
17085
17086 \end_inset
17087 </cell>
17088 <cell alignment="center" valignment="top" usebox="none">
17089 \begin_inset Text
17090
17091 \begin_layout Plain Layout
17092 32
17093 \begin_inset ERT
17094 status collapsed
17095
17096 \begin_layout Plain Layout
17097
17098
17099 \backslash
17100 times 
17101 \end_layout
17102
17103 \end_inset
17104
17105 6~
17106 \begin_inset Formula $\mbox{cm}$
17107 \end_inset
17108
17109
17110 \end_layout
17111
17112 \end_inset
17113 </cell>
17114 </row>
17115 </lyxtabular>
17116
17117 \end_inset
17118
17119
17120 \end_layout
17121
17122 \end_inset
17123
17124
17125 \end_layout
17126
17127 \begin_layout Subsection
17128 Customized Cell/Column Format
17129 \begin_inset CommandInset label
17130 LatexCommand label
17131 name "sub:Customized-Format"
17132
17133 \end_inset
17134
17135
17136 \begin_inset Index
17137 status collapsed
17138
17139 \begin_layout Plain Layout
17140 Table Customization ! Cell/Column Format
17141 \end_layout
17142
17143 \end_inset
17144
17145
17146 \end_layout
17147
17148 \begin_layout Standard
17149 Calculating the needed width for spanned columns like in section
17150 \begin_inset space ~
17151 \end_inset
17152
17153
17154 \begin_inset CommandInset ref
17155 LatexCommand ref
17156 reference "sub:Multicolumn-Calculations"
17157
17158 \end_inset
17159
17160  is very annoying if you have several tables with multicolumn cells.
17161  To make life easier, you can define a cell/column format in the preamble,
17162  so that it can be used in all tables of the document.
17163  The format is defined with the command
17164 \end_layout
17165
17166 \begin_layout Standard
17167
17168 \series bold
17169
17170 \backslash
17171 newcolumntype{name of format}[number of arguments]{commands}
17172 \end_layout
17173
17174 \begin_layout Standard
17175 The format name may only consist of one letter.
17176  The letters 
17177 \emph on
17178 b
17179 \emph default
17180
17181 \emph on
17182 c
17183 \emph default
17184
17185 \emph on
17186 l
17187 \emph default
17188
17189 \emph on
17190 m
17191 \emph default
17192
17193 \emph on
17194 p
17195 \emph default
17196  and 
17197 \emph on
17198 r
17199 \emph default
17200  are predefined and cannot be used.
17201  But all letters are allowed as capitals.
17202 \end_layout
17203
17204 \begin_layout Standard
17205 \begin_inset VSpace medskip
17206 \end_inset
17207
17208
17209 \end_layout
17210
17211 \begin_layout Standard
17212 For vertically and horizontally centered multicolumn cells with a fixed
17213  width you can define the cell format
17214 \end_layout
17215
17216 \begin_layout Standard
17217
17218 \series bold
17219
17220 \backslash
17221 newcolumntype{M}[1]{>{
17222 \backslash
17223 centering
17224 \backslash
17225 hspace{0pt}}m{#1}}
17226 \end_layout
17227
17228 \begin_layout Standard
17229 where 
17230 \series bold
17231
17232 \backslash
17233 hspace{0pt}
17234 \series default
17235  avoids the problem of hyphenating the first word, as described in section
17236 \begin_inset space ~
17237 \end_inset
17238
17239
17240 \begin_inset CommandInset ref
17241 LatexCommand ref
17242 reference "sub:Multiple-Lines-in"
17243
17244 \end_inset
17245
17246 .
17247  Now you can simply enter
17248 \end_layout
17249
17250 \begin_layout Standard
17251
17252 \series bold
17253 M{width}
17254 \end_layout
17255
17256 \begin_layout Standard
17257 as LaTeX-argument in the table dialog to create a multicolumn.
17258 \end_layout
17259
17260 \begin_layout Standard
17261 \begin_inset VSpace bigskip
17262 \end_inset
17263
17264
17265 \end_layout
17266
17267 \begin_layout Standard
17268 For cells spanned by a multicolumn cell, you can define the format
17269 \end_layout
17270
17271 \begin_layout Standard
17272
17273 \series bold
17274
17275 \backslash
17276 newcolumntype{S}[2]{>{
17277 \backslash
17278 centering
17279 \backslash
17280 hspace{0pt}}
17281 \begin_inset Newline newline
17282 \end_inset
17283
17284
17285 \begin_inset ERT
17286 status collapsed
17287
17288 \begin_layout Plain Layout
17289
17290
17291 \backslash
17292 phantom{
17293 \end_layout
17294
17295 \end_inset
17296
17297
17298 \backslash
17299 newcolumntype
17300 \begin_inset ERT
17301 status collapsed
17302
17303 \begin_layout Plain Layout
17304
17305 }
17306 \end_layout
17307
17308 \end_inset
17309
17310 m{(#1+(2
17311 \backslash
17312 tabcolsep+
17313 \backslash
17314 arrayrulewidth)*(1-#2))/#2}}
17315 \end_layout
17316
17317 \begin_layout Standard
17318 This format uses equation 
17319 \begin_inset CommandInset ref
17320 LatexCommand eqref
17321 reference "eq:Wgn"
17322
17323 \end_inset
17324
17325  to calculate the needed width so that each spanned cell has the same width.
17326 \end_layout
17327
17328 \begin_layout Standard
17329 You can now enter
17330 \end_layout
17331
17332 \begin_layout Standard
17333
17334 \series bold
17335 S{width of multicolumn cell}{number of spanned columns}
17336 \end_layout
17337
17338 \begin_layout Standard
17339 as LaTeX-argument of the column.
17340 \end_layout
17341
17342 \begin_layout Standard
17343 \begin_inset VSpace bigskip
17344 \end_inset
17345
17346
17347 \end_layout
17348
17349 \begin_layout Standard
17350 For colored columns, you can define
17351 \end_layout
17352
17353 \begin_layout Standard
17354
17355 \series bold
17356
17357 \backslash
17358 newcolumntype{K}[1]{>{
17359 \backslash
17360 columncolor{#1}
17361 \backslash
17362 hspace{0pt}}c}
17363 \end_layout
17364
17365 \begin_layout Standard
17366 The 
17367 \begin_inset Quotes eld
17368 \end_inset
17369
17370 c
17371 \begin_inset Quotes erd
17372 \end_inset
17373
17374  at the end creates a column with a flexible width whose text is horizontally
17375  centered.
17376  You can now enter
17377 \end_layout
17378
17379 \begin_layout Standard
17380
17381 \series bold
17382 K{color name}
17383 \end_layout
17384
17385 \begin_layout Standard
17386 as LaTeX-argument.
17387 \end_layout
17388
17389 \begin_layout Standard
17390 \begin_inset VSpace bigskip
17391 \end_inset
17392
17393
17394 \end_layout
17395
17396 \begin_layout Standard
17397 To create Table
17398 \begin_inset space ~
17399 \end_inset
17400
17401
17402 \begin_inset CommandInset ref
17403 LatexCommand ref
17404 reference "tab:Table-using-user-defined"
17405
17406 \end_inset
17407
17408  use the LaTeX-arguments
17409 \end_layout
17410
17411 \begin_layout Standard
17412
17413 \series bold
17414 M{2.5cm}
17415 \end_layout
17416
17417 \begin_layout Standard
17418 for the first column and the multicolumn,
17419 \end_layout
17420
17421 \begin_layout Standard
17422
17423 \series bold
17424 K{red}
17425 \end_layout
17426
17427 \begin_layout Standard
17428 for the the last column, and
17429 \end_layout
17430
17431 \begin_layout Standard
17432
17433 \series bold
17434 S{2.5cm}{2}
17435 \end_layout
17436
17437 \begin_layout Standard
17438 for the cells in the second column.
17439 \end_layout
17440
17441 \begin_layout Standard
17442 \begin_inset Float table
17443 placement h
17444 wide false
17445 sideways false
17446 status open
17447
17448 \begin_layout Plain Layout
17449 \begin_inset Caption
17450
17451 \begin_layout Plain Layout
17452 \begin_inset CommandInset label
17453 LatexCommand label
17454 name "tab:Table-using-user-defined"
17455
17456 \end_inset
17457
17458 Table using user-defined table formats
17459 \end_layout
17460
17461 \end_inset
17462
17463
17464 \end_layout
17465
17466 \begin_layout Plain Layout
17467 \align center
17468 \begin_inset Tabular
17469 <lyxtabular version="3" rows="3" columns="4">
17470 <features>
17471 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17472 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17473 <column alignment="center" valignment="middle" width="0">
17474 <column alignment="center" valignment="middle" width="0" special="K{red}">
17475 <row>
17476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17477 \begin_inset Text
17478
17479 \begin_layout Plain Layout
17480 verylongtablecellword
17481 \end_layout
17482
17483 \end_inset
17484 </cell>
17485 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17486 \begin_inset Text
17487
17488 \begin_layout Plain Layout
17489 multiple lines multicolumn
17490 \end_layout
17491
17492 \end_inset
17493 </cell>
17494 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17495 \begin_inset Text
17496
17497 \begin_layout Plain Layout
17498
17499 \end_layout
17500
17501 \end_inset
17502 </cell>
17503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17504 \begin_inset Text
17505
17506 \begin_layout Plain Layout
17507 c
17508 \end_layout
17509
17510 \end_inset
17511 </cell>
17512 </row>
17513 <row>
17514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17515 \begin_inset Text
17516
17517 \begin_layout Plain Layout
17518 d
17519 \end_layout
17520
17521 \end_inset
17522 </cell>
17523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17524 \begin_inset Text
17525
17526 \begin_layout Plain Layout
17527 e
17528 \end_layout
17529
17530 \end_inset
17531 </cell>
17532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17533 \begin_inset Text
17534
17535 \begin_layout Plain Layout
17536 f
17537 \end_layout
17538
17539 \end_inset
17540 </cell>
17541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17542 \begin_inset Text
17543
17544 \begin_layout Plain Layout
17545 g
17546 \end_layout
17547
17548 \end_inset
17549 </cell>
17550 </row>
17551 <row>
17552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17553 \begin_inset Text
17554
17555 \begin_layout Plain Layout
17556 h
17557 \end_layout
17558
17559 \end_inset
17560 </cell>
17561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17562 \begin_inset Text
17563
17564 \begin_layout Plain Layout
17565 i
17566 \end_layout
17567
17568 \end_inset
17569 </cell>
17570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17571 \begin_inset Text
17572
17573 \begin_layout Plain Layout
17574 j
17575 \end_layout
17576
17577 \end_inset
17578 </cell>
17579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17580 \begin_inset Text
17581
17582 \begin_layout Plain Layout
17583 k
17584 \end_layout
17585
17586 \end_inset
17587 </cell>
17588 </row>
17589 </lyxtabular>
17590
17591 \end_inset
17592
17593
17594 \end_layout
17595
17596 \end_inset
17597
17598
17599 \end_layout
17600
17601 \begin_layout Subsection
17602 Line Thickness
17603 \begin_inset CommandInset label
17604 LatexCommand label
17605 name "sub:Line-Thickness"
17606
17607 \end_inset
17608
17609
17610 \begin_inset Index
17611 status collapsed
17612
17613 \begin_layout Plain Layout
17614 Table Customization ! Line Thickness
17615 \end_layout
17616
17617 \end_inset
17618
17619
17620 \end_layout
17621
17622 \begin_layout Standard
17623 The line thickness for all lines in a table can be adjusted with the length
17624  
17625 \series bold
17626
17627 \backslash
17628 arrayrulewidth
17629 \series default
17630 .
17631  To set for example a line thickness of 1.5
17632 \begin_inset space \thinspace{}
17633 \end_inset
17634
17635 pt, like in Table
17636 \begin_inset space ~
17637 \end_inset
17638
17639
17640 \begin_inset CommandInset ref
17641 LatexCommand ref
17642 reference "tab:Table-with-1.5"
17643
17644 \end_inset
17645
17646 , insert the command
17647 \end_layout
17648
17649 \begin_layout Standard
17650
17651 \series bold
17652
17653 \backslash
17654 setlength{
17655 \backslash
17656 arrayrulewidth}{1.5pt}
17657 \end_layout
17658
17659 \begin_layout Standard
17660 in TeX-Code before the table or table float.
17661  The changed thickness is valid for all following tables.
17662  To use the default value again, set 
17663 \series bold
17664
17665 \backslash
17666 arrayrulewidth
17667 \series default
17668  to 0.4
17669 \begin_inset space \thinspace{}
17670 \end_inset
17671
17672 pt in TeX-Code behind the table or table float.
17673 \end_layout
17674
17675 \begin_layout Standard
17676 \begin_inset ERT
17677 status collapsed
17678
17679 \begin_layout Plain Layout
17680
17681
17682 \backslash
17683 setlength{
17684 \backslash
17685 arrayrulewidth}{1.5pt}
17686 \end_layout
17687
17688 \end_inset
17689
17690
17691 \begin_inset Float table
17692 wide false
17693 sideways false
17694 status open
17695
17696 \begin_layout Plain Layout
17697 \begin_inset Caption
17698
17699 \begin_layout Plain Layout
17700 \begin_inset CommandInset label
17701 LatexCommand label
17702 name "tab:Table-with-1.5"
17703
17704 \end_inset
17705
17706 Table with 1.5
17707 \begin_inset space \thinspace{}
17708 \end_inset
17709
17710 pt thick lines
17711 \end_layout
17712
17713 \end_inset
17714
17715
17716 \end_layout
17717
17718 \begin_layout Plain Layout
17719 \align center
17720 \begin_inset Tabular
17721 <lyxtabular version="3" rows="3" columns="3">
17722 <features>
17723 <column alignment="center" valignment="top" width="0">
17724 <column alignment="center" valignment="top" width="0">
17725 <column alignment="center" valignment="top" width="0">
17726 <row>
17727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17728 \begin_inset Text
17729
17730 \begin_layout Plain Layout
17731 sd
17732 \end_layout
17733
17734 \end_inset
17735 </cell>
17736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17737 \begin_inset Text
17738
17739 \begin_layout Plain Layout
17740
17741 \end_layout
17742
17743 \end_inset
17744 </cell>
17745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17746 \begin_inset Text
17747
17748 \begin_layout Plain Layout
17749
17750 \end_layout
17751
17752 \end_inset
17753 </cell>
17754 </row>
17755 <row>
17756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17757 \begin_inset Text
17758
17759 \begin_layout Plain Layout
17760
17761 \end_layout
17762
17763 \end_inset
17764 </cell>
17765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17766 \begin_inset Text
17767
17768 \begin_layout Plain Layout
17769 sd
17770 \end_layout
17771
17772 \end_inset
17773 </cell>
17774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17775 \begin_inset Text
17776
17777 \begin_layout Plain Layout
17778
17779 \end_layout
17780
17781 \end_inset
17782 </cell>
17783 </row>
17784 <row>
17785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17786 \begin_inset Text
17787
17788 \begin_layout Plain Layout
17789
17790 \end_layout
17791
17792 \end_inset
17793 </cell>
17794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17795 \begin_inset Text
17796
17797 \begin_layout Plain Layout
17798
17799 \end_layout
17800
17801 \end_inset
17802 </cell>
17803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17804 \begin_inset Text
17805
17806 \begin_layout Plain Layout
17807 sd
17808 \end_layout
17809
17810 \end_inset
17811 </cell>
17812 </row>
17813 </lyxtabular>
17814
17815 \end_inset
17816
17817
17818 \end_layout
17819
17820 \end_inset
17821
17822
17823 \begin_inset ERT
17824 status collapsed
17825
17826 \begin_layout Plain Layout
17827
17828
17829 \backslash
17830 setlength{
17831 \backslash
17832 arrayrulewidth}{0.4pt}
17833 \end_layout
17834
17835 \end_inset
17836
17837
17838 \end_layout
17839
17840 \begin_layout Standard
17841 \begin_inset VSpace bigskip
17842 \end_inset
17843
17844 To set the line thickness to 1.5
17845 \begin_inset space \thinspace{}
17846 \end_inset
17847
17848 pt only for horizontal lines, like in Table
17849 \begin_inset space ~
17850 \end_inset
17851
17852
17853 \begin_inset CommandInset ref
17854 LatexCommand ref
17855 reference "tab:Table-with-horizontal"
17856
17857 \end_inset
17858
17859 , insert these commands in TeX-Code before the table or table float:
17860 \end_layout
17861
17862 \begin_layout Standard
17863
17864 \series bold
17865
17866 \backslash
17867 let
17868 \backslash
17869 myHline
17870 \backslash
17871 hline
17872 \begin_inset Newline newline
17873 \end_inset
17874
17875
17876 \backslash
17877 renewcommand{
17878 \backslash
17879 hline}
17880 \begin_inset Newline newline
17881 \end_inset
17882
17883  {
17884 \backslash
17885 noalign{
17886 \backslash
17887 global
17888 \backslash
17889 arrayrulewidth 1.5pt}
17890 \begin_inset Newline newline
17891 \end_inset
17892
17893  
17894 \backslash
17895 myHline
17896 \backslash
17897 noalign{
17898 \backslash
17899 global
17900 \backslash
17901 arrayrulewidth 0.4pt}}
17902 \end_layout
17903
17904 \begin_layout Standard
17905 To return to the default line thickness, insert this command in TeX-Code
17906  behind the table or table float:
17907 \end_layout
17908
17909 \begin_layout Standard
17910
17911 \series bold
17912
17913 \backslash
17914 renewcommand{
17915 \backslash
17916 hline}{
17917 \backslash
17918 myHline}
17919 \end_layout
17920
17921 \begin_layout Standard
17922 \begin_inset ERT
17923 status collapsed
17924
17925 \begin_layout Plain Layout
17926
17927
17928 \backslash
17929 let
17930 \backslash
17931 myHline
17932 \backslash
17933 hline
17934 \end_layout
17935
17936 \begin_layout Plain Layout
17937
17938
17939 \backslash
17940 renewcommand{
17941 \backslash
17942 hline}
17943 \end_layout
17944
17945 \begin_layout Plain Layout
17946
17947  {
17948 \backslash
17949 noalign{
17950 \backslash
17951 global
17952 \backslash
17953 arrayrulewidth 1.5pt}
17954 \end_layout
17955
17956 \begin_layout Plain Layout
17957
17958   
17959 \backslash
17960 myHline
17961 \backslash
17962 noalign{
17963 \backslash
17964 global
17965 \backslash
17966 arrayrulewidth 0.4pt}}
17967 \end_layout
17968
17969 \end_inset
17970
17971
17972 \begin_inset Float table
17973 wide false
17974 sideways false
17975 status open
17976
17977 \begin_layout Plain Layout
17978 \begin_inset Caption
17979
17980 \begin_layout Plain Layout
17981 \begin_inset CommandInset label
17982 LatexCommand label
17983 name "tab:Table-with-horizontal"
17984
17985 \end_inset
17986
17987 Table with 1.5
17988 \begin_inset space \thinspace{}
17989 \end_inset
17990
17991 pt thick horizontal lines
17992 \end_layout
17993
17994 \end_inset
17995
17996
17997 \end_layout
17998
17999 \begin_layout Plain Layout
18000 \align center
18001 \begin_inset Tabular
18002 <lyxtabular version="3" rows="3" columns="3">
18003 <features>
18004 <column alignment="center" valignment="top" width="0">
18005 <column alignment="center" valignment="top" width="0">
18006 <column alignment="center" valignment="top" width="0">
18007 <row>
18008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18009 \begin_inset Text
18010
18011 \begin_layout Plain Layout
18012 sd
18013 \end_layout
18014
18015 \end_inset
18016 </cell>
18017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18018 \begin_inset Text
18019
18020 \begin_layout Plain Layout
18021
18022 \end_layout
18023
18024 \end_inset
18025 </cell>
18026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18027 \begin_inset Text
18028
18029 \begin_layout Plain Layout
18030
18031 \end_layout
18032
18033 \end_inset
18034 </cell>
18035 </row>
18036 <row>
18037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18038 \begin_inset Text
18039
18040 \begin_layout Plain Layout
18041
18042 \end_layout
18043
18044 \end_inset
18045 </cell>
18046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18047 \begin_inset Text
18048
18049 \begin_layout Plain Layout
18050 sd
18051 \end_layout
18052
18053 \end_inset
18054 </cell>
18055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18056 \begin_inset Text
18057
18058 \begin_layout Plain Layout
18059
18060 \end_layout
18061
18062 \end_inset
18063 </cell>
18064 </row>
18065 <row>
18066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18067 \begin_inset Text
18068
18069 \begin_layout Plain Layout
18070
18071 \end_layout
18072
18073 \end_inset
18074 </cell>
18075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18076 \begin_inset Text
18077
18078 \begin_layout Plain Layout
18079
18080 \end_layout
18081
18082 \end_inset
18083 </cell>
18084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18085 \begin_inset Text
18086
18087 \begin_layout Plain Layout
18088 sd
18089 \end_layout
18090
18091 \end_inset
18092 </cell>
18093 </row>
18094 </lyxtabular>
18095
18096 \end_inset
18097
18098
18099 \end_layout
18100
18101 \end_inset
18102
18103
18104 \begin_inset ERT
18105 status collapsed
18106
18107 \begin_layout Plain Layout
18108
18109
18110 \backslash
18111 renewcommand{
18112 \backslash
18113 hline}{
18114 \backslash
18115 myHline}
18116 \end_layout
18117
18118 \end_inset
18119
18120
18121 \end_layout
18122
18123 \begin_layout Standard
18124 \begin_inset VSpace bigskip
18125 \end_inset
18126
18127 To set the line thickness to 1.5
18128 \begin_inset space \thinspace{}
18129 \end_inset
18130
18131 pt only for vertical lines, create the following column format in the document
18132  preamble, according to the description in section
18133 \begin_inset space ~
18134 \end_inset
18135
18136
18137 \begin_inset CommandInset ref
18138 LatexCommand ref
18139 reference "sub:Customized-Format"
18140
18141 \end_inset
18142
18143 :
18144 \end_layout
18145
18146 \begin_layout Standard
18147
18148 \series bold
18149
18150 \backslash
18151 newcolumntype{V}{!{
18152 \backslash
18153 vrule width 1.5pt}}
18154 \end_layout
18155
18156 \begin_layout Standard
18157 For Table
18158 \begin_inset space ~
18159 \end_inset
18160
18161
18162 \begin_inset CommandInset ref
18163 LatexCommand ref
18164 reference "tab:Table-with-vertical"
18165
18166 \end_inset
18167
18168  the LaTeX-argument
18169 \end_layout
18170
18171 \begin_layout Standard
18172
18173 \series bold
18174 VcV
18175 \end_layout
18176
18177 \begin_layout Standard
18178 was used for the last column and
18179 \end_layout
18180
18181 \begin_layout Standard
18182
18183 \series bold
18184 Vc
18185 \end_layout
18186
18187 \begin_layout Standard
18188 for the other columns.
18189 \end_layout
18190
18191 \begin_layout Standard
18192 \begin_inset Float table
18193 wide false
18194 sideways false
18195 status open
18196
18197 \begin_layout Plain Layout
18198 \begin_inset Caption
18199
18200 \begin_layout Plain Layout
18201 \begin_inset CommandInset label
18202 LatexCommand label
18203 name "tab:Table-with-vertical"
18204
18205 \end_inset
18206
18207 Table with 1.5
18208 \begin_inset space \thinspace{}
18209 \end_inset
18210
18211 pt thick vertical lines
18212 \end_layout
18213
18214 \end_inset
18215
18216
18217 \end_layout
18218
18219 \begin_layout Plain Layout
18220 \align center
18221 \begin_inset Tabular
18222 <lyxtabular version="3" rows="3" columns="3">
18223 <features>
18224 <column alignment="center" valignment="top" width="0" special="Vc">
18225 <column alignment="center" valignment="top" width="0" special="Vc">
18226 <column alignment="center" valignment="top" width="0" special="VcV">
18227 <row>
18228 <cell alignment="center" valignment="top" topline="true" usebox="none">
18229 \begin_inset Text
18230
18231 \begin_layout Plain Layout
18232 sd
18233 \end_layout
18234
18235 \end_inset
18236 </cell>
18237 <cell alignment="center" valignment="top" topline="true" usebox="none">
18238 \begin_inset Text
18239
18240 \begin_layout Plain Layout
18241
18242 \end_layout
18243
18244 \end_inset
18245 </cell>
18246 <cell alignment="center" valignment="top" topline="true" usebox="none">
18247 \begin_inset Text
18248
18249 \begin_layout Plain Layout
18250
18251 \end_layout
18252
18253 \end_inset
18254 </cell>
18255 </row>
18256 <row>
18257 <cell alignment="center" valignment="top" topline="true" usebox="none">
18258 \begin_inset Text
18259
18260 \begin_layout Plain Layout
18261
18262 \end_layout
18263
18264 \end_inset
18265 </cell>
18266 <cell alignment="center" valignment="top" topline="true" usebox="none">
18267 \begin_inset Text
18268
18269 \begin_layout Plain Layout
18270 sd
18271 \end_layout
18272
18273 \end_inset
18274 </cell>
18275 <cell alignment="center" valignment="top" topline="true" usebox="none">
18276 \begin_inset Text
18277
18278 \begin_layout Plain Layout
18279
18280 \end_layout
18281
18282 \end_inset
18283 </cell>
18284 </row>
18285 <row>
18286 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18287 \begin_inset Text
18288
18289 \begin_layout Plain Layout
18290
18291 \end_layout
18292
18293 \end_inset
18294 </cell>
18295 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18296 \begin_inset Text
18297
18298 \begin_layout Plain Layout
18299
18300 \end_layout
18301
18302 \end_inset
18303 </cell>
18304 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18305 \begin_inset Text
18306
18307 \begin_layout Plain Layout
18308 sd
18309 \end_layout
18310
18311 \end_inset
18312 </cell>
18313 </row>
18314 </lyxtabular>
18315
18316 \end_inset
18317
18318
18319 \end_layout
18320
18321 \end_inset
18322
18323
18324 \end_layout
18325
18326 \begin_layout Subsection
18327 Dashed Lines
18328 \begin_inset Index
18329 status collapsed
18330
18331 \begin_layout Plain Layout
18332 Table Customization ! Dashed Lines
18333 \end_layout
18334
18335 \end_inset
18336
18337
18338 \end_layout
18339
18340 \begin_layout Standard
18341 \begin_inset ERT
18342 status collapsed
18343
18344 \begin_layout Plain Layout
18345
18346
18347 \backslash
18348 ifarydshln
18349 \end_layout
18350
18351 \end_inset
18352
18353
18354 \begin_inset Note Note
18355 status open
18356
18357 \begin_layout Plain Layout
18358 The following section will only be displayed when the LaTeX-package 
18359 \series bold
18360 arydshln
18361 \series default
18362  is installed.
18363 \end_layout
18364
18365 \end_inset
18366
18367
18368 \end_layout
18369
18370 \begin_layout Standard
18371 \begin_inset Float table
18372 placement H
18373 wide false
18374 sideways false
18375 status open
18376
18377 \begin_layout Plain Layout
18378 \begin_inset Caption
18379
18380 \begin_layout Plain Layout
18381 \begin_inset CommandInset label
18382 LatexCommand label
18383 name "tab:Table-with-dashed"
18384
18385 \end_inset
18386
18387 Table with dashed lines
18388 \end_layout
18389
18390 \end_inset
18391
18392
18393 \end_layout
18394
18395 \begin_layout Plain Layout
18396 \align center
18397 \begin_inset Tabular
18398 <lyxtabular version="3" rows="5" columns="5">
18399 <features>
18400 <column alignment="center" valignment="top" width="0">
18401 <column alignment="center" valignment="top" width="0">
18402 <column alignment="center" valignment="top" width="0" special=":c">
18403 <column alignment="center" valignment="top" width="0">
18404 <column alignment="center" valignment="top" width="0">
18405 <row>
18406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18407 \begin_inset Text
18408
18409 \begin_layout Plain Layout
18410 a
18411 \end_layout
18412
18413 \end_inset
18414 </cell>
18415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18416 \begin_inset Text
18417
18418 \begin_layout Plain Layout
18419 b
18420 \end_layout
18421
18422 \end_inset
18423 </cell>
18424 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18425 \begin_inset Text
18426
18427 \begin_layout Plain Layout
18428 c
18429 \end_layout
18430
18431 \end_inset
18432 </cell>
18433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18434 \begin_inset Text
18435
18436 \begin_layout Plain Layout
18437 d
18438 \end_layout
18439
18440 \end_inset
18441 </cell>
18442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18443 \begin_inset Text
18444
18445 \begin_layout Plain Layout
18446 e
18447 \end_layout
18448
18449 \end_inset
18450 </cell>
18451 </row>
18452 <row>
18453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18454 \begin_inset Text
18455
18456 \begin_layout Plain Layout
18457 f
18458 \end_layout
18459
18460 \end_inset
18461 </cell>
18462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18463 \begin_inset Text
18464
18465 \begin_layout Plain Layout
18466 g
18467 \end_layout
18468
18469 \end_inset
18470 </cell>
18471 <cell alignment="center" valignment="top" topline="true" usebox="none">
18472 \begin_inset Text
18473
18474 \begin_layout Plain Layout
18475 h
18476 \end_layout
18477
18478 \end_inset
18479 </cell>
18480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18481 \begin_inset Text
18482
18483 \begin_layout Plain Layout
18484 i
18485 \end_layout
18486
18487 \end_inset
18488 </cell>
18489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18490 \begin_inset Text
18491
18492 \begin_layout Plain Layout
18493 j
18494 \end_layout
18495
18496 \end_inset
18497 </cell>
18498 </row>
18499 <row>
18500 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18501 \begin_inset Text
18502
18503 \begin_layout Plain Layout
18504 \begin_inset ERT
18505 status collapsed
18506
18507 \begin_layout Plain Layout
18508
18509
18510 \backslash
18511 hdashline 
18512 \end_layout
18513
18514 \end_inset
18515
18516 k
18517 \end_layout
18518
18519 \end_inset
18520 </cell>
18521 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18522 \begin_inset Text
18523
18524 \begin_layout Plain Layout
18525 l
18526 \end_layout
18527
18528 \end_inset
18529 </cell>
18530 <cell alignment="center" valignment="top" usebox="none">
18531 \begin_inset Text
18532
18533 \begin_layout Plain Layout
18534 m
18535 \end_layout
18536
18537 \end_inset
18538 </cell>
18539 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18540 \begin_inset Text
18541
18542 \begin_layout Plain Layout
18543 n
18544 \end_layout
18545
18546 \end_inset
18547 </cell>
18548 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18549 \begin_inset Text
18550
18551 \begin_layout Plain Layout
18552 o
18553 \end_layout
18554
18555 \end_inset
18556 </cell>
18557 </row>
18558 <row>
18559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18560 \begin_inset Text
18561
18562 \begin_layout Plain Layout
18563 \begin_inset ERT
18564 status collapsed
18565
18566 \begin_layout Plain Layout
18567
18568
18569 \backslash
18570 cdashline{4-5}
18571 \end_layout
18572
18573 \end_inset
18574
18575 p
18576 \end_layout
18577
18578 \end_inset
18579 </cell>
18580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18581 \begin_inset Text
18582
18583 \begin_layout Plain Layout
18584 q
18585 \end_layout
18586
18587 \end_inset
18588 </cell>
18589 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18590 \begin_inset Text
18591
18592 \begin_layout Plain Layout
18593 r
18594 \end_layout
18595
18596 \end_inset
18597 </cell>
18598 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18599 \begin_inset Text
18600
18601 \begin_layout Plain Layout
18602 s
18603 \end_layout
18604
18605 \end_inset
18606 </cell>
18607 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18608 \begin_inset Text
18609
18610 \begin_layout Plain Layout
18611
18612 \end_layout
18613
18614 \end_inset
18615 </cell>
18616 </row>
18617 <row>
18618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18619 \begin_inset Text
18620
18621 \begin_layout Plain Layout
18622 t
18623 \end_layout
18624
18625 \end_inset
18626 </cell>
18627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18628 \begin_inset Text
18629
18630 \begin_layout Plain Layout
18631 u
18632 \end_layout
18633
18634 \end_inset
18635 </cell>
18636 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18637 \begin_inset Text
18638
18639 \begin_layout Plain Layout
18640 v
18641 \end_layout
18642
18643 \end_inset
18644 </cell>
18645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18646 \begin_inset Text
18647
18648 \begin_layout Plain Layout
18649 w
18650 \end_layout
18651
18652 \end_inset
18653 </cell>
18654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18655 \begin_inset Text
18656
18657 \begin_layout Plain Layout
18658 x
18659 \end_layout
18660
18661 \end_inset
18662 </cell>
18663 </row>
18664 </lyxtabular>
18665
18666 \end_inset
18667
18668
18669 \end_layout
18670
18671 \end_inset
18672
18673
18674 \end_layout
18675
18676 \begin_layout Standard
18677 LyX doesn't natively support dashed lines, so you have to use TeX-Code.
18678  As prerequisite the LaTeX-package 
18679 \series bold
18680 arydshln
18681 \series default
18682
18683 \begin_inset Index
18684 status collapsed
18685
18686 \begin_layout Plain Layout
18687 LaTeX-packages ! arydshln
18688 \end_layout
18689
18690 \end_inset
18691
18692  must be loaded in the document preamble with the command
18693 \end_layout
18694
18695 \begin_layout Standard
18696
18697 \series bold
18698
18699 \backslash
18700 usepackage{arydshln}
18701 \end_layout
18702
18703 \begin_layout Standard
18704 To make a vertical line dashed, enter the colon 
18705 \begin_inset Quotes eld
18706 \end_inset
18707
18708 :
18709 \begin_inset Quotes erd
18710 \end_inset
18711
18712  together with the character for the horizontal alignment as LaTeX-argument
18713  in the table cell dialog.
18714 \end_layout
18715
18716 \begin_layout Standard
18717 For a horizontal dashed line add the command
18718 \end_layout
18719
18720 \begin_layout Standard
18721
18722 \series bold
18723
18724 \backslash
18725 hdashline
18726 \end_layout
18727
18728 \begin_layout Standard
18729 in TeX-Code as first element of the first cell in the table row.
18730 \end_layout
18731
18732 \begin_layout Standard
18733 For dashed multicolumn lines use the command
18734 \end_layout
18735
18736 \begin_layout Standard
18737
18738 \series bold
18739
18740 \backslash
18741 cdashline{line number
18742 \series default
18743 }
18744 \end_layout
18745
18746 \begin_layout Standard
18747 in TeX-Code as first element of the first cell in the table row.
18748  If you have for example a multicolumn spanning over columns 2 to 4 and
18749  you want to have a dashed line above, add the command
18750 \end_layout
18751
18752 \begin_layout Standard
18753
18754 \series bold
18755
18756 \backslash
18757 cdashline{2-4}
18758 \end_layout
18759
18760 \begin_layout Standard
18761 as first element of the first cell in the row of the multicolumn.
18762 \end_layout
18763
18764 \begin_layout Standard
18765 \begin_inset VSpace bigskip
18766 \end_inset
18767
18768
18769 \end_layout
18770
18771 \begin_layout Standard
18772 Table
18773 \begin_inset space ~
18774 \end_inset
18775
18776
18777 \begin_inset CommandInset ref
18778 LatexCommand ref
18779 reference "tab:Table-with-dashed"
18780
18781 \end_inset
18782
18783  was created using 
18784 \begin_inset Quotes eld
18785 \end_inset
18786
18787
18788 \series bold
18789 :c
18790 \series default
18791
18792 \begin_inset Quotes erd
18793 \end_inset
18794
18795  as LaTeX-argument of the third column.
18796  The TeX-Code command 
18797 \series bold
18798
18799 \backslash
18800 hdashline
18801 \series default
18802  was inserted to the first cell of the third row and the the TeX-Code command
18803 \begin_inset Newline newline
18804 \end_inset
18805
18806  
18807 \series bold
18808
18809 \backslash
18810 cdashline{4-5}
18811 \series default
18812  was inserted to the first cell of the fourth row.
18813 \end_layout
18814
18815 \begin_layout Standard
18816 \begin_inset Note Greyedout
18817 status open
18818
18819 \begin_layout Plain Layout
18820
18821 \series bold
18822 Note:
18823 \series default
18824  The used LaTeX-package 
18825 \series bold
18826 arydshln
18827 \series default
18828  is apparently not compatible with the LaTeX-package 
18829 \series bold
18830 colortbl
18831 \series default
18832
18833 \begin_inset Index
18834 status collapsed
18835
18836 \begin_layout Plain Layout
18837 LaTeX-packages ! colortbl
18838 \end_layout
18839
18840 \end_inset
18841
18842  that is used for colored tables in section
18843 \begin_inset space ~
18844 \end_inset
18845
18846
18847 \begin_inset CommandInset ref
18848 LatexCommand ref
18849 reference "sec:Colored-Tables"
18850
18851 \end_inset
18852
18853 .
18854  That means colored tables cannot have dashed lines.
18855 \end_layout
18856
18857 \end_inset
18858
18859
18860 \end_layout
18861
18862 \begin_layout Standard
18863 \begin_inset ERT
18864 status collapsed
18865
18866 \begin_layout Plain Layout
18867
18868
18869 \backslash
18870 else
18871 \end_layout
18872
18873 \end_inset
18874
18875
18876 \begin_inset Note Note
18877 status open
18878
18879 \begin_layout Plain Layout
18880 The following will be displayed when the LaTeX-package 
18881 \series bold
18882 arydshln
18883 \series default
18884  is not installed:
18885 \end_layout
18886
18887 \end_inset
18888
18889
18890 \end_layout
18891
18892 \begin_layout Standard
18893 You need to install the package 
18894 \series bold
18895 arydshln
18896 \series default
18897  to see the content of this section in the output.
18898 \end_layout
18899
18900 \begin_layout Standard
18901 \begin_inset ERT
18902 status collapsed
18903
18904 \begin_layout Plain Layout
18905
18906
18907 \backslash
18908 fi
18909 \end_layout
18910
18911 \end_inset
18912
18913
18914 \end_layout
18915
18916 \begin_layout Chapter
18917 Floats
18918 \begin_inset Index
18919 status collapsed
18920
18921 \begin_layout Plain Layout
18922 Floats
18923 \end_layout
18924
18925 \end_inset
18926
18927
18928 \begin_inset CommandInset label
18929 LatexCommand label
18930 name "cha:Floats"
18931
18932 \end_inset
18933
18934
18935 \end_layout
18936
18937 \begin_layout Section
18938 Introduction
18939 \begin_inset CommandInset label
18940 LatexCommand label
18941 name "sec:FloatIntroduction"
18942
18943 \end_inset
18944
18945
18946 \begin_inset Index
18947 status collapsed
18948
18949 \begin_layout Plain Layout
18950 Floats ! Introduction
18951 \end_layout
18952
18953 \end_inset
18954
18955
18956 \end_layout
18957
18958 \begin_layout Standard
18959 A float is a block of text associated with some sort of label, which doesn't
18960  have a fixed location.
18961  It can 
18962 \begin_inset Quotes eld
18963 \end_inset
18964
18965 float
18966 \begin_inset Quotes erd
18967 \end_inset
18968
18969  forward or backward a page or two, to wherever it fits best.
18970  
18971 \family sans
18972 Footnotes
18973 \family default
18974  and 
18975 \family sans
18976 Margin
18977 \begin_inset space ~
18978 \end_inset
18979
18980 Notes
18981 \family default
18982  are also floats, because they can float to the next page when there are
18983  too many notes at the page.
18984 \end_layout
18985
18986 \begin_layout Standard
18987 Floats allow a high quality layout.
18988  Images and tables can evenly be spread to the pages to avoid white space
18989  and pages without text.
18990  As the floating often destroys the context between the text and the image/table
18991 , every float can be referenced in the text.
18992  Floats are therefore numbered.
18993  Referencing is described in section
18994 \begin_inset space ~
18995 \end_inset
18996
18997
18998 \begin_inset CommandInset ref
18999 LatexCommand ref
19000 reference "sec:Referencing-Floats"
19001
19002 \end_inset
19003
19004 .
19005 \end_layout
19006
19007 \begin_layout Standard
19008 To insert a float, use the menu 
19009 \family sans
19010 Insert\SpecialChar \menuseparator
19011 Float
19012 \family default
19013 .
19014  This inserts the 
19015 \family sans
19016 Caption
19017 \family default
19018  inset, a box with a label.
19019  The label will automatically be translated to the document language in
19020  the output.
19021  Behind the label you can insert the caption text.
19022  The image or table is inserted above or below the caption in a separate
19023  paragraph within the float.
19024  More about the caption placement is described in section
19025 \begin_inset space ~
19026 \end_inset
19027
19028
19029 \begin_inset CommandInset ref
19030 LatexCommand ref
19031 reference "sec:Caption-Placement"
19032
19033 \end_inset
19034
19035 .
19036  To keep your LyX-document readable, you can open and close the float box
19037  by left-clicking on the box label.
19038  A closed float box looks like this: 
19039 \begin_inset Graphics
19040         filename clipart/floatQt4.png
19041         scale 70
19042         scaleBeforeRotation
19043
19044 \end_inset
19045
19046  -- a gray button with a red label.
19047 \end_layout
19048
19049 \begin_layout Standard
19050 It is recommended to insert floats as a separate paragraph to avoid possible
19051  LaTeX-errors that can occur when the surrounding text is specially formatted.
19052 \end_layout
19053
19054 \begin_layout Standard
19055 Existing figures or tables can be put into a float by marking them and then
19056  pressing the corresponding toolbar button for a new float.
19057 \end_layout
19058
19059 \begin_layout Section
19060 Float Types
19061 \end_layout
19062
19063 \begin_layout Standard
19064 Besides figure and table floats that are described in section
19065 \begin_inset space ~
19066 \end_inset
19067
19068
19069 \begin_inset CommandInset ref
19070 LatexCommand ref
19071 reference "sec:Figure-Floats"
19072
19073 \end_inset
19074
19075  and 
19076 \begin_inset CommandInset ref
19077 LatexCommand ref
19078 reference "sec:Table-Floats"
19079
19080 \end_inset
19081
19082 , respectively, LyX offers the float types 
19083 \series bold
19084 Algorithm
19085 \series default
19086  and 
19087 \series bold
19088 Text
19089 \begin_inset space ~
19090 \end_inset
19091
19092 Wrap
19093 \begin_inset space ~
19094 \end_inset
19095
19096 Float
19097 \series default
19098 .
19099 \end_layout
19100
19101 \begin_layout Subsection
19102 Algorithm Floats
19103 \begin_inset Index
19104 status collapsed
19105
19106 \begin_layout Plain Layout
19107 Floats ! Algorithms
19108 \end_layout
19109
19110 \end_inset
19111
19112
19113 \begin_inset CommandInset label
19114 LatexCommand label
19115 name "sub:Algorithm-Floats"
19116
19117 \end_inset
19118
19119
19120 \end_layout
19121
19122 \begin_layout Standard
19123 \begin_inset Float algorithm
19124 placement h
19125 wide false
19126 sideways false
19127 status open
19128
19129 \begin_layout Plain Layout
19130 \begin_inset Caption
19131
19132 \begin_layout Plain Layout
19133 \begin_inset CommandInset label
19134 LatexCommand label
19135 name "alg:Example-Algorithm-float"
19136
19137 \end_inset
19138
19139 Example Algorithm float
19140 \end_layout
19141
19142 \end_inset
19143
19144
19145 \end_layout
19146
19147 \begin_layout LyX-Code
19148 for I in 1..N loop
19149 \begin_inset Newline newline
19150 \end_inset
19151
19152  Sum:= Sum + A(I); /*comment*/
19153 \begin_inset Newline newline
19154 \end_inset
19155
19156 end loop
19157 \begin_inset VSpace -4mm
19158 \end_inset
19159
19160
19161 \end_layout
19162
19163 \end_inset
19164
19165
19166 \end_layout
19167
19168 \begin_layout Standard
19169 This float type is inserted with the menu 
19170 \family sans
19171 Insert\SpecialChar \menuseparator
19172 Floats\SpecialChar \menuseparator
19173 Algorithm
19174 \family default
19175 .
19176  It is used for program codes and descriptions of algorithms.
19177  A possible environment for algorithms is the 
19178 \family sans
19179 LyX-Code
19180 \family default
19181 , described in LyX's 
19182 \emph on
19183 Userguide
19184 \emph default
19185 .
19186  Algorithm
19187 \begin_inset space ~
19188 \end_inset
19189
19190
19191 \begin_inset CommandInset ref
19192 LatexCommand ref
19193 reference "alg:Example-Algorithm-float"
19194
19195 \end_inset
19196
19197  is an example of an algorithm float where -4
19198 \begin_inset space \thinspace{}
19199 \end_inset
19200
19201 mm vertical space was added at the end of the float to have the bottom rule
19202  exactly below the last text line.
19203 \end_layout
19204
19205 \begin_layout Standard
19206 The float label is not automatically translated into the document language.
19207  If your document is not in English, you have to do this manually by adding
19208  the following line to the document preamble
19209 \series bold
19210 :
19211 \end_layout
19212
19213 \begin_layout Standard
19214
19215 \series bold
19216
19217 \backslash
19218 floatname{algorithm}{your
19219 \begin_inset space ~
19220 \end_inset
19221
19222 name}
19223 \end_layout
19224
19225 \begin_layout Standard
19226 where 
19227 \family sans
19228 your
19229 \begin_inset space ~
19230 \end_inset
19231
19232 name
19233 \family default
19234  is the word 
19235 \begin_inset Quotes eld
19236 \end_inset
19237
19238
19239 \emph on
19240 algorithm
19241 \emph default
19242
19243 \begin_inset Quotes erd
19244 \end_inset
19245
19246  in your language.
19247 \end_layout
19248
19249 \begin_layout Standard
19250 To insert the list of algorithms you can in this case not use the menu 
19251 \family sans
19252 Insert\SpecialChar \menuseparator
19253 List
19254 \begin_inset space \thinspace{}
19255 \end_inset
19256
19257 /
19258 \begin_inset space \thinspace{}
19259 \end_inset
19260
19261 TOC\SpecialChar \menuseparator
19262 List of Algorithms
19263 \family default
19264  when your document is an English one.
19265  For non-English documents, use this command in TeX-Code instead:
19266 \end_layout
19267
19268 \begin_layout Standard
19269
19270 \series bold
19271
19272 \backslash
19273 listof{algorithm}{your
19274 \begin_inset space ~
19275 \end_inset
19276
19277 name}
19278 \end_layout
19279
19280 \begin_layout Standard
19281 where 
19282 \family sans
19283 your
19284 \begin_inset space ~
19285 \end_inset
19286
19287 name
19288 \family default
19289  is the word 
19290 \begin_inset Quotes eld
19291 \end_inset
19292
19293
19294 \emph on
19295 List of Algorithm
19296 \emph default
19297 s
19298 \begin_inset Quotes erd
19299 \end_inset
19300
19301  in your language.
19302 \end_layout
19303
19304 \begin_layout Standard
19305 Algorithm floats are not by default numbered in the scheme 
19306 \begin_inset Quotes eld
19307 \end_inset
19308
19309 chapter.algorithm
19310 \begin_inset Quotes erd
19311 \end_inset
19312
19313  like it is the case for table and figure floats in many document-classes.
19314  To number algorithm floats in the same scheme, add this command to your
19315  document preamble:
19316 \end_layout
19317
19318 \begin_layout Standard
19319
19320 \series bold
19321
19322 \backslash
19323 numberwithin{algorithm}{chapter}
19324 \end_layout
19325
19326 \begin_layout Standard
19327 To be able to use the command 
19328 \series bold
19329
19330 \backslash
19331 numberwithin
19332 \series default
19333 , set in the tab 
19334 \family sans
19335 Math
19336 \begin_inset space ~
19337 \end_inset
19338
19339 Options
19340 \family default
19341  in the document settings the option 
19342 \family sans
19343 Use
19344 \begin_inset space ~
19345 \end_inset
19346
19347 AMS
19348 \begin_inset space ~
19349 \end_inset
19350
19351 math
19352 \begin_inset space ~
19353 \end_inset
19354
19355 package
19356 \family default
19357 .
19358 \end_layout
19359
19360 \begin_layout Subsection
19361 Text Wrap Floats
19362 \begin_inset Index
19363 status collapsed
19364
19365 \begin_layout Plain Layout
19366 Floats ! Text Wrap Floats
19367 \end_layout
19368
19369 \end_inset
19370
19371
19372 \begin_inset CommandInset label
19373 LatexCommand label
19374 name "sub:floatflt-wrap-float"
19375
19376 \end_inset
19377
19378
19379 \end_layout
19380
19381 \begin_layout Standard
19382 \begin_inset Wrap figure
19383 lines 0
19384 placement l
19385 overhang 0col%
19386 width "40col%"
19387 status open
19388
19389 \begin_layout Plain Layout
19390 \begin_inset Graphics
19391         filename clipart/mobius.eps
19392         width 40col%
19393         scaleBeforeRotation
19394         rotateOrigin center
19395
19396 \end_inset
19397
19398
19399 \end_layout
19400
19401 \begin_layout Plain Layout
19402 \begin_inset Caption
19403
19404 \begin_layout Plain Layout
19405 \begin_inset CommandInset label
19406 LatexCommand label
19407 name "fig:This-is-a"
19408
19409 \end_inset
19410
19411 This is a wrapped figure, and this is the brilliant caption that describes
19412  it.
19413 \begin_inset VSpace medskip
19414 \end_inset
19415
19416
19417 \end_layout
19418
19419 \end_inset
19420
19421
19422 \end_layout
19423
19424 \end_inset
19425
19426 This float type is used if you want to 
19427 \begin_inset Quotes eld
19428 \end_inset
19429
19430 wrap
19431 \begin_inset Quotes erd
19432 \end_inset
19433
19434  text around a figure so that it only occupies some fraction of the column
19435  width.
19436  It can be inserted using the menu 
19437 \family sans
19438 Insert\SpecialChar \menuseparator
19439 Floats\SpecialChar \menuseparator
19440 Text
19441 \begin_inset space ~
19442 \end_inset
19443
19444 Wrap
19445 \begin_inset space ~
19446 \end_inset
19447
19448 Float
19449 \family default
19450  if the LaTeX-package 
19451 \series bold
19452 wrapfig
19453 \series default
19454
19455 \begin_inset Index
19456 status collapsed
19457
19458 \begin_layout Plain Layout
19459 LaTeX-packages ! wrapfig
19460 \begin_inset ERT
19461 status collapsed
19462
19463 \begin_layout Plain Layout
19464
19465
19466 \backslash
19467
19468 \begin_inset ERT
19469 status collapsed
19470
19471 \begin_layout Plain Layout
19472
19473 {
19474 \end_layout
19475
19476 \end_inset
19477
19478
19479 \begin_inset ERT
19480 status collapsed
19481
19482 \begin_layout Plain Layout
19483
19484 }
19485 \end_layout
19486
19487 \end_inset
19488
19489
19490 \end_layout
19491
19492 \end_inset
19493
19494 vspace
19495 \begin_inset ERT
19496 status collapsed
19497
19498 \begin_layout Plain Layout
19499
19500 {
19501 \end_layout
19502
19503 \end_inset
19504
19505 4mm
19506 \begin_inset ERT
19507 status collapsed
19508
19509 \begin_layout Plain Layout
19510
19511 }
19512 \end_layout
19513
19514 \end_inset
19515
19516
19517 \end_layout
19518
19519 \end_inset
19520
19521  is installed.
19522 \begin_inset Foot
19523 status collapsed
19524
19525 \begin_layout Plain Layout
19526 Installing a LaTeX-package is explained it in the 
19527 \emph on
19528 LaTeX
19529 \begin_inset space ~
19530 \end_inset
19531
19532 Configuration
19533 \emph default
19534  manual.
19535 \end_layout
19536
19537 \end_inset
19538
19539  The width and placement of the float is adjusted by right-clicking on the
19540  float box.
19541  Figure
19542 \begin_inset space ~
19543 \end_inset
19544
19545
19546 \begin_inset CommandInset ref
19547 LatexCommand ref
19548 reference "fig:This-is-a"
19549
19550 \end_inset
19551
19552  is an example text wrap float with a width of 40
19553 \begin_inset space \thinspace{}
19554 \end_inset
19555
19556 col%.
19557 \begin_inset Foot
19558 status collapsed
19559
19560 \begin_layout Plain Layout
19561 Available units are explained in appendix
19562 \begin_inset space ~
19563 \end_inset
19564
19565
19566 \begin_inset CommandInset ref
19567 LatexCommand ref
19568 reference "cha:Units-available-in"
19569
19570 \end_inset
19571
19572 .
19573 \end_layout
19574
19575 \end_inset
19576
19577  Some space was added under the caption to separate it better from the surroundi
19578 ng text.
19579 \end_layout
19580
19581 \begin_layout Standard
19582 The LaTeX-package 
19583 \series bold
19584 wrapfig
19585 \series default
19586  also supports table wrap floats, but they are not yet supported by LyX.
19587  If you need this, read the documentation of 
19588 \series bold
19589 wrapfig
19590 \series default
19591  
19592 \begin_inset CommandInset citation
19593 LatexCommand cite
19594 key "wrapfig"
19595
19596 \end_inset
19597
19598 .
19599 \end_layout
19600
19601 \begin_layout Standard
19602 \begin_inset Note Greyedout
19603 status open
19604
19605 \begin_layout Plain Layout
19606
19607 \series bold
19608 Note:
19609 \series default
19610  Text
19611 \begin_inset space ~
19612 \end_inset
19613
19614 wrap float floats are fragile! E.
19615 \begin_inset space \thinspace{}
19616 \end_inset
19617
19618 g.
19619 \begin_inset space ~
19620 \end_inset
19621
19622 having a figure too close to the bottom of the page can mess things up in
19623  the way that the float doesn't appear in the output or that it is placed
19624  over some other text.
19625 \end_layout
19626
19627 \end_inset
19628
19629
19630 \end_layout
19631
19632 \begin_layout Standard
19633 In general:
19634 \end_layout
19635
19636 \begin_layout Itemize
19637 Wrap floats should not be placed in paragraphs that run over a page break.
19638  That means that wrap floats should better be inserted to the exact place
19639  when the document is nearly finished and you are able to estimate where
19640  page breaks will appear.
19641 \end_layout
19642
19643 \begin_layout Itemize
19644 Wrap floats should either be placed in an own paragraph before the paragraph
19645  where they should wrap into or within a paragraph.
19646 \end_layout
19647
19648 \begin_layout Itemize
19649 Wrap floats in consecutive paragraphs may cause troubles, so assure that
19650  there is a text paragraph between them as separator.
19651 \end_layout
19652
19653 \begin_layout Itemize
19654 Wrap floats are not allowed in section headings or tables.
19655 \end_layout
19656
19657 \begin_layout Section
19658 Float Numbering
19659 \begin_inset CommandInset label
19660 LatexCommand label
19661 name "sec:Float-Numbering"
19662
19663 \end_inset
19664
19665
19666 \begin_inset Index
19667 status collapsed
19668
19669 \begin_layout Plain Layout
19670 Floats ! Numbering
19671 \end_layout
19672
19673 \end_inset
19674
19675
19676 \end_layout
19677
19678 \begin_layout Standard
19679 Floats are usually numbered either independent from the sections the floats
19680  are in, or in the scheme 
19681 \begin_inset Quotes eld
19682 \end_inset
19683
19684 chapter.number
19685 \begin_inset Quotes erd
19686 \end_inset
19687
19688  or 
19689 \begin_inset Quotes eld
19690 \end_inset
19691
19692 section.number
19693 \begin_inset Quotes erd
19694 \end_inset
19695
19696 .
19697  This depends on the used document class.
19698 \end_layout
19699
19700 \begin_layout Standard
19701 To change the section independent numbering, you can use this command in
19702  the document preamble:
19703 \end_layout
19704
19705 \begin_layout Standard
19706
19707 \series bold
19708
19709 \backslash
19710 renewcommand{
19711 \backslash
19712 thetable}{
19713 \backslash
19714 roman{table}}
19715 \end_layout
19716
19717 \begin_layout Standard
19718
19719 \series bold
19720
19721 \backslash
19722 thetable
19723 \series default
19724  is the command that prints the table number, for figure floats, the command
19725  would be 
19726 \series bold
19727
19728 \backslash
19729 thefigure
19730 \series default
19731 .
19732  The command 
19733 \series bold
19734
19735 \backslash
19736 roman
19737 \series default
19738  prints in the command above the table number as small roman number.
19739 \end_layout
19740
19741 \begin_layout Standard
19742 To change the numbering scheme for example to 
19743 \begin_inset Quotes eld
19744 \end_inset
19745
19746 subsection.number
19747 \begin_inset Quotes erd
19748 \end_inset
19749
19750 , use this command in the preamble:
19751 \end_layout
19752
19753 \begin_layout Standard
19754
19755 \series bold
19756
19757 \backslash
19758 numberwithin{table}{subsection}
19759 \end_layout
19760
19761 \begin_layout Standard
19762 To be able to use the command 
19763 \series bold
19764
19765 \backslash
19766 numberwithin
19767 \series default
19768 , set in the tab 
19769 \family sans
19770 Math
19771 \begin_inset space ~
19772 \end_inset
19773
19774 Options
19775 \family default
19776  in the document settings the option 
19777 \family sans
19778 Use
19779 \begin_inset space ~
19780 \end_inset
19781
19782 AMS
19783 \begin_inset space ~
19784 \end_inset
19785
19786 math
19787 \begin_inset space ~
19788 \end_inset
19789
19790 package
19791 \family default
19792 .
19793 \end_layout
19794
19795 \begin_layout Standard
19796 Please also have a look at section
19797 \begin_inset space ~
19798 \end_inset
19799
19800
19801 \begin_inset CommandInset ref
19802 LatexCommand ref
19803 reference "sub:Footnote-Numbering"
19804
19805 \end_inset
19806
19807  for the details and important notes about the numbering commands.
19808 \end_layout
19809
19810 \begin_layout Section
19811 Referencing Floats
19812 \begin_inset CommandInset label
19813 LatexCommand label
19814 name "sec:Referencing-Floats"
19815
19816 \end_inset
19817
19818
19819 \begin_inset Index
19820 status collapsed
19821
19822 \begin_layout Plain Layout
19823 Floats ! References
19824 \end_layout
19825
19826 \end_inset
19827
19828
19829 \begin_inset Index
19830 status collapsed
19831
19832 \begin_layout Plain Layout
19833 References
19834 \end_layout
19835
19836 \end_inset
19837
19838
19839 \end_layout
19840
19841 \begin_layout Standard
19842 To reference a float, insert a label into its caption using the menu 
19843 \family sans
19844 Insert\SpecialChar \menuseparator
19845 Label
19846 \family default
19847  or the toolbar button 
19848 \begin_inset Graphics
19849         filename ../images/label-insert.png
19850         scale 85
19851         scaleBeforeRotation
19852
19853 \end_inset
19854
19855 .
19856  A grey label box like this one: 
19857 \begin_inset Graphics
19858         filename clipart/labelQt4.png
19859         scale 85
19860         scaleBeforeRotation
19861
19862 \end_inset
19863
19864  will be inserted and the label window pops up asking for the label text.
19865  LyX offers as text the first words of the caption with a prefix.
19866  The prefix depends on the float type, e.
19867 \begin_inset space \thinspace{}
19868 \end_inset
19869
19870 g.
19871 \begin_inset space ~
19872 \end_inset
19873
19874 for figure floats the prefix will be "
19875 \family sans
19876 fig:
19877 \family default
19878 ".
19879 \end_layout
19880
19881 \begin_layout Standard
19882 The label is used as anchor and name for the reference.
19883  You can refer to the label using the menu 
19884 \family sans
19885 Insert\SpecialChar \menuseparator
19886 Cross-reference
19887 \family default
19888  or the toolbar button 
19889 \begin_inset Graphics
19890         filename ../images/dialog-show-new-inset_ref.png
19891         scale 85
19892         scaleBeforeRotation
19893
19894 \end_inset
19895
19896 .
19897  A grey cross-reference box like this one: 
19898 \begin_inset Graphics
19899         filename clipart/referenceQt4.png
19900         scale 85
19901         scaleBeforeRotation
19902
19903 \end_inset
19904
19905  will be inserted and the cross-reference window appear showing all labels
19906  of the document.
19907  If you have multiple LyX-documents opened, choose the one you are working
19908  on from the drop-list at the top of the dialog.
19909  You can now sort the labels alphabetically and then choose one.
19910  At the position of the cross-reference box the float number will appear
19911  in the output.
19912 \end_layout
19913
19914 \begin_layout Standard
19915 It is recommended to use a protected space between the cross-reference name
19916  and its number to avoid line breaks between them.
19917  If a cross-reference refers to a non-existing label, you will see two question
19918  marks in the output instead of the reference.
19919 \end_layout
19920
19921 \begin_layout Standard
19922 You can change labels at any time by clicking on the label box.
19923  References to the changed label will automatically change its link to the
19924  new label text, so that you don't need to take care about this.
19925 \end_layout
19926
19927 \begin_layout Standard
19928 The button 
19929 \family sans
19930 Go
19931 \begin_inset space ~
19932 \end_inset
19933
19934 to
19935 \begin_inset space ~
19936 \end_inset
19937
19938 Label
19939 \family default
19940  in the cross-reference window sets the cursor before the referred label.
19941  The button text changes then to Go
19942 \begin_inset space ~
19943 \end_inset
19944
19945 Back and you can use it to set the cursor back to the cross-reference.
19946  Right-clicking on a cross-reference box also sets the cursor before the
19947  referenced label but without a possibility to go back.
19948 \end_layout
19949
19950 \begin_layout Subsection
19951 Cross-Reference Formats
19952 \begin_inset CommandInset label
19953 LatexCommand label
19954 name "sub:Cross-Reference-Formats"
19955
19956 \end_inset
19957
19958
19959 \begin_inset Index
19960 status collapsed
19961
19962 \begin_layout Plain Layout
19963 References ! Formats
19964 \end_layout
19965
19966 \end_inset
19967
19968
19969 \end_layout
19970
19971 \begin_layout Standard
19972 There are six varieties of cross-references:
19973 \end_layout
19974
19975 \begin_layout Description
19976 <reference>: prints the float number, this is the default: 
19977 \begin_inset CommandInset ref
19978 LatexCommand ref
19979 reference "fig:Two-distorted-images"
19980
19981 \end_inset
19982
19983
19984 \end_layout
19985
19986 \begin_layout Description
19987 (<reference>): prints the float number within two parentheses, this is the
19988  style normally used to reference formulas, especially when the reference
19989  name 
19990 \begin_inset Quotes eld
19991 \end_inset
19992
19993 Equation
19994 \begin_inset Quotes erd
19995 \end_inset
19996
19997  is omitted: 
19998 \begin_inset CommandInset ref
19999 LatexCommand eqref
20000 reference "eq:Wgn"
20001
20002 \end_inset
20003
20004
20005 \end_layout
20006
20007 \begin_layout Description
20008 <page>: prints the page number: Page
20009 \begin_inset space ~
20010 \end_inset
20011
20012
20013 \begin_inset CommandInset ref
20014 LatexCommand pageref
20015 reference "fig:Two-distorted-images"
20016
20017 \end_inset
20018
20019
20020 \end_layout
20021
20022 \begin_layout Description
20023 on
20024 \begin_inset space ~
20025 \end_inset
20026
20027 page
20028 \begin_inset space ~
20029 \end_inset
20030
20031 <page>: prints the text "on page" and the page number: 
20032 \begin_inset CommandInset ref
20033 LatexCommand vpageref
20034 reference "fig:Two-distorted-images"
20035
20036 \end_inset
20037
20038
20039 \end_layout
20040
20041 \begin_layout Description
20042 <reference>
20043 \begin_inset space ~
20044 \end_inset
20045
20046 on
20047 \begin_inset space ~
20048 \end_inset
20049
20050 page
20051 \begin_inset space ~
20052 \end_inset
20053
20054 <page>: prints the float number, the text "on page", and the page number:
20055  
20056 \begin_inset CommandInset ref
20057 LatexCommand vref
20058 reference "fig:Two-distorted-images"
20059
20060 \end_inset
20061
20062
20063 \end_layout
20064
20065 \begin_layout Description
20066 Formatted
20067 \begin_inset space ~
20068 \end_inset
20069
20070 reference: prints a self defined cross-reference format.
20071  
20072 \begin_inset Note Greyedout
20073 status open
20074
20075 \begin_layout Plain Layout
20076
20077 \series bold
20078 Note:
20079 \series default
20080  This feature is only available when you have the LaTeX-package 
20081 \series bold
20082 prettyref
20083 \series default
20084  installed.
20085 \end_layout
20086
20087 \end_inset
20088
20089
20090 \end_layout
20091
20092 \begin_layout Standard
20093 Note that the style <page> won't print the page number if the label is on
20094  the previous, the same, or the next page.
20095  You will e.
20096 \begin_inset space \thinspace{}
20097 \end_inset
20098
20099 g.
20100 \begin_inset space ~
20101 \end_inset
20102
20103 see the text 
20104 \begin_inset Quotes eld
20105 \end_inset
20106
20107
20108 \family sans
20109 on this page
20110 \family default
20111
20112 \begin_inset Quotes erd
20113 \end_inset
20114
20115  instead.
20116 \end_layout
20117
20118 \begin_layout Standard
20119 The number and current page of the referred document part in the output,
20120  is automatically calculated by LaTeX.
20121  The varieties are adjusted in the field 
20122 \family sans
20123 Format
20124 \family default
20125  of the cross-reference window, that appear when you click on the cross-referenc
20126 e box.
20127 \end_layout
20128
20129 \begin_layout Subsection
20130 Automatic Reference Naming
20131 \begin_inset Index
20132 status collapsed
20133
20134 \begin_layout Plain Layout
20135 References ! Automatic Reference Naming
20136 \end_layout
20137
20138 \end_inset
20139
20140
20141 \end_layout
20142
20143 \begin_layout Standard
20144 The LaTeX-package 
20145 \series bold
20146 hyperref
20147 \series default
20148  provides a very useful feature that cross-references automatically include
20149  the name of the referenced floats (or text parts like sections).
20150  You save to write e.
20151 \begin_inset space \thinspace{}
20152 \end_inset
20153
20154 g.
20155 \begin_inset space ~
20156 \end_inset
20157
20158 the name 
20159 \begin_inset Quotes eld
20160 \end_inset
20161
20162 Figure
20163 \begin_inset Quotes erd
20164 \end_inset
20165
20166  before every reference box.
20167  To get this automatic reference naming, you have to load the LaTeX-package
20168  
20169 \series bold
20170 hyperref
20171 \series default
20172
20173 \begin_inset Index
20174 status collapsed
20175
20176 \begin_layout Plain Layout
20177 LaTeX-packages ! hyperref
20178 \end_layout
20179
20180 \end_inset
20181
20182  in the document preamble with
20183 \end_layout
20184
20185 \begin_layout Standard
20186
20187 \series bold
20188
20189 \backslash
20190 usepackage[pdfborder={0 0 0}]{hyperref}
20191 \begin_inset Newline newline
20192 \end_inset
20193
20194
20195 \backslash
20196 AtBeginDocument{
20197 \backslash
20198 renewcommand{
20199 \backslash
20200 ref}[1]{
20201 \backslash
20202 mbox{
20203 \backslash
20204 autoref{#1}}}}
20205 \end_layout
20206
20207 \begin_layout Standard
20208
20209 \series bold
20210 hyperref
20211 \series default
20212  is used to link cross-references in the DVI- and PDF-output, this means
20213  that the reader of your document will be able to click on a table of content
20214  (TOC) entry or on a reference and he will be shown the referenced document
20215  part.
20216  
20217 \series bold
20218 hyperref
20219 \series default
20220  also creates PDF-bookmarks for every section of your document to make it
20221  easier for readers to navigate through the document.
20222  This is also used in this document but when you have a look in the document
20223  preamble you will find various options in the load command of 
20224 \series bold
20225 hyperref
20226 \series default
20227 .
20228  To learn more about the 
20229 \series bold
20230 hyperref
20231 \series default
20232  package, we refer to its documentation 
20233 \begin_inset CommandInset citation
20234 LatexCommand cite
20235 key "hyperref"
20236
20237 \end_inset
20238
20239 .
20240 \end_layout
20241
20242 \begin_layout Standard
20243 \begin_inset Note Greyedout
20244 status open
20245
20246 \begin_layout Plain Layout
20247
20248 \series bold
20249 Note:
20250 \series default
20251  Automatic reference naming cannot be used when you use cross-references
20252  in the 
20253 \family sans
20254 Formatted
20255 \begin_inset space ~
20256 \end_inset
20257
20258 reference
20259 \family default
20260  style, described in section
20261 \begin_inset space ~
20262 \end_inset
20263
20264
20265 \begin_inset CommandInset ref
20266 LatexCommand ref
20267 reference "sub:Cross-Reference-Formats"
20268
20269 \end_inset
20270
20271 .
20272 \end_layout
20273
20274 \end_inset
20275
20276
20277 \end_layout
20278
20279 \begin_layout Subsection
20280 Reference Position
20281 \begin_inset CommandInset label
20282 LatexCommand label
20283 name "sub:Reference-Position"
20284
20285 \end_inset
20286
20287
20288 \begin_inset Index
20289 status collapsed
20290
20291 \begin_layout Plain Layout
20292 References ! Reference Position
20293 \end_layout
20294
20295 \end_inset
20296
20297
20298 \end_layout
20299
20300 \begin_layout Standard
20301 If you use 
20302 \series bold
20303 hyperref
20304 \series default
20305
20306 \begin_inset Index
20307 status collapsed
20308
20309 \begin_layout Plain Layout
20310 LaTeX-packages ! hyperref
20311 \end_layout
20312
20313 \end_inset
20314
20315  to link cross-references in the output, you will see that clicking on an
20316  image float reference jumps to the image label.
20317  The caption will be the first text part on the screen, so that you cannot
20318  see the image without scrolling.
20319  This is because the reference link anchor is placed at the position of
20320  the label.
20321  With the use of the package 
20322 \series bold
20323 hypcap
20324 \series default
20325
20326 \begin_inset Index
20327 status collapsed
20328
20329 \begin_layout Plain Layout
20330 LaTeX-packages ! hypcap
20331 \end_layout
20332
20333 \end_inset
20334
20335 , which is part of the LaTeX-package 
20336 \series bold
20337 oberdiek
20338 \series default
20339
20340 \begin_inset Index
20341 status collapsed
20342
20343 \begin_layout Plain Layout
20344 LaTeX-packages ! oberdiek
20345 \end_layout
20346
20347 \end_inset
20348
20349 , the link anchor is placed at the beginning of a float.
20350  To use this feature for figure floats, load 
20351 \series bold
20352 hypcap
20353 \series default
20354  in the document preamble with the line
20355 \end_layout
20356
20357 \begin_layout Standard
20358
20359 \series bold
20360
20361 \backslash
20362 usepackage[figure]{hypcap}
20363 \end_layout
20364
20365 \begin_layout Standard
20366 You can also use 
20367 \series bold
20368 hypcap
20369 \series default
20370  for all floats but this isn't recommended for stability reasons.
20371  For more informations, have a look at 
20372 \series bold
20373 hypcap
20374 \series default
20375 's manual 
20376 \begin_inset CommandInset citation
20377 LatexCommand cite
20378 key "hypcap"
20379
20380 \end_inset
20381
20382 .
20383 \end_layout
20384
20385 \begin_layout Standard
20386 \begin_inset Note Greyedout
20387 status open
20388
20389 \begin_layout Plain Layout
20390
20391 \series bold
20392 Note:
20393 \series default
20394  
20395 \series bold
20396 hypcap
20397 \series default
20398  must be loaded after 
20399 \series bold
20400 hyperref
20401 \series default
20402  in the document preamble.
20403 \end_layout
20404
20405 \end_inset
20406
20407
20408 \end_layout
20409
20410 \begin_layout Standard
20411 \begin_inset Note Greyedout
20412 status open
20413
20414 \begin_layout Plain Layout
20415
20416 \series bold
20417 Note:
20418 \series default
20419  
20420 \series bold
20421 hypcap
20422 \series default
20423  has no effect for references to subfigures.
20424 \end_layout
20425
20426 \end_inset
20427
20428
20429 \end_layout
20430
20431 \begin_layout Section
20432 Float Placement
20433 \begin_inset CommandInset label
20434 LatexCommand label
20435 name "sec:Float-Placement"
20436
20437 \end_inset
20438
20439
20440 \begin_inset Index
20441 status collapsed
20442
20443 \begin_layout Plain Layout
20444 Floats ! Placement
20445 \end_layout
20446
20447 \end_inset
20448
20449
20450 \end_layout
20451
20452 \begin_layout Standard
20453 Right-clicking on a float-box opens a dialog where you can alter the placement
20454  options that LaTeX uses for positioning the float.
20455 \begin_inset Newline newline
20456 \end_inset
20457
20458 The option 
20459 \family sans
20460 Span
20461 \begin_inset space ~
20462 \end_inset
20463
20464 columns
20465 \family default
20466  is only useful for two-column documents: If you select it, the float will
20467  span across both columns on the page instead of being confined to just
20468  one.
20469 \begin_inset Newline newline
20470 \end_inset
20471
20472 The option 
20473 \family sans
20474 Rotate
20475 \begin_inset space ~
20476 \end_inset
20477
20478 sideways
20479 \family default
20480  is used to rotate floats, see section 
20481 \begin_inset CommandInset ref
20482 LatexCommand ref
20483 reference "sec:Rotated-Floats"
20484
20485 \end_inset
20486
20487 .
20488 \end_layout
20489
20490 \begin_layout Standard
20491 You can use one ore more of the following options in the float dialog to
20492  set the placement for a particular float when you uncheck the option 
20493 \family sans
20494 Use
20495 \begin_inset space ~
20496 \end_inset
20497
20498 default
20499 \begin_inset space ~
20500 \end_inset
20501
20502 placement
20503 \family default
20504 :
20505 \end_layout
20506
20507 \begin_layout Description
20508 Here
20509 \begin_inset space ~
20510 \end_inset
20511
20512 if
20513 \begin_inset space ~
20514 \end_inset
20515
20516 possible try to place the float on the position where it is inserted
20517 \end_layout
20518
20519 \begin_layout Description
20520 Top
20521 \begin_inset space ~
20522 \end_inset
20523
20524 of
20525 \begin_inset space ~
20526 \end_inset
20527
20528 page try to place the float on the top of the current page
20529 \end_layout
20530
20531 \begin_layout Description
20532 Bottom
20533 \begin_inset space ~
20534 \end_inset
20535
20536 of
20537 \begin_inset space ~
20538 \end_inset
20539
20540 page try to place the float on the bottom of the current page
20541 \end_layout
20542
20543 \begin_layout Description
20544 Page
20545 \begin_inset space ~
20546 \end_inset
20547
20548 of
20549 \begin_inset space ~
20550 \end_inset
20551
20552 floats try to place the float on an own page 
20553 \end_layout
20554
20555 \begin_layout Standard
20556 The order of the above option is 
20557 \emph on
20558 always
20559 \emph default
20560  used by LaTeX.
20561  That means, if you use the default placement, LaTeX will first try out
20562  
20563 \family sans
20564 Here
20565 \begin_inset space ~
20566 \end_inset
20567
20568 if
20569 \begin_inset space ~
20570 \end_inset
20571
20572 possible
20573 \family default
20574 , then 
20575 \family sans
20576 Top
20577 \begin_inset space ~
20578 \end_inset
20579
20580 of
20581 \begin_inset space ~
20582 \end_inset
20583
20584 page
20585 \family default
20586 , and then the others.
20587  If you don't use the default, LaTeX will try only the checked options but
20588  in the same order.
20589  If none of the 4 placements are possible the procedure is internally repeated
20590  but it is tried to put the float on the following page.
20591 \end_layout
20592
20593 \begin_layout Standard
20594 By default, each option has its own rules:
20595 \end_layout
20596
20597 \begin_layout Labeling
20598 \labelwidthstring 00.00.0000
20599
20600 \family sans
20601 Top
20602 \begin_inset space ~
20603 \end_inset
20604
20605 of
20606 \begin_inset space ~
20607 \end_inset
20608
20609 page
20610 \family default
20611  only floats occupying less than 70
20612 \begin_inset space \thinspace{}
20613 \end_inset
20614
20615 % of the page can be placed at the top of a page (
20616 \series bold
20617
20618 \backslash
20619 topfraction
20620 \series default
20621 )
20622 \end_layout
20623
20624 \begin_layout Labeling
20625 \labelwidthstring 00.00.0000
20626
20627 \family sans
20628 Bottom
20629 \begin_inset space ~
20630 \end_inset
20631
20632 of
20633 \begin_inset space ~
20634 \end_inset
20635
20636 page
20637 \family default
20638 : only floats occupying less than 30
20639 \begin_inset space \thinspace{}
20640 \end_inset
20641
20642 % of the page can be placed at the bottom of a page.
20643  (
20644 \series bold
20645
20646 \backslash
20647 bottomfraction
20648 \series default
20649 )
20650 \end_layout
20651
20652 \begin_layout Labeling
20653 \labelwidthstring 00.00.0000
20654
20655 \family sans
20656 Page
20657 \begin_inset space ~
20658 \end_inset
20659
20660 of
20661 \begin_inset space ~
20662 \end_inset
20663
20664 floats
20665 \family default
20666 : only if more than 50
20667 \begin_inset space \thinspace{}
20668 \end_inset
20669
20670 % of the page are occupied by floats, several floats can be set together
20671  on a page.
20672  (
20673 \series bold
20674
20675 \backslash
20676 floatpagefraction
20677 \series default
20678 )
20679 \end_layout
20680
20681 \begin_layout Standard
20682 If you don't like these rules, you can ignore them by using the additional
20683  option 
20684 \family sans
20685 Ignore
20686 \begin_inset space ~
20687 \end_inset
20688
20689 LaTeX
20690 \begin_inset space ~
20691 \end_inset
20692
20693 rules
20694 \family default
20695 .
20696 \begin_inset Newline newline
20697 \end_inset
20698
20699 You can also redefine the rules with LaTeX-commands that are given in parenthese
20700 s behind the rules description above.
20701  To increase for example the often too small default of the bottom-rule
20702  to 50
20703 \begin_inset space \thinspace{}
20704 \end_inset
20705
20706 % of the page, add this line to your document preamble:
20707 \end_layout
20708
20709 \begin_layout Standard
20710
20711 \series bold
20712
20713 \backslash
20714 renewcommand{
20715 \backslash
20716 bottomfraction}{0.5}
20717 \end_layout
20718
20719 \begin_layout Standard
20720 Sometimes you might need, under all circumstances, a float to be placed
20721  exactly at the position where it is inserted.
20722  For this case you can use the option 
20723 \family sans
20724 Here
20725 \begin_inset space ~
20726 \end_inset
20727
20728 definitely
20729 \family default
20730 .
20731  Use this option very rarely and only if the document is nearly ready to
20732  be printed.
20733  Because the float is then no longer able to 
20734 \begin_inset Quotes eld
20735 \end_inset
20736
20737 float
20738 \begin_inset Quotes erd
20739 \end_inset
20740
20741  when you change your document and this will often destroy the page layout.
20742 \end_layout
20743
20744 \begin_layout Standard
20745 There are no placement options for text wrap floats, because they are always
20746  surrounded by the text of a certain paragraph.
20747 \begin_inset VSpace bigskip
20748 \end_inset
20749
20750
20751 \end_layout
20752
20753 \begin_layout Standard
20754 Sometimes you have the problem that a float is placed at the top of a page
20755  while its corresponding section starts at the middle of the page, so that
20756  the reader could think the float is part of the previous section.
20757  To avoid this the LaTeX-command 
20758 \series bold
20759
20760 \backslash
20761 suppressfloats
20762 \series default
20763  can be used.
20764  It suppresses a given float placement for the page where it is inserted
20765  and can therefore be used to avoid that floats could be set before a section
20766  starts.
20767  To get this, add these commands to your document preamble:
20768 \end_layout
20769
20770 \begin_layout Standard
20771
20772 \series bold
20773
20774 \backslash
20775 let
20776 \backslash
20777 mySection
20778 \backslash
20779 section
20780 \begin_inset Newline newline
20781 \end_inset
20782
20783
20784 \backslash
20785 renewcommand{
20786 \backslash
20787 section}{
20788 \backslash
20789 suppressfloats[t]
20790 \backslash
20791 mySection}
20792 \end_layout
20793
20794 \begin_layout Standard
20795 You can define the same for all section headings, like chapters and subsections.
20796  This definition is not recommended to be used for small text parts like
20797  subsubsections because LaTeX may then have problems to find a suitable
20798  placement.
20799 \end_layout
20800
20801 \begin_layout Standard
20802 \begin_inset VSpace bigskip
20803 \end_inset
20804
20805 In some cases it is required to have all figures/tables at the end of the
20806  document.
20807  For this purpose the LaTeX-package 
20808 \series bold
20809 endfloat
20810 \series default
20811
20812 \begin_inset Index
20813 status collapsed
20814
20815 \begin_layout Plain Layout
20816 LaTeX-packages ! endfloat
20817 \end_layout
20818
20819 \end_inset
20820
20821  was developed.
20822  It puts all figure and table floats at the end of the document into own
20823  sections.
20824  At the original float position a text hint like 
20825 \begin_inset Quotes eld
20826 \end_inset
20827
20828
20829 \family sans
20830 [Figure
20831 \begin_inset space ~
20832 \end_inset
20833
20834 3.2 about here.]
20835 \family default
20836
20837 \begin_inset Quotes erd
20838 \end_inset
20839
20840  is inserted.
20841  The endfloat-package is loaded in the preamble with the line
20842 \end_layout
20843
20844 \begin_layout Standard
20845
20846 \series bold
20847
20848 \backslash
20849 usepackage[options]{endfloat}
20850 \end_layout
20851
20852 \begin_layout Standard
20853 There are various package options to format the created figure/table sections.
20854  For more information we refer to the 
20855 \series bold
20856 endfloat
20857 \series default
20858  documentation 
20859 \begin_inset CommandInset citation
20860 LatexCommand cite
20861 key "endfloat"
20862
20863 \end_inset
20864
20865 .
20866 \begin_inset Newline newline
20867 \end_inset
20868
20869
20870 \begin_inset Note Greyedout
20871 status open
20872
20873 \begin_layout Plain Layout
20874
20875 \series bold
20876 Note: endfloat
20877 \series default
20878  doesn't provide an automatic translation for the text hint, you have to
20879  do this manually, see section
20880 \begin_inset space ~
20881 \end_inset
20882
20883 4 in 
20884 \begin_inset CommandInset citation
20885 LatexCommand cite
20886 key "endfloat"
20887
20888 \end_inset
20889
20890 .
20891 \end_layout
20892
20893 \end_inset
20894
20895
20896 \begin_inset Newline newline
20897 \end_inset
20898
20899
20900 \begin_inset Note Greyedout
20901 status open
20902
20903 \begin_layout Plain Layout
20904
20905 \series bold
20906 Note:
20907 \series default
20908  There is currently a bug in 
20909 \series bold
20910 endfloat
20911 \series default
20912  when the caption contains a German 
20913 \begin_inset Quotes eld
20914 \end_inset
20915
20916 ß
20917 \begin_inset Quotes erd
20918 \end_inset
20919
20920 .
20921  Use in this case the command 
20922 \begin_inset Quotes eld
20923 \end_inset
20924
20925
20926 \series bold
20927
20928 \backslash
20929 ss
20930 \series default
20931
20932 \begin_inset Quotes erd
20933 \end_inset
20934
20935  in TeX-Code instead of 
20936 \begin_inset Quotes eld
20937 \end_inset
20938
20939 ß
20940 \begin_inset Quotes erd
20941 \end_inset
20942
20943 .
20944 \end_layout
20945
20946 \end_inset
20947
20948
20949 \end_layout
20950
20951 \begin_layout Standard
20952 \begin_inset VSpace bigskip
20953 \end_inset
20954
20955 For more details about float placements, have a look at LaTeX books, 
20956 \begin_inset CommandInset citation
20957 LatexCommand cite
20958 key "latexcompanion,latexguide,latexbook"
20959
20960 \end_inset
20961
20962 .
20963 \end_layout
20964
20965 \begin_layout Section
20966 Rotated Floats
20967 \begin_inset CommandInset label
20968 LatexCommand label
20969 name "sec:Rotated-Floats"
20970
20971 \end_inset
20972
20973
20974 \begin_inset Index
20975 status collapsed
20976
20977 \begin_layout Plain Layout
20978 Floats ! Rotating
20979 \end_layout
20980
20981 \end_inset
20982
20983
20984 \end_layout
20985
20986 \begin_layout Standard
20987 Especially for wide tables you might have floats rotated.
20988  To rotate a whole float including the caption, right-click on the float-box
20989  and use the option 
20990 \family sans
20991 Rotate
20992 \begin_inset space ~
20993 \end_inset
20994
20995 sideways
20996 \family default
20997 .
20998 \end_layout
20999
21000 \begin_layout Standard
21001 Rotated floats are always placed on its own page (or column, when you have
21002  a two-column document).
21003  They are rotated so that you can read them from the outside margin.
21004  To force a certain rotation direction for all pages, you can add either
21005  the option 
21006 \series bold
21007 figuresleft
21008 \series default
21009  or 
21010 \series bold
21011 figuresright
21012 \series default
21013  to the document class options.
21014 \end_layout
21015
21016 \begin_layout Standard
21017 Referencing rotated floats is the same like for normal floats, the caption
21018  format is also the same: Table
21019 \begin_inset space ~
21020 \end_inset
21021
21022
21023 \begin_inset CommandInset ref
21024 LatexCommand ref
21025 reference "tab:Rotated-table"
21026
21027 \end_inset
21028
21029  is an example of a rotated table float.
21030 \end_layout
21031
21032 \begin_layout Standard
21033 \begin_inset Note Greyedout
21034 status open
21035
21036 \begin_layout Plain Layout
21037
21038 \series bold
21039 Note:
21040 \series default
21041  Not all DVI-viewers are able to display rotated floats.
21042 \end_layout
21043
21044 \end_inset
21045
21046
21047 \end_layout
21048
21049 \begin_layout Standard
21050 \begin_inset Float table
21051 wide false
21052 sideways true
21053 status open
21054
21055 \begin_layout Plain Layout
21056 \begin_inset Caption
21057
21058 \begin_layout Plain Layout
21059 \begin_inset CommandInset label
21060 LatexCommand label
21061 name "tab:Rotated-table"
21062
21063 \end_inset
21064
21065  Rotated table
21066 \end_layout
21067
21068 \end_inset
21069
21070
21071 \end_layout
21072
21073 \begin_layout Plain Layout
21074 \align center
21075 \begin_inset Tabular
21076 <lyxtabular version="3" rows="1" columns="5">
21077 <features>
21078 <column alignment="center" valignment="top" width="0">
21079 <column alignment="center" valignment="top" width="0">
21080 <column alignment="center" valignment="top" width="0">
21081 <column alignment="center" valignment="top" width="0">
21082 <column alignment="center" valignment="top" width="0">
21083 <row>
21084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21085 \begin_inset Text
21086
21087 \begin_layout Plain Layout
21088 test
21089 \end_layout
21090
21091 \end_inset
21092 </cell>
21093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21094 \begin_inset Text
21095
21096 \begin_layout Plain Layout
21097 b
21098 \end_layout
21099
21100 \end_inset
21101 </cell>
21102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21103 \begin_inset Text
21104
21105 \begin_layout Plain Layout
21106 c
21107 \end_layout
21108
21109 \end_inset
21110 </cell>
21111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21112 \begin_inset Text
21113
21114 \begin_layout Plain Layout
21115 d
21116 \end_layout
21117
21118 \end_inset
21119 </cell>
21120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21121 \begin_inset Text
21122
21123 \begin_layout Plain Layout
21124 e
21125 \end_layout
21126
21127 \end_inset
21128 </cell>
21129 </row>
21130 </lyxtabular>
21131
21132 \end_inset
21133
21134
21135 \end_layout
21136
21137 \end_inset
21138
21139
21140 \end_layout
21141
21142 \begin_layout Section
21143 Floats Side by Side
21144 \begin_inset Index
21145 status collapsed
21146
21147 \begin_layout Plain Layout
21148 Floats ! Side by side
21149 \end_layout
21150
21151 \end_inset
21152
21153
21154 \end_layout
21155
21156 \begin_layout Standard
21157 To place floats side by side, like for Figure
21158 \begin_inset space ~
21159 \end_inset
21160
21161
21162 \begin_inset CommandInset ref
21163 LatexCommand ref
21164 reference "fig:Float-left"
21165
21166 \end_inset
21167
21168  and 
21169 \begin_inset CommandInset ref
21170 LatexCommand ref
21171 reference "fig:Float-right"
21172
21173 \end_inset
21174
21175 , only 
21176 \emph on
21177 one
21178 \emph default
21179  float is used.
21180  In it two minipage boxes are inserted.
21181 \begin_inset Foot
21182 status collapsed
21183
21184 \begin_layout Plain Layout
21185 Minipages are explained in section
21186 \begin_inset space ~
21187 \end_inset
21188
21189
21190 \begin_inset CommandInset ref
21191 LatexCommand ref
21192 reference "sec:Minipages"
21193
21194 \end_inset
21195
21196 .
21197 \end_layout
21198
21199 \end_inset
21200
21201  The width is set to 45
21202 \begin_inset space \thinspace{}
21203 \end_inset
21204
21205 -50
21206 \begin_inset space \thinspace{}
21207 \end_inset
21208
21209 column% and the box alignment to 
21210 \family sans
21211 Bottom
21212 \family default
21213  for each minipage.
21214  The minipage boxes contain the image and the caption in the same way as
21215  they are in a float.
21216  The only difference is that the image unit 
21217 \family sans
21218 Column
21219 \begin_inset space ~
21220 \end_inset
21221
21222 Width
21223 \begin_inset space ~
21224 \end_inset
21225
21226 %
21227 \family default
21228  is now calculated according to the width of the minipage boxes.
21229 \end_layout
21230
21231 \begin_layout Standard
21232 \begin_inset Float figure
21233 wide false
21234 sideways false
21235 status open
21236
21237 \begin_layout Plain Layout
21238 \begin_inset Box Frameless
21239 position "b"
21240 hor_pos "c"
21241 has_inner_box 1
21242 inner_pos "t"
21243 use_parbox 0
21244 width "45col%"
21245 special "none"
21246 height "1in"
21247 height_special "totalheight"
21248 status open
21249
21250 \begin_layout Plain Layout
21251 \align center
21252 \begin_inset Graphics
21253         filename clipart/mobius.eps
21254         lyxscale 50
21255         width 100col%
21256         scaleBeforeRotation
21257
21258 \end_inset
21259
21260
21261 \end_layout
21262
21263 \begin_layout Plain Layout
21264 \begin_inset Caption
21265
21266 \begin_layout Plain Layout
21267 \begin_inset CommandInset label
21268 LatexCommand label
21269 name "fig:Float-left"
21270
21271 \end_inset
21272
21273 Float on the left side.
21274 \end_layout
21275
21276 \end_inset
21277
21278
21279 \end_layout
21280
21281 \end_inset
21282
21283
21284 \begin_inset space \hfill{}
21285 \end_inset
21286
21287
21288 \begin_inset Box Frameless
21289 position "b"
21290 hor_pos "c"
21291 has_inner_box 1
21292 inner_pos "t"
21293 use_parbox 0
21294 width "45col%"
21295 special "none"
21296 height "1in"
21297 height_special "totalheight"
21298 status open
21299
21300 \begin_layout Plain Layout
21301 \align center
21302 \begin_inset Graphics
21303         filename clipart/platypus.eps
21304         lyxscale 50
21305         width 100col%
21306         scaleBeforeRotation
21307
21308 \end_inset
21309
21310
21311 \end_layout
21312
21313 \begin_layout Plain Layout
21314 \begin_inset Caption
21315
21316 \begin_layout Plain Layout
21317 \begin_inset CommandInset label
21318 LatexCommand label
21319 name "fig:Float-right"
21320
21321 \end_inset
21322
21323 Float on the right side.
21324 \end_layout
21325
21326 \end_inset
21327
21328
21329 \end_layout
21330
21331 \end_inset
21332
21333
21334 \end_layout
21335
21336 \begin_layout Plain Layout
21337
21338 \end_layout
21339
21340 \end_inset
21341
21342
21343 \end_layout
21344
21345 \begin_layout Section
21346 Caption Formatting
21347 \begin_inset Index
21348 status collapsed
21349
21350 \begin_layout Plain Layout
21351 Caption ! Formatting
21352 \end_layout
21353
21354 \end_inset
21355
21356
21357 \begin_inset Index
21358 status collapsed
21359
21360 \begin_layout Plain Layout
21361 Floats ! Caption Formatting
21362 \end_layout
21363
21364 \end_inset
21365
21366
21367 \begin_inset Index
21368 status collapsed
21369
21370 \begin_layout Plain Layout
21371 LaTeX-packages ! caption
21372 \end_layout
21373
21374 \end_inset
21375
21376
21377 \begin_inset CommandInset label
21378 LatexCommand label
21379 name "sec:Caption-Formatting"
21380
21381 \end_inset
21382
21383
21384 \end_layout
21385
21386 \begin_layout Standard
21387 The 
21388 \family sans
21389 Caption
21390 \family default
21391  environment is the default paragraph environment for 
21392 \family sans
21393 Floats
21394 \family default
21395 .
21396  On the LyX screen captions appear as label, e.
21397 \begin_inset space \thinspace{}
21398 \end_inset
21399
21400 g.
21401 \begin_inset space ~
21402 \end_inset
21403
21404
21405 \begin_inset Quotes eld
21406 \end_inset
21407
21408
21409 \family sans
21410 Figure #:
21411 \family default
21412
21413 \begin_inset Quotes erd
21414 \end_inset
21415
21416  followed by the caption text.
21417  
21418 \begin_inset Quotes eld
21419 \end_inset
21420
21421 #
21422 \begin_inset Quotes erd
21423 \end_inset
21424
21425  is the actual reference number.
21426  By default the label and the number are in the same font as the caption
21427  text and a colon follows the number to divide the label from the text.
21428  This caption format is not suitable for all document formats.
21429  
21430 \end_layout
21431
21432 \begin_layout Standard
21433 To change the default caption format, load the LaTeX-package 
21434 \series bold
21435 caption
21436 \series default
21437
21438 \begin_inset Index
21439 status collapsed
21440
21441 \begin_layout Plain Layout
21442 LaTeX-packages ! caption
21443 \end_layout
21444
21445 \end_inset
21446
21447  in the document preamble with this line:
21448 \end_layout
21449
21450 \begin_layout Standard
21451
21452 \series bold
21453
21454 \backslash
21455 usepackage[format definition]{caption}
21456 \end_layout
21457
21458 \begin_layout Standard
21459 To have for example the label and the number in sans-serif bold font and
21460  the table captions always above the table like in this document, use the
21461  following command:
21462 \end_layout
21463
21464 \begin_layout Standard
21465
21466 \series bold
21467
21468 \backslash
21469 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21470 \end_layout
21471
21472 \begin_layout Standard
21473 You can also define different caption formats for the different float types.
21474  In this case load the 
21475 \series bold
21476 caption
21477 \series default
21478  package without format specific options and define the different formats
21479  with the help of the command
21480 \end_layout
21481
21482 \begin_layout Standard
21483
21484 \series bold
21485
21486 \backslash
21487 captionsetup[float type]{format definition}
21488 \end_layout
21489
21490 \begin_layout Standard
21491 in the document preamble.
21492  For example the caption formats of Figure
21493 \begin_inset space ~
21494 \end_inset
21495
21496
21497 \begin_inset CommandInset ref
21498 LatexCommand ref
21499 reference "fig:This-is-an-fig"
21500
21501 \end_inset
21502
21503  and Table
21504 \begin_inset space ~
21505 \end_inset
21506
21507
21508 \begin_inset CommandInset ref
21509 LatexCommand ref
21510 reference "tab:This-is-an-tab"
21511
21512 \end_inset
21513
21514  can be created using these commands in the document preamble:
21515 \end_layout
21516
21517 \begin_layout Standard
21518
21519 \series bold
21520
21521 \backslash
21522 usepackage[tableposition=top]{caption}
21523 \series default
21524
21525 \begin_inset Newline newline
21526 \end_inset
21527
21528
21529 \series bold
21530
21531 \backslash
21532 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21533 \begin_inset Newline newline
21534 \end_inset
21535
21536
21537 \begin_inset ERT
21538 status collapsed
21539
21540 \begin_layout Plain Layout
21541
21542
21543 \backslash
21544 hphantom{
21545 \backslash
21546
21547 \backslash
21548 captionsetup[figure]
21549 \backslash
21550 {}
21551 \end_layout
21552
21553 \end_inset
21554
21555  labelsep=period}
21556 \begin_inset Newline newline
21557 \end_inset
21558
21559
21560 \backslash
21561 captionsetup[table]{labelfont={bf,sf}}
21562 \end_layout
21563
21564 \begin_layout Standard
21565 \begin_inset Note Greyedout
21566 status open
21567
21568 \begin_layout Plain Layout
21569
21570 \series bold
21571 Note:
21572 \series default
21573  The option 
21574 \series bold
21575 tableposition=top
21576 \series default
21577  has no effect when a 
21578 \series bold
21579 koma-script
21580 \series default
21581
21582 \begin_inset Index
21583 status collapsed
21584
21585 \begin_layout Plain Layout
21586 LaTeX-packages ! koma-script
21587 \end_layout
21588
21589 \end_inset
21590
21591  document class is used.
21592  In this case the document class option 
21593 \series bold
21594 tablecaptionabove
21595 \series default
21596  must be used.
21597 \end_layout
21598
21599 \end_inset
21600
21601
21602 \end_layout
21603
21604 \begin_layout Standard
21605 For more information about the package 
21606 \series bold
21607 caption
21608 \series default
21609  we refer to its documentation 
21610 \begin_inset CommandInset citation
21611 LatexCommand cite
21612 key "caption,caption-de"
21613
21614 \end_inset
21615
21616 .
21617 \end_layout
21618
21619 \begin_layout Standard
21620 To change the label name from e.g.
21621  
21622 \begin_inset Quotes eld
21623 \end_inset
21624
21625 Figure
21626 \begin_inset Quotes erd
21627 \end_inset
21628
21629  to 
21630 \begin_inset Quotes eld
21631 \end_inset
21632
21633 Image
21634 \begin_inset Quotes erd
21635 \end_inset
21636
21637  use this preamble command:
21638 \end_layout
21639
21640 \begin_layout Standard
21641
21642 \series bold
21643
21644 \backslash
21645 renewcommand{
21646 \backslash
21647 fnum@figure}{Image~
21648 \backslash
21649 thefigure}
21650 \end_layout
21651
21652 \begin_layout Standard
21653 where 
21654 \series bold
21655
21656 \backslash
21657 thefigure
21658 \series default
21659  inserts the figure number and
21660 \series bold
21661  
21662 \begin_inset Quotes eld
21663 \end_inset
21664
21665 ~
21666 \series default
21667
21668 \begin_inset Quotes erd
21669 \end_inset
21670
21671  creates a protected space.
21672 \end_layout
21673
21674 \begin_layout Standard
21675 \begin_inset VSpace bigskip
21676 \end_inset
21677
21678 If you are using a 
21679 \series bold
21680 koma-script
21681 \series default
21682
21683 \begin_inset Index
21684 status collapsed
21685
21686 \begin_layout Plain Layout
21687 LaTeX-packages ! koma-script
21688 \end_layout
21689
21690 \end_inset
21691
21692  document class (
21693 \family sans
21694 article (koma-script)
21695 \family default
21696
21697 \family sans
21698 book (koma-script)
21699 \family default
21700
21701 \family sans
21702 letter (koma-script)
21703 \family default
21704 , or 
21705 \family sans
21706 report (koma-script)
21707 \family default
21708
21709 \begin_inset space \thinspace{}
21710 \end_inset
21711
21712 ), you can alternatively to the 
21713 \series bold
21714 caption
21715 \series default
21716  package use 
21717 \series bold
21718 koma-script
21719 \series default
21720 's built-in command 
21721 \series bold
21722
21723 \backslash
21724 setkomafont
21725 \series default
21726 .
21727  For example, to have the caption label in bold, add this command to your
21728  document preamble:
21729 \end_layout
21730
21731 \begin_layout Standard
21732
21733 \series bold
21734
21735 \backslash
21736 setkomafont{captionlabel}{
21737 \backslash
21738 bfseries}
21739 \end_layout
21740
21741 \begin_layout Standard
21742 For more information about 
21743 \series bold
21744
21745 \backslash
21746 setkomafont
21747 \series default
21748  we refer to the 
21749 \series bold
21750 koma-script
21751 \series default
21752  documentation 
21753 \begin_inset CommandInset citation
21754 LatexCommand cite
21755 key "koma-script"
21756
21757 \end_inset
21758
21759 .
21760 \end_layout
21761
21762 \begin_layout Standard
21763 \begin_inset ERT
21764 status collapsed
21765
21766 \begin_layout Plain Layout
21767
21768
21769 \backslash
21770 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
21771 }
21772 \end_layout
21773
21774 \end_inset
21775
21776
21777 \begin_inset Note Note
21778 status open
21779
21780 \begin_layout Plain Layout
21781 The caption format is changed only for this example.
21782 \end_layout
21783
21784 \end_inset
21785
21786
21787 \end_layout
21788
21789 \begin_layout Standard
21790 \begin_inset Float figure
21791 placement !p
21792 wide false
21793 sideways false
21794 status open
21795
21796 \begin_layout Plain Layout
21797 \align center
21798 \begin_inset Graphics
21799         filename clipart/mobius.eps
21800         lyxscale 50
21801         scale 50
21802         scaleBeforeRotation
21803
21804 \end_inset
21805
21806
21807 \end_layout
21808
21809 \begin_layout Plain Layout
21810 \begin_inset Caption
21811
21812 \begin_layout Plain Layout
21813 \begin_inset CommandInset label
21814 LatexCommand label
21815 name "fig:This-is-an-fig"
21816
21817 \end_inset
21818
21819 This is an example figure caption that is longer than one line to show the
21820  different caption format.
21821  Here a self-defined caption format is used.
21822 \end_layout
21823
21824 \end_inset
21825
21826
21827 \end_layout
21828
21829 \end_inset
21830
21831
21832 \end_layout
21833
21834 \begin_layout Standard
21835 \begin_inset ERT
21836 status collapsed
21837
21838 \begin_layout Plain Layout
21839
21840
21841 \backslash
21842 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
21843 on}
21844 \end_layout
21845
21846 \end_inset
21847
21848
21849 \end_layout
21850
21851 \begin_layout Standard
21852 \begin_inset Float table
21853 placement !p
21854 wide false
21855 sideways false
21856 status open
21857
21858 \begin_layout Plain Layout
21859 \begin_inset Caption
21860
21861 \begin_layout Plain Layout
21862 \begin_inset CommandInset label
21863 LatexCommand label
21864 name "tab:This-is-an-tab"
21865
21866 \end_inset
21867
21868 This is an example table caption that is longer than one line to show the
21869  different caption format.
21870  Here the standard caption format for tables in this document is used.
21871 \end_layout
21872
21873 \end_inset
21874
21875
21876 \end_layout
21877
21878 \begin_layout Plain Layout
21879 \align center
21880 \begin_inset Tabular
21881 <lyxtabular version="3" rows="1" columns="5">
21882 <features>
21883 <column alignment="center" valignment="top" width="0">
21884 <column alignment="center" valignment="top" width="0">
21885 <column alignment="center" valignment="top" width="0">
21886 <column alignment="center" valignment="top" width="0">
21887 <column alignment="center" valignment="top" width="0">
21888 <row>
21889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21890 \begin_inset Text
21891
21892 \begin_layout Plain Layout
21893 a
21894 \end_layout
21895
21896 \end_inset
21897 </cell>
21898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21899 \begin_inset Text
21900
21901 \begin_layout Plain Layout
21902 b
21903 \end_layout
21904
21905 \end_inset
21906 </cell>
21907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21908 \begin_inset Text
21909
21910 \begin_layout Plain Layout
21911 c
21912 \end_layout
21913
21914 \end_inset
21915 </cell>
21916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21917 \begin_inset Text
21918
21919 \begin_layout Plain Layout
21920 d
21921 \end_layout
21922
21923 \end_inset
21924 </cell>
21925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21926 \begin_inset Text
21927
21928 \begin_layout Plain Layout
21929 e
21930 \end_layout
21931
21932 \end_inset
21933 </cell>
21934 </row>
21935 </lyxtabular>
21936
21937 \end_inset
21938
21939
21940 \end_layout
21941
21942 \end_inset
21943
21944
21945 \end_layout
21946
21947 \begin_layout Section
21948 Caption Placement
21949 \begin_inset Index
21950 status collapsed
21951
21952 \begin_layout Plain Layout
21953 Caption ! Placement
21954 \end_layout
21955
21956 \end_inset
21957
21958
21959 \begin_inset Index
21960 status collapsed
21961
21962 \begin_layout Plain Layout
21963 Floats ! Caption Placement
21964 \end_layout
21965
21966 \end_inset
21967
21968
21969 \begin_inset CommandInset label
21970 LatexCommand label
21971 name "sec:Caption-Placement"
21972
21973 \end_inset
21974
21975
21976 \end_layout
21977
21978 \begin_layout Standard
21979 The common caption placement rule is:
21980 \end_layout
21981
21982 \begin_layout Description
21983 Figure: Caption is set below the figure
21984 \end_layout
21985
21986 \begin_layout Description
21987 Table: Caption is set above the table
21988 \end_layout
21989
21990 \begin_layout Standard
21991 Having the caption above the table is unfortunately not supported in LaTeX's
21992  standard classes.
21993  That means if you are using the document classes 
21994 \family sans
21995 article
21996 \family default
21997
21998 \family sans
21999 book
22000 \family default
22001
22002 \family sans
22003 letter
22004 \family default
22005 , or 
22006 \family sans
22007 report
22008 \family default
22009  there will be no space between the caption and the table.
22010  To insert the needed space, add the following option to the load command
22011  of the LaTeX-package 
22012 \series bold
22013 caption
22014 \series default
22015  in your document preamble
22016 \begin_inset Foot
22017 status collapsed
22018
22019 \begin_layout Plain Layout
22020 See section
22021 \begin_inset space ~
22022 \end_inset
22023
22024
22025 \begin_inset CommandInset ref
22026 LatexCommand ref
22027 reference "sec:Caption-Formatting"
22028
22029 \end_inset
22030
22031  for more information of the package 
22032 \series bold
22033 caption
22034 \series default
22035 .
22036 \end_layout
22037
22038 \end_inset
22039
22040 :
22041 \end_layout
22042
22043 \begin_layout Standard
22044
22045 \series bold
22046 tableposition=top
22047 \end_layout
22048
22049 \begin_layout Standard
22050 If you are using a 
22051 \series bold
22052 koma-script
22053 \series default
22054
22055 \begin_inset Index
22056 status collapsed
22057
22058 \begin_layout Plain Layout
22059 LaTeX-packages ! koma-script
22060 \end_layout
22061
22062 \end_inset
22063
22064  document class (
22065 \family sans
22066 article (koma-script)
22067 \family default
22068
22069 \family sans
22070 book (koma-script)
22071 \family default
22072
22073 \family sans
22074 letter (koma-script)
22075 \family default
22076 , or 
22077 \family sans
22078 report (koma-script)
22079 \family default
22080
22081 \begin_inset space \thinspace{}
22082 \end_inset
22083
22084 ), you can alternatively to the 
22085 \series bold
22086 caption
22087 \series default
22088  package set the document class option 
22089 \series bold
22090 tablecaptionabove
22091 \series default
22092 .
22093 \end_layout
22094
22095 \begin_layout Standard
22096 \begin_inset VSpace bigskip
22097 \end_inset
22098
22099 It is also possible to set the caption beside a figure or table.
22100  To get this the LaTeX-package 
22101 \series bold
22102 sidecap
22103 \series default
22104
22105 \begin_inset Index
22106 status collapsed
22107
22108 \begin_layout Plain Layout
22109 LaTeX-packages ! sidecap
22110 \end_layout
22111
22112 \end_inset
22113
22114  has to be loaded in the document preamble with the line
22115 \end_layout
22116
22117 \begin_layout Standard
22118
22119 \series bold
22120
22121 \backslash
22122 usepackage[option]{sidecap}
22123 \end_layout
22124
22125 \begin_layout Standard
22126 If you set no option, the caption is placed on the side of the outer page
22127  margin -- to the right on odd pages, to the left on even pages.
22128  You can change the placement to inner margin with the option 
22129 \series bold
22130 innercaption
22131 \series default
22132 .
22133  To force the placement always to the right or left, use the option 
22134 \series bold
22135 rightcaption
22136 \series default
22137  or 
22138 \series bold
22139 leftcaption
22140 \series default
22141 , respectively.
22142 \end_layout
22143
22144 \begin_layout Standard
22145 \begin_inset ERT
22146 status collapsed
22147
22148 \begin_layout Plain Layout
22149
22150
22151 \backslash
22152 ifsidecap
22153 \end_layout
22154
22155 \end_inset
22156
22157
22158 \begin_inset Note Note
22159 status open
22160
22161 \begin_layout Plain Layout
22162 The following section will only be displayed when the LaTeX-package 
22163 \series bold
22164 sidecap
22165 \series default
22166  is installed.
22167 \end_layout
22168
22169 \end_inset
22170
22171
22172 \end_layout
22173
22174 \begin_layout Standard
22175 To place in LyX the caption of a float on the side, it is necessary to add
22176  these commands to the document preamble:
22177 \end_layout
22178
22179 \begin_layout Standard
22180
22181 \lyxline
22182
22183 \end_layout
22184
22185 \begin_layout Standard
22186
22187 \series bold
22188
22189 \backslash
22190 newcommand{
22191 \backslash
22192 TabBesBeg}{%
22193 \begin_inset Newline newline
22194 \end_inset
22195
22196
22197 \begin_inset ERT
22198 status collapsed
22199
22200 \begin_layout Plain Layout
22201
22202
22203 \backslash
22204 hphantom{ }
22205 \end_layout
22206
22207 \end_inset
22208
22209
22210 \backslash
22211 let
22212 \backslash
22213 MyTable
22214 \backslash
22215 table
22216 \begin_inset Newline newline
22217 \end_inset
22218
22219
22220 \begin_inset ERT
22221 status collapsed
22222
22223 \begin_layout Plain Layout
22224
22225
22226 \backslash
22227 hphantom{ }
22228 \end_layout
22229
22230 \end_inset
22231
22232
22233 \backslash
22234 let
22235 \backslash
22236 MyEndtable
22237 \backslash
22238 endtable
22239 \begin_inset Newline newline
22240 \end_inset
22241
22242
22243 \begin_inset ERT
22244 status collapsed
22245
22246 \begin_layout Plain Layout
22247
22248
22249 \backslash
22250 hphantom{ }
22251 \end_layout
22252
22253 \end_inset
22254
22255
22256 \backslash
22257 renewenvironment{table}{
22258 \backslash
22259 begin{SCtable}}{
22260 \backslash
22261 end{SCtable}}}
22262 \end_layout
22263
22264 \begin_layout Standard
22265
22266 \series bold
22267
22268 \backslash
22269 newcommand{
22270 \backslash
22271 TabBesEnd}{%
22272 \begin_inset Newline newline
22273 \end_inset
22274
22275
22276 \begin_inset ERT
22277 status collapsed
22278
22279 \begin_layout Plain Layout
22280
22281
22282 \backslash
22283 hphantom{ }
22284 \end_layout
22285
22286 \end_inset
22287
22288
22289 \backslash
22290 let
22291 \backslash
22292 table
22293 \backslash
22294 MyTable
22295 \begin_inset Newline newline
22296 \end_inset
22297
22298
22299 \begin_inset ERT
22300 status collapsed
22301
22302 \begin_layout Plain Layout
22303
22304
22305 \backslash
22306 hphantom{ }
22307 \end_layout
22308
22309 \end_inset
22310
22311
22312 \backslash
22313 let
22314 \backslash
22315 endtable
22316 \backslash
22317 MyEndtable
22318 \end_layout
22319
22320 \begin_layout Standard
22321
22322 \series bold
22323
22324 \backslash
22325 newcommand{
22326 \backslash
22327 FigBesBeg}{%
22328 \begin_inset Newline newline
22329 \end_inset
22330
22331
22332 \begin_inset ERT
22333 status collapsed
22334
22335 \begin_layout Plain Layout
22336
22337
22338 \backslash
22339 hphantom{ }
22340 \end_layout
22341
22342 \end_inset
22343
22344
22345 \backslash
22346 let
22347 \backslash
22348 MyFigure
22349 \backslash
22350 figure
22351 \begin_inset Newline newline
22352 \end_inset
22353
22354
22355 \begin_inset ERT
22356 status collapsed
22357
22358 \begin_layout Plain Layout
22359
22360
22361 \backslash
22362 hphantom{ }
22363 \end_layout
22364
22365 \end_inset
22366
22367
22368 \backslash
22369 let
22370 \backslash
22371 MyEndfigure
22372 \backslash
22373 endfigure
22374 \begin_inset Newline newline
22375 \end_inset
22376
22377
22378 \begin_inset ERT
22379 status collapsed
22380
22381 \begin_layout Plain Layout
22382
22383
22384 \backslash
22385 hphantom{ }
22386 \end_layout
22387
22388 \end_inset
22389
22390
22391 \backslash
22392 renewenvironment{figure}{
22393 \backslash
22394 begin{SCfigure}}{
22395 \backslash
22396 end{SCfigure}}}
22397 \end_layout
22398
22399 \begin_layout Standard
22400
22401 \series bold
22402
22403 \backslash
22404 newcommand{
22405 \backslash
22406 FigBesEnd}{%
22407 \begin_inset Newline newline
22408 \end_inset
22409
22410
22411 \begin_inset ERT
22412 status collapsed
22413
22414 \begin_layout Plain Layout
22415
22416
22417 \backslash
22418 hphantom{ }
22419 \end_layout
22420
22421 \end_inset
22422
22423
22424 \backslash
22425 let
22426 \backslash
22427 figure
22428 \backslash
22429 MyFigure
22430 \begin_inset Newline newline
22431 \end_inset
22432
22433
22434 \begin_inset ERT
22435 status collapsed
22436
22437 \begin_layout Plain Layout
22438
22439
22440 \backslash
22441 hphantom{ }
22442 \end_layout
22443
22444 \end_inset
22445
22446
22447 \backslash
22448 let
22449 \backslash
22450 endfigure
22451 \backslash
22452 MyEndfigure}
22453 \end_layout
22454
22455 \begin_layout Standard
22456
22457 \lyxline
22458
22459 \end_layout
22460
22461 \begin_layout Standard
22462 The commands allow you to redefine the floats so that the caption is set
22463  on the side.
22464  For figure floats use the command
22465 \end_layout
22466
22467 \begin_layout Standard
22468
22469 \series bold
22470
22471 \backslash
22472 FigBesBeg
22473 \end_layout
22474
22475 \begin_layout Standard
22476 in TeX-Code before the float.
22477  Behind the float insert the command
22478 \end_layout
22479
22480 \begin_layout Standard
22481
22482 \series bold
22483
22484 \backslash
22485 FigBesEnd
22486 \end_layout
22487
22488 \begin_layout Standard
22489 in TeX-Code to get back to the original float definition.
22490 \end_layout
22491
22492 \begin_layout Standard
22493 For table floats use the corresponding commands
22494 \end_layout
22495
22496 \begin_layout Standard
22497
22498 \series bold
22499
22500 \backslash
22501 TabBesBeg
22502 \series default
22503  and 
22504 \series bold
22505
22506 \backslash
22507 TabBesEnd
22508 \end_layout
22509
22510 \begin_layout Standard
22511 Figure
22512 \begin_inset space ~
22513 \end_inset
22514
22515
22516 \begin_inset CommandInset ref
22517 LatexCommand ref
22518 reference "fig:cap-beside-fig"
22519
22520 \end_inset
22521
22522  and Table
22523 \begin_inset space ~
22524 \end_inset
22525
22526
22527 \begin_inset CommandInset ref
22528 LatexCommand ref
22529 reference "tab:cap-beside-tab"
22530
22531 \end_inset
22532
22533  are examples where the caption is set beside.
22534 \end_layout
22535
22536 \begin_layout Standard
22537 You can see in the examples that the caption text appears at the top of
22538  the floats for table floats and at the bottom for figure floats.
22539  To change this, you can use the command
22540 \end_layout
22541
22542 \begin_layout Standard
22543
22544 \series bold
22545
22546 \backslash
22547 sidecaptionvpos{float type}{placement}
22548 \end_layout
22549
22550 \begin_layout Standard
22551 in the document preamble or in TeX-Code before the float.
22552  The float type is either 
22553 \family sans
22554 figure
22555 \family default
22556  or 
22557 \family sans
22558 table
22559 \family default
22560 , the placement can be 
22561 \begin_inset Quotes eld
22562 \end_inset
22563
22564
22565 \family sans
22566 t
22567 \family default
22568
22569 \begin_inset Quotes erd
22570 \end_inset
22571
22572  for top, 
22573 \begin_inset Quotes eld
22574 \end_inset
22575
22576
22577 \family sans
22578 c
22579 \family default
22580
22581 \begin_inset Quotes erd
22582 \end_inset
22583
22584  for center, or 
22585 \begin_inset Quotes eld
22586 \end_inset
22587
22588
22589 \family sans
22590 b
22591 \family default
22592
22593 \begin_inset Quotes erd
22594 \end_inset
22595
22596  for bottom.
22597  To have for example the caption of figure floats vertically centered, use
22598  the command
22599 \end_layout
22600
22601 \begin_layout Standard
22602
22603 \series bold
22604
22605 \backslash
22606 sidecaptionvpos{figure}{c}
22607 \end_layout
22608
22609 \begin_layout Standard
22610 This was used for Figure
22611 \begin_inset space ~
22612 \end_inset
22613
22614
22615 \begin_inset CommandInset ref
22616 LatexCommand ref
22617 reference "fig:cap-beside-fig-2"
22618
22619 \end_inset
22620
22621 .
22622 \end_layout
22623
22624 \begin_layout Standard
22625 \begin_inset VSpace medskip
22626 \end_inset
22627
22628 For more information about the package 
22629 \series bold
22630 sidecap
22631 \series default
22632  we refer to its documentation 
22633 \begin_inset CommandInset citation
22634 LatexCommand cite
22635 key "sidecap"
22636
22637 \end_inset
22638
22639 .
22640 \end_layout
22641
22642 \begin_layout Standard
22643 \begin_inset Note Greyedout
22644 status open
22645
22646 \begin_layout Plain Layout
22647
22648 \series bold
22649 Note:
22650 \series default
22651  The LaTeX-package 
22652 \series bold
22653 hypcap
22654 \series default
22655
22656 \begin_inset Index
22657 status collapsed
22658
22659 \begin_layout Plain Layout
22660 LaTeX-packages ! hypcap
22661 \end_layout
22662
22663 \end_inset
22664
22665 , described in section
22666 \begin_inset space ~
22667 \end_inset
22668
22669
22670 \begin_inset CommandInset ref
22671 LatexCommand ref
22672 reference "sub:Reference-Position"
22673
22674 \end_inset
22675
22676 , has no effect on floats with the caption set beside.
22677 \end_layout
22678
22679 \end_inset
22680
22681
22682 \end_layout
22683
22684 \begin_layout Standard
22685 \begin_inset ERT
22686 status collapsed
22687
22688 \begin_layout Plain Layout
22689
22690
22691 \backslash
22692 FigBesBeg 
22693 \end_layout
22694
22695 \end_inset
22696
22697
22698 \end_layout
22699
22700 \begin_layout Standard
22701 \begin_inset Float figure
22702 wide false
22703 sideways false
22704 status open
22705
22706 \begin_layout Plain Layout
22707 \begin_inset Graphics
22708         filename clipart/escher-lsd.eps
22709         scale 75
22710         scaleBeforeRotation
22711
22712 \end_inset
22713
22714
22715 \end_layout
22716
22717 \begin_layout Plain Layout
22718 \begin_inset Caption
22719
22720 \begin_layout Plain Layout
22721 \begin_inset CommandInset label
22722 LatexCommand label
22723 name "fig:cap-beside-fig"
22724
22725 \end_inset
22726
22727 This is a caption beside a figure.
22728 \end_layout
22729
22730 \end_inset
22731
22732
22733 \end_layout
22734
22735 \end_inset
22736
22737
22738 \end_layout
22739
22740 \begin_layout Standard
22741 \begin_inset ERT
22742 status collapsed
22743
22744 \begin_layout Plain Layout
22745
22746
22747 \backslash
22748 TabBesBeg 
22749 \end_layout
22750
22751 \end_inset
22752
22753
22754 \end_layout
22755
22756 \begin_layout Standard
22757 \begin_inset Float table
22758 wide false
22759 sideways false
22760 status open
22761
22762 \begin_layout Plain Layout
22763 \begin_inset Caption
22764
22765 \begin_layout Plain Layout
22766 \begin_inset CommandInset label
22767 LatexCommand label
22768 name "tab:cap-beside-tab"
22769
22770 \end_inset
22771
22772 This is a caption beside a table.
22773 \end_layout
22774
22775 \end_inset
22776
22777
22778 \end_layout
22779
22780 \begin_layout Plain Layout
22781 \begin_inset Tabular
22782 <lyxtabular version="3" rows="4" columns="5">
22783 <features>
22784 <column alignment="center" valignment="top" width="0">
22785 <column alignment="center" valignment="top" width="0">
22786 <column alignment="center" valignment="top" width="0">
22787 <column alignment="center" valignment="top" width="0">
22788 <column alignment="center" valignment="top" width="0">
22789 <row>
22790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22791 \begin_inset Text
22792
22793 \begin_layout Plain Layout
22794 a
22795 \end_layout
22796
22797 \end_inset
22798 </cell>
22799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22800 \begin_inset Text
22801
22802 \begin_layout Plain Layout
22803
22804 \end_layout
22805
22806 \end_inset
22807 </cell>
22808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22809 \begin_inset Text
22810
22811 \begin_layout Plain Layout
22812 b
22813 \end_layout
22814
22815 \end_inset
22816 </cell>
22817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22818 \begin_inset Text
22819
22820 \begin_layout Plain Layout
22821
22822 \end_layout
22823
22824 \end_inset
22825 </cell>
22826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22827 \begin_inset Text
22828
22829 \begin_layout Plain Layout
22830 c
22831 \end_layout
22832
22833 \end_inset
22834 </cell>
22835 </row>
22836 <row>
22837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22838 \begin_inset Text
22839
22840 \begin_layout Plain Layout
22841
22842 \end_layout
22843
22844 \end_inset
22845 </cell>
22846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22847 \begin_inset Text
22848
22849 \begin_layout Plain Layout
22850 d
22851 \end_layout
22852
22853 \end_inset
22854 </cell>
22855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22856 \begin_inset Text
22857
22858 \begin_layout Plain Layout
22859
22860 \end_layout
22861
22862 \end_inset
22863 </cell>
22864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22865 \begin_inset Text
22866
22867 \begin_layout Plain Layout
22868 e
22869 \end_layout
22870
22871 \end_inset
22872 </cell>
22873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22874 \begin_inset Text
22875
22876 \begin_layout Plain Layout
22877
22878 \end_layout
22879
22880 \end_inset
22881 </cell>
22882 </row>
22883 <row>
22884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22885 \begin_inset Text
22886
22887 \begin_layout Plain Layout
22888 f
22889 \end_layout
22890
22891 \end_inset
22892 </cell>
22893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22894 \begin_inset Text
22895
22896 \begin_layout Plain Layout
22897
22898 \end_layout
22899
22900 \end_inset
22901 </cell>
22902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22903 \begin_inset Text
22904
22905 \begin_layout Plain Layout
22906 g
22907 \end_layout
22908
22909 \end_inset
22910 </cell>
22911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22912 \begin_inset Text
22913
22914 \begin_layout Plain Layout
22915
22916 \end_layout
22917
22918 \end_inset
22919 </cell>
22920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22921 \begin_inset Text
22922
22923 \begin_layout Plain Layout
22924 h
22925 \end_layout
22926
22927 \end_inset
22928 </cell>
22929 </row>
22930 <row>
22931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22932 \begin_inset Text
22933
22934 \begin_layout Plain Layout
22935
22936 \end_layout
22937
22938 \end_inset
22939 </cell>
22940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22941 \begin_inset Text
22942
22943 \begin_layout Plain Layout
22944 i
22945 \end_layout
22946
22947 \end_inset
22948 </cell>
22949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22950 \begin_inset Text
22951
22952 \begin_layout Plain Layout
22953
22954 \end_layout
22955
22956 \end_inset
22957 </cell>
22958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22959 \begin_inset Text
22960
22961 \begin_layout Plain Layout
22962 j
22963 \end_layout
22964
22965 \end_inset
22966 </cell>
22967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22968 \begin_inset Text
22969
22970 \begin_layout Plain Layout
22971
22972 \end_layout
22973
22974 \end_inset
22975 </cell>
22976 </row>
22977 </lyxtabular>
22978
22979 \end_inset
22980
22981
22982 \end_layout
22983
22984 \end_inset
22985
22986
22987 \end_layout
22988
22989 \begin_layout Standard
22990 \begin_inset ERT
22991 status collapsed
22992
22993 \begin_layout Plain Layout
22994
22995
22996 \backslash
22997 TabBesEnd
22998 \end_layout
22999
23000 \end_inset
23001
23002
23003 \end_layout
23004
23005 \begin_layout Standard
23006 \begin_inset ERT
23007 status collapsed
23008
23009 \begin_layout Plain Layout
23010
23011
23012 \backslash
23013 sidecaptionvpos{figure}{c}
23014 \end_layout
23015
23016 \end_inset
23017
23018
23019 \begin_inset Float figure
23020 wide false
23021 sideways false
23022 status open
23023
23024 \begin_layout Plain Layout
23025 \begin_inset Graphics
23026         filename clipart/escher-lsd.eps
23027         scale 75
23028         scaleBeforeRotation
23029
23030 \end_inset
23031
23032
23033 \end_layout
23034
23035 \begin_layout Plain Layout
23036 \begin_inset Caption
23037
23038 \begin_layout Plain Layout
23039 \begin_inset CommandInset label
23040 LatexCommand label
23041 name "fig:cap-beside-fig-2"
23042
23043 \end_inset
23044
23045 This is a vertically centered caption beside a figure.
23046 \end_layout
23047
23048 \end_inset
23049
23050
23051 \end_layout
23052
23053 \end_inset
23054
23055
23056 \end_layout
23057
23058 \begin_layout Standard
23059 \begin_inset ERT
23060 status collapsed
23061
23062 \begin_layout Plain Layout
23063
23064
23065 \backslash
23066 FigBesEnd
23067 \end_layout
23068
23069 \end_inset
23070
23071
23072 \end_layout
23073
23074 \begin_layout Standard
23075 \begin_inset ERT
23076 status collapsed
23077
23078 \begin_layout Plain Layout
23079
23080
23081 \backslash
23082 else
23083 \end_layout
23084
23085 \end_inset
23086
23087
23088 \begin_inset Note Note
23089 status open
23090
23091 \begin_layout Plain Layout
23092 The following will be displayed when the LaTeX-package 
23093 \series bold
23094 sidecap
23095 \series default
23096  is not installed:
23097 \end_layout
23098
23099 \end_inset
23100
23101
23102 \end_layout
23103
23104 \begin_layout Standard
23105 You need to install the LaTeX-package 
23106 \series bold
23107 sidecap
23108 \series default
23109  to see the following part of this section in the output.
23110 \end_layout
23111
23112 \begin_layout Standard
23113 \begin_inset ERT
23114 status collapsed
23115
23116 \begin_layout Plain Layout
23117
23118
23119 \backslash
23120 fi
23121 \end_layout
23122
23123 \end_inset
23124
23125
23126 \end_layout
23127
23128 \begin_layout Section
23129 Listings of Floats
23130 \begin_inset CommandInset label
23131 LatexCommand label
23132 name "sec:Listings-of-Floats"
23133
23134 \end_inset
23135
23136
23137 \begin_inset Index
23138 status collapsed
23139
23140 \begin_layout Plain Layout
23141 Floats ! Float Lists
23142 \end_layout
23143
23144 \end_inset
23145
23146
23147 \end_layout
23148
23149 \begin_layout Standard
23150 Similar to the the table of contents where the sections of the document
23151  are listed, there are listings for all float types, like the figures of
23152  the documents.
23153  You can insert them via the 
23154 \family sans
23155 Insert\SpecialChar \menuseparator
23156 List
23157 \begin_inset space ~
23158 \end_inset
23159
23160 /
23161 \begin_inset space ~
23162 \end_inset
23163
23164 TOC
23165 \family default
23166  sub menus.
23167 \end_layout
23168
23169 \begin_layout Standard
23170 The list entries are the float captions or its short title, the float number,
23171  and the page number where they appear in the document.
23172 \end_layout
23173
23174 \begin_layout Standard
23175 You can find the list of figures and tables at the end of this document.
23176 \end_layout
23177
23178 \begin_layout Chapter
23179 Notes
23180 \end_layout
23181
23182 \begin_layout Section
23183 LyX Notes
23184 \begin_inset CommandInset label
23185 LatexCommand label
23186 name "sec:LyX-Notes"
23187
23188 \end_inset
23189
23190
23191 \begin_inset Index
23192 status collapsed
23193
23194 \begin_layout Plain Layout
23195 Notes ! LyX Notes
23196 \end_layout
23197
23198 \end_inset
23199
23200
23201 \end_layout
23202
23203 \begin_layout Standard
23204 Notes are inserted with the toolbar button 
23205 \begin_inset Graphics
23206         filename ../images/note-insert.png
23207         scale 85
23208         scaleBeforeRotation
23209
23210 \end_inset
23211
23212  or the menu 
23213 \family sans
23214 Insert\SpecialChar \menuseparator
23215 Note
23216 \family default
23217 .
23218  There are five types of notes:
23219 \end_layout
23220
23221 \begin_layout Description
23222 LyX
23223 \begin_inset space ~
23224 \end_inset
23225
23226 Note This note type is for internal notes that won't appear in the output.
23227  Its note-box looks like this:
23228 \begin_inset Newline newline
23229 \end_inset
23230
23231
23232 \begin_inset Newline newline
23233 \end_inset
23234
23235
23236 \begin_inset Graphics
23237         filename clipart/LyXNoteImageQt4.png
23238         display false
23239         scale 85
23240         scaleBeforeRotation
23241
23242 \end_inset
23243
23244  
23245 \begin_inset Note Note
23246 status open
23247
23248 \begin_layout Plain Layout
23249 This is text in a note box that doesn't appear in the output.
23250 \end_layout
23251
23252 \end_inset
23253
23254
23255 \end_layout
23256
23257 \begin_layout Description
23258 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
23259 ent, when you export the document to LaTeX via the menu 
23260 \family sans
23261 File\SpecialChar \menuseparator
23262 Export\SpecialChar \menuseparator
23263 LaTeX (pdflatex) / (plain)
23264 \family default
23265 .
23266  Its note-box looks like this:
23267 \begin_inset Newline newline
23268 \end_inset
23269
23270
23271 \begin_inset Newline newline
23272 \end_inset
23273
23274
23275 \begin_inset Graphics
23276         filename clipart/CommentNoteImageQt4.png
23277         display false
23278         scale 85
23279         scaleBeforeRotation
23280
23281 \end_inset
23282
23283  
23284 \begin_inset Note Comment
23285 status open
23286
23287 \begin_layout Plain Layout
23288 This is text in a note box that only appears as comment in LaTeX-files.
23289 \end_layout
23290
23291 \end_inset
23292
23293
23294 \end_layout
23295
23296 \begin_layout Description
23297 Greyed
23298 \begin_inset space ~
23299 \end_inset
23300
23301 Out This note will appear in the output as grey text.
23302  Its note-box looks like this:
23303 \begin_inset Newline newline
23304 \end_inset
23305
23306
23307 \begin_inset Newline newline
23308 \end_inset
23309
23310
23311 \begin_inset Graphics
23312         filename clipart/GreyedOutNoteImageQt4.png
23313         display false
23314         scale 85
23315         scaleBeforeRotation
23316
23317 \end_inset
23318
23319
23320 \begin_inset Newline newline
23321 \end_inset
23322
23323
23324 \begin_inset ERT
23325 status collapsed
23326
23327 \begin_layout Plain Layout
23328
23329
23330 \backslash
23331 renewenvironment{lyxgreyedout}
23332 \end_layout
23333
23334 \begin_layout Plain Layout
23335
23336 {
23337 \backslash
23338 textcolor[gray]{0.8}
23339 \backslash
23340 bgroup}{
23341 \backslash
23342 egroup}
23343 \end_layout
23344
23345 \end_inset
23346
23347
23348 \begin_inset Note Greyedout
23349 status open
23350
23351 \begin_layout Plain Layout
23352 This is text
23353 \begin_inset Foot
23354 status open
23355
23356 \begin_layout Plain Layout
23357 This is an example footnote within a greyed out note.
23358 \end_layout
23359
23360 \end_inset
23361
23362  of a comment that appears in the output as grey text.
23363 \end_layout
23364
23365 \end_inset
23366
23367
23368 \begin_inset ERT
23369 status collapsed
23370
23371 \begin_layout Plain Layout
23372
23373
23374 \backslash
23375 renewenvironment{lyxgreyedout}
23376 \end_layout
23377
23378 \begin_layout Plain Layout
23379
23380 {
23381 \backslash
23382 textcolor{blue}
23383 \backslash
23384 bgroup}{
23385 \backslash
23386 egroup}
23387 \end_layout
23388
23389 \end_inset
23390
23391
23392 \begin_inset Note Note
23393 status collapsed
23394
23395 \begin_layout Plain Layout
23396 The greyed out note is here redefined to show it with the original LyX definitio
23397 n because greyed out notes are redefined in the preamble of this document,
23398  as described below, to have blue text.
23399 \end_layout
23400
23401 \end_inset
23402
23403
23404 \begin_inset Newline newline
23405 \end_inset
23406
23407
23408 \begin_inset Newline newline
23409 \end_inset
23410
23411 As you can see in the example, the first line of greyed out notes is a bit
23412  indented and greyed out notes can have footnotes.
23413 \end_layout
23414
23415 \begin_layout Description
23416 Framed This note will appear in the output as framed text.
23417  Its note-box looks like this:
23418 \begin_inset Newline newline
23419 \end_inset
23420
23421
23422 \begin_inset Newline newline
23423 \end_inset
23424
23425
23426 \begin_inset Graphics
23427         filename clipart/FramedNoteImageQt4.png
23428         display false
23429         scale 85
23430         scaleBeforeRotation
23431
23432 \end_inset
23433
23434  
23435 \begin_inset Box Framed
23436 position "t"
23437 hor_pos "c"
23438 has_inner_box 0
23439 inner_pos "t"
23440 use_parbox 0
23441 width "100col%"
23442 special "none"
23443 height "1in"
23444 height_special "totalheight"
23445 status open
23446
23447 \begin_layout Plain Layout
23448 This is text in a note box that appears framed in the output.
23449 \end_layout
23450
23451 \end_inset
23452
23453  In contrary to framed boxes
23454 \begin_inset Foot
23455 status collapsed
23456
23457 \begin_layout Plain Layout
23458 Framed boxes are described in section
23459 \begin_inset space ~
23460 \end_inset
23461
23462
23463 \begin_inset CommandInset ref
23464 LatexCommand ref
23465 reference "sec:Framed-Boxes"
23466
23467 \end_inset
23468
23469 .
23470 \end_layout
23471
23472 \end_inset
23473
23474  the frame uses always the whole text width and the note is set into its
23475  own paragraph.
23476 \end_layout
23477
23478 \begin_layout Description
23479 Shaded This note will appear in the output with red background color.
23480  Its note box looks like this:
23481 \begin_inset Newline newline
23482 \end_inset
23483
23484
23485 \begin_inset Newline newline
23486 \end_inset
23487
23488
23489 \begin_inset Graphics
23490         filename clipart/ShadedNoteImageQt4.png
23491         display false
23492         scale 85
23493         scaleBeforeRotation
23494
23495 \end_inset
23496
23497
23498 \begin_inset Box Shaded
23499 position "t"
23500 hor_pos "c"
23501 has_inner_box 0
23502 inner_pos "t"
23503 use_parbox 0
23504 width "100col%"
23505 special "none"
23506 height "1in"
23507 height_special "totalheight"
23508 status open
23509
23510 \begin_layout Plain Layout
23511 This text in a note box appears in the output with red background.
23512 \end_layout
23513
23514 \end_inset
23515
23516 In contrary to colored boxes
23517 \begin_inset Foot
23518 status collapsed
23519
23520 \begin_layout Plain Layout
23521 Colored boxes are described in section
23522 \begin_inset space ~
23523 \end_inset
23524
23525
23526 \begin_inset CommandInset ref
23527 LatexCommand ref
23528 reference "sec:Colored-Boxes"
23529
23530 \end_inset
23531
23532 .
23533 \end_layout
23534
23535 \end_inset
23536
23537  the note uses always the whole text width and the note is set into its
23538  own paragraph.
23539 \end_layout
23540
23541 \begin_layout Standard
23542 \begin_inset VSpace bigskip
23543 \end_inset
23544
23545 When you use the toolbar button 
23546 \begin_inset Graphics
23547         filename ../images/note-insert.png
23548         scale 85
23549         scaleBeforeRotation
23550
23551 \end_inset
23552
23553  to insert notes, a 
23554 \family sans
23555 LyX
23556 \begin_inset space ~
23557 \end_inset
23558
23559 Note
23560 \family default
23561  is inserted.
23562  You can switch between the five note types by right-clicking on the note-box.
23563  
23564 \family roman
23565 \series medium
23566 \bar no
23567 If you want to turn existing text into a note, mark it and click on the
23568  note
23569 \family default
23570 \series default
23571 \bar default
23572  toolbar 
23573 \family roman
23574 \series medium
23575 \bar no
23576 button
23577 \family default
23578 \series default
23579 \bar default
23580 .
23581  To change a note to text, press the backspace key when the cursor is in
23582  the first position of a note, or press the deletey key when the cursor
23583  is in the very last position of the note, respectively.
23584 \end_layout
23585
23586 \begin_layout Standard
23587 \begin_inset VSpace bigskip
23588 \end_inset
23589
23590 You can change the text color of the greyed out notes in the preamble with
23591  the following command:
23592 \end_layout
23593
23594 \begin_layout Standard
23595
23596 \series bold
23597
23598 \backslash
23599 renewenvironment{lyxgreyedout}
23600 \begin_inset Newline newline
23601 \end_inset
23602
23603
23604 \begin_inset ERT
23605 status collapsed
23606
23607 \begin_layout Plain Layout
23608
23609
23610 \backslash
23611 hphantom{ }
23612 \end_layout
23613
23614 \end_inset
23615
23616 {
23617 \backslash
23618 textcolor{color}
23619 \backslash
23620 bgroup}{
23621 \backslash
23622 egroup}
23623 \end_layout
23624
23625 \begin_layout Standard
23626 The available colors and the method to define own colors is explained in
23627  section
23628 \begin_inset space ~
23629 \end_inset
23630
23631
23632 \begin_inset CommandInset ref
23633 LatexCommand ref
23634 reference "sec:Colored-Tables"
23635
23636 \end_inset
23637
23638 .
23639 \end_layout
23640
23641 \begin_layout Standard
23642 Notes that appear in blue in this document are set using greyed out notes
23643  with blue text.
23644 \end_layout
23645
23646 \begin_layout Standard
23647 \begin_inset VSpace bigskip
23648 \end_inset
23649
23650
23651 \end_layout
23652
23653 \begin_layout Standard
23654 The text style of 
23655 \family sans
23656 Framed
23657 \family default
23658  and 
23659 \family sans
23660 Shaded
23661 \family default
23662  notes can be set in the 
23663 \family sans
23664 Text Style
23665 \family default
23666  dialog.
23667 \end_layout
23668
23669 \begin_layout Standard
23670 The default frame width for 
23671 \family sans
23672 Framed
23673 \family default
23674  notes is 0.4
23675 \begin_inset space \thinspace{}
23676 \end_inset
23677
23678 pt; it can be changed by changing the size 
23679 \series bold
23680
23681 \backslash
23682 FrameRule
23683 \series default
23684 .
23685  The default space between the note content and the frame is 9
23686 \begin_inset space \thinspace{}
23687 \end_inset
23688
23689 pt; it can be changed by changing the size 
23690 \series bold
23691
23692 \backslash
23693 FrameSep
23694 \series default
23695 .
23696  For example the frame appearance of the following 
23697 \family sans
23698 Framed
23699 \family default
23700  note is set with the TeX-Code commands
23701 \end_layout
23702
23703 \begin_layout Standard
23704
23705 \series bold
23706
23707 \backslash
23708 FrameRule 5pt 
23709 \backslash
23710 FrameSep 0.5cm
23711 \end_layout
23712
23713 \begin_layout Standard
23714 \begin_inset ERT
23715 status collapsed
23716
23717 \begin_layout Plain Layout
23718
23719
23720 \backslash
23721 FrameRule 5pt 
23722 \backslash
23723 FrameSep 0.5cm
23724 \end_layout
23725
23726 \end_inset
23727
23728
23729 \begin_inset Box Framed
23730 position "t"
23731 hor_pos "c"
23732 has_inner_box 0
23733 inner_pos "t"
23734 use_parbox 0
23735 width "100col%"
23736 special "none"
23737 height "1in"
23738 height_special "totalheight"
23739 status open
23740
23741 \begin_layout Plain Layout
23742 This is text in a 
23743 \family sans
23744 Framed
23745 \family default
23746  note.
23747 \end_layout
23748
23749 \end_inset
23750
23751
23752 \begin_inset ERT
23753 status collapsed
23754
23755 \begin_layout Plain Layout
23756
23757
23758 \backslash
23759 FrameRule 0.4pt 
23760 \backslash
23761 FrameSep 9pt
23762 \end_layout
23763
23764 \end_inset
23765
23766
23767 \end_layout
23768
23769 \begin_layout Standard
23770 \begin_inset VSpace bigskip
23771 \end_inset
23772
23773
23774 \end_layout
23775
23776 \begin_layout Standard
23777 For 
23778 \family sans
23779 Shaded
23780 \family default
23781  notes the default space between the note content and the note border is
23782  3
23783 \begin_inset space \thinspace{}
23784 \end_inset
23785
23786 pt; it can be changed by changing the size 
23787 \series bold
23788
23789 \backslash
23790 fboxsep
23791 \series default
23792 .
23793 \begin_inset Newline newline
23794 \end_inset
23795
23796 The default background color red can be changed with the command 
23797 \series bold
23798
23799 \backslash
23800 definecolor{shadebox}
23801 \series default
23802 .
23803  The scheme of the 
23804 \series bold
23805
23806 \backslash
23807 definecolor
23808 \series default
23809  command is explained in section
23810 \begin_inset space ~
23811 \end_inset
23812
23813
23814 \begin_inset CommandInset ref
23815 LatexCommand ref
23816 reference "sec:Colored-Tables"
23817
23818 \end_inset
23819
23820
23821 \begin_inset Foot
23822 status collapsed
23823
23824 \begin_layout Plain Layout
23825 Note that 
23826 \series bold
23827
23828 \backslash
23829 def
23830 \series default
23831 \SpecialChar \textcompwordmark{}
23832
23833 \series bold
23834 inecolor
23835 \series default
23836  requires the LaTeX-package 
23837 \series bold
23838 color
23839 \series default
23840  in the preamble, see section
23841 \begin_inset space ~
23842 \end_inset
23843
23844
23845 \begin_inset CommandInset ref
23846 LatexCommand ref
23847 reference "sec:Colored-Boxes"
23848
23849 \end_inset
23850
23851 .
23852 \end_layout
23853
23854 \end_inset
23855
23856 .
23857 \end_layout
23858
23859 \begin_layout Standard
23860 For example the appearance of the following 
23861 \family sans
23862 Shaded
23863 \family default
23864  note is set with the TeX-Code commands
23865 \end_layout
23866
23867 \begin_layout Standard
23868
23869 \series bold
23870
23871 \backslash
23872 fboxsep 0.5cm
23873 \series default
23874
23875 \begin_inset Newline newline
23876 \end_inset
23877
23878
23879 \series bold
23880
23881 \backslash
23882 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
23883 \end_layout
23884
23885 \begin_layout Standard
23886 \begin_inset ERT
23887 status collapsed
23888
23889 \begin_layout Plain Layout
23890
23891
23892 \backslash
23893 fboxsep 0.5cm
23894 \end_layout
23895
23896 \end_inset
23897
23898
23899 \begin_inset ERT
23900 status collapsed
23901
23902 \begin_layout Plain Layout
23903
23904
23905 \backslash
23906 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
23907 \end_layout
23908
23909 \end_inset
23910
23911
23912 \begin_inset Box Shaded
23913 position "t"
23914 hor_pos "c"
23915 has_inner_box 0
23916 inner_pos "t"
23917 use_parbox 0
23918 width "100col%"
23919 special "none"
23920 height "1in"
23921 height_special "totalheight"
23922 status open
23923
23924 \begin_layout Plain Layout
23925
23926 \color yellow
23927 This is yellow text in a
23928 \color none
23929  
23930 \family sans
23931 \color yellow
23932 Shaded
23933 \family default
23934 \color none
23935  
23936 \color yellow
23937 note with darkgreen background.
23938 \end_layout
23939
23940 \end_inset
23941
23942
23943 \begin_inset ERT
23944 status collapsed
23945
23946 \begin_layout Plain Layout
23947
23948
23949 \backslash
23950 fboxsep 3pt
23951 \end_layout
23952
23953 \end_inset
23954
23955
23956 \begin_inset ERT
23957 status collapsed
23958
23959 \begin_layout Plain Layout
23960
23961
23962 \backslash
23963 definecolor{shadecolor}{rgb}{1,0,0}
23964 \end_layout
23965
23966 \end_inset
23967
23968
23969 \end_layout
23970
23971 \begin_layout Section
23972 Footnotes
23973 \begin_inset CommandInset label
23974 LatexCommand label
23975 name "sec:Footnotes"
23976
23977 \end_inset
23978
23979
23980 \begin_inset Index
23981 status collapsed
23982
23983 \begin_layout Plain Layout
23984 Notes ! Footnotes
23985 \end_layout
23986
23987 \end_inset
23988
23989
23990 \begin_inset Index
23991 status collapsed
23992
23993 \begin_layout Plain Layout
23994 Footnotes
23995 \end_layout
23996
23997 \end_inset
23998
23999
24000 \end_layout
24001
24002 \begin_layout Standard
24003 Footnotes can be inserted using the toolbar button 
24004 \begin_inset Graphics
24005         filename ../images/footnote-insert.png
24006         scale 85
24007         scaleBeforeRotation
24008
24009 \end_inset
24010
24011  or the menu 
24012 \family sans
24013 Insert\SpecialChar \menuseparator
24014 Footnote
24015 \family default
24016 .
24017  
24018 \family roman
24019 \series medium
24020 \bar no
24021 You'll see
24022 \family default
24023 \series default
24024 \bar default
24025  then the following footnote-box: 
24026 \begin_inset Graphics
24027         filename clipart/footnoteQt4.png
24028         scale 80
24029         scaleBeforeRotation
24030
24031 \end_inset
24032
24033  
24034 \family roman
24035 \series medium
24036 \bar no
24037 where you can enter the footnote text.
24038  If you want to turn existing text into a footnote, mark it and click on
24039  the footnote
24040 \family default
24041 \series default
24042 \bar default
24043  toolbar 
24044 \family roman
24045 \series medium
24046 \bar no
24047 button
24048 \family default
24049 \series default
24050 \bar default
24051 .
24052  To change a 
24053 \family roman
24054 \series medium
24055 \bar no
24056 footnote
24057 \family default
24058 \series default
24059 \bar default
24060  to text, press the Backspace key when the cursor is in the first position
24061  of a 
24062 \family roman
24063 \series medium
24064 \bar no
24065 footnote
24066 \family default
24067 \series default
24068 \bar default
24069 , or press the Delete key when the cursor is in the very last position of
24070  the 
24071 \family roman
24072 \series medium
24073 \bar no
24074 footnote
24075 \family default
24076 \series default
24077 \bar default
24078 , respectively.
24079 \end_layout
24080
24081 \begin_layout Standard
24082 Here is an example footnote:
24083 \family roman
24084 \series medium
24085 \bar no
24086
24087 \begin_inset Foot
24088 status open
24089
24090 \begin_layout Plain Layout
24091 \begin_inset CommandInset label
24092 LatexCommand label
24093 name "foot:This-is-an"
24094
24095 \end_inset
24096
24097 This is an example footnote.
24098 \end_layout
24099
24100 \end_inset
24101
24102
24103 \family default
24104 \series default
24105 \bar default
24106
24107 \begin_inset ERT
24108 status collapsed
24109
24110 \begin_layout Plain Layout
24111
24112
24113 \backslash
24114 newcounter{MyRepeatFoot}
24115 \end_layout
24116
24117 \begin_layout Plain Layout
24118
24119
24120 \backslash
24121 setcounter{MyRepeatFoot}{
24122 \backslash
24123 thefootnote}
24124 \end_layout
24125
24126 \end_inset
24127
24128
24129 \end_layout
24130
24131 \begin_layout Standard
24132 The footnote will appear in the output as a superscript number at the text
24133  position where the footnote box is placed.
24134  The footnote text is placed at the bottom of the current page.
24135  The footnote number is calculated by LaTeX, the numbers are consecutive.
24136  It depends on your document-class, if the footnote number is reset for
24137  every chapter.
24138 \end_layout
24139
24140 \begin_layout Standard
24141 Footnotes can be referenced like floats: Insert a label into the footnote
24142  and cross-reference this label in the text as described in section
24143 \begin_inset space ~
24144 \end_inset
24145
24146
24147 \begin_inset CommandInset ref
24148 LatexCommand ref
24149 reference "sec:Referencing-Floats"
24150
24151 \end_inset
24152
24153 .
24154 \begin_inset Newline newline
24155 \end_inset
24156
24157 This is a cross-reference of Footnote
24158 \begin_inset space ~
24159 \end_inset
24160
24161
24162 \begin_inset CommandInset ref
24163 LatexCommand ref
24164 reference "foot:This-is-an"
24165
24166 \end_inset
24167
24168 .
24169 \end_layout
24170
24171 \begin_layout Standard
24172 \begin_inset VSpace defskip
24173 \end_inset
24174
24175 To use footnotes within tables, you have to use minipages, see section
24176 \begin_inset space ~
24177 \end_inset
24178
24179
24180 \begin_inset CommandInset ref
24181 LatexCommand ref
24182 reference "sec:Minipages"
24183
24184 \end_inset
24185
24186 .
24187  Footnotes within longtables are described in section
24188 \begin_inset space ~
24189 \end_inset
24190
24191
24192 \begin_inset CommandInset ref
24193 LatexCommand ref
24194 reference "sub:Footnotes-in-Longtables"
24195
24196 \end_inset
24197
24198 .
24199 \end_layout
24200
24201 \begin_layout Standard
24202 \begin_inset VSpace defskip
24203 \end_inset
24204
24205 To create only a mark for a footnote, use the command 
24206 \series bold
24207
24208 \backslash
24209 footnotemark[number]
24210 \series default
24211  in TeX-Code.
24212  This is used when you have the same annotation several times in a text
24213  but doesn't want to print the footnote text every time.
24214 \begin_inset Newline newline
24215 \end_inset
24216
24217 As you don't know the number of the repeating footnote while you are writing
24218  the text, you have to store its number.
24219  For the following footnote mark example, these commands were inserted in
24220  TeX-Code behind Footnote
24221 \begin_inset space ~
24222 \end_inset
24223
24224
24225 \begin_inset CommandInset ref
24226 LatexCommand ref
24227 reference "foot:This-is-an"
24228
24229 \end_inset
24230
24231  to store the footnote number:
24232 \end_layout
24233
24234 \begin_layout Standard
24235
24236 \series bold
24237
24238 \backslash
24239 newcounter{MyRepeatFoot}
24240 \begin_inset Newline newline
24241 \end_inset
24242
24243
24244 \backslash
24245 setcounter{MyRepeatFoot}{
24246 \backslash
24247 thefootnote}
24248 \end_layout
24249
24250 \begin_layout Standard
24251 The footnote mark was then created with this command:
24252 \end_layout
24253
24254 \begin_layout Standard
24255
24256 \series bold
24257
24258 \backslash
24259 footnotemark[
24260 \backslash
24261 theMyRepeatFoot]
24262 \end_layout
24263
24264 \begin_layout Standard
24265 Here is an example footnote mark:
24266 \family roman
24267 \series medium
24268 \bar no
24269
24270 \begin_inset ERT
24271 status collapsed
24272
24273 \begin_layout Plain Layout
24274
24275
24276 \backslash
24277 footnotemark[
24278 \backslash
24279 theMyRepeatFoot]
24280 \end_layout
24281
24282 \end_inset
24283
24284
24285 \end_layout
24286
24287 \begin_layout Subsection
24288 Footnote Numbering
24289 \begin_inset CommandInset label
24290 LatexCommand label
24291 name "sub:Footnote-Numbering"
24292
24293 \end_inset
24294
24295
24296 \begin_inset Index
24297 status collapsed
24298
24299 \begin_layout Plain Layout
24300 Footnotes ! Numbering
24301 \end_layout
24302
24303 \end_inset
24304
24305
24306 \end_layout
24307
24308 \begin_layout Standard
24309 To reset the footnote number back to 1 after each section
24310 \family roman
24311 , add this command to your document preamble:
24312 \end_layout
24313
24314 \begin_layout Standard
24315
24316 \series bold
24317
24318 \backslash
24319 @addtoreset{footnote}{section}
24320 \end_layout
24321
24322 \begin_layout Standard
24323 \begin_inset VSpace bigskip
24324 \end_inset
24325
24326 The following preamble command changes the footnote numbering style to small
24327  roman numerals:
24328 \end_layout
24329
24330 \begin_layout Standard
24331
24332 \series bold
24333
24334 \backslash
24335 renewcommand{
24336 \backslash
24337 thefootnote}{
24338 \backslash
24339 roman{footnote}}
24340 \end_layout
24341
24342 \begin_layout Standard
24343 \begin_inset ERT
24344 status collapsed
24345
24346 \begin_layout Plain Layout
24347
24348
24349 \backslash
24350 renewcommand{
24351 \backslash
24352 thefootnote}{
24353 \backslash
24354 roman{footnote}}
24355 \end_layout
24356
24357 \end_inset
24358
24359  This is a footnote with roman numbering:
24360 \begin_inset Foot
24361 status open
24362
24363 \begin_layout Plain Layout
24364 This is an example footnote with roman numbering.
24365 \end_layout
24366
24367 \end_inset
24368
24369
24370 \end_layout
24371
24372 \begin_layout Standard
24373 To change the numbering style to capital roman numerals replace in the command
24374  above 
24375 \series bold
24376
24377 \backslash
24378 roman
24379 \series default
24380  by 
24381 \series bold
24382
24383 \backslash
24384 Roman
24385 \series default
24386 .
24387  To 
24388 \begin_inset Quotes eld
24389 \end_inset
24390
24391 number
24392 \begin_inset Quotes erd
24393 \end_inset
24394
24395  footnotes with capital or small Latin letters use 
24396 \series bold
24397
24398 \backslash
24399 Alph
24400 \series default
24401  or 
24402 \series bold
24403
24404 \backslash
24405 alph
24406 \series default
24407 , respectively.
24408  To 
24409 \begin_inset Quotes eld
24410 \end_inset
24411
24412 number
24413 \begin_inset Quotes erd
24414 \end_inset
24415
24416  footnotes with symbols use 
24417 \series bold
24418
24419 \backslash
24420 fnsymbol
24421 \series default
24422 .
24423 \end_layout
24424
24425 \begin_layout Standard
24426 \begin_inset Note Greyedout
24427 status open
24428
24429 \begin_layout Plain Layout
24430
24431 \series bold
24432 Note:
24433 \series default
24434  You can only number 26 footnotes with Latin letters, because this numbering
24435  is limited to single letters.
24436 \end_layout
24437
24438 \end_inset
24439
24440
24441 \begin_inset Newline newline
24442 \end_inset
24443
24444
24445 \begin_inset Note Greyedout
24446 status open
24447
24448 \begin_layout Plain Layout
24449
24450 \series bold
24451 Note:
24452 \series default
24453  You can only number 9 footnotes with symbols.
24454 \end_layout
24455
24456 \end_inset
24457
24458
24459 \end_layout
24460
24461 \begin_layout Standard
24462 To return to the default numbering style when you changed to another one,
24463  use 
24464 \series bold
24465
24466 \backslash
24467 arabic
24468 \series default
24469  instead of 
24470 \series bold
24471
24472 \backslash
24473 roman
24474 \series default
24475  in the command above.
24476 \begin_inset ERT
24477 status collapsed
24478
24479 \begin_layout Plain Layout
24480
24481
24482 \backslash
24483 renewcommand{
24484 \backslash
24485 thefootnote}{
24486 \backslash
24487 arabic{footnote}}
24488 \end_layout
24489
24490 \end_inset
24491
24492
24493 \end_layout
24494
24495 \begin_layout Standard
24496 \begin_inset VSpace bigskip
24497 \end_inset
24498
24499
24500 \end_layout
24501
24502 \begin_layout Standard
24503 If you want to have footnotes numbered in the scheme 
24504 \begin_inset Quotes eld
24505 \end_inset
24506
24507 chapter.footnote
24508 \begin_inset Quotes erd
24509 \end_inset
24510
24511 , add the following command to your document preamble:
24512 \end_layout
24513
24514 \begin_layout Standard
24515
24516 \series bold
24517
24518 \backslash
24519 numberwithin{footnote}{chapter}
24520 \end_layout
24521
24522 \begin_layout Standard
24523 To be able to use the command 
24524 \series bold
24525
24526 \backslash
24527 numberwithin
24528 \series default
24529 , set in the tab 
24530 \family sans
24531 Math
24532 \begin_inset space ~
24533 \end_inset
24534
24535 Options
24536 \family default
24537  in the document settings the option 
24538 \family sans
24539 Use
24540 \begin_inset space ~
24541 \end_inset
24542
24543 AMS
24544 \begin_inset space ~
24545 \end_inset
24546
24547 math
24548 \begin_inset space ~
24549 \end_inset
24550
24551 package
24552 \family default
24553 .
24554 \end_layout
24555
24556 \begin_layout Standard
24557 \begin_inset ERT
24558 status collapsed
24559
24560 \begin_layout Plain Layout
24561
24562
24563 \backslash
24564 numberwithin{footnote}{chapter}
24565 \end_layout
24566
24567 \end_inset
24568
24569 This is another example footnote:
24570 \series bold
24571
24572 \begin_inset Foot
24573 status open
24574
24575 \begin_layout Plain Layout
24576 This is a footnote numbered in the scheme 
24577 \begin_inset Quotes eld
24578 \end_inset
24579
24580 chapter.footnote
24581 \begin_inset Quotes erd
24582 \end_inset
24583
24584 .
24585 \end_layout
24586
24587 \end_inset
24588
24589
24590 \series default
24591
24592 \begin_inset ERT
24593 status collapsed
24594
24595 \begin_layout Plain Layout
24596
24597
24598 \backslash
24599 renewcommand{
24600 \backslash
24601 thefootnote}{
24602 \backslash
24603 arabic{footnote}}
24604 \end_layout
24605
24606 \end_inset
24607
24608
24609 \end_layout
24610
24611 \begin_layout Standard
24612 \begin_inset Note Greyedout
24613 status open
24614
24615 \begin_layout Plain Layout
24616
24617 \series bold
24618 Note:
24619 \series default
24620  
24621 \series bold
24622
24623 \backslash
24624 numberwithin
24625 \series default
24626  always prints out the footnote number as arabic number; previous redefinitions
24627  to get non-arabic numbers are overwritten.
24628 \end_layout
24629
24630 \end_inset
24631
24632
24633 \end_layout
24634
24635 \begin_layout Standard
24636 So to get for example the scheme 
24637 \begin_inset Quotes eld
24638 \end_inset
24639
24640 chapter.
24641 \backslash
24642 Roman{footnote}
24643 \begin_inset Quotes erd
24644 \end_inset
24645
24646 , use this command instead of 
24647 \series bold
24648
24649 \backslash
24650 numberwithin
24651 \series default
24652 :
24653 \end_layout
24654
24655 \begin_layout Standard
24656
24657 \series bold
24658
24659 \backslash
24660 renewcommand{
24661 \backslash
24662 thefootnote}{
24663 \backslash
24664 thechapter.
24665 \backslash
24666 Roman{footnote}}
24667 \end_layout
24668
24669 \begin_layout Subsection
24670 Footnote Placement
24671 \begin_inset Index
24672 status collapsed
24673
24674 \begin_layout Plain Layout
24675 Footnotes ! Placement
24676 \end_layout
24677
24678 \end_inset
24679
24680
24681 \end_layout
24682
24683 \begin_layout Standard
24684 If you have several footnotes in one page, they appear without vertical
24685  space between them at the bottom of the page.
24686  To make them better readable you can e.
24687 \begin_inset space \thinspace{}
24688 \end_inset
24689
24690 g.
24691 \begin_inset space ~
24692 \end_inset
24693
24694 add 1.5
24695 \begin_inset space \thinspace{}
24696 \end_inset
24697
24698 mm space with the following preamble command:
24699 \end_layout
24700
24701 \begin_layout Standard
24702
24703 \series bold
24704
24705 \backslash
24706 let
24707 \backslash
24708 myFoot
24709 \backslash
24710 footnote
24711 \begin_inset Newline newline
24712 \end_inset
24713
24714
24715 \backslash
24716 renewcommand{
24717 \backslash
24718 footnote}[1]{
24719 \backslash
24720 myFoot{#1
24721 \backslash
24722 vspace{1.5mm}}}
24723 \end_layout
24724
24725 \begin_layout Standard
24726 \begin_inset VSpace bigskip
24727 \end_inset
24728
24729 In a two-column document the footnotes appear at the bottom of every column,
24730  see Figure
24731 \begin_inset space ~
24732 \end_inset
24733
24734
24735 \begin_inset CommandInset ref
24736 LatexCommand ref
24737 reference "fig:Standard-footnote-placement"
24738
24739 \end_inset
24740
24741 .
24742  If the footnotes should only appear at the bottom of the right column,
24743  as in Figure
24744 \begin_inset space ~
24745 \end_inset
24746
24747
24748 \begin_inset CommandInset ref
24749 LatexCommand ref
24750 reference "fig:Footnote-placement-in"
24751
24752 \end_inset
24753
24754 , use the LaTeX-package 
24755 \series bold
24756 ftnright
24757 \series default
24758
24759 \begin_inset Index
24760 status collapsed
24761
24762 \begin_layout Plain Layout
24763 LaTeX-packages ! ftnright
24764 \end_layout
24765
24766 \end_inset
24767
24768  with this command in the document preamble:
24769 \end_layout
24770
24771 \begin_layout Standard
24772
24773 \series bold
24774
24775 \backslash
24776 usepackage{ftnright}
24777 \end_layout
24778
24779 \begin_layout Standard
24780 \begin_inset Float figure
24781 placement !h
24782 wide false
24783 sideways false
24784 status open
24785
24786 \begin_layout Plain Layout
24787 \begin_inset ERT
24788 status collapsed
24789
24790 \begin_layout Plain Layout
24791
24792
24793 \backslash
24794 framebox{
24795 \end_layout
24796
24797 \end_inset
24798
24799
24800 \begin_inset Graphics
24801         filename clipart/without_fntright.pdf
24802         width 100col%
24803         scaleBeforeRotation
24804
24805 \end_inset
24806
24807
24808 \begin_inset ERT
24809 status collapsed
24810
24811 \begin_layout Plain Layout
24812
24813 }
24814 \end_layout
24815
24816 \end_inset
24817
24818
24819 \end_layout
24820
24821 \begin_layout Plain Layout
24822 \begin_inset Caption
24823
24824 \begin_layout Plain Layout
24825 \begin_inset CommandInset label
24826 LatexCommand label
24827 name "fig:Standard-footnote-placement"
24828
24829 \end_inset
24830
24831 Standard footnote placement in two-column documents.
24832 \end_layout
24833
24834 \end_inset
24835
24836
24837 \end_layout
24838
24839 \end_inset
24840
24841
24842 \end_layout
24843
24844 \begin_layout Standard
24845 \begin_inset Float figure
24846 placement !h
24847 wide false
24848 sideways false
24849 status open
24850
24851 \begin_layout Plain Layout
24852 \begin_inset ERT
24853 status collapsed
24854
24855 \begin_layout Plain Layout
24856
24857
24858 \backslash
24859 framebox{
24860 \end_layout
24861
24862 \end_inset
24863
24864
24865 \begin_inset Graphics
24866         filename clipart/with_fntright.pdf
24867         width 100col%
24868         scaleBeforeRotation
24869
24870 \end_inset
24871
24872
24873 \begin_inset ERT
24874 status collapsed
24875
24876 \begin_layout Plain Layout
24877
24878 }
24879 \end_layout
24880
24881 \end_inset
24882
24883
24884 \end_layout
24885
24886 \begin_layout Plain Layout
24887 \begin_inset Caption
24888
24889 \begin_layout Plain Layout
24890 \begin_inset CommandInset label
24891 LatexCommand label
24892 name "fig:Footnote-placement-in"
24893
24894 \end_inset
24895
24896 Footnote placement in two-column documents when the LaTeX-package 
24897 \series bold
24898 ftnright
24899 \series default
24900  is used.
24901 \end_layout
24902
24903 \end_inset
24904
24905
24906 \end_layout
24907
24908 \end_inset
24909
24910
24911 \end_layout
24912
24913 \begin_layout Standard
24914 \begin_inset VSpace bigskip
24915 \end_inset
24916
24917 In some scientific literature it is usual to collect the footnotes and print
24918  them in a separate paragraph at the the end of a section, like in Figure
24919 \begin_inset space ~
24920 \end_inset
24921
24922
24923 \begin_inset CommandInset ref
24924 LatexCommand ref
24925 reference "fig:Endnotes----footnotes"
24926
24927 \end_inset
24928
24929 .
24930  They are then so called 
24931 \begin_inset Quotes eld
24932 \end_inset
24933
24934 endnotes
24935 \begin_inset Quotes erd
24936 \end_inset
24937
24938 .
24939 \begin_inset Index
24940 status collapsed
24941
24942 \begin_layout Plain Layout
24943 Endnotes
24944 \end_layout
24945
24946 \end_inset
24947
24948  To use endnotes instead of footnotes in your document, load the LaTeX-package
24949  
24950 \series bold
24951 endnotes
24952 \series default
24953
24954 \begin_inset Index
24955 status collapsed
24956
24957 \begin_layout Plain Layout
24958 LaTeX-packages ! endnotes
24959 \end_layout
24960
24961 \end_inset
24962
24963  with the document preamble lines
24964 \end_layout
24965
24966 \begin_layout Standard
24967
24968 \series bold
24969
24970 \backslash
24971 usepackage{endnotes}
24972 \begin_inset Newline newline
24973 \end_inset
24974
24975
24976 \backslash
24977 let
24978 \backslash
24979 footnote
24980 \backslash
24981 endnote
24982 \end_layout
24983
24984 \begin_layout Standard
24985 To insert the collected footnotes, insert the command
24986 \end_layout
24987
24988 \begin_layout Standard
24989
24990 \series bold
24991
24992 \backslash
24993 theendnotes
24994 \end_layout
24995
24996 \begin_layout Standard
24997 in TeX-Code at the the end of a section or chapter.
24998 \end_layout
24999
25000 \begin_layout Standard
25001 \begin_inset Float figure
25002 wide false
25003 sideways false
25004 status open
25005
25006 \begin_layout Plain Layout
25007 \align center
25008 \begin_inset ERT
25009 status collapsed
25010
25011 \begin_layout Plain Layout
25012
25013
25014 \backslash
25015 framebox{
25016 \end_layout
25017
25018 \end_inset
25019
25020
25021 \begin_inset Graphics
25022         filename clipart/endnotes.pdf
25023         scaleBeforeRotation
25024
25025 \end_inset
25026
25027
25028 \begin_inset ERT
25029 status collapsed
25030
25031 \begin_layout Plain Layout
25032
25033 }
25034 \end_layout
25035
25036 \end_inset
25037
25038
25039 \end_layout
25040
25041 \begin_layout Plain Layout
25042 \begin_inset Caption
25043
25044 \begin_layout Plain Layout
25045 \begin_inset CommandInset label
25046 LatexCommand label
25047 name "fig:Endnotes----footnotes"
25048
25049 \end_inset
25050
25051 Endnotes -- footnotes are printed in a separate paragraph at the end of
25052  sections or chapters.
25053 \end_layout
25054
25055 \end_inset
25056
25057
25058 \end_layout
25059
25060 \end_inset
25061
25062
25063 \end_layout
25064
25065 \begin_layout Standard
25066 \begin_inset VSpace medskip
25067 \end_inset
25068
25069 The paragraph heading for the endnotes isn't automatically translated into
25070  the document language, this must be done manually.
25071  The following preamble command translate the default English name 
25072 \begin_inset Quotes eld
25073 \end_inset
25074
25075 Notes
25076 \begin_inset Quotes erd
25077 \end_inset
25078
25079  to the German translation 
25080 \begin_inset Quotes eld
25081 \end_inset
25082
25083 Anmerkungen
25084 \begin_inset Quotes erd
25085 \end_inset
25086
25087 :
25088 \end_layout
25089
25090 \begin_layout Standard
25091
25092 \series bold
25093
25094 \backslash
25095 renewcommand{
25096 \backslash
25097 notesname}{Anmerkungen}
25098 \end_layout
25099
25100 \begin_layout Standard
25101 \begin_inset VSpace medskip
25102 \end_inset
25103
25104 The numbering of endnotes can be changed like the footnote numbering as
25105  described in section
25106 \begin_inset space ~
25107 \end_inset
25108
25109
25110 \begin_inset CommandInset ref
25111 LatexCommand ref
25112 reference "sub:Footnote-Numbering"
25113
25114 \end_inset
25115
25116 ; just replace the command 
25117 \series bold
25118
25119 \backslash
25120 thefootnote
25121 \series default
25122  by 
25123 \series bold
25124
25125 \backslash
25126 theendnote
25127 \series default
25128 .
25129  To reset the endnote number use the command 
25130 \series bold
25131
25132 \backslash
25133 @addtoreset
25134 \series default
25135  as described in section
25136 \begin_inset space ~
25137 \end_inset
25138
25139
25140 \begin_inset CommandInset ref
25141 LatexCommand ref
25142 reference "sub:Footnote-Numbering"
25143
25144 \end_inset
25145
25146  and replace the command parameter 
25147 \series bold
25148 footnote
25149 \series default
25150  by 
25151 \series bold
25152 endnote
25153 \series default
25154 .
25155 \end_layout
25156
25157 \begin_layout Standard
25158 To create only a mark for an endnote, use the command 
25159 \series bold
25160
25161 \backslash
25162 endnotemark[number]
25163 \series default
25164  similar to the command 
25165 \series bold
25166
25167 \backslash
25168 footnotemark
25169 \series default
25170 , described in section
25171 \begin_inset space ~
25172 \end_inset
25173
25174
25175 \begin_inset CommandInset ref
25176 LatexCommand ref
25177 reference "sec:Footnotes"
25178
25179 \end_inset
25180
25181 .
25182 \end_layout
25183
25184 \begin_layout Standard
25185 \begin_inset VSpace bigskip
25186 \end_inset
25187
25188 Footnotes can also be placed in the page margin and the footnote text alignment
25189  can be changed, see the LaTeX-package 
25190 \series bold
25191 footmisc
25192 \series default
25193
25194 \begin_inset Index
25195 status collapsed
25196
25197 \begin_layout Plain Layout
25198 LaTeX-packages ! footmisc
25199 \end_layout
25200
25201 \end_inset
25202
25203
25204 \begin_inset CommandInset citation
25205 LatexCommand cite
25206 key "footmisc"
25207
25208 \end_inset
25209
25210  for more information about this.
25211 \end_layout
25212
25213 \begin_layout Standard
25214 For various further footnote formatting issues have a look at LaTeX-books,
25215  
25216 \begin_inset CommandInset citation
25217 LatexCommand cite
25218 key "latexcompanion,latexguide,latexbook"
25219
25220 \end_inset
25221
25222 .
25223 \end_layout
25224
25225 \begin_layout Section
25226 Margin Notes
25227 \begin_inset Index
25228 status collapsed
25229
25230 \begin_layout Plain Layout
25231 Notes ! Margin Notes
25232 \end_layout
25233
25234 \end_inset
25235
25236
25237 \end_layout
25238
25239 \begin_layout Standard
25240 Margin notes look and behave in LyX like footnotes.
25241  They are inserted via the menu 
25242 \family sans
25243 Insert\SpecialChar \menuseparator
25244 Marginal
25245 \begin_inset space ~
25246 \end_inset
25247
25248 Note
25249 \family default
25250  or the toolbar button 
25251 \begin_inset Graphics
25252         filename ../images/marginalnote-insert.png
25253         scale 85
25254         scaleBeforeRotation
25255
25256 \end_inset
25257
25258 .
25259  A grey 
25260 \family roman
25261 \series medium
25262 box with the
25263 \family default
25264 \series default
25265  red 
25266 \family roman
25267 \series medium
25268 label 
25269 \begin_inset Quotes eld
25270 \end_inset
25271
25272 margin
25273 \begin_inset Quotes erd
25274 \end_inset
25275
25276  appears where you can enter the text of the margin note.
25277 \end_layout
25278
25279 \begin_layout Standard
25280 At the side is an example margin note.
25281
25282 \family roman
25283 \series medium
25284  
25285 \begin_inset Marginal
25286 status open
25287
25288 \begin_layout Plain Layout
25289 This is a margin note.
25290 \end_layout
25291
25292 \end_inset
25293
25294
25295 \end_layout
25296
25297 \begin_layout Standard
25298 Margin notes appear at the right side in single-sided documents.
25299  In double-sided documents they appear in the outer margin -- left on even
25300  pages, right on odd pages.
25301  The text of margin notes is aligned opposite to the outer margin -- right-align
25302 ed when the note appears in the left margin.
25303  The first line of the margin note is placed at the position of the text
25304  line where it is inserted in the document.
25305 \end_layout
25306
25307 \begin_layout Standard
25308 \begin_inset VSpace bigskip
25309 \end_inset
25310
25311 To place the margin note in the inner margin, add the command
25312 \end_layout
25313
25314 \begin_layout Standard
25315
25316 \series bold
25317
25318 \backslash
25319 reversemarginpar
25320 \end_layout
25321
25322 \begin_layout Standard
25323 in TeX-Code before a margin note.
25324  The new placement is valid for all following margin notes.
25325  
25326 \begin_inset ERT
25327 status collapsed
25328
25329 \begin_layout Plain Layout
25330
25331
25332 \backslash
25333 reversemarginpar 
25334 \end_layout
25335
25336 \end_inset
25337
25338
25339 \begin_inset Marginal
25340 status open
25341
25342 \begin_layout Plain Layout
25343 This is a margin note in the inner margin.
25344 \end_layout
25345
25346 \end_inset
25347
25348
25349 \series bold
25350
25351 \begin_inset Newline newline
25352 \end_inset
25353
25354
25355 \series default
25356
25357 \begin_inset Note Greyedout
25358 status open
25359
25360 \begin_layout Plain Layout
25361
25362 \series bold
25363 Note:
25364 \series default
25365  There is often not enough space in the inner margin so that the notes are
25366  not correctly displayed in the output.
25367 \end_layout
25368
25369 \end_inset
25370
25371
25372 \end_layout
25373
25374 \begin_layout Standard
25375 To return to the default placement insert the command
25376 \end_layout
25377
25378 \begin_layout Standard
25379
25380 \series bold
25381
25382 \backslash
25383 normalmarginpar
25384 \end_layout
25385
25386 \begin_layout Standard
25387 in TeX-Code.
25388 \begin_inset ERT
25389 status collapsed
25390
25391 \begin_layout Plain Layout
25392
25393
25394 \backslash
25395 normalmarginpar 
25396 \end_layout
25397
25398 \end_inset
25399
25400  
25401 \begin_inset Note Greyedout
25402 status open
25403
25404 \begin_layout Plain Layout
25405
25406 \series bold
25407 Note:
25408 \series default
25409  The command is ignored when it is within a paragraph where also the command
25410  
25411 \series bold
25412
25413 \backslash
25414 reversemarginpar
25415 \series default
25416  is inserted.
25417 \end_layout
25418
25419 \end_inset
25420
25421
25422 \end_layout
25423
25424 \begin_layout Standard
25425 \begin_inset VSpace bigskip
25426 \end_inset
25427
25428
25429 \family roman
25430 \series medium
25431
25432 \begin_inset Marginal
25433 status open
25434
25435 \begin_layout Plain Layout
25436 AVeryLongMarginParWord that isn't hyphenated.
25437 \end_layout
25438
25439 \end_inset
25440
25441
25442 \family default
25443 \series default
25444  Similar to the case described in section
25445 \begin_inset space ~
25446 \end_inset
25447
25448
25449 \begin_inset CommandInset ref
25450 LatexCommand ref
25451 reference "sub:Multiple-Lines-in"
25452
25453 \end_inset
25454
25455 , long words cannot be hyphenated when they are the first word in a margin
25456  note.
25457  To avoid this, insert 0
25458 \begin_inset space \thinspace{}
25459 \end_inset
25460
25461 pt horizontal space before the word
25462 \family roman
25463 \series medium
25464 .
25465  
25466 \begin_inset Marginal
25467 status open
25468
25469 \begin_layout Plain Layout
25470 \begin_inset space \hspace*{}
25471 \length 0pt
25472 \end_inset
25473
25474 AVeryLongMarginParWord that is hyphenated.
25475 \end_layout
25476
25477 \end_inset
25478
25479
25480 \end_layout
25481
25482 \begin_layout Standard
25483 \begin_inset VSpace bigskip
25484 \end_inset
25485
25486
25487 \end_layout
25488
25489 \begin_layout Standard
25490 \begin_inset Note Greyedout
25491 status open
25492
25493 \begin_layout Plain Layout
25494
25495 \series bold
25496 Note:
25497 \series default
25498  Margin notes can normally not be used inside tables, floats, and footnotes.
25499 \end_layout
25500
25501 \end_inset
25502
25503
25504 \end_layout
25505
25506 \begin_layout Standard
25507 \begin_inset VSpace bigskip
25508 \end_inset
25509
25510
25511 \end_layout
25512
25513 \begin_layout Standard
25514 \begin_inset ERT
25515 status collapsed
25516
25517 \begin_layout Plain Layout
25518
25519
25520 \backslash
25521 ifmarginnote
25522 \end_layout
25523
25524 \end_inset
25525
25526
25527 \begin_inset Note Note
25528 status open
25529
25530 \begin_layout Plain Layout
25531 The following section will only be displayed when the LaTeX-package 
25532 \series bold
25533 marginnote
25534 \series default
25535  is installed.
25536 \end_layout
25537
25538 \end_inset
25539
25540
25541 \end_layout
25542
25543 \begin_layout Standard
25544 This restriction can be evaded by using the LaTeX-package 
25545 \series bold
25546 marginnote
25547 \series default
25548
25549 \begin_inset Index
25550 status collapsed
25551
25552 \begin_layout Plain Layout
25553 LaTeX-packages ! marginnote
25554 \end_layout
25555
25556 \end_inset
25557
25558 .
25559  By adding these two lines to your document preamble, the command used by
25560  LyX for margin notes is redefined to use the command provided by the 
25561 \series bold
25562 marginnote
25563 \series default
25564 -package:
25565 \end_layout
25566
25567 \begin_layout Standard
25568
25569 \series bold
25570
25571 \backslash
25572 usepackage{marginnote}
25573 \begin_inset Newline newline
25574 \end_inset
25575
25576
25577 \backslash
25578 let
25579 \backslash
25580 marginpar
25581 \backslash
25582 marginnote
25583 \end_layout
25584
25585 \begin_layout Standard
25586 This is also used in this document because 
25587 \series bold
25588 marginnote
25589 \series default
25590  has another useful feature: You can set a vertical offset for the note.
25591  This is often needed when too many margin notes are too close together
25592  or for a better page layout.
25593  The offset is set in LyX as TeX-Code directly behind the margin note in
25594  the scheme
25595 \end_layout
25596
25597 \begin_layout Standard
25598
25599 \series bold
25600 [offset]
25601 \end_layout
25602
25603 \begin_layout Standard
25604 where the offset is a length with one of the units listed in Table
25605 \begin_inset space ~
25606 \end_inset
25607
25608
25609 \begin_inset CommandInset ref
25610 LatexCommand ref
25611 reference "tab:Units"
25612
25613 \end_inset
25614
25615 .
25616  A negative value shifts the note up, a positive value shifts it down.
25617  
25618 \family roman
25619 \series medium
25620 For example the margin note beside this text line is shifted up 1.5
25621 \begin_inset space \thinspace{}
25622 \end_inset
25623
25624 cm with the TeX-Code-command 
25625 \begin_inset Quotes eld
25626 \end_inset
25627
25628
25629 \family default
25630 \series bold
25631 [-1.5cm]
25632 \family roman
25633 \series medium
25634
25635 \begin_inset Quotes erd
25636 \end_inset
25637
25638
25639 \begin_inset Marginal
25640 status open
25641
25642 \begin_layout Plain Layout
25643 This margin note is shifted up 1.5
25644 \begin_inset space \thinspace{}
25645 \end_inset
25646
25647 cm from its original position.
25648 \end_layout
25649
25650 \end_inset
25651
25652
25653 \family default
25654 \series default
25655
25656 \begin_inset ERT
25657 status collapsed
25658
25659 \begin_layout Plain Layout
25660
25661 [-1.5cm]
25662 \end_layout
25663
25664 \end_inset
25665
25666
25667 \end_layout
25668
25669 \begin_layout Standard
25670 \begin_inset VSpace medskip
25671 \end_inset
25672
25673 With 
25674 \series bold
25675 marginnote
25676 \series default
25677  you can also change the alignment of the text in the margin note.
25678  For example the commands
25679 \end_layout
25680
25681 \begin_layout Standard
25682
25683 \series bold
25684
25685 \backslash
25686 renewcommand*{
25687 \backslash
25688 raggedleftmarginnote}{
25689 \backslash
25690 centering}
25691 \begin_inset Newline newline
25692 \end_inset
25693
25694
25695 \backslash
25696 renewcommand*{
25697 \backslash
25698 raggedrightmarginnote}{
25699 \backslash
25700 centering}
25701 \end_layout
25702
25703 \begin_layout Standard
25704 set the alignment to centered.
25705  
25706 \series bold
25707
25708 \backslash
25709 raggedleftmarginnote
25710 \series default
25711  denotes margin notes that appear at the left side.
25712 \family roman
25713 \series medium
25714
25715 \begin_inset ERT
25716 status collapsed
25717
25718 \begin_layout Plain Layout
25719
25720
25721 \backslash
25722 renewcommand*{
25723 \backslash
25724 raggedleftmarginnote}{
25725 \backslash
25726 centering}
25727 \end_layout
25728
25729 \begin_layout Plain Layout
25730
25731
25732 \backslash
25733 renewcommand*{
25734 \backslash
25735 raggedrightmarginnote}{
25736 \backslash
25737 centering}
25738 \end_layout
25739
25740 \end_inset
25741
25742
25743 \begin_inset Marginal
25744 status open
25745
25746 \begin_layout Plain Layout
25747 The text of this margin note is centered.
25748 \end_layout
25749
25750 \end_inset
25751
25752
25753 \family default
25754 \series default
25755  The default is
25756 \end_layout
25757
25758 \begin_layout Standard
25759
25760 \series bold
25761
25762 \backslash
25763 renewcommand*{
25764 \backslash
25765 raggedleftmarginnote}{
25766 \backslash
25767 raggedleft}
25768 \begin_inset Newline newline
25769 \end_inset
25770
25771
25772 \backslash
25773 renewcommand*{
25774 \backslash
25775 raggedrightmarginnote}{
25776 \backslash
25777 raggedright}
25778 \family roman
25779 \series medium
25780
25781 \begin_inset ERT
25782 status collapsed
25783
25784 \begin_layout Plain Layout
25785
25786
25787 \backslash
25788 renewcommand*{
25789 \backslash
25790 raggedleftmarginnote}{
25791 \backslash
25792 raggedleft}
25793 \end_layout
25794
25795 \begin_layout Plain Layout
25796
25797
25798 \backslash
25799 renewcommand*{
25800 \backslash
25801 raggedrightmarginnote}{
25802 \backslash
25803 raggedright}
25804 \end_layout
25805
25806 \end_inset
25807
25808
25809 \end_layout
25810
25811 \begin_layout Standard
25812 \begin_inset VSpace medskip
25813 \end_inset
25814
25815 For the other features of 
25816 \series bold
25817 marginnote
25818 \series default
25819  we refer to its documentation 
25820 \begin_inset CommandInset citation
25821 LatexCommand cite
25822 key "marginnote"
25823
25824 \end_inset
25825
25826 .
25827 \end_layout
25828
25829 \begin_layout Standard
25830 \begin_inset VSpace bigskip
25831 \end_inset
25832
25833 You can adjust the layout of margin notes by changing its definition.
25834  To create for example a header for all margin notes with the underlined,
25835  sans-serif, and bold header text 
25836 \begin_inset Quotes eld
25837 \end_inset
25838
25839
25840 \family sans
25841 \series bold
25842 \bar under
25843 Attention!
25844 \family default
25845 \series default
25846 \bar default
25847
25848 \begin_inset Quotes erd
25849 \end_inset
25850
25851 , add this to your document preamble:
25852 \end_layout
25853
25854 \begin_layout Standard
25855
25856 \series bold
25857
25858 \backslash
25859 let
25860 \backslash
25861 myMarginpar
25862 \backslash
25863 marginpar
25864 \begin_inset Newline newline
25865 \end_inset
25866
25867
25868 \backslash
25869 renewcommand{
25870 \backslash
25871 marginpar}[1]{
25872 \backslash
25873 myMarginpar{%
25874 \begin_inset Newline newline
25875 \end_inset
25876
25877
25878 \begin_inset ERT
25879 status collapsed
25880
25881 \begin_layout Plain Layout
25882
25883
25884 \backslash
25885 hphantom{ }
25886 \end_layout
25887
25888 \end_inset
25889
25890
25891 \backslash
25892 hspace{0pt}
25893 \backslash
25894 textsf{
25895 \backslash
25896 textbf{
25897 \backslash
25898 underbar{Attention!}}}%
25899 \begin_inset Newline newline
25900 \end_inset
25901
25902
25903 \begin_inset ERT
25904 status collapsed
25905
25906 \begin_layout Plain Layout
25907
25908
25909 \backslash
25910 hphantom{ }
25911 \end_layout
25912
25913 \end_inset
25914
25915
25916 \backslash
25917 vspace{1.5mm}
25918 \backslash
25919
25920 \backslash
25921 #1}}
25922 \end_layout
25923
25924 \begin_layout Standard
25925
25926 \family roman
25927 \series medium
25928 \begin_inset ERT
25929 status collapsed
25930
25931 \begin_layout Plain Layout
25932
25933
25934 \backslash
25935 let
25936 \backslash
25937 myMarginpar
25938 \backslash
25939 marginpar
25940 \end_layout
25941
25942 \begin_layout Plain Layout
25943
25944
25945 \backslash
25946 renewcommand{
25947 \backslash
25948 marginpar}[1]{
25949 \backslash
25950 myMarginpar{%
25951 \end_layout
25952
25953 \begin_layout Plain Layout
25954
25955    
25956 \backslash
25957 textsf{
25958 \backslash
25959 textbf{
25960 \backslash
25961 underbar{Attention!}}}%
25962 \end_layout
25963
25964 \begin_layout Plain Layout
25965
25966    
25967 \backslash
25968 vspace{1.5mm}
25969 \backslash
25970
25971 \backslash
25972 #1}}
25973 \end_layout
25974
25975 \end_inset
25976
25977
25978 \begin_inset Marginal
25979 status open
25980
25981 \begin_layout Plain Layout
25982 This is a margin note with a defined heading.
25983 \end_layout
25984
25985 \end_inset
25986
25987
25988 \family default
25989 \series default
25990
25991 \begin_inset ERT
25992 status collapsed
25993
25994 \begin_layout Plain Layout
25995
25996 [-1.5cm]
25997 \end_layout
25998
25999 \end_inset
26000
26001
26002 \family roman
26003 \series medium
26004
26005 \begin_inset ERT
26006 status collapsed
26007
26008 \begin_layout Plain Layout
26009
26010
26011 \backslash
26012 renewcommand{
26013 \backslash
26014 marginpar}[1]{
26015 \backslash
26016 myMarginpar{#1}}
26017 \end_layout
26018
26019 \end_inset
26020
26021
26022 \family default
26023 \series default
26024
26025 \begin_inset Note Note
26026 status collapsed
26027
26028 \begin_layout Plain Layout
26029 The margin note format is changed only for this example.
26030 \end_layout
26031
26032 \end_inset
26033
26034
26035 \end_layout
26036
26037 \begin_layout Standard
26038 \begin_inset ERT
26039 status collapsed
26040
26041 \begin_layout Plain Layout
26042
26043
26044 \backslash
26045 else
26046 \end_layout
26047
26048 \end_inset
26049
26050
26051 \begin_inset Note Note
26052 status open
26053
26054 \begin_layout Plain Layout
26055 The following will be displayed when the LaTeX-package 
26056 \series bold
26057 marginnote
26058 \series default
26059  is not installed:
26060 \end_layout
26061
26062 \end_inset
26063
26064
26065 \end_layout
26066
26067 \begin_layout Standard
26068 You need to install the LaTeX-package 
26069 \series bold
26070 marginnote
26071 \series default
26072  to see the following part of this section in the output.
26073 \end_layout
26074
26075 \begin_layout Standard
26076 \begin_inset ERT
26077 status collapsed
26078
26079 \begin_layout Plain Layout
26080
26081
26082 \backslash
26083 fi
26084 \end_layout
26085
26086 \end_inset
26087
26088
26089 \end_layout
26090
26091 \begin_layout Chapter
26092 Boxes
26093 \end_layout
26094
26095 \begin_layout Section
26096 Introduction
26097 \begin_inset Index
26098 status collapsed
26099
26100 \begin_layout Plain Layout
26101 Boxes ! Introduction
26102 \end_layout
26103
26104 \end_inset
26105
26106
26107 \end_layout
26108
26109 \begin_layout Standard
26110 Boxes are used to format a block of text.
26111  Boxes can be used to write documents with multiple languages, see section
26112 \begin_inset space ~
26113 \end_inset
26114
26115
26116 \begin_inset CommandInset ref
26117 LatexCommand ref
26118 reference "sec:Minipages"
26119
26120 \end_inset
26121
26122 , to frame texts, see section
26123 \begin_inset space ~
26124 \end_inset
26125
26126
26127 \begin_inset CommandInset ref
26128 LatexCommand ref
26129 reference "sec:Framed-Boxes"
26130
26131 \end_inset
26132
26133 , to prevent words to be hyphenated, see section
26134 \begin_inset space ~
26135 \end_inset
26136
26137
26138 \begin_inset CommandInset ref
26139 LatexCommand ref
26140 reference "sec:Prevent-Hyphenation"
26141
26142 \end_inset
26143
26144 , to align text, see section
26145 \begin_inset space ~
26146 \end_inset
26147
26148
26149 \begin_inset CommandInset ref
26150 LatexCommand ref
26151 reference "sub:Vertical-Alignment"
26152
26153 \end_inset
26154
26155 , or to set the background color of texts, see section
26156 \begin_inset space ~
26157 \end_inset
26158
26159
26160 \begin_inset CommandInset ref
26161 LatexCommand ref
26162 reference "sec:Colored-Boxes"
26163
26164 \end_inset
26165
26166 .
26167 \end_layout
26168
26169 \begin_layout Standard
26170 Boxes can be inserted with the menu 
26171 \family sans
26172 Insert\SpecialChar \menuseparator
26173 Box
26174 \family default
26175  or the toolbar button 
26176 \begin_inset Graphics
26177         filename ../images/box-insert.png
26178         scale 85
26179         scaleBeforeRotation
26180
26181 \end_inset
26182
26183 .
26184  A grey box with the label 
26185 \family sans
26186 Box (Minipage)
26187 \family default
26188
26189 \begin_inset Graphics
26190         filename clipart/BoxInsetDefaultQt4.png
26191         scale 85
26192         scaleBeforeRotation
26193
26194 \end_inset
26195
26196 , will be inserted.
26197  The box type can be specified by right-clicking on the box.
26198  The appearing box dialog offers the 
26199 \family sans
26200 Inner
26201 \begin_inset space ~
26202 \end_inset
26203
26204 Box
26205 \family default
26206  types 
26207 \family sans
26208 Parbox
26209 \family default
26210  and 
26211 \family sans
26212 Minipage
26213 \family default
26214 .
26215  The type 
26216 \family sans
26217 Minipage
26218 \family default
26219  is the default for new boxes and is explained in section
26220 \begin_inset space ~
26221 \end_inset
26222
26223
26224 \begin_inset CommandInset ref
26225 LatexCommand ref
26226 reference "sec:Minipages"
26227
26228 \end_inset
26229
26230 ; the type 
26231 \family sans
26232 Parbox
26233 \family default
26234  is described in section
26235 \begin_inset space ~
26236 \end_inset
26237
26238
26239 \begin_inset CommandInset ref
26240 LatexCommand ref
26241 reference "sec:Parboxes"
26242
26243 \end_inset
26244
26245 .
26246 \end_layout
26247
26248 \begin_layout Standard
26249 Boxes aren't numbered and can therefore not be referenced like floats or
26250  footnotes.
26251 \end_layout
26252
26253 \begin_layout Standard
26254 \begin_inset Note Greyedout
26255 status open
26256
26257 \begin_layout Plain Layout
26258
26259 \series bold
26260 Note:
26261 \series default
26262  Boxes must not be the item in an 
26263 \family sans
26264 Itemize
26265 \family default
26266  or 
26267 \family sans
26268 Description
26269 \family default
26270  environment.
26271 \end_layout
26272
26273 \end_inset
26274
26275
26276 \end_layout
26277
26278 \begin_layout Standard
26279 \begin_inset Note Greyedout
26280 status open
26281
26282 \begin_layout Plain Layout
26283
26284 \series bold
26285 Note:
26286 \series default
26287  For an unknown reason you can only set the 
26288 \family sans
26289 Inner
26290 \begin_inset space ~
26291 \end_inset
26292
26293 Box
26294 \family default
26295  type to 
26296 \family sans
26297 None
26298 \family default
26299  when you use a framed box.
26300  Boxes without an 
26301 \family sans
26302 Inner
26303 \begin_inset space ~
26304 \end_inset
26305
26306 Box
26307 \family default
26308  type and without frames are explained in section
26309 \begin_inset space ~
26310 \end_inset
26311
26312
26313 \begin_inset CommandInset ref
26314 LatexCommand ref
26315 reference "sec:Prevent-Hyphenation"
26316
26317 \end_inset
26318
26319 .
26320 \end_layout
26321
26322 \end_inset
26323
26324
26325 \end_layout
26326
26327 \begin_layout Section
26328 Box Dialog
26329 \begin_inset CommandInset label
26330 LatexCommand label
26331 name "sec:Box-Dialog"
26332
26333 \end_inset
26334
26335
26336 \begin_inset Index
26337 status collapsed
26338
26339 \begin_layout Plain Layout
26340 Boxes ! Box Dialog
26341 \end_layout
26342
26343 \end_inset
26344
26345
26346 \end_layout
26347
26348 \begin_layout Subsection
26349 Size
26350 \begin_inset Index
26351 status collapsed
26352
26353 \begin_layout Plain Layout
26354 Boxes ! Size
26355 \end_layout
26356
26357 \end_inset
26358
26359
26360 \end_layout
26361
26362 \begin_layout Standard
26363 In the box dialog you can adjust the box geometry in the fields 
26364 \family sans
26365 Width
26366 \family default
26367  and 
26368 \family sans
26369 Height
26370 \family default
26371 .
26372  The available units for the geometry are explained in Table
26373 \begin_inset space ~
26374 \end_inset
26375
26376
26377 \begin_inset CommandInset ref
26378 LatexCommand ref
26379 reference "tab:Units"
26380
26381 \end_inset
26382
26383 .
26384  The field 
26385 \family sans
26386 Heigth
26387 \family default
26388  offers the following additional sizes:
26389 \end_layout
26390
26391 \begin_layout Description
26392 Depth This is the plain text 
26393 \begin_inset Quotes eld
26394 \end_inset
26395
26396 height
26397 \begin_inset Quotes erd
26398 \end_inset
26399
26400 .
26401  It ignores the total depth when there are multiple text lines in the box:
26402 \begin_inset Newline newline
26403 \end_inset
26404
26405
26406 \begin_inset Newline newline
26407 \end_inset
26408
26409
26410 \begin_inset Newline newline
26411 \end_inset
26412
26413
26414 \begin_inset Box Boxed
26415 position "c"
26416 hor_pos "c"
26417 has_inner_box 1
26418 inner_pos "c"
26419 use_parbox 0
26420 width "12col%"
26421 special "none"
26422 height "1in"
26423 height_special "depth"
26424 status collapsed
26425
26426 \begin_layout Plain Layout
26427 \align center
26428 Box height set to 1
26429 \begin_inset space \thinspace{}
26430 \end_inset
26431
26432 Depth
26433 \end_layout
26434
26435 \end_inset
26436
26437
26438 \begin_inset Newline newline
26439 \end_inset
26440
26441
26442 \begin_inset Newline newline
26443 \end_inset
26444
26445
26446 \end_layout
26447
26448 \begin_layout Description
26449 Height This is the heigth of the text that is inside the box.
26450  A value of e.
26451 \begin_inset space \thinspace{}
26452 \end_inset
26453
26454 g.
26455 \begin_inset space ~
26456 \end_inset
26457
26458 2 for this size will set the box heigth to 2 times the text height: 
26459 \begin_inset Box Boxed
26460 position "c"
26461 hor_pos "c"
26462 has_inner_box 1
26463 inner_pos "c"
26464 use_parbox 0
26465 width "20col%"
26466 special "none"
26467 height "2in"
26468 height_special "height"
26469 status collapsed
26470
26471 \begin_layout Plain Layout
26472 \align center
26473 Box height set to 2
26474 \begin_inset space \thinspace{}
26475 \end_inset
26476
26477 Height
26478 \end_layout
26479
26480 \end_inset
26481
26482
26483 \end_layout
26484
26485 \begin_layout Description
26486 Total
26487 \begin_inset space ~
26488 \end_inset
26489
26490 Height This is the Height
26491 \begin_inset space \thinspace{}
26492 \end_inset
26493
26494 +
26495 \begin_inset space \thinspace{}
26496 \end_inset
26497
26498 Depth: 
26499 \begin_inset Box Boxed
26500 position "c"
26501 hor_pos "c"
26502 has_inner_box 1
26503 inner_pos "c"
26504 use_parbox 0
26505 width "20col%"
26506 special "none"
26507 height "1in"
26508 height_special "totalheight"
26509 status collapsed
26510
26511 \begin_layout Plain Layout
26512 \align center
26513 Box height set to 1
26514 \begin_inset space \thinspace{}
26515 \end_inset
26516
26517 Total
26518 \begin_inset space ~
26519 \end_inset
26520
26521 Height
26522 \end_layout
26523
26524 \end_inset
26525
26526
26527 \end_layout
26528
26529 \begin_layout Description
26530 Width This sets the width of the box as heigth: 
26531 \begin_inset Box Boxed
26532 position "c"
26533 hor_pos "c"
26534 has_inner_box 1
26535 inner_pos "c"
26536 use_parbox 0
26537 width "12col%"
26538 special "none"
26539 height "1in"
26540 height_special "width"
26541 status collapsed
26542
26543 \begin_layout Plain Layout
26544 \align center
26545 Box height set to 1
26546 \begin_inset space \thinspace{}
26547 \end_inset
26548
26549 Width
26550 \end_layout
26551
26552 \end_inset
26553
26554
26555 \end_layout
26556
26557 \begin_layout Subsection
26558 Alignment
26559 \begin_inset Index
26560 status collapsed
26561
26562 \begin_layout Plain Layout
26563 Boxes ! Alignment
26564 \end_layout
26565
26566 \end_inset
26567
26568
26569 \end_layout
26570
26571 \begin_layout Standard
26572 When you have chosen an 
26573 \family sans
26574 Inner
26575 \begin_inset space ~
26576 \end_inset
26577
26578 Box
26579 \family default
26580 , the vertical box alignment can be:
26581 \end_layout
26582
26583 \begin_layout Description
26584 Top This is an example text line.
26585  
26586 \begin_inset Box Boxed
26587 position "t"
26588 hor_pos "c"
26589 has_inner_box 1
26590 inner_pos "c"
26591 use_parbox 0
26592 width "12col%"
26593 special "none"
26594 height "1in"
26595 height_special "totalheight"
26596 status collapsed
26597
26598 \begin_layout Plain Layout
26599 \align center
26600 This box is top-aligned.
26601 \end_layout
26602
26603 \end_inset
26604
26605  This is an example text line.
26606 \end_layout
26607
26608 \begin_layout Description
26609 Middle This is an example text line.
26610  
26611 \begin_inset Box Boxed
26612 position "c"
26613 hor_pos "c"
26614 has_inner_box 1
26615 inner_pos "c"
26616 use_parbox 0
26617 width "12col%"
26618 special "none"
26619 height "1in"
26620 height_special "totalheight"
26621 status collapsed
26622
26623 \begin_layout Plain Layout
26624 \align center
26625 This box is middle-aligned.
26626 \end_layout
26627
26628 \end_inset
26629
26630  This is an example text line.
26631 \end_layout
26632
26633 \begin_layout Description
26634 Bottom This is an example text line.
26635  
26636 \begin_inset Box Boxed
26637 position "b"
26638 hor_pos "c"
26639 has_inner_box 1
26640 inner_pos "c"
26641 use_parbox 0
26642 width "12col%"
26643 special "none"
26644 height "1in"
26645 height_special "totalheight"
26646 status collapsed
26647
26648 \begin_layout Plain Layout
26649 \align center
26650 This box is bottom-aligned.
26651 \end_layout
26652
26653 \end_inset
26654
26655  This is an example text line.
26656 \end_layout
26657
26658 \begin_layout Standard
26659 \begin_inset Note Greyedout
26660 status open
26661
26662 \begin_layout Plain Layout
26663
26664 \series bold
26665 Note:
26666 \series default
26667  The vertical box aligment can be lost in the output when you have two boxes
26668  in a line and one has e.
26669 \begin_inset space \thinspace{}
26670 \end_inset
26671
26672 g.
26673 \begin_inset space ~
26674 \end_inset
26675
26676 a shadow and the other one not.
26677 \end_layout
26678
26679 \end_inset
26680
26681
26682 \end_layout
26683
26684 \begin_layout Standard
26685 The horizontal box alignment can be set via LyX's paragraph dialog when
26686  you set the box into its own paragraph.
26687 \end_layout
26688
26689 \begin_layout Standard
26690 \begin_inset VSpace bigskip
26691 \end_inset
26692
26693 When you have chosen an 
26694 \family sans
26695 Inner
26696 \begin_inset space ~
26697 \end_inset
26698
26699 Box
26700 \family default
26701 , the box content can be vertical aligned to:
26702 \end_layout
26703
26704 \begin_layout Description
26705 top This is an example text line.
26706  
26707 \begin_inset Box Boxed
26708 position "c"
26709 hor_pos "c"
26710 has_inner_box 1
26711 inner_pos "t"
26712 use_parbox 0
26713 width "12col%"
26714 special "none"
26715 height "1.5in"
26716 height_special "totalheight"
26717 status collapsed
26718
26719 \begin_layout Plain Layout
26720 \align center
26721 This box text is top-aligned.
26722 \end_layout
26723
26724 \end_inset
26725
26726  This is an example text line.
26727 \end_layout
26728
26729 \begin_layout Description
26730 middle This is an example text line.
26731  
26732 \begin_inset Box Boxed
26733 position "c"
26734 hor_pos "c"
26735 has_inner_box 1
26736 inner_pos "c"
26737 use_parbox 0
26738 width "12col%"
26739 special "none"
26740 height "1.5in"
26741 height_special "totalheight"
26742 status collapsed
26743
26744 \begin_layout Plain Layout
26745 \align center
26746 This box text is middle-aligned.
26747 \end_layout
26748
26749 \end_inset
26750
26751  This is an example text line.
26752 \end_layout
26753
26754 \begin_layout Description
26755 bottom This is an example text line.
26756  
26757 \begin_inset Box Boxed
26758 position "c"
26759 hor_pos "c"
26760 has_inner_box 1
26761 inner_pos "b"
26762 use_parbox 0
26763 width "12col%"
26764 special "none"
26765 height "1.5in"
26766 height_special "totalheight"
26767 status collapsed
26768
26769 \begin_layout Plain Layout
26770 \align center
26771 This box text is bottom-aligned.
26772 \end_layout
26773
26774 \end_inset
26775
26776  This is an example text line.
26777 \end_layout
26778
26779 \begin_layout Description
26780 stretch This is an example text line.
26781  
26782 \begin_inset Box Boxed
26783 position "c"
26784 hor_pos "c"
26785 has_inner_box 1
26786 inner_pos "s"
26787 use_parbox 0
26788 width "12col%"
26789 special "none"
26790 height "1.5in"
26791 height_special "totalheight"
26792 status collapsed
26793
26794 \begin_layout Plain Layout
26795 \align center
26796 This box
26797 \end_layout
26798
26799 \begin_layout Plain Layout
26800 \align center
26801 text is
26802 \end_layout
26803
26804 \begin_layout Plain Layout
26805 \align center
26806 stretched.
26807 \end_layout
26808
26809 \end_inset
26810
26811  This is an example text line.
26812 \end_layout
26813
26814 \begin_layout Standard
26815 To stretch the box content, it must consist of more than one paragraph.
26816  In the example above every text line is in an own paragraph.
26817 \end_layout
26818
26819 \begin_layout Standard
26820 \begin_inset VSpace bigskip
26821 \end_inset
26822
26823 To align the box content horizontally you can use LyX's paragraph dialog
26824  when you have chosen an 
26825 \family sans
26826 Inner
26827 \begin_inset space ~
26828 \end_inset
26829
26830 Box
26831 \family default
26832 .
26833 \end_layout
26834
26835 \begin_layout Standard
26836 \align center
26837 \begin_inset Box Boxed
26838 position "c"
26839 hor_pos "c"
26840 has_inner_box 1
26841 inner_pos "s"
26842 use_parbox 0
26843 width "15col%"
26844 special "none"
26845 height "1.25in"
26846 height_special "totalheight"
26847 status collapsed
26848
26849 \begin_layout Plain Layout
26850 \align left
26851 This box
26852 \end_layout
26853
26854 \begin_layout Plain Layout
26855 \align center
26856 text is
26857 \end_layout
26858
26859 \begin_layout Plain Layout
26860 \align right
26861 stretched.
26862 \end_layout
26863
26864 \end_inset
26865
26866
26867 \end_layout
26868
26869 \begin_layout Standard
26870 If you haven't set an 
26871 \family sans
26872 Inner
26873 \begin_inset space ~
26874 \end_inset
26875
26876 Box
26877 \family default
26878 , you can align the box content horizontally in the box dialog.
26879 \end_layout
26880
26881 \begin_layout Standard
26882 \align center
26883 \begin_inset Box Boxed
26884 position "c"
26885 hor_pos "s"
26886 has_inner_box 0
26887 inner_pos "s"
26888 use_parbox 0
26889 width "90col%"
26890 special "none"
26891 height "1.25in"
26892 height_special "totalheight"
26893 status collapsed
26894
26895 \begin_layout Plain Layout
26896 \align left
26897 This box text is horizontally stretched.
26898 \end_layout
26899
26900 \end_inset
26901
26902
26903 \end_layout
26904
26905 \begin_layout Section
26906 Framed Boxes
26907 \begin_inset CommandInset label
26908 LatexCommand label
26909 name "sec:Framed-Boxes"
26910
26911 \end_inset
26912
26913
26914 \begin_inset Index
26915 status collapsed
26916
26917 \begin_layout Plain Layout
26918 Boxes ! Frames
26919 \end_layout
26920
26921 \end_inset
26922
26923
26924 \end_layout
26925
26926 \begin_layout Standard
26927 The frame style of the box can be specified in the box-dialog in the drop-down
26928  list 
26929 \family sans
26930 Type
26931 \family default
26932 .
26933  The following frame types are possible:
26934 \end_layout
26935
26936 \begin_layout Description
26937 Rectangular
26938 \begin_inset space ~
26939 \end_inset
26940
26941 box This draws a rectangle frame around the box.
26942  The frame line thickness has the size of 
26943 \series bold
26944
26945 \backslash
26946 fboxrule
26947 \series default
26948 .
26949  
26950 \begin_inset Box Boxed
26951 position "c"
26952 hor_pos "c"
26953 has_inner_box 1
26954 inner_pos "c"
26955 use_parbox 0
26956 width "20col%"
26957 special "none"
26958 height "1in"
26959 height_special "totalheight"
26960 status collapsed
26961
26962 \begin_layout Plain Layout
26963 \align center
26964 Rectangular box
26965 \end_layout
26966
26967 \end_inset
26968
26969
26970 \end_layout
26971
26972 \begin_layout Description
26973 Oval
26974 \begin_inset space ~
26975 \end_inset
26976
26977 box,
26978 \begin_inset space ~
26979 \end_inset
26980
26981 thin This draws an oval frame around the box.
26982  The frame line thickness has the size 0.4
26983 \begin_inset space \thinspace{}
26984 \end_inset
26985
26986 pt.
26987  
26988 \begin_inset Box ovalbox
26989 position "c"
26990 hor_pos "c"
26991 has_inner_box 1
26992 inner_pos "c"
26993 use_parbox 0
26994 width "20col%"
26995 special "none"
26996 height "1in"
26997 height_special "totalheight"
26998 status collapsed
26999
27000 \begin_layout Plain Layout
27001 \align center
27002 Oval box, thin
27003 \end_layout
27004
27005 \end_inset
27006
27007
27008 \end_layout
27009
27010 \begin_layout Description
27011 Oval
27012 \begin_inset space ~
27013 \end_inset
27014
27015 box,
27016 \begin_inset space ~
27017 \end_inset
27018
27019 thick This draws an oval frame around the box.
27020  The frame line thickness has the size 0.8
27021 \begin_inset space \thinspace{}
27022 \end_inset
27023
27024 pt.
27025  
27026 \begin_inset Box Ovalbox
27027 position "c"
27028 hor_pos "c"
27029 has_inner_box 1
27030 inner_pos "c"
27031 use_parbox 0
27032 width "20col%"
27033 special "none"
27034 height "1in"
27035 height_special "totalheight"
27036 status collapsed
27037
27038 \begin_layout Plain Layout
27039 \align center
27040 Oval box, thick
27041 \end_layout
27042
27043 \end_inset
27044
27045
27046 \end_layout
27047
27048 \begin_layout Description
27049 Shadow
27050 \begin_inset space ~
27051 \end_inset
27052
27053 box This draws a rectangle frame with a shadow around the box.
27054  The frame line thickness has the size of 
27055 \series bold
27056
27057 \backslash
27058 fboxrule
27059 \series default
27060 , the shadow has a width of 4
27061 \begin_inset space \thinspace{}
27062 \end_inset
27063
27064 pt.
27065  
27066 \begin_inset Box Shadowbox
27067 position "c"
27068 hor_pos "c"
27069 has_inner_box 1
27070 inner_pos "c"
27071 use_parbox 0
27072 width "20col%"
27073 special "none"
27074 height "1in"
27075 height_special "totalheight"
27076 status collapsed
27077
27078 \begin_layout Plain Layout
27079 \align center
27080 Shadow box
27081 \end_layout
27082
27083 \end_inset
27084
27085
27086 \end_layout
27087
27088 \begin_layout Description
27089 Double
27090 \begin_inset space ~
27091 \end_inset
27092
27093 box This draws a double-line rectangle frame around the box.
27094  The line thickness of the inner frame is 0.75
27095 \begin_inset space \thinspace{}
27096 \end_inset
27097
27098
27099 \series bold
27100
27101 \backslash
27102 fboxrule
27103 \series default
27104 , the thickness of the outer frame is 1.5
27105 \begin_inset space \thinspace{}
27106 \end_inset
27107
27108
27109 \series bold
27110
27111 \backslash
27112 fboxrule
27113 \series default
27114 .
27115  The distance between the lines is 1.5
27116 \begin_inset space \thinspace{}
27117 \end_inset
27118
27119
27120 \series bold
27121
27122 \backslash
27123 fboxrule
27124 \series default
27125
27126 \begin_inset space \thinspace{}
27127 \end_inset
27128
27129 +
27130 \begin_inset space \thinspace{}
27131 \end_inset
27132
27133 0.5
27134 \begin_inset space \thinspace{}
27135 \end_inset
27136
27137 pt.
27138  
27139 \begin_inset Box Doublebox
27140 position "c"
27141 hor_pos "c"
27142 has_inner_box 1
27143 inner_pos "c"
27144 use_parbox 0
27145 width "20col%"
27146 special "none"
27147 height "1in"
27148 height_special "totalheight"
27149 status collapsed
27150
27151 \begin_layout Plain Layout
27152 \align center
27153 Double box
27154 \end_layout
27155
27156 \end_inset
27157
27158
27159 \end_layout
27160
27161 \begin_layout Standard
27162 \begin_inset VSpace bigskip
27163 \end_inset
27164
27165 LyX's box label will change to the used frame style when you set a frame.
27166  To be able to use the different frame styles, the LaTeX-package 
27167 \series bold
27168 fancybox
27169 \series default
27170
27171 \begin_inset Index
27172 status collapsed
27173
27174 \begin_layout Plain Layout
27175 LaTeX-packages ! fancybox
27176 \end_layout
27177
27178 \end_inset
27179
27180  must be installed.
27181 \end_layout
27182
27183 \begin_layout Standard
27184 \begin_inset VSpace bigskip
27185 \end_inset
27186
27187 The default value for the size 
27188 \series bold
27189
27190 \backslash
27191 fboxrule
27192 \series default
27193  is 0.4
27194 \begin_inset space \thinspace{}
27195 \end_inset
27196
27197 pt.
27198  It can be changed with the following command in TeX-Code to e.
27199 \begin_inset space \thinspace{}
27200 \end_inset
27201
27202 g.
27203 \begin_inset space ~
27204 \end_inset
27205
27206 2
27207 \begin_inset space \thinspace{}
27208 \end_inset
27209
27210 pt:
27211 \end_layout
27212
27213 \begin_layout Standard
27214
27215 \series bold
27216
27217 \backslash
27218 setlength{
27219 \backslash
27220 fboxrule}{2pt}
27221 \end_layout
27222
27223 \begin_layout Standard
27224 \begin_inset ERT
27225 status collapsed
27226
27227 \begin_layout Plain Layout
27228
27229
27230 \backslash
27231 setlength{
27232 \backslash
27233 fboxrule}{2pt}
27234 \end_layout
27235
27236 \end_inset
27237
27238
27239 \begin_inset Box Boxed
27240 position "c"
27241 hor_pos "c"
27242 has_inner_box 1
27243 inner_pos "c"
27244 use_parbox 0
27245 width "25col%"
27246 special "none"
27247 height "1in"
27248 height_special "totalheight"
27249 status collapsed
27250
27251 \begin_layout Plain Layout
27252 \align center
27253 Rectangular box with 
27254 \series bold
27255
27256 \backslash
27257 fboxrule
27258 \series default
27259
27260 \begin_inset space \thinspace{}
27261 \end_inset
27262
27263 =
27264 \begin_inset space \thinspace{}
27265 \end_inset
27266
27267 2
27268 \begin_inset space \thinspace{}
27269 \end_inset
27270
27271 pt
27272 \end_layout
27273
27274 \end_inset
27275
27276
27277 \begin_inset ERT
27278 status collapsed
27279
27280 \begin_layout Plain Layout
27281
27282
27283 \backslash
27284 setlength{
27285 \backslash
27286 fboxrule}{0.4pt}
27287 \end_layout
27288
27289 \end_inset
27290
27291
27292 \end_layout
27293
27294 \begin_layout Standard
27295 \begin_inset VSpace bigskip
27296 \end_inset
27297
27298 The space between the frame and the box content is for all frame styles
27299  by default 3
27300 \begin_inset space \thinspace{}
27301 \end_inset
27302
27303 pt.
27304  You can change it by setting the length 
27305 \series bold
27306
27307 \backslash
27308 fboxsep
27309 \series default
27310  to another value.
27311  For example the command
27312 \end_layout
27313
27314 \begin_layout Standard
27315
27316 \series bold
27317
27318 \backslash
27319 setlength{
27320 \backslash
27321 fboxsep}{10pt}
27322 \end_layout
27323
27324 \begin_layout Standard
27325 sets the value to 10
27326 \begin_inset space \thinspace{}
27327 \end_inset
27328
27329 pt, like for the following box:
27330 \end_layout
27331
27332 \begin_layout Standard
27333 \begin_inset ERT
27334 status collapsed
27335
27336 \begin_layout Plain Layout
27337
27338
27339 \backslash
27340 setlength{
27341 \backslash
27342 fboxsep}{10pt}
27343 \end_layout
27344
27345 \end_inset
27346
27347
27348 \begin_inset Box Boxed
27349 position "c"
27350 hor_pos "c"
27351 has_inner_box 1
27352 inner_pos "c"
27353 use_parbox 0
27354 width "25col%"
27355 special "none"
27356 height "1in"
27357 height_special "totalheight"
27358 status collapsed
27359
27360 \begin_layout Plain Layout
27361 \align center
27362 Rectangular box with 
27363 \series bold
27364
27365 \backslash
27366 fboxsep
27367 \series default
27368
27369 \begin_inset space \thinspace{}
27370 \end_inset
27371
27372 =
27373 \begin_inset space \thinspace{}
27374 \end_inset
27375
27376 10
27377 \begin_inset space \thinspace{}
27378 \end_inset
27379
27380 pt
27381 \end_layout
27382
27383 \end_inset
27384
27385
27386 \begin_inset ERT
27387 status collapsed
27388
27389 \begin_layout Plain Layout
27390
27391
27392 \backslash
27393 setlength{
27394 \backslash
27395 fboxsep}{3pt}
27396 \end_layout
27397
27398 \end_inset
27399
27400
27401 \end_layout
27402
27403 \begin_layout Standard
27404 \begin_inset VSpace bigskip
27405 \end_inset
27406
27407 The diameter of the round corners of the oval boxes can be set with the
27408  command 
27409 \series bold
27410
27411 \backslash
27412 cornersize
27413 \series default
27414 .
27415  The command
27416 \end_layout
27417
27418 \begin_layout Standard
27419
27420 \series bold
27421
27422 \backslash
27423 cornersize*{1cm}
27424 \end_layout
27425
27426 \begin_layout Standard
27427 sets the diameter to 1
27428 \begin_inset space \thinspace{}
27429 \end_inset
27430
27431 cm.
27432  The command
27433 \end_layout
27434
27435 \begin_layout Standard
27436
27437 \series bold
27438
27439 \backslash
27440 cornersize{num}
27441 \end_layout
27442
27443 \begin_layout Standard
27444 sets the diameter to 
27445 \family sans
27446 num
27447 \begin_inset space \thinspace{}
27448 \end_inset
27449
27450 ×
27451 \begin_inset space \thinspace{}
27452 \end_inset
27453
27454 minimum(width and heigth of box)
27455 \family default
27456 .
27457  The default is 
27458 \series bold
27459
27460 \backslash
27461 cornersize{0.5}
27462 \series default
27463 .
27464 \end_layout
27465
27466 \begin_layout Standard
27467 \begin_inset ERT
27468 status collapsed
27469
27470 \begin_layout Plain Layout
27471
27472
27473 \backslash
27474 cornersize*{1.5cm}
27475 \end_layout
27476
27477 \end_inset
27478
27479
27480 \begin_inset Box Ovalbox
27481 position "c"
27482 hor_pos "c"
27483 has_inner_box 1
27484 inner_pos "c"
27485 use_parbox 0
27486 width "25col%"
27487 special "none"
27488 height "1in"
27489 height_special "totalheight"
27490 status collapsed
27491
27492 \begin_layout Plain Layout
27493 \align center
27494 Oval box with 
27495 \series bold
27496
27497 \backslash
27498 cornersize
27499 \series default
27500
27501 \begin_inset space \thinspace{}
27502 \end_inset
27503
27504 =
27505 \begin_inset space \thinspace{}
27506 \end_inset
27507
27508 1.5
27509 \begin_inset space \thinspace{}
27510 \end_inset
27511
27512 cm
27513 \end_layout
27514
27515 \end_inset
27516
27517
27518 \begin_inset ERT
27519 status collapsed
27520
27521 \begin_layout Plain Layout
27522
27523
27524 \backslash
27525 cornersize{0.5}
27526 \end_layout
27527
27528 \end_inset
27529
27530
27531 \end_layout
27532
27533 \begin_layout Standard
27534 \begin_inset VSpace bigskip
27535 \end_inset
27536
27537 The size of the shadow can be adjusted by changing the length 
27538 \series bold
27539
27540 \backslash
27541 shadowsize
27542 \series default
27543 .
27544  It it set to 2
27545 \begin_inset space \thinspace{}
27546 \end_inset
27547
27548 pt for the following box by this command:
27549 \end_layout
27550
27551 \begin_layout Standard
27552
27553 \series bold
27554
27555 \backslash
27556 setlength{
27557 \backslash
27558 shadowsize}{2pt}
27559 \end_layout
27560
27561 \begin_layout Standard
27562 \begin_inset ERT
27563 status collapsed
27564
27565 \begin_layout Plain Layout
27566
27567
27568 \backslash
27569 setlength{
27570 \backslash
27571 shadowsize}{2pt}
27572 \end_layout
27573
27574 \end_inset
27575
27576
27577 \begin_inset Box Shadowbox
27578 position "c"
27579 hor_pos "c"
27580 has_inner_box 1
27581 inner_pos "c"
27582 use_parbox 0
27583 width "25col%"
27584 special "none"
27585 height "1in"
27586 height_special "totalheight"
27587 status collapsed
27588
27589 \begin_layout Plain Layout
27590 \align center
27591 Shadow box with 
27592 \series bold
27593
27594 \backslash
27595 shadowsize
27596 \series default
27597
27598 \begin_inset space \thinspace{}
27599 \end_inset
27600
27601 =
27602 \begin_inset space \thinspace{}
27603 \end_inset
27604
27605 2
27606 \begin_inset space \thinspace{}
27607 \end_inset
27608
27609 pt
27610 \end_layout
27611
27612 \end_inset
27613
27614
27615 \begin_inset ERT
27616 status collapsed
27617
27618 \begin_layout Plain Layout
27619
27620
27621 \backslash
27622 setlength{
27623 \backslash
27624 shadowsize}{4pt}
27625 \end_layout
27626
27627 \end_inset
27628
27629
27630 \end_layout
27631
27632 \begin_layout Standard
27633 \begin_inset VSpace bigskip
27634 \end_inset
27635
27636 Changed lengths and widths are valid for all boxes following the commands
27637  that change them.
27638 \end_layout
27639
27640 \begin_layout Section
27641 Minipages
27642 \begin_inset CommandInset label
27643 LatexCommand label
27644 name "sec:Minipages"
27645
27646 \end_inset
27647
27648
27649 \begin_inset Index
27650 status collapsed
27651
27652 \begin_layout Plain Layout
27653 Boxes ! Minipages
27654 \end_layout
27655
27656 \end_inset
27657
27658
27659 \end_layout
27660
27661 \begin_layout Standard
27662 Minipages are treated by LaTeX as pages within pages and can therefore for
27663  example have their own footnotes.
27664 \end_layout
27665
27666 \begin_layout Standard
27667 Minipages are useful when you write documents with different languages.
27668 \end_layout
27669
27670 \begin_layout Standard
27671 Below are two example minipages side by side.
27672  Their width is set to 45
27673 \begin_inset space \thinspace{}
27674 \end_inset
27675
27676 col% and they are separated by a horizontal fill, that was inserted via
27677  the menu 
27678 \family sans
27679 Insert\SpecialChar \menuseparator
27680 Special
27681 \begin_inset space ~
27682 \end_inset
27683
27684 Formatting\SpecialChar \menuseparator
27685 Horizontal
27686 \begin_inset space ~
27687 \end_inset
27688
27689 Fill
27690 \family default
27691 .
27692 \end_layout
27693
27694 \begin_layout Standard
27695 \begin_inset Box Frameless
27696 position "t"
27697 hor_pos "c"
27698 has_inner_box 1
27699 inner_pos "c"
27700 use_parbox 0
27701 width "45col%"
27702 special "none"
27703 height "1in"
27704 height_special "totalheight"
27705 status open
27706
27707 \begin_layout Plain Layout
27708
27709 \lang german
27710 Dies ist ein deutscher Text.
27711  Dies ist ein deutscher Text.
27712  Dies ist ein deutscher Text.
27713  Dies ist ein deutscher Text.
27714  Dies ist ein deutscher Text.
27715  Dies ist ein deutscher Text.
27716  Dies ist ein deutscher Text.
27717  Dies ist ein deutscher Text.
27718  Dies ist ein deutscher Text.
27719  Dies ist ein deutscher Text.
27720  Dies ist ein deutscher Text.
27721  Dies ist ein deutscher Text.
27722  Dies ist ein deutscher Text
27723 \begin_inset Foot
27724 status collapsed
27725
27726 \begin_layout Plain Layout
27727
27728 \lang german
27729 Dies ist eine deutsche Fußnote.
27730 \end_layout
27731
27732 \end_inset
27733
27734 .
27735  Dies ist ein deutscher Text.
27736  Dies ist ein deutscher Text.
27737 \end_layout
27738
27739 \end_inset
27740
27741
27742 \begin_inset space \hfill{}
27743 \end_inset
27744
27745
27746 \begin_inset Box Frameless
27747 position "t"
27748 hor_pos "c"
27749 has_inner_box 1
27750 inner_pos "c"
27751 use_parbox 0
27752 width "45col%"
27753 special "none"
27754 height "1in"
27755 height_special "totalheight"
27756 status open
27757
27758 \begin_layout Plain Layout
27759 This is an English Text.
27760  This is an English Text.
27761  This is an English Text.
27762  This is an English Text.
27763  This is an English Text.
27764  This is an English Text.
27765  This is an English Text.
27766  This is an English Text.
27767  This is an English Text.
27768  This is an English Text.
27769  This is an English Text.
27770  This is an English Text.
27771  This is an English Text.
27772  This is an English Text.
27773  This is an English Text.
27774  This is an English Text.
27775 \begin_inset Foot
27776 status collapsed
27777
27778 \begin_layout Plain Layout
27779 This is an English footnote.
27780 \end_layout
27781
27782 \end_inset
27783
27784  This is an English Text.
27785  
27786 \end_layout
27787
27788 \end_inset
27789
27790
27791 \end_layout
27792
27793 \begin_layout Standard
27794 \begin_inset VSpace bigskip
27795 \end_inset
27796
27797 Another application for minipages are footnotes within tables.
27798  Due to a LaTeX restriction footnotes within tables doesn't appear at the
27799  bottom of the current page.
27800  But when you put the table with the footnote to a minipage, the footnote
27801  will appear at its bottom, numbered with Latin letters.
27802  The footnote number is reset to 1 in every minipage but not outside the
27803  minipages.
27804 \end_layout
27805
27806 \begin_layout Standard
27807 The footnote of this table doesn't appear: 
27808 \begin_inset Tabular
27809 <lyxtabular version="3" rows="3" columns="4">
27810 <features>
27811 <column alignment="center" valignment="top" width="0pt">
27812 <column alignment="center" valignment="top" width="0pt">
27813 <column alignment="center" valignment="top" width="0pt">
27814 <column alignment="center" valignment="top" width="0pt">
27815 <row>
27816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27817 \begin_inset Text
27818
27819 \begin_layout Plain Layout
27820 1
27821 \end_layout
27822
27823 \end_inset
27824 </cell>
27825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27826 \begin_inset Text
27827
27828 \begin_layout Plain Layout
27829 2
27830 \end_layout
27831
27832 \end_inset
27833 </cell>
27834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27835 \begin_inset Text
27836
27837 \begin_layout Plain Layout
27838 3
27839 \begin_inset Foot
27840 status collapsed
27841
27842 \begin_layout Plain Layout
27843 This is a footnote within a table.
27844 \end_layout
27845
27846 \end_inset
27847
27848
27849 \end_layout
27850
27851 \end_inset
27852 </cell>
27853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27854 \begin_inset Text
27855
27856 \begin_layout Plain Layout
27857 4
27858 \end_layout
27859
27860 \end_inset
27861 </cell>
27862 </row>
27863 <row>
27864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27865 \begin_inset Text
27866
27867 \begin_layout Plain Layout
27868 a
27869 \end_layout
27870
27871 \end_inset
27872 </cell>
27873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27874 \begin_inset Text
27875
27876 \begin_layout Plain Layout
27877 b
27878 \end_layout
27879
27880 \end_inset
27881 </cell>
27882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27883 \begin_inset Text
27884
27885 \begin_layout Plain Layout
27886 c
27887 \end_layout
27888
27889 \end_inset
27890 </cell>
27891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27892 \begin_inset Text
27893
27894 \begin_layout Plain Layout
27895 d
27896 \end_layout
27897
27898 \end_inset
27899 </cell>
27900 </row>
27901 <row>
27902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27903 \begin_inset Text
27904
27905 \begin_layout Plain Layout
27906 e
27907 \end_layout
27908
27909 \end_inset
27910 </cell>
27911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27912 \begin_inset Text
27913
27914 \begin_layout Plain Layout
27915 f
27916 \end_layout
27917
27918 \end_inset
27919 </cell>
27920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27921 \begin_inset Text
27922
27923 \begin_layout Plain Layout
27924 g
27925 \end_layout
27926
27927 \end_inset
27928 </cell>
27929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27930 \begin_inset Text
27931
27932 \begin_layout Plain Layout
27933 h
27934 \end_layout
27935
27936 \end_inset
27937 </cell>
27938 </row>
27939 </lyxtabular>
27940
27941 \end_inset
27942
27943
27944 \end_layout
27945
27946 \begin_layout Standard
27947 \align center
27948 \begin_inset Box Frameless
27949 position "t"
27950 hor_pos "c"
27951 has_inner_box 1
27952 inner_pos "c"
27953 use_parbox 0
27954 width "30col%"
27955 special "none"
27956 height "1in"
27957 height_special "totalheight"
27958 status open
27959
27960 \begin_layout Plain Layout
27961 \align center
27962 \begin_inset Tabular
27963 <lyxtabular version="3" rows="3" columns="4">
27964 <features>
27965 <column alignment="center" valignment="top" width="0pt">
27966 <column alignment="center" valignment="top" width="0pt">
27967 <column alignment="center" valignment="top" width="0pt">
27968 <column alignment="center" valignment="top" width="0pt">
27969 <row>
27970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27971 \begin_inset Text
27972
27973 \begin_layout Plain Layout
27974 1
27975 \end_layout
27976
27977 \end_inset
27978 </cell>
27979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27980 \begin_inset Text
27981
27982 \begin_layout Plain Layout
27983 2
27984 \end_layout
27985
27986 \end_inset
27987 </cell>
27988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27989 \begin_inset Text
27990
27991 \begin_layout Plain Layout
27992 3
27993 \begin_inset Foot
27994 status collapsed
27995
27996 \begin_layout Plain Layout
27997 This is a footnote within a table.
27998 \end_layout
27999
28000 \end_inset
28001
28002
28003 \end_layout
28004
28005 \end_inset
28006 </cell>
28007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28008 \begin_inset Text
28009
28010 \begin_layout Plain Layout
28011 4
28012 \end_layout
28013
28014 \end_inset
28015 </cell>
28016 </row>
28017 <row>
28018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28019 \begin_inset Text
28020
28021 \begin_layout Plain Layout
28022 a
28023 \end_layout
28024
28025 \end_inset
28026 </cell>
28027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28028 \begin_inset Text
28029
28030 \begin_layout Plain Layout
28031 b
28032 \end_layout
28033
28034 \end_inset
28035 </cell>
28036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28037 \begin_inset Text
28038
28039 \begin_layout Plain Layout
28040 c
28041 \end_layout
28042
28043 \end_inset
28044 </cell>
28045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28046 \begin_inset Text
28047
28048 \begin_layout Plain Layout
28049 d
28050 \end_layout
28051
28052 \end_inset
28053 </cell>
28054 </row>
28055 <row>
28056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28057 \begin_inset Text
28058
28059 \begin_layout Plain Layout
28060 e
28061 \end_layout
28062
28063 \end_inset
28064 </cell>
28065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28066 \begin_inset Text
28067
28068 \begin_layout Plain Layout
28069 f
28070 \end_layout
28071
28072 \end_inset
28073 </cell>
28074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28075 \begin_inset Text
28076
28077 \begin_layout Plain Layout
28078 g
28079 \end_layout
28080
28081 \end_inset
28082 </cell>
28083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28084 \begin_inset Text
28085
28086 \begin_layout Plain Layout
28087 h
28088 \end_layout
28089
28090 \end_inset
28091 </cell>
28092 </row>
28093 </lyxtabular>
28094
28095 \end_inset
28096
28097
28098 \end_layout
28099
28100 \end_inset
28101
28102
28103 \end_layout
28104
28105 \begin_layout Standard
28106 \begin_inset VSpace bigskip
28107 \end_inset
28108
28109 The document-wide paragraph settings are ignored within minipages.
28110  That means that there will be no space between paragraphs in minipages
28111  although you set it to e.
28112 \begin_inset space \thinspace{}
28113 \end_inset
28114
28115 g.
28116 \begin_inset space ~
28117 \end_inset
28118
28119
28120 \family sans
28121 MedSkip
28122 \family default
28123  in the document settings.
28124 \end_layout
28125
28126 \begin_layout Standard
28127 Minipages can also be used to set a background color for text parts, see
28128  section
28129 \begin_inset space ~
28130 \end_inset
28131
28132
28133 \begin_inset CommandInset ref
28134 LatexCommand ref
28135 reference "sub:Color-for-Paragraphs"
28136
28137 \end_inset
28138
28139 .
28140 \end_layout
28141
28142 \begin_layout Standard
28143 \begin_inset Note Greyedout
28144 status open
28145
28146 \begin_layout Plain Layout
28147
28148 \series bold
28149 Note:
28150 \series default
28151  You cannot have floats or margin notes inside minipages but minipages can
28152  be used inside tables, floats, and other boxes.
28153 \end_layout
28154
28155 \end_inset
28156
28157
28158 \end_layout
28159
28160 \begin_layout Section
28161 Parboxes
28162 \begin_inset CommandInset label
28163 LatexCommand label
28164 name "sec:Parboxes"
28165
28166 \end_inset
28167
28168
28169 \begin_inset Index
28170 status collapsed
28171
28172 \begin_layout Plain Layout
28173 Boxes ! Parboxes
28174 \end_layout
28175
28176 \end_inset
28177
28178
28179 \end_layout
28180
28181 \begin_layout Standard
28182 Parboxes are very similar to minipages with the difference that they cannot
28183  have footnotes.
28184  The main difference to minipages is that minipages are in contrary to parboxes
28185  no real boxes but LaTeX-environments.
28186 \end_layout
28187
28188 \begin_layout Standard
28189 \align center
28190 \begin_inset Box Frameless
28191 position "t"
28192 hor_pos "c"
28193 has_inner_box 1
28194 inner_pos "t"
28195 use_parbox 1
28196 width "33col%"
28197 special "none"
28198 height "1in"
28199 height_special "totalheight"
28200 status collapsed
28201
28202 \begin_layout Plain Layout
28203 This a text within a parbox.
28204  This a text within a parbox.
28205 \end_layout
28206
28207 \begin_layout Plain Layout
28208 This footnote won't appear:
28209 \begin_inset Foot
28210 status collapsed
28211
28212 \begin_layout Plain Layout
28213 This footnote is inside a parbox and will therefore not appear.
28214 \end_layout
28215
28216 \end_inset
28217
28218
28219 \end_layout
28220
28221 \end_inset
28222
28223
28224 \end_layout
28225
28226 \begin_layout Section
28227 Boxes for Words and Characters
28228 \begin_inset Index
28229 status collapsed
28230
28231 \begin_layout Plain Layout
28232 Boxes ! for Characters
28233 \end_layout
28234
28235 \end_inset
28236
28237
28238 \end_layout
28239
28240 \begin_layout Subsection
28241 Prevent Hyphenation
28242 \begin_inset CommandInset label
28243 LatexCommand label
28244 name "sec:Prevent-Hyphenation"
28245
28246 \end_inset
28247
28248
28249 \begin_inset Index
28250 status collapsed
28251
28252 \begin_layout Plain Layout
28253 Boxes ! to Prevent Hyphenation
28254 \end_layout
28255
28256 \end_inset
28257
28258
28259 \end_layout
28260
28261 \begin_layout Standard
28262 You can use a special kind of boxes to prevent words or text to be hyphenated.
28263 \begin_inset Newline newline
28264 \end_inset
28265
28266 Here is an example text:
28267 \end_layout
28268
28269 \begin_layout Standard
28270 This line is an example to show how you can prevent the hyphenation of 
28271 \begin_inset Quotes eld
28272 \end_inset
28273
28274 veryverylongword
28275 \begin_inset Quotes erd
28276 \end_inset
28277
28278 .
28279 \end_layout
28280
28281 \begin_layout Standard
28282 To prevent the hyphenation of the word 
28283 \begin_inset Quotes eld
28284 \end_inset
28285
28286 veryverylongword
28287 \begin_inset Quotes erd
28288 \end_inset
28289
28290 , add the command
28291 \end_layout
28292
28293 \begin_layout Standard
28294
28295 \series bold
28296
28297 \backslash
28298 mbox{
28299 \end_layout
28300
28301 \begin_layout Standard
28302 in TeX-Code before the word.
28303  Behind the word insert a closing brace 
28304 \begin_inset Quotes eld
28305 \end_inset
28306
28307
28308 \series bold
28309 }
28310 \series default
28311
28312 \begin_inset Quotes erd
28313 \end_inset
28314
28315  in TeX-Code.
28316 \end_layout
28317
28318 \begin_layout Standard
28319 This is the result:
28320 \end_layout
28321
28322 \begin_layout Standard
28323 This line is an example to show how you can prevent the hyphenation of 
28324 \begin_inset ERT
28325 status collapsed
28326
28327 \begin_layout Plain Layout
28328
28329
28330 \backslash
28331 mbox{
28332 \end_layout
28333
28334 \end_inset
28335
28336
28337 \begin_inset Quotes eld
28338 \end_inset
28339
28340 veryverylongword
28341 \begin_inset Quotes erd
28342 \end_inset
28343
28344 .
28345 \begin_inset ERT
28346 status collapsed
28347
28348 \begin_layout Plain Layout
28349
28350 }
28351 \end_layout
28352
28353 \end_inset
28354
28355
28356 \end_layout
28357
28358 \begin_layout Standard
28359 You can alternatively set the command 
28360 \begin_inset Quotes eld
28361 \end_inset
28362
28363
28364 \series bold
28365
28366 \backslash
28367 -
28368 \series default
28369
28370 \begin_inset Quotes grd
28371 \end_inset
28372
28373  as TeX-Code directly before the word:
28374 \end_layout
28375
28376 \begin_layout Standard
28377 This line is an example to show how you can prevent the hyphenation of 
28378 \begin_inset Quotes eld
28379 \end_inset
28380
28381
28382 \begin_inset ERT
28383 status collapsed
28384
28385 \begin_layout Plain Layout
28386
28387
28388 \backslash
28389 -
28390 \end_layout
28391
28392 \end_inset
28393
28394 veryverylongword
28395 \begin_inset Quotes erd
28396 \end_inset
28397
28398 .
28399 \end_layout
28400
28401 \begin_layout Standard
28402 Of course the word now protrudes over the side margin.
28403  To avoid this, add via the menu 
28404 \family sans
28405 Insert\SpecialChar \menuseparator
28406 Special
28407 \begin_inset space ~
28408 \end_inset
28409
28410 Formatting\SpecialChar \menuseparator
28411 Line
28412 \begin_inset space ~
28413 \end_inset
28414
28415 Break
28416 \family default
28417  (shortcut 
28418 \series bold
28419 Ctrl-Return
28420 \series default
28421 ) a line break before the word:
28422 \end_layout
28423
28424 \begin_layout Standard
28425 This line is an example to show how you can prevent the hyphenation of 
28426 \begin_inset Newline newline
28427 \end_inset
28428
28429
28430 \begin_inset ERT
28431 status collapsed
28432
28433 \begin_layout Plain Layout
28434
28435
28436 \backslash
28437 mbox{
28438 \end_layout
28439
28440 \end_inset
28441
28442
28443 \begin_inset Quotes eld
28444 \end_inset
28445
28446 veryverylongword
28447 \begin_inset Quotes erd
28448 \end_inset
28449
28450 .
28451 \begin_inset ERT
28452 status collapsed
28453
28454 \begin_layout Plain Layout
28455
28456 }
28457 \end_layout
28458
28459 \end_inset
28460
28461
28462 \end_layout
28463
28464 \begin_layout Subsection
28465 Vertical Alignment
28466 \begin_inset CommandInset label
28467 LatexCommand label
28468 name "sub:Vertical-Alignment"
28469
28470 \end_inset
28471
28472
28473 \begin_inset Index
28474 status collapsed
28475
28476 \begin_layout Plain Layout
28477 Boxes ! for Vertical Alignment
28478 \end_layout
28479
28480 \end_inset
28481
28482
28483 \begin_inset Index
28484 status collapsed
28485
28486 \begin_layout Plain Layout
28487 Boxes ! Raiseboxes
28488 \end_layout
28489
28490 \end_inset
28491
28492
28493 \end_layout
28494
28495 \begin_layout Standard
28496 With the help of the command 
28497 \series bold
28498
28499 \backslash
28500 raisebox
28501 \series default
28502  you can align words, characters or other boxes vertically to the surrounding
28503  text.
28504  
28505 \series bold
28506
28507 \backslash
28508 raisebox
28509 \series default
28510  is used with the following scheme:
28511 \end_layout
28512
28513 \begin_layout Standard
28514
28515 \series bold
28516
28517 \backslash
28518 raisebox{lift}[height][depth]{box content}
28519 \end_layout
28520
28521 \begin_layout Standard
28522 The lift can be a positive value to raise the box or a negative value to
28523  lower the box.
28524 \end_layout
28525
28526 \begin_layout Standard
28527 To align for example the word 
28528 \begin_inset Quotes eld
28529 \end_inset
28530
28531 preventing
28532 \begin_inset Quotes erd
28533 \end_inset
28534
28535  so that the bottom of the 
28536 \begin_inset Quotes eld
28537 \end_inset
28538
28539 deepest
28540 \begin_inset Quotes erd
28541 \end_inset
28542
28543  character 
28544 \begin_inset Quotes eld
28545 \end_inset
28546
28547 p
28548 \begin_inset Quotes erd
28549 \end_inset
28550
28551  is at the baseline, insert the command
28552 \end_layout
28553
28554 \begin_layout Standard
28555
28556 \series bold
28557
28558 \backslash
28559 raisebox{
28560 \backslash
28561 depth}{
28562 \end_layout
28563
28564 \begin_layout Standard
28565 in TeX-Code before the word.
28566  Behind the word insert a closing brace 
28567 \begin_inset Quotes eld
28568 \end_inset
28569
28570
28571 \series bold
28572 }
28573 \series default
28574
28575 \begin_inset Quotes erd
28576 \end_inset
28577
28578  in TeX-Code.
28579 \begin_inset Newline newline
28580 \end_inset
28581
28582 This is the result:
28583 \end_layout
28584
28585 \begin_layout Standard
28586 This is a text line with the word 
28587 \begin_inset ERT
28588 status collapsed
28589
28590 \begin_layout Plain Layout
28591
28592
28593 \backslash
28594 raisebox{
28595 \backslash
28596 depth}{
28597 \end_layout
28598
28599 \end_inset
28600
28601
28602 \begin_inset Quotes eld
28603 \end_inset
28604
28605 preventing
28606 \begin_inset Quotes erd
28607 \end_inset
28608
28609
28610 \begin_inset ERT
28611 status collapsed
28612
28613 \begin_layout Plain Layout
28614
28615 }
28616 \end_layout
28617
28618 \end_inset
28619
28620  as raised word.
28621 \end_layout
28622
28623 \begin_layout Standard
28624 \begin_inset VSpace bigskip
28625 \end_inset
28626
28627 When you raise or lower characters in a line, the line distance will be
28628  spread:
28629 \end_layout
28630
28631 \begin_layout Standard
28632 This is a text line with the word 
28633 \begin_inset ERT
28634 status collapsed
28635
28636 \begin_layout Plain Layout
28637
28638
28639 \backslash
28640 raisebox{-
28641 \backslash
28642 depth}{
28643 \end_layout
28644
28645 \end_inset
28646
28647
28648 \begin_inset Quotes eld
28649 \end_inset
28650
28651 preventing
28652 \begin_inset Quotes erd
28653 \end_inset
28654
28655
28656 \begin_inset ERT
28657 status collapsed
28658
28659 \begin_layout Plain Layout
28660
28661 }
28662 \end_layout
28663
28664 \end_inset
28665
28666  as lowered word.
28667 \begin_inset Newline newline
28668 \end_inset
28669
28670 This is a text line with the word 
28671 \begin_inset ERT
28672 status collapsed
28673
28674 \begin_layout Plain Layout
28675
28676
28677 \backslash
28678 raisebox{0.5cm}{
28679 \end_layout
28680
28681 \end_inset
28682
28683
28684 \begin_inset Quotes eld
28685 \end_inset
28686
28687 testing
28688 \begin_inset Quotes erd
28689 \end_inset
28690
28691
28692 \begin_inset ERT
28693 status collapsed
28694
28695 \begin_layout Plain Layout
28696
28697 }
28698 \end_layout
28699
28700 \end_inset
28701
28702  as raised word.
28703 \end_layout
28704
28705 \begin_layout Standard
28706 If you want to prevent this for a certain reason, set the box height to
28707  a zero value.
28708  For example use
28709 \end_layout
28710
28711 \begin_layout Standard
28712
28713 \series bold
28714
28715 \backslash
28716 raisebox{-
28717 \backslash
28718 depth}[0pt]{
28719 \end_layout
28720
28721 \begin_layout Standard
28722 This is a text line with the word 
28723 \begin_inset ERT
28724 status collapsed
28725
28726 \begin_layout Plain Layout
28727
28728
28729 \backslash
28730 raisebox{-
28731 \backslash
28732 depth}[0pt]{
28733 \end_layout
28734
28735 \end_inset
28736
28737
28738 \begin_inset Quotes eld
28739 \end_inset
28740
28741 preventing
28742 \begin_inset Quotes erd
28743 \end_inset
28744
28745
28746 \begin_inset ERT
28747 status collapsed
28748
28749 \begin_layout Plain Layout
28750
28751 }
28752 \end_layout
28753
28754 \end_inset
28755
28756  as lowered word.
28757 \begin_inset Newline newline
28758 \end_inset
28759
28760 This is a text line with the word 
28761 \begin_inset ERT
28762 status collapsed
28763
28764 \begin_layout Plain Layout
28765
28766
28767 \backslash
28768 raisebox{0.5cm}[0pt]{
28769 \end_layout
28770
28771 \end_inset
28772
28773
28774 \begin_inset Quotes eld
28775 \end_inset
28776
28777 testing
28778 \begin_inset Quotes erd
28779 \end_inset
28780
28781
28782 \begin_inset ERT
28783 status collapsed
28784
28785 \begin_layout Plain Layout
28786
28787 }
28788 \end_layout
28789
28790 \end_inset
28791
28792  as raised word.
28793 \end_layout
28794
28795 \begin_layout Section
28796 Colored Boxes
28797 \begin_inset CommandInset label
28798 LatexCommand label
28799 name "sec:Colored-Boxes"
28800
28801 \end_inset
28802
28803
28804 \begin_inset Index
28805 status collapsed
28806
28807 \begin_layout Plain Layout
28808 Boxes ! Color
28809 \end_layout
28810
28811 \end_inset
28812
28813
28814 \end_layout
28815
28816 \begin_layout Subsection
28817 Color for Text
28818 \begin_inset Index
28819 status collapsed
28820
28821 \begin_layout Plain Layout
28822 Color ! for Text
28823 \end_layout
28824
28825 \end_inset
28826
28827
28828 \end_layout
28829
28830 \begin_layout Standard
28831 To color the background of text the text must be put into a so called 
28832 \begin_inset Quotes eld
28833 \end_inset
28834
28835 colorbox
28836 \begin_inset Quotes erd
28837 \end_inset
28838
28839 .
28840  This requires that the LaTeX-package 
28841 \series bold
28842 color
28843 \series default
28844
28845 \begin_inset Index
28846 status collapsed
28847
28848 \begin_layout Plain Layout
28849 LaTeX-packages ! color
28850 \end_layout
28851
28852 \end_inset
28853
28854  is loaded in the document preamble with the command
28855 \end_layout
28856
28857 \begin_layout Standard
28858
28859 \series bold
28860
28861 \backslash
28862 @ifundefined{textcolor}
28863 \begin_inset Newline newline
28864 \end_inset
28865
28866
28867 \begin_inset ERT
28868 status collapsed
28869
28870 \begin_layout Plain Layout
28871
28872
28873 \backslash
28874 hphantom{ }
28875 \end_layout
28876
28877 \end_inset
28878
28879 {
28880 \backslash
28881 usepackage{color}}{}
28882 \end_layout
28883
28884 \begin_layout Standard
28885 The package 
28886 \series bold
28887 color
28888 \series default
28889  will be loaded automatically by LyX when you color text
28890 \begin_inset Foot
28891 status collapsed
28892
28893 \begin_layout Plain Layout
28894 To avoid that it is loaded twice the command 
28895 \series bold
28896
28897 \backslash
28898 @ifundef\SpecialChar \textcompwordmark{}
28899 ined
28900 \series default
28901  is used.
28902 \end_layout
28903
28904 \end_inset
28905
28906 .
28907 \end_layout
28908
28909 \begin_layout Standard
28910 \begin_inset VSpace medskip
28911 \end_inset
28912
28913 Colorboxes are created with the command 
28914 \series bold
28915
28916 \backslash
28917 colorbox
28918 \series default
28919 .
28920  This will be used with the following scheme:
28921 \end_layout
28922
28923 \begin_layout Standard
28924
28925 \series bold
28926
28927 \backslash
28928 colorbox{color}{box content}
28929 \end_layout
28930
28931 \begin_layout Standard
28932 The box content can also be a box and colorboxes can also be within other
28933  boxes.
28934 \end_layout
28935
28936 \begin_layout Standard
28937 The following colors are predefined:
28938 \begin_inset Newline newline
28939 \end_inset
28940
28941
28942 \family sans
28943 black
28944 \family default
28945
28946 \family sans
28947 blue
28948 \family default
28949
28950 \family sans
28951 cyan
28952 \family default
28953 \series bold
28954 ,
28955 \series default
28956  
28957 \family sans
28958 green
28959 \family default
28960
28961 \family sans
28962 magenta
28963 \family default
28964
28965 \family sans
28966 red
28967 \family default
28968
28969 \family sans
28970 white
28971 \family default
28972 , and 
28973 \family sans
28974 yellow
28975 \family default
28976 .
28977 \begin_inset Newline newline
28978 \end_inset
28979
28980 You can also define your own color as described in section
28981 \begin_inset space ~
28982 \end_inset
28983
28984
28985 \begin_inset CommandInset ref
28986 LatexCommand ref
28987 reference "sec:Colored-Tables"
28988
28989 \end_inset
28990
28991 .
28992 \end_layout
28993
28994 \begin_layout Standard
28995 To have e.
28996 \begin_inset space \thinspace{}
28997 \end_inset
28998
28999 g.
29000 \begin_inset space ~
29001 \end_inset
29002
29003 a red background for a word, insert the command
29004 \end_layout
29005
29006 \begin_layout Standard
29007
29008 \series bold
29009
29010 \backslash
29011 colorbox{red}{
29012 \end_layout
29013
29014 \begin_layout Standard
29015 before the word in TeX-Code.
29016  Behind the word insert a closing brace 
29017 \begin_inset Quotes eld
29018 \end_inset
29019
29020
29021 \series bold
29022 }
29023 \series default
29024
29025 \begin_inset Quotes erd
29026 \end_inset
29027
29028  in TeX-Code.
29029 \begin_inset Newline newline
29030 \end_inset
29031
29032 This is the result:
29033 \end_layout
29034
29035 \begin_layout Standard
29036 This is a line where the word 
29037 \begin_inset ERT
29038 status collapsed
29039
29040 \begin_layout Plain Layout
29041
29042
29043 \backslash
29044 colorbox{red}{
29045 \end_layout
29046
29047 \end_inset
29048
29049
29050 \begin_inset Quotes eld
29051 \end_inset
29052
29053 Attention!
29054 \begin_inset Quotes erd
29055 \end_inset
29056
29057
29058 \begin_inset ERT
29059 status collapsed
29060
29061 \begin_layout Plain Layout
29062
29063 }
29064 \end_layout
29065
29066 \end_inset
29067
29068  has a red background.
29069 \end_layout
29070
29071 \begin_layout Standard
29072 \begin_inset VSpace bigskip
29073 \end_inset
29074
29075 If you would have the box frame in a different color, you can use the command
29076  
29077 \series bold
29078
29079 \backslash
29080 fcolorbox
29081 \series default
29082  with the following scheme:
29083 \end_layout
29084
29085 \begin_layout Standard
29086
29087 \series bold
29088
29089 \backslash
29090 fcolorbox{frame color}{box color}{box content}
29091 \end_layout
29092
29093 \begin_layout Standard
29094
29095 \series bold
29096
29097 \backslash
29098 fcolorbox
29099 \series default
29100  is an extension to 
29101 \series bold
29102
29103 \backslash
29104 colorbox
29105 \series default
29106 .
29107  The frame thickness and the space between the frame and the box content
29108  can be adjusted with the lengths 
29109 \series bold
29110
29111 \backslash
29112 fboxrule
29113 \series default
29114  and 
29115 \series bold
29116
29117 \backslash
29118 fboxsep
29119 \series default
29120 , respectively, as described in section
29121 \begin_inset space ~
29122 \end_inset
29123
29124
29125 \begin_inset CommandInset ref
29126 LatexCommand ref
29127 reference "sec:Framed-Boxes"
29128
29129 \end_inset
29130
29131 .
29132 \end_layout
29133
29134 \begin_layout Standard
29135 For the following example the command
29136 \end_layout
29137
29138 \begin_layout Standard
29139
29140 \series bold
29141
29142 \backslash
29143 fcolorbox{cyan}{magenta}{
29144 \end_layout
29145
29146 \begin_layout Standard
29147 was used.
29148 \end_layout
29149
29150 \begin_layout Standard
29151 Here is an example where the frame line thickness was set to 1
29152 \begin_inset space \thinspace{}
29153 \end_inset
29154
29155 mm:
29156 \begin_inset Newline newline
29157 \end_inset
29158
29159
29160 \begin_inset ERT
29161 status collapsed
29162
29163 \begin_layout Plain Layout
29164
29165
29166 \backslash
29167 fboxrule 1mm 
29168 \backslash
29169 fboxsep 1mm
29170 \end_layout
29171
29172 \end_inset
29173
29174
29175 \begin_inset ERT
29176 status collapsed
29177
29178 \begin_layout Plain Layout
29179
29180
29181 \backslash
29182 fcolorbox{cyan}{magenta}{
29183 \end_layout
29184
29185 \end_inset
29186
29187 This is text within a colored, framed box.
29188 \begin_inset ERT
29189 status collapsed
29190
29191 \begin_layout Plain Layout
29192
29193 }
29194 \end_layout
29195
29196 \end_inset
29197
29198
29199 \end_layout
29200
29201 \begin_layout Standard
29202 \begin_inset VSpace bigskip
29203 \end_inset
29204
29205 Of course you can also have colored text inside a colorbox:
29206 \begin_inset Newline newline
29207 \end_inset
29208
29209
29210 \begin_inset ERT
29211 status collapsed
29212
29213 \begin_layout Plain Layout
29214
29215
29216 \backslash
29217 fcolorbox{cyan}{magenta}{
29218 \end_layout
29219
29220 \end_inset
29221
29222
29223 \color yellow
29224 This is colored text within a colored, framed box.
29225 \color none
29226
29227 \begin_inset ERT
29228 status collapsed
29229
29230 \begin_layout Plain Layout
29231
29232 }
29233 \end_layout
29234
29235 \end_inset
29236
29237
29238 \begin_inset ERT
29239 status collapsed
29240
29241 \begin_layout Plain Layout
29242
29243
29244 \backslash
29245 fboxrule 0.4pt 
29246 \backslash
29247 fboxsep 3pt
29248 \end_layout
29249
29250 \end_inset
29251
29252
29253 \end_layout
29254
29255 \begin_layout Standard
29256
29257 \series bold
29258 \begin_inset VSpace medskip
29259 \end_inset
29260
29261
29262 \end_layout
29263
29264 \begin_layout Standard
29265 \begin_inset Note Greyedout
29266 status open
29267
29268 \begin_layout Plain Layout
29269
29270 \series bold
29271 Note:
29272 \series default
29273  Text in colorboxes cannot have line breaks.
29274  To color multiple text lines or paragraphs, use a box inside a colorbox
29275  as described in the following.
29276 \end_layout
29277
29278 \end_inset
29279
29280
29281 \end_layout
29282
29283 \begin_layout Subsection
29284 Color for Paragraphs
29285 \begin_inset CommandInset label
29286 LatexCommand label
29287 name "sub:Color-for-Paragraphs"
29288
29289 \end_inset
29290
29291
29292 \begin_inset Index
29293 status collapsed
29294
29295 \begin_layout Plain Layout
29296 Color ! for Paragraphs
29297 \end_layout
29298
29299 \end_inset
29300
29301
29302 \end_layout
29303
29304 \begin_layout Standard
29305 To set the background color for more than one text line, put the text into
29306  a minipage.
29307  Before the minipage insert the 
29308 \series bold
29309
29310 \backslash
29311 colorbox
29312 \series default
29313  command
29314 \end_layout
29315
29316 \begin_layout Standard
29317
29318 \series bold
29319
29320 \backslash
29321 colorbox{color}{
29322 \end_layout
29323
29324 \begin_layout Standard
29325 in TeX-Code.
29326  Behind the minipage insert a closing brace 
29327 \begin_inset Quotes eld
29328 \end_inset
29329
29330
29331 \series bold
29332 }
29333 \series default
29334
29335 \begin_inset Quotes erd
29336 \end_inset
29337
29338  in TeX-Code.
29339 \end_layout
29340
29341 \begin_layout Standard
29342 \begin_inset ERT
29343 status collapsed
29344
29345 \begin_layout Plain Layout
29346
29347
29348 \backslash
29349 colorbox{lightgrey}{
29350 \end_layout
29351
29352 \end_inset
29353
29354
29355 \begin_inset Box Frameless
29356 position "t"
29357 hor_pos "c"
29358 has_inner_box 1
29359 inner_pos "t"
29360 use_parbox 0
29361 width "100col%"
29362 special "none"
29363 height "1in"
29364 height_special "totalheight"
29365 status collapsed
29366
29367 \begin_layout Plain Layout
29368 This is text with background color.
29369  This is text with background color.
29370 \end_layout
29371
29372 \begin_layout Plain Layout
29373 \begin_inset VSpace defskip
29374 \end_inset
29375
29376 The text can have footnotes
29377 \begin_inset Foot
29378 status collapsed
29379
29380 \begin_layout Plain Layout
29381 Another example footnote
29382 \end_layout
29383
29384 \end_inset
29385
29386  and can include tables and figures.
29387 \end_layout
29388
29389 \begin_layout Plain Layout
29390 \align center
29391 \begin_inset Tabular
29392 <lyxtabular version="3" rows="3" columns="3">
29393 <features>
29394 <column alignment="center" valignment="top" width="0">
29395 <column alignment="center" valignment="top" width="0">
29396 <column alignment="center" valignment="top" width="0">
29397 <row>
29398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29399 \begin_inset Text
29400
29401 \begin_layout Plain Layout
29402 a
29403 \end_layout
29404
29405 \end_inset
29406 </cell>
29407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29408 \begin_inset Text
29409
29410 \begin_layout Plain Layout
29411 !
29412 \end_layout
29413
29414 \end_inset
29415 </cell>
29416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29417 \begin_inset Text
29418
29419 \begin_layout Plain Layout
29420 3
29421 \end_layout
29422
29423 \end_inset
29424 </cell>
29425 </row>
29426 <row>
29427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29428 \begin_inset Text
29429
29430 \begin_layout Plain Layout
29431 <
29432 \end_layout
29433
29434 \end_inset
29435 </cell>
29436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29437 \begin_inset Text
29438
29439 \begin_layout Plain Layout
29440 b2
29441 \begin_inset Quotes erd
29442 \end_inset
29443
29444 |
29445 \end_layout
29446
29447 \end_inset
29448 </cell>
29449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29450 \begin_inset Text
29451
29452 \begin_layout Plain Layout
29453 >
29454 \end_layout
29455
29456 \end_inset
29457 </cell>
29458 </row>
29459 <row>
29460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29461 \begin_inset Text
29462
29463 \begin_layout Plain Layout
29464 1
29465 \end_layout
29466
29467 \end_inset
29468 </cell>
29469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29470 \begin_inset Text
29471
29472 \begin_layout Plain Layout
29473 §
29474 \end_layout
29475
29476 \end_inset
29477 </cell>
29478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29479 \begin_inset Text
29480
29481 \begin_layout Plain Layout
29482 c
29483 \end_layout
29484
29485 \end_inset
29486 </cell>
29487 </row>
29488 </lyxtabular>
29489
29490 \end_inset
29491
29492
29493 \end_layout
29494
29495 \end_inset
29496
29497
29498 \begin_inset ERT
29499 status collapsed
29500
29501 \begin_layout Plain Layout
29502
29503 }
29504 \end_layout
29505
29506 \end_inset
29507
29508
29509 \end_layout
29510
29511 \begin_layout Section
29512 Rotated and Scaled Boxes
29513 \end_layout
29514
29515 \begin_layout Standard
29516 To use the the commands described in this section, the LaTeX-package 
29517 \series bold
29518 graphicx
29519 \series default
29520
29521 \begin_inset Index
29522 status collapsed
29523
29524 \begin_layout Plain Layout
29525 LaTeX-packages ! graphicx
29526 \end_layout
29527
29528 \end_inset
29529
29530  needs to be loaded in the document preamble with the command
29531 \end_layout
29532
29533 \begin_layout Standard
29534
29535 \series bold
29536
29537 \backslash
29538 @ifundefined{rotatebox}
29539 \begin_inset Newline newline
29540 \end_inset
29541
29542
29543 \begin_inset ERT
29544 status collapsed
29545
29546 \begin_layout Plain Layout
29547
29548
29549 \backslash
29550 hphantom{ }
29551 \end_layout
29552
29553 \end_inset
29554
29555 {
29556 \backslash
29557 usepackage{graphicx}}{}
29558 \end_layout
29559
29560 \begin_layout Standard
29561 \begin_inset Note Greyedout
29562 status open
29563
29564 \begin_layout Plain Layout
29565
29566 \series bold
29567 Note:
29568 \series default
29569  Some DVI-viewers can't display rotated or scaled material.
29570 \end_layout
29571
29572 \end_inset
29573
29574
29575 \end_layout
29576
29577 \begin_layout Standard
29578 \begin_inset Note Greyedout
29579 status open
29580
29581 \begin_layout Plain Layout
29582
29583 \series bold
29584 Note:
29585 \series default
29586  Floats mustn't be inside a rotated or scaled box.
29587 \end_layout
29588
29589 \end_inset
29590
29591
29592 \end_layout
29593
29594 \begin_layout Subsection
29595 Rotated Boxes
29596 \begin_inset Index
29597 status collapsed
29598
29599 \begin_layout Plain Layout
29600 Boxes ! rotated
29601 \end_layout
29602
29603 \end_inset
29604
29605
29606 \begin_inset Index
29607 status collapsed
29608
29609 \begin_layout Plain Layout
29610 Rotated material
29611 \end_layout
29612
29613 \end_inset
29614
29615
29616 \begin_inset Index
29617 status collapsed
29618
29619 \begin_layout Plain Layout
29620 Figures ! rotated
29621 \end_layout
29622
29623 \end_inset
29624
29625
29626 \begin_inset Index
29627 status collapsed
29628
29629 \begin_layout Plain Layout
29630 Table Customization ! Rotating
29631 \end_layout
29632
29633 \end_inset
29634
29635
29636 \end_layout
29637
29638 \begin_layout Standard
29639 To rotate material, you can put it into a rotated box.
29640  Such a box is created using the command 
29641 \series bold
29642
29643 \backslash
29644 rotatebox
29645 \series default
29646  in TeX-Code with the following scheme:
29647 \end_layout
29648
29649 \begin_layout Standard
29650
29651 \series bold
29652
29653 \backslash
29654 rotatebox[rotation origin]{rotation angle}{box content}
29655 \end_layout
29656
29657 \begin_layout Standard
29658 The rotation origin is specified in the form 
29659 \series bold
29660 origin=position
29661 \series default
29662 .
29663  The following positions are possible: 
29664 \emph on
29665 c
29666 \emph default
29667  (center), 
29668 \emph on
29669 l
29670 \emph default
29671  (left), 
29672 \emph on
29673 r
29674 \emph default
29675  (right), 
29676 \emph on
29677 b
29678 \emph default
29679  (bottom), 
29680 \emph on
29681 t
29682 \emph default
29683  (top), and also expedient combinations of the four base positions.
29684  For example 
29685 \emph on
29686 lt
29687 \emph default
29688  means, that the rotation origin is at the top left corner of the box.
29689  When no rotation origin is specified, the position 
29690 \emph on
29691 l
29692 \emph default
29693  will be used.
29694  The rotation angle is a number that can be negative that specifies the
29695  angle in degrees.
29696  The rotation direction is counterclockwise.
29697 \end_layout
29698
29699 \begin_layout Standard
29700 In the following example the command 
29701 \series bold
29702
29703 \backslash
29704 rotatebox[origin=c]{60}{
29705 \series default
29706  was inserted as TeX-Code before the text 
29707 \begin_inset Quotes eld
29708 \end_inset
29709
29710 with rotated
29711 \begin_inset Quotes erd
29712 \end_inset
29713
29714 ; after the text the box was closed by a closing brace 
29715 \series bold
29716 }
29717 \series default
29718  in TeX-Code.
29719 \end_layout
29720
29721 \begin_layout Standard
29722 This is a line 
29723 \begin_inset ERT
29724 status collapsed
29725
29726 \begin_layout Plain Layout
29727
29728
29729 \backslash
29730 rotatebox[origin=c]{60}{
29731 \end_layout
29732
29733 \end_inset
29734
29735 with rotated
29736 \begin_inset ERT
29737 status collapsed
29738
29739 \begin_layout Plain Layout
29740
29741 }
29742 \end_layout
29743
29744 \end_inset
29745
29746  text.
29747 \end_layout
29748
29749 \begin_layout Standard
29750 The box content can also be another box or an inline formula:
29751 \end_layout
29752
29753 \begin_layout Standard
29754 This is a line
29755 \begin_inset ERT
29756 status collapsed
29757
29758 \begin_layout Plain Layout
29759
29760
29761 \backslash
29762 rotatebox[origin=r]{-60}{
29763 \end_layout
29764
29765 \end_inset
29766
29767
29768 \begin_inset Box Doublebox
29769 position "c"
29770 hor_pos "c"
29771 has_inner_box 0
29772 inner_pos "c"
29773 use_parbox 0
29774 width "1in"
29775 special "width"
29776 height "1in"
29777 height_special "totalheight"
29778 status collapsed
29779
29780 \begin_layout Plain Layout
29781 with rotated
29782 \end_layout
29783
29784 \end_inset
29785
29786
29787 \begin_inset ERT
29788 status collapsed
29789
29790 \begin_layout Plain Layout
29791
29792 }
29793 \end_layout
29794
29795 \end_inset
29796
29797  framed text 
29798 \begin_inset ERT
29799 status collapsed
29800
29801 \begin_layout Plain Layout
29802
29803
29804 \backslash
29805 rotatebox[origin=lb]{60}{
29806 \end_layout
29807
29808 \end_inset
29809
29810
29811 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29812 \end_inset
29813
29814
29815 \begin_inset ERT
29816 status collapsed
29817
29818 \begin_layout Plain Layout
29819
29820 }
29821 \end_layout
29822
29823 \end_inset
29824
29825  and a formula.
29826 \end_layout
29827
29828 \begin_layout Standard
29829 or an image or table:
29830 \end_layout
29831
29832 \begin_layout Standard
29833 This is a line
29834 \begin_inset ERT
29835 status collapsed
29836
29837 \begin_layout Plain Layout
29838
29839
29840 \backslash
29841 rotatebox[origin=lb]{90}{
29842 \end_layout
29843
29844 \end_inset
29845
29846
29847 \begin_inset Graphics
29848         filename clipart/platypus.eps
29849         lyxscale 50
29850         width 25col%
29851
29852 \end_inset
29853
29854
29855 \begin_inset ERT
29856 status collapsed
29857
29858 \begin_layout Plain Layout
29859
29860 }
29861 \end_layout
29862
29863 \end_inset
29864
29865  with a rotated image 
29866 \begin_inset ERT
29867 status collapsed
29868
29869 \begin_layout Plain Layout
29870
29871
29872 \backslash
29873 rotatebox[origin=l]{-90}{
29874 \end_layout
29875
29876 \end_inset
29877
29878
29879 \begin_inset Tabular
29880 <lyxtabular version="3" rows="2" columns="2">
29881 <features>
29882 <column alignment="center" valignment="top" width="0">
29883 <column alignment="center" valignment="top" width="0">
29884 <row>
29885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29886 \begin_inset Text
29887
29888 \begin_layout Plain Layout
29889 q
29890 \end_layout
29891
29892 \end_inset
29893 </cell>
29894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29895 \begin_inset Text
29896
29897 \begin_layout Plain Layout
29898 w
29899 \end_layout
29900
29901 \end_inset
29902 </cell>
29903 </row>
29904 <row>
29905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29906 \begin_inset Text
29907
29908 \begin_layout Plain Layout
29909 e
29910 \end_layout
29911
29912 \end_inset
29913 </cell>
29914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29915 \begin_inset Text
29916
29917 \begin_layout Plain Layout
29918 r
29919 \end_layout
29920
29921 \end_inset
29922 </cell>
29923 </row>
29924 </lyxtabular>
29925
29926 \end_inset
29927
29928
29929 \begin_inset ERT
29930 status collapsed
29931
29932 \begin_layout Plain Layout
29933
29934 }
29935 \end_layout
29936
29937 \end_inset
29938
29939  and table.
29940 \end_layout
29941
29942 \begin_layout Subsection
29943 Scaled Boxes
29944 \begin_inset Index
29945 status collapsed
29946
29947 \begin_layout Plain Layout
29948 Boxes ! scaled
29949 \end_layout
29950
29951 \end_inset
29952
29953
29954 \begin_inset Index
29955 status collapsed
29956
29957 \begin_layout Plain Layout
29958 Scaled material
29959 \end_layout
29960
29961 \end_inset
29962
29963
29964 \begin_inset Index
29965 status collapsed
29966
29967 \begin_layout Plain Layout
29968 Figures ! scaled
29969 \end_layout
29970
29971 \end_inset
29972
29973
29974 \begin_inset Index
29975 status collapsed
29976
29977 \begin_layout Plain Layout
29978 Table Customization ! Scaling
29979 \end_layout
29980
29981 \end_inset
29982
29983
29984 \end_layout
29985
29986 \begin_layout Standard
29987 To scale material the commands 
29988 \series bold
29989
29990 \backslash
29991 scalebox
29992 \series default
29993  and 
29994 \series bold
29995
29996 \backslash
29997 resizebox
29998 \series default
29999  can be used as TeX-Code.
30000 \end_layout
30001
30002 \begin_layout Standard
30003
30004 \series bold
30005
30006 \backslash
30007 scalebox
30008 \series default
30009  is used with the following scheme:
30010 \end_layout
30011
30012 \begin_layout Standard
30013
30014 \series bold
30015
30016 \backslash
30017 scalebox{horizontal}[vertical]{box content}
30018 \end_layout
30019
30020 \begin_layout Standard
30021 Horizontal and vertical are the corresponding scaling factors.
30022  If no vertical scaling factor is given, the horizontal factor will also
30023  be used as vertical one.
30024 \end_layout
30025
30026 \begin_layout Standard
30027 The command 
30028 \series bold
30029
30030 \backslash
30031 scalebox{2}{Hello}
30032 \series default
30033  creates for example a double size 
30034 \begin_inset ERT
30035 status collapsed
30036
30037 \begin_layout Plain Layout
30038
30039
30040 \backslash
30041 scalebox{2}{
30042 \end_layout
30043
30044 \end_inset
30045
30046 Hello
30047 \begin_inset ERT
30048 status collapsed
30049
30050 \begin_layout Plain Layout
30051
30052 }
30053 \end_layout
30054
30055 \end_inset
30056
30057 , compared to the document text size.
30058 \end_layout
30059
30060 \begin_layout Standard
30061
30062 \series bold
30063
30064 \backslash
30065 scalebox{2}[1]{Hello}
30066 \series default
30067  in contrary distorts the 
30068 \begin_inset ERT
30069 status collapsed
30070
30071 \begin_layout Plain Layout
30072
30073
30074 \backslash
30075 scalebox{2}[1]{
30076 \end_layout
30077
30078 \end_inset
30079
30080 Hello
30081 \begin_inset ERT
30082 status collapsed
30083
30084 \begin_layout Plain Layout
30085
30086 }
30087 \end_layout
30088
30089 \end_inset
30090
30091 .
30092 \end_layout
30093
30094 \begin_layout Standard
30095 If a the scaling factor is negative, the box content will be mirrored.
30096  Therefore the command 
30097 \series bold
30098
30099 \backslash
30100 scalebox{-1}[1]{Hello}
30101 \series default
30102  can be used to create mirror writing: 
30103 \begin_inset ERT
30104 status collapsed
30105
30106 \begin_layout Plain Layout
30107
30108
30109 \backslash
30110 scalebox{-1}[1]{
30111 \end_layout
30112
30113 \end_inset
30114
30115 Hello
30116 \begin_inset ERT
30117 status collapsed
30118
30119 \begin_layout Plain Layout
30120
30121 }
30122 \end_layout
30123
30124 \end_inset
30125
30126
30127 \end_layout
30128
30129 \begin_layout Standard
30130
30131 \series bold
30132
30133 \backslash
30134 scalebox{1}[-1]{Hello}
30135 \series default
30136  reflects the 
30137 \begin_inset ERT
30138 status collapsed
30139
30140 \begin_layout Plain Layout
30141
30142
30143 \backslash
30144 scalebox{1}[-1]{
30145 \end_layout
30146
30147 \end_inset
30148
30149 Hello
30150 \begin_inset ERT
30151 status collapsed
30152
30153 \begin_layout Plain Layout
30154
30155 }
30156 \end_layout
30157
30158 \end_inset
30159
30160  at the base line.
30161 \end_layout
30162
30163 \begin_layout Standard
30164 Equivalent to 
30165 \series bold
30166
30167 \backslash
30168 scalebox{-1}[1]{box content}
30169 \series default
30170  there exists the command
30171 \begin_inset Newline newline
30172 \end_inset
30173
30174
30175 \series bold
30176
30177 \backslash
30178 reflectbox{box content}
30179 \series default
30180 .
30181 \end_layout
30182
30183 \begin_layout Standard
30184 \begin_inset VSpace bigskip
30185 \end_inset
30186
30187 The command 
30188 \series bold
30189
30190 \backslash
30191 resizebox
30192 \series default
30193  is used to scale the box to a defined width and height.
30194  The command scheme is:
30195 \end_layout
30196
30197 \begin_layout Standard
30198
30199 \series bold
30200
30201 \backslash
30202 resizebox{width}{height}{box content}
30203 \end_layout
30204
30205 \begin_layout Standard
30206 Is one of the two command arguments given as exclamation mark 
30207 \series bold
30208 !
30209 \series default
30210 , the size is set so that the aspect ratio of the box content is kept.
30211 \end_layout
30212
30213 \begin_layout Standard
30214 The command 
30215 \series bold
30216
30217 \backslash
30218 resizebox{2cm}{1cm}{Hello}
30219 \series default
30220  produces: 
30221 \begin_inset ERT
30222 status collapsed
30223
30224 \begin_layout Plain Layout
30225
30226
30227 \backslash
30228 resizebox{2cm}{1cm}{
30229 \end_layout
30230
30231 \end_inset
30232
30233 Hello
30234 \begin_inset ERT
30235 status collapsed
30236
30237 \begin_layout Plain Layout
30238
30239 }
30240 \end_layout
30241
30242 \end_inset
30243
30244
30245 \begin_inset Newline newline
30246 \end_inset
30247
30248 The command 
30249 \series bold
30250
30251 \backslash
30252 resizebox{2cm}{!}{Hello}
30253 \series default
30254  produces: 
30255 \begin_inset ERT
30256 status collapsed
30257
30258 \begin_layout Plain Layout
30259
30260
30261 \backslash
30262 resizebox{2cm}{!}{
30263 \end_layout
30264
30265 \end_inset
30266
30267 Hello
30268 \begin_inset ERT
30269 status collapsed
30270
30271 \begin_layout Plain Layout
30272
30273 }
30274 \end_layout
30275
30276 \end_inset
30277
30278
30279 \end_layout
30280
30281 \begin_layout Standard
30282 \begin_inset VSpace bigskip
30283 \end_inset
30284
30285
30286 \begin_inset Note Greyedout
30287 status open
30288
30289 \begin_layout Plain Layout
30290
30291 \series bold
30292 Note:
30293 \series default
30294  When arguments of 
30295 \series bold
30296
30297 \backslash
30298 scalebox
30299 \series default
30300  or 
30301 \series bold
30302
30303 \backslash
30304 resizebox
30305 \series default
30306  are set to zero, no LaTeX-errors occur when exporting the document but
30307  the exported files can not or only partly be displayed.
30308 \end_layout
30309
30310 \end_inset
30311
30312
30313 \end_layout
30314
30315 \begin_layout Standard
30316 \begin_inset VSpace bigskip
30317 \end_inset
30318
30319
30320 \end_layout
30321
30322 \begin_layout Standard
30323 The boxes can be combined in any order.
30324  E.
30325 \begin_inset space \thinspace{}
30326 \end_inset
30327
30328 g.
30329 \begin_inset space ~
30330 \end_inset
30331
30332 the command
30333 \begin_inset Newline newline
30334 \end_inset
30335
30336
30337 \series bold
30338
30339 \backslash
30340 rotatebox[origin=c]{-45}{
30341 \backslash
30342 resizebox{2cm}{!}{
30343 \backslash
30344 reflectbox{Hello}}}
30345 \begin_inset Newline newline
30346 \end_inset
30347
30348
30349 \series default
30350 produces:
30351 \end_layout
30352
30353 \begin_layout Standard
30354 \align center
30355 \begin_inset ERT
30356 status collapsed
30357
30358 \begin_layout Plain Layout
30359
30360
30361 \backslash
30362 rotatebox[origin=c]{-45}{
30363 \backslash
30364 resizebox{2cm}{!}{
30365 \backslash
30366 reflectbox{
30367 \end_layout
30368
30369 \end_inset
30370
30371 Hello
30372 \begin_inset ERT
30373 status collapsed
30374
30375 \begin_layout Plain Layout
30376
30377 }}}
30378 \end_layout
30379
30380 \end_inset
30381
30382
30383 \end_layout
30384
30385 \begin_layout Standard
30386 \noindent
30387 Images, tables, and inline formulas are allowed as box content:
30388 \end_layout
30389
30390 \begin_layout Standard
30391 \align center
30392 \begin_inset ERT
30393 status collapsed
30394
30395 \begin_layout Plain Layout
30396
30397
30398 \backslash
30399 rotatebox[origin=c]{-30}{
30400 \backslash
30401 resizebox{2cm}{!}{
30402 \backslash
30403 reflectbox{
30404 \end_layout
30405
30406 \end_inset
30407
30408
30409 \begin_inset Graphics
30410         filename clipart/platypus.eps
30411         lyxscale 50
30412         width 25col%
30413
30414 \end_inset
30415
30416
30417 \begin_inset ERT
30418 status collapsed
30419
30420 \begin_layout Plain Layout
30421
30422 }}}
30423 \end_layout
30424
30425 \end_inset
30426
30427
30428 \begin_inset ERT
30429 status collapsed
30430
30431 \begin_layout Plain Layout
30432
30433
30434 \backslash
30435 rotatebox[origin=c]{-45}{
30436 \backslash
30437 resizebox{2cm}{!}{
30438 \backslash
30439 reflectbox{
30440 \end_layout
30441
30442 \end_inset
30443
30444
30445 \begin_inset Tabular
30446 <lyxtabular version="3" rows="2" columns="2">
30447 <features>
30448 <column alignment="center" valignment="top" width="0">
30449 <column alignment="center" valignment="top" width="0">
30450 <row>
30451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30452 \begin_inset Text
30453
30454 \begin_layout Plain Layout
30455 q
30456 \end_layout
30457
30458 \end_inset
30459 </cell>
30460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30461 \begin_inset Text
30462
30463 \begin_layout Plain Layout
30464 w
30465 \end_layout
30466
30467 \end_inset
30468 </cell>
30469 </row>
30470 <row>
30471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30472 \begin_inset Text
30473
30474 \begin_layout Plain Layout
30475 e
30476 \end_layout
30477
30478 \end_inset
30479 </cell>
30480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30481 \begin_inset Text
30482
30483 \begin_layout Plain Layout
30484 r
30485 \end_layout
30486
30487 \end_inset
30488 </cell>
30489 </row>
30490 </lyxtabular>
30491
30492 \end_inset
30493
30494
30495 \begin_inset ERT
30496 status collapsed
30497
30498 \begin_layout Plain Layout
30499
30500 }}}
30501 \end_layout
30502
30503 \end_inset
30504
30505
30506 \begin_inset ERT
30507 status collapsed
30508
30509 \begin_layout Plain Layout
30510
30511
30512 \backslash
30513 rotatebox[origin=c]{-45}{
30514 \backslash
30515 resizebox{2cm}{!}{
30516 \backslash
30517 reflectbox{
30518 \end_layout
30519
30520 \end_inset
30521
30522
30523 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30524 \end_inset
30525
30526
30527 \begin_inset ERT
30528 status collapsed
30529
30530 \begin_layout Plain Layout
30531
30532 }}}
30533 \end_layout
30534
30535 \end_inset
30536
30537
30538 \end_layout
30539
30540 \begin_layout Standard
30541 When the global formula style 
30542 \series bold
30543 fleqn
30544 \series default
30545  is used in the document
30546 \begin_inset Foot
30547 status collapsed
30548
30549 \begin_layout Plain Layout
30550 When 
30551 \begin_inset Quotes eld
30552 \end_inset
30553
30554 fleqn
30555 \begin_inset Quotes erd
30556 \end_inset
30557
30558  is added to the document class options.
30559 \end_layout
30560
30561 \end_inset
30562
30563 , also display formulas can be scaled.
30564 \end_layout
30565
30566 \begin_layout Chapter
30567 External Stuff
30568 \begin_inset Index
30569 status collapsed
30570
30571 \begin_layout Plain Layout
30572 External Stuff
30573 \end_layout
30574
30575 \end_inset
30576
30577
30578 \end_layout
30579
30580 \begin_layout Standard
30581 With the menu 
30582 \family sans
30583 Insert\SpecialChar \menuseparator
30584 File
30585 \family default
30586  you can insert external material to your document.
30587  This can be:
30588 \end_layout
30589
30590 \begin_layout Description
30591 LyX
30592 \begin_inset space ~
30593 \end_inset
30594
30595 Document Another LyX document; its content is directly inserted to your
30596  document.
30597 \end_layout
30598
30599 \begin_layout Description
30600 Plain
30601 \begin_inset space ~
30602 \end_inset
30603
30604 Text A text document; every of its text lines is inserted to your document
30605  as own paragraph.
30606 \end_layout
30607
30608 \begin_layout Description
30609 Plain
30610 \begin_inset space ~
30611 \end_inset
30612
30613 Text,
30614 \begin_inset space ~
30615 \end_inset
30616
30617 Join
30618 \begin_inset space ~
30619 \end_inset
30620
30621 Lines A text document; its text lines are inserted as they are.
30622  Empty text lines creates a new paragraph in your document.
30623 \end_layout
30624
30625 \begin_layout Description
30626 External
30627 \begin_inset space ~
30628 \end_inset
30629
30630 Material Files in various formats.
30631 \end_layout
30632
30633 \begin_layout Description
30634 Child
30635 \begin_inset space ~
30636 \end_inset
30637
30638 Document LyX or LaTeX-documents.
30639 \end_layout
30640
30641 \begin_layout Section
30642 External Material
30643 \begin_inset Index
30644 status collapsed
30645
30646 \begin_layout Plain Layout
30647 External Stuff ! External Material
30648 \end_layout
30649
30650 \end_inset
30651
30652
30653 \end_layout
30654
30655 \begin_layout Standard
30656 The external material feature allows you to insert files to your document
30657  without converting them previously to a format that can be read by the
30658  document output format because LyX takes care of needed conversions.
30659  This is similar to images that can be inserted in various image formats
30660  to LyX documents.
30661 \end_layout
30662
30663 \begin_layout Standard
30664 External material can be inserted via the 
30665 \family sans
30666 External Material
30667 \family default
30668  dialog that is accessible with the menu 
30669 \family sans
30670 Insert\SpecialChar \menuseparator
30671 File\SpecialChar \menuseparator
30672 External
30673 \begin_inset space ~
30674 \end_inset
30675
30676 Material
30677 \family default
30678 .
30679  Currently the following file types (
30680 \family sans
30681 Templates
30682 \family default
30683 ) are allowed:
30684 \end_layout
30685
30686 \begin_layout Description
30687 ChessDiagram This template supports chess position diagrams made with the
30688  programas 
30689 \series bold
30690
30691 \begin_inset CommandInset href
30692 LatexCommand href
30693 name "XBoard"
30694 target "http://en.wikipedia.org/wiki/XBoard"
30695
30696 \end_inset
30697
30698
30699 \series default
30700 .
30701 \end_layout
30702
30703 \begin_layout Description
30704 Date This inserts the date in the form 
30705 \emph on
30706 Day-Month-Year
30707 \emph default
30708 .
30709  This is a date inserted as external material: 
30710 \begin_inset External
30711         template Date
30712         filename .
30713
30714 \end_inset
30715
30716
30717 \begin_inset space ~
30718 \end_inset
30719
30720
30721 \begin_inset Note Note
30722 status open
30723
30724 \begin_layout Plain Layout
30725 Remove the protected space when bug 4398 is fixed!
30726 \end_layout
30727
30728 \end_inset
30729
30730
30731 \begin_inset Newline newline
30732 \end_inset
30733
30734 The date is not shown within LyX, only in the output.
30735  There are two other methods of inserting a date: Via menu 
30736 \family sans
30737 Insert\SpecialChar \menuseparator
30738 Date
30739 \family default
30740  and with the LaTeX command 
30741 \series bold
30742
30743 \backslash
30744 today
30745 \series default
30746  as TeX-Code.
30747  The different methods are compared in Table
30748 \begin_inset space ~
30749 \end_inset
30750
30751
30752 \begin_inset CommandInset ref
30753 LatexCommand ref
30754 reference "tab:Comparison-of-the"
30755
30756 \end_inset
30757
30758 .
30759 \end_layout
30760
30761 \begin_layout Description
30762 LilyPond This template is used for music notation typeset with the program
30763 \begin_inset Newline linebreak
30764 \end_inset
30765
30766
30767 \series bold
30768
30769 \begin_inset CommandInset href
30770 LatexCommand href
30771 name "LilyPond"
30772 target "http://en.wikipedia.org/wiki/LilyPond"
30773
30774 \end_inset
30775
30776
30777 \series default
30778 .
30779 \end_layout
30780
30781 \begin_layout Description
30782 RasterImage This can be used for bitmap images.
30783  Nearly all popular image formats are supported.
30784  The image can be treated in the 
30785 \family sans
30786 External material
30787 \family default
30788  dialog like the images that are usually included via the 
30789 \family sans
30790 Graphics
30791 \family default
30792  dialog as described in section
30793 \begin_inset space ~
30794 \end_inset
30795
30796
30797 \begin_inset CommandInset ref
30798 LatexCommand ref
30799 reference "sec:Graphics-Dialog"
30800
30801 \end_inset
30802
30803 .
30804  The difference is that only raster images are allowed, that means that
30805  PDF and EPS-images are not supported.
30806 \end_layout
30807
30808 \begin_layout Description
30809 XFig This template supports images created with the program 
30810 \series bold
30811
30812 \begin_inset CommandInset href
30813 LatexCommand href
30814 name "Xfig"
30815 target "http://en.wikipedia.org/wiki/Xfig"
30816
30817 \end_inset
30818
30819
30820 \series default
30821 .
30822 \end_layout
30823
30824 \begin_layout Standard
30825 \begin_inset Float table
30826 placement h
30827 wide false
30828 sideways false
30829 status open
30830
30831 \begin_layout Plain Layout
30832 \begin_inset Caption
30833
30834 \begin_layout Plain Layout
30835 \begin_inset CommandInset label
30836 LatexCommand label
30837 name "tab:Comparison-of-the"
30838
30839 \end_inset
30840
30841 Comparison of the date input methods.
30842 \end_layout
30843
30844 \end_inset
30845
30846
30847 \end_layout
30848
30849 \begin_layout Plain Layout
30850 \align center
30851 \begin_inset Tabular
30852 <lyxtabular version="3" rows="4" columns="4">
30853 <features>
30854 <column alignment="center" valignment="top" width="0">
30855 <column alignment="center" valignment="top" width="0">
30856 <column alignment="center" valignment="top" width="0">
30857 <column alignment="center" valignment="top" width="0">
30858 <row>
30859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30860 \begin_inset Text
30861
30862 \begin_layout Plain Layout
30863 Document format
30864 \end_layout
30865
30866 \end_inset
30867 </cell>
30868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30869 \begin_inset Text
30870
30871 \begin_layout Plain Layout
30872
30873 \family sans
30874 External Material\SpecialChar \menuseparator
30875 Date
30876 \end_layout
30877
30878 \end_inset
30879 </cell>
30880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30881 \begin_inset Text
30882
30883 \begin_layout Plain Layout
30884
30885 \family sans
30886 Insert\SpecialChar \menuseparator
30887 Date
30888 \end_layout
30889
30890 \end_inset
30891 </cell>
30892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30893 \begin_inset Text
30894
30895 \begin_layout Plain Layout
30896 command 
30897 \series bold
30898
30899 \backslash
30900 today
30901 \end_layout
30902
30903 \end_inset
30904 </cell>
30905 </row>
30906 <row>
30907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30908 \begin_inset Text
30909
30910 \begin_layout Plain Layout
30911 LyX
30912 \end_layout
30913
30914 \end_inset
30915 </cell>
30916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30917 \begin_inset Text
30918
30919 \begin_layout Plain Layout
30920 as inset box
30921 \end_layout
30922
30923 \end_inset
30924 </cell>
30925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30926 \begin_inset Text
30927
30928 \begin_layout Plain Layout
30929 as date
30930 \end_layout
30931
30932 \end_inset
30933 </cell>
30934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30935 \begin_inset Text
30936
30937 \begin_layout Plain Layout
30938 as TeX-Code inset box
30939 \end_layout
30940
30941 \end_inset
30942 </cell>
30943 </row>
30944 <row>
30945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30946 \begin_inset Text
30947
30948 \begin_layout Plain Layout
30949 LaTeX
30950 \end_layout
30951
30952 \end_inset
30953 </cell>
30954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30955 \begin_inset Text
30956
30957 \begin_layout Plain Layout
30958 as date
30959 \end_layout
30960
30961 \end_inset
30962 </cell>
30963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30964 \begin_inset Text
30965
30966 \begin_layout Plain Layout
30967 as date
30968 \end_layout
30969
30970 \end_inset
30971 </cell>
30972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30973 \begin_inset Text
30974
30975 \begin_layout Plain Layout
30976 as command
30977 \end_layout
30978
30979 \end_inset
30980 </cell>
30981 </row>
30982 <row>
30983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30984 \begin_inset Text
30985
30986 \begin_layout Plain Layout
30987 DVI, PDF, PS
30988 \end_layout
30989
30990 \end_inset
30991 </cell>
30992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30993 \begin_inset Text
30994
30995 \begin_layout Plain Layout
30996 as date
30997 \end_layout
30998
30999 \end_inset
31000 </cell>
31001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31002 \begin_inset Text
31003
31004 \begin_layout Plain Layout
31005 as date
31006 \end_layout
31007
31008 \end_inset
31009 </cell>
31010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31011 \begin_inset Text
31012
31013 \begin_layout Plain Layout
31014 as date
31015 \end_layout
31016
31017 \end_inset
31018 </cell>
31019 </row>
31020 </lyxtabular>
31021
31022 \end_inset
31023
31024
31025 \end_layout
31026
31027 \end_inset
31028
31029
31030 \end_layout
31031
31032 \begin_layout Standard
31033 When you use the option 
31034 \family sans
31035 Draft
31036 \family default
31037  in the 
31038 \family sans
31039 File
31040 \family default
31041  tab of the 
31042 \family sans
31043 External Material
31044 \family default
31045  dialog, only the path to the inserted file is shown in the output.
31046 \begin_inset Newline newline
31047 \end_inset
31048
31049 External material is displayed in LyX either as box like this: 
31050 \begin_inset Graphics
31051         filename clipart/ExternalMaterialQt4.png
31052         scale 85
31053         scaleBeforeRotation
31054
31055 \end_inset
31056
31057  or as image, depending on the setting in the 
31058 \family sans
31059 LyX
31060 \begin_inset space ~
31061 \end_inset
31062
31063 View
31064 \family default
31065  tab of the 
31066 \family sans
31067 External Material
31068 \family default
31069  dialog.
31070 \end_layout
31071
31072 \begin_layout Standard
31073 The 
31074 \family sans
31075 \emph on
31076 Customization
31077 \family default
31078 \emph default
31079  manual explains how you can define your own templates.
31080 \end_layout
31081
31082 \begin_layout Section
31083 Child Documents
31084 \begin_inset CommandInset label
31085 LatexCommand label
31086 name "sec:Child-Documents"
31087
31088 \end_inset
31089
31090
31091 \begin_inset Index
31092 status collapsed
31093
31094 \begin_layout Plain Layout
31095 External Stuff ! Child Documents
31096 \end_layout
31097
31098 \end_inset
31099
31100
31101 \begin_inset Index
31102 status collapsed
31103
31104 \begin_layout Plain Layout
31105 Files ! Include
31106 \end_layout
31107
31108 \end_inset
31109
31110
31111 \end_layout
31112
31113 \begin_layout Standard
31114 Child documents are used when you have a long document consisting of several
31115  larger parts or sections.
31116  For maintenance it is often useful and sometimes even required to split
31117  the document in several files that can be revised separately.
31118  The different documents are then the so called child documents and a master
31119  document connects them to print the full document or parts of it.
31120 \end_layout
31121
31122 \begin_layout Standard
31123 Included documents are displayed in LyX as a box like this: 
31124 \begin_inset Graphics
31125         filename clipart/ChildDocumentQt4.png
31126         scale 85
31127         scaleBeforeRotation
31128
31129 \end_inset
31130
31131  To include child documents to a master document use the menu 
31132 \family sans
31133 Insert\SpecialChar \menuseparator
31134 File\SpecialChar \menuseparator
31135 Child
31136 \begin_inset space ~
31137 \end_inset
31138
31139 Documents
31140 \family default
31141 .
31142  A dialog pops up where you can choose between four include methods:
31143 \end_layout
31144
31145 \begin_layout Description
31146 Include You can include LyX and LaTeX-documents.
31147  When you press the 
31148 \family sans
31149 Load
31150 \family default
31151  button in the 
31152 \family sans
31153 Child Document
31154 \family default
31155  dialog, the included documents will be opened in LyX in a new file tab
31156  so that you can modify it.
31157 \begin_inset Newline newline
31158 \end_inset
31159
31160
31161 \end_layout
31162
31163 \begin_layout Standard
31164 Here is a child document inserted using 
31165 \family sans
31166 Include
31167 \family default
31168
31169 \begin_inset CommandInset include
31170 LatexCommand include
31171 filename "DummyDocument1.lyx"
31172
31173 \end_inset
31174
31175
31176 \end_layout
31177
31178 \begin_layout Standard
31179 The section numbering includes the sections of the included files in the
31180  order they are inserted in the master document.
31181  The included example document has for example a subsection that is numbered
31182  as subsection of this section.
31183  Labels of included documents can be referenced: Subsection
31184 \begin_inset space ~
31185 \end_inset
31186
31187
31188 \begin_inset CommandInset ref
31189 LatexCommand ref
31190 reference "sub:External-Subsection-1"
31191
31192 \end_inset
31193
31194
31195 \end_layout
31196
31197 \begin_layout Standard
31198 The preamble of the child document is ignored, only the preamble of the
31199  master document is used.
31200  Included documents are inserted starting on a new page and end with a page
31201  break.
31202 \end_layout
31203
31204 \begin_layout Standard
31205 With the LaTeX-command 
31206 \series bold
31207
31208 \backslash
31209 includeonly 
31210 \series default
31211 you can specify which included child documents are processed when the output
31212  is generated.
31213  This is useful when you are perhaps only working on a certain chapter of
31214  your large document as this saves compiling time.
31215  
31216 \series bold
31217
31218 \backslash
31219 includeonly
31220 \series default
31221  is inserted to the master document preamble.
31222  It takes a comma-separated list of the filenames as argument, e.g.
31223 \end_layout
31224
31225 \begin_layout Standard
31226
31227 \series bold
31228
31229 \backslash
31230 includeonly{chapter1,chapter5}
31231 \end_layout
31232
31233 \begin_layout Standard
31234 will only process the included files named 
31235 \begin_inset Quotes eld
31236 \end_inset
31237
31238 chapter1.lyx
31239 \begin_inset Quotes erd
31240 \end_inset
31241
31242  (or 
31243 \begin_inset Quotes eld
31244 \end_inset
31245
31246 chapter1.tex
31247 \begin_inset Quotes erd
31248 \end_inset
31249
31250 ) and 
31251 \begin_inset Quotes eld
31252 \end_inset
31253
31254 chapter5.lyx
31255 \begin_inset Quotes erd
31256 \end_inset
31257
31258  .
31259 \end_layout
31260
31261 \begin_layout Standard
31262 \begin_inset Note Greyedout
31263 status open
31264
31265 \begin_layout Plain Layout
31266
31267 \series bold
31268 Note:
31269 \series default
31270  When you have included a LyX- or LaTeX-file, you are warned when you export/vie
31271 w the document in case that the child document uses another document class
31272  than the master document as this will lead to unexpected outputs.
31273 \end_layout
31274
31275 \end_inset
31276
31277
31278 \end_layout
31279
31280 \begin_layout Description
31281 Input This method is very similar to the Include method.
31282  The differences are:
31283 \end_layout
31284
31285 \begin_deeper
31286 \begin_layout Itemize
31287 Input files don't start with a new page and don't end with a page break.
31288 \end_layout
31289
31290 \begin_layout Itemize
31291 Input files can be previewed in LyX when 
31292 \family sans
31293 Instant
31294 \begin_inset space ~
31295 \end_inset
31296
31297 Preview
31298 \family default
31299  is enabled in LyX's preferences under 
31300 \family sans
31301 Look
31302 \begin_inset space ~
31303 \end_inset
31304
31305 and
31306 \begin_inset space ~
31307 \end_inset
31308
31309 feel\SpecialChar \menuseparator
31310 Graphics
31311 \family default
31312 .
31313 \end_layout
31314
31315 \begin_layout Itemize
31316 The LaTeX-command 
31317 \series bold
31318
31319 \backslash
31320 includeonly
31321 \series default
31322  cannot be used.
31323 \end_layout
31324
31325 \end_deeper
31326 \begin_layout Standard
31327 Here is a child document inserted using 
31328 \family sans
31329 Input
31330 \family default
31331
31332 \begin_inset CommandInset include
31333 LatexCommand input
31334 filename "DummyDocument2.lyx"
31335
31336 \end_inset
31337
31338
31339 \end_layout
31340
31341 \begin_layout Description
31342 Verbatim With this method every text file can be included.
31343  The file is shown in the output with its source code, no command used in
31344  the text is invoked.
31345  You can use the option 
31346 \family sans
31347 Mark spaces in output
31348 \family default
31349  that displays the character 
31350 \begin_inset Quotes eld
31351 \end_inset
31352
31353
31354 \begin_inset ERT
31355 status collapsed
31356
31357 \begin_layout Plain Layout
31358
31359
31360 \backslash
31361 textvisiblespace 
31362 \end_layout
31363
31364 \end_inset
31365
31366
31367 \begin_inset Quotes erd
31368 \end_inset
31369
31370  for every space character in the source code.
31371  The difference to the method via the menu 
31372 \family sans
31373 Insert\SpecialChar \menuseparator
31374 File\SpecialChar \menuseparator
31375 Plain
31376 \begin_inset space ~
31377 \end_inset
31378
31379 Text
31380 \family default
31381  is that the document content is not shown in LyX.
31382 \end_layout
31383
31384 \begin_layout Standard
31385 Here is a child document inserted as Verbatim: 
31386 \begin_inset CommandInset include
31387 LatexCommand verbatiminput
31388 filename "DummyTextDocument.txt"
31389
31390 \end_inset
31391
31392
31393 \begin_inset VSpace bigskip
31394 \end_inset
31395
31396 Here is a child document inserted as Verbatim using the 
31397 \family sans
31398 Mark spaces in output
31399 \family default
31400  option: 
31401 \begin_inset CommandInset include
31402 LatexCommand verbatiminput*
31403 filename "DummyTextDocument.txt"
31404
31405 \end_inset
31406
31407
31408 \end_layout
31409
31410 \begin_layout Standard
31411 \begin_inset VSpace bigskip
31412 \end_inset
31413
31414
31415 \end_layout
31416
31417 \begin_layout Standard
31418 \begin_inset Note Greyedout
31419 status open
31420
31421 \begin_layout Plain Layout
31422
31423 \series bold
31424 Note:
31425 \series default
31426  As you can see in the examples above, the text of the documents included
31427  as 
31428 \family sans
31429 verbatim
31430 \family default
31431  is not broken at the end of the document lines.
31432 \end_layout
31433
31434 \end_inset
31435
31436
31437 \end_layout
31438
31439 \begin_layout Description
31440 Listings This type is described in chapter
31441 \begin_inset space ~
31442 \end_inset
31443
31444
31445 \begin_inset CommandInset ref
31446 LatexCommand ref
31447 reference "cha:Program-Code-Listings"
31448
31449 \end_inset
31450
31451 .
31452 \end_layout
31453
31454 \begin_layout Standard
31455 \begin_inset Note Greyedout
31456 status open
31457
31458 \begin_layout Plain Layout
31459
31460 \series bold
31461 Note:
31462 \series default
31463  Including the same document twice in a document using different methods
31464  could cause LaTeX-problems.
31465 \end_layout
31466
31467 \end_inset
31468
31469
31470 \end_layout
31471
31472 \begin_layout Chapter
31473 Program Code Listings
31474 \begin_inset CommandInset label
31475 LatexCommand label
31476 name "cha:Program-Code-Listings"
31477
31478 \end_inset
31479
31480
31481 \begin_inset Index
31482 status collapsed
31483
31484 \begin_layout Plain Layout
31485 Listings
31486 \end_layout
31487
31488 \end_inset
31489
31490
31491 \begin_inset Index
31492 status collapsed
31493
31494 \begin_layout Plain Layout
31495 Program Code
31496 \end_layout
31497
31498 \end_inset
31499
31500
31501 \begin_inset Index
31502 status collapsed
31503
31504 \begin_layout Plain Layout
31505 Floats ! Listings
31506 \end_layout
31507
31508 \end_inset
31509
31510
31511 \end_layout
31512
31513 \begin_layout Standard
31514 To include and typeset program code you can use the 
31515 \family sans
31516 Listings
31517 \family default
31518  inset that can be inserted via the menu 
31519 \family sans
31520 Insert\SpecialChar \menuseparator
31521 Program Listing
31522 \family default
31523 .
31524  The LaTeX-package 
31525 \series bold
31526 listings
31527 \series default
31528
31529 \begin_inset Index
31530 status collapsed
31531
31532 \begin_layout Plain Layout
31533 LaTeX-packages ! listings
31534 \end_layout
31535
31536 \end_inset
31537
31538  provides a powerful and flexible way to insert program source code to your
31539  document.
31540 \end_layout
31541
31542 \begin_layout Standard
31543 When right-clicking on a listings inset a dialog pops up where you can set
31544  the listings format.
31545 \end_layout
31546
31547 \begin_layout Standard
31548 By default, a listing starts a new paragraph in the output.
31549  The placement option 
31550 \family sans
31551 Inline
31552 \begin_inset space ~
31553 \end_inset
31554
31555 listing
31556 \family default
31557  prints the listing inline like this: 
31558 \begin_inset listings
31559 lstparams "language={C++}"
31560 inline true
31561 status open
31562
31563 \begin_layout Plain Layout
31564 int a=5;
31565 \end_layout
31566
31567 \end_inset
31568
31569
31570 \begin_inset Newline newline
31571 \end_inset
31572
31573 The option 
31574 \family sans
31575 Float
31576 \family default
31577  creates a listings float where you can specify the placement options 
31578 \begin_inset Quotes eld
31579 \end_inset
31580
31581
31582 \family sans
31583 h
31584 \family default
31585
31586 \begin_inset Quotes erd
31587 \end_inset
31588
31589
31590 \begin_inset Quotes eld
31591 \end_inset
31592
31593
31594 \family sans
31595 t
31596 \family default
31597
31598 \begin_inset Quotes erd
31599 \end_inset
31600
31601
31602 \begin_inset Quotes eld
31603 \end_inset
31604
31605
31606 \family sans
31607 b
31608 \family default
31609
31610 \begin_inset Quotes erd
31611 \end_inset
31612
31613 , and 
31614 \begin_inset Quotes eld
31615 \end_inset
31616
31617
31618 \family sans
31619 p
31620 \family default
31621
31622 \begin_inset Quotes erd
31623 \end_inset
31624
31625  corresponding to the float placement options described in section
31626 \begin_inset space ~
31627 \end_inset
31628
31629
31630 \begin_inset CommandInset ref
31631 LatexCommand ref
31632 reference "sec:Float-Placement"
31633
31634 \end_inset
31635
31636 .
31637  The placement options can be mixed and are inserted without any separation,
31638  e.
31639 \begin_inset space \thinspace{}
31640 \end_inset
31641
31642 g.
31643 \begin_inset space ~
31644 \end_inset
31645
31646
31647 \begin_inset Quotes eld
31648 \end_inset
31649
31650
31651 \family sans
31652 htbp
31653 \family default
31654
31655 \begin_inset Quotes erd
31656 \end_inset
31657
31658 .
31659  The option 
31660 \begin_inset Quotes eld
31661 \end_inset
31662
31663 h
31664 \begin_inset Quotes erd
31665 \end_inset
31666
31667  has sometimes no effect, but you don't need to use the 
31668 \family sans
31669 Float
31670 \family default
31671  option in this case as also non-float listings can have captions and be
31672  referenced.
31673 \end_layout
31674
31675 \begin_layout Standard
31676 You can add captions to listings with the menu 
31677 \family sans
31678 Insert\SpecialChar \menuseparator
31679 Caption
31680 \family default
31681 .
31682  Listings can be referenced like floats: Listing
31683 \begin_inset space ~
31684 \end_inset
31685
31686
31687 \begin_inset CommandInset ref
31688 LatexCommand ref
31689 reference "lst:Example-Listing"
31690
31691 \end_inset
31692
31693
31694 \end_layout
31695
31696 \begin_layout Standard
31697 \begin_inset listings
31698 lstparams "language=Python"
31699 inline false
31700 status open
31701
31702 \begin_layout Plain Layout
31703 \begin_inset Caption
31704
31705 \begin_layout Plain Layout
31706 \begin_inset CommandInset label
31707 LatexCommand label
31708 name "lst:Example-Listing"
31709
31710 \end_inset
31711
31712 Example Listing float
31713 \end_layout
31714
31715 \end_inset
31716
31717 # Example listing float
31718 \end_layout
31719
31720 \begin_layout Plain Layout
31721 def func(param):
31722 \end_layout
31723
31724 \begin_layout Plain Layout
31725     'this is a python function'
31726 \end_layout
31727
31728 \begin_layout Plain Layout
31729     pass
31730 \end_layout
31731
31732 \end_inset
31733
31734
31735 \end_layout
31736
31737 \begin_layout Standard
31738 When you have set a programming language in the listings dialog, the keywords
31739  of this language will be recognized and specially typeset in the output.
31740  In the example listings the Python keyword 
31741 \begin_inset Quotes eld
31742 \end_inset
31743
31744 def
31745 \begin_inset Quotes erd
31746 \end_inset
31747
31748  is recognized and printed bold in the output.
31749 \end_layout
31750
31751 \begin_layout Standard
31752 \begin_inset Note Greyedout
31753 status open
31754
31755 \begin_layout Plain Layout
31756
31757 \series bold
31758 Note:
31759 \series default
31760  If you don't get bold keywords when using typewriter fonts, your typewriter
31761  font probably doesn't provide a bold shape.
31762  In this case select a different one in the menu 
31763 \family sans
31764 Document\SpecialChar \menuseparator
31765 Settings\SpecialChar \menuseparator
31766 Fonts
31767 \family default
31768 .
31769  (The fonts 
31770 \emph on
31771 LuxiMono, BeraMono
31772 \emph default
31773  and 
31774 \emph on
31775 Courier
31776 \emph default
31777  provide bold shapes.)
31778 \end_layout
31779
31780 \end_inset
31781
31782
31783 \end_layout
31784
31785 \begin_layout Standard
31786 In section 
31787 \family sans
31788 Line
31789 \begin_inset space ~
31790 \end_inset
31791
31792 numbering
31793 \family default
31794  of the listings dialog you can specify the line numbering style.
31795  You can insert a number to specify which lines are numbered to the field
31796  
31797 \family sans
31798 Step
31799 \family default
31800 .
31801  When you insert e.g.
31802  
31803 \begin_inset Quotes eld
31804 \end_inset
31805
31806 3
31807 \begin_inset Quotes erd
31808 \end_inset
31809
31810 , only every 3rd line will be numbered.
31811 \end_layout
31812
31813 \begin_layout Standard
31814 You can furthermore specify a range of lines, only these will then appear
31815  in the output.
31816  The option 
31817 \family sans
31818 Extended
31819 \begin_inset space ~
31820 \end_inset
31821
31822 chars
31823 \family default
31824  should be used when you use national characters like the German umlauts
31825  in the listing.
31826 \begin_inset Newline newline
31827 \end_inset
31828
31829 Here is an example listing with left line numbering, step 
31830 \begin_inset Quotes eld
31831 \end_inset
31832
31833 3
31834 \begin_inset Quotes erd
31835 \end_inset
31836
31837 , language 
31838 \begin_inset Quotes eld
31839 \end_inset
31840
31841 Python
31842 \begin_inset Quotes erd
31843 \end_inset
31844
31845 , options 
31846 \begin_inset Quotes eld
31847 \end_inset
31848
31849 Extended
31850 \begin_inset space ~
31851 \end_inset
31852
31853 chars
31854 \begin_inset Quotes erd
31855 \end_inset
31856
31857  and 
31858 \begin_inset Quotes eld
31859 \end_inset
31860
31861 Space
31862 \begin_inset space ~
31863 \end_inset
31864
31865 as
31866 \begin_inset space ~
31867 \end_inset
31868
31869 Symbol
31870 \begin_inset Quotes erd
31871 \end_inset
31872
31873 , range lines 3
31874 \begin_inset space \thinspace{}
31875 \end_inset
31876
31877 -
31878 \begin_inset space \thinspace{}
31879 \end_inset
31880
31881 8:
31882 \end_layout
31883
31884 \begin_layout Standard
31885 \begin_inset listings
31886 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
31887 inline false
31888 status open
31889
31890 \begin_layout Plain Layout
31891 def func(param):
31892 \end_layout
31893
31894 \begin_layout Plain Layout
31895     'this is a python function'
31896 \end_layout
31897
31898 \begin_layout Plain Layout
31899     pass
31900 \end_layout
31901
31902 \begin_layout Plain Layout
31903 def func(param):
31904 \end_layout
31905
31906 \begin_layout Plain Layout
31907 'This is a German word: Tschüß'
31908 \end_layout
31909
31910 \begin_layout Plain Layout
31911 pass
31912 \end_layout
31913
31914 \begin_layout Plain Layout
31915 def func(param):
31916 \end_layout
31917
31918 \begin_layout Plain Layout
31919 'this is a python function'
31920 \end_layout
31921
31922 \begin_layout Plain Layout
31923 pass
31924 \end_layout
31925
31926 \end_inset
31927
31928
31929 \end_layout
31930
31931 \begin_layout Standard
31932 \begin_inset Note Greyedout
31933 status open
31934
31935 \begin_layout Plain Layout
31936
31937 \series bold
31938 Note:
31939 \series default
31940  Due to a bug in the 
31941 \series bold
31942 listings
31943 \series default
31944  package the line numbering is shifted by a line by every previous listing.
31945  That's the reason why the lines 2 and 5 are numbered in the above listing
31946  and not the lines 3 and 6.
31947 \end_layout
31948
31949 \end_inset
31950
31951
31952 \end_layout
31953
31954 \begin_layout Standard
31955 \begin_inset VSpace bigskip
31956 \end_inset
31957
31958
31959 \end_layout
31960
31961 \begin_layout Standard
31962 It is also possible to print lines from a file as listing.
31963  To do this, use the menu 
31964 \family sans
31965 Insert\SpecialChar \menuseparator
31966 File\SpecialChar \menuseparator
31967 Child Document
31968 \family default
31969  and choose the type 
31970 \family sans
31971 Listings
31972 \family default
31973 .
31974 \begin_inset Foot
31975 status collapsed
31976
31977 \begin_layout Plain Layout
31978 The other child document types are described in section
31979 \begin_inset space ~
31980 \end_inset
31981
31982
31983 \begin_inset CommandInset ref
31984 LatexCommand ref
31985 reference "sec:Child-Documents"
31986
31987 \end_inset
31988
31989 .
31990 \end_layout
31991
31992 \end_inset
31993
31994  In the child document dialog you can specify the listing parameters in
31995  a text box.
31996  To show a list of all available parameters, type in a question mark 
31997 \begin_inset Quotes eld
31998 \end_inset
31999
32000 ?
32001 \begin_inset Quotes erd
32002 \end_inset
32003
32004  in the text box.
32005 \end_layout
32006
32007 \begin_layout Standard
32008 To reference child document listings, write a label text into the corresponding
32009  field of the child document dialog.
32010  The label can then be referenced using the menu 
32011 \family sans
32012 Insert\SpecialChar \menuseparator
32013 Cross-Reference
32014 \family default
32015 .
32016 \end_layout
32017
32018 \begin_layout Standard
32019 Listing
32020 \begin_inset space ~
32021 \end_inset
32022
32023
32024 \begin_inset CommandInset ref
32025 LatexCommand ref
32026 reference "lst:file-listing"
32027
32028 \end_inset
32029
32030  is an example for a listing of a file; there the lines 10
32031 \begin_inset space \thinspace{}
32032 \end_inset
32033
32034 -
32035 \begin_inset space \thinspace{}
32036 \end_inset
32037
32038 15 of this LyX file are listed.
32039 \end_layout
32040
32041 \begin_layout Standard
32042 \begin_inset CommandInset include
32043 LatexCommand lstinputlisting
32044 filename "EmbeddedObjects.lyx"
32045 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
32046
32047 \end_inset
32048
32049
32050 \end_layout
32051
32052 \begin_layout Standard
32053 \begin_inset VSpace bigskip
32054 \end_inset
32055
32056
32057 \end_layout
32058
32059 \begin_layout Standard
32060 Global listings settings can be set in the 
32061 \family sans
32062 Document\SpecialChar \menuseparator
32063 Settings\SpecialChar \menuseparator
32064 Text Layout
32065 \family default
32066  dialog.
32067  To get there a list of available options, type in a question mark 
32068 \begin_inset Quotes eld
32069 \end_inset
32070
32071 ?
32072 \begin_inset Quotes erd
32073 \end_inset
32074
32075  in the 
32076 \family sans
32077 Listings
32078 \begin_inset space ~
32079 \end_inset
32080
32081 settings
32082 \family default
32083  field.
32084 \end_layout
32085
32086 \begin_layout Standard
32087 For more information about the 
32088 \series bold
32089 listings
32090 \series default
32091  package, we refer to its documentation 
32092 \begin_inset CommandInset citation
32093 LatexCommand cite
32094 key "listings"
32095
32096 \end_inset
32097
32098 .
32099 \end_layout
32100
32101 \begin_layout Standard
32102 \begin_inset Newpage newpage
32103 \end_inset
32104
32105
32106 \end_layout
32107
32108 \begin_layout Chapter
32109 \start_of_appendix
32110 Units available in LyX
32111 \begin_inset Index
32112 status collapsed
32113
32114 \begin_layout Plain Layout
32115 Units
32116 \end_layout
32117
32118 \end_inset
32119
32120
32121 \begin_inset CommandInset label
32122 LatexCommand label
32123 name "cha:Units-available-in"
32124
32125 \end_inset
32126
32127
32128 \end_layout
32129
32130 \begin_layout Standard
32131 To understand the units described in this documentation, Table
32132 \begin_inset space ~
32133 \end_inset
32134
32135
32136 \begin_inset CommandInset ref
32137 LatexCommand ref
32138 reference "tab:Units"
32139
32140 \end_inset
32141
32142  explains all units available in LyX.
32143 \end_layout
32144
32145 \begin_layout Standard
32146 \begin_inset Float table
32147 placement h
32148 wide false
32149 sideways false
32150 status open
32151
32152 \begin_layout Plain Layout
32153 \begin_inset Caption
32154
32155 \begin_layout Plain Layout
32156 \begin_inset CommandInset label
32157 LatexCommand label
32158 name "tab:Units"
32159
32160 \end_inset
32161
32162 Units
32163 \end_layout
32164
32165 \end_inset
32166
32167
32168 \end_layout
32169
32170 \begin_layout Plain Layout
32171 \begin_inset VSpace medskip
32172 \end_inset
32173
32174
32175 \end_layout
32176
32177 \begin_layout Plain Layout
32178 \align center
32179 \begin_inset Tabular
32180 <lyxtabular version="3" rows="20" columns="2">
32181 <features>
32182 <column alignment="center" valignment="top" width="0">
32183 <column alignment="center" valignment="top" width="0">
32184 <row>
32185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32186 \begin_inset Text
32187
32188 \begin_layout Plain Layout
32189 unit
32190 \end_layout
32191
32192 \end_inset
32193 </cell>
32194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32195 \begin_inset Text
32196
32197 \begin_layout Plain Layout
32198 name/description
32199 \end_layout
32200
32201 \end_inset
32202 </cell>
32203 </row>
32204 <row>
32205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32206 \begin_inset Text
32207
32208 \begin_layout Plain Layout
32209 mm
32210 \end_layout
32211
32212 \end_inset
32213 </cell>
32214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32215 \begin_inset Text
32216
32217 \begin_layout Plain Layout
32218 millimeter
32219 \end_layout
32220
32221 \end_inset
32222 </cell>
32223 </row>
32224 <row>
32225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32226 \begin_inset Text
32227
32228 \begin_layout Plain Layout
32229 cm
32230 \end_layout
32231
32232 \end_inset
32233 </cell>
32234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32235 \begin_inset Text
32236
32237 \begin_layout Plain Layout
32238 centimeter
32239 \end_layout
32240
32241 \end_inset
32242 </cell>
32243 </row>
32244 <row>
32245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32246 \begin_inset Text
32247
32248 \begin_layout Plain Layout
32249 in
32250 \end_layout
32251
32252 \end_inset
32253 </cell>
32254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32255 \begin_inset Text
32256
32257 \begin_layout Plain Layout
32258 inch
32259 \end_layout
32260
32261 \end_inset
32262 </cell>
32263 </row>
32264 <row>
32265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32266 \begin_inset Text
32267
32268 \begin_layout Plain Layout
32269 pt
32270 \end_layout
32271
32272 \end_inset
32273 </cell>
32274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32275 \begin_inset Text
32276
32277 \begin_layout Plain Layout
32278 point (72.27
32279 \begin_inset space \thinspace{}
32280 \end_inset
32281
32282 pt = 1
32283 \begin_inset space \thinspace{}
32284 \end_inset
32285
32286 in)
32287 \end_layout
32288
32289 \end_inset
32290 </cell>
32291 </row>
32292 <row>
32293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32294 \begin_inset Text
32295
32296 \begin_layout Plain Layout
32297 pc
32298 \end_layout
32299
32300 \end_inset
32301 </cell>
32302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32303 \begin_inset Text
32304
32305 \begin_layout Plain Layout
32306 pica (1
32307 \begin_inset space \thinspace{}
32308 \end_inset
32309
32310 pc = 12
32311 \begin_inset space \thinspace{}
32312 \end_inset
32313
32314 pt)
32315 \end_layout
32316
32317 \end_inset
32318 </cell>
32319 </row>
32320 <row>
32321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32322 \begin_inset Text
32323
32324 \begin_layout Plain Layout
32325 sp
32326 \end_layout
32327
32328 \end_inset
32329 </cell>
32330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32331 \begin_inset Text
32332
32333 \begin_layout Plain Layout
32334 scaled point (65536
32335 \begin_inset space \thinspace{}
32336 \end_inset
32337
32338 sp = 1
32339 \begin_inset space \thinspace{}
32340 \end_inset
32341
32342 pt)
32343 \end_layout
32344
32345 \end_inset
32346 </cell>
32347 </row>
32348 <row>
32349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32350 \begin_inset Text
32351
32352 \begin_layout Plain Layout
32353 bp
32354 \end_layout
32355
32356 \end_inset
32357 </cell>
32358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32359 \begin_inset Text
32360
32361 \begin_layout Plain Layout
32362 big point (72
32363 \begin_inset space \thinspace{}
32364 \end_inset
32365
32366 bp = 1
32367 \begin_inset space \thinspace{}
32368 \end_inset
32369
32370 in)
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 dd
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 didot (1
32391 \begin_inset space \thinspace{}
32392 \end_inset
32393
32394 dd 
32395 \begin_inset Formula $\approx$
32396 \end_inset
32397
32398  0.376
32399 \begin_inset space \thinspace{}
32400 \end_inset
32401
32402 mm)
32403 \end_layout
32404
32405 \end_inset
32406 </cell>
32407 </row>
32408 <row>
32409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32410 \begin_inset Text
32411
32412 \begin_layout Plain Layout
32413 cc
32414 \end_layout
32415
32416 \end_inset
32417 </cell>
32418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32419 \begin_inset Text
32420
32421 \begin_layout Plain Layout
32422 cicero (1
32423 \begin_inset space \thinspace{}
32424 \end_inset
32425
32426 cc = 12
32427 \begin_inset space \thinspace{}
32428 \end_inset
32429
32430 dd)
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 Scale%
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 % of original image width
32451 \end_layout
32452
32453 \end_inset
32454 </cell>
32455 </row>
32456 <row>
32457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32458 \begin_inset Text
32459
32460 \begin_layout Plain Layout
32461 text%
32462 \end_layout
32463
32464 \end_inset
32465 </cell>
32466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32467 \begin_inset Text
32468
32469 \begin_layout Plain Layout
32470 % of text width
32471 \end_layout
32472
32473 \end_inset
32474 </cell>
32475 </row>
32476 <row>
32477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32478 \begin_inset Text
32479
32480 \begin_layout Plain Layout
32481 col%
32482 \end_layout
32483
32484 \end_inset
32485 </cell>
32486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32487 \begin_inset Text
32488
32489 \begin_layout Plain Layout
32490 % of column width
32491 \end_layout
32492
32493 \end_inset
32494 </cell>
32495 </row>
32496 <row>
32497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32498 \begin_inset Text
32499
32500 \begin_layout Plain Layout
32501 page%
32502 \end_layout
32503
32504 \end_inset
32505 </cell>
32506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32507 \begin_inset Text
32508
32509 \begin_layout Plain Layout
32510 % of paper width
32511 \end_layout
32512
32513 \end_inset
32514 </cell>
32515 </row>
32516 <row>
32517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32518 \begin_inset Text
32519
32520 \begin_layout Plain Layout
32521 line%
32522 \end_layout
32523
32524 \end_inset
32525 </cell>
32526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32527 \begin_inset Text
32528
32529 \begin_layout Plain Layout
32530 % of line width
32531 \end_layout
32532
32533 \end_inset
32534 </cell>
32535 </row>
32536 <row>
32537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32538 \begin_inset Text
32539
32540 \begin_layout Plain Layout
32541 theight%
32542 \end_layout
32543
32544 \end_inset
32545 </cell>
32546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32547 \begin_inset Text
32548
32549 \begin_layout Plain Layout
32550 % of text height
32551 \end_layout
32552
32553 \end_inset
32554 </cell>
32555 </row>
32556 <row>
32557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32558 \begin_inset Text
32559
32560 \begin_layout Plain Layout
32561 pheight%
32562 \end_layout
32563
32564 \end_inset
32565 </cell>
32566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32567 \begin_inset Text
32568
32569 \begin_layout Plain Layout
32570 % of paper height
32571 \end_layout
32572
32573 \end_inset
32574 </cell>
32575 </row>
32576 <row>
32577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32578 \begin_inset Text
32579
32580 \begin_layout Plain Layout
32581 ex
32582 \end_layout
32583
32584 \end_inset
32585 </cell>
32586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32587 \begin_inset Text
32588
32589 \begin_layout Plain Layout
32590 height of letter 
32591 \emph on
32592 x
32593 \emph default
32594  in current font
32595 \end_layout
32596
32597 \end_inset
32598 </cell>
32599 </row>
32600 <row>
32601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32602 \begin_inset Text
32603
32604 \begin_layout Plain Layout
32605 em
32606 \end_layout
32607
32608 \end_inset
32609 </cell>
32610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32611 \begin_inset Text
32612
32613 \begin_layout Plain Layout
32614 width of letter 
32615 \emph on
32616 M
32617 \emph default
32618  in current font
32619 \end_layout
32620
32621 \end_inset
32622 </cell>
32623 </row>
32624 <row>
32625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32626 \begin_inset Text
32627
32628 \begin_layout Plain Layout
32629 mu
32630 \end_layout
32631
32632 \end_inset
32633 </cell>
32634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32635 \begin_inset Text
32636
32637 \begin_layout Plain Layout
32638 math unit (1
32639 \begin_inset space \thinspace{}
32640 \end_inset
32641
32642 mu = 1/18
32643 \begin_inset space \thinspace{}
32644 \end_inset
32645
32646 em)
32647 \end_layout
32648
32649 \end_inset
32650 </cell>
32651 </row>
32652 </lyxtabular>
32653
32654 \end_inset
32655
32656
32657 \end_layout
32658
32659 \end_inset
32660
32661
32662 \end_layout
32663
32664 \begin_layout Chapter
32665 Output File Formats with Graphics
32666 \begin_inset CommandInset label
32667 LatexCommand label
32668 name "cha:Output-File-Formats"
32669
32670 \end_inset
32671
32672
32673 \end_layout
32674
32675 \begin_layout Section
32676 DVI
32677 \begin_inset Index
32678 status collapsed
32679
32680 \begin_layout Plain Layout
32681 File Formats ! DVI
32682 \end_layout
32683
32684 \end_inset
32685
32686
32687 \begin_inset Index
32688 status collapsed
32689
32690 \begin_layout Plain Layout
32691 DVI|see
32692 \begin_inset ERT
32693 status collapsed
32694
32695 \begin_layout Plain Layout
32696
32697 {
32698 \end_layout
32699
32700 \end_inset
32701
32702 File Formats
32703 \begin_inset ERT
32704 status collapsed
32705
32706 \begin_layout Plain Layout
32707
32708 }
32709 \end_layout
32710
32711 \end_inset
32712
32713
32714 \end_layout
32715
32716 \end_inset
32717
32718
32719 \end_layout
32720
32721 \begin_layout Standard
32722 This file type has the extension 
32723 \begin_inset Quotes eld
32724 \end_inset
32725
32726
32727 \family typewriter
32728 .dvi
32729 \family default
32730
32731 \begin_inset Quotes erd
32732 \end_inset
32733
32734 .
32735  It is called 
32736 \begin_inset Quotes eld
32737 \end_inset
32738
32739 device-independent
32740 \begin_inset Quotes erd
32741 \end_inset
32742
32743  (DVI), because it is completely portable; you can move them from one machine
32744  to another without needing to do any sort of conversion.
32745  At the time when this file-format was developed, this was no matter of
32746  course.
32747  DVIs are used for quick previews and as pre-stage for other output formats,
32748  like PostScript.
32749 \end_layout
32750
32751 \begin_layout Standard
32752 \begin_inset Note Greyedout
32753 status open
32754
32755 \begin_layout Plain Layout
32756
32757 \series bold
32758 Note:
32759 \series default
32760  DVI-files doesn't contain images, they will only be a linked.
32761 \end_layout
32762
32763 \end_inset
32764
32765  So don't forget this, if you move your 
32766 \family typewriter
32767 .dvi
32768 \family default
32769  file to another computer.
32770  This property can also slow down your computer when you view the DVI.
32771  Because the DVI-viewer has to convert the image in the background to make
32772  it visible when you scroll in the DVI.
32773  So we recommend to use PDF for files with many images.
32774 \end_layout
32775
32776 \begin_layout Standard
32777 You can export your document to DVI by using the menu 
32778 \family sans
32779 File\SpecialChar \menuseparator
32780 Export\SpecialChar \menuseparator
32781 DVI
32782 \family default
32783 .
32784  You can view your document as DVI via the 
32785 \family sans
32786 View
32787 \family default
32788  menu or by using the toolbar button 
32789 \begin_inset Graphics
32790         filename ../images/buffer-view_dvi.png
32791         scale 85
32792         scaleBeforeRotation
32793
32794 \end_inset
32795
32796 .
32797 \end_layout
32798
32799 \begin_layout Section
32800 PostScript
32801 \begin_inset CommandInset label
32802 LatexCommand label
32803 name "sec:PostScript"
32804
32805 \end_inset
32806
32807
32808 \begin_inset Index
32809 status collapsed
32810
32811 \begin_layout Plain Layout
32812 File Formats ! PostScript
32813 \end_layout
32814
32815 \end_inset
32816
32817
32818 \begin_inset Index
32819 status collapsed
32820
32821 \begin_layout Plain Layout
32822 PostScript|see
32823 \begin_inset ERT
32824 status collapsed
32825
32826 \begin_layout Plain Layout
32827
32828 {
32829 \end_layout
32830
32831 \end_inset
32832
32833 File Formats
32834 \begin_inset ERT
32835 status collapsed
32836
32837 \begin_layout Plain Layout
32838
32839 }
32840 \end_layout
32841
32842 \end_inset
32843
32844
32845 \end_layout
32846
32847 \end_inset
32848
32849
32850 \end_layout
32851
32852 \begin_layout Standard
32853 This file type has the extension 
32854 \begin_inset Quotes eld
32855 \end_inset
32856
32857
32858 \family typewriter
32859 .ps
32860 \family default
32861
32862 \begin_inset Quotes erd
32863 \end_inset
32864
32865 .
32866  PostScript was developed by the company 
32867 \family typewriter
32868 Adobe
32869 \family default
32870  as printer language.
32871  The file contains therefore commands that the printer uses to print the
32872  file.
32873  PostScript can be seen as 
32874 \begin_inset Quotes eld
32875 \end_inset
32876
32877 programming language
32878 \begin_inset Quotes erd
32879 \end_inset
32880
32881 ; you can calculate with it and draw diagrams and images
32882 \begin_inset Foot
32883 status collapsed
32884
32885 \begin_layout Plain Layout
32886 If you are interested to learn more about this, have a look at the LaTeX-package
32887  
32888 \series bold
32889 PSTricks
32890 \series default
32891  
32892 \begin_inset CommandInset citation
32893 LatexCommand cite
32894 key "pstricks"
32895
32896 \end_inset
32897
32898 .
32899 \end_layout
32900
32901 \end_inset
32902
32903 .
32904  Due to this ability, the files are often bigger than PDFs.
32905 \end_layout
32906
32907 \begin_layout Standard
32908 PostScript can only contain images in the format 
32909 \begin_inset Quotes eld
32910 \end_inset
32911
32912 Encapsulated PostScript
32913 \begin_inset Quotes erd
32914 \end_inset
32915
32916  (EPS, file extension 
32917 \begin_inset Quotes eld
32918 \end_inset
32919
32920
32921 \family typewriter
32922 .eps
32923 \family default
32924
32925 \begin_inset Quotes erd
32926 \end_inset
32927
32928 ).
32929  As LyX allows you to use any known image format in your document, it has
32930  to convert images in the background to EPS.
32931  If you have e.g 50 images in your document, LyX has to do 50 conversions
32932  whenever you view or export your document.
32933  This will slow down your work flow with LyX drastically.
32934  So if you plan to use PostScript, you can insert your images directly as
32935  EPS to avoid this problem.
32936 \end_layout
32937
32938 \begin_layout Standard
32939 You can export your document to PostScript using the menu 
32940 \family sans
32941 File\SpecialChar \menuseparator
32942 Export\SpecialChar \menuseparator
32943 Postscript
32944 \family default
32945 .
32946  You can view your document as PostScript via the 
32947 \family sans
32948 View
32949 \family default
32950  menu or by using the toolbar button 
32951 \begin_inset Graphics
32952         filename ../images/buffer-view_ps.png
32953         scale 85
32954         scaleBeforeRotation
32955
32956 \end_inset
32957
32958 .
32959 \end_layout
32960
32961 \begin_layout Section
32962 PDF
32963 \begin_inset CommandInset label
32964 LatexCommand label
32965 name "sec:PDF"
32966
32967 \end_inset
32968
32969
32970 \begin_inset Index
32971 status collapsed
32972
32973 \begin_layout Plain Layout
32974 File Formats ! PDF
32975 \end_layout
32976
32977 \end_inset
32978
32979
32980 \begin_inset Index
32981 status collapsed
32982
32983 \begin_layout Plain Layout
32984 PDF
32985 \end_layout
32986
32987 \end_inset
32988
32989
32990 \end_layout
32991
32992 \begin_layout Standard
32993 This file type has the extension 
32994 \begin_inset Quotes eld
32995 \end_inset
32996
32997
32998 \family typewriter
32999 .pdf
33000 \family default
33001
33002 \begin_inset Quotes erd
33003 \end_inset
33004
33005 .
33006  The 
33007 \begin_inset Quotes eld
33008 \end_inset
33009
33010 Portable Document Format
33011 \begin_inset Quotes erd
33012 \end_inset
33013
33014  (PDF) is developed by 
33015 \family typewriter
33016 Adobe
33017 \family default
33018  as derivative from PostScript.
33019  It is more compressed and it uses much less commands than PostScript.
33020  As the name 
33021 \begin_inset Quotes eld
33022 \end_inset
33023
33024 portable
33025 \begin_inset Quotes erd
33026 \end_inset
33027
33028  implies, it can be processed at any computer system and the printed output
33029  looks exactly the same.
33030 \end_layout
33031
33032 \begin_layout Standard
33033 PDF can contain images in its own PDF format, in the format 
33034 \begin_inset Quotes eld
33035 \end_inset
33036
33037 Joint Photographic Experts Group
33038 \begin_inset Quotes erd
33039 \end_inset
33040
33041  (JPG, file extension 
33042 \begin_inset Quotes eld
33043 \end_inset
33044
33045
33046 \family typewriter
33047 .jpg
33048 \family default
33049
33050 \begin_inset Quotes erd
33051 \end_inset
33052
33053  or 
33054 \begin_inset Quotes eld
33055 \end_inset
33056
33057
33058 \family typewriter
33059 .jpeg
33060 \family default
33061
33062 \begin_inset Quotes erd
33063 \end_inset
33064
33065 ), and in the format 
33066 \begin_inset Quotes eld
33067 \end_inset
33068
33069 Portable Network Graphics
33070 \begin_inset Quotes erd
33071 \end_inset
33072
33073  (PNG, file extension 
33074 \begin_inset Quotes eld
33075 \end_inset
33076
33077
33078 \family typewriter
33079 .png
33080 \family default
33081
33082 \begin_inset Quotes erd
33083 \end_inset
33084
33085 ).
33086  Nevertheless you can use any other image format, because LyX converts them
33087  in the background to one of these formats.
33088  But as described in the section about PostScript, the image conversion
33089  will slow down your work flow.
33090  So it is recommended to use images in one of the three mentioned formats.
33091 \end_layout
33092
33093 \begin_layout Standard
33094 You can export your document to PDF via the menu 
33095 \family sans
33096 File\SpecialChar \menuseparator
33097 Export
33098 \family default
33099  in three different ways:
33100 \end_layout
33101
33102 \begin_layout Description
33103 PDF
33104 \begin_inset space ~
33105 \end_inset
33106
33107 (ps2pdf) This uses the program 
33108 \family typewriter
33109 ps2pdf
33110 \family default
33111  that creates a PDF from a PostScript-version of your file.
33112  The PostScript-version is produced by the program 
33113 \family typewriter
33114 dvips
33115 \family default
33116  which uses a DVI-version as intermediate step.
33117  So this export variant consist of three conversions.
33118 \end_layout
33119
33120 \begin_layout Description
33121 PDF
33122 \begin_inset space ~
33123 \end_inset
33124
33125 (dvipdfm) This uses the program 
33126 \family typewriter
33127 dvipdfm
33128 \family default
33129  that converts your file in the background to DVI and in a second step to
33130  PDF.
33131 \end_layout
33132
33133 \begin_layout Description
33134 PDF
33135 \begin_inset space ~
33136 \end_inset
33137
33138 (pdflatex) This uses the program 
33139 \family typewriter
33140 pdftex
33141 \family default
33142  that converts your file directly to PDF.
33143 \end_layout
33144
33145 \begin_layout Standard
33146 It is recommended to use 
33147 \family sans
33148 PDF
33149 \begin_inset space ~
33150 \end_inset
33151
33152 (pdflatex)
33153 \family default
33154  because 
33155 \family typewriter
33156 pdftex
33157 \family default
33158  supports all features of actual PDF-versions, is quick and works stable
33159  without problems.
33160  The program 
33161 \family typewriter
33162 dvipdfm
33163 \family default
33164  is not under development and therefore a bit outdated.
33165 \end_layout
33166
33167 \begin_layout Standard
33168 You can view your document as PDF via the 
33169 \family sans
33170 View
33171 \family default
33172  menu or by using the toolbar button 
33173 \begin_inset Graphics
33174         filename ../images/buffer-view_pdf2.png
33175         scale 85
33176         scaleBeforeRotation
33177
33178 \end_inset
33179
33180  
33181 \family sans
33182 (
33183 \family default
33184 that uses 
33185 \family sans
33186 PDF
33187 \begin_inset space ~
33188 \end_inset
33189
33190 (pdflatex)
33191 \family default
33192 ).
33193 \end_layout
33194
33195 \begin_layout Chapter
33196 Explanation of Equation
33197 \begin_inset space ~
33198 \end_inset
33199
33200
33201 \begin_inset CommandInset ref
33202 LatexCommand eqref
33203 reference "eq:Wgn"
33204
33205 \end_inset
33206
33207
33208 \begin_inset CommandInset label
33209 LatexCommand label
33210 name "cha:Explanation-of-Equation"
33211
33212 \end_inset
33213
33214
33215 \end_layout
33216
33217 \begin_layout Standard
33218 The total width of 
33219 \emph on
33220 n
33221 \emph default
33222  table cells 
33223 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33224 \end_inset
33225
33226  can be calculated to
33227 \end_layout
33228
33229 \begin_layout Standard
33230 \begin_inset Formula \begin{equation}
33231 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}
33232
33233 \end_inset
33234
33235
33236 \end_layout
33237
33238 \begin_layout Standard
33239 Where 
33240 \begin_inset Formula $W_{g\, n}$
33241 \end_inset
33242
33243  is the given width of all cells.
33244  
33245 \series bold
33246
33247 \backslash
33248 tabcolsep
33249 \series default
33250  is the LaTeX-length between the cell text and the cell border, its default
33251  value is 6
33252 \begin_inset space \thinspace{}
33253 \end_inset
33254
33255 pt.
33256  
33257 \series bold
33258
33259 \backslash
33260 arrayrulewidth
33261 \series default
33262  is the thickness of the cell border line, the default is 0.4
33263 \begin_inset space \thinspace{}
33264 \end_inset
33265
33266 pt.
33267 \end_layout
33268
33269 \begin_layout Standard
33270 Following equation
33271 \begin_inset space ~
33272 \end_inset
33273
33274
33275 \begin_inset CommandInset ref
33276 LatexCommand eqref
33277 reference "eq:Wtot_n"
33278
33279 \end_inset
33280
33281 , the total width of a multicolumn 
33282 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33283 \end_inset
33284
33285  is
33286 \end_layout
33287
33288 \begin_layout Standard
33289 \begin_inset Formula \begin{equation}
33290 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
33291
33292 \end_inset
33293
33294
33295 \end_layout
33296
33297 \begin_layout Standard
33298 By setting equation
33299 \begin_inset space ~
33300 \end_inset
33301
33302
33303 \begin_inset CommandInset ref
33304 LatexCommand eqref
33305 reference "eq:Wtot_n"
33306
33307 \end_inset
33308
33309  and 
33310 \begin_inset CommandInset ref
33311 LatexCommand eqref
33312 reference "eq:Wtot_mult"
33313
33314 \end_inset
33315
33316  equal we can calculate the needed given width 
33317 \begin_inset Formula $W_{g\, n}$
33318 \end_inset
33319
33320  when 
33321 \emph on
33322 n
33323 \emph default
33324  columns are spanned, so that each column has a total width of 
33325 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
33326 \end_inset
33327
33328 :
33329 \end_layout
33330
33331 \begin_layout Standard
33332 \begin_inset Formula \begin{equation}
33333 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
33334
33335 \end_inset
33336
33337
33338 \end_layout
33339
33340 \begin_layout Bibliography
33341 \begin_inset CommandInset bibitem
33342 LatexCommand bibitem
33343 key "latexcompanion"
33344
33345 \end_inset
33346
33347 Frank Mittelbach and Michel Goossens: 
33348 \emph on
33349 The LaTeX Companion Second Edition.
33350
33351 \emph default
33352  Addison-Wesley, 2004
33353 \end_layout
33354
33355 \begin_layout Bibliography
33356 \begin_inset CommandInset bibitem
33357 LatexCommand bibitem
33358 key "latexguide"
33359
33360 \end_inset
33361
33362 Helmut Kopka and Patrick W.
33363  Daly: 
33364 \emph on
33365 A Guide to LaTeX Fourth Edition.
33366
33367 \emph default
33368  Addison-Wesley, 2003
33369 \end_layout
33370
33371 \begin_layout Bibliography
33372 \begin_inset CommandInset bibitem
33373 LatexCommand bibitem
33374 key "latexbook"
33375
33376 \end_inset
33377
33378 Leslie Lamport: 
33379 \emph on
33380 LaTeX: A Document Preparation System.
33381
33382 \emph default
33383  Addison-Wesley, second edition, 1994
33384 \end_layout
33385
33386 \begin_layout Bibliography
33387 \begin_inset CommandInset bibitem
33388 LatexCommand bibitem
33389 key "booktabs"
33390
33391 \end_inset
33392
33393 Documentation of the LaTeX-package 
33394 \series bold
33395
33396 \begin_inset CommandInset href
33397 LatexCommand href
33398 name "booktabs"
33399 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
33400
33401 \end_inset
33402
33403
33404 \series default
33405
33406 \begin_inset Index
33407 status collapsed
33408
33409 \begin_layout Plain Layout
33410 LaTeX-packages ! booktabs
33411 \end_layout
33412
33413 \end_inset
33414
33415
33416 \end_layout
33417
33418 \begin_layout Bibliography
33419 \begin_inset CommandInset bibitem
33420 LatexCommand bibitem
33421 key "caption"
33422
33423 \end_inset
33424
33425 Documentation of the LaTeX-package 
33426 \series bold
33427
33428 \begin_inset CommandInset href
33429 LatexCommand href
33430 name "caption"
33431 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
33432
33433 \end_inset
33434
33435
33436 \series default
33437
33438 \begin_inset Index
33439 status collapsed
33440
33441 \begin_layout Plain Layout
33442 LaTeX-packages ! caption
33443 \end_layout
33444
33445 \end_inset
33446
33447
33448 \end_layout
33449
33450 \begin_layout Bibliography
33451 \begin_inset CommandInset bibitem
33452 LatexCommand bibitem
33453 key "endfloat"
33454
33455 \end_inset
33456
33457 Documentation of the LaTeX-package 
33458 \series bold
33459
33460 \begin_inset CommandInset href
33461 LatexCommand href
33462 name "endfloat"
33463 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
33464
33465 \end_inset
33466
33467
33468 \series default
33469
33470 \begin_inset Index
33471 status collapsed
33472
33473 \begin_layout Plain Layout
33474 LaTeX-packages ! endfloat
33475 \end_layout
33476
33477 \end_inset
33478
33479
33480 \end_layout
33481
33482 \begin_layout Bibliography
33483 \begin_inset CommandInset bibitem
33484 LatexCommand bibitem
33485 key "wrapfig"
33486
33487 \end_inset
33488
33489 Documentation of the LaTeX-package 
33490 \series bold
33491
33492 \begin_inset CommandInset href
33493 LatexCommand href
33494 name "wrapfig"
33495 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
33496
33497 \end_inset
33498
33499
33500 \series default
33501
33502 \begin_inset Index
33503 status collapsed
33504
33505 \begin_layout Plain Layout
33506 LaTeX-packages ! wrapfig
33507 \begin_inset ERT
33508 status collapsed
33509
33510 \begin_layout Plain Layout
33511
33512
33513 \backslash
33514
33515 \begin_inset ERT
33516 status collapsed
33517
33518 \begin_layout Plain Layout
33519
33520 {
33521 \end_layout
33522
33523 \end_inset
33524
33525
33526 \begin_inset ERT
33527 status collapsed
33528
33529 \begin_layout Plain Layout
33530
33531 }
33532 \end_layout
33533
33534 \end_inset
33535
33536
33537 \end_layout
33538
33539 \end_inset
33540
33541 vspace
33542 \begin_inset ERT
33543 status collapsed
33544
33545 \begin_layout Plain Layout
33546
33547 {
33548 \end_layout
33549
33550 \end_inset
33551
33552 4mm
33553 \begin_inset ERT
33554 status collapsed
33555
33556 \begin_layout Plain Layout
33557
33558 }
33559 \end_layout
33560
33561 \end_inset
33562
33563
33564 \end_layout
33565
33566 \end_inset
33567
33568
33569 \end_layout
33570
33571 \begin_layout Bibliography
33572 \begin_inset CommandInset bibitem
33573 LatexCommand bibitem
33574 key "footmisc"
33575
33576 \end_inset
33577
33578 Documentation of the LaTeX-package 
33579 \series bold
33580
33581 \begin_inset CommandInset href
33582 LatexCommand href
33583 name "footmisc"
33584 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
33585
33586 \end_inset
33587
33588
33589 \series default
33590
33591 \begin_inset Index
33592 status collapsed
33593
33594 \begin_layout Plain Layout
33595 LaTeX-packages ! footmisc
33596 \end_layout
33597
33598 \end_inset
33599
33600
33601 \end_layout
33602
33603 \begin_layout Bibliography
33604 \begin_inset CommandInset bibitem
33605 LatexCommand bibitem
33606 key "hypcap"
33607
33608 \end_inset
33609
33610 Documentation of the LaTeX-package 
33611 \series bold
33612
33613 \begin_inset CommandInset href
33614 LatexCommand href
33615 name "hypcap"
33616 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
33617
33618 \end_inset
33619
33620
33621 \series default
33622
33623 \begin_inset Index
33624 status collapsed
33625
33626 \begin_layout Plain Layout
33627 LaTeX-packages ! hyperref
33628 \end_layout
33629
33630 \end_inset
33631
33632
33633 \end_layout
33634
33635 \begin_layout Bibliography
33636 \begin_inset CommandInset bibitem
33637 LatexCommand bibitem
33638 key "hyperref"
33639
33640 \end_inset
33641
33642 Documentation of the LaTeX-package 
33643 \series bold
33644
33645 \begin_inset CommandInset href
33646 LatexCommand href
33647 name "hyperref"
33648 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
33649
33650 \end_inset
33651
33652
33653 \series default
33654
33655 \begin_inset Index
33656 status collapsed
33657
33658 \begin_layout Plain Layout
33659 LaTeX-packages ! hyperref
33660 \end_layout
33661
33662 \end_inset
33663
33664
33665 \end_layout
33666
33667 \begin_layout Bibliography
33668 \begin_inset CommandInset bibitem
33669 LatexCommand bibitem
33670 key "koma-script"
33671
33672 \end_inset
33673
33674 Documentation of the LaTeX-package 
33675 \series bold
33676
33677 \begin_inset CommandInset href
33678 LatexCommand href
33679 name "koma-script"
33680 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
33681
33682 \end_inset
33683
33684
33685 \series default
33686
33687 \begin_inset Index
33688 status collapsed
33689
33690 \begin_layout Plain Layout
33691 LaTeX-packages ! koma-script
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 "listings"
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 "listings"
33712 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.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 ! listings
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 "marginnote"
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 "marginnote"
33744 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.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 ! marginnote
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 "pstricks"
33767
33768 \end_inset
33769
33770 Web page of the LaTeX-package 
33771 \series bold
33772
33773 \begin_inset CommandInset href
33774 LatexCommand href
33775 name "PSTricks"
33776 target "http://tug.org/PSTricks/"
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 ! PSTricks
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 "sidecap"
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 "sidecap"
33808 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.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 ! sidecap
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 "NewInLyX16"
33831
33832 \end_inset
33833
33834
33835 \begin_inset CommandInset href
33836 LatexCommand href
33837 name "Wiki page"
33838 target "http://wiki.lyx.org/LyX/NewInLyX16"
33839
33840 \end_inset
33841
33842  about new features in 
33843 \family sans
33844 LyX 1.6.0
33845 \family default
33846 .
33847 \end_layout
33848
33849 \begin_layout Standard
33850 \begin_inset CommandInset index_print
33851 LatexCommand printindex
33852
33853 \end_inset
33854
33855
33856 \end_layout
33857
33858 \begin_layout Standard
33859 \begin_inset FloatList figure
33860
33861 \end_inset
33862
33863
33864 \end_layout
33865
33866 \begin_layout Standard
33867 \begin_inset FloatList table
33868
33869 \end_inset
33870
33871
33872 \end_layout
33873
33874 \begin_layout Standard
33875 \begin_inset FloatList algorithm
33876
33877 \end_inset
33878
33879
33880 \end_layout
33881
33882 \end_body
33883 \end_document