]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
Fix suggested by Abdel. JMarc owes Pavel a beer.
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 344
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC is numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \usepackage{sidecap}
37
38 \newcommand{\TabBesBeg}{%
39  \let\MyTable\table
40  \let\MyEndtable\endtable
41  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
42
43 \newcommand{\TabBesEnd}{%
44  \let\table\MyTable
45  \let\endtable\MyEndtable}
46
47 \newcommand{\FigBesBeg}{%
48  \let\MyFigure\figure
49  \let\MyEndfigure\endfigure
50  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
51
52 \newcommand{\FigBesEnd}{%
53  \let\figure\MyFigure
54  \let\endfigure\MyEndfigure}
55
56 % enables calculation of values,
57 \usepackage{calc}
58
59 % provides special table cell alignments
60 \usepackage{dcolumn}
61
62 % increase the bottom float placement fraction
63 \renewcommand{\bottomfraction}{0.5}
64
65 % avoids that floats are placed before their
66 % corresponding section starts
67 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
68
69 % speed up the longtable calculation
70 \setcounter{LTchunksize}{100}
71
72 % used for scaled and rotated boxes
73 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
74
75 % used for colored tables
76 \@ifundefined{textcolor}
77  {\usepackage{color}}{}
78 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
79 \definecolor{lightgrey}{gray}{0.8}
80
81 % check for package colortbl
82 % used for colored table cells
83 \newboolean{colortbl}
84 \IfFileExists{colortbl.sty}
85  {\usepackage{colortbl}
86   \setboolean{colortbl}{true}}
87  {\setboolean{colortbl}{false}}
88
89 % used for multirows
90 \usepackage{multirow}
91 %\renewcommand{\multirowsetup}{\centering}
92
93 % used for book-style tables
94 \usepackage{booktabs}
95
96 % used to have extra space in table cells
97 \@ifundefined{extrarowheight}
98  {\usepackage{array}}{}
99 \setlength{\extrarowheight}{2pt}
100
101 % used for customized tables
102 % ---
103 \newcolumntype{M}[1]
104  {>{\centering\hspace{0pt}}m{#1}}
105
106 \newcolumntype{S}[2]
107  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
108
109 \newcolumntype{K}[1]
110  {>{\columncolor{#1}\hspace{0pt}}c}
111
112 \newcolumntype{V}{!{\vrule width 1.5pt}}
113
114 \newcolumntype{W}{!{\color{green}\vline}}
115 % ---
116
117 % insert additional vertical space of
118 % 1.5 mm between footnotes
119 \let\myFoot\footnote
120 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
121
122 % number algorithm floats within chapters
123 \numberwithin{algorithm}{chapter}
124
125 % redefine the greyed out note
126 \renewenvironment{lyxgreyedout}
127  {\textcolor{blue}\bgroup}{\egroup}
128
129 % ------------------------------------
130 % used to check for needed LaTeX packages
131 \usepackage{ifthen}
132
133 % check for package arydshln
134 % used for tables with dashed lines
135 \newboolean{arydshln}
136 \IfFileExists{arydshln.sty}
137  {\usepackage{arydshln}
138   \setboolean{arydshln}{true}}
139  {\setboolean{arydshln}{false}}
140
141 % check for package marginnote
142 % used for margin notes
143 \newboolean{marginnote}
144 \IfFileExists{marginnote.sty}
145  {\usepackage{marginnote}
146   \let\marginpar\marginnote
147   \setboolean{marginnote}{true}}
148  {\setboolean{marginnote}{false}}
149
150 % check for package sidecap
151 % used for captions on the side
152 \newboolean{sidecap}
153 \IfFileExists{sidecap.sty}
154  {\usepackage{sidecap}
155   \let\marginpar\marginnote
156   \setboolean{sidecap}{true}}
157  {\setboolean{sidecap}{false}}
158
159 % redefine the \LyX macro for PDF bookmarks
160 \def\LyX{\texorpdfstring{%
161   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
162   {LyX }}
163 \end_preamble
164 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
165 \use_default_options false
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_pdfusetitle false
194 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
195 \papersize default
196 \use_geometry false
197 \use_amsmath 2
198 \use_esint 0
199 \cite_engine basic
200 \use_bibtopic false
201 \paperorientation portrait
202 \secnumdepth 3
203 \tocdepth 3
204 \paragraph_separation skip
205 \defskip medskip
206 \quotes_language english
207 \papercolumns 1
208 \papersides 2
209 \paperpagestyle default
210 \bullet 1 1 34 -1
211 \bullet 2 2 35 -1
212 \bullet 3 2 7 -1
213 \tracking_changes false
214 \output_changes false
215 \author "" 
216 \author "" 
217 \end_header
218
219 \begin_body
220
221 \begin_layout Title
222 LyX's detailed Figure, Table, Floats, Notes, Boxes and External Material
223  manual
224 \end_layout
225
226 \begin_layout Author
227 by the LyX Team
228 \begin_inset Foot
229 status collapsed
230
231 \begin_layout Plain Layout
232 \noindent
233 If you have comments or error corrections, please send them to the LyX Documenta
234 tion mailing list: 
235 \begin_inset CommandInset href
236 LatexCommand href
237 name "lyx-docs@lists.lyx.org"
238 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
239 type "mailto:"
240
241 \end_inset
242
243
244 \end_layout
245
246 \end_inset
247
248
249 \begin_inset Note Note
250 status collapsed
251
252 \begin_layout Plain Layout
253 author: Uwe Stöhr
254 \end_layout
255
256 \end_inset
257
258
259 \begin_inset Newline newline
260 \end_inset
261
262
263 \begin_inset Newline newline
264 \end_inset
265
266
267 \family sans
268 Version 1.6svn
269 \end_layout
270
271 \begin_layout Standard
272 \begin_inset CommandInset toc
273 LatexCommand tableofcontents
274
275 \end_inset
276
277
278 \end_layout
279
280 \begin_layout Standard
281 \begin_inset Note Note
282 status open
283
284 \begin_layout Plain Layout
285 To export all parts of this document to PDF, PS, or DVI the LaTeX-packages
286  
287 \series bold
288 arydshln
289 \series default
290
291 \series bold
292 colortbl
293 \series default
294
295 \series bold
296 marginnote
297 \series default
298 , and 
299 \series bold
300 sidecap
301 \series default
302  must be installed.
303  If they are not installed you can export the document anyway but the sections
304  where the packages are required won't appear in the output.
305 \end_layout
306
307 \begin_layout Plain Layout
308 The latest PDF-version of this document can be found here:
309 \begin_inset Newline newline
310 \end_inset
311
312
313 \series bold
314 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
315 \end_layout
316
317 \end_inset
318
319
320 \end_layout
321
322 \begin_layout Chapter
323 Figures
324 \begin_inset Index
325 status collapsed
326
327 \begin_layout Plain Layout
328 Figures
329 \end_layout
330
331 \end_inset
332
333
334 \begin_inset Index
335 status collapsed
336
337 \begin_layout Plain Layout
338 Graphics|see
339 \begin_inset ERT
340 status collapsed
341
342 \begin_layout Plain Layout
343
344 {
345 \end_layout
346
347 \end_inset
348
349 Figures
350 \begin_inset ERT
351 status collapsed
352
353 \begin_layout Plain Layout
354
355 }
356 \end_layout
357
358 \end_inset
359
360
361 \end_layout
362
363 \end_inset
364
365
366 \end_layout
367
368 \begin_layout Section
369 Graphics Dialog
370 \begin_inset Index
371 status collapsed
372
373 \begin_layout Plain Layout
374 Figures ! Graphics Dialog
375 \end_layout
376
377 \end_inset
378
379
380 \begin_inset CommandInset label
381 LatexCommand label
382 name "sec:Graphics-Dialog"
383
384 \end_inset
385
386
387 \end_layout
388
389 \begin_layout Standard
390 To insert an image into your document, place the cursor at the text position
391  you want and click on the toolbar icon 
392 \begin_inset Graphics
393         filename ../images/dialog-show-new-inset_graphics.png
394         scale 85
395         scaleBeforeRotation
396
397 \end_inset
398
399  or use the menu 
400 \family sans
401 Insert\SpecialChar \menuseparator
402 Graphics
403 \family default
404 .
405  Then a dialog will appear to choose the file to load.
406  The image will appear in the output exactly at the position where it is
407  in the text.
408 \end_layout
409
410 \begin_layout Standard
411 The graphics dialog can be called at any time by clicking on an image.
412  This dialog has three tabs:
413 \end_layout
414
415 \begin_layout Description
416
417 \family sans
418 Graphics
419 \family default
420  Here you can choose an image file and adjust its appearance in the output.
421  The available units for the image size are explained in appendix
422 \begin_inset space ~
423 \end_inset
424
425
426 \begin_inset CommandInset ref
427 LatexCommand ref
428 reference "cha:Units-available-in"
429
430 \end_inset
431
432 .
433 \begin_inset Newline newline
434 \end_inset
435
436
437 \begin_inset Index
438 status collapsed
439
440 \begin_layout Plain Layout
441 Figures ! rotated
442 \end_layout
443
444 \end_inset
445
446 You can rotate images counter-clockwise by setting a rotation angle and
447  a rotation origin.
448  The image will also be rotated inside LyX.
449 \begin_inset Newline newline
450 \end_inset
451
452
453 \begin_inset Index
454 status collapsed
455
456 \begin_layout Plain Layout
457 Figures ! scaled
458 \end_layout
459
460 \end_inset
461
462 Images can be scaled by using a percentage value or by setting the width
463  and height explicitly.
464  If you set only the width or only the height, the other size will be determined
465  automatically.
466  If you set both, then the image will be transformed to the given size,
467  possibly distorting it.
468  To prevent the image from distortion, use the option 
469 \family sans
470 Maintain aspect ratio
471 \family default
472 .
473  The image will then be scaled so that its width and height don't exceed
474  the specified dimensions.
475 \begin_inset Newline newline
476 \end_inset
477
478 Images can be opened in a program of your choice when pressing the 
479 \family sans
480 Edit
481 \family default
482  button.
483  The program can be set for every image format in the file format settings
484  in LyX's preferences.
485 \end_layout
486
487 \begin_layout Description
488
489 \family sans
490 Clipping
491 \family default
492  Alternatively to the usage of scaling units it is possible to set image
493  coordinates to adjust the height and width of the image in the output.
494  The coordinates can also be calculated automatically by pressing the button
495  
496 \family sans
497 Get
498 \begin_inset space ~
499 \end_inset
500
501 from
502 \begin_inset space ~
503 \end_inset
504
505 File
506 \family default
507 .
508  The option 
509 \family sans
510 Clip
511 \begin_inset space ~
512 \end_inset
513
514 to
515 \begin_inset space ~
516 \end_inset
517
518 bounding
519 \begin_inset space ~
520 \end_inset
521
522 box
523 \family default
524  will only print the image region within the given coordinates.
525  Normally you don't need to take care about image coordinates and can ignore
526  this tab.
527 \end_layout
528
529 \begin_layout Description
530
531 \family sans
532 LaTeX
533 \begin_inset space ~
534 \end_inset
535
536 and
537 \begin_inset space ~
538 \end_inset
539
540 LyX
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 LaTeX
547  experts can specify additional LaTeX options.
548 \begin_inset Newline newline
549 \end_inset
550
551 The option 
552 \family sans
553 Draft
554 \begin_inset space ~
555 \end_inset
556
557 mode
558 \family default
559  makes the image appear in the output only as a frame with the size of the
560  image.
561 \begin_inset Newline newline
562 \end_inset
563
564 The 
565 \family sans
566 Don't
567 \begin_inset space ~
568 \end_inset
569
570 unzip
571 \begin_inset space ~
572 \end_inset
573
574 on
575 \begin_inset space ~
576 \end_inset
577
578 export
579 \family default
580  option only affects zipped EPS-graphics, e.
581 \begin_inset space \thinspace{}
582 \end_inset
583
584 g.
585 \begin_inset space ~
586 \end_inset
587
588
589 \emph on
590 x.eps.gz
591 \emph default
592 .
593  When the option is used the images will not be unzipped on export, since
594  LaTeX can handle them as they are.
595 \begin_inset Newline newline
596 \end_inset
597
598 Zipped EPS-graphics are useful to save disk space when you choose PostScript
599  as output format, see appendix
600 \begin_inset space ~
601 \end_inset
602
603
604 \begin_inset CommandInset ref
605 LatexCommand ref
606 reference "sec:PostScript"
607
608 \end_inset
609
610 .
611  To zip EPS-graphics, use the following commands in a UNIX-shell or a Windows
612  console:
613 \begin_inset Newline newline
614 \end_inset
615
616
617 \series bold
618 gzip x.eps
619 \series default
620
621 \begin_inset Newline newline
622 \end_inset
623
624
625 \series bold
626 zgrep %%Bounding x.eps.gz > x.eps.bb
627 \series default
628
629 \begin_inset Newline newline
630 \end_inset
631
632 The second command creates the bounding box file 
633 \begin_inset Quotes eld
634 \end_inset
635
636 x.eps.bb
637 \begin_inset Quotes erd
638 \end_inset
639
640  that is needed by LaTeX for zipped graphics.
641 \begin_inset Newline newline
642 \end_inset
643
644 The field 
645 \family sans
646 Initialize
647 \begin_inset space ~
648 \end_inset
649
650 Group
651 \begin_inset space ~
652 \end_inset
653
654 Name
655 \family default
656  allows you define or join an image settings group.
657 \begin_inset Index
658 status collapsed
659
660 \begin_layout Plain Layout
661 Figures ! Settings grouping
662 \end_layout
663
664 \end_inset
665
666  Images within such a group share their settings, so adjusting one image
667  of the group automatically also adjusts all other images of the group in
668  the same way.
669  So you can for example change the size for a bunch of images without the
670  need to manually change each of them.
671  Joining an existing group can also be done using the context menu of the
672  image by checking the name of the desired group.
673 \end_layout
674
675 \begin_layout Standard
676 \begin_inset VSpace bigskip
677 \end_inset
678
679
680 \end_layout
681
682 \begin_layout Standard
683 This is an example image in EPS format
684 \begin_inset Foot
685 status collapsed
686
687 \begin_layout Plain Layout
688 Image formats are explained in section
689 \begin_inset space ~
690 \end_inset
691
692
693 \begin_inset CommandInset ref
694 LatexCommand ref
695 reference "sec:Image-Formats"
696
697 \end_inset
698
699 .
700 \end_layout
701
702 \end_inset
703
704  within a separate, horizontally centered paragraph:
705 \end_layout
706
707 \begin_layout Standard
708 \align center
709 \begin_inset Graphics
710         filename clipart/mobius.eps
711         scale 70
712         scaleBeforeRotation
713         rotateOrigin center
714
715 \end_inset
716
717
718 \end_layout
719
720 \begin_layout Standard
721 This is the same image like the one above but in draft mode:
722 \end_layout
723
724 \begin_layout Standard
725 \align center
726 \begin_inset Graphics
727         filename clipart/mobius.eps
728         scale 70
729         draft
730         scaleBeforeRotation
731         rotateOrigin center
732
733 \end_inset
734
735
736 \end_layout
737
738 \begin_layout Standard
739 \begin_inset Newpage newpage
740 \end_inset
741
742
743 \end_layout
744
745 \begin_layout Section
746 Figure Floats
747 \begin_inset CommandInset label
748 LatexCommand label
749 name "sec:Figure-Floats"
750
751 \end_inset
752
753
754 \begin_inset Index
755 status collapsed
756
757 \begin_layout Plain Layout
758 Floats ! Figures
759 \end_layout
760
761 \end_inset
762
763
764 \begin_inset Index
765 status collapsed
766
767 \begin_layout Plain Layout
768 Figures ! Floats
769 \end_layout
770
771 \end_inset
772
773
774 \end_layout
775
776 \begin_layout Standard
777 For general explanations about floats, have a look at section
778 \begin_inset space ~
779 \end_inset
780
781
782 \begin_inset CommandInset ref
783 LatexCommand ref
784 reference "sec:FloatIntroduction"
785
786 \end_inset
787
788 .
789 \end_layout
790
791 \begin_layout Standard
792 The toolbar button 
793 \begin_inset Graphics
794         filename ../images/float-insert_figure.png
795         scale 85
796         scaleBeforeRotation
797
798 \end_inset
799
800  and the menu 
801 \family sans
802 Insert\SpecialChar \menuseparator
803 Float\SpecialChar \menuseparator
804 Figure
805 \family default
806  inserts a float with a caption that has the label 
807 \begin_inset Quotes eld
808 \end_inset
809
810 Figure
811 \begin_inset space ~
812 \end_inset
813
814 #:
815 \begin_inset Quotes erd
816 \end_inset
817
818  (# is the actual number).
819  You can insert the image above the caption, like in Figure
820 \begin_inset space ~
821 \end_inset
822
823
824 \begin_inset CommandInset ref
825 LatexCommand ref
826 reference "fig:kill-plat"
827
828 \end_inset
829
830  or below the caption, like in Figure
831 \begin_inset space ~
832 \end_inset
833
834
835 \begin_inset CommandInset ref
836 LatexCommand ref
837 reference "fig:escher"
838
839 \end_inset
840
841 .
842  More about the caption placement is described in section
843 \begin_inset space ~
844 \end_inset
845
846
847 \begin_inset CommandInset ref
848 LatexCommand ref
849 reference "sec:Caption-Placement"
850
851 \end_inset
852
853 .
854 \end_layout
855
856 \begin_layout Standard
857 \begin_inset Float figure
858 wide false
859 sideways false
860 status open
861
862 \begin_layout Plain Layout
863 \align center
864 \begin_inset Graphics
865         filename clipart/platypus.eps
866         width 50col%
867         scaleBeforeRotation
868         rotateOrigin center
869
870 \end_inset
871
872
873 \end_layout
874
875 \begin_layout Plain Layout
876 \begin_inset Caption
877
878 \begin_layout Plain Layout
879 \begin_inset CommandInset label
880 LatexCommand label
881 name "fig:kill-plat"
882
883 \end_inset
884
885 A severely distorted platypus in a float.
886 \end_layout
887
888 \end_inset
889
890
891 \end_layout
892
893 \end_inset
894
895
896 \end_layout
897
898 \begin_layout Standard
899 \begin_inset Float figure
900 wide false
901 sideways false
902 status open
903
904 \begin_layout Plain Layout
905 \begin_inset Caption
906
907 \begin_layout Plain Layout
908 \begin_inset CommandInset label
909 LatexCommand label
910 name "fig:escher"
911
912 \end_inset
913
914 M.C.
915  Escher on acid.
916 \end_layout
917
918 \end_inset
919
920
921 \end_layout
922
923 \begin_layout Plain Layout
924 \align center
925 \begin_inset Graphics
926         filename clipart/escher-lsd.eps
927         scale 80
928         scaleBeforeRotation
929         rotateOrigin center
930
931 \end_inset
932
933
934 \end_layout
935
936 \end_inset
937
938
939 \end_layout
940
941 \begin_layout Standard
942 \begin_inset Index
943 status collapsed
944
945 \begin_layout Plain Layout
946 References ! to Figures
947 \end_layout
948
949 \end_inset
950
951 Figure
952 \begin_inset space ~
953 \end_inset
954
955
956 \begin_inset CommandInset ref
957 LatexCommand ref
958 reference "fig:kill-plat"
959
960 \end_inset
961
962  and 
963 \begin_inset CommandInset ref
964 LatexCommand ref
965 reference "fig:escher"
966
967 \end_inset
968
969  are examples of referenced figures.
970  Figures can be referenced in the text by referencing their label.
971  To do this insert a label in the caption using the menu 
972 \family sans
973 Insert\SpecialChar \menuseparator
974 Label
975 \family default
976  or the toolbar button 
977 \begin_inset Graphics
978         filename ../images/label-insert.png
979         scale 85
980         scaleBeforeRotation
981
982 \end_inset
983
984 .
985  You can now refer to the label using the menu 
986 \family sans
987 Insert\SpecialChar \menuseparator
988 Cross
989 \begin_inset space ~
990 \end_inset
991
992 reference
993 \family default
994  or the toolbar button 
995 \begin_inset Graphics
996         filename ../images/dialog-show-new-inset_ref.png
997         scale 85
998         scaleBeforeRotation
999
1000 \end_inset
1001
1002 .
1003  It is important to use references to floats, rather than using vague references
1004  like 
1005 \begin_inset Quotes eld
1006 \end_inset
1007
1008 the figure above
1009 \begin_inset Quotes erd
1010 \end_inset
1011
1012 , because as LaTeX will reposition the floats in the final document, it
1013  might not be 
1014 \begin_inset Quotes eld
1015 \end_inset
1016
1017 above
1018 \begin_inset Quotes erd
1019 \end_inset
1020
1021  at all.
1022 \begin_inset Newline newline
1023 \end_inset
1024
1025 Referencing is explained in detail in section
1026 \begin_inset space ~
1027 \end_inset
1028
1029
1030 \begin_inset CommandInset ref
1031 LatexCommand ref
1032 reference "sec:Referencing-Floats"
1033
1034 \end_inset
1035
1036 .
1037 \end_layout
1038
1039 \begin_layout Standard
1040 Normally only one image is inserted to a figure float, but sometimes you
1041  might want to use two images with separate subcaptions.
1042  This can be done by inserting image floats into existing image floats.
1043  Note that only the main caption of the float is added to the List of Figures.
1044  Figure
1045 \begin_inset space ~
1046 \end_inset
1047
1048
1049 \begin_inset CommandInset ref
1050 LatexCommand ref
1051 reference "fig:Two-distorted-images"
1052
1053 \end_inset
1054
1055  is an example of a figure float with two images set side by side.
1056  You can also set the images one below the other.
1057  Figure
1058 \begin_inset space ~
1059 \end_inset
1060
1061
1062 \begin_inset CommandInset ref
1063 LatexCommand ref
1064 reference "fig:Undefinable-structure"
1065
1066 \end_inset
1067
1068  and 
1069 \begin_inset CommandInset ref
1070 LatexCommand ref
1071 reference "fig:A-Platypus"
1072
1073 \end_inset
1074
1075  are the subfigures.
1076 \end_layout
1077
1078 \begin_layout Standard
1079 \begin_inset Float figure
1080 wide false
1081 sideways false
1082 status open
1083
1084 \begin_layout Plain Layout
1085 \begin_inset space \hfill{}
1086 \end_inset
1087
1088
1089 \begin_inset Float figure
1090 wide false
1091 sideways false
1092 status collapsed
1093
1094 \begin_layout Plain Layout
1095 \begin_inset Caption
1096
1097 \begin_layout Plain Layout
1098 \begin_inset CommandInset label
1099 LatexCommand label
1100 name "fig:Undefinable-structure"
1101
1102 \end_inset
1103
1104 Undefinable structure.
1105 \end_layout
1106
1107 \end_inset
1108
1109
1110 \end_layout
1111
1112 \begin_layout Plain Layout
1113 \begin_inset Graphics
1114         filename clipart/escher-lsd.eps
1115         width 45col%
1116         scaleBeforeRotation
1117         groupId distorted
1118
1119 \end_inset
1120
1121
1122 \end_layout
1123
1124 \end_inset
1125
1126
1127 \begin_inset space \hfill{}
1128 \end_inset
1129
1130
1131 \begin_inset Float figure
1132 wide false
1133 sideways false
1134 status collapsed
1135
1136 \begin_layout Plain Layout
1137 \begin_inset Caption
1138
1139 \begin_layout Plain Layout
1140 \begin_inset CommandInset label
1141 LatexCommand label
1142 name "fig:A-Platypus"
1143
1144 \end_inset
1145
1146 A Platypus.
1147 \end_layout
1148
1149 \end_inset
1150
1151
1152 \end_layout
1153
1154 \begin_layout Plain Layout
1155 \begin_inset Graphics
1156         filename clipart/platypus.eps
1157         width 45col%
1158         scaleBeforeRotation
1159         groupId distorted
1160
1161 \end_inset
1162
1163
1164 \end_layout
1165
1166 \end_inset
1167
1168
1169 \begin_inset space \hfill{}
1170 \end_inset
1171
1172
1173 \end_layout
1174
1175 \begin_layout Plain Layout
1176 \begin_inset Caption
1177
1178 \begin_layout Plain Layout
1179 \begin_inset CommandInset label
1180 LatexCommand label
1181 name "fig:Two-distorted-images"
1182
1183 \end_inset
1184
1185 Two distorted images.
1186  Both images are in the image settings group named 
1187 \begin_inset Quotes eld
1188 \end_inset
1189
1190 distorted
1191 \begin_inset Quotes erd
1192 \end_inset
1193
1194 .
1195 \end_layout
1196
1197 \end_inset
1198
1199
1200 \end_layout
1201
1202 \end_inset
1203
1204
1205 \end_layout
1206
1207 \begin_layout Standard
1208 \begin_inset Newpage newpage
1209 \end_inset
1210
1211
1212 \end_layout
1213
1214 \begin_layout Section
1215 Image Formats
1216 \begin_inset CommandInset label
1217 LatexCommand label
1218 name "sec:Image-Formats"
1219
1220 \end_inset
1221
1222
1223 \begin_inset Index
1224 status collapsed
1225
1226 \begin_layout Plain Layout
1227 Image Formats
1228 \end_layout
1229
1230 \end_inset
1231
1232
1233 \begin_inset Index
1234 status collapsed
1235
1236 \begin_layout Plain Layout
1237 Figures ! Image Formats
1238 \end_layout
1239
1240 \end_inset
1241
1242
1243 \end_layout
1244
1245 \begin_layout Standard
1246 You can insert images in any known file format.
1247  But as explained in appendix
1248 \begin_inset space ~
1249 \end_inset
1250
1251
1252 \begin_inset CommandInset ref
1253 LatexCommand ref
1254 reference "cha:Output-File-Formats"
1255
1256 \end_inset
1257
1258 , every output document format allows only a few image formats.
1259  LyX uses therefore the program 
1260 \family typewriter
1261 Imagemagick
1262 \family default
1263  in the background to convert the images to the right format.
1264  To increase your work flow by avoiding these conversions in the background,
1265  you can use only the image formats that can directly be embedded in the
1266  output file format.
1267  The output file formats are explained in appendix
1268 \begin_inset space ~
1269 \end_inset
1270
1271
1272 \begin_inset CommandInset ref
1273 LatexCommand ref
1274 reference "cha:Output-File-Formats"
1275
1276 \end_inset
1277
1278 .
1279 \end_layout
1280
1281 \begin_layout Standard
1282 Similar to fonts there are two types of image formats:
1283 \end_layout
1284
1285 \begin_layout Description
1286 Bitmap
1287 \begin_inset space ~
1288 \end_inset
1289
1290 images consist of pixel values, often in a compressed form.
1291  They are therefore not fully scalable and look pixeled in large zooms.
1292  Well-known bitmap image formats are 
1293 \begin_inset Quotes eld
1294 \end_inset
1295
1296 Graphics Interchange Format
1297 \begin_inset Quotes erd
1298 \end_inset
1299
1300  (GIF, file extension 
1301 \begin_inset Quotes eld
1302 \end_inset
1303
1304
1305 \family typewriter
1306 .gif
1307 \family default
1308
1309 \begin_inset Quotes erd
1310 \end_inset
1311
1312 )
1313 \begin_inset Index
1314 status collapsed
1315
1316 \begin_layout Plain Layout
1317 GIF|see
1318 \begin_inset ERT
1319 status collapsed
1320
1321 \begin_layout Plain Layout
1322
1323 {
1324 \end_layout
1325
1326 \end_inset
1327
1328 Image formats
1329 \begin_inset ERT
1330 status collapsed
1331
1332 \begin_layout Plain Layout
1333
1334 }
1335 \end_layout
1336
1337 \end_inset
1338
1339
1340 \end_layout
1341
1342 \end_inset
1343
1344
1345 \begin_inset Quotes eld
1346 \end_inset
1347
1348 Portable Network Graphics
1349 \begin_inset Quotes erd
1350 \end_inset
1351
1352  (PNG, file extension 
1353 \begin_inset Quotes eld
1354 \end_inset
1355
1356
1357 \family typewriter
1358 .png
1359 \family default
1360
1361 \begin_inset Quotes erd
1362 \end_inset
1363
1364 )
1365 \begin_inset Index
1366 status collapsed
1367
1368 \begin_layout Plain Layout
1369 PNG|see
1370 \begin_inset ERT
1371 status collapsed
1372
1373 \begin_layout Plain Layout
1374
1375 {
1376 \end_layout
1377
1378 \end_inset
1379
1380 Image formats
1381 \begin_inset ERT
1382 status collapsed
1383
1384 \begin_layout Plain Layout
1385
1386 }
1387 \end_layout
1388
1389 \end_inset
1390
1391
1392 \end_layout
1393
1394 \end_inset
1395
1396 , and 
1397 \begin_inset Quotes eld
1398 \end_inset
1399
1400 Joint Photographic Experts Group
1401 \begin_inset Quotes erd
1402 \end_inset
1403
1404  (JPG, file extension 
1405 \begin_inset Quotes eld
1406 \end_inset
1407
1408
1409 \family typewriter
1410 .jpg
1411 \family default
1412
1413 \begin_inset Quotes erd
1414 \end_inset
1415
1416  or 
1417 \begin_inset Quotes eld
1418 \end_inset
1419
1420
1421 \family typewriter
1422 .jpeg
1423 \family default
1424
1425 \begin_inset Quotes erd
1426 \end_inset
1427
1428 )
1429 \begin_inset Index
1430 status collapsed
1431
1432 \begin_layout Plain Layout
1433 JPG|see
1434 \begin_inset ERT
1435 status collapsed
1436
1437 \begin_layout Plain Layout
1438
1439 {
1440 \end_layout
1441
1442 \end_inset
1443
1444 Image formats
1445 \begin_inset ERT
1446 status collapsed
1447
1448 \begin_layout Plain Layout
1449
1450 }
1451 \end_layout
1452
1453 \end_inset
1454
1455
1456 \end_layout
1457
1458 \end_inset
1459
1460 .
1461 \end_layout
1462
1463 \begin_layout Description
1464 Vector
1465 \begin_inset space ~
1466 \end_inset
1467
1468 images consist of vectors and can therefore be scaled to any size without
1469  data loss.
1470  The scaling ability is necessary if you want to create presentations, because
1471  presentations are always scaled by the video projector.
1472  Scaling is also useful for online documents to let the user zoom into diagrams.
1473 \begin_inset Newline newline
1474 \end_inset
1475
1476 Well-known scalable image formats are 
1477 \begin_inset Quotes eld
1478 \end_inset
1479
1480 Scalable Vector Graphics
1481 \begin_inset Quotes erd
1482 \end_inset
1483
1484  (SVG, file extension 
1485 \begin_inset Quotes eld
1486 \end_inset
1487
1488
1489 \family typewriter
1490 .svg
1491 \family default
1492
1493 \begin_inset Quotes erd
1494 \end_inset
1495
1496 )
1497 \begin_inset Index
1498 status collapsed
1499
1500 \begin_layout Plain Layout
1501 SVG|see
1502 \begin_inset ERT
1503 status collapsed
1504
1505 \begin_layout Plain Layout
1506
1507 {
1508 \end_layout
1509
1510 \end_inset
1511
1512 Image formats
1513 \begin_inset ERT
1514 status collapsed
1515
1516 \begin_layout Plain Layout
1517
1518 }
1519 \end_layout
1520
1521 \end_inset
1522
1523
1524 \end_layout
1525
1526 \end_inset
1527
1528
1529 \begin_inset Quotes eld
1530 \end_inset
1531
1532 Encapsulated PostScript
1533 \begin_inset Quotes erd
1534 \end_inset
1535
1536  (EPS, file extension 
1537 \begin_inset Quotes eld
1538 \end_inset
1539
1540
1541 \family typewriter
1542 .eps
1543 \family default
1544
1545 \begin_inset Quotes erd
1546 \end_inset
1547
1548 )
1549 \begin_inset Index
1550 status collapsed
1551
1552 \begin_layout Plain Layout
1553 EPS|see
1554 \begin_inset ERT
1555 status collapsed
1556
1557 \begin_layout Plain Layout
1558
1559 {
1560 \end_layout
1561
1562 \end_inset
1563
1564 Image formats
1565 \begin_inset ERT
1566 status collapsed
1567
1568 \begin_layout Plain Layout
1569
1570 }
1571 \end_layout
1572
1573 \end_inset
1574
1575
1576 \end_layout
1577
1578 \end_inset
1579
1580
1581 \begin_inset Quotes eld
1582 \end_inset
1583
1584 Portable Document Format
1585 \begin_inset Quotes erd
1586 \end_inset
1587
1588  (PDF, file extension 
1589 \begin_inset Quotes eld
1590 \end_inset
1591
1592
1593 \family typewriter
1594 .pdf
1595 \family default
1596
1597 \begin_inset Quotes erd
1598 \end_inset
1599
1600 )
1601 \begin_inset Index
1602 status collapsed
1603
1604 \begin_layout Plain Layout
1605 PDF
1606 \end_layout
1607
1608 \end_inset
1609
1610 , and 
1611 \begin_inset Quotes eld
1612 \end_inset
1613
1614 Windows Metafile
1615 \begin_inset Quotes erd
1616 \end_inset
1617
1618  (WMF, file extension 
1619 \begin_inset Quotes eld
1620 \end_inset
1621
1622
1623 \family typewriter
1624 .wmf
1625 \family default
1626
1627 \begin_inset Quotes erd
1628 \end_inset
1629
1630 )
1631 \begin_inset Index
1632 status collapsed
1633
1634 \begin_layout Plain Layout
1635 SVG|see
1636 \begin_inset ERT
1637 status collapsed
1638
1639 \begin_layout Plain Layout
1640
1641 {
1642 \end_layout
1643
1644 \end_inset
1645
1646 Image formats
1647 \begin_inset ERT
1648 status collapsed
1649
1650 \begin_layout Plain Layout
1651
1652 }
1653 \end_layout
1654
1655 \end_inset
1656
1657
1658 \end_layout
1659
1660 \end_inset
1661
1662 .
1663  We wrote 
1664 \begin_inset Quotes eld
1665 \end_inset
1666
1667 can be
1668 \begin_inset Quotes erd
1669 \end_inset
1670
1671 , because you can convert any bitmap image to a PDF or EPS-image and the
1672  result will still be a bitmap image.
1673  In this cases only a header with the image properties is added to the original
1674  image
1675 \begin_inset Foot
1676 status open
1677
1678 \begin_layout Plain Layout
1679 In the case of PDF, the original image is additionally compressed.
1680 \end_layout
1681
1682 \end_inset
1683
1684 .
1685  The PDF-files generated by 
1686 \family typewriter
1687 Adobe Photoshop
1688 \family default
1689  are for example bitmap images.
1690 \end_layout
1691
1692 \begin_layout Standard
1693 Normally it is not possible to convert a bitmap image into a scalable one,
1694  only vice versa.
1695  Only the image formats PDF and EPS can directly be embedded to PDF and
1696  PostScript output files, respectively.
1697  SVG and WMF-images are recalculated to bitmaps when the output file is
1698  generated because there is currently no adequate WMF/SVG
1699 \begin_inset Formula $\to$
1700 \end_inset
1701
1702 PDF/EPS converter available.
1703 \end_layout
1704
1705 \begin_layout Chapter
1706 Tables
1707 \begin_inset Index
1708 status collapsed
1709
1710 \begin_layout Plain Layout
1711 Table
1712 \end_layout
1713
1714 \end_inset
1715
1716
1717 \end_layout
1718
1719 \begin_layout Section
1720 Introduction
1721 \begin_inset Index
1722 status collapsed
1723
1724 \begin_layout Plain Layout
1725 Table ! Introduction
1726 \end_layout
1727
1728 \end_inset
1729
1730
1731 \end_layout
1732
1733 \begin_layout Standard
1734 You can insert a table using either the toolbar button 
1735 \begin_inset Graphics
1736         filename ../images/tabular-insert.png
1737         scale 85
1738         scaleBeforeRotation
1739
1740 \end_inset
1741
1742  or the menu 
1743 \family sans
1744 Insert\SpecialChar \menuseparator
1745 Table
1746 \family default
1747 .
1748  The toolbar button offers you a graphical selection: Move the mouse to
1749  set the column/row number of the table that should be created and then
1750  press a mouse button.
1751  When you use the menu to create a table, a dialog will appear, asking you
1752  for the number of rows and columns.
1753 \begin_inset Newline newline
1754 \end_inset
1755
1756  The default table has lines around any cell and the first row appears separated
1757  from the rest of the table.
1758  This separation occurs due to a double line: The cells of the first row
1759  have a line below them and the cells of the second row have a line above
1760  them.
1761  Here is an example table:
1762 \end_layout
1763
1764 \begin_layout Standard
1765 \align center
1766 \begin_inset Tabular
1767 <lyxtabular version="3" rows="4" columns="4">
1768 <features>
1769 <column alignment="center" valignment="top" width="0">
1770 <column alignment="center" valignment="top" width="0">
1771 <column alignment="center" valignment="top" width="0">
1772 <column alignment="center" valignment="top" width="0">
1773 <row>
1774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1775 \begin_inset Text
1776
1777 \begin_layout Plain Layout
1778
1779 \end_layout
1780
1781 \end_inset
1782 </cell>
1783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1784 \begin_inset Text
1785
1786 \begin_layout Plain Layout
1787
1788 \family roman
1789 \series medium
1790 \shape up
1791 \size normal
1792 \emph off
1793 \bar no
1794 \noun off
1795 \color none
1796 1
1797 \end_layout
1798
1799 \end_inset
1800 </cell>
1801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1802 \begin_inset Text
1803
1804 \begin_layout Plain Layout
1805 2
1806 \end_layout
1807
1808 \end_inset
1809 </cell>
1810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1811 \begin_inset Text
1812
1813 \begin_layout Plain Layout
1814 3
1815 \end_layout
1816
1817 \end_inset
1818 </cell>
1819 </row>
1820 <row>
1821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1822 \begin_inset Text
1823
1824 \begin_layout Plain Layout
1825
1826 \family roman
1827 \series medium
1828 \shape up
1829 \size normal
1830 \emph off
1831 \bar no
1832 \noun off
1833 \color none
1834 A
1835 \end_layout
1836
1837 \end_inset
1838 </cell>
1839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1840 \begin_inset Text
1841
1842 \begin_layout Plain Layout
1843
1844 \end_layout
1845
1846 \end_inset
1847 </cell>
1848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1849 \begin_inset Text
1850
1851 \begin_layout Plain Layout
1852
1853 \end_layout
1854
1855 \end_inset
1856 </cell>
1857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1858 \begin_inset Text
1859
1860 \begin_layout Plain Layout
1861
1862 \end_layout
1863
1864 \end_inset
1865 </cell>
1866 </row>
1867 <row>
1868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1869 \begin_inset Text
1870
1871 \begin_layout Plain Layout
1872
1873 \family roman
1874 \series medium
1875 \shape up
1876 \size normal
1877 \emph off
1878 \bar no
1879 \noun off
1880 \color none
1881 B
1882 \end_layout
1883
1884 \end_inset
1885 </cell>
1886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1887 \begin_inset Text
1888
1889 \begin_layout Plain Layout
1890
1891 \end_layout
1892
1893 \end_inset
1894 </cell>
1895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1896 \begin_inset Text
1897
1898 \begin_layout Plain Layout
1899
1900 \end_layout
1901
1902 \end_inset
1903 </cell>
1904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1905 \begin_inset Text
1906
1907 \begin_layout Plain Layout
1908
1909 \end_layout
1910
1911 \end_inset
1912 </cell>
1913 </row>
1914 <row>
1915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1916 \begin_inset Text
1917
1918 \begin_layout Plain Layout
1919
1920 \family roman
1921 \series medium
1922 \shape up
1923 \size normal
1924 \emph off
1925 \bar no
1926 \noun off
1927 \color none
1928 C
1929 \end_layout
1930
1931 \end_inset
1932 </cell>
1933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1934 \begin_inset Text
1935
1936 \begin_layout Plain Layout
1937
1938 \end_layout
1939
1940 \end_inset
1941 </cell>
1942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1943 \begin_inset Text
1944
1945 \begin_layout Plain Layout
1946
1947 \end_layout
1948
1949 \end_inset
1950 </cell>
1951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1952 \begin_inset Text
1953
1954 \begin_layout Plain Layout
1955
1956 \end_layout
1957
1958 \end_inset
1959 </cell>
1960 </row>
1961 </lyxtabular>
1962
1963 \end_inset
1964
1965
1966 \end_layout
1967
1968 \begin_layout Section
1969 Table Dialog
1970 \begin_inset Index
1971 status collapsed
1972
1973 \begin_layout Plain Layout
1974 Table ! Dialog
1975 \end_layout
1976
1977 \end_inset
1978
1979
1980 \end_layout
1981
1982 \begin_layout Standard
1983 You can alter a table by clicking on it with the right mouse button, which
1984  brings up the table dialog.
1985  Here you can adjust the settings of that cell and row/column respectively
1986  where the cursor is currently placed.
1987  Most of the dialog options also work on selections.
1988  This means if you select more cells, columns or rows, the action is done
1989  for the whole selection.
1990  Note that there is a difference between selecting the 
1991 \emph on
1992 contents
1993 \emph default
1994  of the cell, and the cell itself.
1995  You can alter tables with the following tabs of the table dialog:
1996 \end_layout
1997
1998 \begin_layout Description
1999
2000 \family sans
2001 Table
2002 \begin_inset space ~
2003 \end_inset
2004
2005 Settings
2006 \family default
2007  Here you can set the horizontal alignment and the width of the current
2008  column.
2009  When you have set a width you can also adjust the vertical alignment of
2010  the current row.
2011  A given width will allow the cell to have line breaks and multiple paragraphs
2012  of text, see section
2013 \begin_inset space ~
2014 \end_inset
2015
2016
2017 \begin_inset CommandInset ref
2018 LatexCommand ref
2019 reference "sub:Multiple-Lines-in"
2020
2021 \end_inset
2022
2023 .
2024  If you set no width, the column is as wide as their widest cell content
2025  is.
2026 \begin_inset Newline newline
2027 \end_inset
2028
2029 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2030  cell, see section
2031 \begin_inset space ~
2032 \end_inset
2033
2034
2035 \begin_inset CommandInset ref
2036 LatexCommand ref
2037 reference "sub:Multicolumns"
2038
2039 \end_inset
2040
2041 .
2042 \begin_inset Newline newline
2043 \end_inset
2044
2045 The rotate check boxes rotates the current cell, a selection, or the whole
2046  table counter-clockwise by 90°.
2047  The rotation is not shown within LyX, only in the output.
2048 \begin_inset Newline newline
2049 \end_inset
2050
2051
2052 \begin_inset Note Greyedout
2053 status open
2054
2055 \begin_layout Plain Layout
2056
2057 \series bold
2058 Note:
2059 \series default
2060  Not all DVI-viewers are able to display rotations.
2061 \end_layout
2062
2063 \end_inset
2064
2065
2066 \begin_inset Newline newline
2067 \end_inset
2068
2069 It is also possible to enter a LaTeX-argument which is needed for special
2070  table formattings, see section
2071 \begin_inset space ~
2072 \end_inset
2073
2074
2075 \begin_inset CommandInset ref
2076 LatexCommand ref
2077 reference "sub:Multicolumn-Calculations"
2078
2079 \end_inset
2080
2081  and 
2082 \begin_inset CommandInset ref
2083 LatexCommand ref
2084 reference "sec:Colored-Tables"
2085
2086 \end_inset
2087
2088 .
2089 \end_layout
2090
2091 \begin_layout Description
2092
2093 \family sans
2094 Borders
2095 \family default
2096  In this tab you can add and delete border lines for the current row/column.
2097 \begin_inset Newline newline
2098 \end_inset
2099
2100 Using the style option 
2101 \family sans
2102 Formal
2103 \family default
2104  will convert the table to a formal table as described in section
2105 \begin_inset space ~
2106 \end_inset
2107
2108
2109 \begin_inset CommandInset ref
2110 LatexCommand ref
2111 reference "sec:Formal-Tables"
2112
2113 \end_inset
2114
2115 .
2116 \begin_inset Newline newline
2117 \end_inset
2118
2119 You can also add here space to table rows as decribed in section
2120 \begin_inset space ~
2121 \end_inset
2122
2123
2124 \begin_inset CommandInset ref
2125 LatexCommand ref
2126 reference "sub:Row-Spacing"
2127
2128 \end_inset
2129
2130 .
2131 \end_layout
2132
2133 \begin_layout Description
2134
2135 \family sans
2136 Longtable
2137 \family default
2138  This tab is to make a table a so called 
2139 \begin_inset Quotes eld
2140 \end_inset
2141
2142
2143 \emph on
2144 longtable
2145 \emph default
2146
2147 \begin_inset Quotes erd
2148 \end_inset
2149
2150  that can run over several pages.
2151  Section
2152 \begin_inset space ~
2153 \end_inset
2154
2155
2156 \begin_inset CommandInset ref
2157 LatexCommand ref
2158 reference "sec:Longtables"
2159
2160 \end_inset
2161
2162  and 
2163 \begin_inset CommandInset ref
2164 LatexCommand ref
2165 reference "sec:Special-Longtable-Issues"
2166
2167 \end_inset
2168
2169  describe the longtable features in detail.
2170 \end_layout
2171
2172 \begin_layout Standard
2173 When the table toolbar is opened, you can move the cursor with the arrow
2174  keys from cell to cell and the property of the current cell will immediately
2175  be displayed in the dialog.
2176 \end_layout
2177
2178 \begin_layout Section
2179 Table Toolbar
2180 \begin_inset Index
2181 status collapsed
2182
2183 \begin_layout Plain Layout
2184 Table ! Toolbar
2185 \end_layout
2186
2187 \end_inset
2188
2189
2190 \end_layout
2191
2192 \begin_layout Standard
2193 The table toolbar is an alternative to the table dialog to be able to alter
2194  tables faster.
2195  It should normally appear at the bottom of LyX's main window when the cursor
2196  is inside a table.
2197  You can alternatively switch it on to appear always, by right-clicking
2198  in LyX's main menu bar.
2199 \end_layout
2200
2201 \begin_layout Standard
2202 The toolbar has the following icons:
2203 \end_layout
2204
2205 \begin_layout Labeling
2206 \labelwidthstring 00.00.0000
2207 \begin_inset Graphics
2208         filename ../images/tabular-feature_append-row.png
2209         scaleBeforeRotation
2210
2211 \end_inset
2212
2213  adds a row below the current cell or selection
2214 \end_layout
2215
2216 \begin_layout Labeling
2217 \labelwidthstring 00.00.0000
2218 \begin_inset Graphics
2219         filename ../images/tabular-feature_append-column.png
2220         scaleBeforeRotation
2221
2222 \end_inset
2223
2224  adds a column right beside the current cell or selection
2225 \end_layout
2226
2227 \begin_layout Labeling
2228 \labelwidthstring 00.00.0000
2229 \begin_inset Graphics
2230         filename ../images/tabular-feature_delete-row.png
2231         scaleBeforeRotation
2232
2233 \end_inset
2234
2235  deletes the current row or selection
2236 \end_layout
2237
2238 \begin_layout Labeling
2239 \labelwidthstring 00.00.0000
2240 \begin_inset Graphics
2241         filename ../images/tabular-feature_delete-column.png
2242         scaleBeforeRotation
2243
2244 \end_inset
2245
2246  deletes the current column or 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-top.png
2253         scaleBeforeRotation
2254
2255 \end_inset
2256
2257  adds a line at the top 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_toggle-line-bottom.png
2264         scaleBeforeRotation
2265
2266 \end_inset
2267
2268  adds a line at the bottom of the current cell / row or of a selection
2269 \end_layout
2270
2271 \begin_layout Labeling
2272 \labelwidthstring 00.00.0000
2273 \begin_inset Graphics
2274         filename ../images/tabular-feature_toggle-line-left.png
2275         scaleBeforeRotation
2276
2277 \end_inset
2278
2279  adds a line at the left side of the current cell / row or of a selection
2280 \end_layout
2281
2282 \begin_layout Labeling
2283 \labelwidthstring 00.00.0000
2284 \begin_inset Graphics
2285         filename ../images/tabular-feature_toggle-line-right.png
2286         scaleBeforeRotation
2287
2288 \end_inset
2289
2290  adds a line at the right side of the current cell / row or of a selection
2291 \end_layout
2292
2293 \begin_layout Labeling
2294 \labelwidthstring 00.00.0000
2295 \begin_inset Graphics
2296         filename ../images/tabular-feature_set-all-lines.png
2297         scaleBeforeRotation
2298
2299 \end_inset
2300
2301  adds lines around the current or selected cells - if the current cell no
2302  multicolumn this also affects the current row and column
2303 \end_layout
2304
2305 \begin_layout Labeling
2306 \labelwidthstring 00.00.0000
2307 \begin_inset Graphics
2308         filename ../images/tabular-feature_unset-all-lines.png
2309         scaleBeforeRotation
2310
2311 \end_inset
2312
2313  deletes all lines of the current or selected cells - if the current cell
2314  no multicolumn this also affects the current row and column
2315 \end_layout
2316
2317 \begin_layout Labeling
2318 \labelwidthstring 00.00.0000
2319 \begin_inset Graphics
2320         filename ../images/tabular-feature_align-left.png
2321         scaleBeforeRotation
2322
2323 \end_inset
2324
2325  left-aligns the content of the current cell / column
2326 \end_layout
2327
2328 \begin_layout Labeling
2329 \labelwidthstring 00.00.0000
2330 \begin_inset Graphics
2331         filename ../images/tabular-feature_align-center.png
2332         scaleBeforeRotation
2333
2334 \end_inset
2335
2336  centers the content of the current cell / column horizontally
2337 \end_layout
2338
2339 \begin_layout Labeling
2340 \labelwidthstring 00.00.0000
2341 \begin_inset Graphics
2342         filename ../images/tabular-feature_align-right.png
2343         scaleBeforeRotation
2344
2345 \end_inset
2346
2347  right-aligns the content of the current cell / column
2348 \end_layout
2349
2350 \begin_layout Labeling
2351 \labelwidthstring 00.00.0000
2352 \begin_inset Graphics
2353         filename ../images/tabular-feature_valign-top.png
2354         scaleBeforeRotation
2355
2356 \end_inset
2357
2358  aligns the content of the current cell vertically to the top
2359 \end_layout
2360
2361 \begin_layout Labeling
2362 \labelwidthstring 00.00.0000
2363 \begin_inset Graphics
2364         filename ../images/tabular-feature_valign-middle.png
2365         scaleBeforeRotation
2366
2367 \end_inset
2368
2369  centers the content of the current cell vertically
2370 \end_layout
2371
2372 \begin_layout Labeling
2373 \labelwidthstring 00.00.0000
2374 \begin_inset Graphics
2375         filename ../images/tabular-feature_valign-bottom.png
2376         scaleBeforeRotation
2377
2378 \end_inset
2379
2380  aligns the content of the current cell vertically to the bottom
2381 \end_layout
2382
2383 \begin_layout Labeling
2384 \labelwidthstring 00.00.0000
2385 \begin_inset Graphics
2386         filename ../images/tabular-feature_set-rotate-cell.png
2387         scaleBeforeRotation
2388
2389 \end_inset
2390
2391  rotates the current cell or selection counter-clockwise by 90°
2392 \end_layout
2393
2394 \begin_layout Labeling
2395 \labelwidthstring 00.00.0000
2396 \begin_inset Graphics
2397         filename ../images/tabular-feature_set-rotate-tabular.png
2398         scaleBeforeRotation
2399
2400 \end_inset
2401
2402  rotates the whole table counter-clockwise by 90°
2403 \end_layout
2404
2405 \begin_layout Labeling
2406 \labelwidthstring 00.00.0000
2407 \begin_inset Graphics
2408         filename ../images/tabular-feature_multicolumn.png
2409         scaleBeforeRotation
2410
2411 \end_inset
2412
2413  sets the current cell or selection as a multicolumn
2414 \end_layout
2415
2416 \begin_layout Standard
2417 \begin_inset Note Greyedout
2418 status open
2419
2420 \begin_layout Plain Layout
2421
2422 \series bold
2423 Note:
2424 \series default
2425  For the output the vertical alignment of the first cell in a row is used
2426  for all following cells in the row.
2427 \end_layout
2428
2429 \end_inset
2430
2431
2432 \end_layout
2433
2434 \begin_layout Section
2435 Edit Table Menu
2436 \begin_inset Index
2437 status collapsed
2438
2439 \begin_layout Plain Layout
2440 Table ! Edit Menu
2441 \end_layout
2442
2443 \end_inset
2444
2445
2446 \end_layout
2447
2448 \begin_layout Standard
2449 Additionally to the table dialog and toolbar, the menu 
2450 \family sans
2451 Edit\SpecialChar \menuseparator
2452 Table
2453 \family default
2454  allows you to add and delete border lines for the current row/column and
2455  to set the current selection as multicolumn.
2456  The menu is only available when the cursor is inside a table.
2457 \end_layout
2458
2459 \begin_layout Section
2460 Table Floats
2461 \begin_inset CommandInset label
2462 LatexCommand label
2463 name "sec:Table-Floats"
2464
2465 \end_inset
2466
2467
2468 \begin_inset Index
2469 status collapsed
2470
2471 \begin_layout Plain Layout
2472 Floats ! Tables
2473 \end_layout
2474
2475 \end_inset
2476
2477
2478 \begin_inset Index
2479 status collapsed
2480
2481 \begin_layout Plain Layout
2482 Table ! Floats
2483 \end_layout
2484
2485 \end_inset
2486
2487
2488 \end_layout
2489
2490 \begin_layout Standard
2491 For general explanations about floats, have a look at section
2492 \begin_inset space ~
2493 \end_inset
2494
2495
2496 \begin_inset CommandInset ref
2497 LatexCommand ref
2498 reference "sec:FloatIntroduction"
2499
2500 \end_inset
2501
2502 .
2503 \end_layout
2504
2505 \begin_layout Standard
2506 \begin_inset Float table
2507 placement h
2508 wide false
2509 sideways false
2510 status open
2511
2512 \begin_layout Plain Layout
2513 \begin_inset Caption
2514
2515 \begin_layout Plain Layout
2516 \begin_inset CommandInset label
2517 LatexCommand label
2518 name "tab:a table float"
2519
2520 \end_inset
2521
2522 A table float.
2523 \end_layout
2524
2525 \end_inset
2526
2527
2528 \end_layout
2529
2530 \begin_layout Plain Layout
2531 \align center
2532 \begin_inset Tabular
2533 <lyxtabular version="3" rows="3" columns="3">
2534 <features>
2535 <column alignment="center" valignment="top" width="0pt">
2536 <column alignment="center" valignment="top" width="0pt">
2537 <column alignment="center" valignment="top" width="0pt">
2538 <row>
2539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2540 \begin_inset Text
2541
2542 \begin_layout Plain Layout
2543
2544 \family roman
2545 \series medium
2546 \shape up
2547 \size normal
2548 \emph off
2549 \bar no
2550 \noun off
2551 \color none
2552 1
2553 \end_layout
2554
2555 \end_inset
2556 </cell>
2557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2558 \begin_inset Text
2559
2560 \begin_layout Plain Layout
2561
2562 \family roman
2563 \series medium
2564 \shape up
2565 \size normal
2566 \emph off
2567 \bar no
2568 \noun off
2569 \color none
2570 2
2571 \end_layout
2572
2573 \end_inset
2574 </cell>
2575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2576 \begin_inset Text
2577
2578 \begin_layout Plain Layout
2579
2580 \family roman
2581 \series medium
2582 \shape up
2583 \size normal
2584 \emph off
2585 \bar no
2586 \noun off
2587 \color none
2588 3
2589 \end_layout
2590
2591 \end_inset
2592 </cell>
2593 </row>
2594 <row>
2595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2596 \begin_inset Text
2597
2598 \begin_layout Plain Layout
2599
2600 \family roman
2601 \series medium
2602 \shape up
2603 \size normal
2604 \emph off
2605 \bar no
2606 \noun off
2607 \color none
2608 Joe
2609 \end_layout
2610
2611 \end_inset
2612 </cell>
2613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2614 \begin_inset Text
2615
2616 \begin_layout Plain Layout
2617
2618 \family roman
2619 \series medium
2620 \shape up
2621 \size normal
2622 \emph off
2623 \bar no
2624 \noun off
2625 \color none
2626 Mary
2627 \end_layout
2628
2629 \end_inset
2630 </cell>
2631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2632 \begin_inset Text
2633
2634 \begin_layout Plain Layout
2635
2636 \family roman
2637 \series medium
2638 \shape up
2639 \size normal
2640 \emph off
2641 \bar no
2642 \noun off
2643 \color none
2644 Ted
2645 \end_layout
2646
2647 \end_inset
2648 </cell>
2649 </row>
2650 <row>
2651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2652 \begin_inset Text
2653
2654 \begin_layout Plain Layout
2655
2656 \family roman
2657 \series medium
2658 \shape up
2659 \size normal
2660 \emph off
2661 \bar no
2662 \noun off
2663 \color none
2664 \begin_inset Formula $\int x^{2}dx$
2665 \end_inset
2666
2667
2668 \end_layout
2669
2670 \end_inset
2671 </cell>
2672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2673 \begin_inset Text
2674
2675 \begin_layout Plain Layout
2676
2677 \family roman
2678 \series medium
2679 \shape up
2680 \size normal
2681 \emph off
2682 \bar no
2683 \noun off
2684 \color none
2685 \begin_inset Formula $\left[\begin{array}{cc}
2686 a & b\\
2687 c & d\end{array}\right]$
2688 \end_inset
2689
2690
2691 \end_layout
2692
2693 \end_inset
2694 </cell>
2695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2696 \begin_inset Text
2697
2698 \begin_layout Plain Layout
2699
2700 \family roman
2701 \series medium
2702 \shape up
2703 \size normal
2704 \emph off
2705 \bar no
2706 \noun off
2707 \color none
2708 \begin_inset Formula $1+1=2$
2709 \end_inset
2710
2711
2712 \end_layout
2713
2714 \end_inset
2715 </cell>
2716 </row>
2717 </lyxtabular>
2718
2719 \end_inset
2720
2721
2722 \end_layout
2723
2724 \end_inset
2725
2726
2727 \end_layout
2728
2729 \begin_layout Standard
2730 Table floats can be inserted using the menu 
2731 \family sans
2732 Insert\SpecialChar \menuseparator
2733 Float\SpecialChar \menuseparator
2734 Table
2735 \family default
2736  or the toolbar button 
2737 \begin_inset Graphics
2738         filename ../images/float-insert_table.png
2739         scale 85
2740         scaleBeforeRotation
2741
2742 \end_inset
2743
2744 .
2745 \end_layout
2746
2747 \begin_layout Standard
2748 The float appears as a collapsible box with a caption that has the label
2749  
2750 \begin_inset Quotes eld
2751 \end_inset
2752
2753 Table
2754 \begin_inset space ~
2755 \end_inset
2756
2757 #:
2758 \begin_inset Quotes erd
2759 \end_inset
2760
2761  (# is the actual table number).
2762  You can insert tables to the float above or below the caption.
2763 \end_layout
2764
2765 \begin_layout Standard
2766 Table
2767 \begin_inset space ~
2768 \end_inset
2769
2770
2771 \begin_inset CommandInset ref
2772 LatexCommand ref
2773 reference "tab:a table float"
2774
2775 \end_inset
2776
2777  is an example table within a table float.
2778 \end_layout
2779
2780 \begin_layout Standard
2781 Having the caption above the table is the common rule that is unfortunately
2782  not supported in LaTeX's standard classes.
2783  That means if you are using the document classes 
2784 \family sans
2785 article
2786 \family default
2787
2788 \family sans
2789 book
2790 \family default
2791
2792 \family sans
2793 letter
2794 \family default
2795 , or 
2796 \family sans
2797 report
2798 \family default
2799  there will be no space between the caption and the table.
2800  To insert the needed space, add the following option to the load command
2801  of the LaTeX-package 
2802 \series bold
2803 caption
2804 \series default
2805
2806 \begin_inset Index
2807 status collapsed
2808
2809 \begin_layout Plain Layout
2810 LaTeX-packages ! caption
2811 \end_layout
2812
2813 \end_inset
2814
2815  in your document preamble
2816 \begin_inset Foot
2817 status collapsed
2818
2819 \begin_layout Plain Layout
2820 For more information have a look at section
2821 \begin_inset space ~
2822 \end_inset
2823
2824
2825 \begin_inset CommandInset ref
2826 LatexCommand ref
2827 reference "sec:Caption-Placement"
2828
2829 \end_inset
2830
2831 .
2832 \end_layout
2833
2834 \end_inset
2835
2836 :
2837 \end_layout
2838
2839 \begin_layout Standard
2840
2841 \series bold
2842 tableposition=top
2843 \end_layout
2844
2845 \begin_layout Standard
2846 The package 
2847 \series bold
2848 caption
2849 \series default
2850 , which is described in section
2851 \begin_inset space ~
2852 \end_inset
2853
2854
2855 \begin_inset CommandInset ref
2856 LatexCommand ref
2857 reference "sec:Caption-Formatting"
2858
2859 \end_inset
2860
2861 , is used to adjust the caption format.
2862 \end_layout
2863
2864 \begin_layout Standard
2865 \begin_inset Index
2866 status collapsed
2867
2868 \begin_layout Plain Layout
2869 References ! to Tables
2870 \end_layout
2871
2872 \end_inset
2873
2874 Tables can be cross-referenced in the text by referencing their label.
2875  To do this insert a label in the caption using the menu 
2876 \family sans
2877 Insert\SpecialChar \menuseparator
2878 Label
2879 \family default
2880  or the toolbar button 
2881 \begin_inset Graphics
2882         filename ../images/label-insert.png
2883         scale 85
2884         scaleBeforeRotation
2885
2886 \end_inset
2887
2888 .
2889  You can now refer to the label using the menu 
2890 \family sans
2891 Insert\SpecialChar \menuseparator
2892 Cross
2893 \begin_inset space ~
2894 \end_inset
2895
2896 reference
2897 \family default
2898  or the toolbar button 
2899 \begin_inset Graphics
2900         filename ../images/dialog-show-new-inset_ref.png
2901         scale 85
2902         scaleBeforeRotation
2903
2904 \end_inset
2905
2906 .
2907 \begin_inset Newline newline
2908 \end_inset
2909
2910 Referencing is explained in detail in section
2911 \begin_inset space ~
2912 \end_inset
2913
2914
2915 \begin_inset CommandInset ref
2916 LatexCommand ref
2917 reference "sec:Referencing-Floats"
2918
2919 \end_inset
2920
2921 .
2922 \end_layout
2923
2924 \begin_layout Section
2925 Longtables
2926 \begin_inset CommandInset label
2927 LatexCommand label
2928 name "sec:Longtables"
2929
2930 \end_inset
2931
2932
2933 \begin_inset Index
2934 status collapsed
2935
2936 \begin_layout Plain Layout
2937 Longtables
2938 \end_layout
2939
2940 \end_inset
2941
2942
2943 \begin_inset Index
2944 status collapsed
2945
2946 \begin_layout Plain Layout
2947 Table ! Longtables
2948 \end_layout
2949
2950 \end_inset
2951
2952
2953 \end_layout
2954
2955 \begin_layout Standard
2956 If the table is too long to fit on one page, you can use the option 
2957 \family sans
2958 Use
2959 \begin_inset space ~
2960 \end_inset
2961
2962 long
2963 \begin_inset space ~
2964 \end_inset
2965
2966 table
2967 \family default
2968  in the tab 
2969 \family sans
2970 Longtable
2971 \family default
2972  of the table dialog to split the table automatically over more pages.
2973  Doing this enables the following options:
2974 \end_layout
2975
2976 \begin_layout Description
2977
2978 \family sans
2979 Header
2980 \family default
2981 : The current row and all rows above, that don't have any special options
2982  defined, are defined to be the header rows of all pages of the longtable;
2983  except for the first page, if 
2984 \family sans
2985 First
2986 \begin_inset space ~
2987 \end_inset
2988
2989 header
2990 \family default
2991  is defined.
2992  This therefore called the main header.
2993 \end_layout
2994
2995 \begin_layout Description
2996
2997 \family sans
2998 First
2999 \begin_inset space ~
3000 \end_inset
3001
3002 header
3003 \family default
3004 : The current row and all rows above, that don't have any special options
3005  defined, are defined to be the header rows of the first page of the longtable.
3006 \end_layout
3007
3008 \begin_layout Description
3009
3010 \family sans
3011 Footer
3012 \family default
3013 : The current row and all rows below, that don't have any special options
3014  defined, are defined to be the footer rows of all pages of the longtable;
3015  except for the last page, if 
3016 \family sans
3017 Last
3018 \begin_inset space ~
3019 \end_inset
3020
3021 footer
3022 \family default
3023  is defined.
3024 \end_layout
3025
3026 \begin_layout Description
3027
3028 \family sans
3029 Last
3030 \begin_inset space ~
3031 \end_inset
3032
3033 footer
3034 \family default
3035 : The current row and all rows below, that don't have any special options
3036  defined, are defined to be the footer rows of the last page of the longtable.
3037 \end_layout
3038
3039 \begin_layout Description
3040 Caption: The first row is reset as single column.
3041  You can now insert there the table caption via the menu 
3042 \family sans
3043 Insert\SpecialChar \menuseparator
3044 Caption
3045 \family default
3046 .
3047  More about longtable captions is explained in sec.
3048 \begin_inset space \thinspace{}
3049 \end_inset
3050
3051
3052 \begin_inset CommandInset ref
3053 LatexCommand ref
3054 reference "sub:Longtable-Captions"
3055
3056 \end_inset
3057
3058 .
3059 \end_layout
3060
3061 \begin_layout Standard
3062 You can also specify a row where the table is splitted.
3063  If you set more than one option in the same table row, you should be aware
3064  of the fact that only the first one is used in the given table row.
3065  The others will then be defined as 
3066 \emph on
3067 empty
3068 \emph default
3069 .
3070  In this context, first means first in this order: 
3071 \family sans
3072 Header,
3073 \family default
3074  
3075 \family sans
3076 First
3077 \begin_inset space ~
3078 \end_inset
3079
3080 header, Footer, Last
3081 \begin_inset space ~
3082 \end_inset
3083
3084 footer.
3085
3086 \family default
3087  See the following longtable to see how it works:
3088 \end_layout
3089
3090 \begin_layout Standard
3091 \align center
3092 \begin_inset Tabular
3093 <lyxtabular version="3" rows="69" columns="3">
3094 <features islongtable="true">
3095 <column alignment="left" valignment="top" width="0cm">
3096 <column alignment="left" valignment="top" width="0pt">
3097 <column alignment="center" valignment="top" width="0pt">
3098 <row endfirsthead="true">
3099 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3100 \begin_inset Text
3101
3102 \begin_layout Plain Layout
3103
3104 \series bold
3105 Example Phone List (ignore the names)
3106 \end_layout
3107
3108 \end_inset
3109 </cell>
3110 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3111 \begin_inset Text
3112
3113 \begin_layout Plain Layout
3114
3115 \end_layout
3116
3117 \end_inset
3118 </cell>
3119 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3120 \begin_inset Text
3121
3122 \begin_layout Plain Layout
3123
3124 \end_layout
3125
3126 \end_inset
3127 </cell>
3128 </row>
3129 <row endfirsthead="true">
3130 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3131 \begin_inset Text
3132
3133 \begin_layout Plain Layout
3134
3135 \series bold
3136 NAME
3137 \end_layout
3138
3139 \end_inset
3140 </cell>
3141 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3142 \begin_inset Text
3143
3144 \begin_layout Plain Layout
3145
3146 \end_layout
3147
3148 \end_inset
3149 </cell>
3150 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3151 \begin_inset Text
3152
3153 \begin_layout Plain Layout
3154
3155 \series bold
3156 TEL.
3157 \end_layout
3158
3159 \end_inset
3160 </cell>
3161 </row>
3162 <row endhead="true">
3163 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3164 \begin_inset Text
3165
3166 \begin_layout Plain Layout
3167
3168 \series bold
3169 Example Phone List
3170 \end_layout
3171
3172 \end_inset
3173 </cell>
3174 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3175 \begin_inset Text
3176
3177 \begin_layout Plain Layout
3178
3179 \end_layout
3180
3181 \end_inset
3182 </cell>
3183 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3184 \begin_inset Text
3185
3186 \begin_layout Plain Layout
3187
3188 \end_layout
3189
3190 \end_inset
3191 </cell>
3192 </row>
3193 <row endhead="true">
3194 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3195 \begin_inset Text
3196
3197 \begin_layout Plain Layout
3198
3199 \series bold
3200 NAME
3201 \end_layout
3202
3203 \end_inset
3204 </cell>
3205 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3206 \begin_inset Text
3207
3208 \begin_layout Plain Layout
3209
3210 \end_layout
3211
3212 \end_inset
3213 </cell>
3214 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3215 \begin_inset Text
3216
3217 \begin_layout Plain Layout
3218
3219 \series bold
3220 TEL.
3221 \end_layout
3222
3223 \end_inset
3224 </cell>
3225 </row>
3226 <row endfoot="true">
3227 <cell multicolumn="1" alignment="right" valignment="top" topline="true" usebox="none">
3228 \begin_inset Text
3229
3230 \begin_layout Plain Layout
3231  continued on next page
3232 \end_layout
3233
3234 \end_inset
3235 </cell>
3236 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3237 \begin_inset Text
3238
3239 \begin_layout Plain Layout
3240
3241 \end_layout
3242
3243 \end_inset
3244 </cell>
3245 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3246 \begin_inset Text
3247
3248 \begin_layout Plain Layout
3249
3250 \end_layout
3251
3252 \end_inset
3253 </cell>
3254 </row>
3255 <row>
3256 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3257 \begin_inset Text
3258
3259 \begin_layout Plain Layout
3260
3261 \series bold
3262 Annovi
3263 \end_layout
3264
3265 \end_inset
3266 </cell>
3267 <cell alignment="center" valignment="top" usebox="none">
3268 \begin_inset Text
3269
3270 \begin_layout Plain Layout
3271 Silvia
3272 \end_layout
3273
3274 \end_inset
3275 </cell>
3276 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3277 \begin_inset Text
3278
3279 \begin_layout Plain Layout
3280 111
3281 \end_layout
3282
3283 \end_inset
3284 </cell>
3285 </row>
3286 <row>
3287 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3288 \begin_inset Text
3289
3290 \begin_layout Plain Layout
3291
3292 \series bold
3293 Bertoli
3294 \end_layout
3295
3296 \end_inset
3297 </cell>
3298 <cell alignment="center" valignment="top" usebox="none">
3299 \begin_inset Text
3300
3301 \begin_layout Plain Layout
3302 Stefano
3303 \end_layout
3304
3305 \end_inset
3306 </cell>
3307 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3308 \begin_inset Text
3309
3310 \begin_layout Plain Layout
3311 111
3312 \end_layout
3313
3314 \end_inset
3315 </cell>
3316 </row>
3317 <row>
3318 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3319 \begin_inset Text
3320
3321 \begin_layout Plain Layout
3322
3323 \series bold
3324 Bozzi
3325 \end_layout
3326
3327 \end_inset
3328 </cell>
3329 <cell alignment="center" valignment="top" usebox="none">
3330 \begin_inset Text
3331
3332 \begin_layout Plain Layout
3333 Walter
3334 \end_layout
3335
3336 \end_inset
3337 </cell>
3338 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3339 \begin_inset Text
3340
3341 \begin_layout Plain Layout
3342 111
3343 \end_layout
3344
3345 \end_inset
3346 </cell>
3347 </row>
3348 <row>
3349 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3350 \begin_inset Text
3351
3352 \begin_layout Plain Layout
3353
3354 \series bold
3355 Cachia
3356 \end_layout
3357
3358 \end_inset
3359 </cell>
3360 <cell alignment="center" valignment="top" usebox="none">
3361 \begin_inset Text
3362
3363 \begin_layout Plain Layout
3364 Maria
3365 \end_layout
3366
3367 \end_inset
3368 </cell>
3369 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3370 \begin_inset Text
3371
3372 \begin_layout Plain Layout
3373 111
3374 \end_layout
3375
3376 \end_inset
3377 </cell>
3378 </row>
3379 <row>
3380 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3381 \begin_inset Text
3382
3383 \begin_layout Plain Layout
3384
3385 \series bold
3386 Cachia
3387 \end_layout
3388
3389 \end_inset
3390 </cell>
3391 <cell alignment="center" valignment="top" usebox="none">
3392 \begin_inset Text
3393
3394 \begin_layout Plain Layout
3395 Maurizio
3396 \end_layout
3397
3398 \end_inset
3399 </cell>
3400 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3401 \begin_inset Text
3402
3403 \begin_layout Plain Layout
3404 111
3405 \end_layout
3406
3407 \end_inset
3408 </cell>
3409 </row>
3410 <row>
3411 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3412 \begin_inset Text
3413
3414 \begin_layout Plain Layout
3415
3416 \series bold
3417 Cinquemani
3418 \end_layout
3419
3420 \end_inset
3421 </cell>
3422 <cell alignment="center" valignment="top" usebox="none">
3423 \begin_inset Text
3424
3425 \begin_layout Plain Layout
3426 Giusi
3427 \end_layout
3428
3429 \end_inset
3430 </cell>
3431 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3432 \begin_inset Text
3433
3434 \begin_layout Plain Layout
3435 111
3436 \end_layout
3437
3438 \end_inset
3439 </cell>
3440 </row>
3441 <row>
3442 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3443 \begin_inset Text
3444
3445 \begin_layout Plain Layout
3446
3447 \series bold
3448 Colin
3449 \end_layout
3450
3451 \end_inset
3452 </cell>
3453 <cell alignment="center" valignment="top" usebox="none">
3454 \begin_inset Text
3455
3456 \begin_layout Plain Layout
3457 Bernard
3458 \end_layout
3459
3460 \end_inset
3461 </cell>
3462 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3463 \begin_inset Text
3464
3465 \begin_layout Plain Layout
3466 111
3467 \end_layout
3468
3469 \end_inset
3470 </cell>
3471 </row>
3472 <row>
3473 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3474 \begin_inset Text
3475
3476 \begin_layout Plain Layout
3477
3478 \series bold
3479 Concli
3480 \end_layout
3481
3482 \end_inset
3483 </cell>
3484 <cell alignment="center" valignment="top" usebox="none">
3485 \begin_inset Text
3486
3487 \begin_layout Plain Layout
3488 Gianfranco
3489 \end_layout
3490
3491 \end_inset
3492 </cell>
3493 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3494 \begin_inset Text
3495
3496 \begin_layout Plain Layout
3497 111
3498 \end_layout
3499
3500 \end_inset
3501 </cell>
3502 </row>
3503 <row>
3504 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3505 \begin_inset Text
3506
3507 \begin_layout Plain Layout
3508
3509 \series bold
3510 Dal Bosco
3511 \end_layout
3512
3513 \end_inset
3514 </cell>
3515 <cell alignment="center" valignment="top" usebox="none">
3516 \begin_inset Text
3517
3518 \begin_layout Plain Layout
3519 Carolina
3520 \end_layout
3521
3522 \end_inset
3523 </cell>
3524 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3525 \begin_inset Text
3526
3527 \begin_layout Plain Layout
3528 111
3529 \end_layout
3530
3531 \end_inset
3532 </cell>
3533 </row>
3534 <row>
3535 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3536 \begin_inset Text
3537
3538 \begin_layout Plain Layout
3539
3540 \series bold
3541 Dalpiaz
3542 \end_layout
3543
3544 \end_inset
3545 </cell>
3546 <cell alignment="center" valignment="top" usebox="none">
3547 \begin_inset Text
3548
3549 \begin_layout Plain Layout
3550 Annamaria
3551 \end_layout
3552
3553 \end_inset
3554 </cell>
3555 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3556 \begin_inset Text
3557
3558 \begin_layout Plain Layout
3559 111
3560 \end_layout
3561
3562 \end_inset
3563 </cell>
3564 </row>
3565 <row>
3566 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3567 \begin_inset Text
3568
3569 \begin_layout Plain Layout
3570
3571 \series bold
3572 Feliciello
3573 \end_layout
3574
3575 \end_inset
3576 </cell>
3577 <cell alignment="center" valignment="top" usebox="none">
3578 \begin_inset Text
3579
3580 \begin_layout Plain Layout
3581 Domenico
3582 \end_layout
3583
3584 \end_inset
3585 </cell>
3586 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3587 \begin_inset Text
3588
3589 \begin_layout Plain Layout
3590 111
3591 \end_layout
3592
3593 \end_inset
3594 </cell>
3595 </row>
3596 <row>
3597 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3598 \begin_inset Text
3599
3600 \begin_layout Plain Layout
3601
3602 \series bold
3603 Focarelli
3604 \end_layout
3605
3606 \end_inset
3607 </cell>
3608 <cell alignment="center" valignment="top" usebox="none">
3609 \begin_inset Text
3610
3611 \begin_layout Plain Layout
3612 Paola
3613 \end_layout
3614
3615 \end_inset
3616 </cell>
3617 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3618 \begin_inset Text
3619
3620 \begin_layout Plain Layout
3621 111
3622 \end_layout
3623
3624 \end_inset
3625 </cell>
3626 </row>
3627 <row>
3628 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3629 \begin_inset Text
3630
3631 \begin_layout Plain Layout
3632
3633 \series bold
3634 Galletti
3635 \end_layout
3636
3637 \end_inset
3638 </cell>
3639 <cell alignment="center" valignment="top" usebox="none">
3640 \begin_inset Text
3641
3642 \begin_layout Plain Layout
3643 Oreste
3644 \end_layout
3645
3646 \end_inset
3647 </cell>
3648 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3649 \begin_inset Text
3650
3651 \begin_layout Plain Layout
3652 111
3653 \end_layout
3654
3655 \end_inset
3656 </cell>
3657 </row>
3658 <row>
3659 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3660 \begin_inset Text
3661
3662 \begin_layout Plain Layout
3663
3664 \series bold
3665 Gasparini
3666 \end_layout
3667
3668 \end_inset
3669 </cell>
3670 <cell alignment="center" valignment="top" usebox="none">
3671 \begin_inset Text
3672
3673 \begin_layout Plain Layout
3674 Franca
3675 \end_layout
3676
3677 \end_inset
3678 </cell>
3679 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3680 \begin_inset Text
3681
3682 \begin_layout Plain Layout
3683 111
3684 \end_layout
3685
3686 \end_inset
3687 </cell>
3688 </row>
3689 <row>
3690 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3691 \begin_inset Text
3692
3693 \begin_layout Plain Layout
3694
3695 \series bold
3696 Rizzardi
3697 \end_layout
3698
3699 \end_inset
3700 </cell>
3701 <cell alignment="center" valignment="top" usebox="none">
3702 \begin_inset Text
3703
3704 \begin_layout Plain Layout
3705 Paola
3706 \end_layout
3707
3708 \end_inset
3709 </cell>
3710 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3711 \begin_inset Text
3712
3713 \begin_layout Plain Layout
3714 111
3715 \end_layout
3716
3717 \end_inset
3718 </cell>
3719 </row>
3720 <row>
3721 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3722 \begin_inset Text
3723
3724 \begin_layout Plain Layout
3725
3726 \series bold
3727 Lassini
3728 \end_layout
3729
3730 \end_inset
3731 </cell>
3732 <cell alignment="center" valignment="top" usebox="none">
3733 \begin_inset Text
3734
3735 \begin_layout Plain Layout
3736 Giancarlo
3737 \end_layout
3738
3739 \end_inset
3740 </cell>
3741 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3742 \begin_inset Text
3743
3744 \begin_layout Plain Layout
3745 111
3746 \end_layout
3747
3748 \end_inset
3749 </cell>
3750 </row>
3751 <row>
3752 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3753 \begin_inset Text
3754
3755 \begin_layout Plain Layout
3756
3757 \series bold
3758 Malfatti
3759 \end_layout
3760
3761 \end_inset
3762 </cell>
3763 <cell alignment="center" valignment="top" usebox="none">
3764 \begin_inset Text
3765
3766 \begin_layout Plain Layout
3767 Luciano
3768 \end_layout
3769
3770 \end_inset
3771 </cell>
3772 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3773 \begin_inset Text
3774
3775 \begin_layout Plain Layout
3776 111
3777 \end_layout
3778
3779 \end_inset
3780 </cell>
3781 </row>
3782 <row>
3783 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3784 \begin_inset Text
3785
3786 \begin_layout Plain Layout
3787
3788 \series bold
3789 Malfatti
3790 \end_layout
3791
3792 \end_inset
3793 </cell>
3794 <cell alignment="center" valignment="top" usebox="none">
3795 \begin_inset Text
3796
3797 \begin_layout Plain Layout
3798 Valeriano
3799 \end_layout
3800
3801 \end_inset
3802 </cell>
3803 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3804 \begin_inset Text
3805
3806 \begin_layout Plain Layout
3807 111
3808 \end_layout
3809
3810 \end_inset
3811 </cell>
3812 </row>
3813 <row>
3814 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3815 \begin_inset Text
3816
3817 \begin_layout Plain Layout
3818
3819 \series bold
3820 Meneguzzo
3821 \end_layout
3822
3823 \end_inset
3824 </cell>
3825 <cell alignment="center" valignment="top" usebox="none">
3826 \begin_inset Text
3827
3828 \begin_layout Plain Layout
3829 Roberto
3830 \end_layout
3831
3832 \end_inset
3833 </cell>
3834 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3835 \begin_inset Text
3836
3837 \begin_layout Plain Layout
3838 111
3839 \end_layout
3840
3841 \end_inset
3842 </cell>
3843 </row>
3844 <row>
3845 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3846 \begin_inset Text
3847
3848 \begin_layout Plain Layout
3849
3850 \series bold
3851 Mezzadra
3852 \end_layout
3853
3854 \end_inset
3855 </cell>
3856 <cell alignment="center" valignment="top" usebox="none">
3857 \begin_inset Text
3858
3859 \begin_layout Plain Layout
3860 Roberto
3861 \end_layout
3862
3863 \end_inset
3864 </cell>
3865 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3866 \begin_inset Text
3867
3868 \begin_layout Plain Layout
3869 111
3870 \end_layout
3871
3872 \end_inset
3873 </cell>
3874 </row>
3875 <row>
3876 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3877 \begin_inset Text
3878
3879 \begin_layout Plain Layout
3880
3881 \series bold
3882 Pirpamer
3883 \end_layout
3884
3885 \end_inset
3886 </cell>
3887 <cell alignment="center" valignment="top" usebox="none">
3888 \begin_inset Text
3889
3890 \begin_layout Plain Layout
3891 Erich
3892 \end_layout
3893
3894 \end_inset
3895 </cell>
3896 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3897 \begin_inset Text
3898
3899 \begin_layout Plain Layout
3900 111
3901 \end_layout
3902
3903 \end_inset
3904 </cell>
3905 </row>
3906 <row>
3907 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3908 \begin_inset Text
3909
3910 \begin_layout Plain Layout
3911
3912 \series bold
3913 Pochiesa
3914 \end_layout
3915
3916 \end_inset
3917 </cell>
3918 <cell alignment="center" valignment="top" usebox="none">
3919 \begin_inset Text
3920
3921 \begin_layout Plain Layout
3922 Paolo
3923 \end_layout
3924
3925 \end_inset
3926 </cell>
3927 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3928 \begin_inset Text
3929
3930 \begin_layout Plain Layout
3931 111, 222
3932 \end_layout
3933
3934 \end_inset
3935 </cell>
3936 </row>
3937 <row>
3938 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3939 \begin_inset Text
3940
3941 \begin_layout Plain Layout
3942
3943 \series bold
3944 Radina
3945 \end_layout
3946
3947 \end_inset
3948 </cell>
3949 <cell alignment="center" valignment="top" usebox="none">
3950 \begin_inset Text
3951
3952 \begin_layout Plain Layout
3953 Claudio
3954 \end_layout
3955
3956 \end_inset
3957 </cell>
3958 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3959 \begin_inset Text
3960
3961 \begin_layout Plain Layout
3962 111
3963 \end_layout
3964
3965 \end_inset
3966 </cell>
3967 </row>
3968 <row>
3969 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3970 \begin_inset Text
3971
3972 \begin_layout Plain Layout
3973
3974 \series bold
3975 Stuffer
3976 \end_layout
3977
3978 \end_inset
3979 </cell>
3980 <cell alignment="center" valignment="top" usebox="none">
3981 \begin_inset Text
3982
3983 \begin_layout Plain Layout
3984 Oskar
3985 \end_layout
3986
3987 \end_inset
3988 </cell>
3989 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3990 \begin_inset Text
3991
3992 \begin_layout Plain Layout
3993 111
3994 \end_layout
3995
3996 \end_inset
3997 </cell>
3998 </row>
3999 <row>
4000 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4001 \begin_inset Text
4002
4003 \begin_layout Plain Layout
4004
4005 \series bold
4006 Tacchelli
4007 \end_layout
4008
4009 \end_inset
4010 </cell>
4011 <cell alignment="center" valignment="top" usebox="none">
4012 \begin_inset Text
4013
4014 \begin_layout Plain Layout
4015 Ugo
4016 \end_layout
4017
4018 \end_inset
4019 </cell>
4020 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4021 \begin_inset Text
4022
4023 \begin_layout Plain Layout
4024 111
4025 \end_layout
4026
4027 \end_inset
4028 </cell>
4029 </row>
4030 <row>
4031 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4032 \begin_inset Text
4033
4034 \begin_layout Plain Layout
4035
4036 \series bold
4037 Tezzele
4038 \end_layout
4039
4040 \end_inset
4041 </cell>
4042 <cell alignment="center" valignment="top" usebox="none">
4043 \begin_inset Text
4044
4045 \begin_layout Plain Layout
4046 Margit
4047 \end_layout
4048
4049 \end_inset
4050 </cell>
4051 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4052 \begin_inset Text
4053
4054 \begin_layout Plain Layout
4055 111
4056 \end_layout
4057
4058 \end_inset
4059 </cell>
4060 </row>
4061 <row>
4062 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4063 \begin_inset Text
4064
4065 \begin_layout Plain Layout
4066
4067 \series bold
4068 Unterkalmsteiner
4069 \end_layout
4070
4071 \end_inset
4072 </cell>
4073 <cell alignment="center" valignment="top" usebox="none">
4074 \begin_inset Text
4075
4076 \begin_layout Plain Layout
4077 Frieda
4078 \end_layout
4079
4080 \end_inset
4081 </cell>
4082 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4083 \begin_inset Text
4084
4085 \begin_layout Plain Layout
4086 111
4087 \end_layout
4088
4089 \end_inset
4090 </cell>
4091 </row>
4092 <row>
4093 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4094 \begin_inset Text
4095
4096 \begin_layout Plain Layout
4097
4098 \series bold
4099 Vieider
4100 \end_layout
4101
4102 \end_inset
4103 </cell>
4104 <cell alignment="center" valignment="top" usebox="none">
4105 \begin_inset Text
4106
4107 \begin_layout Plain Layout
4108 Hilde
4109 \end_layout
4110
4111 \end_inset
4112 </cell>
4113 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4114 \begin_inset Text
4115
4116 \begin_layout Plain Layout
4117 111
4118 \end_layout
4119
4120 \end_inset
4121 </cell>
4122 </row>
4123 <row>
4124 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4125 \begin_inset Text
4126
4127 \begin_layout Plain Layout
4128
4129 \series bold
4130 Vigna
4131 \end_layout
4132
4133 \end_inset
4134 </cell>
4135 <cell alignment="center" valignment="top" usebox="none">
4136 \begin_inset Text
4137
4138 \begin_layout Plain Layout
4139 Jürgen
4140 \end_layout
4141
4142 \end_inset
4143 </cell>
4144 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4145 \begin_inset Text
4146
4147 \begin_layout Plain Layout
4148 111
4149 \end_layout
4150
4151 \end_inset
4152 </cell>
4153 </row>
4154 <row>
4155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4156 \begin_inset Text
4157
4158 \begin_layout Plain Layout
4159
4160 \series bold
4161 Weber
4162 \end_layout
4163
4164 \end_inset
4165 </cell>
4166 <cell alignment="center" valignment="top" usebox="none">
4167 \begin_inset Text
4168
4169 \begin_layout Plain Layout
4170 Maurizio
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4176 \begin_inset Text
4177
4178 \begin_layout Plain Layout
4179 111
4180 \end_layout
4181
4182 \end_inset
4183 </cell>
4184 </row>
4185 <row>
4186 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4187 \begin_inset Text
4188
4189 \begin_layout Plain Layout
4190
4191 \series bold
4192 Winkler
4193 \end_layout
4194
4195 \end_inset
4196 </cell>
4197 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4198 \begin_inset Text
4199
4200 \begin_layout Plain Layout
4201 Franz
4202 \end_layout
4203
4204 \end_inset
4205 </cell>
4206 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4207 \begin_inset Text
4208
4209 \begin_layout Plain Layout
4210 111
4211 \end_layout
4212
4213 \end_inset
4214 </cell>
4215 </row>
4216 <row>
4217 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4218 \begin_inset Text
4219
4220 \begin_layout Plain Layout
4221  
4222 \end_layout
4223
4224 \end_inset
4225 </cell>
4226 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4227 \begin_inset Text
4228
4229 \begin_layout Plain Layout
4230
4231 \end_layout
4232
4233 \end_inset
4234 </cell>
4235 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4236 \begin_inset Text
4237
4238 \begin_layout Plain Layout
4239
4240 \end_layout
4241
4242 \end_inset
4243 </cell>
4244 </row>
4245 <row>
4246 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4247 \begin_inset Text
4248
4249 \begin_layout Plain Layout
4250
4251 \series bold
4252 Annovi
4253 \end_layout
4254
4255 \end_inset
4256 </cell>
4257 <cell alignment="center" valignment="top" usebox="none">
4258 \begin_inset Text
4259
4260 \begin_layout Plain Layout
4261 Silvia
4262 \end_layout
4263
4264 \end_inset
4265 </cell>
4266 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4267 \begin_inset Text
4268
4269 \begin_layout Plain Layout
4270 555
4271 \end_layout
4272
4273 \end_inset
4274 </cell>
4275 </row>
4276 <row>
4277 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4278 \begin_inset Text
4279
4280 \begin_layout Plain Layout
4281
4282 \series bold
4283 Bertoli
4284 \end_layout
4285
4286 \end_inset
4287 </cell>
4288 <cell alignment="center" valignment="top" usebox="none">
4289 \begin_inset Text
4290
4291 \begin_layout Plain Layout
4292 Stefano
4293 \end_layout
4294
4295 \end_inset
4296 </cell>
4297 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4298 \begin_inset Text
4299
4300 \begin_layout Plain Layout
4301 555
4302 \end_layout
4303
4304 \end_inset
4305 </cell>
4306 </row>
4307 <row>
4308 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4309 \begin_inset Text
4310
4311 \begin_layout Plain Layout
4312
4313 \series bold
4314 Bozzi
4315 \end_layout
4316
4317 \end_inset
4318 </cell>
4319 <cell alignment="center" valignment="top" usebox="none">
4320 \begin_inset Text
4321
4322 \begin_layout Plain Layout
4323 Walter
4324 \end_layout
4325
4326 \end_inset
4327 </cell>
4328 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4329 \begin_inset Text
4330
4331 \begin_layout Plain Layout
4332 555
4333 \end_layout
4334
4335 \end_inset
4336 </cell>
4337 </row>
4338 <row>
4339 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4340 \begin_inset Text
4341
4342 \begin_layout Plain Layout
4343
4344 \series bold
4345 Cachia
4346 \end_layout
4347
4348 \end_inset
4349 </cell>
4350 <cell alignment="center" valignment="top" usebox="none">
4351 \begin_inset Text
4352
4353 \begin_layout Plain Layout
4354 Maria
4355 \end_layout
4356
4357 \end_inset
4358 </cell>
4359 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4360 \begin_inset Text
4361
4362 \begin_layout Plain Layout
4363 555
4364 \end_layout
4365
4366 \end_inset
4367 </cell>
4368 </row>
4369 <row>
4370 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4371 \begin_inset Text
4372
4373 \begin_layout Plain Layout
4374
4375 \series bold
4376 Cachia
4377 \end_layout
4378
4379 \end_inset
4380 </cell>
4381 <cell alignment="center" valignment="top" usebox="none">
4382 \begin_inset Text
4383
4384 \begin_layout Plain Layout
4385 Maurizio
4386 \end_layout
4387
4388 \end_inset
4389 </cell>
4390 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4391 \begin_inset Text
4392
4393 \begin_layout Plain Layout
4394 555
4395 \end_layout
4396
4397 \end_inset
4398 </cell>
4399 </row>
4400 <row>
4401 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4402 \begin_inset Text
4403
4404 \begin_layout Plain Layout
4405
4406 \series bold
4407 Cinquemani
4408 \end_layout
4409
4410 \end_inset
4411 </cell>
4412 <cell alignment="center" valignment="top" usebox="none">
4413 \begin_inset Text
4414
4415 \begin_layout Plain Layout
4416 Giusi
4417 \end_layout
4418
4419 \end_inset
4420 </cell>
4421 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4422 \begin_inset Text
4423
4424 \begin_layout Plain Layout
4425 555
4426 \end_layout
4427
4428 \end_inset
4429 </cell>
4430 </row>
4431 <row>
4432 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4433 \begin_inset Text
4434
4435 \begin_layout Plain Layout
4436
4437 \series bold
4438 Colin
4439 \end_layout
4440
4441 \end_inset
4442 </cell>
4443 <cell alignment="center" valignment="top" usebox="none">
4444 \begin_inset Text
4445
4446 \begin_layout Plain Layout
4447 Bernard
4448 \end_layout
4449
4450 \end_inset
4451 </cell>
4452 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4453 \begin_inset Text
4454
4455 \begin_layout Plain Layout
4456 555
4457 \end_layout
4458
4459 \end_inset
4460 </cell>
4461 </row>
4462 <row>
4463 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4464 \begin_inset Text
4465
4466 \begin_layout Plain Layout
4467
4468 \series bold
4469 Concli
4470 \end_layout
4471
4472 \end_inset
4473 </cell>
4474 <cell alignment="center" valignment="top" usebox="none">
4475 \begin_inset Text
4476
4477 \begin_layout Plain Layout
4478 Gianfranco
4479 \end_layout
4480
4481 \end_inset
4482 </cell>
4483 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4484 \begin_inset Text
4485
4486 \begin_layout Plain Layout
4487 555
4488 \end_layout
4489
4490 \end_inset
4491 </cell>
4492 </row>
4493 <row>
4494 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4495 \begin_inset Text
4496
4497 \begin_layout Plain Layout
4498
4499 \series bold
4500 Dal Bosco
4501 \end_layout
4502
4503 \end_inset
4504 </cell>
4505 <cell alignment="center" valignment="top" usebox="none">
4506 \begin_inset Text
4507
4508 \begin_layout Plain Layout
4509 Carolina
4510 \end_layout
4511
4512 \end_inset
4513 </cell>
4514 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4515 \begin_inset Text
4516
4517 \begin_layout Plain Layout
4518 555
4519 \end_layout
4520
4521 \end_inset
4522 </cell>
4523 </row>
4524 <row>
4525 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4526 \begin_inset Text
4527
4528 \begin_layout Plain Layout
4529
4530 \series bold
4531 Dalpiaz
4532 \end_layout
4533
4534 \end_inset
4535 </cell>
4536 <cell alignment="center" valignment="top" usebox="none">
4537 \begin_inset Text
4538
4539 \begin_layout Plain Layout
4540 Annamaria
4541 \end_layout
4542
4543 \end_inset
4544 </cell>
4545 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4546 \begin_inset Text
4547
4548 \begin_layout Plain Layout
4549 555
4550 \end_layout
4551
4552 \end_inset
4553 </cell>
4554 </row>
4555 <row>
4556 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4557 \begin_inset Text
4558
4559 \begin_layout Plain Layout
4560
4561 \series bold
4562 Feliciello
4563 \end_layout
4564
4565 \end_inset
4566 </cell>
4567 <cell alignment="center" valignment="top" usebox="none">
4568 \begin_inset Text
4569
4570 \begin_layout Plain Layout
4571 Domenico
4572 \end_layout
4573
4574 \end_inset
4575 </cell>
4576 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4577 \begin_inset Text
4578
4579 \begin_layout Plain Layout
4580 555
4581 \end_layout
4582
4583 \end_inset
4584 </cell>
4585 </row>
4586 <row>
4587 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4588 \begin_inset Text
4589
4590 \begin_layout Plain Layout
4591
4592 \series bold
4593 Focarelli
4594 \end_layout
4595
4596 \end_inset
4597 </cell>
4598 <cell alignment="center" valignment="top" usebox="none">
4599 \begin_inset Text
4600
4601 \begin_layout Plain Layout
4602 Paola
4603 \end_layout
4604
4605 \end_inset
4606 </cell>
4607 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4608 \begin_inset Text
4609
4610 \begin_layout Plain Layout
4611 555
4612 \end_layout
4613
4614 \end_inset
4615 </cell>
4616 </row>
4617 <row>
4618 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4619 \begin_inset Text
4620
4621 \begin_layout Plain Layout
4622
4623 \series bold
4624 Galletti
4625 \end_layout
4626
4627 \end_inset
4628 </cell>
4629 <cell alignment="center" valignment="top" usebox="none">
4630 \begin_inset Text
4631
4632 \begin_layout Plain Layout
4633 Oreste
4634 \end_layout
4635
4636 \end_inset
4637 </cell>
4638 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4639 \begin_inset Text
4640
4641 \begin_layout Plain Layout
4642 555
4643 \end_layout
4644
4645 \end_inset
4646 </cell>
4647 </row>
4648 <row>
4649 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4650 \begin_inset Text
4651
4652 \begin_layout Plain Layout
4653
4654 \series bold
4655 Gasparini
4656 \end_layout
4657
4658 \end_inset
4659 </cell>
4660 <cell alignment="center" valignment="top" usebox="none">
4661 \begin_inset Text
4662
4663 \begin_layout Plain Layout
4664 Franca
4665 \end_layout
4666
4667 \end_inset
4668 </cell>
4669 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4670 \begin_inset Text
4671
4672 \begin_layout Plain Layout
4673 555
4674 \end_layout
4675
4676 \end_inset
4677 </cell>
4678 </row>
4679 <row>
4680 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4681 \begin_inset Text
4682
4683 \begin_layout Plain Layout
4684
4685 \series bold
4686 Rizzardi
4687 \end_layout
4688
4689 \end_inset
4690 </cell>
4691 <cell alignment="center" valignment="top" usebox="none">
4692 \begin_inset Text
4693
4694 \begin_layout Plain Layout
4695 Paola
4696 \end_layout
4697
4698 \end_inset
4699 </cell>
4700 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4701 \begin_inset Text
4702
4703 \begin_layout Plain Layout
4704 555
4705 \end_layout
4706
4707 \end_inset
4708 </cell>
4709 </row>
4710 <row>
4711 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4712 \begin_inset Text
4713
4714 \begin_layout Plain Layout
4715
4716 \series bold
4717 Lassini
4718 \end_layout
4719
4720 \end_inset
4721 </cell>
4722 <cell alignment="center" valignment="top" usebox="none">
4723 \begin_inset Text
4724
4725 \begin_layout Plain Layout
4726 Giancarlo
4727 \end_layout
4728
4729 \end_inset
4730 </cell>
4731 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4732 \begin_inset Text
4733
4734 \begin_layout Plain Layout
4735 555
4736 \end_layout
4737
4738 \end_inset
4739 </cell>
4740 </row>
4741 <row>
4742 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4743 \begin_inset Text
4744
4745 \begin_layout Plain Layout
4746
4747 \series bold
4748 Malfatti
4749 \end_layout
4750
4751 \end_inset
4752 </cell>
4753 <cell alignment="center" valignment="top" usebox="none">
4754 \begin_inset Text
4755
4756 \begin_layout Plain Layout
4757 Luciano
4758 \end_layout
4759
4760 \end_inset
4761 </cell>
4762 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4763 \begin_inset Text
4764
4765 \begin_layout Plain Layout
4766 555
4767 \end_layout
4768
4769 \end_inset
4770 </cell>
4771 </row>
4772 <row>
4773 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4774 \begin_inset Text
4775
4776 \begin_layout Plain Layout
4777
4778 \series bold
4779 Malfatti
4780 \end_layout
4781
4782 \end_inset
4783 </cell>
4784 <cell alignment="center" valignment="top" usebox="none">
4785 \begin_inset Text
4786
4787 \begin_layout Plain Layout
4788 Valeriano
4789 \end_layout
4790
4791 \end_inset
4792 </cell>
4793 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4794 \begin_inset Text
4795
4796 \begin_layout Plain Layout
4797 555
4798 \end_layout
4799
4800 \end_inset
4801 </cell>
4802 </row>
4803 <row>
4804 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4805 \begin_inset Text
4806
4807 \begin_layout Plain Layout
4808
4809 \series bold
4810 Meneguzzo
4811 \end_layout
4812
4813 \end_inset
4814 </cell>
4815 <cell alignment="center" valignment="top" usebox="none">
4816 \begin_inset Text
4817
4818 \begin_layout Plain Layout
4819 Roberto
4820 \end_layout
4821
4822 \end_inset
4823 </cell>
4824 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4825 \begin_inset Text
4826
4827 \begin_layout Plain Layout
4828 555
4829 \end_layout
4830
4831 \end_inset
4832 </cell>
4833 </row>
4834 <row>
4835 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4836 \begin_inset Text
4837
4838 \begin_layout Plain Layout
4839
4840 \series bold
4841 Mezzadra
4842 \end_layout
4843
4844 \end_inset
4845 </cell>
4846 <cell alignment="center" valignment="top" usebox="none">
4847 \begin_inset Text
4848
4849 \begin_layout Plain Layout
4850 Roberto
4851 \end_layout
4852
4853 \end_inset
4854 </cell>
4855 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4856 \begin_inset Text
4857
4858 \begin_layout Plain Layout
4859 555
4860 \end_layout
4861
4862 \end_inset
4863 </cell>
4864 </row>
4865 <row>
4866 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4867 \begin_inset Text
4868
4869 \begin_layout Plain Layout
4870
4871 \series bold
4872 Pirpamer
4873 \end_layout
4874
4875 \end_inset
4876 </cell>
4877 <cell alignment="center" valignment="top" usebox="none">
4878 \begin_inset Text
4879
4880 \begin_layout Plain Layout
4881 Erich
4882 \end_layout
4883
4884 \end_inset
4885 </cell>
4886 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4887 \begin_inset Text
4888
4889 \begin_layout Plain Layout
4890 555
4891 \end_layout
4892
4893 \end_inset
4894 </cell>
4895 </row>
4896 <row>
4897 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4898 \begin_inset Text
4899
4900 \begin_layout Plain Layout
4901
4902 \series bold
4903 Pochiesa
4904 \end_layout
4905
4906 \end_inset
4907 </cell>
4908 <cell alignment="center" valignment="top" usebox="none">
4909 \begin_inset Text
4910
4911 \begin_layout Plain Layout
4912 Paolo
4913 \end_layout
4914
4915 \end_inset
4916 </cell>
4917 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4918 \begin_inset Text
4919
4920 \begin_layout Plain Layout
4921 555, 222
4922 \end_layout
4923
4924 \end_inset
4925 </cell>
4926 </row>
4927 <row>
4928 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4929 \begin_inset Text
4930
4931 \begin_layout Plain Layout
4932
4933 \series bold
4934 Radina
4935 \end_layout
4936
4937 \end_inset
4938 </cell>
4939 <cell alignment="center" valignment="top" usebox="none">
4940 \begin_inset Text
4941
4942 \begin_layout Plain Layout
4943 Claudio
4944 \end_layout
4945
4946 \end_inset
4947 </cell>
4948 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4949 \begin_inset Text
4950
4951 \begin_layout Plain Layout
4952 555
4953 \end_layout
4954
4955 \end_inset
4956 </cell>
4957 </row>
4958 <row>
4959 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4960 \begin_inset Text
4961
4962 \begin_layout Plain Layout
4963
4964 \series bold
4965 Stuffer
4966 \end_layout
4967
4968 \end_inset
4969 </cell>
4970 <cell alignment="center" valignment="top" usebox="none">
4971 \begin_inset Text
4972
4973 \begin_layout Plain Layout
4974 Oskar
4975 \end_layout
4976
4977 \end_inset
4978 </cell>
4979 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4980 \begin_inset Text
4981
4982 \begin_layout Plain Layout
4983 555
4984 \end_layout
4985
4986 \end_inset
4987 </cell>
4988 </row>
4989 <row>
4990 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4991 \begin_inset Text
4992
4993 \begin_layout Plain Layout
4994
4995 \series bold
4996 Tacchelli
4997 \end_layout
4998
4999 \end_inset
5000 </cell>
5001 <cell alignment="center" valignment="top" usebox="none">
5002 \begin_inset Text
5003
5004 \begin_layout Plain Layout
5005 Ugo
5006 \end_layout
5007
5008 \end_inset
5009 </cell>
5010 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5011 \begin_inset Text
5012
5013 \begin_layout Plain Layout
5014 555
5015 \end_layout
5016
5017 \end_inset
5018 </cell>
5019 </row>
5020 <row>
5021 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5022 \begin_inset Text
5023
5024 \begin_layout Plain Layout
5025
5026 \series bold
5027 Tezzele
5028 \end_layout
5029
5030 \end_inset
5031 </cell>
5032 <cell alignment="center" valignment="top" usebox="none">
5033 \begin_inset Text
5034
5035 \begin_layout Plain Layout
5036 Margit
5037 \end_layout
5038
5039 \end_inset
5040 </cell>
5041 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5042 \begin_inset Text
5043
5044 \begin_layout Plain Layout
5045 555
5046 \end_layout
5047
5048 \end_inset
5049 </cell>
5050 </row>
5051 <row>
5052 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5053 \begin_inset Text
5054
5055 \begin_layout Plain Layout
5056
5057 \series bold
5058 Unterkalmsteiner
5059 \end_layout
5060
5061 \end_inset
5062 </cell>
5063 <cell alignment="center" valignment="top" usebox="none">
5064 \begin_inset Text
5065
5066 \begin_layout Plain Layout
5067 Frieda
5068 \end_layout
5069
5070 \end_inset
5071 </cell>
5072 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5073 \begin_inset Text
5074
5075 \begin_layout Plain Layout
5076 555
5077 \end_layout
5078
5079 \end_inset
5080 </cell>
5081 </row>
5082 <row>
5083 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5084 \begin_inset Text
5085
5086 \begin_layout Plain Layout
5087
5088 \series bold
5089 Vieider
5090 \end_layout
5091
5092 \end_inset
5093 </cell>
5094 <cell alignment="center" valignment="top" usebox="none">
5095 \begin_inset Text
5096
5097 \begin_layout Plain Layout
5098 Hilde
5099 \end_layout
5100
5101 \end_inset
5102 </cell>
5103 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5104 \begin_inset Text
5105
5106 \begin_layout Plain Layout
5107 555
5108 \end_layout
5109
5110 \end_inset
5111 </cell>
5112 </row>
5113 <row>
5114 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5115 \begin_inset Text
5116
5117 \begin_layout Plain Layout
5118
5119 \series bold
5120 Vigna
5121 \end_layout
5122
5123 \end_inset
5124 </cell>
5125 <cell alignment="center" valignment="top" usebox="none">
5126 \begin_inset Text
5127
5128 \begin_layout Plain Layout
5129 Jürgen
5130 \end_layout
5131
5132 \end_inset
5133 </cell>
5134 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5135 \begin_inset Text
5136
5137 \begin_layout Plain Layout
5138 999
5139 \end_layout
5140
5141 \end_inset
5142 </cell>
5143 </row>
5144 <row>
5145 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5146 \begin_inset Text
5147
5148 \begin_layout Plain Layout
5149
5150 \series bold
5151 Weber
5152 \end_layout
5153
5154 \end_inset
5155 </cell>
5156 <cell alignment="center" valignment="top" usebox="none">
5157 \begin_inset Text
5158
5159 \begin_layout Plain Layout
5160 Maurizio
5161 \end_layout
5162
5163 \end_inset
5164 </cell>
5165 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5166 \begin_inset Text
5167
5168 \begin_layout Plain Layout
5169 555
5170 \end_layout
5171
5172 \end_inset
5173 </cell>
5174 </row>
5175 <row>
5176 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5177 \begin_inset Text
5178
5179 \begin_layout Plain Layout
5180
5181 \series bold
5182 Winkler
5183 \end_layout
5184
5185 \end_inset
5186 </cell>
5187 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5188 \begin_inset Text
5189
5190 \begin_layout Plain Layout
5191 Franz
5192 \end_layout
5193
5194 \end_inset
5195 </cell>
5196 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5197 \begin_inset Text
5198
5199 \begin_layout Plain Layout
5200 555
5201 \end_layout
5202
5203 \end_inset
5204 </cell>
5205 </row>
5206 <row endlastfoot="true">
5207 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5208 \begin_inset Text
5209
5210 \begin_layout Plain Layout
5211 end
5212 \end_layout
5213
5214 \end_inset
5215 </cell>
5216 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5217 \begin_inset Text
5218
5219 \begin_layout Plain Layout
5220
5221 \end_layout
5222
5223 \end_inset
5224 </cell>
5225 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5226 \begin_inset Text
5227
5228 \begin_layout Plain Layout
5229
5230 \end_layout
5231
5232 \end_inset
5233 </cell>
5234 </row>
5235 </lyxtabular>
5236
5237 \end_inset
5238
5239
5240 \begin_inset ERT
5241 status collapsed
5242
5243 \begin_layout Plain Layout
5244
5245
5246 \backslash
5247 addtocounter{table}{-1}
5248 \end_layout
5249
5250 \end_inset
5251
5252
5253 \begin_inset Note Note
5254 status collapsed
5255
5256 \begin_layout Plain Layout
5257 See greyed-out note in section
5258 \begin_inset space ~
5259 \end_inset
5260
5261
5262 \begin_inset CommandInset ref
5263 LatexCommand ref
5264 reference "sub:Longtable-Captions"
5265
5266 \end_inset
5267
5268  for an explanation of this command.
5269 \end_layout
5270
5271 \end_inset
5272
5273
5274 \end_layout
5275
5276 \begin_layout Subsection
5277 Footnotes in Longtables
5278 \begin_inset CommandInset label
5279 LatexCommand label
5280 name "sub:Footnotes-in-Longtables"
5281
5282 \end_inset
5283
5284
5285 \begin_inset Index
5286 status collapsed
5287
5288 \begin_layout Plain Layout
5289 Longtables ! Footnotes
5290 \end_layout
5291
5292 \end_inset
5293
5294
5295 \end_layout
5296
5297 \begin_layout Standard
5298 Footnotes can be inserted to every longtable cell.
5299  They appear at the bottom of the page where the table cell with the footnote
5300  appears.
5301  Table
5302 \begin_inset space ~
5303 \end_inset
5304
5305
5306 \begin_inset CommandInset ref
5307 LatexCommand ref
5308 reference "tab:DiffCaptions"
5309
5310 \end_inset
5311
5312  has for example a footnote.
5313 \end_layout
5314
5315 \begin_layout Subsection
5316 Longtable Alignment
5317 \begin_inset Index
5318 status collapsed
5319
5320 \begin_layout Plain Layout
5321 Longtables ! Alignment
5322 \end_layout
5323
5324 \end_inset
5325
5326
5327 \end_layout
5328
5329 \begin_layout Standard
5330 Longtables are by default centered.
5331  In contrary to the alignment of the table columns and row, the table alignment
5332  can currently not be changed in the table dialog.
5333  To change the alignment of longtables you have to change the value of the
5334  lengths 
5335 \series bold
5336
5337 \backslash
5338 LTleft 
5339 \series default
5340 and 
5341 \series bold
5342
5343 \backslash
5344 LTright
5345 \series default
5346  by inserting this line as TeX-Code before the corresponding longtable:
5347 \end_layout
5348
5349 \begin_layout Standard
5350
5351 \series bold
5352
5353 \backslash
5354 setlength{
5355 \backslash
5356 LTleft}{value}
5357 \end_layout
5358
5359 \begin_layout Standard
5360 Where the value can have any of the units listed in Table
5361 \begin_inset space ~
5362 \end_inset
5363
5364
5365 \begin_inset CommandInset ref
5366 LatexCommand ref
5367 reference "tab:Units"
5368
5369 \end_inset
5370
5371 .
5372  
5373 \series bold
5374
5375 \backslash
5376 LTleft
5377 \series default
5378  controls the horizontal distance from the left page border to the longtable,
5379  
5380 \series bold
5381
5382 \backslash
5383 LTright
5384 \series default
5385  the distance from the right side.
5386  The default value for both lengths is 
5387 \series bold
5388
5389 \backslash
5390 fill
5391 \series default
5392 , which is in this case the same as an horizontal fill in LyX.
5393 \end_layout
5394
5395 \begin_layout Standard
5396 The following longtable was left-aligned by setting 
5397 \series bold
5398
5399 \backslash
5400 LTleft
5401 \series default
5402  to 0
5403 \begin_inset space \thinspace{}
5404 \end_inset
5405
5406 pt.
5407 \begin_inset ERT
5408 status collapsed
5409
5410 \begin_layout Plain Layout
5411
5412
5413 \backslash
5414 setlength{
5415 \backslash
5416 LTleft}{0pt}
5417 \end_layout
5418
5419 \end_inset
5420
5421
5422 \end_layout
5423
5424 \begin_layout Standard
5425 \begin_inset Tabular
5426 <lyxtabular version="3" rows="5" columns="5">
5427 <features islongtable="true">
5428 <column alignment="center" valignment="top" width="0">
5429 <column alignment="center" valignment="top" width="0">
5430 <column alignment="center" valignment="top" width="0">
5431 <column alignment="center" valignment="top" width="0">
5432 <column alignment="center" valignment="top" width="0">
5433 <row>
5434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5435 \begin_inset Text
5436
5437 \begin_layout Plain Layout
5438 1
5439 \end_layout
5440
5441 \end_inset
5442 </cell>
5443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5444 \begin_inset Text
5445
5446 \begin_layout Plain Layout
5447 2
5448 \end_layout
5449
5450 \end_inset
5451 </cell>
5452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5453 \begin_inset Text
5454
5455 \begin_layout Plain Layout
5456 3
5457 \end_layout
5458
5459 \end_inset
5460 </cell>
5461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5462 \begin_inset Text
5463
5464 \begin_layout Plain Layout
5465 4
5466 \end_layout
5467
5468 \end_inset
5469 </cell>
5470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5471 \begin_inset Text
5472
5473 \begin_layout Plain Layout
5474 5
5475 \end_layout
5476
5477 \end_inset
5478 </cell>
5479 </row>
5480 <row>
5481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5482 \begin_inset Text
5483
5484 \begin_layout Plain Layout
5485 asd
5486 \end_layout
5487
5488 \end_inset
5489 </cell>
5490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5491 \begin_inset Text
5492
5493 \begin_layout Plain Layout
5494 s
5495 \end_layout
5496
5497 \end_inset
5498 </cell>
5499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5500 \begin_inset Text
5501
5502 \begin_layout Plain Layout
5503 s
5504 \end_layout
5505
5506 \end_inset
5507 </cell>
5508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5509 \begin_inset Text
5510
5511 \begin_layout Plain Layout
5512 s
5513 \end_layout
5514
5515 \end_inset
5516 </cell>
5517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5518 \begin_inset Text
5519
5520 \begin_layout Plain Layout
5521 asd
5522 \end_layout
5523
5524 \end_inset
5525 </cell>
5526 </row>
5527 <row>
5528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5529 \begin_inset Text
5530
5531 \begin_layout Plain Layout
5532 asd
5533 \end_layout
5534
5535 \end_inset
5536 </cell>
5537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5538 \begin_inset Text
5539
5540 \begin_layout Plain Layout
5541 s
5542 \end_layout
5543
5544 \end_inset
5545 </cell>
5546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5547 \begin_inset Text
5548
5549 \begin_layout Plain Layout
5550 s
5551 \end_layout
5552
5553 \end_inset
5554 </cell>
5555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5556 \begin_inset Text
5557
5558 \begin_layout Plain Layout
5559 s
5560 \end_layout
5561
5562 \end_inset
5563 </cell>
5564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5565 \begin_inset Text
5566
5567 \begin_layout Plain Layout
5568 asd
5569 \end_layout
5570
5571 \end_inset
5572 </cell>
5573 </row>
5574 <row>
5575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5576 \begin_inset Text
5577
5578 \begin_layout Plain Layout
5579 asd
5580 \end_layout
5581
5582 \end_inset
5583 </cell>
5584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5585 \begin_inset Text
5586
5587 \begin_layout Plain Layout
5588 s
5589 \end_layout
5590
5591 \end_inset
5592 </cell>
5593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5594 \begin_inset Text
5595
5596 \begin_layout Plain Layout
5597 s
5598 \end_layout
5599
5600 \end_inset
5601 </cell>
5602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5603 \begin_inset Text
5604
5605 \begin_layout Plain Layout
5606 s
5607 \end_layout
5608
5609 \end_inset
5610 </cell>
5611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5612 \begin_inset Text
5613
5614 \begin_layout Plain Layout
5615 asd
5616 \end_layout
5617
5618 \end_inset
5619 </cell>
5620 </row>
5621 <row>
5622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5623 \begin_inset Text
5624
5625 \begin_layout Plain Layout
5626 asd
5627 \end_layout
5628
5629 \end_inset
5630 </cell>
5631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5632 \begin_inset Text
5633
5634 \begin_layout Plain Layout
5635 asd
5636 \end_layout
5637
5638 \end_inset
5639 </cell>
5640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5641 \begin_inset Text
5642
5643 \begin_layout Plain Layout
5644 asd
5645 \end_layout
5646
5647 \end_inset
5648 </cell>
5649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5650 \begin_inset Text
5651
5652 \begin_layout Plain Layout
5653 asd
5654 \end_layout
5655
5656 \end_inset
5657 </cell>
5658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5659 \begin_inset Text
5660
5661 \begin_layout Plain Layout
5662 asd
5663 \end_layout
5664
5665 \end_inset
5666 </cell>
5667 </row>
5668 </lyxtabular>
5669
5670 \end_inset
5671
5672
5673 \begin_inset ERT
5674 status collapsed
5675
5676 \begin_layout Plain Layout
5677
5678
5679 \backslash
5680 setlength{
5681 \backslash
5682 LTleft}{
5683 \backslash
5684 fill}
5685 \end_layout
5686
5687 \end_inset
5688
5689
5690 \end_layout
5691
5692 \begin_layout Subsection
5693 Longtable Captions
5694 \begin_inset Index
5695 status collapsed
5696
5697 \begin_layout Plain Layout
5698 Longtables ! Captions
5699 \end_layout
5700
5701 \end_inset
5702
5703
5704 \begin_inset CommandInset label
5705 LatexCommand label
5706 name "sub:Longtable-Captions"
5707
5708 \end_inset
5709
5710
5711 \end_layout
5712
5713 \begin_layout Standard
5714 A longtable cannot be put into a table float because floats can only be
5715  on one page but the caption environment of floats can also be used for
5716  longtables.
5717  Therefore the caption is inserted as first row of the table, as explained
5718  in sec.
5719 \begin_inset space \thinspace{}
5720 \end_inset
5721
5722
5723 \begin_inset CommandInset ref
5724 LatexCommand ref
5725 reference "sec:Longtables"
5726
5727 \end_inset
5728
5729 .
5730  The first table row is then only a dummy row for the caption, the actual
5731  table starts with the second row.
5732 \end_layout
5733
5734 \begin_layout Standard
5735 Here is a short longtable to see how it works:
5736 \end_layout
5737
5738 \begin_layout Standard
5739 \begin_inset Tabular
5740 <lyxtabular version="3" rows="6" columns="5">
5741 <features islongtable="true">
5742 <column alignment="center" valignment="top" width="0">
5743 <column alignment="center" valignment="top" width="0">
5744 <column alignment="center" valignment="top" width="0">
5745 <column alignment="center" valignment="top" width="0">
5746 <column alignment="center" valignment="top" width="0">
5747 <row caption="true">
5748 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5749 \begin_inset Text
5750
5751 \begin_layout Plain Layout
5752 \begin_inset Caption
5753
5754 \begin_layout Plain Layout
5755 Longtable with caption
5756 \begin_inset OptArg
5757 status open
5758
5759 \begin_layout Plain Layout
5760 Longtable
5761 \end_layout
5762
5763 \end_inset
5764
5765
5766 \end_layout
5767
5768 \end_inset
5769
5770
5771 \end_layout
5772
5773 \end_inset
5774 </cell>
5775 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5776 \begin_inset Text
5777
5778 \begin_layout Plain Layout
5779
5780 \end_layout
5781
5782 \end_inset
5783 </cell>
5784 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5785 \begin_inset Text
5786
5787 \begin_layout Plain Layout
5788
5789 \end_layout
5790
5791 \end_inset
5792 </cell>
5793 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5794 \begin_inset Text
5795
5796 \begin_layout Plain Layout
5797
5798 \end_layout
5799
5800 \end_inset
5801 </cell>
5802 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5803 \begin_inset Text
5804
5805 \begin_layout Plain Layout
5806
5807 \end_layout
5808
5809 \end_inset
5810 </cell>
5811 </row>
5812 <row>
5813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5814 \begin_inset Text
5815
5816 \begin_layout Plain Layout
5817 1
5818 \end_layout
5819
5820 \end_inset
5821 </cell>
5822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5823 \begin_inset Text
5824
5825 \begin_layout Plain Layout
5826 2
5827 \end_layout
5828
5829 \end_inset
5830 </cell>
5831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5832 \begin_inset Text
5833
5834 \begin_layout Plain Layout
5835 3
5836 \end_layout
5837
5838 \end_inset
5839 </cell>
5840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5841 \begin_inset Text
5842
5843 \begin_layout Plain Layout
5844 4
5845 \end_layout
5846
5847 \end_inset
5848 </cell>
5849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5850 \begin_inset Text
5851
5852 \begin_layout Plain Layout
5853 5
5854 \end_layout
5855
5856 \end_inset
5857 </cell>
5858 </row>
5859 <row>
5860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5861 \begin_inset Text
5862
5863 \begin_layout Plain Layout
5864 asd
5865 \end_layout
5866
5867 \end_inset
5868 </cell>
5869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5870 \begin_inset Text
5871
5872 \begin_layout Plain Layout
5873 s
5874 \end_layout
5875
5876 \end_inset
5877 </cell>
5878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5879 \begin_inset Text
5880
5881 \begin_layout Plain Layout
5882 s
5883 \end_layout
5884
5885 \end_inset
5886 </cell>
5887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5888 \begin_inset Text
5889
5890 \begin_layout Plain Layout
5891 s
5892 \end_layout
5893
5894 \end_inset
5895 </cell>
5896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5897 \begin_inset Text
5898
5899 \begin_layout Plain Layout
5900 asd
5901 \end_layout
5902
5903 \end_inset
5904 </cell>
5905 </row>
5906 <row>
5907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5908 \begin_inset Text
5909
5910 \begin_layout Plain Layout
5911 asd
5912 \end_layout
5913
5914 \end_inset
5915 </cell>
5916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5917 \begin_inset Text
5918
5919 \begin_layout Plain Layout
5920 s
5921 \end_layout
5922
5923 \end_inset
5924 </cell>
5925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5926 \begin_inset Text
5927
5928 \begin_layout Plain Layout
5929 s
5930 \end_layout
5931
5932 \end_inset
5933 </cell>
5934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5935 \begin_inset Text
5936
5937 \begin_layout Plain Layout
5938 s
5939 \end_layout
5940
5941 \end_inset
5942 </cell>
5943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5944 \begin_inset Text
5945
5946 \begin_layout Plain Layout
5947 asd
5948 \end_layout
5949
5950 \end_inset
5951 </cell>
5952 </row>
5953 <row>
5954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5955 \begin_inset Text
5956
5957 \begin_layout Plain Layout
5958 asd
5959 \end_layout
5960
5961 \end_inset
5962 </cell>
5963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5964 \begin_inset Text
5965
5966 \begin_layout Plain Layout
5967 s
5968 \end_layout
5969
5970 \end_inset
5971 </cell>
5972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5973 \begin_inset Text
5974
5975 \begin_layout Plain Layout
5976 s
5977 \end_layout
5978
5979 \end_inset
5980 </cell>
5981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5982 \begin_inset Text
5983
5984 \begin_layout Plain Layout
5985 s
5986 \end_layout
5987
5988 \end_inset
5989 </cell>
5990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5991 \begin_inset Text
5992
5993 \begin_layout Plain Layout
5994 asd
5995 \end_layout
5996
5997 \end_inset
5998 </cell>
5999 </row>
6000 <row>
6001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6002 \begin_inset Text
6003
6004 \begin_layout Plain Layout
6005 asd
6006 \end_layout
6007
6008 \end_inset
6009 </cell>
6010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6011 \begin_inset Text
6012
6013 \begin_layout Plain Layout
6014 asd
6015 \end_layout
6016
6017 \end_inset
6018 </cell>
6019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6020 \begin_inset Text
6021
6022 \begin_layout Plain Layout
6023 asd
6024 \end_layout
6025
6026 \end_inset
6027 </cell>
6028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6029 \begin_inset Text
6030
6031 \begin_layout Plain Layout
6032 asd
6033 \end_layout
6034
6035 \end_inset
6036 </cell>
6037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6038 \begin_inset Text
6039
6040 \begin_layout Plain Layout
6041 asd
6042 \end_layout
6043
6044 \end_inset
6045 </cell>
6046 </row>
6047 </lyxtabular>
6048
6049 \end_inset
6050
6051
6052 \end_layout
6053
6054 \begin_layout Standard
6055 \begin_inset VSpace medskip
6056 \end_inset
6057
6058
6059 \begin_inset Note Greyedout
6060 status open
6061
6062 \begin_layout Plain Layout
6063
6064 \series bold
6065 Note:
6066 \series default
6067  The table number is increased for every longtable, also if you didn't set
6068  a caption for it.
6069  For this reason you could have the case that e.g.
6070  Table
6071 \begin_inset space ~
6072 \end_inset
6073
6074 2.4 follows on Table
6075 \begin_inset space ~
6076 \end_inset
6077
6078 2.1 in the list of tables if there are two longtables without captions.
6079  To avoid this you can add the following command in TeX-Code behind every
6080  longtable without a caption:
6081 \end_layout
6082
6083 \begin_layout Plain Layout
6084
6085 \series bold
6086
6087 \backslash
6088 addtocounter{table}{-1}
6089 \end_layout
6090
6091 \end_inset
6092
6093
6094 \end_layout
6095
6096 \begin_layout Standard
6097 \begin_inset Note Greyedout
6098 status open
6099
6100 \begin_layout Plain Layout
6101
6102 \series bold
6103 Note:
6104 \series default
6105  If you are using
6106 \series bold
6107  hyperref
6108 \series default
6109
6110 \begin_inset Index
6111 status collapsed
6112
6113 \begin_layout Plain Layout
6114 LaTeX-packages ! hyperref
6115 \end_layout
6116
6117 \end_inset
6118
6119  in the 
6120 \family sans
6121 PDF Properties
6122 \family default
6123  of the 
6124 \family sans
6125 Document Settings
6126 \family default
6127  dialog to link cross-references, the link to a longtable caption will always
6128  point to the beginning of the document.
6129 \end_layout
6130
6131 \end_inset
6132
6133
6134 \end_layout
6135
6136 \begin_layout Standard
6137 \begin_inset Newpage newpage
6138 \end_inset
6139
6140
6141 \end_layout
6142
6143 \begin_layout Subsubsection
6144 References to Longtables
6145 \begin_inset Index
6146 status collapsed
6147
6148 \begin_layout Plain Layout
6149 Longtables ! References
6150 \end_layout
6151
6152 \end_inset
6153
6154
6155 \end_layout
6156
6157 \begin_layout Standard
6158 \begin_inset Tabular
6159 <lyxtabular version="3" rows="6" columns="5">
6160 <features islongtable="true">
6161 <column alignment="center" valignment="top" width="0">
6162 <column alignment="center" valignment="top" width="0">
6163 <column alignment="center" valignment="top" width="0">
6164 <column alignment="center" valignment="top" width="0">
6165 <column alignment="center" valignment="top" width="0">
6166 <row caption="true">
6167 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6168 \begin_inset Text
6169
6170 \begin_layout Plain Layout
6171 \begin_inset Caption
6172
6173 \begin_layout Plain Layout
6174 Referenced longtable
6175 \begin_inset CommandInset label
6176 LatexCommand label
6177 name "tab:RefExample"
6178
6179 \end_inset
6180
6181
6182 \end_layout
6183
6184 \end_inset
6185
6186
6187 \end_layout
6188
6189 \end_inset
6190 </cell>
6191 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6192 \begin_inset Text
6193
6194 \begin_layout Plain Layout
6195
6196 \end_layout
6197
6198 \end_inset
6199 </cell>
6200 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6201 \begin_inset Text
6202
6203 \begin_layout Plain Layout
6204
6205 \end_layout
6206
6207 \end_inset
6208 </cell>
6209 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6210 \begin_inset Text
6211
6212 \begin_layout Plain Layout
6213
6214 \end_layout
6215
6216 \end_inset
6217 </cell>
6218 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6219 \begin_inset Text
6220
6221 \begin_layout Plain Layout
6222
6223 \end_layout
6224
6225 \end_inset
6226 </cell>
6227 </row>
6228 <row>
6229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6230 \begin_inset Text
6231
6232 \begin_layout Plain Layout
6233 1
6234 \end_layout
6235
6236 \end_inset
6237 </cell>
6238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6239 \begin_inset Text
6240
6241 \begin_layout Plain Layout
6242 2
6243 \end_layout
6244
6245 \end_inset
6246 </cell>
6247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6248 \begin_inset Text
6249
6250 \begin_layout Plain Layout
6251 3
6252 \end_layout
6253
6254 \end_inset
6255 </cell>
6256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6257 \begin_inset Text
6258
6259 \begin_layout Plain Layout
6260 4
6261 \end_layout
6262
6263 \end_inset
6264 </cell>
6265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6266 \begin_inset Text
6267
6268 \begin_layout Plain Layout
6269 5
6270 \end_layout
6271
6272 \end_inset
6273 </cell>
6274 </row>
6275 <row>
6276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6277 \begin_inset Text
6278
6279 \begin_layout Plain Layout
6280 asd
6281 \end_layout
6282
6283 \end_inset
6284 </cell>
6285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6286 \begin_inset Text
6287
6288 \begin_layout Plain Layout
6289 s
6290 \end_layout
6291
6292 \end_inset
6293 </cell>
6294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6295 \begin_inset Text
6296
6297 \begin_layout Plain Layout
6298 s
6299 \end_layout
6300
6301 \end_inset
6302 </cell>
6303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6304 \begin_inset Text
6305
6306 \begin_layout Plain Layout
6307 s
6308 \end_layout
6309
6310 \end_inset
6311 </cell>
6312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6313 \begin_inset Text
6314
6315 \begin_layout Plain Layout
6316 asd
6317 \end_layout
6318
6319 \end_inset
6320 </cell>
6321 </row>
6322 <row>
6323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6324 \begin_inset Text
6325
6326 \begin_layout Plain Layout
6327 asd
6328 \end_layout
6329
6330 \end_inset
6331 </cell>
6332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6333 \begin_inset Text
6334
6335 \begin_layout Plain Layout
6336 s
6337 \end_layout
6338
6339 \end_inset
6340 </cell>
6341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6342 \begin_inset Text
6343
6344 \begin_layout Plain Layout
6345 s
6346 \end_layout
6347
6348 \end_inset
6349 </cell>
6350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6351 \begin_inset Text
6352
6353 \begin_layout Plain Layout
6354 s
6355 \end_layout
6356
6357 \end_inset
6358 </cell>
6359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6360 \begin_inset Text
6361
6362 \begin_layout Plain Layout
6363 asd
6364 \end_layout
6365
6366 \end_inset
6367 </cell>
6368 </row>
6369 <row>
6370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6371 \begin_inset Text
6372
6373 \begin_layout Plain Layout
6374 asd
6375 \end_layout
6376
6377 \end_inset
6378 </cell>
6379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6380 \begin_inset Text
6381
6382 \begin_layout Plain Layout
6383 s
6384 \end_layout
6385
6386 \end_inset
6387 </cell>
6388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6389 \begin_inset Text
6390
6391 \begin_layout Plain Layout
6392 s
6393 \end_layout
6394
6395 \end_inset
6396 </cell>
6397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6398 \begin_inset Text
6399
6400 \begin_layout Plain Layout
6401 s
6402 \end_layout
6403
6404 \end_inset
6405 </cell>
6406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6407 \begin_inset Text
6408
6409 \begin_layout Plain Layout
6410 asd
6411 \end_layout
6412
6413 \end_inset
6414 </cell>
6415 </row>
6416 <row>
6417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6418 \begin_inset Text
6419
6420 \begin_layout Plain Layout
6421 asd
6422 \end_layout
6423
6424 \end_inset
6425 </cell>
6426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6427 \begin_inset Text
6428
6429 \begin_layout Plain Layout
6430 sad
6431 \end_layout
6432
6433 \end_inset
6434 </cell>
6435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6436 \begin_inset Text
6437
6438 \begin_layout Plain Layout
6439 asd
6440 \end_layout
6441
6442 \end_inset
6443 </cell>
6444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6445 \begin_inset Text
6446
6447 \begin_layout Plain Layout
6448 asd
6449 \end_layout
6450
6451 \end_inset
6452 </cell>
6453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6454 \begin_inset Text
6455
6456 \begin_layout Plain Layout
6457 asd
6458 \end_layout
6459
6460 \end_inset
6461 </cell>
6462 </row>
6463 </lyxtabular>
6464
6465 \end_inset
6466
6467
6468 \end_layout
6469
6470 \begin_layout Standard
6471 To reference a longtable, insert a label into the caption.
6472 \end_layout
6473
6474 \begin_layout Standard
6475 This is a reference to Table
6476 \begin_inset space ~
6477 \end_inset
6478
6479
6480 \begin_inset CommandInset ref
6481 LatexCommand ref
6482 reference "tab:RefExample"
6483
6484 \end_inset
6485
6486 .
6487 \end_layout
6488
6489 \begin_layout Standard
6490 The caption layout can be set together with all other captions of your document
6491  using the LaTeX-package 
6492 \series bold
6493 caption
6494 \series default
6495
6496 \begin_inset Index
6497 status collapsed
6498
6499 \begin_layout Plain Layout
6500 LaTeX-packages ! caption
6501 \end_layout
6502
6503 \end_inset
6504
6505 , see section
6506 \begin_inset space ~
6507 \end_inset
6508
6509
6510 \begin_inset CommandInset ref
6511 LatexCommand ref
6512 reference "sec:Caption-Formatting"
6513
6514 \end_inset
6515
6516 .
6517 \end_layout
6518
6519 \begin_layout Subsubsection
6520 Caption Width
6521 \begin_inset Index
6522 status collapsed
6523
6524 \begin_layout Plain Layout
6525 Longtables ! Caption Width
6526 \end_layout
6527
6528 \end_inset
6529
6530
6531 \end_layout
6532
6533 \begin_layout Standard
6534 The maximal width of of caption lines is defined by the length 
6535 \series bold
6536
6537 \backslash
6538 LTcapwidth
6539 \series default
6540 .
6541  Its default value is 4
6542 \begin_inset space \thinspace{}
6543 \end_inset
6544
6545 in.
6546  To change it add the following command to your document preamble or as
6547  TeX-Code into your document before the longtable that should be affected
6548 \end_layout
6549
6550 \begin_layout Standard
6551
6552 \series bold
6553
6554 \backslash
6555 setlength{
6556 \backslash
6557 LTcapwidth}{width}
6558 \end_layout
6559
6560 \begin_layout Standard
6561 where the width could have one of the units listed in appendix
6562 \begin_inset space ~
6563 \end_inset
6564
6565
6566 \begin_inset CommandInset ref
6567 LatexCommand ref
6568 reference "cha:Units-available-in"
6569
6570 \end_inset
6571
6572 .
6573 \end_layout
6574
6575 \begin_layout Standard
6576 The following tables show the difference:
6577 \end_layout
6578
6579 \begin_layout Standard
6580 \begin_inset Tabular
6581 <lyxtabular version="3" rows="6" columns="5">
6582 <features islongtable="true">
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 <column alignment="center" valignment="top" width="0">
6588 <row caption="true">
6589 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6590 \begin_inset Text
6591
6592 \begin_layout Plain Layout
6593 \begin_inset Caption
6594
6595 \begin_layout Plain Layout
6596 long full title with default width long full title with default width long
6597  full title with default width
6598 \begin_inset OptArg
6599 status collapsed
6600
6601 \begin_layout Plain Layout
6602 caption with default width
6603 \end_layout
6604
6605 \end_inset
6606
6607
6608 \end_layout
6609
6610 \end_inset
6611
6612
6613 \end_layout
6614
6615 \end_inset
6616 </cell>
6617 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6618 \begin_inset Text
6619
6620 \begin_layout Plain Layout
6621
6622 \end_layout
6623
6624 \end_inset
6625 </cell>
6626 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6627 \begin_inset Text
6628
6629 \begin_layout Plain Layout
6630
6631 \end_layout
6632
6633 \end_inset
6634 </cell>
6635 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6636 \begin_inset Text
6637
6638 \begin_layout Plain Layout
6639
6640 \end_layout
6641
6642 \end_inset
6643 </cell>
6644 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6645 \begin_inset Text
6646
6647 \begin_layout Plain Layout
6648
6649 \end_layout
6650
6651 \end_inset
6652 </cell>
6653 </row>
6654 <row>
6655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6656 \begin_inset Text
6657
6658 \begin_layout Plain Layout
6659 1
6660 \end_layout
6661
6662 \end_inset
6663 </cell>
6664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6665 \begin_inset Text
6666
6667 \begin_layout Plain Layout
6668 2
6669 \end_layout
6670
6671 \end_inset
6672 </cell>
6673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6674 \begin_inset Text
6675
6676 \begin_layout Plain Layout
6677 3
6678 \end_layout
6679
6680 \end_inset
6681 </cell>
6682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6683 \begin_inset Text
6684
6685 \begin_layout Plain Layout
6686 4
6687 \end_layout
6688
6689 \end_inset
6690 </cell>
6691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6692 \begin_inset Text
6693
6694 \begin_layout Plain Layout
6695 5
6696 \end_layout
6697
6698 \end_inset
6699 </cell>
6700 </row>
6701 <row>
6702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6703 \begin_inset Text
6704
6705 \begin_layout Plain Layout
6706 asd
6707 \end_layout
6708
6709 \end_inset
6710 </cell>
6711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6712 \begin_inset Text
6713
6714 \begin_layout Plain Layout
6715 s
6716 \end_layout
6717
6718 \end_inset
6719 </cell>
6720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6721 \begin_inset Text
6722
6723 \begin_layout Plain Layout
6724 s
6725 \end_layout
6726
6727 \end_inset
6728 </cell>
6729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6730 \begin_inset Text
6731
6732 \begin_layout Plain Layout
6733 s
6734 \end_layout
6735
6736 \end_inset
6737 </cell>
6738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6739 \begin_inset Text
6740
6741 \begin_layout Plain Layout
6742 asd
6743 \end_layout
6744
6745 \end_inset
6746 </cell>
6747 </row>
6748 <row>
6749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6750 \begin_inset Text
6751
6752 \begin_layout Plain Layout
6753 asd
6754 \end_layout
6755
6756 \end_inset
6757 </cell>
6758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6759 \begin_inset Text
6760
6761 \begin_layout Plain Layout
6762 s
6763 \end_layout
6764
6765 \end_inset
6766 </cell>
6767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6768 \begin_inset Text
6769
6770 \begin_layout Plain Layout
6771 s
6772 \end_layout
6773
6774 \end_inset
6775 </cell>
6776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6777 \begin_inset Text
6778
6779 \begin_layout Plain Layout
6780 s
6781 \end_layout
6782
6783 \end_inset
6784 </cell>
6785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6786 \begin_inset Text
6787
6788 \begin_layout Plain Layout
6789 asd
6790 \end_layout
6791
6792 \end_inset
6793 </cell>
6794 </row>
6795 <row>
6796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6797 \begin_inset Text
6798
6799 \begin_layout Plain Layout
6800 asd
6801 \end_layout
6802
6803 \end_inset
6804 </cell>
6805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6806 \begin_inset Text
6807
6808 \begin_layout Plain Layout
6809 s
6810 \end_layout
6811
6812 \end_inset
6813 </cell>
6814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6815 \begin_inset Text
6816
6817 \begin_layout Plain Layout
6818 s
6819 \end_layout
6820
6821 \end_inset
6822 </cell>
6823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6824 \begin_inset Text
6825
6826 \begin_layout Plain Layout
6827 s
6828 \end_layout
6829
6830 \end_inset
6831 </cell>
6832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6833 \begin_inset Text
6834
6835 \begin_layout Plain Layout
6836 asd
6837 \end_layout
6838
6839 \end_inset
6840 </cell>
6841 </row>
6842 <row>
6843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6844 \begin_inset Text
6845
6846 \begin_layout Plain Layout
6847 asd
6848 \end_layout
6849
6850 \end_inset
6851 </cell>
6852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6853 \begin_inset Text
6854
6855 \begin_layout Plain Layout
6856 sad
6857 \end_layout
6858
6859 \end_inset
6860 </cell>
6861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6862 \begin_inset Text
6863
6864 \begin_layout Plain Layout
6865 asd
6866 \end_layout
6867
6868 \end_inset
6869 </cell>
6870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6871 \begin_inset Text
6872
6873 \begin_layout Plain Layout
6874 asd
6875 \end_layout
6876
6877 \end_inset
6878 </cell>
6879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6880 \begin_inset Text
6881
6882 \begin_layout Plain Layout
6883 asd
6884 \end_layout
6885
6886 \end_inset
6887 </cell>
6888 </row>
6889 </lyxtabular>
6890
6891 \end_inset
6892
6893
6894 \end_layout
6895
6896 \begin_layout Standard
6897 \begin_inset ERT
6898 status collapsed
6899
6900 \begin_layout Plain Layout
6901
6902
6903 \backslash
6904 setlength{
6905 \backslash
6906 LTcapwidth}{5cm}
6907 \end_layout
6908
6909 \end_inset
6910
6911
6912 \begin_inset Tabular
6913 <lyxtabular version="3" rows="6" columns="5">
6914 <features islongtable="true">
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 <column alignment="center" valignment="top" width="0">
6920 <row caption="true">
6921 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6922 \begin_inset Text
6923
6924 \begin_layout Plain Layout
6925 \begin_inset Caption
6926
6927 \begin_layout Plain Layout
6928 long full title with width set to 5
6929 \begin_inset space \thinspace{}
6930 \end_inset
6931
6932 cm long full title with width set to 5
6933 \begin_inset space \thinspace{}
6934 \end_inset
6935
6936 cm long full title with width set to 5
6937 \begin_inset space \thinspace{}
6938 \end_inset
6939
6940 cm
6941 \begin_inset OptArg
6942 status collapsed
6943
6944 \begin_layout Plain Layout
6945 caption with width
6946 \begin_inset space \thinspace{}
6947 \end_inset
6948
6949 =
6950 \begin_inset space \thinspace{}
6951 \end_inset
6952
6953 5
6954 \begin_inset space \thinspace{}
6955 \end_inset
6956
6957 cm
6958 \end_layout
6959
6960 \end_inset
6961
6962
6963 \end_layout
6964
6965 \end_inset
6966
6967
6968 \end_layout
6969
6970 \end_inset
6971 </cell>
6972 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6973 \begin_inset Text
6974
6975 \begin_layout Plain Layout
6976
6977 \end_layout
6978
6979 \end_inset
6980 </cell>
6981 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6982 \begin_inset Text
6983
6984 \begin_layout Plain Layout
6985
6986 \end_layout
6987
6988 \end_inset
6989 </cell>
6990 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6991 \begin_inset Text
6992
6993 \begin_layout Plain Layout
6994
6995 \end_layout
6996
6997 \end_inset
6998 </cell>
6999 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7000 \begin_inset Text
7001
7002 \begin_layout Plain Layout
7003
7004 \end_layout
7005
7006 \end_inset
7007 </cell>
7008 </row>
7009 <row>
7010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7011 \begin_inset Text
7012
7013 \begin_layout Plain Layout
7014 1
7015 \end_layout
7016
7017 \end_inset
7018 </cell>
7019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7020 \begin_inset Text
7021
7022 \begin_layout Plain Layout
7023 2
7024 \end_layout
7025
7026 \end_inset
7027 </cell>
7028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7029 \begin_inset Text
7030
7031 \begin_layout Plain Layout
7032 3
7033 \end_layout
7034
7035 \end_inset
7036 </cell>
7037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7038 \begin_inset Text
7039
7040 \begin_layout Plain Layout
7041 4
7042 \end_layout
7043
7044 \end_inset
7045 </cell>
7046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7047 \begin_inset Text
7048
7049 \begin_layout Plain Layout
7050 5
7051 \end_layout
7052
7053 \end_inset
7054 </cell>
7055 </row>
7056 <row>
7057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7058 \begin_inset Text
7059
7060 \begin_layout Plain Layout
7061 asd
7062 \end_layout
7063
7064 \end_inset
7065 </cell>
7066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7067 \begin_inset Text
7068
7069 \begin_layout Plain Layout
7070 s
7071 \end_layout
7072
7073 \end_inset
7074 </cell>
7075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7076 \begin_inset Text
7077
7078 \begin_layout Plain Layout
7079 s
7080 \end_layout
7081
7082 \end_inset
7083 </cell>
7084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7085 \begin_inset Text
7086
7087 \begin_layout Plain Layout
7088 s
7089 \end_layout
7090
7091 \end_inset
7092 </cell>
7093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7094 \begin_inset Text
7095
7096 \begin_layout Plain Layout
7097 asd
7098 \end_layout
7099
7100 \end_inset
7101 </cell>
7102 </row>
7103 <row>
7104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7105 \begin_inset Text
7106
7107 \begin_layout Plain Layout
7108 asd
7109 \end_layout
7110
7111 \end_inset
7112 </cell>
7113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7114 \begin_inset Text
7115
7116 \begin_layout Plain Layout
7117 s
7118 \end_layout
7119
7120 \end_inset
7121 </cell>
7122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7123 \begin_inset Text
7124
7125 \begin_layout Plain Layout
7126 s
7127 \end_layout
7128
7129 \end_inset
7130 </cell>
7131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7132 \begin_inset Text
7133
7134 \begin_layout Plain Layout
7135 s
7136 \end_layout
7137
7138 \end_inset
7139 </cell>
7140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7141 \begin_inset Text
7142
7143 \begin_layout Plain Layout
7144 asd
7145 \end_layout
7146
7147 \end_inset
7148 </cell>
7149 </row>
7150 <row>
7151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7152 \begin_inset Text
7153
7154 \begin_layout Plain Layout
7155 asd
7156 \end_layout
7157
7158 \end_inset
7159 </cell>
7160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7161 \begin_inset Text
7162
7163 \begin_layout Plain Layout
7164 s
7165 \end_layout
7166
7167 \end_inset
7168 </cell>
7169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7170 \begin_inset Text
7171
7172 \begin_layout Plain Layout
7173 s
7174 \end_layout
7175
7176 \end_inset
7177 </cell>
7178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7179 \begin_inset Text
7180
7181 \begin_layout Plain Layout
7182 s
7183 \end_layout
7184
7185 \end_inset
7186 </cell>
7187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7188 \begin_inset Text
7189
7190 \begin_layout Plain Layout
7191 asd
7192 \end_layout
7193
7194 \end_inset
7195 </cell>
7196 </row>
7197 <row>
7198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7199 \begin_inset Text
7200
7201 \begin_layout Plain Layout
7202 asd
7203 \end_layout
7204
7205 \end_inset
7206 </cell>
7207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7208 \begin_inset Text
7209
7210 \begin_layout Plain Layout
7211 sad
7212 \end_layout
7213
7214 \end_inset
7215 </cell>
7216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7217 \begin_inset Text
7218
7219 \begin_layout Plain Layout
7220 asd
7221 \end_layout
7222
7223 \end_inset
7224 </cell>
7225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7226 \begin_inset Text
7227
7228 \begin_layout Plain Layout
7229 asd
7230 \end_layout
7231
7232 \end_inset
7233 </cell>
7234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7235 \begin_inset Text
7236
7237 \begin_layout Plain Layout
7238 asd
7239 \end_layout
7240
7241 \end_inset
7242 </cell>
7243 </row>
7244 </lyxtabular>
7245
7246 \end_inset
7247
7248
7249 \end_layout
7250
7251 \begin_layout Standard
7252 \begin_inset ERT
7253 status collapsed
7254
7255 \begin_layout Plain Layout
7256
7257
7258 \backslash
7259 setlength{
7260 \backslash
7261 LTcapwidth}{4in}
7262 \end_layout
7263
7264 \end_inset
7265
7266
7267 \end_layout
7268
7269 \begin_layout Standard
7270 \begin_inset Note Greyedout
7271 status open
7272
7273 \begin_layout Plain Layout
7274
7275 \series bold
7276 Note:
7277 \series default
7278  When the LaTeX-package 
7279 \series bold
7280 caption
7281 \series default
7282
7283 \begin_inset Index
7284 status collapsed
7285
7286 \begin_layout Plain Layout
7287 LaTeX-packages ! caption
7288 \end_layout
7289
7290 \end_inset
7291
7292  is used, as in this document, the full page width is used for the caption
7293  when you use the default value of 4
7294 \begin_inset space \thinspace{}
7295 \end_inset
7296
7297 in for 
7298 \series bold
7299
7300 \backslash
7301 LTcapwidth
7302 \series default
7303 .
7304  To get in this case exactly a 4
7305 \begin_inset space \thinspace{}
7306 \end_inset
7307
7308 in wide caption, you can either use a value slightly different from 4.0
7309 \begin_inset space \thinspace{}
7310 \end_inset
7311
7312 in, e.g.
7313  3.99
7314 \begin_inset space \thinspace{}
7315 \end_inset
7316
7317 in, or the LaTeX-command 
7318 \series bold
7319
7320 \backslash
7321 captionsetup{width=value}
7322 \series default
7323  that is provided by the 
7324 \series bold
7325 caption
7326 \series default
7327 -package.
7328 \end_layout
7329
7330 \end_inset
7331
7332
7333 \end_layout
7334
7335 \begin_layout Subsubsection
7336 Different Captions for Table Pages
7337 \begin_inset Index
7338 status collapsed
7339
7340 \begin_layout Plain Layout
7341 Longtables ! Different Captions for Pages
7342 \end_layout
7343
7344 \end_inset
7345
7346
7347 \end_layout
7348
7349 \begin_layout Standard
7350 When the other captions should differ from the one of the first table page,
7351  insert a caption with a non-empty short title in a dummy caption row marked
7352  as first header.
7353  The caption used for the other table pages is inserted as caption without
7354  a short title in a dummy caption row that is marked as main header.
7355  When this caption shouldn't include the table number, use the command
7356 \end_layout
7357
7358 \begin_layout Standard
7359
7360 \series bold
7361
7362 \backslash
7363 caption*{caption text}
7364 \end_layout
7365
7366 \begin_layout Standard
7367 instead of LyX's caption box.
7368  The label to reference the table is inserted into the caption of the first
7369  header.
7370  Table
7371 \begin_inset space ~
7372 \end_inset
7373
7374
7375 \begin_inset CommandInset ref
7376 LatexCommand ref
7377 reference "tab:DiffCaptions"
7378
7379 \end_inset
7380
7381  is an example for a longtable with different heading where the second caption
7382  doesn't include the table number.
7383 \end_layout
7384
7385 \begin_layout Standard
7386 \align center
7387 \begin_inset Tabular
7388 <lyxtabular version="3" rows="60" columns="3">
7389 <features islongtable="true">
7390 <column alignment="left" valignment="top" width="0cm">
7391 <column alignment="left" valignment="top" width="0pt">
7392 <column alignment="center" valignment="top" width="0pt">
7393 <row endfirsthead="true" caption="true">
7394 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7395 \begin_inset Text
7396
7397 \begin_layout Plain Layout
7398 \begin_inset Caption
7399
7400 \begin_layout Plain Layout
7401 Example Phone List
7402 \begin_inset CommandInset label
7403 LatexCommand label
7404 name "tab:DiffCaptions"
7405
7406 \end_inset
7407
7408
7409 \begin_inset OptArg
7410 status collapsed
7411
7412 \begin_layout Plain Layout
7413 Example Phone List
7414 \end_layout
7415
7416 \end_inset
7417
7418
7419 \end_layout
7420
7421 \end_inset
7422
7423
7424 \end_layout
7425
7426 \end_inset
7427 </cell>
7428 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7429 \begin_inset Text
7430
7431 \begin_layout Plain Layout
7432
7433 \end_layout
7434
7435 \end_inset
7436 </cell>
7437 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7438 \begin_inset Text
7439
7440 \begin_layout Plain Layout
7441
7442 \end_layout
7443
7444 \end_inset
7445 </cell>
7446 </row>
7447 <row endfirsthead="true">
7448 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7449 \begin_inset Text
7450
7451 \begin_layout Plain Layout
7452
7453 \series bold
7454 Example Phone List (ignore the names)
7455 \end_layout
7456
7457 \end_inset
7458 </cell>
7459 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7460 \begin_inset Text
7461
7462 \begin_layout Plain Layout
7463
7464 \end_layout
7465
7466 \end_inset
7467 </cell>
7468 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7469 \begin_inset Text
7470
7471 \begin_layout Plain Layout
7472
7473 \end_layout
7474
7475 \end_inset
7476 </cell>
7477 </row>
7478 <row endfirsthead="true">
7479 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7480 \begin_inset Text
7481
7482 \begin_layout Plain Layout
7483
7484 \series bold
7485 NAME
7486 \end_layout
7487
7488 \end_inset
7489 </cell>
7490 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7491 \begin_inset Text
7492
7493 \begin_layout Plain Layout
7494
7495 \end_layout
7496
7497 \end_inset
7498 </cell>
7499 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7500 \begin_inset Text
7501
7502 \begin_layout Plain Layout
7503
7504 \series bold
7505 TEL.
7506 \end_layout
7507
7508 \end_inset
7509 </cell>
7510 </row>
7511 <row endhead="true" caption="true">
7512 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
7513 \begin_inset Text
7514
7515 \begin_layout Plain Layout
7516 \begin_inset ERT
7517 status open
7518
7519 \begin_layout Plain Layout
7520
7521
7522 \backslash
7523 caption*{Continued Example Phone List}
7524 \backslash
7525
7526 \backslash
7527 %
7528 \end_layout
7529
7530 \end_inset
7531
7532
7533 \end_layout
7534
7535 \end_inset
7536 </cell>
7537 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7538 \begin_inset Text
7539
7540 \begin_layout Plain Layout
7541
7542 \end_layout
7543
7544 \end_inset
7545 </cell>
7546 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7547 \begin_inset Text
7548
7549 \begin_layout Plain Layout
7550
7551 \end_layout
7552
7553 \end_inset
7554 </cell>
7555 </row>
7556 <row endhead="true">
7557 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7558 \begin_inset Text
7559
7560 \begin_layout Plain Layout
7561
7562 \series bold
7563 Example Phone List
7564 \end_layout
7565
7566 \end_inset
7567 </cell>
7568 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7569 \begin_inset Text
7570
7571 \begin_layout Plain Layout
7572
7573 \end_layout
7574
7575 \end_inset
7576 </cell>
7577 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7578 \begin_inset Text
7579
7580 \begin_layout Plain Layout
7581
7582 \end_layout
7583
7584 \end_inset
7585 </cell>
7586 </row>
7587 <row endhead="true">
7588 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" usebox="none">
7589 \begin_inset Text
7590
7591 \begin_layout Plain Layout
7592
7593 \series bold
7594 NAME
7595 \end_layout
7596
7597 \end_inset
7598 </cell>
7599 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7600 \begin_inset Text
7601
7602 \begin_layout Plain Layout
7603
7604 \end_layout
7605
7606 \end_inset
7607 </cell>
7608 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7609 \begin_inset Text
7610
7611 \begin_layout Plain Layout
7612
7613 \series bold
7614 TEL.
7615 \end_layout
7616
7617 \end_inset
7618 </cell>
7619 </row>
7620 <row endfoot="true">
7621 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7622 \begin_inset Text
7623
7624 \begin_layout Plain Layout
7625 continued on next page
7626 \end_layout
7627
7628 \end_inset
7629 </cell>
7630 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7631 \begin_inset Text
7632
7633 \begin_layout Plain Layout
7634
7635 \end_layout
7636
7637 \end_inset
7638 </cell>
7639 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7640 \begin_inset Text
7641
7642 \begin_layout Plain Layout
7643
7644 \end_layout
7645
7646 \end_inset
7647 </cell>
7648 </row>
7649 <row>
7650 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7651 \begin_inset Text
7652
7653 \begin_layout Plain Layout
7654
7655 \series bold
7656 Annovi
7657 \end_layout
7658
7659 \end_inset
7660 </cell>
7661 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7662 \begin_inset Text
7663
7664 \begin_layout Plain Layout
7665 Silvia
7666 \end_layout
7667
7668 \end_inset
7669 </cell>
7670 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7671 \begin_inset Text
7672
7673 \begin_layout Plain Layout
7674 111
7675 \end_layout
7676
7677 \end_inset
7678 </cell>
7679 </row>
7680 <row>
7681 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7682 \begin_inset Text
7683
7684 \begin_layout Plain Layout
7685
7686 \series bold
7687 Bertoli
7688 \end_layout
7689
7690 \end_inset
7691 </cell>
7692 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7693 \begin_inset Text
7694
7695 \begin_layout Plain Layout
7696 Stefano
7697 \end_layout
7698
7699 \end_inset
7700 </cell>
7701 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7702 \begin_inset Text
7703
7704 \begin_layout Plain Layout
7705 111
7706 \end_layout
7707
7708 \end_inset
7709 </cell>
7710 </row>
7711 <row>
7712 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7713 \begin_inset Text
7714
7715 \begin_layout Plain Layout
7716
7717 \series bold
7718 Bozzi
7719 \end_layout
7720
7721 \end_inset
7722 </cell>
7723 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7724 \begin_inset Text
7725
7726 \begin_layout Plain Layout
7727 Walter
7728 \end_layout
7729
7730 \end_inset
7731 </cell>
7732 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7733 \begin_inset Text
7734
7735 \begin_layout Plain Layout
7736 111
7737 \end_layout
7738
7739 \end_inset
7740 </cell>
7741 </row>
7742 <row>
7743 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7744 \begin_inset Text
7745
7746 \begin_layout Plain Layout
7747
7748 \series bold
7749 Cachia
7750 \end_layout
7751
7752 \end_inset
7753 </cell>
7754 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7755 \begin_inset Text
7756
7757 \begin_layout Plain Layout
7758 Maria
7759 \end_layout
7760
7761 \end_inset
7762 </cell>
7763 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7764 \begin_inset Text
7765
7766 \begin_layout Plain Layout
7767 111
7768 \end_layout
7769
7770 \end_inset
7771 </cell>
7772 </row>
7773 <row>
7774 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7775 \begin_inset Text
7776
7777 \begin_layout Plain Layout
7778
7779 \series bold
7780 Cachia
7781 \end_layout
7782
7783 \end_inset
7784 </cell>
7785 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7786 \begin_inset Text
7787
7788 \begin_layout Plain Layout
7789 Maurizio
7790 \end_layout
7791
7792 \end_inset
7793 </cell>
7794 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7795 \begin_inset Text
7796
7797 \begin_layout Plain Layout
7798 111
7799 \end_layout
7800
7801 \end_inset
7802 </cell>
7803 </row>
7804 <row>
7805 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7806 \begin_inset Text
7807
7808 \begin_layout Plain Layout
7809
7810 \series bold
7811 Cinquemani
7812 \end_layout
7813
7814 \end_inset
7815 </cell>
7816 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7817 \begin_inset Text
7818
7819 \begin_layout Plain Layout
7820 Giusi
7821 \end_layout
7822
7823 \end_inset
7824 </cell>
7825 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7826 \begin_inset Text
7827
7828 \begin_layout Plain Layout
7829 111
7830 \end_layout
7831
7832 \end_inset
7833 </cell>
7834 </row>
7835 <row>
7836 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7837 \begin_inset Text
7838
7839 \begin_layout Plain Layout
7840
7841 \series bold
7842 Colin
7843 \end_layout
7844
7845 \end_inset
7846 </cell>
7847 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7848 \begin_inset Text
7849
7850 \begin_layout Plain Layout
7851 Bernard
7852 \end_layout
7853
7854 \end_inset
7855 </cell>
7856 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7857 \begin_inset Text
7858
7859 \begin_layout Plain Layout
7860 111
7861 \end_layout
7862
7863 \end_inset
7864 </cell>
7865 </row>
7866 <row>
7867 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7868 \begin_inset Text
7869
7870 \begin_layout Plain Layout
7871
7872 \series bold
7873 Concli
7874 \end_layout
7875
7876 \end_inset
7877 </cell>
7878 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7879 \begin_inset Text
7880
7881 \begin_layout Plain Layout
7882 Gianfranco
7883 \end_layout
7884
7885 \end_inset
7886 </cell>
7887 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7888 \begin_inset Text
7889
7890 \begin_layout Plain Layout
7891 111
7892 \end_layout
7893
7894 \end_inset
7895 </cell>
7896 </row>
7897 <row>
7898 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7899 \begin_inset Text
7900
7901 \begin_layout Plain Layout
7902
7903 \series bold
7904 Dal Bosco
7905 \end_layout
7906
7907 \end_inset
7908 </cell>
7909 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7910 \begin_inset Text
7911
7912 \begin_layout Plain Layout
7913 Carolina
7914 \end_layout
7915
7916 \end_inset
7917 </cell>
7918 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7919 \begin_inset Text
7920
7921 \begin_layout Plain Layout
7922 111
7923 \end_layout
7924
7925 \end_inset
7926 </cell>
7927 </row>
7928 <row>
7929 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7930 \begin_inset Text
7931
7932 \begin_layout Plain Layout
7933
7934 \series bold
7935 Dalpiaz
7936 \end_layout
7937
7938 \end_inset
7939 </cell>
7940 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7941 \begin_inset Text
7942
7943 \begin_layout Plain Layout
7944 Annamaria
7945 \end_layout
7946
7947 \end_inset
7948 </cell>
7949 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7950 \begin_inset Text
7951
7952 \begin_layout Plain Layout
7953 111
7954 \end_layout
7955
7956 \end_inset
7957 </cell>
7958 </row>
7959 <row>
7960 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7961 \begin_inset Text
7962
7963 \begin_layout Plain Layout
7964
7965 \series bold
7966 Feliciello
7967 \end_layout
7968
7969 \end_inset
7970 </cell>
7971 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7972 \begin_inset Text
7973
7974 \begin_layout Plain Layout
7975 Domenico
7976 \end_layout
7977
7978 \end_inset
7979 </cell>
7980 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7981 \begin_inset Text
7982
7983 \begin_layout Plain Layout
7984 111
7985 \end_layout
7986
7987 \end_inset
7988 </cell>
7989 </row>
7990 <row>
7991 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995
7996 \series bold
7997 Focarelli
7998 \end_layout
7999
8000 \end_inset
8001 </cell>
8002 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8003 \begin_inset Text
8004
8005 \begin_layout Plain Layout
8006 Paola
8007 \end_layout
8008
8009 \end_inset
8010 </cell>
8011 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8012 \begin_inset Text
8013
8014 \begin_layout Plain Layout
8015 111
8016 \end_layout
8017
8018 \end_inset
8019 </cell>
8020 </row>
8021 <row>
8022 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8023 \begin_inset Text
8024
8025 \begin_layout Plain Layout
8026
8027 \series bold
8028 Galletti
8029 \end_layout
8030
8031 \end_inset
8032 </cell>
8033 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8034 \begin_inset Text
8035
8036 \begin_layout Plain Layout
8037 Oreste
8038 \end_layout
8039
8040 \end_inset
8041 </cell>
8042 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8043 \begin_inset Text
8044
8045 \begin_layout Plain Layout
8046 111
8047 \end_layout
8048
8049 \end_inset
8050 </cell>
8051 </row>
8052 <row>
8053 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8054 \begin_inset Text
8055
8056 \begin_layout Plain Layout
8057
8058 \series bold
8059 Gasparini
8060 \end_layout
8061
8062 \end_inset
8063 </cell>
8064 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8065 \begin_inset Text
8066
8067 \begin_layout Plain Layout
8068 Franca
8069 \end_layout
8070
8071 \end_inset
8072 </cell>
8073 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8074 \begin_inset Text
8075
8076 \begin_layout Plain Layout
8077 111
8078 \end_layout
8079
8080 \end_inset
8081 </cell>
8082 </row>
8083 <row>
8084 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8085 \begin_inset Text
8086
8087 \begin_layout Plain Layout
8088
8089 \series bold
8090 Rizzardi
8091 \series default
8092
8093 \begin_inset Foot
8094 status open
8095
8096 \begin_layout Plain Layout
8097 Example footnote
8098 \end_layout
8099
8100 \end_inset
8101
8102
8103 \end_layout
8104
8105 \end_inset
8106 </cell>
8107 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8108 \begin_inset Text
8109
8110 \begin_layout Plain Layout
8111 Paola
8112 \end_layout
8113
8114 \end_inset
8115 </cell>
8116 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8117 \begin_inset Text
8118
8119 \begin_layout Plain Layout
8120 111
8121 \end_layout
8122
8123 \end_inset
8124 </cell>
8125 </row>
8126 <row>
8127 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8128 \begin_inset Text
8129
8130 \begin_layout Plain Layout
8131
8132 \series bold
8133 Lassini
8134 \end_layout
8135
8136 \end_inset
8137 </cell>
8138 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8139 \begin_inset Text
8140
8141 \begin_layout Plain Layout
8142 Giancarlo
8143 \end_layout
8144
8145 \end_inset
8146 </cell>
8147 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8148 \begin_inset Text
8149
8150 \begin_layout Plain Layout
8151 111
8152 \end_layout
8153
8154 \end_inset
8155 </cell>
8156 </row>
8157 <row>
8158 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8159 \begin_inset Text
8160
8161 \begin_layout Plain Layout
8162
8163 \series bold
8164 Malfatti
8165 \end_layout
8166
8167 \end_inset
8168 </cell>
8169 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8170 \begin_inset Text
8171
8172 \begin_layout Plain Layout
8173 Luciano
8174 \end_layout
8175
8176 \end_inset
8177 </cell>
8178 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8179 \begin_inset Text
8180
8181 \begin_layout Plain Layout
8182 111
8183 \end_layout
8184
8185 \end_inset
8186 </cell>
8187 </row>
8188 <row>
8189 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8190 \begin_inset Text
8191
8192 \begin_layout Plain Layout
8193
8194 \series bold
8195 Malfatti
8196 \end_layout
8197
8198 \end_inset
8199 </cell>
8200 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8201 \begin_inset Text
8202
8203 \begin_layout Plain Layout
8204 Valeriano
8205 \end_layout
8206
8207 \end_inset
8208 </cell>
8209 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213 111
8214 \end_layout
8215
8216 \end_inset
8217 </cell>
8218 </row>
8219 <row>
8220 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8221 \begin_inset Text
8222
8223 \begin_layout Plain Layout
8224
8225 \series bold
8226 Meneguzzo
8227 \end_layout
8228
8229 \end_inset
8230 </cell>
8231 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8232 \begin_inset Text
8233
8234 \begin_layout Plain Layout
8235 Roberto
8236 \end_layout
8237
8238 \end_inset
8239 </cell>
8240 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8241 \begin_inset Text
8242
8243 \begin_layout Plain Layout
8244 111
8245 \end_layout
8246
8247 \end_inset
8248 </cell>
8249 </row>
8250 <row>
8251 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8252 \begin_inset Text
8253
8254 \begin_layout Plain Layout
8255
8256 \series bold
8257 Mezzadra
8258 \end_layout
8259
8260 \end_inset
8261 </cell>
8262 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8263 \begin_inset Text
8264
8265 \begin_layout Plain Layout
8266 Roberto
8267 \end_layout
8268
8269 \end_inset
8270 </cell>
8271 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8272 \begin_inset Text
8273
8274 \begin_layout Plain Layout
8275 111
8276 \end_layout
8277
8278 \end_inset
8279 </cell>
8280 </row>
8281 <row>
8282 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8283 \begin_inset Text
8284
8285 \begin_layout Plain Layout
8286
8287 \series bold
8288 Pirpamer
8289 \end_layout
8290
8291 \end_inset
8292 </cell>
8293 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8294 \begin_inset Text
8295
8296 \begin_layout Plain Layout
8297 Erich
8298 \end_layout
8299
8300 \end_inset
8301 </cell>
8302 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8303 \begin_inset Text
8304
8305 \begin_layout Plain Layout
8306 111
8307 \end_layout
8308
8309 \end_inset
8310 </cell>
8311 </row>
8312 <row>
8313 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8314 \begin_inset Text
8315
8316 \begin_layout Plain Layout
8317
8318 \series bold
8319 Pochiesa
8320 \end_layout
8321
8322 \end_inset
8323 </cell>
8324 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8325 \begin_inset Text
8326
8327 \begin_layout Plain Layout
8328 Paolo
8329 \end_layout
8330
8331 \end_inset
8332 </cell>
8333 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8334 \begin_inset Text
8335
8336 \begin_layout Plain Layout
8337 111, 222
8338 \end_layout
8339
8340 \end_inset
8341 </cell>
8342 </row>
8343 <row>
8344 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8345 \begin_inset Text
8346
8347 \begin_layout Plain Layout
8348
8349 \series bold
8350 Radina
8351 \end_layout
8352
8353 \end_inset
8354 </cell>
8355 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8356 \begin_inset Text
8357
8358 \begin_layout Plain Layout
8359 Claudio
8360 \end_layout
8361
8362 \end_inset
8363 </cell>
8364 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8365 \begin_inset Text
8366
8367 \begin_layout Plain Layout
8368 111
8369 \end_layout
8370
8371 \end_inset
8372 </cell>
8373 </row>
8374 <row>
8375 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8376 \begin_inset Text
8377
8378 \begin_layout Plain Layout
8379
8380 \series bold
8381 Stuffer
8382 \end_layout
8383
8384 \end_inset
8385 </cell>
8386 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8387 \begin_inset Text
8388
8389 \begin_layout Plain Layout
8390 Oskar
8391 \end_layout
8392
8393 \end_inset
8394 </cell>
8395 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8396 \begin_inset Text
8397
8398 \begin_layout Plain Layout
8399 111
8400 \end_layout
8401
8402 \end_inset
8403 </cell>
8404 </row>
8405 <row>
8406 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8407 \begin_inset Text
8408
8409 \begin_layout Plain Layout
8410
8411 \series bold
8412 Tacchelli
8413 \end_layout
8414
8415 \end_inset
8416 </cell>
8417 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8418 \begin_inset Text
8419
8420 \begin_layout Plain Layout
8421 Ugo
8422 \end_layout
8423
8424 \end_inset
8425 </cell>
8426 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8427 \begin_inset Text
8428
8429 \begin_layout Plain Layout
8430 111
8431 \end_layout
8432
8433 \end_inset
8434 </cell>
8435 </row>
8436 <row>
8437 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8438 \begin_inset Text
8439
8440 \begin_layout Plain Layout
8441
8442 \series bold
8443 Tezzele
8444 \end_layout
8445
8446 \end_inset
8447 </cell>
8448 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8449 \begin_inset Text
8450
8451 \begin_layout Plain Layout
8452 Margit
8453 \end_layout
8454
8455 \end_inset
8456 </cell>
8457 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8458 \begin_inset Text
8459
8460 \begin_layout Plain Layout
8461 111
8462 \end_layout
8463
8464 \end_inset
8465 </cell>
8466 </row>
8467 <row>
8468 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8469 \begin_inset Text
8470
8471 \begin_layout Plain Layout
8472
8473 \series bold
8474 Unterkalmsteiner
8475 \end_layout
8476
8477 \end_inset
8478 </cell>
8479 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8480 \begin_inset Text
8481
8482 \begin_layout Plain Layout
8483 Frieda
8484 \end_layout
8485
8486 \end_inset
8487 </cell>
8488 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8489 \begin_inset Text
8490
8491 \begin_layout Plain Layout
8492 111
8493 \end_layout
8494
8495 \end_inset
8496 </cell>
8497 </row>
8498 <row>
8499 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8500 \begin_inset Text
8501
8502 \begin_layout Plain Layout
8503
8504 \series bold
8505 Vieider
8506 \end_layout
8507
8508 \end_inset
8509 </cell>
8510 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8511 \begin_inset Text
8512
8513 \begin_layout Plain Layout
8514 Hilde
8515 \end_layout
8516
8517 \end_inset
8518 </cell>
8519 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8520 \begin_inset Text
8521
8522 \begin_layout Plain Layout
8523 111
8524 \end_layout
8525
8526 \end_inset
8527 </cell>
8528 </row>
8529 <row>
8530 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8531 \begin_inset Text
8532
8533 \begin_layout Plain Layout
8534
8535 \series bold
8536 Vigna
8537 \end_layout
8538
8539 \end_inset
8540 </cell>
8541 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8542 \begin_inset Text
8543
8544 \begin_layout Plain Layout
8545 Jürgen
8546 \end_layout
8547
8548 \end_inset
8549 </cell>
8550 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8551 \begin_inset Text
8552
8553 \begin_layout Plain Layout
8554 111
8555 \end_layout
8556
8557 \end_inset
8558 </cell>
8559 </row>
8560 <row>
8561 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8562 \begin_inset Text
8563
8564 \begin_layout Plain Layout
8565
8566 \series bold
8567 Weber
8568 \end_layout
8569
8570 \end_inset
8571 </cell>
8572 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8573 \begin_inset Text
8574
8575 \begin_layout Plain Layout
8576 Maurizio
8577 \end_layout
8578
8579 \end_inset
8580 </cell>
8581 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8582 \begin_inset Text
8583
8584 \begin_layout Plain Layout
8585 111
8586 \end_layout
8587
8588 \end_inset
8589 </cell>
8590 </row>
8591 <row>
8592 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8593 \begin_inset Text
8594
8595 \begin_layout Plain Layout
8596
8597 \series bold
8598 Winkler
8599 \end_layout
8600
8601 \end_inset
8602 </cell>
8603 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8604 \begin_inset Text
8605
8606 \begin_layout Plain Layout
8607 Franz
8608 \end_layout
8609
8610 \end_inset
8611 </cell>
8612 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8613 \begin_inset Text
8614
8615 \begin_layout Plain Layout
8616 111
8617 \end_layout
8618
8619 \end_inset
8620 </cell>
8621 </row>
8622 <row>
8623 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8624 \begin_inset Text
8625
8626 \begin_layout Plain Layout
8627  
8628 \end_layout
8629
8630 \end_inset
8631 </cell>
8632 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8633 \begin_inset Text
8634
8635 \begin_layout Plain Layout
8636
8637 \end_layout
8638
8639 \end_inset
8640 </cell>
8641 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8642 \begin_inset Text
8643
8644 \begin_layout Plain Layout
8645
8646 \end_layout
8647
8648 \end_inset
8649 </cell>
8650 </row>
8651 <row>
8652 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8653 \begin_inset Text
8654
8655 \begin_layout Plain Layout
8656
8657 \series bold
8658 Annovi
8659 \end_layout
8660
8661 \end_inset
8662 </cell>
8663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8664 \begin_inset Text
8665
8666 \begin_layout Plain Layout
8667 Silvia
8668 \end_layout
8669
8670 \end_inset
8671 </cell>
8672 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8673 \begin_inset Text
8674
8675 \begin_layout Plain Layout
8676 555
8677 \end_layout
8678
8679 \end_inset
8680 </cell>
8681 </row>
8682 <row>
8683 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8684 \begin_inset Text
8685
8686 \begin_layout Plain Layout
8687
8688 \series bold
8689 Bertoli
8690 \end_layout
8691
8692 \end_inset
8693 </cell>
8694 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8695 \begin_inset Text
8696
8697 \begin_layout Plain Layout
8698 Stefano
8699 \end_layout
8700
8701 \end_inset
8702 </cell>
8703 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8704 \begin_inset Text
8705
8706 \begin_layout Plain Layout
8707 555
8708 \end_layout
8709
8710 \end_inset
8711 </cell>
8712 </row>
8713 <row>
8714 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8715 \begin_inset Text
8716
8717 \begin_layout Plain Layout
8718
8719 \series bold
8720 Bozzi
8721 \end_layout
8722
8723 \end_inset
8724 </cell>
8725 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8726 \begin_inset Text
8727
8728 \begin_layout Plain Layout
8729 Walter
8730 \end_layout
8731
8732 \end_inset
8733 </cell>
8734 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8735 \begin_inset Text
8736
8737 \begin_layout Plain Layout
8738 555
8739 \end_layout
8740
8741 \end_inset
8742 </cell>
8743 </row>
8744 <row>
8745 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8746 \begin_inset Text
8747
8748 \begin_layout Plain Layout
8749
8750 \series bold
8751 Cachia
8752 \end_layout
8753
8754 \end_inset
8755 </cell>
8756 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8757 \begin_inset Text
8758
8759 \begin_layout Plain Layout
8760 Maria
8761 \end_layout
8762
8763 \end_inset
8764 </cell>
8765 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8766 \begin_inset Text
8767
8768 \begin_layout Plain Layout
8769 555
8770 \end_layout
8771
8772 \end_inset
8773 </cell>
8774 </row>
8775 <row>
8776 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8777 \begin_inset Text
8778
8779 \begin_layout Plain Layout
8780
8781 \series bold
8782 Cachia
8783 \end_layout
8784
8785 \end_inset
8786 </cell>
8787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8788 \begin_inset Text
8789
8790 \begin_layout Plain Layout
8791 Maurizio
8792 \end_layout
8793
8794 \end_inset
8795 </cell>
8796 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8797 \begin_inset Text
8798
8799 \begin_layout Plain Layout
8800 555
8801 \end_layout
8802
8803 \end_inset
8804 </cell>
8805 </row>
8806 <row>
8807 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8808 \begin_inset Text
8809
8810 \begin_layout Plain Layout
8811
8812 \series bold
8813 Cinquemani
8814 \end_layout
8815
8816 \end_inset
8817 </cell>
8818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8819 \begin_inset Text
8820
8821 \begin_layout Plain Layout
8822 Giusi
8823 \end_layout
8824
8825 \end_inset
8826 </cell>
8827 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8828 \begin_inset Text
8829
8830 \begin_layout Plain Layout
8831 555
8832 \end_layout
8833
8834 \end_inset
8835 </cell>
8836 </row>
8837 <row>
8838 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8839 \begin_inset Text
8840
8841 \begin_layout Plain Layout
8842
8843 \series bold
8844 Colin
8845 \end_layout
8846
8847 \end_inset
8848 </cell>
8849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8850 \begin_inset Text
8851
8852 \begin_layout Plain Layout
8853 Bernard
8854 \end_layout
8855
8856 \end_inset
8857 </cell>
8858 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8859 \begin_inset Text
8860
8861 \begin_layout Plain Layout
8862 555
8863 \end_layout
8864
8865 \end_inset
8866 </cell>
8867 </row>
8868 <row>
8869 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8870 \begin_inset Text
8871
8872 \begin_layout Plain Layout
8873
8874 \series bold
8875 Concli
8876 \end_layout
8877
8878 \end_inset
8879 </cell>
8880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8881 \begin_inset Text
8882
8883 \begin_layout Plain Layout
8884 Gianfranco
8885 \end_layout
8886
8887 \end_inset
8888 </cell>
8889 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8890 \begin_inset Text
8891
8892 \begin_layout Plain Layout
8893 555
8894 \end_layout
8895
8896 \end_inset
8897 </cell>
8898 </row>
8899 <row>
8900 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8901 \begin_inset Text
8902
8903 \begin_layout Plain Layout
8904
8905 \series bold
8906 Dal Bosco
8907 \end_layout
8908
8909 \end_inset
8910 </cell>
8911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8912 \begin_inset Text
8913
8914 \begin_layout Plain Layout
8915 Carolina
8916 \end_layout
8917
8918 \end_inset
8919 </cell>
8920 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8921 \begin_inset Text
8922
8923 \begin_layout Plain Layout
8924 555
8925 \end_layout
8926
8927 \end_inset
8928 </cell>
8929 </row>
8930 <row>
8931 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8932 \begin_inset Text
8933
8934 \begin_layout Plain Layout
8935
8936 \series bold
8937 Dalpiaz
8938 \end_layout
8939
8940 \end_inset
8941 </cell>
8942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8943 \begin_inset Text
8944
8945 \begin_layout Plain Layout
8946 Annamaria
8947 \end_layout
8948
8949 \end_inset
8950 </cell>
8951 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8952 \begin_inset Text
8953
8954 \begin_layout Plain Layout
8955 555
8956 \end_layout
8957
8958 \end_inset
8959 </cell>
8960 </row>
8961 <row>
8962 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8963 \begin_inset Text
8964
8965 \begin_layout Plain Layout
8966
8967 \series bold
8968 Feliciello
8969 \end_layout
8970
8971 \end_inset
8972 </cell>
8973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8974 \begin_inset Text
8975
8976 \begin_layout Plain Layout
8977 Domenico
8978 \end_layout
8979
8980 \end_inset
8981 </cell>
8982 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8983 \begin_inset Text
8984
8985 \begin_layout Plain Layout
8986 555
8987 \end_layout
8988
8989 \end_inset
8990 </cell>
8991 </row>
8992 <row>
8993 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8994 \begin_inset Text
8995
8996 \begin_layout Plain Layout
8997
8998 \series bold
8999 Focarelli
9000 \end_layout
9001
9002 \end_inset
9003 </cell>
9004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9005 \begin_inset Text
9006
9007 \begin_layout Plain Layout
9008 Paola
9009 \end_layout
9010
9011 \end_inset
9012 </cell>
9013 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9014 \begin_inset Text
9015
9016 \begin_layout Plain Layout
9017 555
9018 \end_layout
9019
9020 \end_inset
9021 </cell>
9022 </row>
9023 <row>
9024 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9025 \begin_inset Text
9026
9027 \begin_layout Plain Layout
9028
9029 \series bold
9030 Galletti
9031 \end_layout
9032
9033 \end_inset
9034 </cell>
9035 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9036 \begin_inset Text
9037
9038 \begin_layout Plain Layout
9039 Oreste
9040 \end_layout
9041
9042 \end_inset
9043 </cell>
9044 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9045 \begin_inset Text
9046
9047 \begin_layout Plain Layout
9048 555
9049 \end_layout
9050
9051 \end_inset
9052 </cell>
9053 </row>
9054 <row>
9055 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9056 \begin_inset Text
9057
9058 \begin_layout Plain Layout
9059
9060 \series bold
9061 Gasparini
9062 \end_layout
9063
9064 \end_inset
9065 </cell>
9066 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Plain Layout
9070 Franca
9071 \end_layout
9072
9073 \end_inset
9074 </cell>
9075 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9076 \begin_inset Text
9077
9078 \begin_layout Plain Layout
9079 555
9080 \end_layout
9081
9082 \end_inset
9083 </cell>
9084 </row>
9085 <row>
9086 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9087 \begin_inset Text
9088
9089 \begin_layout Plain Layout
9090
9091 \series bold
9092 Rizzardi
9093 \end_layout
9094
9095 \end_inset
9096 </cell>
9097 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9098 \begin_inset Text
9099
9100 \begin_layout Plain Layout
9101 Paola
9102 \end_layout
9103
9104 \end_inset
9105 </cell>
9106 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9107 \begin_inset Text
9108
9109 \begin_layout Plain Layout
9110 555
9111 \end_layout
9112
9113 \end_inset
9114 </cell>
9115 </row>
9116 <row>
9117 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9118 \begin_inset Text
9119
9120 \begin_layout Plain Layout
9121
9122 \series bold
9123 Lassini
9124 \end_layout
9125
9126 \end_inset
9127 </cell>
9128 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9129 \begin_inset Text
9130
9131 \begin_layout Plain Layout
9132 Giancarlo
9133 \end_layout
9134
9135 \end_inset
9136 </cell>
9137 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9138 \begin_inset Text
9139
9140 \begin_layout Plain Layout
9141 555
9142 \end_layout
9143
9144 \end_inset
9145 </cell>
9146 </row>
9147 <row>
9148 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9149 \begin_inset Text
9150
9151 \begin_layout Plain Layout
9152
9153 \series bold
9154 Malfatti
9155 \end_layout
9156
9157 \end_inset
9158 </cell>
9159 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9160 \begin_inset Text
9161
9162 \begin_layout Plain Layout
9163 Luciano
9164 \end_layout
9165
9166 \end_inset
9167 </cell>
9168 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9169 \begin_inset Text
9170
9171 \begin_layout Plain Layout
9172 555
9173 \end_layout
9174
9175 \end_inset
9176 </cell>
9177 </row>
9178 <row>
9179 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9180 \begin_inset Text
9181
9182 \begin_layout Plain Layout
9183
9184 \series bold
9185 Malfatti
9186 \end_layout
9187
9188 \end_inset
9189 </cell>
9190 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9191 \begin_inset Text
9192
9193 \begin_layout Plain Layout
9194 Valeriano
9195 \end_layout
9196
9197 \end_inset
9198 </cell>
9199 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9200 \begin_inset Text
9201
9202 \begin_layout Plain Layout
9203 555
9204 \end_layout
9205
9206 \end_inset
9207 </cell>
9208 </row>
9209 <row>
9210 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9211 \begin_inset Text
9212
9213 \begin_layout Plain Layout
9214
9215 \series bold
9216 Meneguzzo
9217 \end_layout
9218
9219 \end_inset
9220 </cell>
9221 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9222 \begin_inset Text
9223
9224 \begin_layout Plain Layout
9225 Roberto
9226 \end_layout
9227
9228 \end_inset
9229 </cell>
9230 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9231 \begin_inset Text
9232
9233 \begin_layout Plain Layout
9234 555
9235 \end_layout
9236
9237 \end_inset
9238 </cell>
9239 </row>
9240 <row>
9241 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9242 \begin_inset Text
9243
9244 \begin_layout Plain Layout
9245
9246 \series bold
9247 Mezzadra
9248 \end_layout
9249
9250 \end_inset
9251 </cell>
9252 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9253 \begin_inset Text
9254
9255 \begin_layout Plain Layout
9256 Roberto
9257 \end_layout
9258
9259 \end_inset
9260 </cell>
9261 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9262 \begin_inset Text
9263
9264 \begin_layout Plain Layout
9265 555
9266 \end_layout
9267
9268 \end_inset
9269 </cell>
9270 </row>
9271 <row endlastfoot="true">
9272 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9273 \begin_inset Text
9274
9275 \begin_layout Plain Layout
9276
9277 \end_layout
9278
9279 \end_inset
9280 </cell>
9281 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
9282 \begin_inset Text
9283
9284 \begin_layout Plain Layout
9285
9286 \end_layout
9287
9288 \end_inset
9289 </cell>
9290 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9291 \begin_inset Text
9292
9293 \begin_layout Plain Layout
9294
9295 \end_layout
9296
9297 \end_inset
9298 </cell>
9299 </row>
9300 </lyxtabular>
9301
9302 \end_inset
9303
9304
9305 \end_layout
9306
9307 \begin_layout Section
9308 Special Longtable Issues
9309 \begin_inset CommandInset label
9310 LatexCommand label
9311 name "sec:Special-Longtable-Issues"
9312
9313 \end_inset
9314
9315
9316 \end_layout
9317
9318 \begin_layout Subsection
9319 Longtable Calculation
9320 \begin_inset Index
9321 status collapsed
9322
9323 \begin_layout Plain Layout
9324 Longtables ! Calculation
9325 \end_layout
9326
9327 \end_inset
9328
9329
9330 \end_layout
9331
9332 \begin_layout Standard
9333 LaTeX calculates the height of table pages and their page breaks using so
9334  called chunks.
9335  Chunks are pieces of the tables that are at once in LaTeX's memory.
9336  The default value is historically set to only 20 table rows.
9337  If you are using longtables with many pages this may slow down the creation
9338  of your document.
9339  You can safely increase the chunk size to values of 100-1000 by adding
9340  this command line to your document preamble:
9341 \end_layout
9342
9343 \begin_layout Standard
9344
9345 \series bold
9346
9347 \backslash
9348 setcounter{LTchunksize}{100}
9349 \end_layout
9350
9351 \begin_layout Subsection
9352 Floats and Longtables
9353 \begin_inset Index
9354 status collapsed
9355
9356 \begin_layout Plain Layout
9357 Longtables ! Floats
9358 \end_layout
9359
9360 \end_inset
9361
9362
9363 \end_layout
9364
9365 \begin_layout Standard
9366 There might be problems when a float appears on the same page where a longtable
9367  starts.
9368  To avoid such situation, add the command 
9369 \series bold
9370
9371 \backslash
9372 clearpage
9373 \series default
9374  as TeX-Code before your longtable.
9375 \end_layout
9376
9377 \begin_layout Subsection
9378 Forced Page Breaks
9379 \begin_inset Index
9380 status collapsed
9381
9382 \begin_layout Plain Layout
9383 Longtables ! Forced Page Breaks
9384 \end_layout
9385
9386 \end_inset
9387
9388
9389 \end_layout
9390
9391 \begin_layout Standard
9392 By default tables are only broken between rows.
9393  If you have a cell with multiples lines and want to have a page break within
9394  the cell, insert the new line command 
9395 \begin_inset Quotes eld
9396 \end_inset
9397
9398
9399 \series bold
9400
9401 \backslash
9402
9403 \backslash
9404
9405 \series default
9406
9407 \begin_inset Quotes erd
9408 \end_inset
9409
9410  as TeX-Code at this point of the cell where it should be broken.
9411  Before the 
9412 \series bold
9413
9414 \backslash
9415
9416 \backslash
9417
9418 \series default
9419  command you have to insert in TeX-Code so many 
9420 \begin_inset Quotes eld
9421 \end_inset
9422
9423
9424 \series bold
9425 &
9426 \series default
9427
9428 \begin_inset Quotes erd
9429 \end_inset
9430
9431  characters like the number of the following table columns.
9432  The 
9433 \series bold
9434 &
9435 \series default
9436  is the character to separate table cells.
9437  Write in TeX-Code after each 
9438 \series bold
9439 &
9440 \series default
9441  the content of the corresponding following cell and delete the content
9442  of these cells.
9443 \begin_inset Newline newline
9444 \end_inset
9445
9446 Behind the the 
9447 \series bold
9448
9449 \backslash
9450
9451 \backslash
9452
9453 \series default
9454  command, insert so many 
9455 \series bold
9456 &
9457 \series default
9458  characters like the number of table columns before the current column.
9459  In Table
9460 \begin_inset space ~
9461 \end_inset
9462
9463
9464 \begin_inset CommandInset ref
9465 LatexCommand ref
9466 reference "tab:ForcedPagebreak"
9467
9468 \end_inset
9469
9470  the cell that should be broken is in the second column followed by another
9471  column.
9472  Therefore the following command was inserted in the cell as TeX-Code behind
9473  
9474 \begin_inset Quotes eld
9475 \end_inset
9476
9477
9478 \emph on
9479 Castelchiodato,
9480 \emph default
9481
9482 \begin_inset Quotes erd
9483 \end_inset
9484
9485 :
9486 \end_layout
9487
9488 \begin_layout Standard
9489
9490 \series bold
9491 & 111
9492 \backslash
9493
9494 \backslash
9495
9496 \begin_inset Newline newline
9497 \end_inset
9498
9499 &
9500 \end_layout
9501
9502 \begin_layout Standard
9503 The 
9504 \begin_inset Quotes eld
9505 \end_inset
9506
9507 111
9508 \begin_inset Quotes erd
9509 \end_inset
9510
9511  in the third columns of the row was deleted.
9512  If your footer row of the longtable has for a certain reason no upper line
9513  but you would have a horizontal line where the cell is broken, use this
9514  command instead:
9515 \end_layout
9516
9517 \begin_layout Standard
9518
9519 \series bold
9520 & 111
9521 \backslash
9522
9523 \backslash
9524
9525 \begin_inset Newline newline
9526 \end_inset
9527
9528
9529 \backslash
9530 hline &
9531 \end_layout
9532
9533 \begin_layout Standard
9534 When the cell to be broken is in the last column, the command
9535 \end_layout
9536
9537 \begin_layout Standard
9538
9539 \series bold
9540
9541 \backslash
9542 setlength{
9543 \backslash
9544 parfillskip}{0pt}
9545 \end_layout
9546
9547 \begin_layout Standard
9548 must be inserted as TeX-Code at the beginning of the cell.
9549  This assures that the part of the cell that will be displayed on the new
9550  page appears with the full width.
9551 \end_layout
9552
9553 \begin_layout Standard
9554 \align center
9555 \begin_inset Tabular
9556 <lyxtabular version="3" rows="39" columns="3">
9557 <features islongtable="true">
9558 <column alignment="left" valignment="top" width="0cm">
9559 <column alignment="left" valignment="top" width="3cm">
9560 <column alignment="center" valignment="top" width="0pt">
9561 <row endfirsthead="true" caption="true">
9562 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9563 \begin_inset Text
9564
9565 \begin_layout Plain Layout
9566 \begin_inset Caption
9567
9568 \begin_layout Plain Layout
9569 Table with forced page break in table cell
9570 \begin_inset CommandInset label
9571 LatexCommand label
9572 name "tab:ForcedPagebreak"
9573
9574 \end_inset
9575
9576
9577 \begin_inset OptArg
9578 status collapsed
9579
9580 \begin_layout Plain Layout
9581 Table with forced page break in table cell
9582 \end_layout
9583
9584 \end_inset
9585
9586
9587 \end_layout
9588
9589 \end_inset
9590
9591
9592 \end_layout
9593
9594 \end_inset
9595 </cell>
9596 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9597 \begin_inset Text
9598
9599 \begin_layout Plain Layout
9600
9601 \end_layout
9602
9603 \end_inset
9604 </cell>
9605 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
9606 \begin_inset Text
9607
9608 \begin_layout Plain Layout
9609
9610 \end_layout
9611
9612 \end_inset
9613 </cell>
9614 </row>
9615 <row endfirsthead="true">
9616 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9617 \begin_inset Text
9618
9619 \begin_layout Plain Layout
9620
9621 \series bold
9622 Example Phone List (ignore the names)
9623 \end_layout
9624
9625 \end_inset
9626 </cell>
9627 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9628 \begin_inset Text
9629
9630 \begin_layout Plain Layout
9631
9632 \end_layout
9633
9634 \end_inset
9635 </cell>
9636 <cell multicolumn="2" alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9637 \begin_inset Text
9638
9639 \begin_layout Plain Layout
9640
9641 \end_layout
9642
9643 \end_inset
9644 </cell>
9645 </row>
9646 <row endfirsthead="true">
9647 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9648 \begin_inset Text
9649
9650 \begin_layout Plain Layout
9651
9652 \series bold
9653 NAME
9654 \end_layout
9655
9656 \end_inset
9657 </cell>
9658 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9659 \begin_inset Text
9660
9661 \begin_layout Plain Layout
9662
9663 \end_layout
9664
9665 \end_inset
9666 </cell>
9667 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9668 \begin_inset Text
9669
9670 \begin_layout Plain Layout
9671
9672 \series bold
9673 TEL.
9674 \end_layout
9675
9676 \end_inset
9677 </cell>
9678 </row>
9679 <row endhead="true" caption="true">
9680 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
9681 \begin_inset Text
9682
9683 \begin_layout Plain Layout
9684 \begin_inset ERT
9685 status collapsed
9686
9687 \begin_layout Plain Layout
9688
9689
9690 \backslash
9691 caption*{Continued table with forced page break in table cell}
9692 \backslash
9693
9694 \backslash
9695 %
9696 \end_layout
9697
9698 \end_inset
9699
9700
9701 \end_layout
9702
9703 \end_inset
9704 </cell>
9705 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9706 \begin_inset Text
9707
9708 \begin_layout Plain Layout
9709
9710 \end_layout
9711
9712 \end_inset
9713 </cell>
9714 <cell multicolumn="2" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
9715 \begin_inset Text
9716
9717 \begin_layout Plain Layout
9718
9719 \end_layout
9720
9721 \end_inset
9722 </cell>
9723 </row>
9724 <row endhead="true">
9725 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9726 \begin_inset Text
9727
9728 \begin_layout Plain Layout
9729  
9730 \series bold
9731 Example Phone List
9732 \end_layout
9733
9734 \end_inset
9735 </cell>
9736 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9737 \begin_inset Text
9738
9739 \begin_layout Plain Layout
9740
9741 \end_layout
9742
9743 \end_inset
9744 </cell>
9745 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9746 \begin_inset Text
9747
9748 \begin_layout Plain Layout
9749
9750 \end_layout
9751
9752 \end_inset
9753 </cell>
9754 </row>
9755 <row endhead="true">
9756 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9757 \begin_inset Text
9758
9759 \begin_layout Plain Layout
9760
9761 \series bold
9762 NAME
9763 \end_layout
9764
9765 \end_inset
9766 </cell>
9767 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9768 \begin_inset Text
9769
9770 \begin_layout Plain Layout
9771
9772 \end_layout
9773
9774 \end_inset
9775 </cell>
9776 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9777 \begin_inset Text
9778
9779 \begin_layout Plain Layout
9780
9781 \series bold
9782 TEL.
9783 \end_layout
9784
9785 \end_inset
9786 </cell>
9787 </row>
9788 <row endfoot="true">
9789 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9790 \begin_inset Text
9791
9792 \begin_layout Plain Layout
9793 continued on next page
9794 \end_layout
9795
9796 \end_inset
9797 </cell>
9798 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9799 \begin_inset Text
9800
9801 \begin_layout Plain Layout
9802
9803 \end_layout
9804
9805 \end_inset
9806 </cell>
9807 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9808 \begin_inset Text
9809
9810 \begin_layout Plain Layout
9811
9812 \end_layout
9813
9814 \end_inset
9815 </cell>
9816 </row>
9817 <row>
9818 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9819 \begin_inset Text
9820
9821 \begin_layout Plain Layout
9822
9823 \series bold
9824 Annovi
9825 \end_layout
9826
9827 \end_inset
9828 </cell>
9829 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9830 \begin_inset Text
9831
9832 \begin_layout Plain Layout
9833 Silvia
9834 \end_layout
9835
9836 \end_inset
9837 </cell>
9838 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9839 \begin_inset Text
9840
9841 \begin_layout Plain Layout
9842 111
9843 \end_layout
9844
9845 \end_inset
9846 </cell>
9847 </row>
9848 <row>
9849 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9850 \begin_inset Text
9851
9852 \begin_layout Plain Layout
9853
9854 \series bold
9855 Bertoli
9856 \end_layout
9857
9858 \end_inset
9859 </cell>
9860 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9861 \begin_inset Text
9862
9863 \begin_layout Plain Layout
9864 Stefano
9865 \end_layout
9866
9867 \end_inset
9868 </cell>
9869 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9870 \begin_inset Text
9871
9872 \begin_layout Plain Layout
9873 111
9874 \end_layout
9875
9876 \end_inset
9877 </cell>
9878 </row>
9879 <row>
9880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9881 \begin_inset Text
9882
9883 \begin_layout Plain Layout
9884
9885 \series bold
9886 Bozzi
9887 \end_layout
9888
9889 \end_inset
9890 </cell>
9891 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9892 \begin_inset Text
9893
9894 \begin_layout Plain Layout
9895 Walter
9896 \end_layout
9897
9898 \end_inset
9899 </cell>
9900 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9901 \begin_inset Text
9902
9903 \begin_layout Plain Layout
9904 111
9905 \end_layout
9906
9907 \end_inset
9908 </cell>
9909 </row>
9910 <row>
9911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9912 \begin_inset Text
9913
9914 \begin_layout Plain Layout
9915
9916 \series bold
9917 Cachia
9918 \end_layout
9919
9920 \end_inset
9921 </cell>
9922 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9923 \begin_inset Text
9924
9925 \begin_layout Plain Layout
9926 Maria
9927 \end_layout
9928
9929 \end_inset
9930 </cell>
9931 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9932 \begin_inset Text
9933
9934 \begin_layout Plain Layout
9935 111
9936 \end_layout
9937
9938 \end_inset
9939 </cell>
9940 </row>
9941 <row>
9942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9943 \begin_inset Text
9944
9945 \begin_layout Plain Layout
9946
9947 \series bold
9948 Cachia
9949 \end_layout
9950
9951 \end_inset
9952 </cell>
9953 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9954 \begin_inset Text
9955
9956 \begin_layout Plain Layout
9957 Maurizio
9958 \end_layout
9959
9960 \end_inset
9961 </cell>
9962 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9963 \begin_inset Text
9964
9965 \begin_layout Plain Layout
9966 111
9967 \end_layout
9968
9969 \end_inset
9970 </cell>
9971 </row>
9972 <row>
9973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9974 \begin_inset Text
9975
9976 \begin_layout Plain Layout
9977
9978 \series bold
9979 Cinquemani
9980 \end_layout
9981
9982 \end_inset
9983 </cell>
9984 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9985 \begin_inset Text
9986
9987 \begin_layout Plain Layout
9988 Giusi
9989 \end_layout
9990
9991 \end_inset
9992 </cell>
9993 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9994 \begin_inset Text
9995
9996 \begin_layout Plain Layout
9997 111
9998 \end_layout
9999
10000 \end_inset
10001 </cell>
10002 </row>
10003 <row>
10004 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10005 \begin_inset Text
10006
10007 \begin_layout Plain Layout
10008
10009 \series bold
10010 Colin
10011 \end_layout
10012
10013 \end_inset
10014 </cell>
10015 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10016 \begin_inset Text
10017
10018 \begin_layout Plain Layout
10019 Bernard
10020 \end_layout
10021
10022 \end_inset
10023 </cell>
10024 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10025 \begin_inset Text
10026
10027 \begin_layout Plain Layout
10028 111
10029 \end_layout
10030
10031 \end_inset
10032 </cell>
10033 </row>
10034 <row>
10035 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10036 \begin_inset Text
10037
10038 \begin_layout Plain Layout
10039
10040 \series bold
10041 Concli
10042 \end_layout
10043
10044 \end_inset
10045 </cell>
10046 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10047 \begin_inset Text
10048
10049 \begin_layout Plain Layout
10050 Gianfranco
10051 \end_layout
10052
10053 \end_inset
10054 </cell>
10055 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10056 \begin_inset Text
10057
10058 \begin_layout Plain Layout
10059 111
10060 \end_layout
10061
10062 \end_inset
10063 </cell>
10064 </row>
10065 <row>
10066 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10067 \begin_inset Text
10068
10069 \begin_layout Plain Layout
10070
10071 \series bold
10072 Dal Bosco
10073 \end_layout
10074
10075 \end_inset
10076 </cell>
10077 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10078 \begin_inset Text
10079
10080 \begin_layout Plain Layout
10081 Carolina
10082 \end_layout
10083
10084 \end_inset
10085 </cell>
10086 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10087 \begin_inset Text
10088
10089 \begin_layout Plain Layout
10090 111
10091 \end_layout
10092
10093 \end_inset
10094 </cell>
10095 </row>
10096 <row>
10097 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10098 \begin_inset Text
10099
10100 \begin_layout Plain Layout
10101
10102 \series bold
10103 Dalpiaz
10104 \end_layout
10105
10106 \end_inset
10107 </cell>
10108 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10109 \begin_inset Text
10110
10111 \begin_layout Plain Layout
10112 Annamaria
10113 \end_layout
10114
10115 \end_inset
10116 </cell>
10117 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10118 \begin_inset Text
10119
10120 \begin_layout Plain Layout
10121 111
10122 \end_layout
10123
10124 \end_inset
10125 </cell>
10126 </row>
10127 <row>
10128 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10129 \begin_inset Text
10130
10131 \begin_layout Plain Layout
10132
10133 \series bold
10134 Feliciello
10135 \end_layout
10136
10137 \end_inset
10138 </cell>
10139 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10140 \begin_inset Text
10141
10142 \begin_layout Plain Layout
10143 Domenico
10144 \end_layout
10145
10146 \end_inset
10147 </cell>
10148 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10149 \begin_inset Text
10150
10151 \begin_layout Plain Layout
10152 111
10153 \end_layout
10154
10155 \end_inset
10156 </cell>
10157 </row>
10158 <row>
10159 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10160 \begin_inset Text
10161
10162 \begin_layout Plain Layout
10163
10164 \series bold
10165 Focarelli
10166 \end_layout
10167
10168 \end_inset
10169 </cell>
10170 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10171 \begin_inset Text
10172
10173 \begin_layout Plain Layout
10174 Paola
10175 \end_layout
10176
10177 \end_inset
10178 </cell>
10179 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10180 \begin_inset Text
10181
10182 \begin_layout Plain Layout
10183 111
10184 \end_layout
10185
10186 \end_inset
10187 </cell>
10188 </row>
10189 <row>
10190 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10191 \begin_inset Text
10192
10193 \begin_layout Plain Layout
10194
10195 \series bold
10196 Galletti
10197 \end_layout
10198
10199 \end_inset
10200 </cell>
10201 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10202 \begin_inset Text
10203
10204 \begin_layout Plain Layout
10205 Oreste
10206 \end_layout
10207
10208 \end_inset
10209 </cell>
10210 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10211 \begin_inset Text
10212
10213 \begin_layout Plain Layout
10214 111
10215 \end_layout
10216
10217 \end_inset
10218 </cell>
10219 </row>
10220 <row>
10221 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10222 \begin_inset Text
10223
10224 \begin_layout Plain Layout
10225
10226 \series bold
10227 Gasparini
10228 \end_layout
10229
10230 \end_inset
10231 </cell>
10232 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10233 \begin_inset Text
10234
10235 \begin_layout Plain Layout
10236 Franca
10237 \end_layout
10238
10239 \end_inset
10240 </cell>
10241 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10242 \begin_inset Text
10243
10244 \begin_layout Plain Layout
10245 111
10246 \end_layout
10247
10248 \end_inset
10249 </cell>
10250 </row>
10251 <row>
10252 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10253 \begin_inset Text
10254
10255 \begin_layout Plain Layout
10256
10257 \series bold
10258 Lassini
10259 \end_layout
10260
10261 \end_inset
10262 </cell>
10263 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10264 \begin_inset Text
10265
10266 \begin_layout Plain Layout
10267 Giancarlo
10268 \end_layout
10269
10270 \end_inset
10271 </cell>
10272 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10273 \begin_inset Text
10274
10275 \begin_layout Plain Layout
10276 111
10277 \end_layout
10278
10279 \end_inset
10280 </cell>
10281 </row>
10282 <row>
10283 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10284 \begin_inset Text
10285
10286 \begin_layout Plain Layout
10287
10288 \series bold
10289 Malfatti
10290 \end_layout
10291
10292 \end_inset
10293 </cell>
10294 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10295 \begin_inset Text
10296
10297 \begin_layout Plain Layout
10298 Luciano
10299 \end_layout
10300
10301 \end_inset
10302 </cell>
10303 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10304 \begin_inset Text
10305
10306 \begin_layout Plain Layout
10307 111
10308 \end_layout
10309
10310 \end_inset
10311 </cell>
10312 </row>
10313 <row>
10314 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10315 \begin_inset Text
10316
10317 \begin_layout Plain Layout
10318
10319 \series bold
10320 Malfatti
10321 \end_layout
10322
10323 \end_inset
10324 </cell>
10325 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10326 \begin_inset Text
10327
10328 \begin_layout Plain Layout
10329 Valeriano
10330 \end_layout
10331
10332 \end_inset
10333 </cell>
10334 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10335 \begin_inset Text
10336
10337 \begin_layout Plain Layout
10338 111
10339 \end_layout
10340
10341 \end_inset
10342 </cell>
10343 </row>
10344 <row>
10345 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10346 \begin_inset Text
10347
10348 \begin_layout Plain Layout
10349
10350 \series bold
10351 Meneguzzo
10352 \end_layout
10353
10354 \end_inset
10355 </cell>
10356 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10357 \begin_inset Text
10358
10359 \begin_layout Plain Layout
10360 Roberto
10361 \end_layout
10362
10363 \end_inset
10364 </cell>
10365 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10366 \begin_inset Text
10367
10368 \begin_layout Plain Layout
10369 111
10370 \end_layout
10371
10372 \end_inset
10373 </cell>
10374 </row>
10375 <row>
10376 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10377 \begin_inset Text
10378
10379 \begin_layout Plain Layout
10380
10381 \series bold
10382 Mezzadra
10383 \end_layout
10384
10385 \end_inset
10386 </cell>
10387 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10388 \begin_inset Text
10389
10390 \begin_layout Plain Layout
10391 Roberto
10392 \end_layout
10393
10394 \end_inset
10395 </cell>
10396 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10397 \begin_inset Text
10398
10399 \begin_layout Plain Layout
10400 111
10401 \end_layout
10402
10403 \end_inset
10404 </cell>
10405 </row>
10406 <row>
10407 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10408 \begin_inset Text
10409
10410 \begin_layout Plain Layout
10411
10412 \series bold
10413 Pirpamer
10414 \end_layout
10415
10416 \end_inset
10417 </cell>
10418 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10419 \begin_inset Text
10420
10421 \begin_layout Plain Layout
10422 Erich
10423 \end_layout
10424
10425 \end_inset
10426 </cell>
10427 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10428 \begin_inset Text
10429
10430 \begin_layout Plain Layout
10431 111
10432 \end_layout
10433
10434 \end_inset
10435 </cell>
10436 </row>
10437 <row>
10438 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10439 \begin_inset Text
10440
10441 \begin_layout Plain Layout
10442
10443 \series bold
10444 Pochiesa
10445 \end_layout
10446
10447 \end_inset
10448 </cell>
10449 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10450 \begin_inset Text
10451
10452 \begin_layout Plain Layout
10453 Paolo
10454 \end_layout
10455
10456 \end_inset
10457 </cell>
10458 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10459 \begin_inset Text
10460
10461 \begin_layout Plain Layout
10462 111, 222
10463 \end_layout
10464
10465 \end_inset
10466 </cell>
10467 </row>
10468 <row>
10469 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10470 \begin_inset Text
10471
10472 \begin_layout Plain Layout
10473
10474 \series bold
10475 Radina
10476 \end_layout
10477
10478 \end_inset
10479 </cell>
10480 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10481 \begin_inset Text
10482
10483 \begin_layout Plain Layout
10484 Claudio
10485 \end_layout
10486
10487 \end_inset
10488 </cell>
10489 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10490 \begin_inset Text
10491
10492 \begin_layout Plain Layout
10493 111
10494 \end_layout
10495
10496 \end_inset
10497 </cell>
10498 </row>
10499 <row>
10500 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10501 \begin_inset Text
10502
10503 \begin_layout Plain Layout
10504
10505 \series bold
10506 Rizzardi
10507 \end_layout
10508
10509 \end_inset
10510 </cell>
10511 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10512 \begin_inset Text
10513
10514 \begin_layout Plain Layout
10515 Paolo, 11.
10516  Fürst von Montecompatri, 11.
10517  Fürst von Sulmona und Vivaro, 10.
10518  Fürst von Rossano, 5.
10519  Herzog von Canemorte, 11.
10520  Herzog von Palombara, 5.
10521  Herzog von Castelchiodato,
10522 \begin_inset ERT
10523 status open
10524
10525 \begin_layout Plain Layout
10526
10527 & 111
10528 \backslash
10529
10530 \backslash
10531
10532 \end_layout
10533
10534 \begin_layout Plain Layout
10535
10536 &
10537 \end_layout
10538
10539 \end_inset
10540
10541  11.
10542  Herzog von Poggionativo, 11.
10543  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10544  Graf von Valinfreda, 11.
10545  Baron von Cropalati, 11.
10546  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10547 \end_layout
10548
10549 \end_inset
10550 </cell>
10551 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10552 \begin_inset Text
10553
10554 \begin_layout Plain Layout
10555
10556 \end_layout
10557
10558 \end_inset
10559 </cell>
10560 </row>
10561 <row>
10562 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10563 \begin_inset Text
10564
10565 \begin_layout Plain Layout
10566
10567 \series bold
10568 Stuffer
10569 \end_layout
10570
10571 \end_inset
10572 </cell>
10573 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10574 \begin_inset Text
10575
10576 \begin_layout Plain Layout
10577 Oskar
10578 \end_layout
10579
10580 \end_inset
10581 </cell>
10582 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10583 \begin_inset Text
10584
10585 \begin_layout Plain Layout
10586 111
10587 \end_layout
10588
10589 \end_inset
10590 </cell>
10591 </row>
10592 <row>
10593 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10594 \begin_inset Text
10595
10596 \begin_layout Plain Layout
10597
10598 \series bold
10599 Tacchelli
10600 \end_layout
10601
10602 \end_inset
10603 </cell>
10604 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10605 \begin_inset Text
10606
10607 \begin_layout Plain Layout
10608 Ugo
10609 \end_layout
10610
10611 \end_inset
10612 </cell>
10613 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10614 \begin_inset Text
10615
10616 \begin_layout Plain Layout
10617 111
10618 \end_layout
10619
10620 \end_inset
10621 </cell>
10622 </row>
10623 <row>
10624 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10625 \begin_inset Text
10626
10627 \begin_layout Plain Layout
10628
10629 \series bold
10630 Tezzele
10631 \end_layout
10632
10633 \end_inset
10634 </cell>
10635 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10636 \begin_inset Text
10637
10638 \begin_layout Plain Layout
10639 Margit
10640 \end_layout
10641
10642 \end_inset
10643 </cell>
10644 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10645 \begin_inset Text
10646
10647 \begin_layout Plain Layout
10648 111
10649 \end_layout
10650
10651 \end_inset
10652 </cell>
10653 </row>
10654 <row>
10655 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10656 \begin_inset Text
10657
10658 \begin_layout Plain Layout
10659
10660 \series bold
10661 Unterkalmsteiner
10662 \end_layout
10663
10664 \end_inset
10665 </cell>
10666 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10667 \begin_inset Text
10668
10669 \begin_layout Plain Layout
10670 Frieda
10671 \end_layout
10672
10673 \end_inset
10674 </cell>
10675 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10676 \begin_inset Text
10677
10678 \begin_layout Plain Layout
10679 111
10680 \end_layout
10681
10682 \end_inset
10683 </cell>
10684 </row>
10685 <row>
10686 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10687 \begin_inset Text
10688
10689 \begin_layout Plain Layout
10690
10691 \series bold
10692 Vieider
10693 \end_layout
10694
10695 \end_inset
10696 </cell>
10697 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10698 \begin_inset Text
10699
10700 \begin_layout Plain Layout
10701 Hilde
10702 \end_layout
10703
10704 \end_inset
10705 </cell>
10706 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10707 \begin_inset Text
10708
10709 \begin_layout Plain Layout
10710 111
10711 \end_layout
10712
10713 \end_inset
10714 </cell>
10715 </row>
10716 <row>
10717 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10718 \begin_inset Text
10719
10720 \begin_layout Plain Layout
10721
10722 \series bold
10723 Vigna
10724 \end_layout
10725
10726 \end_inset
10727 </cell>
10728 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10729 \begin_inset Text
10730
10731 \begin_layout Plain Layout
10732 Jürgen
10733 \end_layout
10734
10735 \end_inset
10736 </cell>
10737 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10738 \begin_inset Text
10739
10740 \begin_layout Plain Layout
10741 111
10742 \end_layout
10743
10744 \end_inset
10745 </cell>
10746 </row>
10747 <row>
10748 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10749 \begin_inset Text
10750
10751 \begin_layout Plain Layout
10752
10753 \series bold
10754 Weber
10755 \end_layout
10756
10757 \end_inset
10758 </cell>
10759 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10760 \begin_inset Text
10761
10762 \begin_layout Plain Layout
10763 Maurizio
10764 \end_layout
10765
10766 \end_inset
10767 </cell>
10768 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10769 \begin_inset Text
10770
10771 \begin_layout Plain Layout
10772 111
10773 \end_layout
10774
10775 \end_inset
10776 </cell>
10777 </row>
10778 <row>
10779 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10780 \begin_inset Text
10781
10782 \begin_layout Plain Layout
10783
10784 \series bold
10785 Winkler
10786 \end_layout
10787
10788 \end_inset
10789 </cell>
10790 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10791 \begin_inset Text
10792
10793 \begin_layout Plain Layout
10794 Franz
10795 \end_layout
10796
10797 \end_inset
10798 </cell>
10799 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10800 \begin_inset Text
10801
10802 \begin_layout Plain Layout
10803 111
10804 \end_layout
10805
10806 \end_inset
10807 </cell>
10808 </row>
10809 <row endlastfoot="true">
10810 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
10811 \begin_inset Text
10812
10813 \begin_layout Plain Layout
10814
10815 \end_layout
10816
10817 \end_inset
10818 </cell>
10819 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10820 \begin_inset Text
10821
10822 \begin_layout Plain Layout
10823
10824 \end_layout
10825
10826 \end_inset
10827 </cell>
10828 <cell multicolumn="2" alignment="center" valignment="top" rightline="true" usebox="none">
10829 \begin_inset Text
10830
10831 \begin_layout Plain Layout
10832
10833 \end_layout
10834
10835 \end_inset
10836 </cell>
10837 </row>
10838 </lyxtabular>
10839
10840 \end_inset
10841
10842
10843 \end_layout
10844
10845 \begin_layout Standard
10846 \begin_inset Newpage newpage
10847 \end_inset
10848
10849
10850 \end_layout
10851
10852 \begin_layout Section
10853 Multiple Lines Columns and Rows
10854 \end_layout
10855
10856 \begin_layout Subsection
10857 Multiple Lines in Table Cells
10858 \begin_inset CommandInset label
10859 LatexCommand label
10860 name "sub:Multiple-Lines-in"
10861
10862 \end_inset
10863
10864
10865 \begin_inset Index
10866 status collapsed
10867
10868 \begin_layout Plain Layout
10869 Multiple Lines in Table Cells
10870 \end_layout
10871
10872 \end_inset
10873
10874
10875 \begin_inset Index
10876 status collapsed
10877
10878 \begin_layout Plain Layout
10879 Table ! Linebreaks
10880 \end_layout
10881
10882 \end_inset
10883
10884
10885 \end_layout
10886
10887 \begin_layout Standard
10888 \noindent
10889 \begin_inset Float table
10890 placement H
10891 wide false
10892 sideways false
10893 status open
10894
10895 \begin_layout Plain Layout
10896 \begin_inset Caption
10897
10898 \begin_layout Plain Layout
10899 \begin_inset CommandInset label
10900 LatexCommand label
10901 name "tab:Table-with-multiple"
10902
10903 \end_inset
10904
10905 Table with multiple lines in cells
10906 \end_layout
10907
10908 \end_inset
10909
10910
10911 \end_layout
10912
10913 \begin_layout Plain Layout
10914 \align center
10915 \begin_inset Tabular
10916 <lyxtabular version="3" rows="3" columns="3">
10917 <features>
10918 <column alignment="center" valignment="middle" width="2.5cm">
10919 <column alignment="center" valignment="middle" width="0">
10920 <column alignment="center" valignment="middle" width="0">
10921 <row>
10922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10923 \begin_inset Text
10924
10925 \begin_layout Plain Layout
10926 multiple
10927 \begin_inset Newline linebreak
10928 \end_inset
10929
10930 lines
10931 \end_layout
10932
10933 \end_inset
10934 </cell>
10935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10936 \begin_inset Text
10937
10938 \begin_layout Plain Layout
10939 b
10940 \end_layout
10941
10942 \end_inset
10943 </cell>
10944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10945 \begin_inset Text
10946
10947 \begin_layout Plain Layout
10948 c
10949 \end_layout
10950
10951 \end_inset
10952 </cell>
10953 </row>
10954 <row>
10955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10956 \begin_inset Text
10957
10958 \begin_layout Plain Layout
10959 d
10960 \end_layout
10961
10962 \end_inset
10963 </cell>
10964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10965 \begin_inset Text
10966
10967 \begin_layout Plain Layout
10968 e
10969 \end_layout
10970
10971 \end_inset
10972 </cell>
10973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10974 \begin_inset Text
10975
10976 \begin_layout Plain Layout
10977 f
10978 \end_layout
10979
10980 \end_inset
10981 </cell>
10982 </row>
10983 <row>
10984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10985 \begin_inset Text
10986
10987 \begin_layout Plain Layout
10988 g
10989 \end_layout
10990
10991 \end_inset
10992 </cell>
10993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10994 \begin_inset Text
10995
10996 \begin_layout Plain Layout
10997 h
10998 \end_layout
10999
11000 \end_inset
11001 </cell>
11002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11003 \begin_inset Text
11004
11005 \begin_layout Plain Layout
11006 i
11007 \end_layout
11008
11009 \end_inset
11010 </cell>
11011 </row>
11012 </lyxtabular>
11013
11014 \end_inset
11015
11016
11017 \end_layout
11018
11019 \end_inset
11020
11021
11022 \end_layout
11023
11024 \begin_layout Standard
11025 Adjusting a fixed width for a column, enables to enter text as a paragraph
11026  with multiple lines and hyphenations.
11027 \end_layout
11028
11029 \begin_layout Standard
11030 To produce Table
11031 \begin_inset space ~
11032 \end_inset
11033
11034
11035 \begin_inset CommandInset ref
11036 LatexCommand ref
11037 reference "tab:Table-with-multiple"
11038
11039 \end_inset
11040
11041 , create a 3×3 table, mark the first cell and right-click on it.
11042  In the appearing table dialog we set a cell width of 2.5
11043 \begin_inset space \thinspace{}
11044 \end_inset
11045
11046 cm and choose centered for the vertical and horizontal alignment.
11047  The vertical alignment is used for all cells of the row.
11048  As our text is smaller than than 2.5
11049 \begin_inset space \thinspace{}
11050 \end_inset
11051
11052 cm, only one line will appear.
11053  To get two lines, a justified line break (shortcut 
11054 \begin_inset Info
11055 type  "shortcut"
11056 arg   "newline-insert linebreak"
11057 \end_inset
11058
11059 ) was added.
11060  If the text is wider than the set cell width, it will automatically be
11061  broken to several lines.
11062 \end_layout
11063
11064 \begin_layout Standard
11065 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11066  by LaTeX if it is the first entry.
11067  Therefore you need to insert something, to make the word not being the
11068  first entry.
11069  So add a horizontal space of 0
11070 \begin_inset space \thinspace{}
11071 \end_inset
11072
11073 pt before the word.
11074  As the space is zero, it doesn't change the output.
11075  Table
11076 \begin_inset space ~
11077 \end_inset
11078
11079
11080 \begin_inset CommandInset ref
11081 LatexCommand ref
11082 reference "tab:Table-with-and"
11083
11084 \end_inset
11085
11086  shows the effect.
11087 \end_layout
11088
11089 \begin_layout Standard
11090 \begin_inset Float table
11091 placement h
11092 wide false
11093 sideways false
11094 status open
11095
11096 \begin_layout Plain Layout
11097 \begin_inset Caption
11098
11099 \begin_layout Plain Layout
11100 \begin_inset CommandInset label
11101 LatexCommand label
11102 name "tab:Table-with-and"
11103
11104 \end_inset
11105
11106 Table with and without hyphenation
11107 \end_layout
11108
11109 \end_inset
11110
11111
11112 \end_layout
11113
11114 \begin_layout Plain Layout
11115 \begin_inset space \hfill{}
11116 \end_inset
11117
11118
11119 \begin_inset Tabular
11120 <lyxtabular version="3" rows="3" columns="3">
11121 <features>
11122 <column alignment="center" valignment="middle" width="2.5cm">
11123 <column alignment="center" valignment="middle" width="0">
11124 <column alignment="center" valignment="middle" width="0">
11125 <row>
11126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11127 \begin_inset Text
11128
11129 \begin_layout Plain Layout
11130 verylongtablecellword
11131 \end_layout
11132
11133 \end_inset
11134 </cell>
11135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11136 \begin_inset Text
11137
11138 \begin_layout Plain Layout
11139 b
11140 \end_layout
11141
11142 \end_inset
11143 </cell>
11144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11145 \begin_inset Text
11146
11147 \begin_layout Plain Layout
11148 c
11149 \end_layout
11150
11151 \end_inset
11152 </cell>
11153 </row>
11154 <row>
11155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11156 \begin_inset Text
11157
11158 \begin_layout Plain Layout
11159 d
11160 \end_layout
11161
11162 \end_inset
11163 </cell>
11164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11165 \begin_inset Text
11166
11167 \begin_layout Plain Layout
11168 e
11169 \end_layout
11170
11171 \end_inset
11172 </cell>
11173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11174 \begin_inset Text
11175
11176 \begin_layout Plain Layout
11177 f
11178 \end_layout
11179
11180 \end_inset
11181 </cell>
11182 </row>
11183 <row>
11184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11185 \begin_inset Text
11186
11187 \begin_layout Plain Layout
11188 g
11189 \end_layout
11190
11191 \end_inset
11192 </cell>
11193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11194 \begin_inset Text
11195
11196 \begin_layout Plain Layout
11197 h
11198 \end_layout
11199
11200 \end_inset
11201 </cell>
11202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11203 \begin_inset Text
11204
11205 \begin_layout Plain Layout
11206 i
11207 \end_layout
11208
11209 \end_inset
11210 </cell>
11211 </row>
11212 </lyxtabular>
11213
11214 \end_inset
11215
11216
11217 \begin_inset space \hfill{}
11218 \end_inset
11219
11220
11221 \begin_inset Tabular
11222 <lyxtabular version="3" rows="3" columns="3">
11223 <features>
11224 <column alignment="center" valignment="middle" width="2.5cm">
11225 <column alignment="center" valignment="middle" width="0">
11226 <column alignment="center" valignment="middle" width="0">
11227 <row>
11228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11229 \begin_inset Text
11230
11231 \begin_layout Plain Layout
11232 \begin_inset space \hspace{}
11233 \length 0pt
11234 \end_inset
11235
11236 verylongtablecellword
11237 \end_layout
11238
11239 \end_inset
11240 </cell>
11241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11242 \begin_inset Text
11243
11244 \begin_layout Plain Layout
11245 b
11246 \end_layout
11247
11248 \end_inset
11249 </cell>
11250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11251 \begin_inset Text
11252
11253 \begin_layout Plain Layout
11254 c
11255 \end_layout
11256
11257 \end_inset
11258 </cell>
11259 </row>
11260 <row>
11261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11262 \begin_inset Text
11263
11264 \begin_layout Plain Layout
11265 d
11266 \end_layout
11267
11268 \end_inset
11269 </cell>
11270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11271 \begin_inset Text
11272
11273 \begin_layout Plain Layout
11274 e
11275 \end_layout
11276
11277 \end_inset
11278 </cell>
11279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11280 \begin_inset Text
11281
11282 \begin_layout Plain Layout
11283 f
11284 \end_layout
11285
11286 \end_inset
11287 </cell>
11288 </row>
11289 <row>
11290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11291 \begin_inset Text
11292
11293 \begin_layout Plain Layout
11294 g
11295 \end_layout
11296
11297 \end_inset
11298 </cell>
11299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11300 \begin_inset Text
11301
11302 \begin_layout Plain Layout
11303 h
11304 \end_layout
11305
11306 \end_inset
11307 </cell>
11308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11309 \begin_inset Text
11310
11311 \begin_layout Plain Layout
11312 i
11313 \end_layout
11314
11315 \end_inset
11316 </cell>
11317 </row>
11318 </lyxtabular>
11319
11320 \end_inset
11321
11322
11323 \begin_inset space \hfill{}
11324 \end_inset
11325
11326
11327 \end_layout
11328
11329 \end_inset
11330
11331
11332 \end_layout
11333
11334 \begin_layout Subsection
11335 Multicolumns
11336 \begin_inset CommandInset label
11337 LatexCommand label
11338 name "sub:Multicolumns"
11339
11340 \end_inset
11341
11342
11343 \begin_inset Index
11344 status collapsed
11345
11346 \begin_layout Plain Layout
11347 Multicolumns
11348 \end_layout
11349
11350 \end_inset
11351
11352
11353 \begin_inset Index
11354 status collapsed
11355
11356 \begin_layout Plain Layout
11357 Table ! Multicolumns
11358 \end_layout
11359
11360 \end_inset
11361
11362
11363 \end_layout
11364
11365 \begin_layout Subsubsection
11366 Multicolumn Basics
11367 \end_layout
11368
11369 \begin_layout Standard
11370 To span a cell over multiple columns, mark as much cells within a line that
11371  should be one spanned cell and use either the table-toolbar button 
11372 \begin_inset Graphics
11373         filename ../images/tabular-feature_multicolumn.png
11374         scale 85
11375         scaleBeforeRotation
11376
11377 \end_inset
11378
11379 , or the menu 
11380 \family sans
11381 Edit\SpecialChar \menuseparator
11382 Table\SpecialChar \menuseparator
11383 Multicolumn
11384 \family default
11385 , or right click on the marked cells and choose multicolumn in the appearing
11386  table dialog under the tab 
11387 \family sans
11388 Table Settings
11389 \family default
11390 .
11391 \end_layout
11392
11393 \begin_layout Standard
11394 Multicolumns have there own cell settings.
11395  That means changing cell borders, cell alignment, and the width only affects
11396  the multicolumn.
11397  Here is an example table with a multicolumn cell in the first row and one
11398  in the last row without the upper border:
11399 \end_layout
11400
11401 \begin_layout Standard
11402 \align center
11403 \begin_inset Tabular
11404 <lyxtabular version="3" rows="3" columns="4">
11405 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11406 <column alignment="center" valignment="top" width="0pt">
11407 <column alignment="center" valignment="middle" width="0">
11408 <column alignment="center" valignment="top" width="0in">
11409 <column alignment="center" valignment="top" width="0pt">
11410 <row>
11411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11412 \begin_inset Text
11413
11414 \begin_layout Plain Layout
11415 abc
11416 \end_layout
11417
11418 \end_inset
11419 </cell>
11420 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11421 \begin_inset Text
11422
11423 \begin_layout Plain Layout
11424 def ghi
11425 \end_layout
11426
11427 \end_inset
11428 </cell>
11429 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11430 \begin_inset Text
11431
11432 \begin_layout Plain Layout
11433
11434 \end_layout
11435
11436 \end_inset
11437 </cell>
11438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11439 \begin_inset Text
11440
11441 \begin_layout Plain Layout
11442 jkl
11443 \end_layout
11444
11445 \end_inset
11446 </cell>
11447 </row>
11448 <row>
11449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11450 \begin_inset Text
11451
11452 \begin_layout Plain Layout
11453
11454 \family roman
11455 \series medium
11456 \shape up
11457 \size normal
11458 \emph off
11459 \bar no
11460 \noun off
11461 \color none
11462 A
11463 \end_layout
11464
11465 \end_inset
11466 </cell>
11467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11468 \begin_inset Text
11469
11470 \begin_layout Plain Layout
11471 B
11472 \end_layout
11473
11474 \end_inset
11475 </cell>
11476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11477 \begin_inset Text
11478
11479 \begin_layout Plain Layout
11480 C
11481 \end_layout
11482
11483 \end_inset
11484 </cell>
11485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11486 \begin_inset Text
11487
11488 \begin_layout Plain Layout
11489 D
11490 \end_layout
11491
11492 \end_inset
11493 </cell>
11494 </row>
11495 <row>
11496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11497 \begin_inset Text
11498
11499 \begin_layout Plain Layout
11500 1
11501 \end_layout
11502
11503 \end_inset
11504 </cell>
11505 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11506 \begin_inset Text
11507
11508 \begin_layout Plain Layout
11509 2
11510 \end_layout
11511
11512 \end_inset
11513 </cell>
11514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11515 \begin_inset Text
11516
11517 \begin_layout Plain Layout
11518 3
11519 \end_layout
11520
11521 \end_inset
11522 </cell>
11523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11524 \begin_inset Text
11525
11526 \begin_layout Plain Layout
11527 4
11528 \end_layout
11529
11530 \end_inset
11531 </cell>
11532 </row>
11533 </lyxtabular>
11534
11535 \end_inset
11536
11537
11538 \end_layout
11539
11540 \begin_layout Subsubsection
11541 Multicolumn Calculations
11542 \begin_inset CommandInset label
11543 LatexCommand label
11544 name "sub:Multicolumn-Calculations"
11545
11546 \end_inset
11547
11548
11549 \begin_inset Index
11550 status collapsed
11551
11552 \begin_layout Plain Layout
11553 Multicolumns ! Calculations
11554 \end_layout
11555
11556 \end_inset
11557
11558
11559 \end_layout
11560
11561 \begin_layout Standard
11562 LyX supports multicolumns directly, but we have to take notice of the cell
11563  width of the columns spanned by the multicolumn cell.
11564 \end_layout
11565
11566 \begin_layout Standard
11567 \begin_inset Float table
11568 placement h
11569 wide false
11570 sideways false
11571 status open
11572
11573 \begin_layout Plain Layout
11574 \begin_inset Caption
11575
11576 \begin_layout Plain Layout
11577 \begin_inset CommandInset label
11578 LatexCommand label
11579 name "tab:Table-with-centered"
11580
11581 \end_inset
11582
11583 Table with centered multicolumn text above two columns that have exactly
11584  half the width of the multicolumn cell
11585 \begin_inset OptArg
11586 status collapsed
11587
11588 \begin_layout Plain Layout
11589 Perfect multicolumn table
11590 \end_layout
11591
11592 \end_inset
11593
11594
11595 \end_layout
11596
11597 \end_inset
11598
11599
11600 \end_layout
11601
11602 \begin_layout Plain Layout
11603 \align center
11604 \begin_inset Tabular
11605 <lyxtabular version="3" rows="3" columns="3">
11606 <features>
11607 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11608 <column alignment="center" valignment="middle" width="0">
11609 <column alignment="center" valignment="top" width="0">
11610 <row>
11611 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11612 \begin_inset Text
11613
11614 \begin_layout Plain Layout
11615 multiple lines multicolumn
11616 \end_layout
11617
11618 \end_inset
11619 </cell>
11620 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11621 \begin_inset Text
11622
11623 \begin_layout Plain Layout
11624
11625 \end_layout
11626
11627 \end_inset
11628 </cell>
11629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11630 \begin_inset Text
11631
11632 \begin_layout Plain Layout
11633 c
11634 \end_layout
11635
11636 \end_inset
11637 </cell>
11638 </row>
11639 <row>
11640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11641 \begin_inset Text
11642
11643 \begin_layout Plain Layout
11644 d
11645 \end_layout
11646
11647 \end_inset
11648 </cell>
11649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11650 \begin_inset Text
11651
11652 \begin_layout Plain Layout
11653 e
11654 \end_layout
11655
11656 \end_inset
11657 </cell>
11658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11659 \begin_inset Text
11660
11661 \begin_layout Plain Layout
11662 f
11663 \end_layout
11664
11665 \end_inset
11666 </cell>
11667 </row>
11668 <row>
11669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11670 \begin_inset Text
11671
11672 \begin_layout Plain Layout
11673 g
11674 \end_layout
11675
11676 \end_inset
11677 </cell>
11678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11679 \begin_inset Text
11680
11681 \begin_layout Plain Layout
11682 h
11683 \end_layout
11684
11685 \end_inset
11686 </cell>
11687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11688 \begin_inset Text
11689
11690 \begin_layout Plain Layout
11691 i
11692 \end_layout
11693
11694 \end_inset
11695 </cell>
11696 </row>
11697 </lyxtabular>
11698
11699 \end_inset
11700
11701
11702 \end_layout
11703
11704 \end_inset
11705
11706
11707 \end_layout
11708
11709 \begin_layout Standard
11710 To create for example Table
11711 \begin_inset space ~
11712 \end_inset
11713
11714
11715 \begin_inset CommandInset ref
11716 LatexCommand ref
11717 reference "tab:Table-with-centered"
11718
11719 \end_inset
11720
11721 , mark the first two cells in the first row of a 3×3 table and right-click
11722  on them.
11723  Now choose for this cell 
11724 \emph on
11725 multicolumn
11726 \emph default
11727
11728 \emph on
11729 centered alignment
11730 \emph default
11731  and a width of 2.5
11732 \begin_inset space \thinspace{}
11733 \end_inset
11734
11735 cm in the table dialog.
11736  The spanned columns should have exactly half the width of the multicolumn
11737  cell, so that you would adjust a width of 1.25
11738 \begin_inset space \thinspace{}
11739 \end_inset
11740
11741 cm for the first column.
11742  The second column has then automatically a width of 1.25
11743 \begin_inset space \thinspace{}
11744 \end_inset
11745
11746 cm (multicolumn width - width of first column).
11747  This was done for Table
11748 \begin_inset space ~
11749 \end_inset
11750
11751
11752 \begin_inset CommandInset ref
11753 LatexCommand ref
11754 reference "tab:Table-without-half"
11755
11756 \end_inset
11757
11758 .
11759 \end_layout
11760
11761 \begin_layout Standard
11762 \begin_inset Float table
11763 wide false
11764 sideways false
11765 status open
11766
11767 \begin_layout Plain Layout
11768 \begin_inset Caption
11769
11770 \begin_layout Plain Layout
11771 \begin_inset CommandInset label
11772 LatexCommand label
11773 name "tab:Table-without-half"
11774
11775 \end_inset
11776
11777 Table where the spanned table columns have not exactly half the width of
11778  the multicolumn cell
11779 \begin_inset OptArg
11780 status collapsed
11781
11782 \begin_layout Plain Layout
11783 Imperfect multicolumn table
11784 \end_layout
11785
11786 \end_inset
11787
11788
11789 \end_layout
11790
11791 \end_inset
11792
11793
11794 \end_layout
11795
11796 \begin_layout Plain Layout
11797 \align center
11798 \begin_inset Tabular
11799 <lyxtabular version="3" rows="3" columns="3">
11800 <features>
11801 <column alignment="center" valignment="top" width="1.25cm">
11802 <column alignment="center" valignment="top" width="0">
11803 <column alignment="center" valignment="top" width="0">
11804 <row>
11805 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11806 \begin_inset Text
11807
11808 \begin_layout Plain Layout
11809 multiple lines multicolumn
11810 \end_layout
11811
11812 \end_inset
11813 </cell>
11814 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11815 \begin_inset Text
11816
11817 \begin_layout Plain Layout
11818
11819 \end_layout
11820
11821 \end_inset
11822 </cell>
11823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11824 \begin_inset Text
11825
11826 \begin_layout Plain Layout
11827 c
11828 \end_layout
11829
11830 \end_inset
11831 </cell>
11832 </row>
11833 <row>
11834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11835 \begin_inset Text
11836
11837 \begin_layout Plain Layout
11838 d
11839 \end_layout
11840
11841 \end_inset
11842 </cell>
11843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11844 \begin_inset Text
11845
11846 \begin_layout Plain Layout
11847 e
11848 \end_layout
11849
11850 \end_inset
11851 </cell>
11852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11853 \begin_inset Text
11854
11855 \begin_layout Plain Layout
11856 f
11857 \end_layout
11858
11859 \end_inset
11860 </cell>
11861 </row>
11862 <row>
11863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11864 \begin_inset Text
11865
11866 \begin_layout Plain Layout
11867 g
11868 \end_layout
11869
11870 \end_inset
11871 </cell>
11872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11873 \begin_inset Text
11874
11875 \begin_layout Plain Layout
11876 h
11877 \end_layout
11878
11879 \end_inset
11880 </cell>
11881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11882 \begin_inset Text
11883
11884 \begin_layout Plain Layout
11885 i
11886 \end_layout
11887
11888 \end_inset
11889 </cell>
11890 </row>
11891 </lyxtabular>
11892
11893 \end_inset
11894
11895
11896 \end_layout
11897
11898 \end_inset
11899
11900
11901 \end_layout
11902
11903 \begin_layout Standard
11904 You can see that the first column has not the half width of the multicolumn
11905  cell, it is a bit bigger.
11906  The reason is that the given width of a cell 
11907 \begin_inset Formula $W_{g}$
11908 \end_inset
11909
11910  is not its total width 
11911 \begin_inset Formula $W_{\mathrm{tot}}$
11912 \end_inset
11913
11914  because a cell is always a bit larger than its given width.
11915  Appendix
11916 \begin_inset space ~
11917 \end_inset
11918
11919
11920 \begin_inset CommandInset ref
11921 LatexCommand eqref
11922 reference "cha:Explanation-of-Equation"
11923
11924 \end_inset
11925
11926  explains it in detail.
11927 \end_layout
11928
11929 \begin_layout Standard
11930 The needed given width 
11931 \begin_inset Formula $W_{g\, n}$
11932 \end_inset
11933
11934  when 
11935 \emph on
11936 n
11937 \emph default
11938  columns are spanned can be calculated, so that each column has a total
11939  width of 
11940 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11941 \end_inset
11942
11943 :
11944 \begin_inset Formula \begin{equation}
11945 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11946
11947 \end_inset
11948
11949
11950 \end_layout
11951
11952 \begin_layout Standard
11953 In our case we have 
11954 \begin_inset Formula $n=2$
11955 \end_inset
11956
11957
11958 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11959 \end_inset
11960
11961 cm and the default values for the lengths, so that equation 
11962 \begin_inset CommandInset ref
11963 LatexCommand ref
11964 reference "eq:Wgn"
11965
11966 \end_inset
11967
11968  becomes
11969 \begin_inset Formula \begin{equation}
11970 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11971
11972 \end_inset
11973
11974
11975 \end_layout
11976
11977 \begin_layout Standard
11978 To enable calculations in LaTeX, the LaTeX-package 
11979 \series bold
11980 calc
11981 \series default
11982  must be loaded with the document preamble line
11983 \begin_inset Index
11984 status collapsed
11985
11986 \begin_layout Plain Layout
11987 LaTeX-packages ! calc
11988 \end_layout
11989
11990 \end_inset
11991
11992
11993 \end_layout
11994
11995 \begin_layout Standard
11996
11997 \series bold
11998
11999 \backslash
12000 usepackage{calc}
12001 \end_layout
12002
12003 \begin_layout Standard
12004 LyX does not allow to calculate lengths in the width-field of the table
12005  dialog.
12006  Therefore you have to format the column by inserting a LaTeX-argument in
12007  the dialog.
12008  Here is an overview about the arguments:
12009 \end_layout
12010
12011 \begin_layout Itemize
12012
12013 \series bold
12014 p{width}
12015 \series default
12016  creates cell with a fixed width, its text is vertically top-aligned
12017 \end_layout
12018
12019 \begin_layout Itemize
12020
12021 \series bold
12022 m{width}
12023 \series default
12024  creates cell with a fixed width, its text is vertically centered
12025 \end_layout
12026
12027 \begin_layout Itemize
12028
12029 \series bold
12030 b{width}
12031 \series default
12032  creates cell with a fixed width, its text is vertically bottom-aligned
12033 \end_layout
12034
12035 \begin_layout Standard
12036 By entering a LaTeX-argument, all cell settings set in the table dialog
12037  are overwritten.
12038 \end_layout
12039
12040 \begin_layout Standard
12041 \begin_inset Note Greyedout
12042 status open
12043
12044 \begin_layout Plain Layout
12045
12046 \series bold
12047 Note:
12048 \series default
12049  Due to a bug, LyX shows the overwritten settings anyway.
12050 \end_layout
12051
12052 \end_inset
12053
12054
12055 \end_layout
12056
12057 \begin_layout Standard
12058 As the text should be horizontally centered, the command 
12059 \series bold
12060
12061 \backslash
12062 centering
12063 \series default
12064  is added.
12065  You can now enter the following LaTeX-argument for the first spanned column:
12066 \end_layout
12067
12068 \begin_layout Standard
12069
12070 \series bold
12071 >{
12072 \backslash
12073 centering}m{1.25cm-6.2pt}
12074 \end_layout
12075
12076 \begin_layout Standard
12077 The command 
12078 \series bold
12079 >{ }
12080 \series default
12081  means, that the commands inside the braces are applied before the cell
12082  is created.
12083 \end_layout
12084
12085 \begin_layout Standard
12086 Although we have chosen centered alignment for the text of the multicolumn
12087  cell, it is still left aligned.
12088  This is because LyX only applies the alignment to single columns.
12089  So we have to use for the multicolumn the LaTeX-argument
12090 \end_layout
12091
12092 \begin_layout Standard
12093
12094 \series bold
12095 >{
12096 \backslash
12097 centering}m{2.5cm}
12098 \end_layout
12099
12100 \begin_layout Subsection
12101 Multirows
12102 \begin_inset Index
12103 status collapsed
12104
12105 \begin_layout Plain Layout
12106 Multirows
12107 \end_layout
12108
12109 \end_inset
12110
12111
12112 \begin_inset Index
12113 status collapsed
12114
12115 \begin_layout Plain Layout
12116 Table ! Multirows
12117 \end_layout
12118
12119 \end_inset
12120
12121
12122 \end_layout
12123
12124 \begin_layout Standard
12125 In contrary to multicolumns multirows are not yet supported by LyX so a
12126  bit of TeX-Code needs to be used.
12127  To use multirows load the LaTeX-package 
12128 \series bold
12129 multirow
12130 \series default
12131
12132 \begin_inset Index
12133 status collapsed
12134
12135 \begin_layout Plain Layout
12136 LaTeX-packages ! multirow
12137 \end_layout
12138
12139 \end_inset
12140
12141  in your document preamble with the command
12142 \end_layout
12143
12144 \begin_layout Standard
12145
12146 \series bold
12147
12148 \backslash
12149 usepackage{multirow}
12150 \end_layout
12151
12152 \begin_layout Standard
12153 Multirows are created with the command
12154 \end_layout
12155
12156 \begin_layout Standard
12157
12158 \series bold
12159
12160 \backslash
12161 multirow{number of rows}{cell width}{cell entry}
12162 \end_layout
12163
12164 \begin_layout Standard
12165 To create the following table:
12166 \end_layout
12167
12168 \begin_layout Standard
12169 \align center
12170 \begin_inset ERT
12171 status collapsed
12172
12173 \begin_layout Plain Layout
12174
12175
12176 \backslash
12177 renewcommand{
12178 \backslash
12179 multirowsetup}{
12180 \backslash
12181 centering}
12182 \end_layout
12183
12184 \end_inset
12185
12186
12187 \begin_inset Tabular
12188 <lyxtabular version="3" rows="3" columns="3">
12189 <features>
12190 <column alignment="center" valignment="top" width="0">
12191 <column alignment="center" valignment="top" width="0">
12192 <column alignment="center" valignment="top" width="0">
12193 <row>
12194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12195 \begin_inset Text
12196
12197 \begin_layout Plain Layout
12198 a
12199 \end_layout
12200
12201 \end_inset
12202 </cell>
12203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12204 \begin_inset Text
12205
12206 \begin_layout Plain Layout
12207 b
12208 \end_layout
12209
12210 \end_inset
12211 </cell>
12212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12213 \begin_inset Text
12214
12215 \begin_layout Plain Layout
12216 c
12217 \end_layout
12218
12219 \end_inset
12220 </cell>
12221 </row>
12222 <row>
12223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12224 \begin_inset Text
12225
12226 \begin_layout Plain Layout
12227 \begin_inset ERT
12228 status collapsed
12229
12230 \begin_layout Plain Layout
12231
12232
12233 \backslash
12234 multirow{2}{2.5cm}{
12235 \end_layout
12236
12237 \end_inset
12238
12239 multirow entry
12240 \begin_inset ERT
12241 status collapsed
12242
12243 \begin_layout Plain Layout
12244
12245 }
12246 \end_layout
12247
12248 \end_inset
12249
12250
12251 \end_layout
12252
12253 \end_inset
12254 </cell>
12255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12256 \begin_inset Text
12257
12258 \begin_layout Plain Layout
12259 e
12260 \end_layout
12261
12262 \end_inset
12263 </cell>
12264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12265 \begin_inset Text
12266
12267 \begin_layout Plain Layout
12268 f
12269 \end_layout
12270
12271 \end_inset
12272 </cell>
12273 </row>
12274 <row>
12275 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12276 \begin_inset Text
12277
12278 \begin_layout Plain Layout
12279
12280 \end_layout
12281
12282 \end_inset
12283 </cell>
12284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12285 \begin_inset Text
12286
12287 \begin_layout Plain Layout
12288 h
12289 \end_layout
12290
12291 \end_inset
12292 </cell>
12293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12294 \begin_inset Text
12295
12296 \begin_layout Plain Layout
12297 i
12298 \end_layout
12299
12300 \end_inset
12301 </cell>
12302 </row>
12303 </lyxtabular>
12304
12305 \end_inset
12306
12307
12308 \begin_inset ERT
12309 status collapsed
12310
12311 \begin_layout Plain Layout
12312
12313
12314 \backslash
12315 renewcommand{
12316 \backslash
12317 multirowsetup}{
12318 \backslash
12319 raggedright}
12320 \end_layout
12321
12322 \end_inset
12323
12324
12325 \end_layout
12326
12327 \begin_layout Standard
12328 create a 3×3 table.
12329  To get rid of the line above the last cell in the first column, the cell
12330  is marked as multicolumn and the upper border is unset.
12331  The multirow is now created in the second row of the first column by inserting
12332  there the command
12333 \end_layout
12334
12335 \begin_layout Standard
12336
12337 \series bold
12338
12339 \backslash
12340 multirow{2}{2.5cm}{
12341 \end_layout
12342
12343 \begin_layout Standard
12344 as TeX-Code.
12345  According to the command parameters the multirow spans now two rows and
12346  has a width of 2.5
12347 \begin_inset space \thinspace{}
12348 \end_inset
12349
12350 cm.
12351  The content of the multirow cell follows outside the TeX-Code box and the
12352  command is finished with a right brace 
12353 \series bold
12354 }
12355 \series default
12356  in another TeX-Code-box behind the text.
12357 \end_layout
12358
12359 \begin_layout Standard
12360
12361 \series bold
12362
12363 \backslash
12364 multirow
12365 \series default
12366  left-aligns its content by default.
12367  To override the default, renew the command 
12368 \series bold
12369
12370 \backslash
12371 multirowsetup
12372 \series default
12373  with the command
12374 \end_layout
12375
12376 \begin_layout Standard
12377
12378 \series bold
12379
12380 \backslash
12381 renewcommand{
12382 \backslash
12383 multirowsetup}{
12384 \backslash
12385 centering}
12386 \end_layout
12387
12388 \begin_layout Standard
12389 in TeX-Code in the document preamble.
12390  Then all entries of multirow cells in the document are centered.
12391  If centering is only needed for several tables, you can renew the command
12392  in an TeX-Code box just before the table instead of the preamble.
12393  If the text should be right-aligned, replace 
12394 \series bold
12395
12396 \backslash
12397 centering
12398 \series default
12399  by 
12400 \series bold
12401
12402 \backslash
12403 raggedleft
12404 \series default
12405 .
12406  To return to left-alignment 
12407 \series bold
12408
12409 \backslash
12410 raggedright
12411 \series default
12412  is used.
12413 \end_layout
12414
12415 \begin_layout Section
12416 Formal Tables
12417 \begin_inset CommandInset label
12418 LatexCommand label
12419 name "sec:Formal-Tables"
12420
12421 \end_inset
12422
12423
12424 \begin_inset Index
12425 status collapsed
12426
12427 \begin_layout Plain Layout
12428 Table ! Formal
12429 \end_layout
12430
12431 \end_inset
12432
12433
12434 \end_layout
12435
12436 \begin_layout Standard
12437 Tables are often typeset in books similar to Table
12438 \begin_inset space ~
12439 \end_inset
12440
12441
12442 \begin_inset CommandInset ref
12443 LatexCommand ref
12444 reference "tab:Example-booktabs-table"
12445
12446 \end_inset
12447
12448 .
12449  This kind of tables is called 
12450 \begin_inset Quotes eld
12451 \end_inset
12452
12453
12454 \emph on
12455 formal
12456 \emph default
12457
12458 \begin_inset Quotes erd
12459 \end_inset
12460
12461 .
12462  To make a table a formal table use the option 
12463 \family sans
12464 Formal
12465 \family default
12466  in the 
12467 \family sans
12468 Borders
12469 \family default
12470  tab of the table dialog.
12471 \end_layout
12472
12473 \begin_layout Standard
12474 \begin_inset Float table
12475 placement h
12476 wide false
12477 sideways false
12478 status open
12479
12480 \begin_layout Plain Layout
12481 \begin_inset Caption
12482
12483 \begin_layout Plain Layout
12484 \begin_inset CommandInset label
12485 LatexCommand label
12486 name "tab:Example-booktabs-table"
12487
12488 \end_inset
12489
12490 Example booktabs-table
12491 \end_layout
12492
12493 \end_inset
12494
12495
12496 \end_layout
12497
12498 \begin_layout Plain Layout
12499 \align center
12500 \begin_inset Tabular
12501 <lyxtabular version="3" rows="8" columns="4">
12502 <features booktabs="true">
12503 <column alignment="center" valignment="top" width="0">
12504 <column alignment="center" valignment="top" width="0">
12505 <column alignment="center" valignment="top" width="0">
12506 <column alignment="center" valignment="top" width="0">
12507 <row>
12508 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12509 \begin_inset Text
12510
12511 \begin_layout Plain Layout
12512 System
12513 \end_layout
12514
12515 \end_inset
12516 </cell>
12517 <cell alignment="center" valignment="top" topline="true" usebox="none">
12518 \begin_inset Text
12519
12520 \begin_layout Plain Layout
12521 Medipix
12522 \begin_inset space \thinspace{}
12523 \end_inset
12524
12525 1
12526 \end_layout
12527
12528 \end_inset
12529 </cell>
12530 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12531 \begin_inset Text
12532
12533 \begin_layout Plain Layout
12534 Medipix
12535 \begin_inset space \thinspace{}
12536 \end_inset
12537
12538 2
12539 \end_layout
12540
12541 \end_inset
12542 </cell>
12543 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12544 \begin_inset Text
12545
12546 \begin_layout Plain Layout
12547
12548 \end_layout
12549
12550 \end_inset
12551 </cell>
12552 </row>
12553 <row>
12554 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12555 \begin_inset Text
12556
12557 \begin_layout Plain Layout
12558 \begin_inset ERT
12559 status collapsed
12560
12561 \begin_layout Plain Layout
12562
12563
12564 \backslash
12565 cmidrule(r){2-2}
12566 \end_layout
12567
12568 \end_inset
12569
12570
12571 \begin_inset ERT
12572 status collapsed
12573
12574 \begin_layout Plain Layout
12575
12576
12577 \backslash
12578 cmidrule(l){3-4}
12579 \end_layout
12580
12581 \end_inset
12582
12583 Detector thickness [µm]
12584 \end_layout
12585
12586 \end_inset
12587 </cell>
12588 <cell alignment="center" valignment="top" usebox="none">
12589 \begin_inset Text
12590
12591 \begin_layout Plain Layout
12592 300
12593 \end_layout
12594
12595 \end_inset
12596 </cell>
12597 <cell alignment="center" valignment="top" usebox="none">
12598 \begin_inset Text
12599
12600 \begin_layout Plain Layout
12601 300
12602 \end_layout
12603
12604 \end_inset
12605 </cell>
12606 <cell alignment="center" valignment="top" usebox="none">
12607 \begin_inset Text
12608
12609 \begin_layout Plain Layout
12610 700
12611 \end_layout
12612
12613 \end_inset
12614 </cell>
12615 </row>
12616 <row>
12617 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12618 \begin_inset Text
12619
12620 \begin_layout Plain Layout
12621 Edge angle [°]
12622 \end_layout
12623
12624 \end_inset
12625 </cell>
12626 <cell alignment="center" valignment="top" topline="true" usebox="none">
12627 \begin_inset Text
12628
12629 \begin_layout Plain Layout
12630 3.55
12631 \end_layout
12632
12633 \end_inset
12634 </cell>
12635 <cell alignment="center" valignment="top" topline="true" usebox="none">
12636 \begin_inset Text
12637
12638 \begin_layout Plain Layout
12639 2.71
12640 \end_layout
12641
12642 \end_inset
12643 </cell>
12644 <cell alignment="center" valignment="top" topline="true" usebox="none">
12645 \begin_inset Text
12646
12647 \begin_layout Plain Layout
12648 7.99
12649 \end_layout
12650
12651 \end_inset
12652 </cell>
12653 </row>
12654 <row topspace="default">
12655 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12656 \begin_inset Text
12657
12658 \begin_layout Plain Layout
12659 Spatial resolution [µm]
12660 \end_layout
12661
12662 \end_inset
12663 </cell>
12664 <cell alignment="center" valignment="top" usebox="none">
12665 \begin_inset Text
12666
12667 \begin_layout Plain Layout
12668 4.26
12669 \end_layout
12670
12671 \end_inset
12672 </cell>
12673 <cell alignment="center" valignment="top" usebox="none">
12674 \begin_inset Text
12675
12676 \begin_layout Plain Layout
12677 10.17
12678 \end_layout
12679
12680 \end_inset
12681 </cell>
12682 <cell alignment="center" valignment="top" usebox="none">
12683 \begin_inset Text
12684
12685 \begin_layout Plain Layout
12686 10.56
12687 \end_layout
12688
12689 \end_inset
12690 </cell>
12691 </row>
12692 <row topspace="default">
12693 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12694 \begin_inset Text
12695
12696 \begin_layout Plain Layout
12697 MTF at 
12698 \begin_inset Formula $f_{\mathrm{max}}$
12699 \end_inset
12700
12701
12702 \end_layout
12703
12704 \end_inset
12705 </cell>
12706 <cell alignment="center" valignment="top" usebox="none">
12707 \begin_inset Text
12708
12709 \begin_layout Plain Layout
12710 0.53
12711 \end_layout
12712
12713 \end_inset
12714 </cell>
12715 <cell alignment="center" valignment="top" usebox="none">
12716 \begin_inset Text
12717
12718 \begin_layout Plain Layout
12719 0.37
12720 \end_layout
12721
12722 \end_inset
12723 </cell>
12724 <cell alignment="center" valignment="top" usebox="none">
12725 \begin_inset Text
12726
12727 \begin_layout Plain Layout
12728 0.39
12729 \end_layout
12730
12731 \end_inset
12732 </cell>
12733 </row>
12734 <row topspace="default">
12735 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12736 \begin_inset Text
12737
12738 \begin_layout Plain Layout
12739 \begin_inset ERT
12740 status collapsed
12741
12742 \begin_layout Plain Layout
12743
12744
12745 \backslash
12746 cmidrule(l{10pt}){1-1}
12747 \end_layout
12748
12749 \end_inset
12750
12751 LSF-spatial resolution
12752 \end_layout
12753
12754 \end_inset
12755 </cell>
12756 <cell alignment="center" valignment="top" usebox="none">
12757 \begin_inset Text
12758
12759 \begin_layout Plain Layout
12760
12761 \end_layout
12762
12763 \end_inset
12764 </cell>
12765 <cell alignment="center" valignment="top" usebox="none">
12766 \begin_inset Text
12767
12768 \begin_layout Plain Layout
12769
12770 \end_layout
12771
12772 \end_inset
12773 </cell>
12774 <cell alignment="center" valignment="top" usebox="none">
12775 \begin_inset Text
12776
12777 \begin_layout Plain Layout
12778
12779 \end_layout
12780
12781 \end_inset
12782 </cell>
12783 </row>
12784 <row>
12785 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12786 \begin_inset Text
12787
12788 \begin_layout Plain Layout
12789 in Âµm
12790 \end_layout
12791
12792 \end_inset
12793 </cell>
12794 <cell alignment="center" valignment="top" usebox="none">
12795 \begin_inset Text
12796
12797 \begin_layout Plain Layout
12798 129.7
12799 \end_layout
12800
12801 \end_inset
12802 </cell>
12803 <cell alignment="center" valignment="top" usebox="none">
12804 \begin_inset Text
12805
12806 \begin_layout Plain Layout
12807 52.75
12808 \end_layout
12809
12810 \end_inset
12811 </cell>
12812 <cell alignment="center" valignment="top" usebox="none">
12813 \begin_inset Text
12814
12815 \begin_layout Plain Layout
12816 50.78
12817 \end_layout
12818
12819 \end_inset
12820 </cell>
12821 </row>
12822 <row>
12823 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12824 \begin_inset Text
12825
12826 \begin_layout Plain Layout
12827 in % of pixel size
12828 \end_layout
12829
12830 \end_inset
12831 </cell>
12832 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12833 \begin_inset Text
12834
12835 \begin_layout Plain Layout
12836 76.3
12837 \end_layout
12838
12839 \end_inset
12840 </cell>
12841 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12842 \begin_inset Text
12843
12844 \begin_layout Plain Layout
12845 95.9
12846 \end_layout
12847
12848 \end_inset
12849 </cell>
12850 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12851 \begin_inset Text
12852
12853 \begin_layout Plain Layout
12854 92.3
12855 \end_layout
12856
12857 \end_inset
12858 </cell>
12859 </row>
12860 </lyxtabular>
12861
12862 \end_inset
12863
12864
12865 \end_layout
12866
12867 \end_inset
12868
12869
12870 \end_layout
12871
12872 \begin_layout Standard
12873 Spaces to table rows can be added using the 
12874 \family sans
12875 Borders
12876 \family default
12877  tab of the table dialog as described in section
12878 \begin_inset space ~
12879 \end_inset
12880
12881
12882 \begin_inset CommandInset ref
12883 LatexCommand ref
12884 reference "sub:Row-Spacing"
12885
12886 \end_inset
12887
12888 .
12889 \end_layout
12890
12891 \begin_layout Standard
12892 In contrary to normal tables, formal tables have no vertical table lines.
12893  The horizontal table lines can be set like for normal tables but they appear
12894  with different width in the output:
12895 \begin_inset Newline newline
12896 \end_inset
12897
12898 The first and the last table line have a default width of 0.08
12899 \begin_inset space \thinspace{}
12900 \end_inset
12901
12902 em while the other lines have a default width of 0.05
12903 \begin_inset space \thinspace{}
12904 \end_inset
12905
12906 em.
12907 \end_layout
12908
12909 \begin_layout Standard
12910 The default widths can be changed with the following preamble lines
12911 \end_layout
12912
12913 \begin_layout Standard
12914
12915 \series bold
12916
12917 \backslash
12918 let
12919 \backslash
12920 mytoprule
12921 \backslash
12922 toprule
12923 \begin_inset Newline newline
12924 \end_inset
12925
12926
12927 \backslash
12928 renewcommand{
12929 \backslash
12930 toprule}{
12931 \backslash
12932 mytoprule[width]}
12933 \end_layout
12934
12935 \begin_layout Standard
12936 This example is for the first line, the so called 
12937 \series bold
12938 toprule
12939 \series default
12940 .
12941  If you want to change the width for the last line, replace 
12942 \series bold
12943 toprule
12944 \series default
12945  by 
12946 \series bold
12947 bottomrule
12948 \series default
12949 .
12950  To change the width for the other lines replace 
12951 \series bold
12952 toprule
12953 \series default
12954  by 
12955 \series bold
12956 midrule
12957 \series default
12958 .
12959  You can use all units listed in appendix
12960 \begin_inset space ~
12961 \end_inset
12962
12963
12964 \begin_inset CommandInset ref
12965 LatexCommand ref
12966 reference "cha:Units-available-in"
12967
12968 \end_inset
12969
12970  to set the width.
12971 \end_layout
12972
12973 \begin_layout Standard
12974 Lines that don't span over all table columns can be created by setting a
12975  table line for multicolumn cells.
12976  LyX will then internally use the command 
12977 \series bold
12978
12979 \backslash
12980 cmidrule
12981 \series default
12982  to create this line.
12983  Its full scheme is
12984 \end_layout
12985
12986 \begin_layout Standard
12987
12988 \series bold
12989
12990 \backslash
12991 cmidrule[width](trim){startcol-endcol}
12992 \end_layout
12993
12994 \begin_layout Standard
12995 The options of 
12996 \series bold
12997
12998 \backslash
12999 cmidrule
13000 \series default
13001  are are currently not supported by LyX so you have to use TeX-Code to be
13002  able to use them.
13003  
13004 \series bold
13005
13006 \backslash
13007 cmidrule
13008 \series default
13009 s can manually be created by inserting the command as TeX-Code as first
13010  cell entry of the first cell of a row.
13011  The line is then drawn in the output above the current row.
13012 \end_layout
13013
13014 \begin_layout Standard
13015 The default for the width is 0.03
13016 \begin_inset space \thinspace{}
13017 \end_inset
13018
13019 em.
13020  Startcol is the number of the column where the line starts and endcol the
13021  column number where the line ends.
13022  The endcol always needs to be specified, also when the line should span
13023  only one column.
13024  The optional parameter trim could be either 
13025 \emph on
13026 l{trimwidth}
13027 \emph default
13028 , or 
13029 \emph on
13030 r{trimwidth}
13031 \emph default
13032  where the trimwidth is also optional.
13033  Using for example the parameter 
13034 \emph on
13035 l{2pt}
13036 \emph default
13037  means that the line is trimmed from its left end by 2
13038 \begin_inset space \thinspace{}
13039 \end_inset
13040
13041 pt.
13042  If you don't specify the trimwidth the lines are trimmed by the default
13043  of 0.5
13044 \begin_inset space \thinspace{}
13045 \end_inset
13046
13047 em.
13048 \end_layout
13049
13050 \begin_layout Standard
13051 \begin_inset VSpace bigskip
13052 \end_inset
13053
13054 Table
13055 \begin_inset space ~
13056 \end_inset
13057
13058
13059 \begin_inset CommandInset ref
13060 LatexCommand ref
13061 reference "tab:Example-booktabs-table"
13062
13063 \end_inset
13064
13065  was created using the commands
13066 \end_layout
13067
13068 \begin_layout Standard
13069
13070 \series bold
13071
13072 \backslash
13073 cmidrule(r){2-2}
13074 \backslash
13075 cmidrule(l){3-4}
13076 \end_layout
13077
13078 \begin_layout Standard
13079 at the beginning of the in the second row and
13080 \end_layout
13081
13082 \begin_layout Standard
13083
13084 \series bold
13085
13086 \backslash
13087 cmidrule(l{10pt}){1-1}
13088 \end_layout
13089
13090 \begin_layout Standard
13091 in the sixth row.
13092 \end_layout
13093
13094 \begin_layout Standard
13095 \begin_inset VSpace bigskip
13096 \end_inset
13097
13098
13099 \end_layout
13100
13101 \begin_layout Standard
13102 You might want to have overlapping 
13103 \series bold
13104
13105 \backslash
13106 cmidrule
13107 \series default
13108 s like in Table
13109 \begin_inset space ~
13110 \end_inset
13111
13112
13113 \begin_inset CommandInset ref
13114 LatexCommand ref
13115 reference "tab:Special-booktabs-table"
13116
13117 \end_inset
13118
13119 .
13120  This can be achieved with the TeX-Code command
13121 \end_layout
13122
13123 \begin_layout Standard
13124
13125 \series bold
13126
13127 \backslash
13128 morecmidrules
13129 \end_layout
13130
13131 \begin_layout Standard
13132 The command that was used for the second row of Table
13133 \begin_inset space ~
13134 \end_inset
13135
13136
13137 \begin_inset CommandInset ref
13138 LatexCommand ref
13139 reference "tab:Special-booktabs-table"
13140
13141 \end_inset
13142
13143  is
13144 \end_layout
13145
13146 \begin_layout Standard
13147
13148 \series bold
13149
13150 \backslash
13151 cmidrule(r){2-2}
13152 \backslash
13153 cmidrule(l){3-4}
13154 \backslash
13155 morecmidrules
13156 \backslash
13157 cmidrule{2-4}
13158 \end_layout
13159
13160 \begin_layout Standard
13161 The command for the sixth row is
13162 \end_layout
13163
13164 \begin_layout Standard
13165
13166 \series bold
13167
13168 \backslash
13169 midrule
13170 \backslash
13171 morecmidrules
13172 \backslash
13173 cmidrule{3-4}
13174 \end_layout
13175
13176 \begin_layout Standard
13177 \begin_inset VSpace bigskip
13178 \end_inset
13179
13180
13181 \end_layout
13182
13183 \begin_layout Standard
13184 If you are anyway not satisfied with the border line spacing, you can use
13185  the following command to produce lines that span over all table columns
13186 \series bold
13187 :
13188 \end_layout
13189
13190 \begin_layout Standard
13191
13192 \series bold
13193
13194 \backslash
13195 specialrule{width}{space above}{space below}
13196 \end_layout
13197
13198 \begin_layout Standard
13199 For more informations about these specialties, we refer to the manual of
13200  the LaTeX-package 
13201 \series bold
13202 booktabs
13203 \series default
13204  
13205 \begin_inset CommandInset citation
13206 LatexCommand cite
13207 key "booktabs"
13208
13209 \end_inset
13210
13211 .
13212 \begin_inset Index
13213 status collapsed
13214
13215 \begin_layout Plain Layout
13216 LaTeX-packages ! booktabs
13217 \end_layout
13218
13219 \end_inset
13220
13221
13222 \end_layout
13223
13224 \begin_layout Standard
13225 \begin_inset Float table
13226 placement h
13227 wide false
13228 sideways false
13229 status open
13230
13231 \begin_layout Plain Layout
13232 \begin_inset Caption
13233
13234 \begin_layout Plain Layout
13235 \begin_inset CommandInset label
13236 LatexCommand label
13237 name "tab:Special-booktabs-table"
13238
13239 \end_inset
13240
13241 Special booktabs-table
13242 \end_layout
13243
13244 \end_inset
13245
13246
13247 \end_layout
13248
13249 \begin_layout Plain Layout
13250 \align center
13251 \begin_inset Tabular
13252 <lyxtabular version="3" rows="8" columns="4">
13253 <features booktabs="true">
13254 <column alignment="center" valignment="top" width="0">
13255 <column alignment="center" valignment="top" width="0">
13256 <column alignment="center" valignment="top" width="0">
13257 <column alignment="center" valignment="top" width="0">
13258 <row>
13259 <cell alignment="center" valignment="top" topline="true" usebox="none">
13260 \begin_inset Text
13261
13262 \begin_layout Plain Layout
13263 System
13264 \end_layout
13265
13266 \end_inset
13267 </cell>
13268 <cell alignment="center" valignment="top" topline="true" usebox="none">
13269 \begin_inset Text
13270
13271 \begin_layout Plain Layout
13272 Medipix
13273 \begin_inset space \thinspace{}
13274 \end_inset
13275
13276 1
13277 \end_layout
13278
13279 \end_inset
13280 </cell>
13281 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13282 \begin_inset Text
13283
13284 \begin_layout Plain Layout
13285 Medipix
13286 \begin_inset space \thinspace{}
13287 \end_inset
13288
13289 2
13290 \end_layout
13291
13292 \end_inset
13293 </cell>
13294 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13295 \begin_inset Text
13296
13297 \begin_layout Plain Layout
13298
13299 \end_layout
13300
13301 \end_inset
13302 </cell>
13303 </row>
13304 <row>
13305 <cell alignment="center" valignment="top" usebox="none">
13306 \begin_inset Text
13307
13308 \begin_layout Plain Layout
13309 \begin_inset ERT
13310 status collapsed
13311
13312 \begin_layout Plain Layout
13313
13314
13315 \backslash
13316 cmidrule(r){2-2}
13317 \end_layout
13318
13319 \end_inset
13320
13321
13322 \begin_inset ERT
13323 status collapsed
13324
13325 \begin_layout Plain Layout
13326
13327
13328 \backslash
13329 cmidrule(l){3-4}
13330 \end_layout
13331
13332 \end_inset
13333
13334
13335 \begin_inset ERT
13336 status collapsed
13337
13338 \begin_layout Plain Layout
13339
13340
13341 \backslash
13342 morecmidrules 
13343 \end_layout
13344
13345 \end_inset
13346
13347
13348 \begin_inset ERT
13349 status collapsed
13350
13351 \begin_layout Plain Layout
13352
13353
13354 \backslash
13355 cmidrule{2-4}
13356 \end_layout
13357
13358 \end_inset
13359
13360 Detector thickness [µm]
13361 \end_layout
13362
13363 \end_inset
13364 </cell>
13365 <cell alignment="center" valignment="top" usebox="none">
13366 \begin_inset Text
13367
13368 \begin_layout Plain Layout
13369 300
13370 \end_layout
13371
13372 \end_inset
13373 </cell>
13374 <cell alignment="center" valignment="top" usebox="none">
13375 \begin_inset Text
13376
13377 \begin_layout Plain Layout
13378 300
13379 \end_layout
13380
13381 \end_inset
13382 </cell>
13383 <cell alignment="center" valignment="top" usebox="none">
13384 \begin_inset Text
13385
13386 \begin_layout Plain Layout
13387 700
13388 \end_layout
13389
13390 \end_inset
13391 </cell>
13392 </row>
13393 <row>
13394 <cell alignment="center" valignment="top" topline="true" usebox="none">
13395 \begin_inset Text
13396
13397 \begin_layout Plain Layout
13398 Edge angle [°]
13399 \end_layout
13400
13401 \end_inset
13402 </cell>
13403 <cell alignment="center" valignment="top" topline="true" usebox="none">
13404 \begin_inset Text
13405
13406 \begin_layout Plain Layout
13407 3.55
13408 \end_layout
13409
13410 \end_inset
13411 </cell>
13412 <cell alignment="center" valignment="top" topline="true" usebox="none">
13413 \begin_inset Text
13414
13415 \begin_layout Plain Layout
13416 2.71
13417 \end_layout
13418
13419 \end_inset
13420 </cell>
13421 <cell alignment="center" valignment="top" topline="true" usebox="none">
13422 \begin_inset Text
13423
13424 \begin_layout Plain Layout
13425 7.99
13426 \end_layout
13427
13428 \end_inset
13429 </cell>
13430 </row>
13431 <row topspace="default">
13432 <cell alignment="center" valignment="top" usebox="none">
13433 \begin_inset Text
13434
13435 \begin_layout Plain Layout
13436 Spatial resolution [µm]
13437 \end_layout
13438
13439 \end_inset
13440 </cell>
13441 <cell alignment="center" valignment="top" usebox="none">
13442 \begin_inset Text
13443
13444 \begin_layout Plain Layout
13445 4.26
13446 \end_layout
13447
13448 \end_inset
13449 </cell>
13450 <cell alignment="center" valignment="top" usebox="none">
13451 \begin_inset Text
13452
13453 \begin_layout Plain Layout
13454 10.17
13455 \end_layout
13456
13457 \end_inset
13458 </cell>
13459 <cell alignment="center" valignment="top" usebox="none">
13460 \begin_inset Text
13461
13462 \begin_layout Plain Layout
13463 10.56
13464 \end_layout
13465
13466 \end_inset
13467 </cell>
13468 </row>
13469 <row topspace="default">
13470 <cell alignment="center" valignment="top" usebox="none">
13471 \begin_inset Text
13472
13473 \begin_layout Plain Layout
13474 MTF at 
13475 \begin_inset Formula $f_{\mathrm{max}}$
13476 \end_inset
13477
13478
13479 \end_layout
13480
13481 \end_inset
13482 </cell>
13483 <cell alignment="center" valignment="top" usebox="none">
13484 \begin_inset Text
13485
13486 \begin_layout Plain Layout
13487 0.53
13488 \end_layout
13489
13490 \end_inset
13491 </cell>
13492 <cell alignment="center" valignment="top" usebox="none">
13493 \begin_inset Text
13494
13495 \begin_layout Plain Layout
13496 0.37
13497 \end_layout
13498
13499 \end_inset
13500 </cell>
13501 <cell alignment="center" valignment="top" usebox="none">
13502 \begin_inset Text
13503
13504 \begin_layout Plain Layout
13505 0.39
13506 \end_layout
13507
13508 \end_inset
13509 </cell>
13510 </row>
13511 <row>
13512 <cell alignment="center" valignment="top" topline="true" usebox="none">
13513 \begin_inset Text
13514
13515 \begin_layout Plain Layout
13516 \begin_inset ERT
13517 status collapsed
13518
13519 \begin_layout Plain Layout
13520
13521
13522 \backslash
13523 morecmidrules 
13524 \end_layout
13525
13526 \end_inset
13527
13528
13529 \begin_inset ERT
13530 status collapsed
13531
13532 \begin_layout Plain Layout
13533
13534
13535 \backslash
13536 cmidrule{3-4}
13537 \end_layout
13538
13539 \end_inset
13540
13541 LSF-spatial resolution
13542 \end_layout
13543
13544 \end_inset
13545 </cell>
13546 <cell alignment="center" valignment="top" topline="true" usebox="none">
13547 \begin_inset Text
13548
13549 \begin_layout Plain Layout
13550
13551 \end_layout
13552
13553 \end_inset
13554 </cell>
13555 <cell alignment="center" valignment="top" topline="true" usebox="none">
13556 \begin_inset Text
13557
13558 \begin_layout Plain Layout
13559
13560 \end_layout
13561
13562 \end_inset
13563 </cell>
13564 <cell alignment="center" valignment="top" topline="true" usebox="none">
13565 \begin_inset Text
13566
13567 \begin_layout Plain Layout
13568
13569 \end_layout
13570
13571 \end_inset
13572 </cell>
13573 </row>
13574 <row>
13575 <cell alignment="center" valignment="top" usebox="none">
13576 \begin_inset Text
13577
13578 \begin_layout Plain Layout
13579 in Âµm
13580 \end_layout
13581
13582 \end_inset
13583 </cell>
13584 <cell alignment="center" valignment="top" usebox="none">
13585 \begin_inset Text
13586
13587 \begin_layout Plain Layout
13588 129.7
13589 \end_layout
13590
13591 \end_inset
13592 </cell>
13593 <cell alignment="center" valignment="top" usebox="none">
13594 \begin_inset Text
13595
13596 \begin_layout Plain Layout
13597 52.75
13598 \end_layout
13599
13600 \end_inset
13601 </cell>
13602 <cell alignment="center" valignment="top" usebox="none">
13603 \begin_inset Text
13604
13605 \begin_layout Plain Layout
13606 50.78
13607 \end_layout
13608
13609 \end_inset
13610 </cell>
13611 </row>
13612 <row>
13613 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13614 \begin_inset Text
13615
13616 \begin_layout Plain Layout
13617 in % of pixel size
13618 \end_layout
13619
13620 \end_inset
13621 </cell>
13622 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13623 \begin_inset Text
13624
13625 \begin_layout Plain Layout
13626 76.3
13627 \end_layout
13628
13629 \end_inset
13630 </cell>
13631 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13632 \begin_inset Text
13633
13634 \begin_layout Plain Layout
13635 95.9
13636 \end_layout
13637
13638 \end_inset
13639 </cell>
13640 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13641 \begin_inset Text
13642
13643 \begin_layout Plain Layout
13644 92.3
13645 \end_layout
13646
13647 \end_inset
13648 </cell>
13649 </row>
13650 </lyxtabular>
13651
13652 \end_inset
13653
13654
13655 \end_layout
13656
13657 \end_inset
13658
13659
13660 \end_layout
13661
13662 \begin_layout Section
13663 Vertical Table Alignment
13664 \begin_inset Index
13665 status collapsed
13666
13667 \begin_layout Plain Layout
13668 Table ! Alignment
13669 \end_layout
13670
13671 \end_inset
13672
13673
13674 \end_layout
13675
13676 \begin_layout Standard
13677 To align tables vertically in a text line the table must be inside a box.
13678  The box can then be vertically aligned as described in section
13679 \begin_inset space ~
13680 \end_inset
13681
13682
13683 \begin_inset CommandInset ref
13684 LatexCommand ref
13685 reference "sec:Box-Dialog"
13686
13687 \end_inset
13688
13689 .
13690 \end_layout
13691
13692 \begin_layout Standard
13693 In the following example the tables are inside a minipage
13694 \begin_inset Foot
13695 status collapsed
13696
13697 \begin_layout Plain Layout
13698 Minipages are described in section
13699 \begin_inset space ~
13700 \end_inset
13701
13702
13703 \begin_inset CommandInset ref
13704 LatexCommand ref
13705 reference "sec:Minipages"
13706
13707 \end_inset
13708
13709 .
13710 \end_layout
13711
13712 \end_inset
13713
13714  box that has a width of 15
13715 \begin_inset space \thinspace{}
13716 \end_inset
13717
13718 col%:
13719 \end_layout
13720
13721 \begin_layout Itemize
13722 test 
13723 \begin_inset Box Frameless
13724 position "t"
13725 hor_pos "c"
13726 has_inner_box 1
13727 inner_pos "c"
13728 use_parbox 0
13729 width "15col%"
13730 special "none"
13731 height "1in"
13732 height_special "totalheight"
13733 status collapsed
13734
13735 \begin_layout Plain Layout
13736 \begin_inset Tabular
13737 <lyxtabular version="3" rows="3" columns="3">
13738 <features>
13739 <column alignment="center" valignment="top" width="0">
13740 <column alignment="center" valignment="top" width="0">
13741 <column alignment="center" valignment="top" width="0">
13742 <row>
13743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13744 \begin_inset Text
13745
13746 \begin_layout Plain Layout
13747 a
13748 \end_layout
13749
13750 \end_inset
13751 </cell>
13752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13753 \begin_inset Text
13754
13755 \begin_layout Plain Layout
13756 d
13757 \end_layout
13758
13759 \end_inset
13760 </cell>
13761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13762 \begin_inset Text
13763
13764 \begin_layout Plain Layout
13765 g
13766 \end_layout
13767
13768 \end_inset
13769 </cell>
13770 </row>
13771 <row>
13772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13773 \begin_inset Text
13774
13775 \begin_layout Plain Layout
13776 b
13777 \end_layout
13778
13779 \end_inset
13780 </cell>
13781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13782 \begin_inset Text
13783
13784 \begin_layout Plain Layout
13785 e
13786 \end_layout
13787
13788 \end_inset
13789 </cell>
13790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13791 \begin_inset Text
13792
13793 \begin_layout Plain Layout
13794 h
13795 \end_layout
13796
13797 \end_inset
13798 </cell>
13799 </row>
13800 <row>
13801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13802 \begin_inset Text
13803
13804 \begin_layout Plain Layout
13805 c
13806 \end_layout
13807
13808 \end_inset
13809 </cell>
13810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13811 \begin_inset Text
13812
13813 \begin_layout Plain Layout
13814 f
13815 \end_layout
13816
13817 \end_inset
13818 </cell>
13819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13820 \begin_inset Text
13821
13822 \begin_layout Plain Layout
13823 i
13824 \end_layout
13825
13826 \end_inset
13827 </cell>
13828 </row>
13829 </lyxtabular>
13830
13831 \end_inset
13832
13833
13834 \end_layout
13835
13836 \end_inset
13837
13838  test 
13839 \begin_inset ERT
13840 status collapsed
13841
13842 \begin_layout Plain Layout
13843
13844
13845 \backslash
13846 raisebox{0.85
13847 \backslash
13848 baselineskip}{
13849 \end_layout
13850
13851 \end_inset
13852
13853
13854 \begin_inset Box Frameless
13855 position "t"
13856 hor_pos "c"
13857 has_inner_box 1
13858 inner_pos "c"
13859 use_parbox 0
13860 width "15col%"
13861 special "none"
13862 height "1in"
13863 height_special "totalheight"
13864 status collapsed
13865
13866 \begin_layout Plain Layout
13867 \begin_inset Tabular
13868 <lyxtabular version="3" rows="3" columns="3">
13869 <features>
13870 <column alignment="center" valignment="top" width="0">
13871 <column alignment="center" valignment="top" width="0">
13872 <column alignment="center" valignment="top" width="0">
13873 <row>
13874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13875 \begin_inset Text
13876
13877 \begin_layout Plain Layout
13878 a
13879 \end_layout
13880
13881 \end_inset
13882 </cell>
13883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13884 \begin_inset Text
13885
13886 \begin_layout Plain Layout
13887 d
13888 \end_layout
13889
13890 \end_inset
13891 </cell>
13892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13893 \begin_inset Text
13894
13895 \begin_layout Plain Layout
13896 g
13897 \end_layout
13898
13899 \end_inset
13900 </cell>
13901 </row>
13902 <row>
13903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13904 \begin_inset Text
13905
13906 \begin_layout Plain Layout
13907 b
13908 \end_layout
13909
13910 \end_inset
13911 </cell>
13912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13913 \begin_inset Text
13914
13915 \begin_layout Plain Layout
13916 e
13917 \end_layout
13918
13919 \end_inset
13920 </cell>
13921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13922 \begin_inset Text
13923
13924 \begin_layout Plain Layout
13925 h
13926 \end_layout
13927
13928 \end_inset
13929 </cell>
13930 </row>
13931 <row>
13932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13933 \begin_inset Text
13934
13935 \begin_layout Plain Layout
13936 c
13937 \end_layout
13938
13939 \end_inset
13940 </cell>
13941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13942 \begin_inset Text
13943
13944 \begin_layout Plain Layout
13945 f
13946 \end_layout
13947
13948 \end_inset
13949 </cell>
13950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13951 \begin_inset Text
13952
13953 \begin_layout Plain Layout
13954 i
13955 \end_layout
13956
13957 \end_inset
13958 </cell>
13959 </row>
13960 </lyxtabular>
13961
13962 \end_inset
13963
13964
13965 \end_layout
13966
13967 \end_inset
13968
13969
13970 \begin_inset ERT
13971 status collapsed
13972
13973 \begin_layout Plain Layout
13974
13975 }
13976 \end_layout
13977
13978 \end_inset
13979
13980
13981 \end_layout
13982
13983 \begin_layout Itemize
13984 test 
13985 \begin_inset Box Frameless
13986 position "c"
13987 hor_pos "c"
13988 has_inner_box 1
13989 inner_pos "c"
13990 use_parbox 0
13991 width "15col%"
13992 special "none"
13993 height "1in"
13994 height_special "totalheight"
13995 status collapsed
13996
13997 \begin_layout Plain Layout
13998 \begin_inset Tabular
13999 <lyxtabular version="3" rows="3" columns="3">
14000 <features>
14001 <column alignment="center" valignment="top" width="0">
14002 <column alignment="center" valignment="top" width="0">
14003 <column alignment="center" valignment="top" width="0">
14004 <row>
14005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14006 \begin_inset Text
14007
14008 \begin_layout Plain Layout
14009 a
14010 \end_layout
14011
14012 \end_inset
14013 </cell>
14014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14015 \begin_inset Text
14016
14017 \begin_layout Plain Layout
14018 d
14019 \end_layout
14020
14021 \end_inset
14022 </cell>
14023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14024 \begin_inset Text
14025
14026 \begin_layout Plain Layout
14027 g
14028 \end_layout
14029
14030 \end_inset
14031 </cell>
14032 </row>
14033 <row>
14034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14035 \begin_inset Text
14036
14037 \begin_layout Plain Layout
14038 b
14039 \end_layout
14040
14041 \end_inset
14042 </cell>
14043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14044 \begin_inset Text
14045
14046 \begin_layout Plain Layout
14047 e
14048 \end_layout
14049
14050 \end_inset
14051 </cell>
14052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14053 \begin_inset Text
14054
14055 \begin_layout Plain Layout
14056 h
14057 \end_layout
14058
14059 \end_inset
14060 </cell>
14061 </row>
14062 <row>
14063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14064 \begin_inset Text
14065
14066 \begin_layout Plain Layout
14067 c
14068 \end_layout
14069
14070 \end_inset
14071 </cell>
14072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14073 \begin_inset Text
14074
14075 \begin_layout Plain Layout
14076 f
14077 \end_layout
14078
14079 \end_inset
14080 </cell>
14081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14082 \begin_inset Text
14083
14084 \begin_layout Plain Layout
14085 i
14086 \end_layout
14087
14088 \end_inset
14089 </cell>
14090 </row>
14091 </lyxtabular>
14092
14093 \end_inset
14094
14095
14096 \end_layout
14097
14098 \end_inset
14099
14100
14101 \end_layout
14102
14103 \begin_layout Itemize
14104 test 
14105 \begin_inset Box Frameless
14106 position "b"
14107 hor_pos "c"
14108 has_inner_box 1
14109 inner_pos "c"
14110 use_parbox 0
14111 width "15col%"
14112 special "none"
14113 height "1in"
14114 height_special "totalheight"
14115 status collapsed
14116
14117 \begin_layout Plain Layout
14118 \begin_inset Tabular
14119 <lyxtabular version="3" rows="3" columns="3">
14120 <features>
14121 <column alignment="center" valignment="top" width="0">
14122 <column alignment="center" valignment="top" width="0">
14123 <column alignment="center" valignment="top" width="0">
14124 <row>
14125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14126 \begin_inset Text
14127
14128 \begin_layout Plain Layout
14129 a
14130 \end_layout
14131
14132 \end_inset
14133 </cell>
14134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14135 \begin_inset Text
14136
14137 \begin_layout Plain Layout
14138 d
14139 \end_layout
14140
14141 \end_inset
14142 </cell>
14143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14144 \begin_inset Text
14145
14146 \begin_layout Plain Layout
14147 g
14148 \end_layout
14149
14150 \end_inset
14151 </cell>
14152 </row>
14153 <row>
14154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14155 \begin_inset Text
14156
14157 \begin_layout Plain Layout
14158 b
14159 \end_layout
14160
14161 \end_inset
14162 </cell>
14163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14164 \begin_inset Text
14165
14166 \begin_layout Plain Layout
14167 e
14168 \end_layout
14169
14170 \end_inset
14171 </cell>
14172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14173 \begin_inset Text
14174
14175 \begin_layout Plain Layout
14176 h
14177 \end_layout
14178
14179 \end_inset
14180 </cell>
14181 </row>
14182 <row>
14183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14184 \begin_inset Text
14185
14186 \begin_layout Plain Layout
14187 c
14188 \end_layout
14189
14190 \end_inset
14191 </cell>
14192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14193 \begin_inset Text
14194
14195 \begin_layout Plain Layout
14196 f
14197 \end_layout
14198
14199 \end_inset
14200 </cell>
14201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14202 \begin_inset Text
14203
14204 \begin_layout Plain Layout
14205 i
14206 \end_layout
14207
14208 \end_inset
14209 </cell>
14210 </row>
14211 </lyxtabular>
14212
14213 \end_inset
14214
14215
14216 \end_layout
14217
14218 \end_inset
14219
14220  test 
14221 \begin_inset ERT
14222 status collapsed
14223
14224 \begin_layout Plain Layout
14225
14226
14227 \backslash
14228 raisebox{-0.32
14229 \backslash
14230 baselineskip}{
14231 \end_layout
14232
14233 \end_inset
14234
14235
14236 \begin_inset Box Frameless
14237 position "b"
14238 hor_pos "c"
14239 has_inner_box 1
14240 inner_pos "c"
14241 use_parbox 0
14242 width "15col%"
14243 special "none"
14244 height "1in"
14245 height_special "totalheight"
14246 status collapsed
14247
14248 \begin_layout Plain Layout
14249 \begin_inset Tabular
14250 <lyxtabular version="3" rows="3" columns="3">
14251 <features>
14252 <column alignment="center" valignment="top" width="0">
14253 <column alignment="center" valignment="top" width="0">
14254 <column alignment="center" valignment="top" width="0">
14255 <row>
14256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14257 \begin_inset Text
14258
14259 \begin_layout Plain Layout
14260 a
14261 \end_layout
14262
14263 \end_inset
14264 </cell>
14265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14266 \begin_inset Text
14267
14268 \begin_layout Plain Layout
14269 d
14270 \end_layout
14271
14272 \end_inset
14273 </cell>
14274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14275 \begin_inset Text
14276
14277 \begin_layout Plain Layout
14278 g
14279 \end_layout
14280
14281 \end_inset
14282 </cell>
14283 </row>
14284 <row>
14285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14286 \begin_inset Text
14287
14288 \begin_layout Plain Layout
14289 b
14290 \end_layout
14291
14292 \end_inset
14293 </cell>
14294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14295 \begin_inset Text
14296
14297 \begin_layout Plain Layout
14298 e
14299 \end_layout
14300
14301 \end_inset
14302 </cell>
14303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14304 \begin_inset Text
14305
14306 \begin_layout Plain Layout
14307 h
14308 \end_layout
14309
14310 \end_inset
14311 </cell>
14312 </row>
14313 <row>
14314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14315 \begin_inset Text
14316
14317 \begin_layout Plain Layout
14318 c
14319 \end_layout
14320
14321 \end_inset
14322 </cell>
14323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14324 \begin_inset Text
14325
14326 \begin_layout Plain Layout
14327 f
14328 \end_layout
14329
14330 \end_inset
14331 </cell>
14332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14333 \begin_inset Text
14334
14335 \begin_layout Plain Layout
14336 i
14337 \end_layout
14338
14339 \end_inset
14340 </cell>
14341 </row>
14342 </lyxtabular>
14343
14344 \end_inset
14345
14346
14347 \end_layout
14348
14349 \end_inset
14350
14351
14352 \begin_inset ERT
14353 status collapsed
14354
14355 \begin_layout Plain Layout
14356
14357 }
14358 \end_layout
14359
14360 \end_inset
14361
14362
14363 \end_layout
14364
14365 \begin_layout Standard
14366 As you can see, the content of the first and last table row is not correctly
14367  aligned with the text line where the table is in.
14368  To get this alignment, the minipage box must be set into a raisebox
14369 \begin_inset Foot
14370 status collapsed
14371
14372 \begin_layout Plain Layout
14373 Raiseboxes are described in section
14374 \begin_inset space ~
14375 \end_inset
14376
14377
14378 \begin_inset CommandInset ref
14379 LatexCommand ref
14380 reference "sub:Vertical-Alignment"
14381
14382 \end_inset
14383
14384 .
14385 \end_layout
14386
14387 \end_inset
14388
14389 .
14390  In the example above the second table in the first item is aligned using
14391  the TeX-Code-command
14392 \end_layout
14393
14394 \begin_layout Standard
14395
14396 \series bold
14397
14398 \backslash
14399 raisebox{0.85
14400 \backslash
14401 baselineskip}{
14402 \end_layout
14403
14404 \begin_layout Standard
14405 before the box.
14406  Behind the box the closing brace 
14407 \series bold
14408 }
14409 \series default
14410  is inserted as TeX-Code.
14411  For the second table in the last item the command
14412 \end_layout
14413
14414 \begin_layout Standard
14415
14416 \series bold
14417
14418 \backslash
14419 raisebox{-0.32
14420 \backslash
14421 baselineskip}{
14422 \end_layout
14423
14424 \begin_layout Standard
14425 is used.
14426 \end_layout
14427
14428 \begin_layout Standard
14429 \begin_inset Note Greyedout
14430 status open
14431
14432 \begin_layout Plain Layout
14433
14434 \series bold
14435 Note:
14436 \series default
14437  The alignment of the table row content to the surrounding text line is
14438  not exact.
14439  The needed factor of the 
14440 \series bold
14441
14442 \backslash
14443 raisebox
14444 \series default
14445  command for this alignment depends on the document font, the font size,
14446  and the table line thickness.
14447 \end_layout
14448
14449 \end_inset
14450
14451
14452 \end_layout
14453
14454 \begin_layout Section
14455 Colored Tables
14456 \begin_inset CommandInset label
14457 LatexCommand label
14458 name "sec:Colored-Tables"
14459
14460 \end_inset
14461
14462
14463 \begin_inset Index
14464 status collapsed
14465
14466 \begin_layout Plain Layout
14467 Table ! Color
14468 \end_layout
14469
14470 \end_inset
14471
14472
14473 \end_layout
14474
14475 \begin_layout Subsection
14476 Colored Cells
14477 \begin_inset Index
14478 status collapsed
14479
14480 \begin_layout Plain Layout
14481 Table Color ! for Cells
14482 \end_layout
14483
14484 \end_inset
14485
14486
14487 \begin_inset Index
14488 status collapsed
14489
14490 \begin_layout Plain Layout
14491 Color ! for Table Cells
14492 \end_layout
14493
14494 \end_inset
14495
14496
14497 \end_layout
14498
14499 \begin_layout Standard
14500 \begin_inset Float table
14501 placement h
14502 wide false
14503 sideways false
14504 status open
14505
14506 \begin_layout Plain Layout
14507 \begin_inset Caption
14508
14509 \begin_layout Plain Layout
14510 \begin_inset CommandInset label
14511 LatexCommand label
14512 name "tab:Table-colored-without"
14513
14514 \end_inset
14515
14516 Table colored without using the package 
14517 \series bold
14518 colortbl
14519 \series default
14520
14521 \begin_inset OptArg
14522 status collapsed
14523
14524 \begin_layout Plain Layout
14525 Table without colortbl
14526 \end_layout
14527
14528 \end_inset
14529
14530
14531 \end_layout
14532
14533 \end_inset
14534
14535
14536 \end_layout
14537
14538 \begin_layout Plain Layout
14539 \align center
14540 \begin_inset Tabular
14541 <lyxtabular version="3" rows="3" columns="3">
14542 <features>
14543 <column alignment="center" valignment="top" width="0">
14544 <column alignment="center" valignment="top" width="0">
14545 <column alignment="center" valignment="top" width="0">
14546 <row>
14547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14548 \begin_inset Text
14549
14550 \begin_layout Plain Layout
14551
14552 \color green
14553 a
14554 \end_layout
14555
14556 \end_inset
14557 </cell>
14558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14559 \begin_inset Text
14560
14561 \begin_layout Plain Layout
14562
14563 \color red
14564 b
14565 \end_layout
14566
14567 \end_inset
14568 </cell>
14569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14570 \begin_inset Text
14571
14572 \begin_layout Plain Layout
14573
14574 \color red
14575 c
14576 \end_layout
14577
14578 \end_inset
14579 </cell>
14580 </row>
14581 <row>
14582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14583 \begin_inset Text
14584
14585 \begin_layout Plain Layout
14586
14587 \color green
14588 d
14589 \end_layout
14590
14591 \end_inset
14592 </cell>
14593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14594 \begin_inset Text
14595
14596 \begin_layout Plain Layout
14597
14598 \color blue
14599 e
14600 \end_layout
14601
14602 \end_inset
14603 </cell>
14604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14605 \begin_inset Text
14606
14607 \begin_layout Plain Layout
14608
14609 \color blue
14610 f
14611 \end_layout
14612
14613 \end_inset
14614 </cell>
14615 </row>
14616 <row>
14617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14618 \begin_inset Text
14619
14620 \begin_layout Plain Layout
14621
14622 \color green
14623 g
14624 \end_layout
14625
14626 \end_inset
14627 </cell>
14628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14629 \begin_inset Text
14630
14631 \begin_layout Plain Layout
14632
14633 \color blue
14634 h
14635 \end_layout
14636
14637 \end_inset
14638 </cell>
14639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14640 \begin_inset Text
14641
14642 \begin_layout Plain Layout
14643
14644 \color blue
14645 i
14646 \end_layout
14647
14648 \end_inset
14649 </cell>
14650 </row>
14651 </lyxtabular>
14652
14653 \end_inset
14654
14655
14656 \end_layout
14657
14658 \end_inset
14659
14660
14661 \end_layout
14662
14663 \begin_layout Standard
14664 If you only need colored text, mark the cells and choose a color in the
14665  menu 
14666 \family sans
14667 Edit\SpecialChar \menuseparator
14668 Text
14669 \begin_inset space ~
14670 \end_inset
14671
14672 Style
14673 \family default
14674 .
14675  This was used to create Table
14676 \begin_inset space ~
14677 \end_inset
14678
14679
14680 \begin_inset CommandInset ref
14681 LatexCommand ref
14682 reference "tab:Table-colored-without"
14683
14684 \end_inset
14685
14686 .
14687  In any other case you have to use the LaTeX-package 
14688 \series bold
14689 colortbl
14690 \series default
14691 .
14692 \begin_inset Index
14693 status collapsed
14694
14695 \begin_layout Plain Layout
14696 LaTeX-packages ! colortbl
14697 \end_layout
14698
14699 \end_inset
14700
14701
14702 \end_layout
14703
14704 \begin_layout Standard
14705 \begin_inset ERT
14706 status collapsed
14707
14708 \begin_layout Plain Layout
14709
14710
14711 \backslash
14712 ifcolortbl
14713 \end_layout
14714
14715 \end_inset
14716
14717
14718 \begin_inset Note Note
14719 status open
14720
14721 \begin_layout Plain Layout
14722 The following section part will only be displayed when the LaTeX-package
14723  
14724 \series bold
14725 colortbl
14726 \series default
14727  is installed.
14728 \end_layout
14729
14730 \end_inset
14731
14732
14733 \end_layout
14734
14735 \begin_layout Standard
14736 To create colored tables, 
14737 \series bold
14738 colortbl
14739 \series default
14740  must be loaded in the preamble with the line
14741 \end_layout
14742
14743 \begin_layout Standard
14744
14745 \series bold
14746
14747 \backslash
14748 usepackage{colortbl}
14749 \end_layout
14750
14751 \begin_layout Standard
14752 The color of a column is adjusted with the command
14753 \end_layout
14754
14755 \begin_layout Standard
14756
14757 \series bold
14758
14759 \backslash
14760 columncolor{name of color}
14761 \end_layout
14762
14763 \begin_layout Standard
14764 inside the command 
14765 \series bold
14766 >{ }
14767 \series default
14768 .
14769  More about the command 
14770 \series bold
14771 >{}
14772 \series default
14773  is described in section
14774 \begin_inset space ~
14775 \end_inset
14776
14777
14778 \begin_inset CommandInset ref
14779 LatexCommand ref
14780 reference "sub:Multicolumn-Calculations"
14781
14782 \end_inset
14783
14784 .
14785 \end_layout
14786
14787 \begin_layout Standard
14788 The following color names are predefined:
14789 \end_layout
14790
14791 \begin_layout Standard
14792
14793 \family sans
14794 red
14795 \family default
14796
14797 \family sans
14798 green
14799 \family default
14800
14801 \family sans
14802 yellow
14803 \family default
14804
14805 \family sans
14806 blue
14807 \family default
14808
14809 \family sans
14810 cyan
14811 \family default
14812
14813 \family sans
14814 magenta
14815 \family default
14816
14817 \family sans
14818 black
14819 \family default
14820  and 
14821 \family sans
14822 white
14823 \end_layout
14824
14825 \begin_layout Standard
14826 \begin_inset VSpace medskip
14827 \end_inset
14828
14829
14830 \end_layout
14831
14832 \begin_layout Standard
14833 You can also define your own color with the command
14834 \end_layout
14835
14836 \begin_layout Standard
14837
14838 \series bold
14839
14840 \backslash
14841 definecolor{color name}{color model}{color values}
14842 \end_layout
14843
14844 \begin_layout Standard
14845 The color model can be
14846 \end_layout
14847
14848 \begin_layout Labeling
14849 \labelwidthstring 00.00.0000
14850 cmyk: cyan, magenta, yellow, black
14851 \end_layout
14852
14853 \begin_layout Labeling
14854 \labelwidthstring 00.00.0000
14855 rgb: red, green blue
14856 \end_layout
14857
14858 \begin_layout Labeling
14859 \labelwidthstring 00.00.0000
14860 gray gray
14861 \end_layout
14862
14863 \begin_layout Standard
14864 and the color values are comma separated numbers between 0 and 1 describing
14865  the factor for the corresponding color of the color model.
14866 \end_layout
14867
14868 \begin_layout Standard
14869 You can e.
14870 \begin_inset space \thinspace{}
14871 \end_inset
14872
14873 g.
14874 \begin_inset space ~
14875 \end_inset
14876
14877 define the color "
14878 \emph on
14879 darkgreen
14880 \emph default
14881 " in the preamble with
14882 \end_layout
14883
14884 \begin_layout Standard
14885
14886 \series bold
14887
14888 \backslash
14889 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
14890 \end_layout
14891
14892 \begin_layout Standard
14893 and the color "
14894 \emph on
14895 lightgray
14896 \emph default
14897 " with
14898 \end_layout
14899
14900 \begin_layout Standard
14901
14902 \series bold
14903
14904 \backslash
14905 definecolor{lightgray}{gray}{0.8}
14906 \end_layout
14907
14908 \begin_layout Standard
14909 \begin_inset VSpace medskip
14910 \end_inset
14911
14912
14913 \end_layout
14914
14915 \begin_layout Standard
14916 Lines are colored with the command
14917 \end_layout
14918
14919 \begin_layout Standard
14920
14921 \series bold
14922
14923 \backslash
14924 rowcolor{name of color}
14925 \end_layout
14926
14927 \begin_layout Standard
14928 and cells are colored with the command
14929 \end_layout
14930
14931 \begin_layout Standard
14932
14933 \series bold
14934
14935 \backslash
14936 cellcolor{name of color}
14937 \end_layout
14938
14939 \begin_layout Standard
14940 Both commands are inserted at the beginning of a cell as TeX-Code.
14941 \end_layout
14942
14943 \begin_layout Standard
14944 To color characters in the table, mark the cells and use the LyX menu 
14945 \family sans
14946 Edit\SpecialChar \menuseparator
14947 Text
14948 \begin_inset space ~
14949 \end_inset
14950
14951 Style
14952 \family default
14953 .
14954  If a cell contains TeX-Code mark only the characters, otherwise the colored
14955  TeX-Code will cause LaTeX-errors.
14956 \end_layout
14957
14958 \begin_layout Standard
14959 \begin_inset Note Greyedout
14960 status open
14961
14962 \begin_layout Plain Layout
14963
14964 \series bold
14965 Note:
14966 \series default
14967  Not all DVI-viewers are able to display self-defined colors.
14968 \end_layout
14969
14970 \end_inset
14971
14972
14973 \end_layout
14974
14975 \begin_layout Standard
14976 \begin_inset VSpace bigskip
14977 \end_inset
14978
14979
14980 \end_layout
14981
14982 \begin_layout Standard
14983 To create Table
14984 \begin_inset space ~
14985 \end_inset
14986
14987
14988 \begin_inset CommandInset ref
14989 LatexCommand ref
14990 reference "tab:Table-colored-using"
14991
14992 \end_inset
14993
14994  do the following: The color of the first column should be 
14995 \emph on
14996 darkgreen
14997 \emph default
14998 .
14999  So insert
15000 \end_layout
15001
15002 \begin_layout Standard
15003
15004 \series bold
15005 >{
15006 \backslash
15007 columncolor{darkgreen}
15008 \backslash
15009 centering}c
15010 \end_layout
15011
15012 \begin_layout Standard
15013 as LaTeX-argument for this column.
15014  The first row should be blue, therefore the TeX-Code command
15015 \end_layout
15016
15017 \begin_layout Standard
15018
15019 \series bold
15020
15021 \backslash
15022 rowcolow{cyan}
15023 \end_layout
15024
15025 \begin_layout Standard
15026 is inserted to the first cell of this row.
15027  Note that this overwrites the column color for the first cell.
15028  The last cell of the last row is colored magenta by inserting the TeX-Code
15029  command
15030 \end_layout
15031
15032 \begin_layout Standard
15033
15034 \series bold
15035
15036 \backslash
15037 cellcolor{magenta}
15038 \end_layout
15039
15040 \begin_layout Standard
15041 The characters could now be colored using the menu 
15042 \family sans
15043 Edit\SpecialChar \menuseparator
15044 Text
15045 \begin_inset space ~
15046 \end_inset
15047
15048 Style
15049 \family default
15050 .
15051 \end_layout
15052
15053 \begin_layout Standard
15054 \begin_inset Float table
15055 placement h
15056 wide false
15057 sideways false
15058 status open
15059
15060 \begin_layout Plain Layout
15061 \begin_inset Caption
15062
15063 \begin_layout Plain Layout
15064 \begin_inset CommandInset label
15065 LatexCommand label
15066 name "tab:Table-colored-using"
15067
15068 \end_inset
15069
15070 Table colored using the package 
15071 \series bold
15072 colortbl
15073 \series default
15074
15075 \begin_inset OptArg
15076 status collapsed
15077
15078 \begin_layout Plain Layout
15079 Table with colortbl
15080 \end_layout
15081
15082 \end_inset
15083
15084
15085 \end_layout
15086
15087 \end_inset
15088
15089
15090 \end_layout
15091
15092 \begin_layout Plain Layout
15093 \align center
15094 \begin_inset Tabular
15095 <lyxtabular version="3" rows="3" columns="3">
15096 <features>
15097 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15098 <column alignment="center" valignment="top" width="0">
15099 <column alignment="center" valignment="top" width="0">
15100 <row>
15101 <cell alignment="center" valignment="top" usebox="none">
15102 \begin_inset Text
15103
15104 \begin_layout Plain Layout
15105 \begin_inset ERT
15106 status collapsed
15107
15108 \begin_layout Plain Layout
15109
15110
15111 \backslash
15112 rowcolor{cyan}
15113 \end_layout
15114
15115 \end_inset
15116
15117
15118 \color magenta
15119 a
15120 \end_layout
15121
15122 \end_inset
15123 </cell>
15124 <cell alignment="center" valignment="top" usebox="none">
15125 \begin_inset Text
15126
15127 \begin_layout Plain Layout
15128
15129 \color red
15130 b
15131 \end_layout
15132
15133 \end_inset
15134 </cell>
15135 <cell alignment="center" valignment="top" usebox="none">
15136 \begin_inset Text
15137
15138 \begin_layout Plain Layout
15139
15140 \color red
15141 c
15142 \end_layout
15143
15144 \end_inset
15145 </cell>
15146 </row>
15147 <row>
15148 <cell alignment="center" valignment="top" usebox="none">
15149 \begin_inset Text
15150
15151 \begin_layout Plain Layout
15152
15153 \color yellow
15154 d
15155 \end_layout
15156
15157 \end_inset
15158 </cell>
15159 <cell alignment="center" valignment="top" usebox="none">
15160 \begin_inset Text
15161
15162 \begin_layout Plain Layout
15163
15164 \color blue
15165 e
15166 \end_layout
15167
15168 \end_inset
15169 </cell>
15170 <cell alignment="center" valignment="top" usebox="none">
15171 \begin_inset Text
15172
15173 \begin_layout Plain Layout
15174
15175 \color blue
15176 f
15177 \end_layout
15178
15179 \end_inset
15180 </cell>
15181 </row>
15182 <row>
15183 <cell alignment="center" valignment="top" usebox="none">
15184 \begin_inset Text
15185
15186 \begin_layout Plain Layout
15187
15188 \color yellow
15189 g
15190 \end_layout
15191
15192 \end_inset
15193 </cell>
15194 <cell alignment="center" valignment="top" usebox="none">
15195 \begin_inset Text
15196
15197 \begin_layout Plain Layout
15198
15199 \color blue
15200 h
15201 \end_layout
15202
15203 \end_inset
15204 </cell>
15205 <cell alignment="center" valignment="top" usebox="none">
15206 \begin_inset Text
15207
15208 \begin_layout Plain Layout
15209 \begin_inset ERT
15210 status collapsed
15211
15212 \begin_layout Plain Layout
15213
15214
15215 \backslash
15216 cellcolor{magenta}
15217 \end_layout
15218
15219 \end_inset
15220
15221
15222 \color green
15223 i
15224 \end_layout
15225
15226 \end_inset
15227 </cell>
15228 </row>
15229 </lyxtabular>
15230
15231 \end_inset
15232
15233
15234 \end_layout
15235
15236 \end_inset
15237
15238
15239 \end_layout
15240
15241 \begin_layout Standard
15242 \begin_inset ERT
15243 status collapsed
15244
15245 \begin_layout Plain Layout
15246
15247
15248 \backslash
15249 else
15250 \end_layout
15251
15252 \end_inset
15253
15254
15255 \begin_inset Note Note
15256 status open
15257
15258 \begin_layout Plain Layout
15259 The following will be displayed when the LaTeX-package 
15260 \series bold
15261 colortbl
15262 \series default
15263  is not installed:
15264 \end_layout
15265
15266 \end_inset
15267
15268
15269 \end_layout
15270
15271 \begin_layout Standard
15272 You need to install the package 
15273 \series bold
15274 colortbl
15275 \series default
15276  to see the content of this section in the output.
15277 \end_layout
15278
15279 \begin_layout Standard
15280 \begin_inset ERT
15281 status collapsed
15282
15283 \begin_layout Plain Layout
15284
15285
15286 \backslash
15287 fi
15288 \end_layout
15289
15290 \end_inset
15291
15292
15293 \end_layout
15294
15295 \begin_layout Subsection
15296 Colored Lines
15297 \begin_inset Index
15298 status collapsed
15299
15300 \begin_layout Plain Layout
15301 Table Color ! for Lines
15302 \end_layout
15303
15304 \end_inset
15305
15306
15307 \begin_inset Index
15308 status collapsed
15309
15310 \begin_layout Plain Layout
15311 Color ! for Table Lines
15312 \end_layout
15313
15314 \end_inset
15315
15316
15317 \end_layout
15318
15319 \begin_layout Standard
15320 As described in section
15321 \begin_inset space ~
15322 \end_inset
15323
15324
15325 \begin_inset CommandInset ref
15326 LatexCommand ref
15327 reference "sub:Line-Thickness"
15328
15329 \end_inset
15330
15331 , the line thickness for all lines in a table can be adjusted with the length
15332  
15333 \series bold
15334
15335 \backslash
15336 arrayrulewidth
15337 \series default
15338 .
15339  It is set to 1.5
15340 \begin_inset space \thinspace{}
15341 \end_inset
15342
15343 pt for all tables of this section.
15344 \begin_inset ERT
15345 status collapsed
15346
15347 \begin_layout Plain Layout
15348
15349
15350 \backslash
15351 setlength{
15352 \backslash
15353 arrayrulewidth}{1.5pt}
15354 \end_layout
15355
15356 \end_inset
15357
15358
15359 \end_layout
15360
15361 \begin_layout Standard
15362 To color vertical lines for example with green, create the following column
15363  format in the document preamble, according to the description in section
15364 \begin_inset space ~
15365 \end_inset
15366
15367
15368 \begin_inset CommandInset ref
15369 LatexCommand ref
15370 reference "sub:Customized-Format"
15371
15372 \end_inset
15373
15374 :
15375 \end_layout
15376
15377 \begin_layout Standard
15378
15379 \series bold
15380
15381 \backslash
15382 newcolumntype{W}{!{
15383 \backslash
15384 color{green}
15385 \backslash
15386 vline}}
15387 \end_layout
15388
15389 \begin_layout Standard
15390 For Table
15391 \begin_inset space ~
15392 \end_inset
15393
15394
15395 \begin_inset CommandInset ref
15396 LatexCommand ref
15397 reference "tab:Table-with-vertical-colored"
15398
15399 \end_inset
15400
15401  the LaTeX-argument
15402 \series bold
15403  WcW
15404 \series default
15405  was used for the last column and
15406 \series bold
15407  Wc
15408 \series default
15409  for the other columns.
15410 \end_layout
15411
15412 \begin_layout Standard
15413 If you want to have several colors, define more column formats.
15414 \end_layout
15415
15416 \begin_layout Standard
15417 \begin_inset Float table
15418 placement h
15419 wide false
15420 sideways false
15421 status open
15422
15423 \begin_layout Plain Layout
15424 \begin_inset Caption
15425
15426 \begin_layout Plain Layout
15427 \begin_inset CommandInset label
15428 LatexCommand label
15429 name "tab:Table-with-vertical-colored"
15430
15431 \end_inset
15432
15433 Table with colored vertical lines
15434 \end_layout
15435
15436 \end_inset
15437
15438
15439 \end_layout
15440
15441 \begin_layout Plain Layout
15442 \align center
15443 \begin_inset Tabular
15444 <lyxtabular version="3" rows="3" columns="3">
15445 <features>
15446 <column alignment="center" valignment="top" width="0" special="Wc">
15447 <column alignment="center" valignment="top" width="0" special="Wc">
15448 <column alignment="center" valignment="top" width="0" special="WcW">
15449 <row>
15450 <cell alignment="center" valignment="top" topline="true" usebox="none">
15451 \begin_inset Text
15452
15453 \begin_layout Plain Layout
15454 sd
15455 \end_layout
15456
15457 \end_inset
15458 </cell>
15459 <cell alignment="center" valignment="top" topline="true" usebox="none">
15460 \begin_inset Text
15461
15462 \begin_layout Plain Layout
15463
15464 \end_layout
15465
15466 \end_inset
15467 </cell>
15468 <cell alignment="center" valignment="top" topline="true" usebox="none">
15469 \begin_inset Text
15470
15471 \begin_layout Plain Layout
15472
15473 \end_layout
15474
15475 \end_inset
15476 </cell>
15477 </row>
15478 <row>
15479 <cell alignment="center" valignment="top" topline="true" usebox="none">
15480 \begin_inset Text
15481
15482 \begin_layout Plain Layout
15483
15484 \end_layout
15485
15486 \end_inset
15487 </cell>
15488 <cell alignment="center" valignment="top" topline="true" usebox="none">
15489 \begin_inset Text
15490
15491 \begin_layout Plain Layout
15492 sd
15493 \end_layout
15494
15495 \end_inset
15496 </cell>
15497 <cell alignment="center" valignment="top" topline="true" usebox="none">
15498 \begin_inset Text
15499
15500 \begin_layout Plain Layout
15501
15502 \end_layout
15503
15504 \end_inset
15505 </cell>
15506 </row>
15507 <row>
15508 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15509 \begin_inset Text
15510
15511 \begin_layout Plain Layout
15512
15513 \end_layout
15514
15515 \end_inset
15516 </cell>
15517 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15518 \begin_inset Text
15519
15520 \begin_layout Plain Layout
15521
15522 \end_layout
15523
15524 \end_inset
15525 </cell>
15526 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15527 \begin_inset Text
15528
15529 \begin_layout Plain Layout
15530 sd
15531 \end_layout
15532
15533 \end_inset
15534 </cell>
15535 </row>
15536 </lyxtabular>
15537
15538 \end_inset
15539
15540
15541 \end_layout
15542
15543 \end_inset
15544
15545
15546 \end_layout
15547
15548 \begin_layout Standard
15549 \begin_inset VSpace bigskip
15550 \end_inset
15551
15552 To color horizontal lines for example with red, like in Table
15553 \begin_inset space ~
15554 \end_inset
15555
15556
15557 \begin_inset CommandInset ref
15558 LatexCommand ref
15559 reference "tab:Table-with-horizontal-colored"
15560
15561 \end_inset
15562
15563 , insert these commands in TeX-Code before the table or table float:
15564 \end_layout
15565
15566 \begin_layout Standard
15567
15568 \series bold
15569
15570 \backslash
15571 let
15572 \backslash
15573 myHlineC
15574 \backslash
15575 hline
15576 \begin_inset Newline newline
15577 \end_inset
15578
15579
15580 \backslash
15581 renewcommand{
15582 \backslash
15583 hline}
15584 \begin_inset Newline newline
15585 \end_inset
15586
15587
15588 \begin_inset ERT
15589 status collapsed
15590
15591 \begin_layout Plain Layout
15592
15593
15594 \backslash
15595 hphantom{ }
15596 \end_layout
15597
15598 \end_inset
15599
15600 {
15601 \backslash
15602 arrayrulecolor{red}
15603 \backslash
15604 myHlineC
15605 \backslash
15606 arrayrulecolor{black}}
15607 \end_layout
15608
15609 \begin_layout Standard
15610 \begin_inset ERT
15611 status collapsed
15612
15613 \begin_layout Plain Layout
15614
15615
15616 \backslash
15617 let
15618 \backslash
15619 myHlineC
15620 \backslash
15621 hline
15622 \end_layout
15623
15624 \begin_layout Plain Layout
15625
15626
15627 \backslash
15628 renewcommand{
15629 \backslash
15630 hline}
15631 \end_layout
15632
15633 \begin_layout Plain Layout
15634
15635  {
15636 \backslash
15637 arrayrulecolor{red}
15638 \backslash
15639 myHlineC
15640 \backslash
15641 arrayrulecolor{black}}
15642 \end_layout
15643
15644 \end_inset
15645
15646
15647 \begin_inset Float table
15648 placement h
15649 wide false
15650 sideways false
15651 status open
15652
15653 \begin_layout Plain Layout
15654 \begin_inset Caption
15655
15656 \begin_layout Plain Layout
15657 \begin_inset CommandInset label
15658 LatexCommand label
15659 name "tab:Table-with-horizontal-colored"
15660
15661 \end_inset
15662
15663 Table with colored horizontal lines
15664 \end_layout
15665
15666 \end_inset
15667
15668
15669 \end_layout
15670
15671 \begin_layout Plain Layout
15672 \align center
15673 \begin_inset Tabular
15674 <lyxtabular version="3" rows="3" columns="3">
15675 <features>
15676 <column alignment="center" valignment="top" width="0">
15677 <column alignment="center" valignment="top" width="0">
15678 <column alignment="center" valignment="top" width="0">
15679 <row>
15680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15681 \begin_inset Text
15682
15683 \begin_layout Plain Layout
15684 sd
15685 \end_layout
15686
15687 \end_inset
15688 </cell>
15689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15690 \begin_inset Text
15691
15692 \begin_layout Plain Layout
15693
15694 \end_layout
15695
15696 \end_inset
15697 </cell>
15698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15699 \begin_inset Text
15700
15701 \begin_layout Plain Layout
15702
15703 \end_layout
15704
15705 \end_inset
15706 </cell>
15707 </row>
15708 <row>
15709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15710 \begin_inset Text
15711
15712 \begin_layout Plain Layout
15713
15714 \end_layout
15715
15716 \end_inset
15717 </cell>
15718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15719 \begin_inset Text
15720
15721 \begin_layout Plain Layout
15722 sd
15723 \end_layout
15724
15725 \end_inset
15726 </cell>
15727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15728 \begin_inset Text
15729
15730 \begin_layout Plain Layout
15731
15732 \end_layout
15733
15734 \end_inset
15735 </cell>
15736 </row>
15737 <row>
15738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15739 \begin_inset Text
15740
15741 \begin_layout Plain Layout
15742
15743 \end_layout
15744
15745 \end_inset
15746 </cell>
15747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15748 \begin_inset Text
15749
15750 \begin_layout Plain Layout
15751
15752 \end_layout
15753
15754 \end_inset
15755 </cell>
15756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15757 \begin_inset Text
15758
15759 \begin_layout Plain Layout
15760 sd
15761 \end_layout
15762
15763 \end_inset
15764 </cell>
15765 </row>
15766 </lyxtabular>
15767
15768 \end_inset
15769
15770
15771 \end_layout
15772
15773 \end_inset
15774
15775
15776 \end_layout
15777
15778 \begin_layout Standard
15779 To return to the default line color black, insert this command in TeX-Code
15780  behind the table or table float:
15781 \end_layout
15782
15783 \begin_layout Standard
15784
15785 \series bold
15786
15787 \backslash
15788 renewcommand{
15789 \backslash
15790 hline}{
15791 \backslash
15792 myHlineC}
15793 \end_layout
15794
15795 \begin_layout Standard
15796 Table
15797 \begin_inset space ~
15798 \end_inset
15799
15800
15801 \begin_inset CommandInset ref
15802 LatexCommand ref
15803 reference "tab:Table-with-colored"
15804
15805 \end_inset
15806
15807  is an example with colored vertical and horizontal lines.
15808 \end_layout
15809
15810 \begin_layout Standard
15811 \begin_inset Float table
15812 placement h
15813 wide false
15814 sideways false
15815 status open
15816
15817 \begin_layout Plain Layout
15818 \begin_inset Caption
15819
15820 \begin_layout Plain Layout
15821 \begin_inset CommandInset label
15822 LatexCommand label
15823 name "tab:Table-with-colored"
15824
15825 \end_inset
15826
15827 Table with colored lines
15828 \end_layout
15829
15830 \end_inset
15831
15832
15833 \end_layout
15834
15835 \begin_layout Plain Layout
15836 \align center
15837 \begin_inset Tabular
15838 <lyxtabular version="3" rows="3" columns="3">
15839 <features>
15840 <column alignment="center" valignment="top" width="0" special="Wc">
15841 <column alignment="center" valignment="top" width="0" special="Wc">
15842 <column alignment="center" valignment="top" width="0" special="WcW">
15843 <row>
15844 <cell alignment="center" valignment="top" topline="true" usebox="none">
15845 \begin_inset Text
15846
15847 \begin_layout Plain Layout
15848 sd
15849 \end_layout
15850
15851 \end_inset
15852 </cell>
15853 <cell alignment="center" valignment="top" topline="true" usebox="none">
15854 \begin_inset Text
15855
15856 \begin_layout Plain Layout
15857
15858 \end_layout
15859
15860 \end_inset
15861 </cell>
15862 <cell alignment="center" valignment="top" topline="true" usebox="none">
15863 \begin_inset Text
15864
15865 \begin_layout Plain Layout
15866
15867 \end_layout
15868
15869 \end_inset
15870 </cell>
15871 </row>
15872 <row>
15873 <cell alignment="center" valignment="top" topline="true" usebox="none">
15874 \begin_inset Text
15875
15876 \begin_layout Plain Layout
15877
15878 \end_layout
15879
15880 \end_inset
15881 </cell>
15882 <cell alignment="center" valignment="top" topline="true" usebox="none">
15883 \begin_inset Text
15884
15885 \begin_layout Plain Layout
15886 sd
15887 \end_layout
15888
15889 \end_inset
15890 </cell>
15891 <cell alignment="center" valignment="top" topline="true" usebox="none">
15892 \begin_inset Text
15893
15894 \begin_layout Plain Layout
15895
15896 \end_layout
15897
15898 \end_inset
15899 </cell>
15900 </row>
15901 <row topspace="default">
15902 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15903 \begin_inset Text
15904
15905 \begin_layout Plain Layout
15906
15907 \end_layout
15908
15909 \end_inset
15910 </cell>
15911 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15912 \begin_inset Text
15913
15914 \begin_layout Plain Layout
15915
15916 \end_layout
15917
15918 \end_inset
15919 </cell>
15920 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15921 \begin_inset Text
15922
15923 \begin_layout Plain Layout
15924 sd
15925 \end_layout
15926
15927 \end_inset
15928 </cell>
15929 </row>
15930 </lyxtabular>
15931
15932 \end_inset
15933
15934
15935 \end_layout
15936
15937 \end_inset
15938
15939
15940 \end_layout
15941
15942 \begin_layout Standard
15943 \begin_inset ERT
15944 status collapsed
15945
15946 \begin_layout Plain Layout
15947
15948
15949 \backslash
15950 renewcommand{
15951 \backslash
15952 hline}{
15953 \backslash
15954 myHlineC}
15955 \end_layout
15956
15957 \end_inset
15958
15959
15960 \end_layout
15961
15962 \begin_layout Standard
15963 \begin_inset ERT
15964 status collapsed
15965
15966 \begin_layout Plain Layout
15967
15968
15969 \backslash
15970 setlength{
15971 \backslash
15972 arrayrulewidth}{0.4pt}
15973 \end_layout
15974
15975 \end_inset
15976
15977
15978 \end_layout
15979
15980 \begin_layout Section
15981 Table Customization
15982 \begin_inset Index
15983 status collapsed
15984
15985 \begin_layout Plain Layout
15986 Table Customization
15987 \end_layout
15988
15989 \end_inset
15990
15991
15992 \begin_inset Index
15993 status collapsed
15994
15995 \begin_layout Plain Layout
15996 Table ! Customization
15997 \end_layout
15998
15999 \end_inset
16000
16001
16002 \end_layout
16003
16004 \begin_layout Subsection
16005 Row Spacing
16006 \begin_inset CommandInset label
16007 LatexCommand label
16008 name "sub:Row-Spacing"
16009
16010 \end_inset
16011
16012
16013 \begin_inset Index
16014 status collapsed
16015
16016 \begin_layout Plain Layout
16017 Table Customization ! Row Spacing
16018 \end_layout
16019
16020 \end_inset
16021
16022
16023 \end_layout
16024
16025 \begin_layout Standard
16026 You can add vertical space to table rows in the 
16027 \family sans
16028 Borders
16029 \family default
16030  tab of the table dialog.
16031  You find there three possibilities:
16032 \end_layout
16033
16034 \begin_layout Description
16035 Top
16036 \begin_inset space ~
16037 \end_inset
16038
16039 of
16040 \begin_inset space ~
16041 \end_inset
16042
16043 row will add space above the characters of the table row.
16044  If the table is a formal table
16045 \begin_inset Foot
16046 status collapsed
16047
16048 \begin_layout Plain Layout
16049 Formal tables are explained in section
16050 \begin_inset space ~
16051 \end_inset
16052
16053
16054 \begin_inset CommandInset ref
16055 LatexCommand ref
16056 reference "sec:Formal-Tables"
16057
16058 \end_inset
16059
16060 .
16061 \end_layout
16062
16063 \end_inset
16064
16065  LyX will insert as default 0.5
16066 \begin_inset space \thinspace{}
16067 \end_inset
16068
16069 em space.
16070  For normal tables the inserted space will unfortunately destroy the vertical
16071  table lines as in the following table:
16072 \begin_inset VSpace medskip
16073 \end_inset
16074
16075
16076 \begin_inset Newline newline
16077 \end_inset
16078
16079
16080 \begin_inset space \hspace*{}
16081 \length 0pt
16082 \end_inset
16083
16084
16085 \begin_inset space \hfill{}
16086 \end_inset
16087
16088
16089 \begin_inset Tabular
16090 <lyxtabular version="3" rows="3" columns="1">
16091 <features>
16092 <column alignment="center" valignment="top" width="0">
16093 <row>
16094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16095 \begin_inset Text
16096
16097 \begin_layout Plain Layout
16098 A
16099 \end_layout
16100
16101 \end_inset
16102 </cell>
16103 </row>
16104 <row topspace="3mm">
16105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16106 \begin_inset Text
16107
16108 \begin_layout Plain Layout
16109 3
16110 \begin_inset space \thinspace{}
16111 \end_inset
16112
16113 mm space top of row
16114 \end_layout
16115
16116 \end_inset
16117 </cell>
16118 </row>
16119 <row>
16120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16121 \begin_inset Text
16122
16123 \begin_layout Plain Layout
16124 C
16125 \end_layout
16126
16127 \end_inset
16128 </cell>
16129 </row>
16130 </lyxtabular>
16131
16132 \end_inset
16133
16134
16135 \begin_inset space \hfill{}
16136 \end_inset
16137
16138
16139 \begin_inset space \hspace*{}
16140 \length 0pt
16141 \end_inset
16142
16143
16144 \begin_inset VSpace medskip
16145 \end_inset
16146
16147
16148 \begin_inset Newline newline
16149 \end_inset
16150
16151 So inserting space to the top of row for normal tables is only useful when
16152  you don't have vertical lines.
16153 \end_layout
16154
16155 \begin_layout Description
16156 Bottom
16157 \begin_inset space ~
16158 \end_inset
16159
16160 of
16161 \begin_inset space ~
16162 \end_inset
16163
16164 row will add space below the characters of the table row.
16165  If the table is a formal table LyX will insert as default 0.5
16166 \begin_inset space \thinspace{}
16167 \end_inset
16168
16169 em space, for normal tables the default size is 2
16170 \begin_inset space \thinspace{}
16171 \end_inset
16172
16173 pt.
16174 \end_layout
16175
16176 \begin_layout Description
16177 Between
16178 \begin_inset space ~
16179 \end_inset
16180
16181 rows adds space between the current and the following row.
16182  If the table is a formal table LyX will insert as default 0.5
16183 \begin_inset space \thinspace{}
16184 \end_inset
16185
16186 em space.
16187  For normal tables the inserted space will unfortunately destroy the vertical
16188  table lines as in the following table:
16189 \begin_inset VSpace medskip
16190 \end_inset
16191
16192
16193 \begin_inset Newline newline
16194 \end_inset
16195
16196
16197 \begin_inset space \hspace*{}
16198 \length 0pt
16199 \end_inset
16200
16201
16202 \begin_inset space \hfill{}
16203 \end_inset
16204
16205
16206 \begin_inset Tabular
16207 <lyxtabular version="3" rows="3" columns="1">
16208 <features>
16209 <column alignment="center" valignment="top" width="0">
16210 <row>
16211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16212 \begin_inset Text
16213
16214 \begin_layout Plain Layout
16215 A
16216 \end_layout
16217
16218 \end_inset
16219 </cell>
16220 </row>
16221 <row interlinespace="3mm">
16222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16223 \begin_inset Text
16224
16225 \begin_layout Plain Layout
16226 \begin_inset Formula $\downarrow$
16227 \end_inset
16228
16229  3
16230 \begin_inset space \thinspace{}
16231 \end_inset
16232
16233 mm space between row 
16234 \begin_inset Formula $\downarrow$
16235 \end_inset
16236
16237
16238 \end_layout
16239
16240 \end_inset
16241 </cell>
16242 </row>
16243 <row>
16244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16245 \begin_inset Text
16246
16247 \begin_layout Plain Layout
16248 \begin_inset Formula $\uparrow$
16249 \end_inset
16250
16251  3
16252 \begin_inset space \thinspace{}
16253 \end_inset
16254
16255 mm space between row 
16256 \begin_inset Formula $\uparrow$
16257 \end_inset
16258
16259
16260 \end_layout
16261
16262 \end_inset
16263 </cell>
16264 </row>
16265 </lyxtabular>
16266
16267 \end_inset
16268
16269
16270 \begin_inset space \hfill{}
16271 \end_inset
16272
16273
16274 \begin_inset space \hspace*{}
16275 \length 0pt
16276 \end_inset
16277
16278
16279 \begin_inset VSpace medskip
16280 \end_inset
16281
16282
16283 \begin_inset Newline newline
16284 \end_inset
16285
16286 So inserting space between rows for normal tables is only useful when you
16287  don't have vertical lines.
16288 \end_layout
16289
16290 \begin_layout Standard
16291 \begin_inset VSpace bigskip
16292 \end_inset
16293
16294 When you want to add extra height to all cells of all tables, you can do
16295  this with the following preamble lines:
16296 \end_layout
16297
16298 \begin_layout Standard
16299
16300 \series bold
16301
16302 \backslash
16303 @ifundefined{extrarowheight}
16304 \begin_inset Newline newline
16305 \end_inset
16306
16307
16308 \begin_inset ERT
16309 status collapsed
16310
16311 \begin_layout Plain Layout
16312
16313
16314 \backslash
16315 hphantom{ }
16316 \end_layout
16317
16318 \end_inset
16319
16320 {
16321 \backslash
16322 usepackage{array}}{}
16323 \begin_inset Newline newline
16324 \end_inset
16325
16326
16327 \backslash
16328 setlength{
16329 \backslash
16330 extrarowheight}{height}
16331 \end_layout
16332
16333 \begin_layout Standard
16334 But this has the disadvantage that the cell texts are no longer exactly
16335  vertically centered.
16336  (The package 
16337 \series bold
16338 array
16339 \series default
16340  will be loaded automatically by LyX when you use self defined table formats.
16341  To avoid that it is loaded twice the command 
16342 \series bold
16343
16344 \backslash
16345 @ifundefined
16346 \series default
16347  is used in the above command.)
16348 \end_layout
16349
16350 \begin_layout Subsection
16351 Special Cell Alignment
16352 \begin_inset Index
16353 status collapsed
16354
16355 \begin_layout Plain Layout
16356 Table Customization ! Special Cell Alignment
16357 \end_layout
16358
16359 \end_inset
16360
16361
16362 \end_layout
16363
16364 \begin_layout Standard
16365 Sometimes it looks better when the cell entries of a column are aligned
16366  with a special character, e.
16367 \begin_inset space \thinspace{}
16368 \end_inset
16369
16370 g.
16371 \begin_inset space ~
16372 \end_inset
16373
16374 with the decimal separator as in Table
16375 \begin_inset space ~
16376 \end_inset
16377
16378
16379 \begin_inset CommandInset ref
16380 LatexCommand ref
16381 reference "tab:Table-cells-of"
16382
16383 \end_inset
16384
16385 .
16386 \end_layout
16387
16388 \begin_layout Standard
16389 \begin_inset Float table
16390 placement h
16391 wide false
16392 sideways false
16393 status open
16394
16395 \begin_layout Plain Layout
16396 \begin_inset Caption
16397
16398 \begin_layout Plain Layout
16399 \begin_inset CommandInset label
16400 LatexCommand label
16401 name "tab:Table-cells-of"
16402
16403 \end_inset
16404
16405 Table cells of a column aligned with the decimal separator.
16406 \end_layout
16407
16408 \end_inset
16409
16410
16411 \end_layout
16412
16413 \begin_layout Plain Layout
16414 \align center
16415 \begin_inset Tabular
16416 <lyxtabular version="3" rows="4" columns="2">
16417 <features>
16418 <column alignment="right" valignment="top" width="0">
16419 <column alignment="left" valignment="top" width="0" special="@{}l">
16420 <row>
16421 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16422 \begin_inset Text
16423
16424 \begin_layout Plain Layout
16425 heading
16426 \end_layout
16427
16428 \end_inset
16429 </cell>
16430 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16431 \begin_inset Text
16432
16433 \begin_layout Plain Layout
16434
16435 \end_layout
16436
16437 \end_inset
16438 </cell>
16439 </row>
16440 <row>
16441 <cell alignment="center" valignment="top" usebox="none">
16442 \begin_inset Text
16443
16444 \begin_layout Plain Layout
16445 12.
16446 \end_layout
16447
16448 \end_inset
16449 </cell>
16450 <cell alignment="center" valignment="top" usebox="none">
16451 \begin_inset Text
16452
16453 \begin_layout Plain Layout
16454 6
16455 \end_layout
16456
16457 \end_inset
16458 </cell>
16459 </row>
16460 <row>
16461 <cell alignment="center" valignment="top" usebox="none">
16462 \begin_inset Text
16463
16464 \begin_layout Plain Layout
16465 0.
16466 \end_layout
16467
16468 \end_inset
16469 </cell>
16470 <cell alignment="center" valignment="top" usebox="none">
16471 \begin_inset Text
16472
16473 \begin_layout Plain Layout
16474 68
16475 \end_layout
16476
16477 \end_inset
16478 </cell>
16479 </row>
16480 <row>
16481 <cell alignment="center" valignment="top" usebox="none">
16482 \begin_inset Text
16483
16484 \begin_layout Plain Layout
16485 -123.
16486 \end_layout
16487
16488 \end_inset
16489 </cell>
16490 <cell alignment="center" valignment="top" usebox="none">
16491 \begin_inset Text
16492
16493 \begin_layout Plain Layout
16494 0
16495 \end_layout
16496
16497 \end_inset
16498 </cell>
16499 </row>
16500 </lyxtabular>
16501
16502 \end_inset
16503
16504
16505 \end_layout
16506
16507 \end_inset
16508
16509
16510 \end_layout
16511
16512 \begin_layout Standard
16513 This table was created with a 4×2 table.
16514  The heading is a centered multicolumn.
16515  The first column is right-aligned and contains the digits before the decimal
16516  point and the decimal point.
16517  The second column is left aligned and contains the digits after the decimal
16518  point.
16519  To omit the space that is normally between two table columns, use the following
16520  LaTeX-argument for the second column:
16521 \end_layout
16522
16523 \begin_layout Standard
16524
16525 \series bold
16526 @{}l
16527 \end_layout
16528
16529 \begin_layout Standard
16530 Table
16531 \begin_inset space ~
16532 \end_inset
16533
16534
16535 \begin_inset CommandInset ref
16536 LatexCommand ref
16537 reference "tab:Several-table-cell"
16538
16539 \end_inset
16540
16541  shows some example alignments.
16542  For the alignment with the relation sign, you must add the second smallest
16543  math-space at the beginning of the last column to get the correct space
16544  surrounding the relation sign.
16545 \end_layout
16546
16547 \begin_layout Standard
16548 \begin_inset Float table
16549 wide false
16550 sideways false
16551 status open
16552
16553 \begin_layout Plain Layout
16554 \begin_inset Caption
16555
16556 \begin_layout Plain Layout
16557 \begin_inset CommandInset label
16558 LatexCommand label
16559 name "tab:Several-table-cell"
16560
16561 \end_inset
16562
16563 Several table cell alignments.
16564 \end_layout
16565
16566 \end_inset
16567
16568
16569 \end_layout
16570
16571 \begin_layout Plain Layout
16572 \align center
16573 \begin_inset Tabular
16574 <lyxtabular version="3" rows="4" columns="6">
16575 <features>
16576 <column alignment="right" valignment="top" width="0">
16577 <column alignment="left" valignment="top" width="0" special="@{}l">
16578 <column alignment="right" valignment="top" width="0">
16579 <column alignment="left" valignment="top" width="0" special="@{}l">
16580 <column alignment="right" valignment="top" width="0">
16581 <column alignment="left" valignment="top" width="0" special="@{}l">
16582 <row>
16583 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16584 \begin_inset Text
16585
16586 \begin_layout Plain Layout
16587 units
16588 \end_layout
16589
16590 \end_inset
16591 </cell>
16592 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16593 \begin_inset Text
16594
16595 \begin_layout Plain Layout
16596
16597 \end_layout
16598
16599 \end_inset
16600 </cell>
16601 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16602 \begin_inset Text
16603
16604 \begin_layout Plain Layout
16605 exponents
16606 \end_layout
16607
16608 \end_inset
16609 </cell>
16610 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16611 \begin_inset Text
16612
16613 \begin_layout Plain Layout
16614
16615 \end_layout
16616
16617 \end_inset
16618 </cell>
16619 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16620 \begin_inset Text
16621
16622 \begin_layout Plain Layout
16623 relations
16624 \end_layout
16625
16626 \end_inset
16627 </cell>
16628 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16629 \begin_inset Text
16630
16631 \begin_layout Plain Layout
16632
16633 \end_layout
16634
16635 \end_inset
16636 </cell>
16637 </row>
16638 <row>
16639 <cell alignment="center" valignment="top" usebox="none">
16640 \begin_inset Text
16641
16642 \begin_layout Plain Layout
16643 12×
16644 \end_layout
16645
16646 \end_inset
16647 </cell>
16648 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16649 \begin_inset Text
16650
16651 \begin_layout Plain Layout
16652 24
16653 \begin_inset space \thinspace{}
16654 \end_inset
16655
16656 bottles
16657 \end_layout
16658
16659 \end_inset
16660 </cell>
16661 <cell alignment="center" valignment="top" usebox="none">
16662 \begin_inset Text
16663
16664 \begin_layout Plain Layout
16665 \begin_inset Formula $10\cdot$
16666 \end_inset
16667
16668
16669 \end_layout
16670
16671 \end_inset
16672 </cell>
16673 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16674 \begin_inset Text
16675
16676 \begin_layout Plain Layout
16677 \begin_inset Formula $10^{\mbox{-}17}$
16678 \end_inset
16679
16680
16681 \end_layout
16682
16683 \end_inset
16684 </cell>
16685 <cell alignment="center" valignment="top" usebox="none">
16686 \begin_inset Text
16687
16688 \begin_layout Plain Layout
16689 \begin_inset Formula $\Gamma(t)\propto$
16690 \end_inset
16691
16692
16693 \end_layout
16694
16695 \end_inset
16696 </cell>
16697 <cell alignment="center" valignment="top" usebox="none">
16698 \begin_inset Text
16699
16700 \begin_layout Plain Layout
16701 \begin_inset Formula $\:\Upsilon(t)$
16702 \end_inset
16703
16704
16705 \end_layout
16706
16707 \end_inset
16708 </cell>
16709 </row>
16710 <row>
16711 <cell alignment="center" valignment="top" usebox="none">
16712 \begin_inset Text
16713
16714 \begin_layout Plain Layout
16715 1024×
16716 \end_layout
16717
16718 \end_inset
16719 </cell>
16720 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16721 \begin_inset Text
16722
16723 \begin_layout Plain Layout
16724 768
16725 \begin_inset space \thinspace{}
16726 \end_inset
16727
16728 Pixels
16729 \end_layout
16730
16731 \end_inset
16732 </cell>
16733 <cell alignment="center" valignment="top" usebox="none">
16734 \begin_inset Text
16735
16736 \begin_layout Plain Layout
16737 \begin_inset Formula $5.78\cdot$
16738 \end_inset
16739
16740
16741 \end_layout
16742
16743 \end_inset
16744 </cell>
16745 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16746 \begin_inset Text
16747
16748 \begin_layout Plain Layout
16749 \begin_inset Formula $10^{7}$
16750 \end_inset
16751
16752
16753 \end_layout
16754
16755 \end_inset
16756 </cell>
16757 <cell alignment="center" valignment="top" usebox="none">
16758 \begin_inset Text
16759
16760 \begin_layout Plain Layout
16761 \begin_inset Formula $A\ne$
16762 \end_inset
16763
16764
16765 \end_layout
16766
16767 \end_inset
16768 </cell>
16769 <cell alignment="center" valignment="top" usebox="none">
16770 \begin_inset Text
16771
16772 \begin_layout Plain Layout
16773 \begin_inset Formula $\: B_{\mathrm{red}}$
16774 \end_inset
16775
16776
16777 \end_layout
16778
16779 \end_inset
16780 </cell>
16781 </row>
16782 <row>
16783 <cell alignment="center" valignment="top" usebox="none">
16784 \begin_inset Text
16785
16786 \begin_layout Plain Layout
16787 32×
16788 \end_layout
16789
16790 \end_inset
16791 </cell>
16792 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16793 \begin_inset Text
16794
16795 \begin_layout Plain Layout
16796 6
16797 \begin_inset space \thinspace{}
16798 \end_inset
16799
16800 cm
16801 \end_layout
16802
16803 \end_inset
16804 </cell>
16805 <cell alignment="center" valignment="top" usebox="none">
16806 \begin_inset Text
16807
16808 \begin_layout Plain Layout
16809 -
16810 \begin_inset Formula $33.5\cdot$
16811 \end_inset
16812
16813
16814 \end_layout
16815
16816 \end_inset
16817 </cell>
16818 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16819 \begin_inset Text
16820
16821 \begin_layout Plain Layout
16822 \begin_inset Formula $10^{4}$
16823 \end_inset
16824
16825
16826 \end_layout
16827
16828 \end_inset
16829 </cell>
16830 <cell alignment="center" valignment="top" usebox="none">
16831 \begin_inset Text
16832
16833 \begin_layout Plain Layout
16834 \begin_inset Formula $\sin(\alpha)\ge$
16835 \end_inset
16836
16837
16838 \end_layout
16839
16840 \end_inset
16841 </cell>
16842 <cell alignment="center" valignment="top" usebox="none">
16843 \begin_inset Text
16844
16845 \begin_layout Plain Layout
16846 \begin_inset Formula $\:\sin(\beta)$
16847 \end_inset
16848
16849
16850 \end_layout
16851
16852 \end_inset
16853 </cell>
16854 </row>
16855 </lyxtabular>
16856
16857 \end_inset
16858
16859
16860 \end_layout
16861
16862 \end_inset
16863
16864
16865 \end_layout
16866
16867 \begin_layout Standard
16868 \begin_inset VSpace bigskip
16869 \end_inset
16870
16871 There is also the LaTeX-package 
16872 \series bold
16873 dcolumn
16874 \series default
16875
16876 \begin_inset Index
16877 status collapsed
16878
16879 \begin_layout Plain Layout
16880 LaTeX-packages ! dcolumn
16881 \end_layout
16882
16883 \end_inset
16884
16885  that provides table cell alignments.
16886  But this unfortunately treats the cell entries as math and doesn't allow
16887  formulas in table cells: The first column of Table
16888 \begin_inset space ~
16889 \end_inset
16890
16891
16892 \begin_inset CommandInset ref
16893 LatexCommand ref
16894 reference "tab:Several-table-cell"
16895
16896 \end_inset
16897
16898  will look with 
16899 \series bold
16900 dcolumn
16901 \series default
16902  like the first column in Table
16903 \begin_inset space ~
16904 \end_inset
16905
16906
16907 \begin_inset CommandInset ref
16908 LatexCommand ref
16909 reference "tab:Alignments-when"
16910
16911 \end_inset
16912
16913  and only with some tricks like the expected.
16914  The alignment of the second and third column of Table
16915 \begin_inset space ~
16916 \end_inset
16917
16918
16919 \begin_inset CommandInset ref
16920 LatexCommand ref
16921 reference "tab:Several-table-cell"
16922
16923 \end_inset
16924
16925  is not possible with 
16926 \series bold
16927 dcolumn
16928 \series default
16929 .
16930 \end_layout
16931
16932 \begin_layout Standard
16933 \begin_inset Float table
16934 placement h
16935 wide false
16936 sideways false
16937 status open
16938
16939 \begin_layout Plain Layout
16940 \begin_inset Caption
16941
16942 \begin_layout Plain Layout
16943 \begin_inset CommandInset label
16944 LatexCommand label
16945 name "tab:Alignments-when"
16946
16947 \end_inset
16948
16949 Alignments when LaTeX-package dcolumn is used.
16950  For all column alignments tricks have to be used to get the output.
16951 \end_layout
16952
16953 \end_inset
16954
16955
16956 \end_layout
16957
16958 \begin_layout Plain Layout
16959 \align center
16960 \begin_inset Tabular
16961 <lyxtabular version="3" rows="4" columns="3">
16962 <features>
16963 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
16964 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
16965 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
16966 <row>
16967 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16968 \begin_inset Text
16969
16970 \begin_layout Plain Layout
16971 units
16972 \end_layout
16973
16974 \end_inset
16975 </cell>
16976 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16977 \begin_inset Text
16978
16979 \begin_layout Plain Layout
16980 units
16981 \end_layout
16982
16983 \end_inset
16984 </cell>
16985 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16986 \begin_inset Text
16987
16988 \begin_layout Plain Layout
16989 units
16990 \end_layout
16991
16992 \end_inset
16993 </cell>
16994 </row>
16995 <row>
16996 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16997 \begin_inset Text
16998
16999 \begin_layout Plain Layout
17000 12x24
17001 \begin_inset space \thinspace{}
17002 \end_inset
17003
17004 bottles
17005 \end_layout
17006
17007 \end_inset
17008 </cell>
17009 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17010 \begin_inset Text
17011
17012 \begin_layout Plain Layout
17013 12x24
17014 \begin_inset space \thinspace{}
17015 \end_inset
17016
17017
17018 \begin_inset Formula $\mbox{bottles}$
17019 \end_inset
17020
17021
17022 \end_layout
17023
17024 \end_inset
17025 </cell>
17026 <cell alignment="center" valignment="top" usebox="none">
17027 \begin_inset Text
17028
17029 \begin_layout Plain Layout
17030 12
17031 \begin_inset ERT
17032 status collapsed
17033
17034 \begin_layout Plain Layout
17035
17036
17037 \backslash
17038 times 
17039 \end_layout
17040
17041 \end_inset
17042
17043 24~
17044 \begin_inset Formula $\mbox{bottles}$
17045 \end_inset
17046
17047
17048 \end_layout
17049
17050 \end_inset
17051 </cell>
17052 </row>
17053 <row>
17054 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17055 \begin_inset Text
17056
17057 \begin_layout Plain Layout
17058 1024x768
17059 \begin_inset space \thinspace{}
17060 \end_inset
17061
17062 Pixels
17063 \end_layout
17064
17065 \end_inset
17066 </cell>
17067 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17068 \begin_inset Text
17069
17070 \begin_layout Plain Layout
17071 1024x768
17072 \begin_inset space \thinspace{}
17073 \end_inset
17074
17075
17076 \begin_inset Formula $\mbox{Pixels}$
17077 \end_inset
17078
17079
17080 \end_layout
17081
17082 \end_inset
17083 </cell>
17084 <cell alignment="center" valignment="top" usebox="none">
17085 \begin_inset Text
17086
17087 \begin_layout Plain Layout
17088 1024
17089 \begin_inset ERT
17090 status collapsed
17091
17092 \begin_layout Plain Layout
17093
17094
17095 \backslash
17096 times 
17097 \end_layout
17098
17099 \end_inset
17100
17101 768~
17102 \begin_inset Formula $\mbox{Pixels}$
17103 \end_inset
17104
17105
17106 \end_layout
17107
17108 \end_inset
17109 </cell>
17110 </row>
17111 <row>
17112 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17113 \begin_inset Text
17114
17115 \begin_layout Plain Layout
17116 32x6
17117 \begin_inset space \thinspace{}
17118 \end_inset
17119
17120 cm
17121 \end_layout
17122
17123 \end_inset
17124 </cell>
17125 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17126 \begin_inset Text
17127
17128 \begin_layout Plain Layout
17129 32x6
17130 \begin_inset space \thinspace{}
17131 \end_inset
17132
17133
17134 \begin_inset Formula $\mbox{cm}$
17135 \end_inset
17136
17137
17138 \end_layout
17139
17140 \end_inset
17141 </cell>
17142 <cell alignment="center" valignment="top" usebox="none">
17143 \begin_inset Text
17144
17145 \begin_layout Plain Layout
17146 32
17147 \begin_inset ERT
17148 status collapsed
17149
17150 \begin_layout Plain Layout
17151
17152
17153 \backslash
17154 times 
17155 \end_layout
17156
17157 \end_inset
17158
17159 6~
17160 \begin_inset Formula $\mbox{cm}$
17161 \end_inset
17162
17163
17164 \end_layout
17165
17166 \end_inset
17167 </cell>
17168 </row>
17169 </lyxtabular>
17170
17171 \end_inset
17172
17173
17174 \end_layout
17175
17176 \end_inset
17177
17178
17179 \end_layout
17180
17181 \begin_layout Subsection
17182 Customized Cell/Column Format
17183 \begin_inset CommandInset label
17184 LatexCommand label
17185 name "sub:Customized-Format"
17186
17187 \end_inset
17188
17189
17190 \begin_inset Index
17191 status collapsed
17192
17193 \begin_layout Plain Layout
17194 Table Customization ! Cell/Column Format
17195 \end_layout
17196
17197 \end_inset
17198
17199
17200 \end_layout
17201
17202 \begin_layout Standard
17203 Calculating the needed width for spanned columns like in section
17204 \begin_inset space ~
17205 \end_inset
17206
17207
17208 \begin_inset CommandInset ref
17209 LatexCommand ref
17210 reference "sub:Multicolumn-Calculations"
17211
17212 \end_inset
17213
17214  is very annoying if you have several tables with multicolumn cells.
17215  To make life easier, you can define a cell/column format in the preamble,
17216  so that it can be used in all tables of the document.
17217  The format is defined with the command
17218 \end_layout
17219
17220 \begin_layout Standard
17221
17222 \series bold
17223
17224 \backslash
17225 newcolumntype{name of format}[number of arguments]{commands}
17226 \end_layout
17227
17228 \begin_layout Standard
17229 The format name may only consist of one letter.
17230  The letters 
17231 \emph on
17232 b
17233 \emph default
17234
17235 \emph on
17236 c
17237 \emph default
17238
17239 \emph on
17240 l
17241 \emph default
17242
17243 \emph on
17244 m
17245 \emph default
17246
17247 \emph on
17248 p
17249 \emph default
17250  and 
17251 \emph on
17252 r
17253 \emph default
17254  are predefined and cannot be used.
17255  But all letters are allowed as capitals.
17256 \end_layout
17257
17258 \begin_layout Standard
17259 \begin_inset VSpace medskip
17260 \end_inset
17261
17262
17263 \end_layout
17264
17265 \begin_layout Standard
17266 For vertically and horizontally centered multicolumn cells with a fixed
17267  width you can define the cell format
17268 \end_layout
17269
17270 \begin_layout Standard
17271
17272 \series bold
17273
17274 \backslash
17275 newcolumntype{M}[1]{>{
17276 \backslash
17277 centering
17278 \backslash
17279 hspace{0pt}}m{#1}}
17280 \end_layout
17281
17282 \begin_layout Standard
17283 where 
17284 \series bold
17285
17286 \backslash
17287 hspace{0pt}
17288 \series default
17289  avoids the problem of hyphenating the first word, as described in section
17290 \begin_inset space ~
17291 \end_inset
17292
17293
17294 \begin_inset CommandInset ref
17295 LatexCommand ref
17296 reference "sub:Multiple-Lines-in"
17297
17298 \end_inset
17299
17300 .
17301  Now you can simply enter
17302 \end_layout
17303
17304 \begin_layout Standard
17305
17306 \series bold
17307 M{width}
17308 \end_layout
17309
17310 \begin_layout Standard
17311 as LaTeX-argument in the table dialog to create a multicolumn.
17312 \end_layout
17313
17314 \begin_layout Standard
17315 \begin_inset VSpace bigskip
17316 \end_inset
17317
17318
17319 \end_layout
17320
17321 \begin_layout Standard
17322 For cells spanned by a multicolumn cell, you can define the format
17323 \end_layout
17324
17325 \begin_layout Standard
17326
17327 \series bold
17328
17329 \backslash
17330 newcolumntype{S}[2]{>{
17331 \backslash
17332 centering
17333 \backslash
17334 hspace{0pt}}
17335 \begin_inset Newline newline
17336 \end_inset
17337
17338
17339 \begin_inset ERT
17340 status collapsed
17341
17342 \begin_layout Plain Layout
17343
17344
17345 \backslash
17346 phantom{
17347 \end_layout
17348
17349 \end_inset
17350
17351
17352 \backslash
17353 newcolumntype
17354 \begin_inset ERT
17355 status collapsed
17356
17357 \begin_layout Plain Layout
17358
17359 }
17360 \end_layout
17361
17362 \end_inset
17363
17364 m{(#1+(2
17365 \backslash
17366 tabcolsep+
17367 \backslash
17368 arrayrulewidth)*(1-#2))/#2}}
17369 \end_layout
17370
17371 \begin_layout Standard
17372 This format uses equation 
17373 \begin_inset CommandInset ref
17374 LatexCommand eqref
17375 reference "eq:Wgn"
17376
17377 \end_inset
17378
17379  to calculate the needed width so that each spanned cell has the same width.
17380 \end_layout
17381
17382 \begin_layout Standard
17383 You can now enter
17384 \end_layout
17385
17386 \begin_layout Standard
17387
17388 \series bold
17389 S{width of multicolumn cell}{number of spanned columns}
17390 \end_layout
17391
17392 \begin_layout Standard
17393 as LaTeX-argument of the column.
17394 \end_layout
17395
17396 \begin_layout Standard
17397 \begin_inset VSpace bigskip
17398 \end_inset
17399
17400
17401 \end_layout
17402
17403 \begin_layout Standard
17404 For colored columns, you can define
17405 \end_layout
17406
17407 \begin_layout Standard
17408
17409 \series bold
17410
17411 \backslash
17412 newcolumntype{K}[1]{>{
17413 \backslash
17414 columncolor{#1}
17415 \backslash
17416 hspace{0pt}}c}
17417 \end_layout
17418
17419 \begin_layout Standard
17420 The 
17421 \begin_inset Quotes eld
17422 \end_inset
17423
17424 c
17425 \begin_inset Quotes erd
17426 \end_inset
17427
17428  at the end creates a column with a flexible width whose text is horizontally
17429  centered.
17430  You can now enter
17431 \end_layout
17432
17433 \begin_layout Standard
17434
17435 \series bold
17436 K{color name}
17437 \end_layout
17438
17439 \begin_layout Standard
17440 as LaTeX-argument.
17441 \end_layout
17442
17443 \begin_layout Standard
17444 \begin_inset VSpace bigskip
17445 \end_inset
17446
17447
17448 \end_layout
17449
17450 \begin_layout Standard
17451 To create Table
17452 \begin_inset space ~
17453 \end_inset
17454
17455
17456 \begin_inset CommandInset ref
17457 LatexCommand ref
17458 reference "tab:Table-using-user-defined"
17459
17460 \end_inset
17461
17462  use the LaTeX-arguments
17463 \end_layout
17464
17465 \begin_layout Standard
17466
17467 \series bold
17468 M{2.5cm}
17469 \end_layout
17470
17471 \begin_layout Standard
17472 for the first column and the multicolumn,
17473 \end_layout
17474
17475 \begin_layout Standard
17476
17477 \series bold
17478 K{red}
17479 \end_layout
17480
17481 \begin_layout Standard
17482 for the the last column, and
17483 \end_layout
17484
17485 \begin_layout Standard
17486
17487 \series bold
17488 S{2.5cm}{2}
17489 \end_layout
17490
17491 \begin_layout Standard
17492 for the cells in the second column.
17493 \end_layout
17494
17495 \begin_layout Standard
17496 \begin_inset Float table
17497 placement h
17498 wide false
17499 sideways false
17500 status open
17501
17502 \begin_layout Plain Layout
17503 \begin_inset Caption
17504
17505 \begin_layout Plain Layout
17506 \begin_inset CommandInset label
17507 LatexCommand label
17508 name "tab:Table-using-user-defined"
17509
17510 \end_inset
17511
17512 Table using user-defined table formats
17513 \end_layout
17514
17515 \end_inset
17516
17517
17518 \end_layout
17519
17520 \begin_layout Plain Layout
17521 \align center
17522 \begin_inset Tabular
17523 <lyxtabular version="3" rows="3" columns="4">
17524 <features>
17525 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17526 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17527 <column alignment="center" valignment="middle" width="0">
17528 <column alignment="center" valignment="middle" width="0" special="K{red}">
17529 <row>
17530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17531 \begin_inset Text
17532
17533 \begin_layout Plain Layout
17534 verylongtablecellword
17535 \end_layout
17536
17537 \end_inset
17538 </cell>
17539 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17540 \begin_inset Text
17541
17542 \begin_layout Plain Layout
17543 multiple lines multicolumn
17544 \end_layout
17545
17546 \end_inset
17547 </cell>
17548 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17549 \begin_inset Text
17550
17551 \begin_layout Plain Layout
17552
17553 \end_layout
17554
17555 \end_inset
17556 </cell>
17557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17558 \begin_inset Text
17559
17560 \begin_layout Plain Layout
17561 c
17562 \end_layout
17563
17564 \end_inset
17565 </cell>
17566 </row>
17567 <row>
17568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17569 \begin_inset Text
17570
17571 \begin_layout Plain Layout
17572 d
17573 \end_layout
17574
17575 \end_inset
17576 </cell>
17577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17578 \begin_inset Text
17579
17580 \begin_layout Plain Layout
17581 e
17582 \end_layout
17583
17584 \end_inset
17585 </cell>
17586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17587 \begin_inset Text
17588
17589 \begin_layout Plain Layout
17590 f
17591 \end_layout
17592
17593 \end_inset
17594 </cell>
17595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17596 \begin_inset Text
17597
17598 \begin_layout Plain Layout
17599 g
17600 \end_layout
17601
17602 \end_inset
17603 </cell>
17604 </row>
17605 <row>
17606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17607 \begin_inset Text
17608
17609 \begin_layout Plain Layout
17610 h
17611 \end_layout
17612
17613 \end_inset
17614 </cell>
17615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17616 \begin_inset Text
17617
17618 \begin_layout Plain Layout
17619 i
17620 \end_layout
17621
17622 \end_inset
17623 </cell>
17624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17625 \begin_inset Text
17626
17627 \begin_layout Plain Layout
17628 j
17629 \end_layout
17630
17631 \end_inset
17632 </cell>
17633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17634 \begin_inset Text
17635
17636 \begin_layout Plain Layout
17637 k
17638 \end_layout
17639
17640 \end_inset
17641 </cell>
17642 </row>
17643 </lyxtabular>
17644
17645 \end_inset
17646
17647
17648 \end_layout
17649
17650 \end_inset
17651
17652
17653 \end_layout
17654
17655 \begin_layout Subsection
17656 Line Thickness
17657 \begin_inset CommandInset label
17658 LatexCommand label
17659 name "sub:Line-Thickness"
17660
17661 \end_inset
17662
17663
17664 \begin_inset Index
17665 status collapsed
17666
17667 \begin_layout Plain Layout
17668 Table Customization ! Line Thickness
17669 \end_layout
17670
17671 \end_inset
17672
17673
17674 \end_layout
17675
17676 \begin_layout Standard
17677 The line thickness for all lines in a table can be adjusted with the length
17678  
17679 \series bold
17680
17681 \backslash
17682 arrayrulewidth
17683 \series default
17684 .
17685  To set for example a line thickness of 1.5
17686 \begin_inset space \thinspace{}
17687 \end_inset
17688
17689 pt, like in Table
17690 \begin_inset space ~
17691 \end_inset
17692
17693
17694 \begin_inset CommandInset ref
17695 LatexCommand ref
17696 reference "tab:Table-with-1.5"
17697
17698 \end_inset
17699
17700 , insert the command
17701 \end_layout
17702
17703 \begin_layout Standard
17704
17705 \series bold
17706
17707 \backslash
17708 setlength{
17709 \backslash
17710 arrayrulewidth}{1.5pt}
17711 \end_layout
17712
17713 \begin_layout Standard
17714 in TeX-Code before the table or table float.
17715  The changed thickness is valid for all following tables.
17716  To use the default value again, set 
17717 \series bold
17718
17719 \backslash
17720 arrayrulewidth
17721 \series default
17722  to 0.4
17723 \begin_inset space \thinspace{}
17724 \end_inset
17725
17726 pt in TeX-Code behind the table or table float.
17727 \end_layout
17728
17729 \begin_layout Standard
17730 \begin_inset ERT
17731 status collapsed
17732
17733 \begin_layout Plain Layout
17734
17735
17736 \backslash
17737 setlength{
17738 \backslash
17739 arrayrulewidth}{1.5pt}
17740 \end_layout
17741
17742 \end_inset
17743
17744
17745 \begin_inset Float table
17746 wide false
17747 sideways false
17748 status open
17749
17750 \begin_layout Plain Layout
17751 \begin_inset Caption
17752
17753 \begin_layout Plain Layout
17754 \begin_inset CommandInset label
17755 LatexCommand label
17756 name "tab:Table-with-1.5"
17757
17758 \end_inset
17759
17760 Table with 1.5
17761 \begin_inset space \thinspace{}
17762 \end_inset
17763
17764 pt thick lines
17765 \end_layout
17766
17767 \end_inset
17768
17769
17770 \end_layout
17771
17772 \begin_layout Plain Layout
17773 \align center
17774 \begin_inset Tabular
17775 <lyxtabular version="3" rows="3" columns="3">
17776 <features>
17777 <column alignment="center" valignment="top" width="0">
17778 <column alignment="center" valignment="top" width="0">
17779 <column alignment="center" valignment="top" width="0">
17780 <row>
17781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17782 \begin_inset Text
17783
17784 \begin_layout Plain Layout
17785 sd
17786 \end_layout
17787
17788 \end_inset
17789 </cell>
17790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17791 \begin_inset Text
17792
17793 \begin_layout Plain Layout
17794
17795 \end_layout
17796
17797 \end_inset
17798 </cell>
17799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17800 \begin_inset Text
17801
17802 \begin_layout Plain Layout
17803
17804 \end_layout
17805
17806 \end_inset
17807 </cell>
17808 </row>
17809 <row>
17810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17811 \begin_inset Text
17812
17813 \begin_layout Plain Layout
17814
17815 \end_layout
17816
17817 \end_inset
17818 </cell>
17819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17820 \begin_inset Text
17821
17822 \begin_layout Plain Layout
17823 sd
17824 \end_layout
17825
17826 \end_inset
17827 </cell>
17828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17829 \begin_inset Text
17830
17831 \begin_layout Plain Layout
17832
17833 \end_layout
17834
17835 \end_inset
17836 </cell>
17837 </row>
17838 <row>
17839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17840 \begin_inset Text
17841
17842 \begin_layout Plain Layout
17843
17844 \end_layout
17845
17846 \end_inset
17847 </cell>
17848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17849 \begin_inset Text
17850
17851 \begin_layout Plain Layout
17852
17853 \end_layout
17854
17855 \end_inset
17856 </cell>
17857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17858 \begin_inset Text
17859
17860 \begin_layout Plain Layout
17861 sd
17862 \end_layout
17863
17864 \end_inset
17865 </cell>
17866 </row>
17867 </lyxtabular>
17868
17869 \end_inset
17870
17871
17872 \end_layout
17873
17874 \end_inset
17875
17876
17877 \begin_inset ERT
17878 status collapsed
17879
17880 \begin_layout Plain Layout
17881
17882
17883 \backslash
17884 setlength{
17885 \backslash
17886 arrayrulewidth}{0.4pt}
17887 \end_layout
17888
17889 \end_inset
17890
17891
17892 \end_layout
17893
17894 \begin_layout Standard
17895 \begin_inset VSpace bigskip
17896 \end_inset
17897
17898 To set the line thickness to 1.5
17899 \begin_inset space \thinspace{}
17900 \end_inset
17901
17902 pt only for horizontal lines, like in Table
17903 \begin_inset space ~
17904 \end_inset
17905
17906
17907 \begin_inset CommandInset ref
17908 LatexCommand ref
17909 reference "tab:Table-with-horizontal"
17910
17911 \end_inset
17912
17913 , insert these commands in TeX-Code before the table or table float:
17914 \end_layout
17915
17916 \begin_layout Standard
17917
17918 \series bold
17919
17920 \backslash
17921 let
17922 \backslash
17923 myHline
17924 \backslash
17925 hline
17926 \begin_inset Newline newline
17927 \end_inset
17928
17929
17930 \backslash
17931 renewcommand{
17932 \backslash
17933 hline}
17934 \begin_inset Newline newline
17935 \end_inset
17936
17937  {
17938 \backslash
17939 noalign{
17940 \backslash
17941 global
17942 \backslash
17943 arrayrulewidth 1.5pt}
17944 \begin_inset Newline newline
17945 \end_inset
17946
17947  
17948 \backslash
17949 myHline
17950 \backslash
17951 noalign{
17952 \backslash
17953 global
17954 \backslash
17955 arrayrulewidth 0.4pt}}
17956 \end_layout
17957
17958 \begin_layout Standard
17959 To return to the default line thickness, insert this command in TeX-Code
17960  behind the table or table float:
17961 \end_layout
17962
17963 \begin_layout Standard
17964
17965 \series bold
17966
17967 \backslash
17968 renewcommand{
17969 \backslash
17970 hline}{
17971 \backslash
17972 myHline}
17973 \end_layout
17974
17975 \begin_layout Standard
17976 \begin_inset ERT
17977 status collapsed
17978
17979 \begin_layout Plain Layout
17980
17981
17982 \backslash
17983 let
17984 \backslash
17985 myHline
17986 \backslash
17987 hline
17988 \end_layout
17989
17990 \begin_layout Plain Layout
17991
17992
17993 \backslash
17994 renewcommand{
17995 \backslash
17996 hline}
17997 \end_layout
17998
17999 \begin_layout Plain Layout
18000
18001  {
18002 \backslash
18003 noalign{
18004 \backslash
18005 global
18006 \backslash
18007 arrayrulewidth 1.5pt}
18008 \end_layout
18009
18010 \begin_layout Plain Layout
18011
18012   
18013 \backslash
18014 myHline
18015 \backslash
18016 noalign{
18017 \backslash
18018 global
18019 \backslash
18020 arrayrulewidth 0.4pt}}
18021 \end_layout
18022
18023 \end_inset
18024
18025
18026 \begin_inset Float table
18027 wide false
18028 sideways false
18029 status open
18030
18031 \begin_layout Plain Layout
18032 \begin_inset Caption
18033
18034 \begin_layout Plain Layout
18035 \begin_inset CommandInset label
18036 LatexCommand label
18037 name "tab:Table-with-horizontal"
18038
18039 \end_inset
18040
18041 Table with 1.5
18042 \begin_inset space \thinspace{}
18043 \end_inset
18044
18045 pt thick horizontal lines
18046 \end_layout
18047
18048 \end_inset
18049
18050
18051 \end_layout
18052
18053 \begin_layout Plain Layout
18054 \align center
18055 \begin_inset Tabular
18056 <lyxtabular version="3" rows="3" columns="3">
18057 <features>
18058 <column alignment="center" valignment="top" width="0">
18059 <column alignment="center" valignment="top" width="0">
18060 <column alignment="center" valignment="top" width="0">
18061 <row>
18062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18063 \begin_inset Text
18064
18065 \begin_layout Plain Layout
18066 sd
18067 \end_layout
18068
18069 \end_inset
18070 </cell>
18071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18072 \begin_inset Text
18073
18074 \begin_layout Plain Layout
18075
18076 \end_layout
18077
18078 \end_inset
18079 </cell>
18080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18081 \begin_inset Text
18082
18083 \begin_layout Plain Layout
18084
18085 \end_layout
18086
18087 \end_inset
18088 </cell>
18089 </row>
18090 <row>
18091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18092 \begin_inset Text
18093
18094 \begin_layout Plain Layout
18095
18096 \end_layout
18097
18098 \end_inset
18099 </cell>
18100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18101 \begin_inset Text
18102
18103 \begin_layout Plain Layout
18104 sd
18105 \end_layout
18106
18107 \end_inset
18108 </cell>
18109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18110 \begin_inset Text
18111
18112 \begin_layout Plain Layout
18113
18114 \end_layout
18115
18116 \end_inset
18117 </cell>
18118 </row>
18119 <row>
18120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18121 \begin_inset Text
18122
18123 \begin_layout Plain Layout
18124
18125 \end_layout
18126
18127 \end_inset
18128 </cell>
18129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18130 \begin_inset Text
18131
18132 \begin_layout Plain Layout
18133
18134 \end_layout
18135
18136 \end_inset
18137 </cell>
18138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18139 \begin_inset Text
18140
18141 \begin_layout Plain Layout
18142 sd
18143 \end_layout
18144
18145 \end_inset
18146 </cell>
18147 </row>
18148 </lyxtabular>
18149
18150 \end_inset
18151
18152
18153 \end_layout
18154
18155 \end_inset
18156
18157
18158 \begin_inset ERT
18159 status collapsed
18160
18161 \begin_layout Plain Layout
18162
18163
18164 \backslash
18165 renewcommand{
18166 \backslash
18167 hline}{
18168 \backslash
18169 myHline}
18170 \end_layout
18171
18172 \end_inset
18173
18174
18175 \end_layout
18176
18177 \begin_layout Standard
18178 \begin_inset VSpace bigskip
18179 \end_inset
18180
18181 To set the line thickness to 1.5
18182 \begin_inset space \thinspace{}
18183 \end_inset
18184
18185 pt only for vertical lines, create the following column format in the document
18186  preamble, according to the description in section
18187 \begin_inset space ~
18188 \end_inset
18189
18190
18191 \begin_inset CommandInset ref
18192 LatexCommand ref
18193 reference "sub:Customized-Format"
18194
18195 \end_inset
18196
18197 :
18198 \end_layout
18199
18200 \begin_layout Standard
18201
18202 \series bold
18203
18204 \backslash
18205 newcolumntype{V}{!{
18206 \backslash
18207 vrule width 1.5pt}}
18208 \end_layout
18209
18210 \begin_layout Standard
18211 For Table
18212 \begin_inset space ~
18213 \end_inset
18214
18215
18216 \begin_inset CommandInset ref
18217 LatexCommand ref
18218 reference "tab:Table-with-vertical"
18219
18220 \end_inset
18221
18222  the LaTeX-argument
18223 \end_layout
18224
18225 \begin_layout Standard
18226
18227 \series bold
18228 VcV
18229 \end_layout
18230
18231 \begin_layout Standard
18232 was used for the last column and
18233 \end_layout
18234
18235 \begin_layout Standard
18236
18237 \series bold
18238 Vc
18239 \end_layout
18240
18241 \begin_layout Standard
18242 for the other columns.
18243 \end_layout
18244
18245 \begin_layout Standard
18246 \begin_inset Float table
18247 wide false
18248 sideways false
18249 status open
18250
18251 \begin_layout Plain Layout
18252 \begin_inset Caption
18253
18254 \begin_layout Plain Layout
18255 \begin_inset CommandInset label
18256 LatexCommand label
18257 name "tab:Table-with-vertical"
18258
18259 \end_inset
18260
18261 Table with 1.5
18262 \begin_inset space \thinspace{}
18263 \end_inset
18264
18265 pt thick vertical lines
18266 \end_layout
18267
18268 \end_inset
18269
18270
18271 \end_layout
18272
18273 \begin_layout Plain Layout
18274 \align center
18275 \begin_inset Tabular
18276 <lyxtabular version="3" rows="3" columns="3">
18277 <features>
18278 <column alignment="center" valignment="top" width="0" special="Vc">
18279 <column alignment="center" valignment="top" width="0" special="Vc">
18280 <column alignment="center" valignment="top" width="0" special="VcV">
18281 <row>
18282 <cell alignment="center" valignment="top" topline="true" usebox="none">
18283 \begin_inset Text
18284
18285 \begin_layout Plain Layout
18286 sd
18287 \end_layout
18288
18289 \end_inset
18290 </cell>
18291 <cell alignment="center" valignment="top" topline="true" usebox="none">
18292 \begin_inset Text
18293
18294 \begin_layout Plain Layout
18295
18296 \end_layout
18297
18298 \end_inset
18299 </cell>
18300 <cell alignment="center" valignment="top" topline="true" usebox="none">
18301 \begin_inset Text
18302
18303 \begin_layout Plain Layout
18304
18305 \end_layout
18306
18307 \end_inset
18308 </cell>
18309 </row>
18310 <row>
18311 <cell alignment="center" valignment="top" topline="true" usebox="none">
18312 \begin_inset Text
18313
18314 \begin_layout Plain Layout
18315
18316 \end_layout
18317
18318 \end_inset
18319 </cell>
18320 <cell alignment="center" valignment="top" topline="true" usebox="none">
18321 \begin_inset Text
18322
18323 \begin_layout Plain Layout
18324 sd
18325 \end_layout
18326
18327 \end_inset
18328 </cell>
18329 <cell alignment="center" valignment="top" topline="true" usebox="none">
18330 \begin_inset Text
18331
18332 \begin_layout Plain Layout
18333
18334 \end_layout
18335
18336 \end_inset
18337 </cell>
18338 </row>
18339 <row>
18340 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18341 \begin_inset Text
18342
18343 \begin_layout Plain Layout
18344
18345 \end_layout
18346
18347 \end_inset
18348 </cell>
18349 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18350 \begin_inset Text
18351
18352 \begin_layout Plain Layout
18353
18354 \end_layout
18355
18356 \end_inset
18357 </cell>
18358 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18359 \begin_inset Text
18360
18361 \begin_layout Plain Layout
18362 sd
18363 \end_layout
18364
18365 \end_inset
18366 </cell>
18367 </row>
18368 </lyxtabular>
18369
18370 \end_inset
18371
18372
18373 \end_layout
18374
18375 \end_inset
18376
18377
18378 \end_layout
18379
18380 \begin_layout Subsection
18381 Dashed Lines
18382 \begin_inset Index
18383 status collapsed
18384
18385 \begin_layout Plain Layout
18386 Table Customization ! Dashed Lines
18387 \end_layout
18388
18389 \end_inset
18390
18391
18392 \end_layout
18393
18394 \begin_layout Standard
18395 \begin_inset ERT
18396 status collapsed
18397
18398 \begin_layout Plain Layout
18399
18400
18401 \backslash
18402 ifarydshln
18403 \end_layout
18404
18405 \end_inset
18406
18407
18408 \begin_inset Note Note
18409 status open
18410
18411 \begin_layout Plain Layout
18412 The following section will only be displayed when the LaTeX-package 
18413 \series bold
18414 arydshln
18415 \series default
18416  is installed.
18417 \end_layout
18418
18419 \end_inset
18420
18421
18422 \end_layout
18423
18424 \begin_layout Standard
18425 \begin_inset Float table
18426 placement H
18427 wide false
18428 sideways false
18429 status open
18430
18431 \begin_layout Plain Layout
18432 \begin_inset Caption
18433
18434 \begin_layout Plain Layout
18435 \begin_inset CommandInset label
18436 LatexCommand label
18437 name "tab:Table-with-dashed"
18438
18439 \end_inset
18440
18441 Table with dashed lines
18442 \end_layout
18443
18444 \end_inset
18445
18446
18447 \end_layout
18448
18449 \begin_layout Plain Layout
18450 \align center
18451 \begin_inset Tabular
18452 <lyxtabular version="3" rows="5" columns="5">
18453 <features>
18454 <column alignment="center" valignment="top" width="0">
18455 <column alignment="center" valignment="top" width="0">
18456 <column alignment="center" valignment="top" width="0" special=":c">
18457 <column alignment="center" valignment="top" width="0">
18458 <column alignment="center" valignment="top" width="0">
18459 <row>
18460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18461 \begin_inset Text
18462
18463 \begin_layout Plain Layout
18464 a
18465 \end_layout
18466
18467 \end_inset
18468 </cell>
18469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18470 \begin_inset Text
18471
18472 \begin_layout Plain Layout
18473 b
18474 \end_layout
18475
18476 \end_inset
18477 </cell>
18478 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18479 \begin_inset Text
18480
18481 \begin_layout Plain Layout
18482 c
18483 \end_layout
18484
18485 \end_inset
18486 </cell>
18487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18488 \begin_inset Text
18489
18490 \begin_layout Plain Layout
18491 d
18492 \end_layout
18493
18494 \end_inset
18495 </cell>
18496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18497 \begin_inset Text
18498
18499 \begin_layout Plain Layout
18500 e
18501 \end_layout
18502
18503 \end_inset
18504 </cell>
18505 </row>
18506 <row>
18507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18508 \begin_inset Text
18509
18510 \begin_layout Plain Layout
18511 f
18512 \end_layout
18513
18514 \end_inset
18515 </cell>
18516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18517 \begin_inset Text
18518
18519 \begin_layout Plain Layout
18520 g
18521 \end_layout
18522
18523 \end_inset
18524 </cell>
18525 <cell alignment="center" valignment="top" topline="true" usebox="none">
18526 \begin_inset Text
18527
18528 \begin_layout Plain Layout
18529 h
18530 \end_layout
18531
18532 \end_inset
18533 </cell>
18534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18535 \begin_inset Text
18536
18537 \begin_layout Plain Layout
18538 i
18539 \end_layout
18540
18541 \end_inset
18542 </cell>
18543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18544 \begin_inset Text
18545
18546 \begin_layout Plain Layout
18547 j
18548 \end_layout
18549
18550 \end_inset
18551 </cell>
18552 </row>
18553 <row>
18554 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18555 \begin_inset Text
18556
18557 \begin_layout Plain Layout
18558 \begin_inset ERT
18559 status collapsed
18560
18561 \begin_layout Plain Layout
18562
18563
18564 \backslash
18565 hdashline 
18566 \end_layout
18567
18568 \end_inset
18569
18570 k
18571 \end_layout
18572
18573 \end_inset
18574 </cell>
18575 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18576 \begin_inset Text
18577
18578 \begin_layout Plain Layout
18579 l
18580 \end_layout
18581
18582 \end_inset
18583 </cell>
18584 <cell alignment="center" valignment="top" usebox="none">
18585 \begin_inset Text
18586
18587 \begin_layout Plain Layout
18588 m
18589 \end_layout
18590
18591 \end_inset
18592 </cell>
18593 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18594 \begin_inset Text
18595
18596 \begin_layout Plain Layout
18597 n
18598 \end_layout
18599
18600 \end_inset
18601 </cell>
18602 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18603 \begin_inset Text
18604
18605 \begin_layout Plain Layout
18606 o
18607 \end_layout
18608
18609 \end_inset
18610 </cell>
18611 </row>
18612 <row>
18613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18614 \begin_inset Text
18615
18616 \begin_layout Plain Layout
18617 \begin_inset ERT
18618 status collapsed
18619
18620 \begin_layout Plain Layout
18621
18622
18623 \backslash
18624 cdashline{4-5}
18625 \end_layout
18626
18627 \end_inset
18628
18629 p
18630 \end_layout
18631
18632 \end_inset
18633 </cell>
18634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18635 \begin_inset Text
18636
18637 \begin_layout Plain Layout
18638 q
18639 \end_layout
18640
18641 \end_inset
18642 </cell>
18643 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18644 \begin_inset Text
18645
18646 \begin_layout Plain Layout
18647 r
18648 \end_layout
18649
18650 \end_inset
18651 </cell>
18652 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18653 \begin_inset Text
18654
18655 \begin_layout Plain Layout
18656 s
18657 \end_layout
18658
18659 \end_inset
18660 </cell>
18661 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18662 \begin_inset Text
18663
18664 \begin_layout Plain Layout
18665
18666 \end_layout
18667
18668 \end_inset
18669 </cell>
18670 </row>
18671 <row>
18672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18673 \begin_inset Text
18674
18675 \begin_layout Plain Layout
18676 t
18677 \end_layout
18678
18679 \end_inset
18680 </cell>
18681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18682 \begin_inset Text
18683
18684 \begin_layout Plain Layout
18685 u
18686 \end_layout
18687
18688 \end_inset
18689 </cell>
18690 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18691 \begin_inset Text
18692
18693 \begin_layout Plain Layout
18694 v
18695 \end_layout
18696
18697 \end_inset
18698 </cell>
18699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18700 \begin_inset Text
18701
18702 \begin_layout Plain Layout
18703 w
18704 \end_layout
18705
18706 \end_inset
18707 </cell>
18708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18709 \begin_inset Text
18710
18711 \begin_layout Plain Layout
18712 x
18713 \end_layout
18714
18715 \end_inset
18716 </cell>
18717 </row>
18718 </lyxtabular>
18719
18720 \end_inset
18721
18722
18723 \end_layout
18724
18725 \end_inset
18726
18727
18728 \end_layout
18729
18730 \begin_layout Standard
18731 LyX doesn't natively support dashed lines, so you have to use TeX-Code.
18732  As prerequisite the LaTeX-package 
18733 \series bold
18734 arydshln
18735 \series default
18736
18737 \begin_inset Index
18738 status collapsed
18739
18740 \begin_layout Plain Layout
18741 LaTeX-packages ! arydshln
18742 \end_layout
18743
18744 \end_inset
18745
18746  must be loaded in the document preamble with the command
18747 \end_layout
18748
18749 \begin_layout Standard
18750
18751 \series bold
18752
18753 \backslash
18754 usepackage{arydshln}
18755 \end_layout
18756
18757 \begin_layout Standard
18758 To make a vertical line dashed, enter the colon 
18759 \begin_inset Quotes eld
18760 \end_inset
18761
18762 :
18763 \begin_inset Quotes erd
18764 \end_inset
18765
18766  together with the character for the horizontal alignment as LaTeX-argument
18767  in the table cell dialog.
18768 \end_layout
18769
18770 \begin_layout Standard
18771 For a horizontal dashed line add the command
18772 \end_layout
18773
18774 \begin_layout Standard
18775
18776 \series bold
18777
18778 \backslash
18779 hdashline
18780 \end_layout
18781
18782 \begin_layout Standard
18783 in TeX-Code as first element of the first cell in the table row.
18784 \end_layout
18785
18786 \begin_layout Standard
18787 For dashed multicolumn lines use the command
18788 \end_layout
18789
18790 \begin_layout Standard
18791
18792 \series bold
18793
18794 \backslash
18795 cdashline{line number
18796 \series default
18797 }
18798 \end_layout
18799
18800 \begin_layout Standard
18801 in TeX-Code as first element of the first cell in the table row.
18802  If you have for example a multicolumn spanning over columns 2 to 4 and
18803  you want to have a dashed line above, add the command
18804 \end_layout
18805
18806 \begin_layout Standard
18807
18808 \series bold
18809
18810 \backslash
18811 cdashline{2-4}
18812 \end_layout
18813
18814 \begin_layout Standard
18815 as first element of the first cell in the row of the multicolumn.
18816 \end_layout
18817
18818 \begin_layout Standard
18819 \begin_inset VSpace bigskip
18820 \end_inset
18821
18822
18823 \end_layout
18824
18825 \begin_layout Standard
18826 Table
18827 \begin_inset space ~
18828 \end_inset
18829
18830
18831 \begin_inset CommandInset ref
18832 LatexCommand ref
18833 reference "tab:Table-with-dashed"
18834
18835 \end_inset
18836
18837  was created using 
18838 \begin_inset Quotes eld
18839 \end_inset
18840
18841
18842 \series bold
18843 :c
18844 \series default
18845
18846 \begin_inset Quotes erd
18847 \end_inset
18848
18849  as LaTeX-argument of the third column.
18850  The TeX-Code command 
18851 \series bold
18852
18853 \backslash
18854 hdashline
18855 \series default
18856  was inserted to the first cell of the third row and the the TeX-Code command
18857 \begin_inset Newline newline
18858 \end_inset
18859
18860  
18861 \series bold
18862
18863 \backslash
18864 cdashline{4-5}
18865 \series default
18866  was inserted to the first cell of the fourth row.
18867 \end_layout
18868
18869 \begin_layout Standard
18870 \begin_inset Note Greyedout
18871 status open
18872
18873 \begin_layout Plain Layout
18874
18875 \series bold
18876 Note:
18877 \series default
18878  The used LaTeX-package 
18879 \series bold
18880 arydshln
18881 \series default
18882  is apparently not compatible with the LaTeX-package 
18883 \series bold
18884 colortbl
18885 \series default
18886
18887 \begin_inset Index
18888 status collapsed
18889
18890 \begin_layout Plain Layout
18891 LaTeX-packages ! colortbl
18892 \end_layout
18893
18894 \end_inset
18895
18896  that is used for colored tables in section
18897 \begin_inset space ~
18898 \end_inset
18899
18900
18901 \begin_inset CommandInset ref
18902 LatexCommand ref
18903 reference "sec:Colored-Tables"
18904
18905 \end_inset
18906
18907 .
18908  That means colored tables cannot have dashed lines.
18909 \end_layout
18910
18911 \end_inset
18912
18913
18914 \end_layout
18915
18916 \begin_layout Standard
18917 \begin_inset ERT
18918 status collapsed
18919
18920 \begin_layout Plain Layout
18921
18922
18923 \backslash
18924 else
18925 \end_layout
18926
18927 \end_inset
18928
18929
18930 \begin_inset Note Note
18931 status open
18932
18933 \begin_layout Plain Layout
18934 The following will be displayed when the LaTeX-package 
18935 \series bold
18936 arydshln
18937 \series default
18938  is not installed:
18939 \end_layout
18940
18941 \end_inset
18942
18943
18944 \end_layout
18945
18946 \begin_layout Standard
18947 You need to install the package 
18948 \series bold
18949 arydshln
18950 \series default
18951  to see the content of this section in the output.
18952 \end_layout
18953
18954 \begin_layout Standard
18955 \begin_inset ERT
18956 status collapsed
18957
18958 \begin_layout Plain Layout
18959
18960
18961 \backslash
18962 fi
18963 \end_layout
18964
18965 \end_inset
18966
18967
18968 \end_layout
18969
18970 \begin_layout Chapter
18971 Floats
18972 \begin_inset Index
18973 status collapsed
18974
18975 \begin_layout Plain Layout
18976 Floats
18977 \end_layout
18978
18979 \end_inset
18980
18981
18982 \end_layout
18983
18984 \begin_layout Section
18985 Introduction
18986 \begin_inset CommandInset label
18987 LatexCommand label
18988 name "sec:FloatIntroduction"
18989
18990 \end_inset
18991
18992
18993 \begin_inset Index
18994 status collapsed
18995
18996 \begin_layout Plain Layout
18997 Floats ! Introduction
18998 \end_layout
18999
19000 \end_inset
19001
19002
19003 \end_layout
19004
19005 \begin_layout Standard
19006 A float is a block of text associated with some sort of label, which doesn't
19007  have a fixed location.
19008  It can 
19009 \begin_inset Quotes eld
19010 \end_inset
19011
19012 float
19013 \begin_inset Quotes erd
19014 \end_inset
19015
19016  forward or backward a page or two, to wherever it fits best.
19017  
19018 \family sans
19019 Footnotes
19020 \family default
19021  and 
19022 \family sans
19023 Margin
19024 \begin_inset space ~
19025 \end_inset
19026
19027 Notes
19028 \family default
19029  are also floats, because they can float to the next page when there are
19030  too many notes at the page.
19031 \end_layout
19032
19033 \begin_layout Standard
19034 Floats allow a high quality layout.
19035  Images and tables can evenly be spread to the pages to avoid white space
19036  and pages without text.
19037  As the floating often destroys the context between the text and the image/table
19038 , every float can be referenced in the text.
19039  Floats are therefore numbered.
19040  Referencing is described in section
19041 \begin_inset space ~
19042 \end_inset
19043
19044
19045 \begin_inset CommandInset ref
19046 LatexCommand ref
19047 reference "sec:Referencing-Floats"
19048
19049 \end_inset
19050
19051 .
19052 \end_layout
19053
19054 \begin_layout Standard
19055 To insert a float, use the menu 
19056 \family sans
19057 Insert\SpecialChar \menuseparator
19058 Float
19059 \family default
19060 .
19061  This inserts the 
19062 \family sans
19063 Caption
19064 \family default
19065  inset, a box with a label.
19066  The label will automatically be translated to the document language in
19067  the output.
19068  Behind the label you can insert the caption text.
19069  The image or table is inserted above or below the caption in a separate
19070  paragraph within the float.
19071  More about the caption placement is described in section
19072 \begin_inset space ~
19073 \end_inset
19074
19075
19076 \begin_inset CommandInset ref
19077 LatexCommand ref
19078 reference "sec:Caption-Placement"
19079
19080 \end_inset
19081
19082 .
19083  To keep your LyX-document readable, you can open and close the float box
19084  by left-clicking on the box label.
19085  A closed float box looks like this: 
19086 \begin_inset Graphics
19087         filename clipart/floatQt4.png
19088         scale 70
19089         scaleBeforeRotation
19090
19091 \end_inset
19092
19093  -- a gray button with a red label.
19094 \end_layout
19095
19096 \begin_layout Standard
19097 It is recommended to insert floats as a separate paragraph to avoid possible
19098  LaTeX-errors that can occur when the surrounding text is specially formatted.
19099 \end_layout
19100
19101 \begin_layout Standard
19102 Existing figures or tables can be put into a float by marking them and then
19103  pressing the corresponding toolbar button for a new float.
19104 \end_layout
19105
19106 \begin_layout Section
19107 Float Types
19108 \end_layout
19109
19110 \begin_layout Standard
19111 Besides figure and table floats that are described in section
19112 \begin_inset space ~
19113 \end_inset
19114
19115
19116 \begin_inset CommandInset ref
19117 LatexCommand ref
19118 reference "sec:Figure-Floats"
19119
19120 \end_inset
19121
19122  and 
19123 \begin_inset CommandInset ref
19124 LatexCommand ref
19125 reference "sec:Table-Floats"
19126
19127 \end_inset
19128
19129 , respectively, LyX offers the float types 
19130 \series bold
19131 Algorithm
19132 \series default
19133  and 
19134 \series bold
19135 Wrap
19136 \series default
19137 .
19138 \end_layout
19139
19140 \begin_layout Subsection
19141 Algorithm Floats
19142 \begin_inset Index
19143 status collapsed
19144
19145 \begin_layout Plain Layout
19146 Floats ! Algorithms
19147 \end_layout
19148
19149 \end_inset
19150
19151
19152 \end_layout
19153
19154 \begin_layout Standard
19155 \begin_inset Float algorithm
19156 placement h
19157 wide false
19158 sideways false
19159 status open
19160
19161 \begin_layout Plain Layout
19162 \begin_inset Caption
19163
19164 \begin_layout Plain Layout
19165 \begin_inset CommandInset label
19166 LatexCommand label
19167 name "alg:Example-Algorithm-float"
19168
19169 \end_inset
19170
19171 Example Algorithm float
19172 \end_layout
19173
19174 \end_inset
19175
19176
19177 \end_layout
19178
19179 \begin_layout LyX-Code
19180 for I in 1..N loop
19181 \begin_inset Newline newline
19182 \end_inset
19183
19184  Sum:= Sum + A(I); /*comment*/
19185 \begin_inset Newline newline
19186 \end_inset
19187
19188 end loop
19189 \begin_inset VSpace -4mm
19190 \end_inset
19191
19192
19193 \end_layout
19194
19195 \end_inset
19196
19197
19198 \end_layout
19199
19200 \begin_layout Standard
19201 This float type is inserted with the menu 
19202 \family sans
19203 Insert\SpecialChar \menuseparator
19204 Floats\SpecialChar \menuseparator
19205 Algorithm
19206 \family default
19207 .
19208  It is used for program codes and descriptions of algorithms.
19209  A possible environment for algorithms is the 
19210 \family sans
19211 LyX-Code
19212 \family default
19213 , described in LyX's 
19214 \emph on
19215 Userguide
19216 \emph default
19217 .
19218  Algorithm
19219 \begin_inset space ~
19220 \end_inset
19221
19222
19223 \begin_inset CommandInset ref
19224 LatexCommand ref
19225 reference "alg:Example-Algorithm-float"
19226
19227 \end_inset
19228
19229  is an example of an algorithm float where -4
19230 \begin_inset space \thinspace{}
19231 \end_inset
19232
19233 mm vertical space was added at the end of the float to have the bottom rule
19234  exactly below the last text line.
19235 \end_layout
19236
19237 \begin_layout Standard
19238 The float label is not automatically translated into the document language.
19239  If your document is not in English, you have to do this manually by adding
19240  the following line to the document preamble
19241 \series bold
19242 :
19243 \end_layout
19244
19245 \begin_layout Standard
19246
19247 \series bold
19248
19249 \backslash
19250 floatname{algorithm}{your
19251 \begin_inset space ~
19252 \end_inset
19253
19254 name}
19255 \end_layout
19256
19257 \begin_layout Standard
19258 where 
19259 \family sans
19260 your
19261 \begin_inset space ~
19262 \end_inset
19263
19264 name
19265 \family default
19266  is the word 
19267 \begin_inset Quotes eld
19268 \end_inset
19269
19270
19271 \emph on
19272 algorithm
19273 \emph default
19274
19275 \begin_inset Quotes erd
19276 \end_inset
19277
19278  in your language.
19279 \end_layout
19280
19281 \begin_layout Standard
19282 To insert the list of algorithms you can not use the menu 
19283 \family sans
19284 Insert\SpecialChar \menuseparator
19285 List
19286 \begin_inset space \thinspace{}
19287 \end_inset
19288
19289 /
19290 \begin_inset space \thinspace{}
19291 \end_inset
19292
19293 TOC\SpecialChar \menuseparator
19294 List of Algorithms
19295 \family default
19296  when your document is a non-English one.
19297  In this case use this command in TeX-Code instead:
19298 \end_layout
19299
19300 \begin_layout Standard
19301
19302 \series bold
19303
19304 \backslash
19305 listof{algorithm}{your
19306 \begin_inset space ~
19307 \end_inset
19308
19309 name}
19310 \end_layout
19311
19312 \begin_layout Standard
19313 where 
19314 \family sans
19315 your
19316 \begin_inset space ~
19317 \end_inset
19318
19319 name
19320 \family default
19321  is the word 
19322 \begin_inset Quotes eld
19323 \end_inset
19324
19325
19326 \emph on
19327 List of Algorithm
19328 \emph default
19329 s
19330 \begin_inset Quotes erd
19331 \end_inset
19332
19333  in your language.
19334 \end_layout
19335
19336 \begin_layout Standard
19337 Algorithm floats are not by default numbered in the scheme 
19338 \begin_inset Quotes eld
19339 \end_inset
19340
19341 chapter.algorithm
19342 \begin_inset Quotes erd
19343 \end_inset
19344
19345  like it is the case for table and figure floats in many document-classes.
19346  To number algorithm floats in the same scheme, add this command to your
19347  document preamble:
19348 \end_layout
19349
19350 \begin_layout Standard
19351
19352 \series bold
19353
19354 \backslash
19355 numberwithin{algorithm}{chapter}
19356 \end_layout
19357
19358 \begin_layout Standard
19359 To be able to use the command 
19360 \series bold
19361
19362 \backslash
19363 numberwithin
19364 \series default
19365 , set in the tab 
19366 \family sans
19367 Math
19368 \begin_inset space ~
19369 \end_inset
19370
19371 Options
19372 \family default
19373  in the document settings the option 
19374 \family sans
19375 Use
19376 \begin_inset space ~
19377 \end_inset
19378
19379 AMS
19380 \begin_inset space ~
19381 \end_inset
19382
19383 math
19384 \begin_inset space ~
19385 \end_inset
19386
19387 package
19388 \family default
19389 .
19390 \end_layout
19391
19392 \begin_layout Subsection
19393 Wrap Floats
19394 \begin_inset Index
19395 status collapsed
19396
19397 \begin_layout Plain Layout
19398 Floats ! Wrap Floats
19399 \end_layout
19400
19401 \end_inset
19402
19403
19404 \end_layout
19405
19406 \begin_layout Standard
19407 \begin_inset Wrap figure
19408 lines 0
19409 placement l
19410 overhang 1cm
19411 width "40col%"
19412 status open
19413
19414 \begin_layout Plain Layout
19415 \begin_inset Graphics
19416         filename clipart/mobius.eps
19417         width 40col%
19418         scaleBeforeRotation
19419         rotateOrigin center
19420
19421 \end_inset
19422
19423
19424 \end_layout
19425
19426 \begin_layout Plain Layout
19427 \begin_inset Caption
19428
19429 \begin_layout Plain Layout
19430 \begin_inset CommandInset label
19431 LatexCommand label
19432 name "fig:This-is-a"
19433
19434 \end_inset
19435
19436 This is a figure wrap float.
19437 \end_layout
19438
19439 \end_inset
19440
19441
19442 \end_layout
19443
19444 \end_inset
19445
19446  This float type is used if you want to wrap text around a figure or table
19447  so that it only occupies some fraction of the column width.
19448  It can be inserted using the menu 
19449 \family sans
19450 Insert\SpecialChar \menuseparator
19451 Floats\SpecialChar \menuseparator
19452 Figure
19453 \begin_inset space ~
19454 \end_inset
19455
19456 Wrap
19457 \begin_inset space ~
19458 \end_inset
19459
19460 Float
19461 \family default
19462  or 
19463 \family sans
19464 Table
19465 \begin_inset space ~
19466 \end_inset
19467
19468 Wrap
19469 \begin_inset space ~
19470 \end_inset
19471
19472 Float
19473 \family default
19474  if the LaTeX-package 
19475 \series bold
19476 wrapfig
19477 \series default
19478
19479 \begin_inset Index
19480 status collapsed
19481
19482 \begin_layout Plain Layout
19483 LaTeX-packages ! wrapfig
19484 \begin_inset ERT
19485 status collapsed
19486
19487 \begin_layout Plain Layout
19488
19489
19490 \backslash
19491 vspace{4mm}
19492 \end_layout
19493
19494 \end_inset
19495
19496
19497 \end_layout
19498
19499 \end_inset
19500
19501  is installed.
19502 \begin_inset Foot
19503 status collapsed
19504
19505 \begin_layout Plain Layout
19506 Installing a LaTeX-package is explained it in the 
19507 \emph on
19508 LaTeX
19509 \begin_inset space ~
19510 \end_inset
19511
19512 Configuration
19513 \emph default
19514  manual.
19515 \end_layout
19516
19517 \end_inset
19518
19519  The settings of the float can be modified by right-clicking on the float
19520  box.
19521  The mandatory settings are the float 
19522 \family sans
19523 Placement
19524 \family default
19525  and its 
19526 \family sans
19527 Width
19528 \family default
19529 .
19530  Optional are the 
19531 \family sans
19532 Overhang
19533 \family default
19534  that specifies how much the float is set into the paragraph
19535 \begin_inset space \thinspace{}
19536 \end_inset
19537
19538 /
19539 \begin_inset space \thinspace{}
19540 \end_inset
19541
19542 page margin, and the 
19543 \family sans
19544 Line
19545 \begin_inset space ~
19546 \end_inset
19547
19548 span
19549 \family default
19550  that specifies how many text lines the float will approximately need.
19551  The line span is often hard to be approximated, so better only use it when
19552  you encounter float placement problems.
19553  You can furthermore decide if LaTeX is allowed to let the float float within
19554  the paragraph or to surrounding paragraphs.
19555  Figure
19556 \begin_inset space ~
19557 \end_inset
19558
19559
19560 \begin_inset CommandInset ref
19561 LatexCommand ref
19562 reference "fig:This-is-a"
19563
19564 \end_inset
19565
19566  is an example text wrap float with a width of 40
19567 \begin_inset space \thinspace{}
19568 \end_inset
19569
19570 col%, 1
19571 \begin_inset space \thinspace{}
19572 \end_inset
19573
19574 cm overhang, set to the left.
19575 \begin_inset Foot
19576 status collapsed
19577
19578 \begin_layout Plain Layout
19579 Available units are explained in appendix
19580 \begin_inset space ~
19581 \end_inset
19582
19583
19584 \begin_inset CommandInset ref
19585 LatexCommand ref
19586 reference "cha:Units-available-in"
19587
19588 \end_inset
19589
19590 .
19591 \end_layout
19592
19593 \end_inset
19594
19595
19596 \end_layout
19597
19598 \begin_layout Standard
19599 \begin_inset Note Greyedout
19600 status open
19601
19602 \begin_layout Plain Layout
19603
19604 \series bold
19605 Note:
19606 \series default
19607  Text
19608 \begin_inset space ~
19609 \end_inset
19610
19611 wrap float floats are fragile! E.
19612 \begin_inset space \thinspace{}
19613 \end_inset
19614
19615 g.
19616 \begin_inset space ~
19617 \end_inset
19618
19619 having a figure too close to the bottom of the page can mess things up in
19620  the way that the float doesn't appear in the output or that it is placed
19621  over some other text.
19622 \end_layout
19623
19624 \end_inset
19625
19626
19627 \end_layout
19628
19629 \begin_layout Standard
19630 In general:
19631 \end_layout
19632
19633 \begin_layout Itemize
19634 Wrap floats should not be placed in paragraphs that run over a page break.
19635  That means that wrap floats should better be inserted to the exact place
19636  when the document is nearly finished and you are able to estimate where
19637  page breaks will appear.
19638 \end_layout
19639
19640 \begin_layout Itemize
19641 Wrap floats should either be placed in an own paragraph before the paragraph
19642  where they should wrap into or within a paragraph.
19643 \end_layout
19644
19645 \begin_layout Itemize
19646 Wrap floats in consecutive paragraphs may cause troubles, so assure that
19647  there is a text paragraph between them as separator.
19648 \end_layout
19649
19650 \begin_layout Itemize
19651 Wrap floats are not allowed in section headings or tables.
19652 \end_layout
19653
19654 \begin_layout Section
19655 Float Numbering
19656 \begin_inset Index
19657 status collapsed
19658
19659 \begin_layout Plain Layout
19660 Floats ! Numbering
19661 \end_layout
19662
19663 \end_inset
19664
19665
19666 \end_layout
19667
19668 \begin_layout Standard
19669 Floats are usually numbered either independent from the sections the floats
19670  are in, or in the scheme 
19671 \begin_inset Quotes eld
19672 \end_inset
19673
19674 chapter.number
19675 \begin_inset Quotes erd
19676 \end_inset
19677
19678  or 
19679 \begin_inset Quotes eld
19680 \end_inset
19681
19682 section.number
19683 \begin_inset Quotes erd
19684 \end_inset
19685
19686 .
19687  This depends on the used document class.
19688 \end_layout
19689
19690 \begin_layout Standard
19691 To change the section independent numbering, you can use this command in
19692  the document preamble:
19693 \end_layout
19694
19695 \begin_layout Standard
19696
19697 \series bold
19698
19699 \backslash
19700 renewcommand{
19701 \backslash
19702 thetable}{
19703 \backslash
19704 roman{table}}
19705 \end_layout
19706
19707 \begin_layout Standard
19708
19709 \series bold
19710
19711 \backslash
19712 thetable
19713 \series default
19714  is the command that prints the table number, for figure floats, the command
19715  would be 
19716 \series bold
19717
19718 \backslash
19719 thefigure
19720 \series default
19721 .
19722  The command 
19723 \series bold
19724
19725 \backslash
19726 roman
19727 \series default
19728  prints in the command above the table number as small roman number.
19729 \end_layout
19730
19731 \begin_layout Standard
19732 To change the numbering scheme for example to 
19733 \begin_inset Quotes eld
19734 \end_inset
19735
19736 subsection.number
19737 \begin_inset Quotes erd
19738 \end_inset
19739
19740 , use this command in the preamble:
19741 \end_layout
19742
19743 \begin_layout Standard
19744
19745 \series bold
19746
19747 \backslash
19748 numberwithin{table}{subsection}
19749 \end_layout
19750
19751 \begin_layout Standard
19752 To be able to use the command 
19753 \series bold
19754
19755 \backslash
19756 numberwithin
19757 \series default
19758 , set in the tab 
19759 \family sans
19760 Math
19761 \begin_inset space ~
19762 \end_inset
19763
19764 Options
19765 \family default
19766  in the document settings the option 
19767 \family sans
19768 Use
19769 \begin_inset space ~
19770 \end_inset
19771
19772 AMS
19773 \begin_inset space ~
19774 \end_inset
19775
19776 math
19777 \begin_inset space ~
19778 \end_inset
19779
19780 package
19781 \family default
19782 .
19783 \end_layout
19784
19785 \begin_layout Standard
19786 Please also have a look at section
19787 \begin_inset space ~
19788 \end_inset
19789
19790
19791 \begin_inset CommandInset ref
19792 LatexCommand ref
19793 reference "sub:Footnote-Numbering"
19794
19795 \end_inset
19796
19797  for the details and important notes about the numbering commands.
19798 \end_layout
19799
19800 \begin_layout Section
19801 Referencing Floats
19802 \begin_inset CommandInset label
19803 LatexCommand label
19804 name "sec:Referencing-Floats"
19805
19806 \end_inset
19807
19808
19809 \begin_inset Index
19810 status collapsed
19811
19812 \begin_layout Plain Layout
19813 Floats ! References
19814 \end_layout
19815
19816 \end_inset
19817
19818
19819 \begin_inset Index
19820 status collapsed
19821
19822 \begin_layout Plain Layout
19823 References ! to Floats
19824 \end_layout
19825
19826 \end_inset
19827
19828
19829 \end_layout
19830
19831 \begin_layout Standard
19832 To reference a float, insert a label into its caption using the menu 
19833 \family sans
19834 Insert\SpecialChar \menuseparator
19835 Label
19836 \family default
19837  or the toolbar button 
19838 \begin_inset Graphics
19839         filename ../images/label-insert.png
19840         scale 85
19841         scaleBeforeRotation
19842
19843 \end_inset
19844
19845 .
19846  A grey label box like this one: 
19847 \begin_inset Graphics
19848         filename clipart/labelQt4.png
19849         scale 85
19850         scaleBeforeRotation
19851
19852 \end_inset
19853
19854  will be inserted and the label window pops up asking for the label text.
19855  LyX offers as text the first words of the caption with a prefix.
19856  The prefix depends on the float type, e.
19857 \begin_inset space \thinspace{}
19858 \end_inset
19859
19860 g.
19861 \begin_inset space ~
19862 \end_inset
19863
19864 for figure floats the prefix will be "
19865 \family sans
19866 fig:
19867 \family default
19868 ".
19869 \end_layout
19870
19871 \begin_layout Standard
19872 The label is used as anchor and name for the reference.
19873  You can refer to the label using the menu 
19874 \family sans
19875 Insert\SpecialChar \menuseparator
19876 Cross-reference
19877 \family default
19878  or the toolbar button 
19879 \begin_inset Graphics
19880         filename ../images/dialog-show-new-inset_ref.png
19881         scale 85
19882         scaleBeforeRotation
19883
19884 \end_inset
19885
19886 .
19887  A grey cross-reference box like this one: 
19888 \begin_inset Graphics
19889         filename clipart/referenceQt4.png
19890         scale 85
19891         scaleBeforeRotation
19892
19893 \end_inset
19894
19895  will be inserted and the cross-reference window appear showing all labels
19896  of the document.
19897  If you have multiple LyX-documents opened, choose the one you are working
19898  on from the drop-list at the top of the dialog.
19899  You can now sort the labels alphabetically and then choose one.
19900  At the position of the cross-reference box the float number will appear
19901  in the output.
19902 \end_layout
19903
19904 \begin_layout Standard
19905 It is recommended to use a protected space between the cross-reference name
19906  and its number to avoid line breaks between them.
19907  If a cross-reference refers to a non-existing label, you will see two question
19908  marks in the output instead of the reference.
19909 \end_layout
19910
19911 \begin_layout Standard
19912 You can change labels at any time by clicking on the label box.
19913  References to the changed label will automatically change its link to the
19914  new label text, so that you don't need to take care about this.
19915 \end_layout
19916
19917 \begin_layout Standard
19918 The button 
19919 \family sans
19920 Go
19921 \begin_inset space ~
19922 \end_inset
19923
19924 to
19925 \begin_inset space ~
19926 \end_inset
19927
19928 Label
19929 \family default
19930  in the cross-reference window sets the cursor before the referred label.
19931  The button text changes then to Go
19932 \begin_inset space ~
19933 \end_inset
19934
19935 Back and you can use it to set the cursor back to the cross-reference.
19936  Right-clicking on a cross-reference box also sets the cursor before the
19937  referenced label but without a possibility to go back.
19938 \end_layout
19939
19940 \begin_layout Subsection
19941 Cross-Reference Formats
19942 \begin_inset CommandInset label
19943 LatexCommand label
19944 name "sub:Cross-Reference-Formats"
19945
19946 \end_inset
19947
19948
19949 \begin_inset Index
19950 status collapsed
19951
19952 \begin_layout Plain Layout
19953 References ! Formats
19954 \end_layout
19955
19956 \end_inset
19957
19958
19959 \end_layout
19960
19961 \begin_layout Standard
19962 There are six varieties of cross-references:
19963 \end_layout
19964
19965 \begin_layout Description
19966 <reference>: prints the float number, this is the default: 
19967 \begin_inset CommandInset ref
19968 LatexCommand ref
19969 reference "fig:Two-distorted-images"
19970
19971 \end_inset
19972
19973
19974 \end_layout
19975
19976 \begin_layout Description
19977 (<reference>): prints the float number within two parentheses, this is the
19978  style normally used to reference formulas, especially when the reference
19979  name 
19980 \begin_inset Quotes eld
19981 \end_inset
19982
19983 Equation
19984 \begin_inset Quotes erd
19985 \end_inset
19986
19987  is omitted: 
19988 \begin_inset CommandInset ref
19989 LatexCommand eqref
19990 reference "eq:Wgn"
19991
19992 \end_inset
19993
19994
19995 \end_layout
19996
19997 \begin_layout Description
19998 <page>: prints the page number: Page
19999 \begin_inset space ~
20000 \end_inset
20001
20002
20003 \begin_inset CommandInset ref
20004 LatexCommand pageref
20005 reference "fig:Two-distorted-images"
20006
20007 \end_inset
20008
20009
20010 \end_layout
20011
20012 \begin_layout Description
20013 on
20014 \begin_inset space ~
20015 \end_inset
20016
20017 page
20018 \begin_inset space ~
20019 \end_inset
20020
20021 <page>: prints the text "on page" and the page number: 
20022 \begin_inset CommandInset ref
20023 LatexCommand vpageref
20024 reference "fig:Two-distorted-images"
20025
20026 \end_inset
20027
20028
20029 \end_layout
20030
20031 \begin_layout Description
20032 <reference>
20033 \begin_inset space ~
20034 \end_inset
20035
20036 on
20037 \begin_inset space ~
20038 \end_inset
20039
20040 page
20041 \begin_inset space ~
20042 \end_inset
20043
20044 <page>: prints the float number, the text "on page", and the page number:
20045  
20046 \begin_inset CommandInset ref
20047 LatexCommand vref
20048 reference "fig:Two-distorted-images"
20049
20050 \end_inset
20051
20052
20053 \end_layout
20054
20055 \begin_layout Description
20056 Formatted
20057 \begin_inset space ~
20058 \end_inset
20059
20060 reference: prints a self defined cross-reference format.
20061  
20062 \begin_inset Note Greyedout
20063 status open
20064
20065 \begin_layout Plain Layout
20066
20067 \series bold
20068 Note:
20069 \series default
20070  This feature is only available when you have the LaTeX-package 
20071 \series bold
20072 prettyref
20073 \series default
20074  installed.
20075 \end_layout
20076
20077 \end_inset
20078
20079
20080 \end_layout
20081
20082 \begin_layout Standard
20083 Note that the style <page> won't print the page number if the label is on
20084  the previous, the same, or the next page.
20085  You will e.
20086 \begin_inset space \thinspace{}
20087 \end_inset
20088
20089 g.
20090 \begin_inset space ~
20091 \end_inset
20092
20093 see the text 
20094 \begin_inset Quotes eld
20095 \end_inset
20096
20097
20098 \family sans
20099 on this page
20100 \family default
20101
20102 \begin_inset Quotes erd
20103 \end_inset
20104
20105  instead.
20106 \end_layout
20107
20108 \begin_layout Standard
20109 The number and current page of the referred document part in the output,
20110  is automatically calculated by LaTeX.
20111  The varieties are adjusted in the field 
20112 \family sans
20113 Format
20114 \family default
20115  of the cross-reference window, that appear when you click on the cross-referenc
20116 e box.
20117 \end_layout
20118
20119 \begin_layout Subsection
20120 Automatic Reference Naming
20121 \begin_inset Index
20122 status collapsed
20123
20124 \begin_layout Plain Layout
20125 References ! Automatic Reference Naming
20126 \end_layout
20127
20128 \end_inset
20129
20130
20131 \end_layout
20132
20133 \begin_layout Standard
20134 The LaTeX-package 
20135 \series bold
20136 hyperref
20137 \series default
20138
20139 \begin_inset Index
20140 status collapsed
20141
20142 \begin_layout Plain Layout
20143 LaTeX-packages ! hyperref
20144 \end_layout
20145
20146 \end_inset
20147
20148 , that is enabled in the 
20149 \family sans
20150 PDF Properties
20151 \family default
20152  of the 
20153 \family sans
20154 Document Settings
20155 \family default
20156  dialog, provides a very useful feature that cross-references automatically
20157  include the name of the referenced floats (or text parts like 
20158 \emph on
20159 section
20160 \emph default
20161 ).
20162  So you will save to write e.
20163 \begin_inset space \thinspace{}
20164 \end_inset
20165
20166 g.
20167 \begin_inset space ~
20168 \end_inset
20169
20170 the name 
20171 \begin_inset Quotes eld
20172 \end_inset
20173
20174 Figure
20175 \begin_inset Quotes erd
20176 \end_inset
20177
20178  before every reference to a figure.
20179  To use this feature, enable 
20180 \series bold
20181 hyperref
20182 \series default
20183  and insert this line to the LaTeX preamble:
20184 \end_layout
20185
20186 \begin_layout Standard
20187
20188 \series bold
20189
20190 \backslash
20191 AtBeginDocument{
20192 \backslash
20193 renewcommand{
20194 \backslash
20195 ref}[1]{
20196 \backslash
20197 mbox{
20198 \backslash
20199 autoref{#1}}}}
20200 \end_layout
20201
20202 \begin_layout Standard
20203 When you prefer other reference names than the default ones, for example
20204  you want instead of 
20205 \begin_inset Quotes eld
20206 \end_inset
20207
20208 section
20209 \begin_inset Quotes erd
20210 \end_inset
20211
20212  the name 
20213 \begin_inset Quotes eld
20214 \end_inset
20215
20216 sec.
20217 \begin_inset space \thinspace{}
20218 \end_inset
20219
20220
20221 \begin_inset Quotes eld
20222 \end_inset
20223
20224 , you can redefine the name by inserting this to the preamble:
20225 \end_layout
20226
20227 \begin_layout Standard
20228
20229 \series bold
20230
20231 \backslash
20232 addto
20233 \backslash
20234 extrasenglish{
20235 \backslash
20236 renewcommand{
20237 \backslash
20238 sectionautorefname}
20239 \begin_inset Newline newline
20240 \end_inset
20241
20242
20243 \begin_inset ERT
20244 status collapsed
20245
20246 \begin_layout Plain Layout
20247
20248
20249 \backslash
20250 hphantom{ }
20251 \end_layout
20252
20253 \end_inset
20254
20255 {sec.
20256 \backslash
20257 negthinspace}}
20258 \end_layout
20259
20260 \begin_layout Standard
20261 When you are using another document language than English, replace
20262 \begin_inset Newline newline
20263 \end_inset
20264
20265
20266 \series bold
20267
20268 \backslash
20269 extrasenglish
20270 \series default
20271  by 
20272 \series bold
20273
20274 \backslash
20275 extras***
20276 \series default
20277 , where *** is the name of the used language.
20278 \end_layout
20279
20280 \begin_layout Standard
20281 To get automatic names, but not for certain reference types, for example
20282  not for equations, use this preamble code:
20283 \end_layout
20284
20285 \begin_layout Standard
20286
20287 \series bold
20288
20289 \backslash
20290 newlength{
20291 \backslash
20292 abc}
20293 \begin_inset Newline newline
20294 \end_inset
20295
20296
20297 \backslash
20298 settowidth{
20299 \backslash
20300 abc}{
20301 \backslash
20302 space}
20303 \begin_inset Newline newline
20304 \end_inset
20305
20306
20307 \backslash
20308 addto
20309 \backslash
20310 extrasenglish{
20311 \backslash
20312 renewcommand{
20313 \backslash
20314 equationautorefname}
20315 \begin_inset Newline newline
20316 \end_inset
20317
20318
20319 \begin_inset ERT
20320 status collapsed
20321
20322 \begin_layout Plain Layout
20323
20324
20325 \backslash
20326 hphantom{ }
20327 \end_layout
20328
20329 \end_inset
20330
20331 {
20332 \backslash
20333 hspace{-
20334 \backslash
20335 abc}}
20336 \end_layout
20337
20338 \begin_layout Standard
20339 More about this topic can be found in 
20340 \series bold
20341 hyperref
20342 \series default
20343 's documentation 
20344 \begin_inset CommandInset citation
20345 LatexCommand cite
20346 key "hyperref"
20347
20348 \end_inset
20349
20350 .
20351 \end_layout
20352
20353 \begin_layout Standard
20354 \begin_inset Note Greyedout
20355 status open
20356
20357 \begin_layout Plain Layout
20358
20359 \series bold
20360 Note:
20361 \series default
20362  Automatic reference naming cannot be used when you use cross-references
20363  in the 
20364 \family sans
20365 Formatted
20366 \begin_inset space ~
20367 \end_inset
20368
20369 reference
20370 \family default
20371  style, as described in section
20372 \begin_inset space ~
20373 \end_inset
20374
20375
20376 \begin_inset CommandInset ref
20377 LatexCommand ref
20378 reference "sub:Cross-Reference-Formats"
20379
20380 \end_inset
20381
20382 .
20383 \end_layout
20384
20385 \end_inset
20386
20387
20388 \end_layout
20389
20390 \begin_layout Standard
20391 The 
20392 \emph on
20393 Math
20394 \emph default
20395  manual is an example where automatic reference naming is used.
20396 \end_layout
20397
20398 \begin_layout Subsection
20399 Reference Position
20400 \begin_inset CommandInset label
20401 LatexCommand label
20402 name "sub:Reference-Position"
20403
20404 \end_inset
20405
20406
20407 \begin_inset Index
20408 status collapsed
20409
20410 \begin_layout Plain Layout
20411 References ! Reference Position
20412 \end_layout
20413
20414 \end_inset
20415
20416
20417 \end_layout
20418
20419 \begin_layout Standard
20420 If you use 
20421 \series bold
20422 hyperref
20423 \series default
20424
20425 \begin_inset Index
20426 status collapsed
20427
20428 \begin_layout Plain Layout
20429 LaTeX-packages ! hyperref
20430 \end_layout
20431
20432 \end_inset
20433
20434  in the 
20435 \family sans
20436 PDF Properties
20437 \family default
20438  of the 
20439 \family sans
20440 Document Settings
20441 \family default
20442  dialog to link cross-references in the output, you will see that clicking
20443  on an image float reference jumps to the image label.
20444  The caption will be the first text part on the screen, so that you cannot
20445  see the image without scrolling.
20446  This is because the reference link anchor is placed at the position of
20447  the label.
20448  With the use of the package 
20449 \series bold
20450 hypcap
20451 \series default
20452
20453 \begin_inset Index
20454 status collapsed
20455
20456 \begin_layout Plain Layout
20457 LaTeX-packages ! hypcap
20458 \end_layout
20459
20460 \end_inset
20461
20462 , which is part of the LaTeX-package 
20463 \series bold
20464 oberdiek
20465 \series default
20466
20467 \begin_inset Index
20468 status collapsed
20469
20470 \begin_layout Plain Layout
20471 LaTeX-packages ! oberdiek
20472 \end_layout
20473
20474 \end_inset
20475
20476 , the link anchor is placed at the beginning of a float.
20477  To use this feature for figure floats, load 
20478 \series bold
20479 hypcap
20480 \series default
20481  in the document preamble with the line
20482 \end_layout
20483
20484 \begin_layout Standard
20485
20486 \series bold
20487
20488 \backslash
20489 usepackage[figure]{hypcap}
20490 \end_layout
20491
20492 \begin_layout Standard
20493 You can also use 
20494 \series bold
20495 hypcap
20496 \series default
20497  for all float types but this is not recommended for stability reasons.
20498  For more informations, have a look at 
20499 \series bold
20500 hypcap
20501 \series default
20502 's manual 
20503 \begin_inset CommandInset citation
20504 LatexCommand cite
20505 key "hypcap"
20506
20507 \end_inset
20508
20509 .
20510 \end_layout
20511
20512 \begin_layout Standard
20513 \begin_inset Note Greyedout
20514 status open
20515
20516 \begin_layout Plain Layout
20517
20518 \series bold
20519 Note:
20520 \series default
20521  
20522 \series bold
20523 hypcap
20524 \series default
20525  has no effect for references to subfigures.
20526 \end_layout
20527
20528 \end_inset
20529
20530
20531 \end_layout
20532
20533 \begin_layout Section
20534 Float Placement
20535 \begin_inset CommandInset label
20536 LatexCommand label
20537 name "sec:Float-Placement"
20538
20539 \end_inset
20540
20541
20542 \begin_inset Index
20543 status collapsed
20544
20545 \begin_layout Plain Layout
20546 Floats ! Placement
20547 \end_layout
20548
20549 \end_inset
20550
20551
20552 \end_layout
20553
20554 \begin_layout Standard
20555 Right-clicking on a float-box opens a dialog where you can alter the placement
20556  options that LaTeX uses for positioning the float.
20557 \begin_inset Newline newline
20558 \end_inset
20559
20560 The option 
20561 \family sans
20562 Span
20563 \begin_inset space ~
20564 \end_inset
20565
20566 columns
20567 \family default
20568  is only useful for two-column documents: If you select it, the float will
20569  span across both columns on the page instead of being confined to just
20570  one.
20571 \begin_inset Newline newline
20572 \end_inset
20573
20574 The option 
20575 \family sans
20576 Rotate
20577 \begin_inset space ~
20578 \end_inset
20579
20580 sideways
20581 \family default
20582  is used to rotate floats, see section 
20583 \begin_inset CommandInset ref
20584 LatexCommand ref
20585 reference "sec:Rotated-Floats"
20586
20587 \end_inset
20588
20589 .
20590 \end_layout
20591
20592 \begin_layout Standard
20593 You can use one ore more of the following options in the float dialog to
20594  set the placement for a particular float when you uncheck the option 
20595 \family sans
20596 Use
20597 \begin_inset space ~
20598 \end_inset
20599
20600 default
20601 \begin_inset space ~
20602 \end_inset
20603
20604 placement
20605 \family default
20606 :
20607 \end_layout
20608
20609 \begin_layout Description
20610 Here
20611 \begin_inset space ~
20612 \end_inset
20613
20614 if
20615 \begin_inset space ~
20616 \end_inset
20617
20618 possible try to place the float on the position where it is inserted
20619 \end_layout
20620
20621 \begin_layout Description
20622 Top
20623 \begin_inset space ~
20624 \end_inset
20625
20626 of
20627 \begin_inset space ~
20628 \end_inset
20629
20630 page try to place the float on the top of the current page
20631 \end_layout
20632
20633 \begin_layout Description
20634 Bottom
20635 \begin_inset space ~
20636 \end_inset
20637
20638 of
20639 \begin_inset space ~
20640 \end_inset
20641
20642 page try to place the float on the bottom of the current page
20643 \end_layout
20644
20645 \begin_layout Description
20646 Page
20647 \begin_inset space ~
20648 \end_inset
20649
20650 of
20651 \begin_inset space ~
20652 \end_inset
20653
20654 floats try to place the float on an own page 
20655 \end_layout
20656
20657 \begin_layout Standard
20658 The order of the above option is 
20659 \emph on
20660 always
20661 \emph default
20662  used by LaTeX.
20663  That means, if you use the default placement, LaTeX will first try out
20664  
20665 \family sans
20666 Here
20667 \begin_inset space ~
20668 \end_inset
20669
20670 if
20671 \begin_inset space ~
20672 \end_inset
20673
20674 possible
20675 \family default
20676 , then 
20677 \family sans
20678 Top
20679 \begin_inset space ~
20680 \end_inset
20681
20682 of
20683 \begin_inset space ~
20684 \end_inset
20685
20686 page
20687 \family default
20688 , and then the others.
20689  If you don't use the default, LaTeX will try only the checked options but
20690  in the same order.
20691  If none of the 4 placements are possible the procedure is internally repeated
20692  but it is tried to put the float on the following page.
20693 \end_layout
20694
20695 \begin_layout Standard
20696 By default, each option has its own rules:
20697 \end_layout
20698
20699 \begin_layout Labeling
20700 \labelwidthstring 00.00.0000
20701
20702 \family sans
20703 Top
20704 \begin_inset space ~
20705 \end_inset
20706
20707 of
20708 \begin_inset space ~
20709 \end_inset
20710
20711 page
20712 \family default
20713  only floats occupying less than 70
20714 \begin_inset space \thinspace{}
20715 \end_inset
20716
20717 % of the page can be placed at the top of a page (
20718 \series bold
20719
20720 \backslash
20721 topfraction
20722 \series default
20723 )
20724 \end_layout
20725
20726 \begin_layout Labeling
20727 \labelwidthstring 00.00.0000
20728
20729 \family sans
20730 Bottom
20731 \begin_inset space ~
20732 \end_inset
20733
20734 of
20735 \begin_inset space ~
20736 \end_inset
20737
20738 page
20739 \family default
20740 : only floats occupying less than 30
20741 \begin_inset space \thinspace{}
20742 \end_inset
20743
20744 % of the page can be placed at the bottom of a page.
20745  (
20746 \series bold
20747
20748 \backslash
20749 bottomfraction
20750 \series default
20751 )
20752 \end_layout
20753
20754 \begin_layout Labeling
20755 \labelwidthstring 00.00.0000
20756
20757 \family sans
20758 Page
20759 \begin_inset space ~
20760 \end_inset
20761
20762 of
20763 \begin_inset space ~
20764 \end_inset
20765
20766 floats
20767 \family default
20768 : only if more than 50
20769 \begin_inset space \thinspace{}
20770 \end_inset
20771
20772 % of the page are occupied by floats, several floats can be set together
20773  on a page.
20774  (
20775 \series bold
20776
20777 \backslash
20778 floatpagefraction
20779 \series default
20780 )
20781 \end_layout
20782
20783 \begin_layout Standard
20784 If you don't like these rules, you can ignore them by using the additional
20785  option 
20786 \family sans
20787 Ignore
20788 \begin_inset space ~
20789 \end_inset
20790
20791 LaTeX
20792 \begin_inset space ~
20793 \end_inset
20794
20795 rules
20796 \family default
20797 .
20798 \begin_inset Newline newline
20799 \end_inset
20800
20801 You can also redefine the rules with LaTeX-commands that are given in parenthese
20802 s behind the rules description above.
20803  To increase for example the often too small default of the bottom-rule
20804  to 50
20805 \begin_inset space \thinspace{}
20806 \end_inset
20807
20808 % of the page, add this line to your document preamble:
20809 \end_layout
20810
20811 \begin_layout Standard
20812
20813 \series bold
20814
20815 \backslash
20816 renewcommand{
20817 \backslash
20818 bottomfraction}{0.5}
20819 \end_layout
20820
20821 \begin_layout Standard
20822 Sometimes you might need, under all circumstances, a float to be placed
20823  exactly at the position where it is inserted.
20824  For this case you can use the option 
20825 \family sans
20826 Here
20827 \begin_inset space ~
20828 \end_inset
20829
20830 definitely
20831 \family default
20832 .
20833  Use this option very rarely and only if the document is nearly ready to
20834  be printed.
20835  Because the float is then no longer able to 
20836 \begin_inset Quotes eld
20837 \end_inset
20838
20839 float
20840 \begin_inset Quotes erd
20841 \end_inset
20842
20843  when you change your document and this will often destroy the page layout.
20844 \end_layout
20845
20846 \begin_layout Standard
20847 There are no placement options for text wrap floats, because they are always
20848  surrounded by the text of a certain paragraph.
20849 \begin_inset VSpace bigskip
20850 \end_inset
20851
20852
20853 \end_layout
20854
20855 \begin_layout Standard
20856 Sometimes you have the problem that a float is placed at the top of a page
20857  while its corresponding section starts at the middle of the page, so that
20858  the reader could think the float is part of the previous section.
20859  To avoid this the LaTeX-command 
20860 \series bold
20861
20862 \backslash
20863 suppressfloats
20864 \series default
20865  can be used.
20866  It suppresses a given float placement for the page where it is inserted
20867  and can therefore be used to avoid that floats could be set before a section
20868  starts.
20869  To get this, add these commands to your document preamble:
20870 \end_layout
20871
20872 \begin_layout Standard
20873
20874 \series bold
20875
20876 \backslash
20877 let
20878 \backslash
20879 mySection
20880 \backslash
20881 section
20882 \begin_inset Newline newline
20883 \end_inset
20884
20885
20886 \backslash
20887 renewcommand{
20888 \backslash
20889 section}{
20890 \backslash
20891 suppressfloats[t]
20892 \backslash
20893 mySection}
20894 \end_layout
20895
20896 \begin_layout Standard
20897 You can define the same for all section headings, like chapters and subsections.
20898  This definition is not recommended to be used for small text parts like
20899  subsubsections because LaTeX may then have problems to find a suitable
20900  placement.
20901 \end_layout
20902
20903 \begin_layout Standard
20904 \begin_inset VSpace bigskip
20905 \end_inset
20906
20907 In some cases it is required to have all figures/tables at the end of the
20908  document.
20909  For this purpose the LaTeX-package 
20910 \series bold
20911 endfloat
20912 \series default
20913
20914 \begin_inset Index
20915 status collapsed
20916
20917 \begin_layout Plain Layout
20918 LaTeX-packages ! endfloat
20919 \end_layout
20920
20921 \end_inset
20922
20923  was developed.
20924  It puts all figure and table floats at the end of the document into own
20925  sections.
20926  At the original float position a text hint like 
20927 \begin_inset Quotes eld
20928 \end_inset
20929
20930
20931 \family sans
20932 [Figure
20933 \begin_inset space ~
20934 \end_inset
20935
20936 3.2 about here.]
20937 \family default
20938
20939 \begin_inset Quotes erd
20940 \end_inset
20941
20942  is inserted.
20943  The endfloat-package is loaded in the preamble with the line
20944 \end_layout
20945
20946 \begin_layout Standard
20947
20948 \series bold
20949
20950 \backslash
20951 usepackage[options]{endfloat}
20952 \end_layout
20953
20954 \begin_layout Standard
20955 There are various package options to format the created figure/table sections.
20956  For more information we refer to the 
20957 \series bold
20958 endfloat
20959 \series default
20960  documentation 
20961 \begin_inset CommandInset citation
20962 LatexCommand cite
20963 key "endfloat"
20964
20965 \end_inset
20966
20967 .
20968 \begin_inset Newline newline
20969 \end_inset
20970
20971
20972 \begin_inset Note Greyedout
20973 status open
20974
20975 \begin_layout Plain Layout
20976
20977 \series bold
20978 Note: endfloat
20979 \series default
20980  doesn't provide an automatic translation for the text hint, you have to
20981  do this manually, see section
20982 \begin_inset space ~
20983 \end_inset
20984
20985 4 in 
20986 \begin_inset CommandInset citation
20987 LatexCommand cite
20988 key "endfloat"
20989
20990 \end_inset
20991
20992 .
20993 \end_layout
20994
20995 \end_inset
20996
20997
20998 \begin_inset Newline newline
20999 \end_inset
21000
21001
21002 \begin_inset Note Greyedout
21003 status open
21004
21005 \begin_layout Plain Layout
21006
21007 \series bold
21008 Note:
21009 \series default
21010  There is currently a bug in 
21011 \series bold
21012 endfloat
21013 \series default
21014  when the caption contains a German 
21015 \begin_inset Quotes eld
21016 \end_inset
21017
21018 ß
21019 \begin_inset Quotes erd
21020 \end_inset
21021
21022 .
21023  Use in this case the command 
21024 \begin_inset Quotes eld
21025 \end_inset
21026
21027
21028 \series bold
21029
21030 \backslash
21031 ss
21032 \series default
21033
21034 \begin_inset Quotes erd
21035 \end_inset
21036
21037  in TeX-Code instead of 
21038 \begin_inset Quotes eld
21039 \end_inset
21040
21041 ß
21042 \begin_inset Quotes erd
21043 \end_inset
21044
21045 .
21046 \end_layout
21047
21048 \end_inset
21049
21050
21051 \end_layout
21052
21053 \begin_layout Standard
21054 \begin_inset VSpace bigskip
21055 \end_inset
21056
21057 For more details about float placements, have a look at LaTeX books, 
21058 \begin_inset CommandInset citation
21059 LatexCommand cite
21060 key "latexcompanion,latexguide,latexbook"
21061
21062 \end_inset
21063
21064 .
21065 \end_layout
21066
21067 \begin_layout Section
21068 Rotated Floats
21069 \begin_inset CommandInset label
21070 LatexCommand label
21071 name "sec:Rotated-Floats"
21072
21073 \end_inset
21074
21075
21076 \begin_inset Index
21077 status collapsed
21078
21079 \begin_layout Plain Layout
21080 Floats ! Rotating
21081 \end_layout
21082
21083 \end_inset
21084
21085
21086 \end_layout
21087
21088 \begin_layout Standard
21089 Especially for wide tables you might have floats rotated.
21090  To rotate a whole float including the caption, right-click on the float-box
21091  and use the option 
21092 \family sans
21093 Rotate
21094 \begin_inset space ~
21095 \end_inset
21096
21097 sideways
21098 \family default
21099 .
21100 \end_layout
21101
21102 \begin_layout Standard
21103 Rotated floats are always placed on its own page (or column, in case you
21104  have a multi-column document).
21105  You can let them span several columns using the float settings option 
21106 \family sans
21107 Span
21108 \begin_inset space ~
21109 \end_inset
21110
21111 columns
21112 \family default
21113 .
21114  Floats are rotated so that you can read them from the outside margin.
21115  To force a certain rotation direction for all pages, you can add either
21116  the option 
21117 \series bold
21118 figuresleft
21119 \series default
21120  or 
21121 \series bold
21122 figuresright
21123 \series default
21124  to the document class options.
21125 \end_layout
21126
21127 \begin_layout Standard
21128 Referencing rotated floats is the same like for normal floats, the caption
21129  format is also the same: Table
21130 \begin_inset space ~
21131 \end_inset
21132
21133
21134 \begin_inset CommandInset ref
21135 LatexCommand ref
21136 reference "tab:Rotated-table"
21137
21138 \end_inset
21139
21140  is an example of a rotated table float.
21141 \end_layout
21142
21143 \begin_layout Standard
21144 \begin_inset Note Greyedout
21145 status open
21146
21147 \begin_layout Plain Layout
21148
21149 \series bold
21150 Note:
21151 \series default
21152  Not all DVI-viewers are able to display rotated floats.
21153 \end_layout
21154
21155 \end_inset
21156
21157
21158 \end_layout
21159
21160 \begin_layout Standard
21161 \begin_inset Float table
21162 wide false
21163 sideways true
21164 status open
21165
21166 \begin_layout Plain Layout
21167 \begin_inset Caption
21168
21169 \begin_layout Plain Layout
21170 \begin_inset CommandInset label
21171 LatexCommand label
21172 name "tab:Rotated-table"
21173
21174 \end_inset
21175
21176  Rotated table
21177 \end_layout
21178
21179 \end_inset
21180
21181
21182 \end_layout
21183
21184 \begin_layout Plain Layout
21185 \align center
21186 \begin_inset Tabular
21187 <lyxtabular version="3" rows="1" columns="5">
21188 <features>
21189 <column alignment="center" valignment="top" width="0">
21190 <column alignment="center" valignment="top" width="0">
21191 <column alignment="center" valignment="top" width="0">
21192 <column alignment="center" valignment="top" width="0">
21193 <column alignment="center" valignment="top" width="0">
21194 <row>
21195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21196 \begin_inset Text
21197
21198 \begin_layout Plain Layout
21199 test
21200 \end_layout
21201
21202 \end_inset
21203 </cell>
21204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21205 \begin_inset Text
21206
21207 \begin_layout Plain Layout
21208 b
21209 \end_layout
21210
21211 \end_inset
21212 </cell>
21213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21214 \begin_inset Text
21215
21216 \begin_layout Plain Layout
21217 c
21218 \end_layout
21219
21220 \end_inset
21221 </cell>
21222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21223 \begin_inset Text
21224
21225 \begin_layout Plain Layout
21226 d
21227 \end_layout
21228
21229 \end_inset
21230 </cell>
21231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21232 \begin_inset Text
21233
21234 \begin_layout Plain Layout
21235 e
21236 \end_layout
21237
21238 \end_inset
21239 </cell>
21240 </row>
21241 </lyxtabular>
21242
21243 \end_inset
21244
21245
21246 \end_layout
21247
21248 \end_inset
21249
21250
21251 \end_layout
21252
21253 \begin_layout Section
21254 Floats Side by Side
21255 \begin_inset Index
21256 status collapsed
21257
21258 \begin_layout Plain Layout
21259 Floats ! Side by side
21260 \end_layout
21261
21262 \end_inset
21263
21264
21265 \end_layout
21266
21267 \begin_layout Standard
21268 To place floats side by side, like for Figure
21269 \begin_inset space ~
21270 \end_inset
21271
21272
21273 \begin_inset CommandInset ref
21274 LatexCommand ref
21275 reference "fig:Float-left"
21276
21277 \end_inset
21278
21279  and 
21280 \begin_inset CommandInset ref
21281 LatexCommand ref
21282 reference "fig:Float-right"
21283
21284 \end_inset
21285
21286 , only 
21287 \emph on
21288 one
21289 \emph default
21290  float is used.
21291  In it two minipage boxes are inserted.
21292 \begin_inset Foot
21293 status collapsed
21294
21295 \begin_layout Plain Layout
21296 Minipages are explained in section
21297 \begin_inset space ~
21298 \end_inset
21299
21300
21301 \begin_inset CommandInset ref
21302 LatexCommand ref
21303 reference "sec:Minipages"
21304
21305 \end_inset
21306
21307 .
21308 \end_layout
21309
21310 \end_inset
21311
21312  The width is set to 45
21313 \begin_inset space \thinspace{}
21314 \end_inset
21315
21316 -50
21317 \begin_inset space \thinspace{}
21318 \end_inset
21319
21320 column% and the box alignment to 
21321 \family sans
21322 Bottom
21323 \family default
21324  for each minipage.
21325  The minipage boxes contain the image and the caption in the same way as
21326  they are in a float.
21327  The only difference is that the image unit 
21328 \family sans
21329 Column
21330 \begin_inset space ~
21331 \end_inset
21332
21333 Width
21334 \begin_inset space ~
21335 \end_inset
21336
21337 %
21338 \family default
21339  is now calculated according to the width of the minipage boxes.
21340 \end_layout
21341
21342 \begin_layout Standard
21343 \begin_inset Float figure
21344 wide false
21345 sideways false
21346 status open
21347
21348 \begin_layout Plain Layout
21349 \begin_inset Box Frameless
21350 position "b"
21351 hor_pos "c"
21352 has_inner_box 1
21353 inner_pos "t"
21354 use_parbox 0
21355 width "45col%"
21356 special "none"
21357 height "1in"
21358 height_special "totalheight"
21359 status open
21360
21361 \begin_layout Plain Layout
21362 \align center
21363 \begin_inset Graphics
21364         filename clipart/mobius.eps
21365         lyxscale 50
21366         width 100col%
21367         scaleBeforeRotation
21368
21369 \end_inset
21370
21371
21372 \end_layout
21373
21374 \begin_layout Plain Layout
21375 \begin_inset Caption
21376
21377 \begin_layout Plain Layout
21378 \begin_inset CommandInset label
21379 LatexCommand label
21380 name "fig:Float-left"
21381
21382 \end_inset
21383
21384 Float on the left side.
21385 \end_layout
21386
21387 \end_inset
21388
21389
21390 \end_layout
21391
21392 \end_inset
21393
21394
21395 \begin_inset space \hfill{}
21396 \end_inset
21397
21398
21399 \begin_inset Box Frameless
21400 position "b"
21401 hor_pos "c"
21402 has_inner_box 1
21403 inner_pos "t"
21404 use_parbox 0
21405 width "45col%"
21406 special "none"
21407 height "1in"
21408 height_special "totalheight"
21409 status open
21410
21411 \begin_layout Plain Layout
21412 \align center
21413 \begin_inset Graphics
21414         filename clipart/platypus.eps
21415         lyxscale 50
21416         width 100col%
21417         scaleBeforeRotation
21418
21419 \end_inset
21420
21421
21422 \end_layout
21423
21424 \begin_layout Plain Layout
21425 \begin_inset Caption
21426
21427 \begin_layout Plain Layout
21428 \begin_inset CommandInset label
21429 LatexCommand label
21430 name "fig:Float-right"
21431
21432 \end_inset
21433
21434 Float on the right side.
21435 \end_layout
21436
21437 \end_inset
21438
21439
21440 \end_layout
21441
21442 \end_inset
21443
21444
21445 \end_layout
21446
21447 \begin_layout Plain Layout
21448
21449 \end_layout
21450
21451 \end_inset
21452
21453
21454 \end_layout
21455
21456 \begin_layout Section
21457 Caption Formatting
21458 \begin_inset Index
21459 status collapsed
21460
21461 \begin_layout Plain Layout
21462 Caption ! Formatting
21463 \end_layout
21464
21465 \end_inset
21466
21467
21468 \begin_inset Index
21469 status collapsed
21470
21471 \begin_layout Plain Layout
21472 Floats ! Caption Formatting
21473 \end_layout
21474
21475 \end_inset
21476
21477
21478 \begin_inset CommandInset label
21479 LatexCommand label
21480 name "sec:Caption-Formatting"
21481
21482 \end_inset
21483
21484
21485 \end_layout
21486
21487 \begin_layout Standard
21488 The 
21489 \family sans
21490 Caption
21491 \family default
21492  environment is the default paragraph environment for 
21493 \family sans
21494 Floats
21495 \family default
21496 .
21497  On the LyX screen captions appear as label, e.
21498 \begin_inset space \thinspace{}
21499 \end_inset
21500
21501 g.
21502 \begin_inset space ~
21503 \end_inset
21504
21505
21506 \begin_inset Quotes eld
21507 \end_inset
21508
21509
21510 \family sans
21511 Figure #:
21512 \family default
21513
21514 \begin_inset Quotes erd
21515 \end_inset
21516
21517  followed by the caption text.
21518  
21519 \begin_inset Quotes eld
21520 \end_inset
21521
21522 #
21523 \begin_inset Quotes erd
21524 \end_inset
21525
21526  is the actual reference number.
21527  By default the label and the number are in the same font as the caption
21528  text and a colon follows the number to divide the label from the text.
21529  This caption format is not suitable for all document formats.
21530  
21531 \end_layout
21532
21533 \begin_layout Standard
21534 To change the default caption format, load the LaTeX-package 
21535 \series bold
21536 caption
21537 \series default
21538
21539 \begin_inset Index
21540 status collapsed
21541
21542 \begin_layout Plain Layout
21543 LaTeX-packages ! caption
21544 \end_layout
21545
21546 \end_inset
21547
21548  in the document preamble with this line:
21549 \end_layout
21550
21551 \begin_layout Standard
21552
21553 \series bold
21554
21555 \backslash
21556 usepackage[format definition]{caption}
21557 \end_layout
21558
21559 \begin_layout Standard
21560 To have for example the label and the number in sans-serif bold font and
21561  the table captions always above the table like in this document, use the
21562  following command:
21563 \end_layout
21564
21565 \begin_layout Standard
21566
21567 \series bold
21568
21569 \backslash
21570 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21571 \end_layout
21572
21573 \begin_layout Standard
21574 You can also define different caption formats for the different float types.
21575  In this case load the 
21576 \series bold
21577 caption
21578 \series default
21579  package without format specific options and define the different formats
21580  with the help of the command
21581 \end_layout
21582
21583 \begin_layout Standard
21584
21585 \series bold
21586
21587 \backslash
21588 captionsetup[float type]{format definition}
21589 \end_layout
21590
21591 \begin_layout Standard
21592 in the document preamble.
21593  For example the caption formats of Figure
21594 \begin_inset space ~
21595 \end_inset
21596
21597
21598 \begin_inset CommandInset ref
21599 LatexCommand ref
21600 reference "fig:This-is-an-fig"
21601
21602 \end_inset
21603
21604  and Table
21605 \begin_inset space ~
21606 \end_inset
21607
21608
21609 \begin_inset CommandInset ref
21610 LatexCommand ref
21611 reference "tab:This-is-an-tab"
21612
21613 \end_inset
21614
21615  can be created using these commands in the document preamble:
21616 \end_layout
21617
21618 \begin_layout Standard
21619
21620 \series bold
21621
21622 \backslash
21623 usepackage[tableposition=top]{caption}
21624 \series default
21625
21626 \begin_inset Newline newline
21627 \end_inset
21628
21629
21630 \series bold
21631
21632 \backslash
21633 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21634 \begin_inset Newline newline
21635 \end_inset
21636
21637
21638 \begin_inset ERT
21639 status collapsed
21640
21641 \begin_layout Plain Layout
21642
21643
21644 \backslash
21645 hphantom{
21646 \backslash
21647
21648 \backslash
21649 captionsetup[figure]
21650 \backslash
21651 {}
21652 \end_layout
21653
21654 \end_inset
21655
21656  labelsep=period}
21657 \begin_inset Newline newline
21658 \end_inset
21659
21660
21661 \backslash
21662 captionsetup[table]{labelfont={bf,sf}}
21663 \end_layout
21664
21665 \begin_layout Standard
21666 \begin_inset Note Greyedout
21667 status open
21668
21669 \begin_layout Plain Layout
21670
21671 \series bold
21672 Note:
21673 \series default
21674  The option 
21675 \series bold
21676 tableposition=top
21677 \series default
21678  has no effect when 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 is used.
21693  In this case the document class option 
21694 \series bold
21695 tablecaptionabove
21696 \series default
21697  must be used.
21698 \end_layout
21699
21700 \end_inset
21701
21702
21703 \end_layout
21704
21705 \begin_layout Standard
21706 For more information about the package 
21707 \series bold
21708 caption
21709 \series default
21710  we refer to its documentation 
21711 \begin_inset CommandInset citation
21712 LatexCommand cite
21713 key "caption"
21714
21715 \end_inset
21716
21717 .
21718 \end_layout
21719
21720 \begin_layout Standard
21721 To change the label name from e.g.
21722  
21723 \begin_inset Quotes eld
21724 \end_inset
21725
21726 Figure
21727 \begin_inset Quotes erd
21728 \end_inset
21729
21730  to 
21731 \begin_inset Quotes eld
21732 \end_inset
21733
21734 Image
21735 \begin_inset Quotes erd
21736 \end_inset
21737
21738  use this preamble command:
21739 \end_layout
21740
21741 \begin_layout Standard
21742
21743 \series bold
21744
21745 \backslash
21746 renewcommand{
21747 \backslash
21748 fnum@figure}{Image~
21749 \backslash
21750 thefigure}
21751 \end_layout
21752
21753 \begin_layout Standard
21754 where 
21755 \series bold
21756
21757 \backslash
21758 thefigure
21759 \series default
21760  inserts the figure number and
21761 \series bold
21762  
21763 \begin_inset Quotes eld
21764 \end_inset
21765
21766 ~
21767 \series default
21768
21769 \begin_inset Quotes erd
21770 \end_inset
21771
21772  creates a protected space.
21773 \end_layout
21774
21775 \begin_layout Standard
21776 \begin_inset VSpace bigskip
21777 \end_inset
21778
21779 If you are using a 
21780 \series bold
21781 koma-script
21782 \series default
21783
21784 \begin_inset Index
21785 status collapsed
21786
21787 \begin_layout Plain Layout
21788 LaTeX-packages ! koma-script
21789 \end_layout
21790
21791 \end_inset
21792
21793  document class (
21794 \family sans
21795 article (koma-script)
21796 \family default
21797
21798 \family sans
21799 book (koma-script)
21800 \family default
21801
21802 \family sans
21803 letter (koma-script)
21804 \family default
21805 , or 
21806 \family sans
21807 report (koma-script)
21808 \family default
21809
21810 \begin_inset space \thinspace{}
21811 \end_inset
21812
21813 ), you can alternatively to the 
21814 \series bold
21815 caption
21816 \series default
21817  package use 
21818 \series bold
21819 koma-script
21820 \series default
21821 's built-in command 
21822 \series bold
21823
21824 \backslash
21825 setkomafont
21826 \series default
21827 .
21828  For example, to have the caption label in bold, add this command to your
21829  document preamble:
21830 \end_layout
21831
21832 \begin_layout Standard
21833
21834 \series bold
21835
21836 \backslash
21837 setkomafont{captionlabel}{
21838 \backslash
21839 bfseries}
21840 \end_layout
21841
21842 \begin_layout Standard
21843 For more information about 
21844 \series bold
21845
21846 \backslash
21847 setkomafont
21848 \series default
21849  we refer to the 
21850 \series bold
21851 koma-script
21852 \series default
21853  documentation 
21854 \begin_inset CommandInset citation
21855 LatexCommand cite
21856 key "koma-script"
21857
21858 \end_inset
21859
21860 .
21861 \end_layout
21862
21863 \begin_layout Standard
21864 \begin_inset ERT
21865 status collapsed
21866
21867 \begin_layout Plain Layout
21868
21869
21870 \backslash
21871 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
21872 }
21873 \end_layout
21874
21875 \end_inset
21876
21877
21878 \begin_inset Note Note
21879 status open
21880
21881 \begin_layout Plain Layout
21882 The caption format is changed only for this example.
21883 \end_layout
21884
21885 \end_inset
21886
21887
21888 \end_layout
21889
21890 \begin_layout Standard
21891 \begin_inset Float figure
21892 placement !p
21893 wide false
21894 sideways false
21895 status open
21896
21897 \begin_layout Plain Layout
21898 \align center
21899 \begin_inset Graphics
21900         filename clipart/mobius.eps
21901         lyxscale 50
21902         scale 50
21903         scaleBeforeRotation
21904
21905 \end_inset
21906
21907
21908 \end_layout
21909
21910 \begin_layout Plain Layout
21911 \begin_inset Caption
21912
21913 \begin_layout Plain Layout
21914 \begin_inset CommandInset label
21915 LatexCommand label
21916 name "fig:This-is-an-fig"
21917
21918 \end_inset
21919
21920 This is an example figure caption that is longer than one line to show the
21921  different caption format.
21922  Here a self-defined caption format is used.
21923 \end_layout
21924
21925 \end_inset
21926
21927
21928 \end_layout
21929
21930 \end_inset
21931
21932
21933 \end_layout
21934
21935 \begin_layout Standard
21936 \begin_inset ERT
21937 status collapsed
21938
21939 \begin_layout Plain Layout
21940
21941
21942 \backslash
21943 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
21944 on}
21945 \end_layout
21946
21947 \end_inset
21948
21949
21950 \end_layout
21951
21952 \begin_layout Standard
21953 \begin_inset Float table
21954 placement !p
21955 wide false
21956 sideways false
21957 status open
21958
21959 \begin_layout Plain Layout
21960 \begin_inset Caption
21961
21962 \begin_layout Plain Layout
21963 \begin_inset CommandInset label
21964 LatexCommand label
21965 name "tab:This-is-an-tab"
21966
21967 \end_inset
21968
21969 This is an example table caption that is longer than one line to show the
21970  different caption format.
21971  Here the standard caption format for tables in this document is used.
21972 \end_layout
21973
21974 \end_inset
21975
21976
21977 \end_layout
21978
21979 \begin_layout Plain Layout
21980 \align center
21981 \begin_inset Tabular
21982 <lyxtabular version="3" rows="1" columns="5">
21983 <features>
21984 <column alignment="center" valignment="top" width="0">
21985 <column alignment="center" valignment="top" width="0">
21986 <column alignment="center" valignment="top" width="0">
21987 <column alignment="center" valignment="top" width="0">
21988 <column alignment="center" valignment="top" width="0">
21989 <row>
21990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21991 \begin_inset Text
21992
21993 \begin_layout Plain Layout
21994 a
21995 \end_layout
21996
21997 \end_inset
21998 </cell>
21999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22000 \begin_inset Text
22001
22002 \begin_layout Plain Layout
22003 b
22004 \end_layout
22005
22006 \end_inset
22007 </cell>
22008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22009 \begin_inset Text
22010
22011 \begin_layout Plain Layout
22012 c
22013 \end_layout
22014
22015 \end_inset
22016 </cell>
22017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22018 \begin_inset Text
22019
22020 \begin_layout Plain Layout
22021 d
22022 \end_layout
22023
22024 \end_inset
22025 </cell>
22026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22027 \begin_inset Text
22028
22029 \begin_layout Plain Layout
22030 e
22031 \end_layout
22032
22033 \end_inset
22034 </cell>
22035 </row>
22036 </lyxtabular>
22037
22038 \end_inset
22039
22040
22041 \end_layout
22042
22043 \end_inset
22044
22045
22046 \end_layout
22047
22048 \begin_layout Section
22049 Caption Placement
22050 \begin_inset Index
22051 status collapsed
22052
22053 \begin_layout Plain Layout
22054 Caption ! Placement
22055 \end_layout
22056
22057 \end_inset
22058
22059
22060 \begin_inset Index
22061 status collapsed
22062
22063 \begin_layout Plain Layout
22064 Floats ! Caption Placement
22065 \end_layout
22066
22067 \end_inset
22068
22069
22070 \begin_inset CommandInset label
22071 LatexCommand label
22072 name "sec:Caption-Placement"
22073
22074 \end_inset
22075
22076
22077 \end_layout
22078
22079 \begin_layout Standard
22080 The common caption placement rule is:
22081 \end_layout
22082
22083 \begin_layout Description
22084 Figure: Caption is set below the figure
22085 \end_layout
22086
22087 \begin_layout Description
22088 Table: Caption is set above the table
22089 \end_layout
22090
22091 \begin_layout Standard
22092 Having the caption above the table is unfortunately not supported in LaTeX's
22093  standard classes.
22094  That means if you are using the document classes 
22095 \family sans
22096 article
22097 \family default
22098
22099 \family sans
22100 book
22101 \family default
22102
22103 \family sans
22104 letter
22105 \family default
22106 , or 
22107 \family sans
22108 report
22109 \family default
22110  there will be no space between the caption and the table.
22111  To insert the needed space, add the following option to the load command
22112  of the LaTeX-package 
22113 \series bold
22114 caption
22115 \series default
22116  in your document preamble
22117 \begin_inset Foot
22118 status collapsed
22119
22120 \begin_layout Plain Layout
22121 See section
22122 \begin_inset space ~
22123 \end_inset
22124
22125
22126 \begin_inset CommandInset ref
22127 LatexCommand ref
22128 reference "sec:Caption-Formatting"
22129
22130 \end_inset
22131
22132  for more information of the package 
22133 \series bold
22134 caption
22135 \series default
22136 .
22137 \end_layout
22138
22139 \end_inset
22140
22141 :
22142 \end_layout
22143
22144 \begin_layout Standard
22145
22146 \series bold
22147 tableposition=top
22148 \end_layout
22149
22150 \begin_layout Standard
22151 If you are using a 
22152 \series bold
22153 koma-script
22154 \series default
22155
22156 \begin_inset Index
22157 status collapsed
22158
22159 \begin_layout Plain Layout
22160 LaTeX-packages ! koma-script
22161 \end_layout
22162
22163 \end_inset
22164
22165  document class (
22166 \family sans
22167 article (koma-script)
22168 \family default
22169
22170 \family sans
22171 book (koma-script)
22172 \family default
22173
22174 \family sans
22175 letter (koma-script)
22176 \family default
22177 , or 
22178 \family sans
22179 report (koma-script)
22180 \family default
22181
22182 \begin_inset space \thinspace{}
22183 \end_inset
22184
22185 ), you can alternatively to the 
22186 \series bold
22187 caption
22188 \series default
22189  package set the document class option 
22190 \series bold
22191 tablecaptionabove
22192 \series default
22193 .
22194 \end_layout
22195
22196 \begin_layout Standard
22197 \begin_inset VSpace bigskip
22198 \end_inset
22199
22200 It is also possible to set the caption beside a figure or table.
22201  To get this the LaTeX-package 
22202 \series bold
22203 sidecap
22204 \series default
22205
22206 \begin_inset Index
22207 status collapsed
22208
22209 \begin_layout Plain Layout
22210 LaTeX-packages ! sidecap
22211 \end_layout
22212
22213 \end_inset
22214
22215  has to be loaded in the document preamble with the line
22216 \end_layout
22217
22218 \begin_layout Standard
22219
22220 \series bold
22221
22222 \backslash
22223 usepackage[option]{sidecap}
22224 \end_layout
22225
22226 \begin_layout Standard
22227 If you set no option, the caption is placed on the side of the outer page
22228  margin -- to the right on odd pages, to the left on even pages.
22229  You can change the placement to inner margin with the option 
22230 \series bold
22231 innercaption
22232 \series default
22233 .
22234  To force the placement always to the right or left, use the option 
22235 \series bold
22236 rightcaption
22237 \series default
22238  or 
22239 \series bold
22240 leftcaption
22241 \series default
22242 , respectively.
22243 \end_layout
22244
22245 \begin_layout Standard
22246 \begin_inset ERT
22247 status collapsed
22248
22249 \begin_layout Plain Layout
22250
22251
22252 \backslash
22253 ifsidecap
22254 \end_layout
22255
22256 \end_inset
22257
22258
22259 \begin_inset Note Note
22260 status open
22261
22262 \begin_layout Plain Layout
22263 The following section will only be displayed when the LaTeX-package 
22264 \series bold
22265 sidecap
22266 \series default
22267  is installed.
22268 \end_layout
22269
22270 \end_inset
22271
22272
22273 \end_layout
22274
22275 \begin_layout Standard
22276 To place in LyX the caption of a float on the side, it is necessary to add
22277  these commands to the document preamble:
22278 \end_layout
22279
22280 \begin_layout Standard
22281
22282 \lyxline
22283
22284 \end_layout
22285
22286 \begin_layout Standard
22287
22288 \series bold
22289
22290 \backslash
22291 newcommand{
22292 \backslash
22293 TabBesBeg}{%
22294 \begin_inset Newline newline
22295 \end_inset
22296
22297
22298 \begin_inset ERT
22299 status collapsed
22300
22301 \begin_layout Plain Layout
22302
22303
22304 \backslash
22305 hphantom{ }
22306 \end_layout
22307
22308 \end_inset
22309
22310
22311 \backslash
22312 let
22313 \backslash
22314 MyTable
22315 \backslash
22316 table
22317 \begin_inset Newline newline
22318 \end_inset
22319
22320
22321 \begin_inset ERT
22322 status collapsed
22323
22324 \begin_layout Plain Layout
22325
22326
22327 \backslash
22328 hphantom{ }
22329 \end_layout
22330
22331 \end_inset
22332
22333
22334 \backslash
22335 let
22336 \backslash
22337 MyEndtable
22338 \backslash
22339 endtable
22340 \begin_inset Newline newline
22341 \end_inset
22342
22343
22344 \begin_inset ERT
22345 status collapsed
22346
22347 \begin_layout Plain Layout
22348
22349
22350 \backslash
22351 hphantom{ }
22352 \end_layout
22353
22354 \end_inset
22355
22356
22357 \backslash
22358 renewenvironment{table}{
22359 \backslash
22360 begin{SCtable}}{
22361 \backslash
22362 end{SCtable}}}
22363 \end_layout
22364
22365 \begin_layout Standard
22366
22367 \series bold
22368
22369 \backslash
22370 newcommand{
22371 \backslash
22372 TabBesEnd}{%
22373 \begin_inset Newline newline
22374 \end_inset
22375
22376
22377 \begin_inset ERT
22378 status collapsed
22379
22380 \begin_layout Plain Layout
22381
22382
22383 \backslash
22384 hphantom{ }
22385 \end_layout
22386
22387 \end_inset
22388
22389
22390 \backslash
22391 let
22392 \backslash
22393 table
22394 \backslash
22395 MyTable
22396 \begin_inset Newline newline
22397 \end_inset
22398
22399
22400 \begin_inset ERT
22401 status collapsed
22402
22403 \begin_layout Plain Layout
22404
22405
22406 \backslash
22407 hphantom{ }
22408 \end_layout
22409
22410 \end_inset
22411
22412
22413 \backslash
22414 let
22415 \backslash
22416 endtable
22417 \backslash
22418 MyEndtable
22419 \end_layout
22420
22421 \begin_layout Standard
22422
22423 \series bold
22424
22425 \backslash
22426 newcommand{
22427 \backslash
22428 FigBesBeg}{%
22429 \begin_inset Newline newline
22430 \end_inset
22431
22432
22433 \begin_inset ERT
22434 status collapsed
22435
22436 \begin_layout Plain Layout
22437
22438
22439 \backslash
22440 hphantom{ }
22441 \end_layout
22442
22443 \end_inset
22444
22445
22446 \backslash
22447 let
22448 \backslash
22449 MyFigure
22450 \backslash
22451 figure
22452 \begin_inset Newline newline
22453 \end_inset
22454
22455
22456 \begin_inset ERT
22457 status collapsed
22458
22459 \begin_layout Plain Layout
22460
22461
22462 \backslash
22463 hphantom{ }
22464 \end_layout
22465
22466 \end_inset
22467
22468
22469 \backslash
22470 let
22471 \backslash
22472 MyEndfigure
22473 \backslash
22474 endfigure
22475 \begin_inset Newline newline
22476 \end_inset
22477
22478
22479 \begin_inset ERT
22480 status collapsed
22481
22482 \begin_layout Plain Layout
22483
22484
22485 \backslash
22486 hphantom{ }
22487 \end_layout
22488
22489 \end_inset
22490
22491
22492 \backslash
22493 renewenvironment{figure}{
22494 \backslash
22495 begin{SCfigure}}{
22496 \backslash
22497 end{SCfigure}}}
22498 \end_layout
22499
22500 \begin_layout Standard
22501
22502 \series bold
22503
22504 \backslash
22505 newcommand{
22506 \backslash
22507 FigBesEnd}{%
22508 \begin_inset Newline newline
22509 \end_inset
22510
22511
22512 \begin_inset ERT
22513 status collapsed
22514
22515 \begin_layout Plain Layout
22516
22517
22518 \backslash
22519 hphantom{ }
22520 \end_layout
22521
22522 \end_inset
22523
22524
22525 \backslash
22526 let
22527 \backslash
22528 figure
22529 \backslash
22530 MyFigure
22531 \begin_inset Newline newline
22532 \end_inset
22533
22534
22535 \begin_inset ERT
22536 status collapsed
22537
22538 \begin_layout Plain Layout
22539
22540
22541 \backslash
22542 hphantom{ }
22543 \end_layout
22544
22545 \end_inset
22546
22547
22548 \backslash
22549 let
22550 \backslash
22551 endfigure
22552 \backslash
22553 MyEndfigure}
22554 \end_layout
22555
22556 \begin_layout Standard
22557
22558 \lyxline
22559
22560 \end_layout
22561
22562 \begin_layout Standard
22563 The commands allow you to redefine the floats so that the caption is set
22564  on the side.
22565  For figure floats use the command
22566 \end_layout
22567
22568 \begin_layout Standard
22569
22570 \series bold
22571
22572 \backslash
22573 FigBesBeg
22574 \end_layout
22575
22576 \begin_layout Standard
22577 in TeX-Code before the float.
22578  Behind the float insert the command
22579 \end_layout
22580
22581 \begin_layout Standard
22582
22583 \series bold
22584
22585 \backslash
22586 FigBesEnd
22587 \end_layout
22588
22589 \begin_layout Standard
22590 in TeX-Code to get back to the original float definition.
22591 \end_layout
22592
22593 \begin_layout Standard
22594 For table floats use the corresponding commands
22595 \end_layout
22596
22597 \begin_layout Standard
22598
22599 \series bold
22600
22601 \backslash
22602 TabBesBeg
22603 \series default
22604  and 
22605 \series bold
22606
22607 \backslash
22608 TabBesEnd
22609 \end_layout
22610
22611 \begin_layout Standard
22612 Figure
22613 \begin_inset space ~
22614 \end_inset
22615
22616
22617 \begin_inset CommandInset ref
22618 LatexCommand ref
22619 reference "fig:cap-beside-fig"
22620
22621 \end_inset
22622
22623  and Table
22624 \begin_inset space ~
22625 \end_inset
22626
22627
22628 \begin_inset CommandInset ref
22629 LatexCommand ref
22630 reference "tab:cap-beside-tab"
22631
22632 \end_inset
22633
22634  are examples where the caption is set beside.
22635 \end_layout
22636
22637 \begin_layout Standard
22638 You can see in the examples that the caption text appears at the top of
22639  the floats for table floats and at the bottom for figure floats.
22640  To change this, you can use the command
22641 \end_layout
22642
22643 \begin_layout Standard
22644
22645 \series bold
22646
22647 \backslash
22648 sidecaptionvpos{float type}{placement}
22649 \end_layout
22650
22651 \begin_layout Standard
22652 in the document preamble or in TeX-Code before the float.
22653  The float type is either 
22654 \family sans
22655 figure
22656 \family default
22657  or 
22658 \family sans
22659 table
22660 \family default
22661 , the placement can be 
22662 \begin_inset Quotes eld
22663 \end_inset
22664
22665
22666 \family sans
22667 t
22668 \family default
22669
22670 \begin_inset Quotes erd
22671 \end_inset
22672
22673  for top, 
22674 \begin_inset Quotes eld
22675 \end_inset
22676
22677
22678 \family sans
22679 c
22680 \family default
22681
22682 \begin_inset Quotes erd
22683 \end_inset
22684
22685  for center, or 
22686 \begin_inset Quotes eld
22687 \end_inset
22688
22689
22690 \family sans
22691 b
22692 \family default
22693
22694 \begin_inset Quotes erd
22695 \end_inset
22696
22697  for bottom.
22698  To have for example the caption of figure floats vertically centered, use
22699  the command
22700 \end_layout
22701
22702 \begin_layout Standard
22703
22704 \series bold
22705
22706 \backslash
22707 sidecaptionvpos{figure}{c}
22708 \end_layout
22709
22710 \begin_layout Standard
22711 This was used for Figure
22712 \begin_inset space ~
22713 \end_inset
22714
22715
22716 \begin_inset CommandInset ref
22717 LatexCommand ref
22718 reference "fig:cap-beside-fig-2"
22719
22720 \end_inset
22721
22722 .
22723 \end_layout
22724
22725 \begin_layout Standard
22726 \begin_inset VSpace medskip
22727 \end_inset
22728
22729 For more information about the package 
22730 \series bold
22731 sidecap
22732 \series default
22733  we refer to its documentation 
22734 \begin_inset CommandInset citation
22735 LatexCommand cite
22736 key "sidecap"
22737
22738 \end_inset
22739
22740 .
22741 \end_layout
22742
22743 \begin_layout Standard
22744 \begin_inset Note Greyedout
22745 status open
22746
22747 \begin_layout Plain Layout
22748
22749 \series bold
22750 Note:
22751 \series default
22752  The LaTeX-package 
22753 \series bold
22754 hypcap
22755 \series default
22756
22757 \begin_inset Index
22758 status collapsed
22759
22760 \begin_layout Plain Layout
22761 LaTeX-packages ! hypcap
22762 \end_layout
22763
22764 \end_inset
22765
22766 , described in section
22767 \begin_inset space ~
22768 \end_inset
22769
22770
22771 \begin_inset CommandInset ref
22772 LatexCommand ref
22773 reference "sub:Reference-Position"
22774
22775 \end_inset
22776
22777 , has no effect on floats with the caption set beside.
22778 \end_layout
22779
22780 \end_inset
22781
22782
22783 \end_layout
22784
22785 \begin_layout Standard
22786 \begin_inset ERT
22787 status collapsed
22788
22789 \begin_layout Plain Layout
22790
22791
22792 \backslash
22793 FigBesBeg 
22794 \end_layout
22795
22796 \end_inset
22797
22798
22799 \end_layout
22800
22801 \begin_layout Standard
22802 \begin_inset Float figure
22803 wide false
22804 sideways false
22805 status open
22806
22807 \begin_layout Plain Layout
22808 \begin_inset Graphics
22809         filename clipart/escher-lsd.eps
22810         scale 75
22811         scaleBeforeRotation
22812
22813 \end_inset
22814
22815
22816 \end_layout
22817
22818 \begin_layout Plain Layout
22819 \begin_inset Caption
22820
22821 \begin_layout Plain Layout
22822 \begin_inset CommandInset label
22823 LatexCommand label
22824 name "fig:cap-beside-fig"
22825
22826 \end_inset
22827
22828 This is a caption beside a figure.
22829 \end_layout
22830
22831 \end_inset
22832
22833
22834 \end_layout
22835
22836 \end_inset
22837
22838
22839 \end_layout
22840
22841 \begin_layout Standard
22842 \begin_inset ERT
22843 status collapsed
22844
22845 \begin_layout Plain Layout
22846
22847
22848 \backslash
22849 TabBesBeg 
22850 \end_layout
22851
22852 \end_inset
22853
22854
22855 \end_layout
22856
22857 \begin_layout Standard
22858 \begin_inset Float table
22859 wide false
22860 sideways false
22861 status open
22862
22863 \begin_layout Plain Layout
22864 \begin_inset Caption
22865
22866 \begin_layout Plain Layout
22867 \begin_inset CommandInset label
22868 LatexCommand label
22869 name "tab:cap-beside-tab"
22870
22871 \end_inset
22872
22873 This is a caption beside a table.
22874 \end_layout
22875
22876 \end_inset
22877
22878
22879 \end_layout
22880
22881 \begin_layout Plain Layout
22882 \begin_inset Tabular
22883 <lyxtabular version="3" rows="4" columns="5">
22884 <features>
22885 <column alignment="center" valignment="top" width="0">
22886 <column alignment="center" valignment="top" width="0">
22887 <column alignment="center" valignment="top" width="0">
22888 <column alignment="center" valignment="top" width="0">
22889 <column alignment="center" valignment="top" width="0">
22890 <row>
22891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22892 \begin_inset Text
22893
22894 \begin_layout Plain Layout
22895 a
22896 \end_layout
22897
22898 \end_inset
22899 </cell>
22900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22901 \begin_inset Text
22902
22903 \begin_layout Plain Layout
22904
22905 \end_layout
22906
22907 \end_inset
22908 </cell>
22909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22910 \begin_inset Text
22911
22912 \begin_layout Plain Layout
22913 b
22914 \end_layout
22915
22916 \end_inset
22917 </cell>
22918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22919 \begin_inset Text
22920
22921 \begin_layout Plain Layout
22922
22923 \end_layout
22924
22925 \end_inset
22926 </cell>
22927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22928 \begin_inset Text
22929
22930 \begin_layout Plain Layout
22931 c
22932 \end_layout
22933
22934 \end_inset
22935 </cell>
22936 </row>
22937 <row>
22938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22939 \begin_inset Text
22940
22941 \begin_layout Plain Layout
22942
22943 \end_layout
22944
22945 \end_inset
22946 </cell>
22947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22948 \begin_inset Text
22949
22950 \begin_layout Plain Layout
22951 d
22952 \end_layout
22953
22954 \end_inset
22955 </cell>
22956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22957 \begin_inset Text
22958
22959 \begin_layout Plain Layout
22960
22961 \end_layout
22962
22963 \end_inset
22964 </cell>
22965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22966 \begin_inset Text
22967
22968 \begin_layout Plain Layout
22969 e
22970 \end_layout
22971
22972 \end_inset
22973 </cell>
22974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22975 \begin_inset Text
22976
22977 \begin_layout Plain Layout
22978
22979 \end_layout
22980
22981 \end_inset
22982 </cell>
22983 </row>
22984 <row>
22985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22986 \begin_inset Text
22987
22988 \begin_layout Plain Layout
22989 f
22990 \end_layout
22991
22992 \end_inset
22993 </cell>
22994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22995 \begin_inset Text
22996
22997 \begin_layout Plain Layout
22998
22999 \end_layout
23000
23001 \end_inset
23002 </cell>
23003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23004 \begin_inset Text
23005
23006 \begin_layout Plain Layout
23007 g
23008 \end_layout
23009
23010 \end_inset
23011 </cell>
23012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23013 \begin_inset Text
23014
23015 \begin_layout Plain Layout
23016
23017 \end_layout
23018
23019 \end_inset
23020 </cell>
23021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23022 \begin_inset Text
23023
23024 \begin_layout Plain Layout
23025 h
23026 \end_layout
23027
23028 \end_inset
23029 </cell>
23030 </row>
23031 <row>
23032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23033 \begin_inset Text
23034
23035 \begin_layout Plain Layout
23036
23037 \end_layout
23038
23039 \end_inset
23040 </cell>
23041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23042 \begin_inset Text
23043
23044 \begin_layout Plain Layout
23045 i
23046 \end_layout
23047
23048 \end_inset
23049 </cell>
23050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23051 \begin_inset Text
23052
23053 \begin_layout Plain Layout
23054
23055 \end_layout
23056
23057 \end_inset
23058 </cell>
23059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23060 \begin_inset Text
23061
23062 \begin_layout Plain Layout
23063 j
23064 \end_layout
23065
23066 \end_inset
23067 </cell>
23068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23069 \begin_inset Text
23070
23071 \begin_layout Plain Layout
23072
23073 \end_layout
23074
23075 \end_inset
23076 </cell>
23077 </row>
23078 </lyxtabular>
23079
23080 \end_inset
23081
23082
23083 \end_layout
23084
23085 \end_inset
23086
23087
23088 \end_layout
23089
23090 \begin_layout Standard
23091 \begin_inset ERT
23092 status collapsed
23093
23094 \begin_layout Plain Layout
23095
23096
23097 \backslash
23098 TabBesEnd
23099 \end_layout
23100
23101 \end_inset
23102
23103
23104 \end_layout
23105
23106 \begin_layout Standard
23107 \begin_inset ERT
23108 status collapsed
23109
23110 \begin_layout Plain Layout
23111
23112
23113 \backslash
23114 sidecaptionvpos{figure}{c}
23115 \end_layout
23116
23117 \end_inset
23118
23119
23120 \begin_inset Float figure
23121 wide false
23122 sideways false
23123 status open
23124
23125 \begin_layout Plain Layout
23126 \begin_inset Graphics
23127         filename clipart/escher-lsd.eps
23128         scale 75
23129         scaleBeforeRotation
23130
23131 \end_inset
23132
23133
23134 \end_layout
23135
23136 \begin_layout Plain Layout
23137 \begin_inset Caption
23138
23139 \begin_layout Plain Layout
23140 \begin_inset CommandInset label
23141 LatexCommand label
23142 name "fig:cap-beside-fig-2"
23143
23144 \end_inset
23145
23146 This is a vertically centered caption beside a figure.
23147 \end_layout
23148
23149 \end_inset
23150
23151
23152 \end_layout
23153
23154 \end_inset
23155
23156
23157 \end_layout
23158
23159 \begin_layout Standard
23160 \begin_inset ERT
23161 status collapsed
23162
23163 \begin_layout Plain Layout
23164
23165
23166 \backslash
23167 FigBesEnd
23168 \end_layout
23169
23170 \end_inset
23171
23172
23173 \end_layout
23174
23175 \begin_layout Standard
23176 \begin_inset ERT
23177 status collapsed
23178
23179 \begin_layout Plain Layout
23180
23181
23182 \backslash
23183 else
23184 \end_layout
23185
23186 \end_inset
23187
23188
23189 \begin_inset Note Note
23190 status open
23191
23192 \begin_layout Plain Layout
23193 The following will be displayed when the LaTeX-package 
23194 \series bold
23195 sidecap
23196 \series default
23197  is not installed:
23198 \end_layout
23199
23200 \end_inset
23201
23202
23203 \end_layout
23204
23205 \begin_layout Standard
23206 You need to install the LaTeX-package 
23207 \series bold
23208 sidecap
23209 \series default
23210  to see the following part of this section in the output.
23211 \end_layout
23212
23213 \begin_layout Standard
23214 \begin_inset ERT
23215 status collapsed
23216
23217 \begin_layout Plain Layout
23218
23219
23220 \backslash
23221 fi
23222 \end_layout
23223
23224 \end_inset
23225
23226
23227 \end_layout
23228
23229 \begin_layout Section
23230 Listings of Floats
23231 \begin_inset Index
23232 status collapsed
23233
23234 \begin_layout Plain Layout
23235 Floats ! Float Lists
23236 \end_layout
23237
23238 \end_inset
23239
23240
23241 \end_layout
23242
23243 \begin_layout Standard
23244 Similar to the the table of contents where the sections of the document
23245  are listed, there are listings for all float types, like the figures of
23246  the documents.
23247  You can insert them via the 
23248 \family sans
23249 Insert\SpecialChar \menuseparator
23250 List
23251 \begin_inset space ~
23252 \end_inset
23253
23254 /
23255 \begin_inset space ~
23256 \end_inset
23257
23258 TOC
23259 \family default
23260  sub menus.
23261 \end_layout
23262
23263 \begin_layout Standard
23264 The list entries are the float captions or its short title, the float number,
23265  and the page number where they appear in the document.
23266 \end_layout
23267
23268 \begin_layout Standard
23269 You can find the list of figures and tables at the end of this document.
23270 \end_layout
23271
23272 \begin_layout Chapter
23273 Notes
23274 \end_layout
23275
23276 \begin_layout Section
23277 LyX Notes
23278 \begin_inset Index
23279 status collapsed
23280
23281 \begin_layout Plain Layout
23282 Notes ! LyX Notes
23283 \end_layout
23284
23285 \end_inset
23286
23287
23288 \end_layout
23289
23290 \begin_layout Standard
23291 Notes are inserted with the toolbar button 
23292 \begin_inset Graphics
23293         filename ../images/note-insert.png
23294         scale 85
23295         scaleBeforeRotation
23296
23297 \end_inset
23298
23299  or the menu 
23300 \family sans
23301 Insert\SpecialChar \menuseparator
23302 Note
23303 \family default
23304 .
23305  There are three types of notes:
23306 \end_layout
23307
23308 \begin_layout Description
23309 LyX
23310 \begin_inset space ~
23311 \end_inset
23312
23313 Note This note type is for internal notes that won't appear in the output.
23314  Its note-box looks like this:
23315 \begin_inset Newline newline
23316 \end_inset
23317
23318
23319 \begin_inset Newline newline
23320 \end_inset
23321
23322
23323 \begin_inset Graphics
23324         filename clipart/LyXNoteImageQt4.png
23325         display false
23326         scale 85
23327         scaleBeforeRotation
23328
23329 \end_inset
23330
23331  
23332 \begin_inset Note Note
23333 status open
23334
23335 \begin_layout Plain Layout
23336 This is text in a note box that doesn't appear in the output.
23337 \end_layout
23338
23339 \end_inset
23340
23341
23342 \end_layout
23343
23344 \begin_layout Description
23345 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
23346 ent, when you export the document to LaTeX via the menu 
23347 \family sans
23348 File\SpecialChar \menuseparator
23349 Export\SpecialChar \menuseparator
23350 LaTeX (pdflatex) / (plain)
23351 \family default
23352 .
23353  Its note-box looks like this:
23354 \begin_inset Newline newline
23355 \end_inset
23356
23357
23358 \begin_inset Newline newline
23359 \end_inset
23360
23361
23362 \begin_inset Graphics
23363         filename clipart/CommentNoteImageQt4.png
23364         display false
23365         scale 85
23366         scaleBeforeRotation
23367
23368 \end_inset
23369
23370  
23371 \begin_inset Note Comment
23372 status open
23373
23374 \begin_layout Plain Layout
23375 This is text in a note box that only appears as comment in LaTeX-files.
23376 \end_layout
23377
23378 \end_inset
23379
23380
23381 \end_layout
23382
23383 \begin_layout Description
23384 Greyed
23385 \begin_inset space ~
23386 \end_inset
23387
23388 Out This note will appear in the output as grey text.
23389  Its note-box looks like this:
23390 \begin_inset Newline newline
23391 \end_inset
23392
23393
23394 \begin_inset Newline newline
23395 \end_inset
23396
23397
23398 \begin_inset Graphics
23399         filename clipart/GreyedOutNoteImageQt4.png
23400         display false
23401         scale 85
23402         scaleBeforeRotation
23403
23404 \end_inset
23405
23406
23407 \begin_inset Newline newline
23408 \end_inset
23409
23410
23411 \begin_inset ERT
23412 status collapsed
23413
23414 \begin_layout Plain Layout
23415
23416
23417 \backslash
23418 renewenvironment{lyxgreyedout}
23419 \end_layout
23420
23421 \begin_layout Plain Layout
23422
23423 {
23424 \backslash
23425 textcolor[gray]{0.8}
23426 \backslash
23427 bgroup}{
23428 \backslash
23429 egroup}
23430 \end_layout
23431
23432 \end_inset
23433
23434
23435 \begin_inset Note Greyedout
23436 status open
23437
23438 \begin_layout Plain Layout
23439 This is text
23440 \begin_inset Foot
23441 status open
23442
23443 \begin_layout Plain Layout
23444 This is an example footnote within a greyed out note.
23445 \end_layout
23446
23447 \end_inset
23448
23449  of a comment that appears in the output as grey text.
23450 \end_layout
23451
23452 \end_inset
23453
23454
23455 \begin_inset ERT
23456 status collapsed
23457
23458 \begin_layout Plain Layout
23459
23460
23461 \backslash
23462 renewenvironment{lyxgreyedout}
23463 \end_layout
23464
23465 \begin_layout Plain Layout
23466
23467 {
23468 \backslash
23469 textcolor{blue}
23470 \backslash
23471 bgroup}{
23472 \backslash
23473 egroup}
23474 \end_layout
23475
23476 \end_inset
23477
23478
23479 \begin_inset Note Note
23480 status collapsed
23481
23482 \begin_layout Plain Layout
23483 The greyed out note is here redefined to show it with the original LyX definitio
23484 n because greyed out notes are redefined in the preamble of this document,
23485  as described below, to have blue text.
23486 \end_layout
23487
23488 \end_inset
23489
23490
23491 \begin_inset Newline newline
23492 \end_inset
23493
23494
23495 \begin_inset Newline newline
23496 \end_inset
23497
23498 As you can see in the example, the first line of greyed out notes is a bit
23499  indented and greyed out notes can have footnotes.
23500 \end_layout
23501
23502 \begin_layout Standard
23503 \begin_inset VSpace bigskip
23504 \end_inset
23505
23506 When you use the toolbar button 
23507 \begin_inset Graphics
23508         filename ../images/note-insert.png
23509         scale 85
23510         scaleBeforeRotation
23511
23512 \end_inset
23513
23514  to insert notes, a 
23515 \family sans
23516 LyX
23517 \begin_inset space ~
23518 \end_inset
23519
23520 Note
23521 \family default
23522  is inserted.
23523  You can switch between the five note types by right-clicking on the note-box.
23524  
23525 \family roman
23526 \series medium
23527 \bar no
23528 If you want to turn existing text into a note, mark it and click on the
23529  note
23530 \family default
23531 \series default
23532 \bar default
23533  toolbar 
23534 \family roman
23535 \series medium
23536 \bar no
23537 button
23538 \family default
23539 \series default
23540 \bar default
23541 .
23542  To change a note to text, press the backspace key when the cursor is in
23543  the first position of a note, or press the deletey key when the cursor
23544  is in the very last position of the note, respectively.
23545 \end_layout
23546
23547 \begin_layout Standard
23548 \begin_inset VSpace bigskip
23549 \end_inset
23550
23551 You can change the text color of the greyed out notes in the preamble with
23552  the following command:
23553 \end_layout
23554
23555 \begin_layout Standard
23556
23557 \series bold
23558
23559 \backslash
23560 renewenvironment{lyxgreyedout}
23561 \begin_inset Newline newline
23562 \end_inset
23563
23564
23565 \begin_inset ERT
23566 status collapsed
23567
23568 \begin_layout Plain Layout
23569
23570
23571 \backslash
23572 hphantom{ }
23573 \end_layout
23574
23575 \end_inset
23576
23577 {
23578 \backslash
23579 textcolor{color}
23580 \backslash
23581 bgroup}{
23582 \backslash
23583 egroup}
23584 \end_layout
23585
23586 \begin_layout Standard
23587 The available colors and the method to define own colors is explained in
23588  section
23589 \begin_inset space ~
23590 \end_inset
23591
23592
23593 \begin_inset CommandInset ref
23594 LatexCommand ref
23595 reference "sec:Colored-Tables"
23596
23597 \end_inset
23598
23599 .
23600 \end_layout
23601
23602 \begin_layout Standard
23603 Notes that appear in blue in this document are set using greyed out notes
23604  with blue text.
23605 \end_layout
23606
23607 \begin_layout Section
23608 Footnotes
23609 \begin_inset CommandInset label
23610 LatexCommand label
23611 name "sec:Footnotes"
23612
23613 \end_inset
23614
23615
23616 \begin_inset Index
23617 status collapsed
23618
23619 \begin_layout Plain Layout
23620 Notes ! Footnotes
23621 \end_layout
23622
23623 \end_inset
23624
23625
23626 \begin_inset Index
23627 status collapsed
23628
23629 \begin_layout Plain Layout
23630 Footnotes
23631 \end_layout
23632
23633 \end_inset
23634
23635
23636 \end_layout
23637
23638 \begin_layout Standard
23639 Footnotes can be inserted using the toolbar button 
23640 \begin_inset Graphics
23641         filename ../images/footnote-insert.png
23642         scale 85
23643         scaleBeforeRotation
23644
23645 \end_inset
23646
23647  or the menu 
23648 \family sans
23649 Insert\SpecialChar \menuseparator
23650 Footnote
23651 \family default
23652 .
23653  
23654 \family roman
23655 \series medium
23656 \bar no
23657 You'll see
23658 \family default
23659 \series default
23660 \bar default
23661  then the following footnote-box: 
23662 \begin_inset Graphics
23663         filename clipart/footnoteQt4.png
23664         scale 80
23665         scaleBeforeRotation
23666
23667 \end_inset
23668
23669  
23670 \family roman
23671 \series medium
23672 \bar no
23673 where you can enter the footnote text.
23674  If you want to turn existing text into a footnote, mark it and click on
23675  the footnote
23676 \family default
23677 \series default
23678 \bar default
23679  toolbar 
23680 \family roman
23681 \series medium
23682 \bar no
23683 button
23684 \family default
23685 \series default
23686 \bar default
23687 .
23688  To change a 
23689 \family roman
23690 \series medium
23691 \bar no
23692 footnote
23693 \family default
23694 \series default
23695 \bar default
23696  to text, press the Backspace key when the cursor is in the first position
23697  of a 
23698 \family roman
23699 \series medium
23700 \bar no
23701 footnote
23702 \family default
23703 \series default
23704 \bar default
23705 , or press the Delete key when the cursor is in the very last position of
23706  the 
23707 \family roman
23708 \series medium
23709 \bar no
23710 footnote
23711 \family default
23712 \series default
23713 \bar default
23714 , respectively.
23715 \end_layout
23716
23717 \begin_layout Standard
23718 Here is an example footnote:
23719 \family roman
23720 \series medium
23721 \bar no
23722
23723 \begin_inset Foot
23724 status open
23725
23726 \begin_layout Plain Layout
23727 \begin_inset CommandInset label
23728 LatexCommand label
23729 name "foot:This-is-an"
23730
23731 \end_inset
23732
23733 This is an example footnote.
23734 \end_layout
23735
23736 \end_inset
23737
23738
23739 \family default
23740 \series default
23741 \bar default
23742
23743 \begin_inset ERT
23744 status collapsed
23745
23746 \begin_layout Plain Layout
23747
23748
23749 \backslash
23750 newcounter{MyRepeatFoot}
23751 \end_layout
23752
23753 \begin_layout Plain Layout
23754
23755
23756 \backslash
23757 setcounter{MyRepeatFoot}{
23758 \backslash
23759 thefootnote}
23760 \end_layout
23761
23762 \end_inset
23763
23764
23765 \end_layout
23766
23767 \begin_layout Standard
23768 The footnote will appear in the output as a superscript number at the text
23769  position where the footnote box is placed.
23770  The footnote text is placed at the bottom of the current page.
23771  The footnote number is calculated by LaTeX, the numbers are consecutive.
23772  It depends on your document-class, if the footnote number is reset for
23773  every chapter.
23774 \end_layout
23775
23776 \begin_layout Standard
23777 Footnotes can be referenced like floats: Insert a label into the footnote
23778  and cross-reference this label in the text as described in section
23779 \begin_inset space ~
23780 \end_inset
23781
23782
23783 \begin_inset CommandInset ref
23784 LatexCommand ref
23785 reference "sec:Referencing-Floats"
23786
23787 \end_inset
23788
23789 .
23790 \begin_inset Newline newline
23791 \end_inset
23792
23793 This is a cross-reference of Footnote
23794 \begin_inset space ~
23795 \end_inset
23796
23797
23798 \begin_inset CommandInset ref
23799 LatexCommand ref
23800 reference "foot:This-is-an"
23801
23802 \end_inset
23803
23804 .
23805 \end_layout
23806
23807 \begin_layout Standard
23808 \begin_inset VSpace defskip
23809 \end_inset
23810
23811 To use footnotes within tables, you have to use minipages, see section
23812 \begin_inset space ~
23813 \end_inset
23814
23815
23816 \begin_inset CommandInset ref
23817 LatexCommand ref
23818 reference "sec:Minipages"
23819
23820 \end_inset
23821
23822 .
23823  Footnotes within longtables are described in section
23824 \begin_inset space ~
23825 \end_inset
23826
23827
23828 \begin_inset CommandInset ref
23829 LatexCommand ref
23830 reference "sub:Footnotes-in-Longtables"
23831
23832 \end_inset
23833
23834 .
23835 \end_layout
23836
23837 \begin_layout Standard
23838 \begin_inset VSpace defskip
23839 \end_inset
23840
23841 To create only a mark for a footnote, use the command 
23842 \series bold
23843
23844 \backslash
23845 footnotemark[number]
23846 \series default
23847  in TeX-Code.
23848  This is used when you have the same annotation several times in a text
23849  but doesn't want to print the footnote text every time.
23850 \begin_inset Newline newline
23851 \end_inset
23852
23853 As you don't know the number of the repeating footnote while you are writing
23854  the text, you have to store its number.
23855  For the following footnote mark example, these commands were inserted in
23856  TeX-Code behind Footnote
23857 \begin_inset space ~
23858 \end_inset
23859
23860
23861 \begin_inset CommandInset ref
23862 LatexCommand ref
23863 reference "foot:This-is-an"
23864
23865 \end_inset
23866
23867  to store the footnote number:
23868 \end_layout
23869
23870 \begin_layout Standard
23871
23872 \series bold
23873
23874 \backslash
23875 newcounter{MyRepeatFoot}
23876 \begin_inset Newline newline
23877 \end_inset
23878
23879
23880 \backslash
23881 setcounter{MyRepeatFoot}{
23882 \backslash
23883 thefootnote}
23884 \end_layout
23885
23886 \begin_layout Standard
23887 The footnote mark was then created with this command:
23888 \end_layout
23889
23890 \begin_layout Standard
23891
23892 \series bold
23893
23894 \backslash
23895 footnotemark[
23896 \backslash
23897 theMyRepeatFoot]
23898 \end_layout
23899
23900 \begin_layout Standard
23901 Here is an example footnote mark:
23902 \family roman
23903 \series medium
23904 \bar no
23905
23906 \begin_inset ERT
23907 status collapsed
23908
23909 \begin_layout Plain Layout
23910
23911
23912 \backslash
23913 footnotemark[
23914 \backslash
23915 theMyRepeatFoot]
23916 \end_layout
23917
23918 \end_inset
23919
23920
23921 \end_layout
23922
23923 \begin_layout Subsection
23924 Footnote Numbering
23925 \begin_inset CommandInset label
23926 LatexCommand label
23927 name "sub:Footnote-Numbering"
23928
23929 \end_inset
23930
23931
23932 \begin_inset Index
23933 status collapsed
23934
23935 \begin_layout Plain Layout
23936 Footnotes ! Numbering
23937 \end_layout
23938
23939 \end_inset
23940
23941
23942 \end_layout
23943
23944 \begin_layout Standard
23945 To reset the footnote number back to 1 after each section
23946 \family roman
23947 , add this command to your document preamble:
23948 \end_layout
23949
23950 \begin_layout Standard
23951
23952 \series bold
23953
23954 \backslash
23955 @addtoreset{footnote}{section}
23956 \end_layout
23957
23958 \begin_layout Standard
23959 \begin_inset VSpace bigskip
23960 \end_inset
23961
23962 The following preamble command changes the footnote numbering style to small
23963  roman numerals:
23964 \end_layout
23965
23966 \begin_layout Standard
23967
23968 \series bold
23969
23970 \backslash
23971 renewcommand{
23972 \backslash
23973 thefootnote}{
23974 \backslash
23975 roman{footnote}}
23976 \end_layout
23977
23978 \begin_layout Standard
23979 \begin_inset ERT
23980 status collapsed
23981
23982 \begin_layout Plain Layout
23983
23984
23985 \backslash
23986 renewcommand{
23987 \backslash
23988 thefootnote}{
23989 \backslash
23990 roman{footnote}}
23991 \end_layout
23992
23993 \end_inset
23994
23995  This is a footnote with roman numbering:
23996 \begin_inset Foot
23997 status open
23998
23999 \begin_layout Plain Layout
24000 This is an example footnote with roman numbering.
24001 \end_layout
24002
24003 \end_inset
24004
24005
24006 \end_layout
24007
24008 \begin_layout Standard
24009 To change the numbering style to capital roman numerals replace in the command
24010  above 
24011 \series bold
24012
24013 \backslash
24014 roman
24015 \series default
24016  by 
24017 \series bold
24018
24019 \backslash
24020 Roman
24021 \series default
24022 .
24023  To 
24024 \begin_inset Quotes eld
24025 \end_inset
24026
24027 number
24028 \begin_inset Quotes erd
24029 \end_inset
24030
24031  footnotes with capital or small Latin letters use 
24032 \series bold
24033
24034 \backslash
24035 Alph
24036 \series default
24037  or 
24038 \series bold
24039
24040 \backslash
24041 alph
24042 \series default
24043 , respectively.
24044  To 
24045 \begin_inset Quotes eld
24046 \end_inset
24047
24048 number
24049 \begin_inset Quotes erd
24050 \end_inset
24051
24052  footnotes with symbols use 
24053 \series bold
24054
24055 \backslash
24056 fnsymbol
24057 \series default
24058 .
24059 \end_layout
24060
24061 \begin_layout Standard
24062 \begin_inset Note Greyedout
24063 status open
24064
24065 \begin_layout Plain Layout
24066
24067 \series bold
24068 Note:
24069 \series default
24070  You can only number 26 footnotes with Latin letters, because this numbering
24071  is limited to single letters.
24072 \end_layout
24073
24074 \end_inset
24075
24076
24077 \begin_inset Newline newline
24078 \end_inset
24079
24080
24081 \begin_inset Note Greyedout
24082 status open
24083
24084 \begin_layout Plain Layout
24085
24086 \series bold
24087 Note:
24088 \series default
24089  You can only number 9 footnotes with symbols.
24090 \end_layout
24091
24092 \end_inset
24093
24094
24095 \end_layout
24096
24097 \begin_layout Standard
24098 To return to the default numbering style when you changed to another one,
24099  use 
24100 \series bold
24101
24102 \backslash
24103 arabic
24104 \series default
24105  instead of 
24106 \series bold
24107
24108 \backslash
24109 roman
24110 \series default
24111  in the command above.
24112 \begin_inset ERT
24113 status collapsed
24114
24115 \begin_layout Plain Layout
24116
24117
24118 \backslash
24119 renewcommand{
24120 \backslash
24121 thefootnote}{
24122 \backslash
24123 arabic{footnote}}
24124 \end_layout
24125
24126 \end_inset
24127
24128
24129 \end_layout
24130
24131 \begin_layout Standard
24132 \begin_inset VSpace bigskip
24133 \end_inset
24134
24135
24136 \end_layout
24137
24138 \begin_layout Standard
24139 If you want to have footnotes numbered in the scheme 
24140 \begin_inset Quotes eld
24141 \end_inset
24142
24143 chapter.footnote
24144 \begin_inset Quotes erd
24145 \end_inset
24146
24147 , add the following command to your document preamble:
24148 \end_layout
24149
24150 \begin_layout Standard
24151
24152 \series bold
24153
24154 \backslash
24155 numberwithin{footnote}{chapter}
24156 \end_layout
24157
24158 \begin_layout Standard
24159 To be able to use the command 
24160 \series bold
24161
24162 \backslash
24163 numberwithin
24164 \series default
24165 , set in the tab 
24166 \family sans
24167 Math
24168 \begin_inset space ~
24169 \end_inset
24170
24171 Options
24172 \family default
24173  in the document settings the option 
24174 \family sans
24175 Use
24176 \begin_inset space ~
24177 \end_inset
24178
24179 AMS
24180 \begin_inset space ~
24181 \end_inset
24182
24183 math
24184 \begin_inset space ~
24185 \end_inset
24186
24187 package
24188 \family default
24189 .
24190 \end_layout
24191
24192 \begin_layout Standard
24193 \begin_inset ERT
24194 status collapsed
24195
24196 \begin_layout Plain Layout
24197
24198
24199 \backslash
24200 numberwithin{footnote}{chapter}
24201 \end_layout
24202
24203 \end_inset
24204
24205 This is another example footnote:
24206 \series bold
24207
24208 \begin_inset Foot
24209 status open
24210
24211 \begin_layout Plain Layout
24212 This is a footnote numbered in the scheme 
24213 \begin_inset Quotes eld
24214 \end_inset
24215
24216 chapter.footnote
24217 \begin_inset Quotes erd
24218 \end_inset
24219
24220 .
24221 \end_layout
24222
24223 \end_inset
24224
24225
24226 \series default
24227
24228 \begin_inset ERT
24229 status collapsed
24230
24231 \begin_layout Plain Layout
24232
24233
24234 \backslash
24235 renewcommand{
24236 \backslash
24237 thefootnote}{
24238 \backslash
24239 arabic{footnote}}
24240 \end_layout
24241
24242 \end_inset
24243
24244
24245 \end_layout
24246
24247 \begin_layout Standard
24248 \begin_inset Note Greyedout
24249 status open
24250
24251 \begin_layout Plain Layout
24252
24253 \series bold
24254 Note:
24255 \series default
24256  
24257 \series bold
24258
24259 \backslash
24260 numberwithin
24261 \series default
24262  always prints out the footnote number as arabic number; previous redefinitions
24263  to get non-arabic numbers are overwritten.
24264 \end_layout
24265
24266 \end_inset
24267
24268
24269 \end_layout
24270
24271 \begin_layout Standard
24272 So to get for example the scheme 
24273 \begin_inset Quotes eld
24274 \end_inset
24275
24276 chapter.
24277 \backslash
24278 Roman{footnote}
24279 \begin_inset Quotes erd
24280 \end_inset
24281
24282 , use this command instead of 
24283 \series bold
24284
24285 \backslash
24286 numberwithin
24287 \series default
24288 :
24289 \end_layout
24290
24291 \begin_layout Standard
24292
24293 \series bold
24294
24295 \backslash
24296 renewcommand{
24297 \backslash
24298 thefootnote}{
24299 \backslash
24300 thechapter.
24301 \backslash
24302 Roman{footnote}}
24303 \end_layout
24304
24305 \begin_layout Subsection
24306 Footnote Placement
24307 \begin_inset Index
24308 status collapsed
24309
24310 \begin_layout Plain Layout
24311 Footnotes ! Placement
24312 \end_layout
24313
24314 \end_inset
24315
24316
24317 \end_layout
24318
24319 \begin_layout Standard
24320 If you have several footnotes in one page, they appear without vertical
24321  space between them at the bottom of the page.
24322  To make them better readable you can e.
24323 \begin_inset space \thinspace{}
24324 \end_inset
24325
24326 g.
24327 \begin_inset space ~
24328 \end_inset
24329
24330 add 1.5
24331 \begin_inset space \thinspace{}
24332 \end_inset
24333
24334 mm space with the following preamble command:
24335 \end_layout
24336
24337 \begin_layout Standard
24338
24339 \series bold
24340
24341 \backslash
24342 let
24343 \backslash
24344 myFoot
24345 \backslash
24346 footnote
24347 \begin_inset Newline newline
24348 \end_inset
24349
24350
24351 \backslash
24352 renewcommand{
24353 \backslash
24354 footnote}[1]{
24355 \backslash
24356 myFoot{#1
24357 \backslash
24358 vspace{1.5mm}}}
24359 \end_layout
24360
24361 \begin_layout Standard
24362 \begin_inset VSpace bigskip
24363 \end_inset
24364
24365 In a two-column document the footnotes appear at the bottom of every column,
24366  see Figure
24367 \begin_inset space ~
24368 \end_inset
24369
24370
24371 \begin_inset CommandInset ref
24372 LatexCommand ref
24373 reference "fig:Standard-footnote-placement"
24374
24375 \end_inset
24376
24377 .
24378  If the footnotes should only appear at the bottom of the right column,
24379  as in Figure
24380 \begin_inset space ~
24381 \end_inset
24382
24383
24384 \begin_inset CommandInset ref
24385 LatexCommand ref
24386 reference "fig:Footnote-placement-in"
24387
24388 \end_inset
24389
24390 , use the LaTeX-package 
24391 \series bold
24392 ftnright
24393 \series default
24394
24395 \begin_inset Index
24396 status collapsed
24397
24398 \begin_layout Plain Layout
24399 LaTeX-packages ! ftnright
24400 \end_layout
24401
24402 \end_inset
24403
24404  with this command in the document preamble:
24405 \end_layout
24406
24407 \begin_layout Standard
24408
24409 \series bold
24410
24411 \backslash
24412 usepackage{ftnright}
24413 \end_layout
24414
24415 \begin_layout Standard
24416 \begin_inset Float figure
24417 placement !h
24418 wide false
24419 sideways false
24420 status open
24421
24422 \begin_layout Plain Layout
24423 \begin_inset ERT
24424 status collapsed
24425
24426 \begin_layout Plain Layout
24427
24428
24429 \backslash
24430 framebox{
24431 \end_layout
24432
24433 \end_inset
24434
24435
24436 \begin_inset Graphics
24437         filename clipart/without_fntright.pdf
24438         width 100col%
24439         scaleBeforeRotation
24440
24441 \end_inset
24442
24443
24444 \begin_inset ERT
24445 status collapsed
24446
24447 \begin_layout Plain Layout
24448
24449 }
24450 \end_layout
24451
24452 \end_inset
24453
24454
24455 \end_layout
24456
24457 \begin_layout Plain Layout
24458 \begin_inset Caption
24459
24460 \begin_layout Plain Layout
24461 \begin_inset CommandInset label
24462 LatexCommand label
24463 name "fig:Standard-footnote-placement"
24464
24465 \end_inset
24466
24467 Standard footnote placement in two-column documents.
24468 \end_layout
24469
24470 \end_inset
24471
24472
24473 \end_layout
24474
24475 \end_inset
24476
24477
24478 \end_layout
24479
24480 \begin_layout Standard
24481 \begin_inset Float figure
24482 placement !h
24483 wide false
24484 sideways false
24485 status open
24486
24487 \begin_layout Plain Layout
24488 \begin_inset ERT
24489 status collapsed
24490
24491 \begin_layout Plain Layout
24492
24493
24494 \backslash
24495 framebox{
24496 \end_layout
24497
24498 \end_inset
24499
24500
24501 \begin_inset Graphics
24502         filename clipart/with_fntright.pdf
24503         width 100col%
24504         scaleBeforeRotation
24505
24506 \end_inset
24507
24508
24509 \begin_inset ERT
24510 status collapsed
24511
24512 \begin_layout Plain Layout
24513
24514 }
24515 \end_layout
24516
24517 \end_inset
24518
24519
24520 \end_layout
24521
24522 \begin_layout Plain Layout
24523 \begin_inset Caption
24524
24525 \begin_layout Plain Layout
24526 \begin_inset CommandInset label
24527 LatexCommand label
24528 name "fig:Footnote-placement-in"
24529
24530 \end_inset
24531
24532 Footnote placement in two-column documents when the LaTeX-package 
24533 \series bold
24534 ftnright
24535 \series default
24536  is used.
24537 \end_layout
24538
24539 \end_inset
24540
24541
24542 \end_layout
24543
24544 \end_inset
24545
24546
24547 \end_layout
24548
24549 \begin_layout Standard
24550 \begin_inset VSpace bigskip
24551 \end_inset
24552
24553 In some scientific literature it is usual to collect the footnotes and print
24554  them in a separate paragraph at the the end of a section, like in Figure
24555 \begin_inset space ~
24556 \end_inset
24557
24558
24559 \begin_inset CommandInset ref
24560 LatexCommand ref
24561 reference "fig:Endnotes----footnotes"
24562
24563 \end_inset
24564
24565 .
24566  They are then so called 
24567 \begin_inset Quotes eld
24568 \end_inset
24569
24570 endnotes
24571 \begin_inset Quotes erd
24572 \end_inset
24573
24574 .
24575 \begin_inset Index
24576 status collapsed
24577
24578 \begin_layout Plain Layout
24579 Endnotes
24580 \end_layout
24581
24582 \end_inset
24583
24584  To use endnotes instead of footnotes in your document, load the LaTeX-package
24585  
24586 \series bold
24587 endnotes
24588 \series default
24589
24590 \begin_inset Index
24591 status collapsed
24592
24593 \begin_layout Plain Layout
24594 LaTeX-packages ! endnotes
24595 \end_layout
24596
24597 \end_inset
24598
24599  with the document preamble lines
24600 \end_layout
24601
24602 \begin_layout Standard
24603
24604 \series bold
24605
24606 \backslash
24607 usepackage{endnotes}
24608 \begin_inset Newline newline
24609 \end_inset
24610
24611
24612 \backslash
24613 let
24614 \backslash
24615 footnote
24616 \backslash
24617 endnote
24618 \end_layout
24619
24620 \begin_layout Standard
24621 To insert the collected footnotes, insert the command
24622 \end_layout
24623
24624 \begin_layout Standard
24625
24626 \series bold
24627
24628 \backslash
24629 theendnotes
24630 \end_layout
24631
24632 \begin_layout Standard
24633 in TeX-Code at the the end of a section or chapter.
24634 \end_layout
24635
24636 \begin_layout Standard
24637 \begin_inset Float figure
24638 wide false
24639 sideways false
24640 status open
24641
24642 \begin_layout Plain Layout
24643 \align center
24644 \begin_inset ERT
24645 status collapsed
24646
24647 \begin_layout Plain Layout
24648
24649
24650 \backslash
24651 framebox{
24652 \end_layout
24653
24654 \end_inset
24655
24656
24657 \begin_inset Graphics
24658         filename clipart/endnotes.pdf
24659         scaleBeforeRotation
24660
24661 \end_inset
24662
24663
24664 \begin_inset ERT
24665 status collapsed
24666
24667 \begin_layout Plain Layout
24668
24669 }
24670 \end_layout
24671
24672 \end_inset
24673
24674
24675 \end_layout
24676
24677 \begin_layout Plain Layout
24678 \begin_inset Caption
24679
24680 \begin_layout Plain Layout
24681 \begin_inset CommandInset label
24682 LatexCommand label
24683 name "fig:Endnotes----footnotes"
24684
24685 \end_inset
24686
24687 Endnotes -- footnotes are printed in a separate paragraph at the end of
24688  sections or chapters.
24689 \end_layout
24690
24691 \end_inset
24692
24693
24694 \end_layout
24695
24696 \end_inset
24697
24698
24699 \end_layout
24700
24701 \begin_layout Standard
24702 \begin_inset VSpace medskip
24703 \end_inset
24704
24705 The paragraph heading for the endnotes isn't automatically translated into
24706  the document language, this must be done manually.
24707  The following preamble command translate the default English name 
24708 \begin_inset Quotes eld
24709 \end_inset
24710
24711 Notes
24712 \begin_inset Quotes erd
24713 \end_inset
24714
24715  to the German translation 
24716 \begin_inset Quotes eld
24717 \end_inset
24718
24719 Anmerkungen
24720 \begin_inset Quotes erd
24721 \end_inset
24722
24723 :
24724 \end_layout
24725
24726 \begin_layout Standard
24727
24728 \series bold
24729
24730 \backslash
24731 renewcommand{
24732 \backslash
24733 notesname}{Anmerkungen}
24734 \end_layout
24735
24736 \begin_layout Standard
24737 \begin_inset VSpace medskip
24738 \end_inset
24739
24740 The numbering of endnotes can be changed like the footnote numbering as
24741  described in section
24742 \begin_inset space ~
24743 \end_inset
24744
24745
24746 \begin_inset CommandInset ref
24747 LatexCommand ref
24748 reference "sub:Footnote-Numbering"
24749
24750 \end_inset
24751
24752 ; just replace the command 
24753 \series bold
24754
24755 \backslash
24756 thefootnote
24757 \series default
24758  by 
24759 \series bold
24760
24761 \backslash
24762 theendnote
24763 \series default
24764 .
24765  To reset the endnote number use the command 
24766 \series bold
24767
24768 \backslash
24769 @addtoreset
24770 \series default
24771  as described in section
24772 \begin_inset space ~
24773 \end_inset
24774
24775
24776 \begin_inset CommandInset ref
24777 LatexCommand ref
24778 reference "sub:Footnote-Numbering"
24779
24780 \end_inset
24781
24782  and replace the command parameter 
24783 \series bold
24784 footnote
24785 \series default
24786  by 
24787 \series bold
24788 endnote
24789 \series default
24790 .
24791 \end_layout
24792
24793 \begin_layout Standard
24794 To create only a mark for an endnote, use the command 
24795 \series bold
24796
24797 \backslash
24798 endnotemark[number]
24799 \series default
24800  similar to the command 
24801 \series bold
24802
24803 \backslash
24804 footnotemark
24805 \series default
24806 , described in section
24807 \begin_inset space ~
24808 \end_inset
24809
24810
24811 \begin_inset CommandInset ref
24812 LatexCommand ref
24813 reference "sec:Footnotes"
24814
24815 \end_inset
24816
24817 .
24818 \end_layout
24819
24820 \begin_layout Standard
24821 \begin_inset VSpace bigskip
24822 \end_inset
24823
24824 Footnotes can also be placed in the page margin and the footnote text alignment
24825  can be changed, see the LaTeX-package 
24826 \series bold
24827 footmisc
24828 \series default
24829
24830 \begin_inset Index
24831 status collapsed
24832
24833 \begin_layout Plain Layout
24834 LaTeX-packages ! footmisc
24835 \end_layout
24836
24837 \end_inset
24838
24839
24840 \begin_inset CommandInset citation
24841 LatexCommand cite
24842 key "footmisc"
24843
24844 \end_inset
24845
24846  for more information about this.
24847 \end_layout
24848
24849 \begin_layout Standard
24850 For various further footnote formatting issues have a look at LaTeX-books,
24851  
24852 \begin_inset CommandInset citation
24853 LatexCommand cite
24854 key "latexcompanion,latexguide,latexbook"
24855
24856 \end_inset
24857
24858 .
24859 \end_layout
24860
24861 \begin_layout Section
24862 Margin Notes
24863 \begin_inset Index
24864 status collapsed
24865
24866 \begin_layout Plain Layout
24867 Notes ! Margin Notes
24868 \end_layout
24869
24870 \end_inset
24871
24872
24873 \end_layout
24874
24875 \begin_layout Standard
24876 Margin notes look and behave in LyX like footnotes.
24877  They are inserted via the menu 
24878 \family sans
24879 Insert\SpecialChar \menuseparator
24880 Marginal
24881 \begin_inset space ~
24882 \end_inset
24883
24884 Note
24885 \family default
24886  or the toolbar button 
24887 \begin_inset Graphics
24888         filename ../images/marginalnote-insert.png
24889         scale 85
24890         scaleBeforeRotation
24891
24892 \end_inset
24893
24894 .
24895  A grey 
24896 \family roman
24897 \series medium
24898 box with the
24899 \family default
24900 \series default
24901  red 
24902 \family roman
24903 \series medium
24904 label 
24905 \begin_inset Quotes eld
24906 \end_inset
24907
24908 margin
24909 \begin_inset Quotes erd
24910 \end_inset
24911
24912  appears where you can enter the text of the margin note.
24913 \end_layout
24914
24915 \begin_layout Standard
24916 At the side is an example margin note.
24917
24918 \family roman
24919 \series medium
24920  
24921 \begin_inset Marginal
24922 status open
24923
24924 \begin_layout Plain Layout
24925 This is a margin note.
24926 \end_layout
24927
24928 \end_inset
24929
24930
24931 \end_layout
24932
24933 \begin_layout Standard
24934 Margin notes appear at the right side in single-sided documents.
24935  In double-sided documents they appear in the outer margin -- left on even
24936  pages, right on odd pages.
24937  The text of margin notes is aligned opposite to the outer margin -- right-align
24938 ed when the note appears in the left margin.
24939  The first line of the margin note is placed at the position of the text
24940  line where it is inserted in the document.
24941 \end_layout
24942
24943 \begin_layout Standard
24944 \begin_inset VSpace bigskip
24945 \end_inset
24946
24947 To place the margin note in the inner margin, add the command
24948 \end_layout
24949
24950 \begin_layout Standard
24951
24952 \series bold
24953
24954 \backslash
24955 reversemarginpar
24956 \end_layout
24957
24958 \begin_layout Standard
24959 in TeX-Code before a margin note.
24960  The new placement is valid for all following margin notes.
24961  
24962 \begin_inset ERT
24963 status collapsed
24964
24965 \begin_layout Plain Layout
24966
24967
24968 \backslash
24969 reversemarginpar 
24970 \end_layout
24971
24972 \end_inset
24973
24974
24975 \begin_inset Marginal
24976 status open
24977
24978 \begin_layout Plain Layout
24979 This is a margin note in the inner margin.
24980 \end_layout
24981
24982 \end_inset
24983
24984
24985 \series bold
24986
24987 \begin_inset Newline newline
24988 \end_inset
24989
24990
24991 \series default
24992
24993 \begin_inset Note Greyedout
24994 status open
24995
24996 \begin_layout Plain Layout
24997
24998 \series bold
24999 Note:
25000 \series default
25001  There is often not enough space in the inner margin so that the notes are
25002  not correctly displayed in the output.
25003 \end_layout
25004
25005 \end_inset
25006
25007
25008 \end_layout
25009
25010 \begin_layout Standard
25011 To return to the default placement insert the command
25012 \end_layout
25013
25014 \begin_layout Standard
25015
25016 \series bold
25017
25018 \backslash
25019 normalmarginpar
25020 \end_layout
25021
25022 \begin_layout Standard
25023 in TeX-Code.
25024 \begin_inset ERT
25025 status collapsed
25026
25027 \begin_layout Plain Layout
25028
25029
25030 \backslash
25031 normalmarginpar 
25032 \end_layout
25033
25034 \end_inset
25035
25036  
25037 \begin_inset Note Greyedout
25038 status open
25039
25040 \begin_layout Plain Layout
25041
25042 \series bold
25043 Note:
25044 \series default
25045  The command is ignored when it is within a paragraph where also the command
25046  
25047 \series bold
25048
25049 \backslash
25050 reversemarginpar
25051 \series default
25052  is inserted.
25053 \end_layout
25054
25055 \end_inset
25056
25057
25058 \end_layout
25059
25060 \begin_layout Standard
25061 \begin_inset VSpace bigskip
25062 \end_inset
25063
25064
25065 \family roman
25066 \series medium
25067
25068 \begin_inset Marginal
25069 status open
25070
25071 \begin_layout Plain Layout
25072 AVeryLongMarginParWord that isn't hyphenated.
25073 \end_layout
25074
25075 \end_inset
25076
25077
25078 \family default
25079 \series default
25080  Similar to the case described in section
25081 \begin_inset space ~
25082 \end_inset
25083
25084
25085 \begin_inset CommandInset ref
25086 LatexCommand ref
25087 reference "sub:Multiple-Lines-in"
25088
25089 \end_inset
25090
25091 , long words cannot be hyphenated when they are the first word in a margin
25092  note.
25093  To avoid this, insert 0
25094 \begin_inset space \thinspace{}
25095 \end_inset
25096
25097 pt horizontal space before the word
25098 \family roman
25099 \series medium
25100 .
25101  
25102 \begin_inset Marginal
25103 status open
25104
25105 \begin_layout Plain Layout
25106 \begin_inset space \hspace*{}
25107 \length 0pt
25108 \end_inset
25109
25110 AVeryLongMarginParWord that is hyphenated.
25111 \end_layout
25112
25113 \end_inset
25114
25115
25116 \end_layout
25117
25118 \begin_layout Standard
25119 \begin_inset VSpace bigskip
25120 \end_inset
25121
25122
25123 \end_layout
25124
25125 \begin_layout Standard
25126 \begin_inset Note Greyedout
25127 status open
25128
25129 \begin_layout Plain Layout
25130
25131 \series bold
25132 Note:
25133 \series default
25134  Margin notes can normally not be used inside tables, floats, and footnotes.
25135 \end_layout
25136
25137 \end_inset
25138
25139
25140 \end_layout
25141
25142 \begin_layout Standard
25143 \begin_inset VSpace bigskip
25144 \end_inset
25145
25146
25147 \end_layout
25148
25149 \begin_layout Standard
25150 \begin_inset ERT
25151 status collapsed
25152
25153 \begin_layout Plain Layout
25154
25155
25156 \backslash
25157 ifmarginnote
25158 \end_layout
25159
25160 \end_inset
25161
25162
25163 \begin_inset Note Note
25164 status open
25165
25166 \begin_layout Plain Layout
25167 The following section will only be displayed when the LaTeX-package 
25168 \series bold
25169 marginnote
25170 \series default
25171  is installed.
25172 \end_layout
25173
25174 \end_inset
25175
25176
25177 \end_layout
25178
25179 \begin_layout Standard
25180 This restriction can be evaded by using the LaTeX-package 
25181 \series bold
25182 marginnote
25183 \series default
25184
25185 \begin_inset Index
25186 status collapsed
25187
25188 \begin_layout Plain Layout
25189 LaTeX-packages ! marginnote
25190 \end_layout
25191
25192 \end_inset
25193
25194 .
25195  By adding these two lines to your document preamble, the command used by
25196  LyX for margin notes is redefined to use the command provided by the 
25197 \series bold
25198 marginnote
25199 \series default
25200 -package:
25201 \end_layout
25202
25203 \begin_layout Standard
25204
25205 \series bold
25206
25207 \backslash
25208 usepackage{marginnote}
25209 \begin_inset Newline newline
25210 \end_inset
25211
25212
25213 \backslash
25214 let
25215 \backslash
25216 marginpar
25217 \backslash
25218 marginnote
25219 \end_layout
25220
25221 \begin_layout Standard
25222 This is also used in this document because 
25223 \series bold
25224 marginnote
25225 \series default
25226  has another useful feature: You can set a vertical offset for the note.
25227  This is often needed when too many margin notes are too close together
25228  or for a better page layout.
25229  The offset is set in LyX as TeX-Code directly behind the margin note in
25230  the scheme
25231 \end_layout
25232
25233 \begin_layout Standard
25234
25235 \series bold
25236 [offset]
25237 \end_layout
25238
25239 \begin_layout Standard
25240 where the offset is a length with one of the units listed in Table
25241 \begin_inset space ~
25242 \end_inset
25243
25244
25245 \begin_inset CommandInset ref
25246 LatexCommand ref
25247 reference "tab:Units"
25248
25249 \end_inset
25250
25251 .
25252  A negative value shifts the note up, a positive value shifts it down.
25253  
25254 \family roman
25255 \series medium
25256 For example the margin note beside this text line is shifted up 1.5
25257 \begin_inset space \thinspace{}
25258 \end_inset
25259
25260 cm with the TeX-Code-command 
25261 \begin_inset Quotes eld
25262 \end_inset
25263
25264
25265 \family default
25266 \series bold
25267 [-1.5cm]
25268 \family roman
25269 \series medium
25270
25271 \begin_inset Quotes erd
25272 \end_inset
25273
25274
25275 \begin_inset Marginal
25276 status open
25277
25278 \begin_layout Plain Layout
25279 This margin note is shifted up 1.5
25280 \begin_inset space \thinspace{}
25281 \end_inset
25282
25283 cm from its original position.
25284 \end_layout
25285
25286 \end_inset
25287
25288
25289 \family default
25290 \series default
25291
25292 \begin_inset ERT
25293 status collapsed
25294
25295 \begin_layout Plain Layout
25296
25297 [-1.5cm]
25298 \end_layout
25299
25300 \end_inset
25301
25302
25303 \end_layout
25304
25305 \begin_layout Standard
25306 \begin_inset VSpace medskip
25307 \end_inset
25308
25309 With 
25310 \series bold
25311 marginnote
25312 \series default
25313  you can also change the alignment of the text in the margin note.
25314  For example the commands
25315 \end_layout
25316
25317 \begin_layout Standard
25318
25319 \series bold
25320
25321 \backslash
25322 renewcommand*{
25323 \backslash
25324 raggedleftmarginnote}{
25325 \backslash
25326 centering}
25327 \begin_inset Newline newline
25328 \end_inset
25329
25330
25331 \backslash
25332 renewcommand*{
25333 \backslash
25334 raggedrightmarginnote}{
25335 \backslash
25336 centering}
25337 \end_layout
25338
25339 \begin_layout Standard
25340 set the alignment to centered.
25341  
25342 \series bold
25343
25344 \backslash
25345 raggedleftmarginnote
25346 \series default
25347  denotes margin notes that appear at the left side.
25348 \family roman
25349 \series medium
25350
25351 \begin_inset ERT
25352 status collapsed
25353
25354 \begin_layout Plain Layout
25355
25356
25357 \backslash
25358 renewcommand*{
25359 \backslash
25360 raggedleftmarginnote}{
25361 \backslash
25362 centering}
25363 \end_layout
25364
25365 \begin_layout Plain Layout
25366
25367
25368 \backslash
25369 renewcommand*{
25370 \backslash
25371 raggedrightmarginnote}{
25372 \backslash
25373 centering}
25374 \end_layout
25375
25376 \end_inset
25377
25378
25379 \begin_inset Marginal
25380 status open
25381
25382 \begin_layout Plain Layout
25383 The text of this margin note is centered.
25384 \end_layout
25385
25386 \end_inset
25387
25388
25389 \family default
25390 \series default
25391  The default is
25392 \end_layout
25393
25394 \begin_layout Standard
25395
25396 \series bold
25397
25398 \backslash
25399 renewcommand*{
25400 \backslash
25401 raggedleftmarginnote}{
25402 \backslash
25403 raggedleft}
25404 \begin_inset Newline newline
25405 \end_inset
25406
25407
25408 \backslash
25409 renewcommand*{
25410 \backslash
25411 raggedrightmarginnote}{
25412 \backslash
25413 raggedright}
25414 \family roman
25415 \series medium
25416
25417 \begin_inset ERT
25418 status collapsed
25419
25420 \begin_layout Plain Layout
25421
25422
25423 \backslash
25424 renewcommand*{
25425 \backslash
25426 raggedleftmarginnote}{
25427 \backslash
25428 raggedleft}
25429 \end_layout
25430
25431 \begin_layout Plain Layout
25432
25433
25434 \backslash
25435 renewcommand*{
25436 \backslash
25437 raggedrightmarginnote}{
25438 \backslash
25439 raggedright}
25440 \end_layout
25441
25442 \end_inset
25443
25444
25445 \end_layout
25446
25447 \begin_layout Standard
25448 \begin_inset VSpace medskip
25449 \end_inset
25450
25451 For the other features of 
25452 \series bold
25453 marginnote
25454 \series default
25455  we refer to its documentation 
25456 \begin_inset CommandInset citation
25457 LatexCommand cite
25458 key "marginnote"
25459
25460 \end_inset
25461
25462 .
25463 \end_layout
25464
25465 \begin_layout Standard
25466 \begin_inset VSpace bigskip
25467 \end_inset
25468
25469 You can adjust the layout of margin notes by changing its definition.
25470  To create for example a header for all margin notes with the underlined,
25471  sans-serif, and bold header text 
25472 \begin_inset Quotes eld
25473 \end_inset
25474
25475
25476 \family sans
25477 \series bold
25478 \bar under
25479 Attention!
25480 \family default
25481 \series default
25482 \bar default
25483
25484 \begin_inset Quotes erd
25485 \end_inset
25486
25487 , add this to your document preamble:
25488 \end_layout
25489
25490 \begin_layout Standard
25491
25492 \series bold
25493
25494 \backslash
25495 let
25496 \backslash
25497 myMarginpar
25498 \backslash
25499 marginpar
25500 \begin_inset Newline newline
25501 \end_inset
25502
25503
25504 \backslash
25505 renewcommand{
25506 \backslash
25507 marginpar}[1]{
25508 \backslash
25509 myMarginpar{%
25510 \begin_inset Newline newline
25511 \end_inset
25512
25513
25514 \begin_inset ERT
25515 status collapsed
25516
25517 \begin_layout Plain Layout
25518
25519
25520 \backslash
25521 hphantom{ }
25522 \end_layout
25523
25524 \end_inset
25525
25526
25527 \backslash
25528 hspace{0pt}
25529 \backslash
25530 textsf{
25531 \backslash
25532 textbf{
25533 \backslash
25534 underbar{Attention!}}}%
25535 \begin_inset Newline newline
25536 \end_inset
25537
25538
25539 \begin_inset ERT
25540 status collapsed
25541
25542 \begin_layout Plain Layout
25543
25544
25545 \backslash
25546 hphantom{ }
25547 \end_layout
25548
25549 \end_inset
25550
25551
25552 \backslash
25553 vspace{1.5mm}
25554 \backslash
25555
25556 \backslash
25557 #1}}
25558 \end_layout
25559
25560 \begin_layout Standard
25561
25562 \family roman
25563 \series medium
25564 \begin_inset ERT
25565 status collapsed
25566
25567 \begin_layout Plain Layout
25568
25569
25570 \backslash
25571 let
25572 \backslash
25573 myMarginpar
25574 \backslash
25575 marginpar
25576 \end_layout
25577
25578 \begin_layout Plain Layout
25579
25580
25581 \backslash
25582 renewcommand{
25583 \backslash
25584 marginpar}[1]{
25585 \backslash
25586 myMarginpar{%
25587 \end_layout
25588
25589 \begin_layout Plain Layout
25590
25591    
25592 \backslash
25593 textsf{
25594 \backslash
25595 textbf{
25596 \backslash
25597 underbar{Attention!}}}%
25598 \end_layout
25599
25600 \begin_layout Plain Layout
25601
25602    
25603 \backslash
25604 vspace{1.5mm}
25605 \backslash
25606
25607 \backslash
25608 #1}}
25609 \end_layout
25610
25611 \end_inset
25612
25613
25614 \begin_inset Marginal
25615 status open
25616
25617 \begin_layout Plain Layout
25618 This is a margin note with a defined heading.
25619 \end_layout
25620
25621 \end_inset
25622
25623
25624 \family default
25625 \series default
25626
25627 \begin_inset ERT
25628 status collapsed
25629
25630 \begin_layout Plain Layout
25631
25632 [-1.5cm]
25633 \end_layout
25634
25635 \end_inset
25636
25637
25638 \family roman
25639 \series medium
25640
25641 \begin_inset ERT
25642 status collapsed
25643
25644 \begin_layout Plain Layout
25645
25646
25647 \backslash
25648 renewcommand{
25649 \backslash
25650 marginpar}[1]{
25651 \backslash
25652 myMarginpar{#1}}
25653 \end_layout
25654
25655 \end_inset
25656
25657
25658 \family default
25659 \series default
25660
25661 \begin_inset Note Note
25662 status collapsed
25663
25664 \begin_layout Plain Layout
25665 The margin note format is changed only for this example.
25666 \end_layout
25667
25668 \end_inset
25669
25670
25671 \end_layout
25672
25673 \begin_layout Standard
25674 \begin_inset ERT
25675 status collapsed
25676
25677 \begin_layout Plain Layout
25678
25679
25680 \backslash
25681 else
25682 \end_layout
25683
25684 \end_inset
25685
25686
25687 \begin_inset Note Note
25688 status open
25689
25690 \begin_layout Plain Layout
25691 The following will be displayed when the LaTeX-package 
25692 \series bold
25693 marginnote
25694 \series default
25695  is not installed:
25696 \end_layout
25697
25698 \end_inset
25699
25700
25701 \end_layout
25702
25703 \begin_layout Standard
25704 You need to install the LaTeX-package 
25705 \series bold
25706 marginnote
25707 \series default
25708  to see the following part of this section in the output.
25709 \end_layout
25710
25711 \begin_layout Standard
25712 \begin_inset ERT
25713 status collapsed
25714
25715 \begin_layout Plain Layout
25716
25717
25718 \backslash
25719 fi
25720 \end_layout
25721
25722 \end_inset
25723
25724
25725 \end_layout
25726
25727 \begin_layout Chapter
25728 Boxes
25729 \end_layout
25730
25731 \begin_layout Section
25732 Introduction
25733 \begin_inset Index
25734 status collapsed
25735
25736 \begin_layout Plain Layout
25737 Boxes ! Introduction
25738 \end_layout
25739
25740 \end_inset
25741
25742
25743 \end_layout
25744
25745 \begin_layout Standard
25746 Boxes are used to format a block of text.
25747  Boxes can be used to write documents with multiple languages, see section
25748 \begin_inset space ~
25749 \end_inset
25750
25751
25752 \begin_inset CommandInset ref
25753 LatexCommand ref
25754 reference "sec:Minipages"
25755
25756 \end_inset
25757
25758 , to frame texts, see section
25759 \begin_inset space ~
25760 \end_inset
25761
25762
25763 \begin_inset CommandInset ref
25764 LatexCommand ref
25765 reference "sec:Decoration"
25766
25767 \end_inset
25768
25769 , to prevent words to be hyphenated, see section
25770 \begin_inset space ~
25771 \end_inset
25772
25773
25774 \begin_inset CommandInset ref
25775 LatexCommand ref
25776 reference "sec:Prevent-Hyphenation"
25777
25778 \end_inset
25779
25780 , to align text, see section
25781 \begin_inset space ~
25782 \end_inset
25783
25784
25785 \begin_inset CommandInset ref
25786 LatexCommand ref
25787 reference "sub:Vertical-Alignment"
25788
25789 \end_inset
25790
25791 , or to set the background color of texts, see section
25792 \begin_inset space ~
25793 \end_inset
25794
25795
25796 \begin_inset CommandInset ref
25797 LatexCommand ref
25798 reference "sec:Colored-Boxes"
25799
25800 \end_inset
25801
25802 .
25803 \end_layout
25804
25805 \begin_layout Standard
25806 Boxes can be inserted with the menu 
25807 \family sans
25808 Insert\SpecialChar \menuseparator
25809 Box
25810 \family default
25811  or the toolbar button 
25812 \begin_inset Graphics
25813         filename ../images/box-insert.png
25814         scale 85
25815         scaleBeforeRotation
25816
25817 \end_inset
25818
25819 .
25820  A grey box with the label 
25821 \family sans
25822 Box (Minipage)
25823 \family default
25824
25825 \begin_inset Graphics
25826         filename clipart/BoxInsetDefaultQt4.png
25827         scale 85
25828         scaleBeforeRotation
25829
25830 \end_inset
25831
25832  will be inserted.
25833  The box type can be specified by right-clicking on the box.
25834  The appearing box dialog offers the 
25835 \family sans
25836 Inner
25837 \begin_inset space ~
25838 \end_inset
25839
25840 Box
25841 \family default
25842  types 
25843 \family sans
25844 Parbox
25845 \family default
25846  and 
25847 \family sans
25848 Minipage
25849 \family default
25850 .
25851  The type 
25852 \family sans
25853 Minipage
25854 \family default
25855  is the default for new boxes and is explained in section
25856 \begin_inset space ~
25857 \end_inset
25858
25859
25860 \begin_inset CommandInset ref
25861 LatexCommand ref
25862 reference "sec:Minipages"
25863
25864 \end_inset
25865
25866 ; the type 
25867 \family sans
25868 Parbox
25869 \family default
25870  is described in section
25871 \begin_inset space ~
25872 \end_inset
25873
25874
25875 \begin_inset CommandInset ref
25876 LatexCommand ref
25877 reference "sec:Parboxes"
25878
25879 \end_inset
25880
25881 .
25882 \end_layout
25883
25884 \begin_layout Standard
25885 Boxes aren't numbered and can therefore not be referenced like floats or
25886  footnotes.
25887 \end_layout
25888
25889 \begin_layout Standard
25890 \begin_inset Note Greyedout
25891 status open
25892
25893 \begin_layout Plain Layout
25894
25895 \series bold
25896 Note:
25897 \series default
25898  Boxes must not be the item in an 
25899 \family sans
25900 Itemize
25901 \family default
25902  or 
25903 \family sans
25904 Description
25905 \family default
25906  environment.
25907 \end_layout
25908
25909 \end_inset
25910
25911
25912 \end_layout
25913
25914 \begin_layout Standard
25915 \begin_inset Note Greyedout
25916 status open
25917
25918 \begin_layout Plain Layout
25919
25920 \series bold
25921 Note:
25922 \series default
25923  For an unknown reason you can only set the 
25924 \family sans
25925 Inner
25926 \begin_inset space ~
25927 \end_inset
25928
25929 Box
25930 \family default
25931  type to 
25932 \family sans
25933 None
25934 \family default
25935  when you use a framed box.
25936  Boxes without an 
25937 \family sans
25938 Inner
25939 \begin_inset space ~
25940 \end_inset
25941
25942 Box
25943 \family default
25944  type and without frames are explained in section
25945 \begin_inset space ~
25946 \end_inset
25947
25948
25949 \begin_inset CommandInset ref
25950 LatexCommand ref
25951 reference "sec:Prevent-Hyphenation"
25952
25953 \end_inset
25954
25955 .
25956 \end_layout
25957
25958 \end_inset
25959
25960
25961 \end_layout
25962
25963 \begin_layout Section
25964 Box Dialog
25965 \begin_inset CommandInset label
25966 LatexCommand label
25967 name "sec:Box-Dialog"
25968
25969 \end_inset
25970
25971
25972 \begin_inset Index
25973 status collapsed
25974
25975 \begin_layout Plain Layout
25976 Boxes ! Box Dialog
25977 \end_layout
25978
25979 \end_inset
25980
25981
25982 \end_layout
25983
25984 \begin_layout Subsection
25985 Size
25986 \begin_inset Index
25987 status collapsed
25988
25989 \begin_layout Plain Layout
25990 Boxes ! Size
25991 \end_layout
25992
25993 \end_inset
25994
25995
25996 \end_layout
25997
25998 \begin_layout Standard
25999 In the box dialog you can adjust the box geometry in the fields 
26000 \family sans
26001 Width
26002 \family default
26003  and 
26004 \family sans
26005 Height
26006 \family default
26007 .
26008  The available units for the geometry are explained in Table
26009 \begin_inset space ~
26010 \end_inset
26011
26012
26013 \begin_inset CommandInset ref
26014 LatexCommand ref
26015 reference "tab:Units"
26016
26017 \end_inset
26018
26019 .
26020  The field 
26021 \family sans
26022 Heigth
26023 \family default
26024  offers the following additional sizes:
26025 \end_layout
26026
26027 \begin_layout Description
26028 Depth This is the plain text 
26029 \begin_inset Quotes eld
26030 \end_inset
26031
26032 height
26033 \begin_inset Quotes erd
26034 \end_inset
26035
26036 .
26037  It ignores the total depth when there are multiple text lines in the box:
26038 \begin_inset Newline newline
26039 \end_inset
26040
26041
26042 \begin_inset Newline newline
26043 \end_inset
26044
26045
26046 \begin_inset Newline newline
26047 \end_inset
26048
26049
26050 \begin_inset Box Boxed
26051 position "c"
26052 hor_pos "c"
26053 has_inner_box 1
26054 inner_pos "c"
26055 use_parbox 0
26056 width "12col%"
26057 special "none"
26058 height "1in"
26059 height_special "depth"
26060 status collapsed
26061
26062 \begin_layout Plain Layout
26063 \align center
26064 Box height set to 1
26065 \begin_inset space \thinspace{}
26066 \end_inset
26067
26068 Depth
26069 \end_layout
26070
26071 \end_inset
26072
26073
26074 \begin_inset Newline newline
26075 \end_inset
26076
26077
26078 \begin_inset Newline newline
26079 \end_inset
26080
26081
26082 \end_layout
26083
26084 \begin_layout Description
26085 Height This is the heigth of the text that is inside the box.
26086  A value of e.
26087 \begin_inset space \thinspace{}
26088 \end_inset
26089
26090 g.
26091 \begin_inset space ~
26092 \end_inset
26093
26094 2 for this size will set the box heigth to 2 times the text height: 
26095 \begin_inset Box Boxed
26096 position "c"
26097 hor_pos "c"
26098 has_inner_box 1
26099 inner_pos "c"
26100 use_parbox 0
26101 width "20col%"
26102 special "none"
26103 height "2in"
26104 height_special "height"
26105 status collapsed
26106
26107 \begin_layout Plain Layout
26108 \align center
26109 Box height set to 2
26110 \begin_inset space \thinspace{}
26111 \end_inset
26112
26113 Height
26114 \end_layout
26115
26116 \end_inset
26117
26118
26119 \end_layout
26120
26121 \begin_layout Description
26122 Total
26123 \begin_inset space ~
26124 \end_inset
26125
26126 Height This is the Height
26127 \begin_inset space \thinspace{}
26128 \end_inset
26129
26130 +
26131 \begin_inset space \thinspace{}
26132 \end_inset
26133
26134 Depth: 
26135 \begin_inset Box Boxed
26136 position "c"
26137 hor_pos "c"
26138 has_inner_box 1
26139 inner_pos "c"
26140 use_parbox 0
26141 width "20col%"
26142 special "none"
26143 height "1in"
26144 height_special "totalheight"
26145 status collapsed
26146
26147 \begin_layout Plain Layout
26148 \align center
26149 Box height set to 1
26150 \begin_inset space \thinspace{}
26151 \end_inset
26152
26153 Total
26154 \begin_inset space ~
26155 \end_inset
26156
26157 Height
26158 \end_layout
26159
26160 \end_inset
26161
26162
26163 \end_layout
26164
26165 \begin_layout Description
26166 Width This sets the width of the box as heigth: 
26167 \begin_inset Box Boxed
26168 position "c"
26169 hor_pos "c"
26170 has_inner_box 1
26171 inner_pos "c"
26172 use_parbox 0
26173 width "12col%"
26174 special "none"
26175 height "1in"
26176 height_special "width"
26177 status collapsed
26178
26179 \begin_layout Plain Layout
26180 \align center
26181 Box height set to 1
26182 \begin_inset space \thinspace{}
26183 \end_inset
26184
26185 Width
26186 \end_layout
26187
26188 \end_inset
26189
26190
26191 \end_layout
26192
26193 \begin_layout Subsection
26194 Alignment
26195 \begin_inset Index
26196 status collapsed
26197
26198 \begin_layout Plain Layout
26199 Boxes ! Alignment
26200 \end_layout
26201
26202 \end_inset
26203
26204
26205 \end_layout
26206
26207 \begin_layout Standard
26208 When you have chosen an 
26209 \family sans
26210 Inner
26211 \begin_inset space ~
26212 \end_inset
26213
26214 Box
26215 \family default
26216 , the vertical box alignment can be:
26217 \end_layout
26218
26219 \begin_layout Description
26220 Top This is an example text line.
26221  
26222 \begin_inset Box Boxed
26223 position "t"
26224 hor_pos "c"
26225 has_inner_box 1
26226 inner_pos "c"
26227 use_parbox 0
26228 width "12col%"
26229 special "none"
26230 height "1in"
26231 height_special "totalheight"
26232 status collapsed
26233
26234 \begin_layout Plain Layout
26235 \align center
26236 This box is top-aligned.
26237 \end_layout
26238
26239 \end_inset
26240
26241  This is an example text line.
26242 \end_layout
26243
26244 \begin_layout Description
26245 Middle This is an example text line.
26246  
26247 \begin_inset Box Boxed
26248 position "c"
26249 hor_pos "c"
26250 has_inner_box 1
26251 inner_pos "c"
26252 use_parbox 0
26253 width "12col%"
26254 special "none"
26255 height "1in"
26256 height_special "totalheight"
26257 status collapsed
26258
26259 \begin_layout Plain Layout
26260 \align center
26261 This box is middle-aligned.
26262 \end_layout
26263
26264 \end_inset
26265
26266  This is an example text line.
26267 \end_layout
26268
26269 \begin_layout Description
26270 Bottom This is an example text line.
26271  
26272 \begin_inset Box Boxed
26273 position "b"
26274 hor_pos "c"
26275 has_inner_box 1
26276 inner_pos "c"
26277 use_parbox 0
26278 width "12col%"
26279 special "none"
26280 height "1in"
26281 height_special "totalheight"
26282 status collapsed
26283
26284 \begin_layout Plain Layout
26285 \align center
26286 This box is bottom-aligned.
26287 \end_layout
26288
26289 \end_inset
26290
26291  This is an example text line.
26292 \end_layout
26293
26294 \begin_layout Standard
26295 \begin_inset Note Greyedout
26296 status open
26297
26298 \begin_layout Plain Layout
26299
26300 \series bold
26301 Note:
26302 \series default
26303  The vertical box aligment can be lost in the output when you have two boxes
26304  in a line and one has e.
26305 \begin_inset space \thinspace{}
26306 \end_inset
26307
26308 g.
26309 \begin_inset space ~
26310 \end_inset
26311
26312 a shadow and the other one not.
26313 \end_layout
26314
26315 \end_inset
26316
26317
26318 \end_layout
26319
26320 \begin_layout Standard
26321 The horizontal box alignment can be set via LyX's paragraph dialog when
26322  you set the box into its own paragraph.
26323 \end_layout
26324
26325 \begin_layout Standard
26326 \begin_inset VSpace bigskip
26327 \end_inset
26328
26329 When you have chosen an 
26330 \family sans
26331 Inner
26332 \begin_inset space ~
26333 \end_inset
26334
26335 Box
26336 \family default
26337 , the box content can be vertical aligned to:
26338 \end_layout
26339
26340 \begin_layout Description
26341 top This is an example text line.
26342  
26343 \begin_inset Box Boxed
26344 position "c"
26345 hor_pos "c"
26346 has_inner_box 1
26347 inner_pos "t"
26348 use_parbox 0
26349 width "12col%"
26350 special "none"
26351 height "1.5in"
26352 height_special "totalheight"
26353 status collapsed
26354
26355 \begin_layout Plain Layout
26356 \align center
26357 This box text is top-aligned.
26358 \end_layout
26359
26360 \end_inset
26361
26362  This is an example text line.
26363 \end_layout
26364
26365 \begin_layout Description
26366 middle This is an example text line.
26367  
26368 \begin_inset Box Boxed
26369 position "c"
26370 hor_pos "c"
26371 has_inner_box 1
26372 inner_pos "c"
26373 use_parbox 0
26374 width "12col%"
26375 special "none"
26376 height "1.5in"
26377 height_special "totalheight"
26378 status collapsed
26379
26380 \begin_layout Plain Layout
26381 \align center
26382 This box text is middle-aligned.
26383 \end_layout
26384
26385 \end_inset
26386
26387  This is an example text line.
26388 \end_layout
26389
26390 \begin_layout Description
26391 bottom This is an example text line.
26392  
26393 \begin_inset Box Boxed
26394 position "c"
26395 hor_pos "c"
26396 has_inner_box 1
26397 inner_pos "b"
26398 use_parbox 0
26399 width "12col%"
26400 special "none"
26401 height "1.5in"
26402 height_special "totalheight"
26403 status collapsed
26404
26405 \begin_layout Plain Layout
26406 \align center
26407 This box text is bottom-aligned.
26408 \end_layout
26409
26410 \end_inset
26411
26412  This is an example text line.
26413 \end_layout
26414
26415 \begin_layout Description
26416 stretch This is an example text line.
26417  
26418 \begin_inset Box Boxed
26419 position "c"
26420 hor_pos "c"
26421 has_inner_box 1
26422 inner_pos "s"
26423 use_parbox 0
26424 width "12col%"
26425 special "none"
26426 height "1.5in"
26427 height_special "totalheight"
26428 status collapsed
26429
26430 \begin_layout Plain Layout
26431 \align center
26432 This box
26433 \end_layout
26434
26435 \begin_layout Plain Layout
26436 \align center
26437 text is
26438 \end_layout
26439
26440 \begin_layout Plain Layout
26441 \align center
26442 stretched.
26443 \end_layout
26444
26445 \end_inset
26446
26447  This is an example text line.
26448 \end_layout
26449
26450 \begin_layout Standard
26451 To stretch the box content, it must consist of more than one paragraph.
26452  In the example above every text line is in an own paragraph.
26453 \end_layout
26454
26455 \begin_layout Standard
26456 \begin_inset VSpace bigskip
26457 \end_inset
26458
26459 To align the box content horizontally you can use LyX's paragraph dialog
26460  when you have chosen an 
26461 \family sans
26462 Inner
26463 \begin_inset space ~
26464 \end_inset
26465
26466 Box
26467 \family default
26468 .
26469 \end_layout
26470
26471 \begin_layout Standard
26472 \align center
26473 \begin_inset Box Boxed
26474 position "c"
26475 hor_pos "c"
26476 has_inner_box 1
26477 inner_pos "s"
26478 use_parbox 0
26479 width "15col%"
26480 special "none"
26481 height "1.25in"
26482 height_special "totalheight"
26483 status collapsed
26484
26485 \begin_layout Plain Layout
26486 \align left
26487 This box
26488 \end_layout
26489
26490 \begin_layout Plain Layout
26491 \align center
26492 text is
26493 \end_layout
26494
26495 \begin_layout Plain Layout
26496 \align right
26497 stretched.
26498 \end_layout
26499
26500 \end_inset
26501
26502
26503 \end_layout
26504
26505 \begin_layout Standard
26506 If you haven't set an 
26507 \family sans
26508 Inner
26509 \begin_inset space ~
26510 \end_inset
26511
26512 Box
26513 \family default
26514 , you can align the box content horizontally in the box dialog.
26515 \end_layout
26516
26517 \begin_layout Standard
26518 \align center
26519 \begin_inset Box Boxed
26520 position "c"
26521 hor_pos "s"
26522 has_inner_box 0
26523 inner_pos "s"
26524 use_parbox 0
26525 width "90col%"
26526 special "none"
26527 height "1.25in"
26528 height_special "totalheight"
26529 status collapsed
26530
26531 \begin_layout Plain Layout
26532 \align left
26533 This box text is horizontally stretched.
26534 \end_layout
26535
26536 \end_inset
26537
26538
26539 \end_layout
26540
26541 \begin_layout Subsection
26542 Decoration
26543 \begin_inset CommandInset label
26544 LatexCommand label
26545 name "sec:Decoration"
26546
26547 \end_inset
26548
26549
26550 \begin_inset Index
26551 status collapsed
26552
26553 \begin_layout Plain Layout
26554 Boxes ! Decoration
26555 \end_layout
26556
26557 \end_inset
26558
26559
26560 \end_layout
26561
26562 \begin_layout Standard
26563 The type of the box can be specified in the box-dialog in the drop-down
26564  list 
26565 \family sans
26566 Decoration
26567 \family default
26568 .
26569  The following types are possible:
26570 \end_layout
26571
26572 \begin_layout Description
26573 Simple
26574 \begin_inset space ~
26575 \end_inset
26576
26577 rectangular
26578 \begin_inset space ~
26579 \end_inset
26580
26581 frame This draws a rectangle frame around the box.
26582  The frame line thickness has the size of 
26583 \series bold
26584
26585 \backslash
26586 fboxrule
26587 \series default
26588 .
26589  
26590 \begin_inset Box Boxed
26591 position "c"
26592 hor_pos "c"
26593 has_inner_box 1
26594 inner_pos "c"
26595 use_parbox 0
26596 width "20col%"
26597 special "none"
26598 height "1in"
26599 height_special "totalheight"
26600 status collapsed
26601
26602 \begin_layout Plain Layout
26603 \align center
26604 Rectangular box
26605 \end_layout
26606
26607 \end_inset
26608
26609
26610 \end_layout
26611
26612 \begin_layout Description
26613 Allow
26614 \begin_inset space ~
26615 \end_inset
26616
26617 page
26618 \begin_inset space ~
26619 \end_inset
26620
26621 break When you use the decoration 
26622 \family sans
26623 simple rectangular frame
26624 \family default
26625  and no inner box, you can allow page breaks within a box.
26626  Note that then, in contrary to other framed boxes, the frame always uses
26627  the whole column width, the box is set as its own paragraph, and 
26628 \series bold
26629
26630 \backslash
26631 fboxrule
26632 \series default
26633  and 
26634 \series bold
26635
26636 \backslash
26637 fboxsep
26638 \series default
26639  has no effect on this box type.
26640  The frame line thickness has the size of 
26641 \series bold
26642
26643 \backslash
26644 FrameRule
26645 \series default
26646 .
26647  
26648 \begin_inset Box Framed
26649 position "t"
26650 hor_pos "c"
26651 has_inner_box 0
26652 inner_pos "t"
26653 use_parbox 0
26654 width "100col%"
26655 special "none"
26656 height "1in"
26657 height_special "totalheight"
26658 status collapsed
26659
26660 \begin_layout Plain Layout
26661 Allow page break box
26662 \end_layout
26663
26664 \end_inset
26665
26666
26667 \end_layout
26668
26669 \begin_layout Description
26670 Oval
26671 \begin_inset space ~
26672 \end_inset
26673
26674 box,
26675 \begin_inset space ~
26676 \end_inset
26677
26678 thin This draws an oval frame around the box.
26679  The frame line thickness has the size 0.4
26680 \begin_inset space \thinspace{}
26681 \end_inset
26682
26683 pt.
26684  
26685 \begin_inset Box ovalbox
26686 position "c"
26687 hor_pos "c"
26688 has_inner_box 1
26689 inner_pos "c"
26690 use_parbox 0
26691 width "20col%"
26692 special "none"
26693 height "1in"
26694 height_special "totalheight"
26695 status collapsed
26696
26697 \begin_layout Plain Layout
26698 \align center
26699 Oval box, thin
26700 \end_layout
26701
26702 \end_inset
26703
26704
26705 \end_layout
26706
26707 \begin_layout Description
26708 Oval
26709 \begin_inset space ~
26710 \end_inset
26711
26712 box,
26713 \begin_inset space ~
26714 \end_inset
26715
26716 thick This draws an oval frame around the box.
26717  The frame line thickness has the size 0.8
26718 \begin_inset space \thinspace{}
26719 \end_inset
26720
26721 pt.
26722  
26723 \begin_inset Box Ovalbox
26724 position "c"
26725 hor_pos "c"
26726 has_inner_box 1
26727 inner_pos "c"
26728 use_parbox 0
26729 width "20col%"
26730 special "none"
26731 height "1in"
26732 height_special "totalheight"
26733 status collapsed
26734
26735 \begin_layout Plain Layout
26736 \align center
26737 Oval box, thick
26738 \end_layout
26739
26740 \end_inset
26741
26742
26743 \end_layout
26744
26745 \begin_layout Description
26746 Drop
26747 \begin_inset space ~
26748 \end_inset
26749
26750 shadow This draws a rectangle frame with a shadow around the box.
26751  The frame line thickness has the size of 
26752 \series bold
26753
26754 \backslash
26755 fboxrule
26756 \series default
26757 , the shadow has a width of 4
26758 \begin_inset space \thinspace{}
26759 \end_inset
26760
26761 pt.
26762  
26763 \begin_inset Box Shadowbox
26764 position "c"
26765 hor_pos "c"
26766 has_inner_box 1
26767 inner_pos "c"
26768 use_parbox 0
26769 width "20col%"
26770 special "none"
26771 height "1in"
26772 height_special "totalheight"
26773 status collapsed
26774
26775 \begin_layout Plain Layout
26776 \align center
26777 Shadow box
26778 \end_layout
26779
26780 \end_inset
26781
26782
26783 \end_layout
26784
26785 \begin_layout Description
26786 Shaded
26787 \begin_inset space ~
26788 \end_inset
26789
26790 background This draws a box with red background color.
26791  In contrary to colored boxes
26792 \begin_inset Foot
26793 status collapsed
26794
26795 \begin_layout Plain Layout
26796 see sec.
26797 \begin_inset space \thinspace{}
26798 \end_inset
26799
26800
26801 \begin_inset CommandInset ref
26802 LatexCommand ref
26803 reference "sec:Colored-Boxes"
26804
26805 \end_inset
26806
26807
26808 \end_layout
26809
26810 \end_inset
26811
26812 , it always uses the whole column width and the box is set as its own paragraph.
26813  
26814 \begin_inset Box Shaded
26815 position "t"
26816 hor_pos "c"
26817 has_inner_box 0
26818 inner_pos "t"
26819 use_parbox 0
26820 width "50col%"
26821 special "none"
26822 height "1in"
26823 height_special "totalheight"
26824 status collapsed
26825
26826 \begin_layout Plain Layout
26827 Shaded background box
26828 \end_layout
26829
26830 \end_inset
26831
26832
26833 \end_layout
26834
26835 \begin_layout Description
26836 Double
26837 \begin_inset space ~
26838 \end_inset
26839
26840 rectangular
26841 \begin_inset space ~
26842 \end_inset
26843
26844 frame This draws a double-line rectangle frame around the box.
26845  The line thickness of the inner frame is 0.75
26846 \begin_inset space \thinspace{}
26847 \end_inset
26848
26849
26850 \series bold
26851
26852 \backslash
26853 fboxrule
26854 \series default
26855 , the thickness of the outer frame is 1.5
26856 \begin_inset space \thinspace{}
26857 \end_inset
26858
26859
26860 \series bold
26861
26862 \backslash
26863 fboxrule
26864 \series default
26865 .
26866  The distance between the lines is 1.5
26867 \begin_inset space \thinspace{}
26868 \end_inset
26869
26870
26871 \series bold
26872
26873 \backslash
26874 fboxrule
26875 \series default
26876
26877 \begin_inset space \thinspace{}
26878 \end_inset
26879
26880 +
26881 \begin_inset space \thinspace{}
26882 \end_inset
26883
26884 0.5
26885 \begin_inset space \thinspace{}
26886 \end_inset
26887
26888 pt.
26889  
26890 \begin_inset Box Doublebox
26891 position "c"
26892 hor_pos "c"
26893 has_inner_box 1
26894 inner_pos "c"
26895 use_parbox 0
26896 width "20col%"
26897 special "none"
26898 height "1in"
26899 height_special "totalheight"
26900 status collapsed
26901
26902 \begin_layout Plain Layout
26903 \align center
26904 Double rectangular box
26905 \end_layout
26906
26907 \end_inset
26908
26909
26910 \end_layout
26911
26912 \begin_layout Standard
26913 \begin_inset VSpace bigskip
26914 \end_inset
26915
26916 LyX's box label will reflect the different frame types.
26917  To be able to use all types, the LaTeX-package 
26918 \series bold
26919 fancybox
26920 \series default
26921
26922 \begin_inset Index
26923 status collapsed
26924
26925 \begin_layout Plain Layout
26926 LaTeX-packages ! fancybox
26927 \end_layout
26928
26929 \end_inset
26930
26931  must be installed.
26932 \end_layout
26933
26934 \begin_layout Section
26935 Box customization
26936 \begin_inset Index
26937 status collapsed
26938
26939 \begin_layout Plain Layout
26940 Boxes ! Customization
26941 \end_layout
26942
26943 \end_inset
26944
26945
26946 \end_layout
26947
26948 \begin_layout Standard
26949 The default value for the size 
26950 \series bold
26951
26952 \backslash
26953 fboxrule
26954 \series default
26955  is 0.4
26956 \begin_inset space \thinspace{}
26957 \end_inset
26958
26959 pt.
26960  It can be changed with the following command in TeX-Code to e.
26961 \begin_inset space \thinspace{}
26962 \end_inset
26963
26964 g.
26965 \begin_inset space ~
26966 \end_inset
26967
26968 2
26969 \begin_inset space \thinspace{}
26970 \end_inset
26971
26972 pt:
26973 \end_layout
26974
26975 \begin_layout Standard
26976
26977 \series bold
26978
26979 \backslash
26980 setlength{
26981 \backslash
26982 fboxrule}{2pt}
26983 \end_layout
26984
26985 \begin_layout Standard
26986 \begin_inset ERT
26987 status collapsed
26988
26989 \begin_layout Plain Layout
26990
26991
26992 \backslash
26993 setlength{
26994 \backslash
26995 fboxrule}{2pt}
26996 \end_layout
26997
26998 \end_inset
26999
27000
27001 \begin_inset Box Boxed
27002 position "c"
27003 hor_pos "c"
27004 has_inner_box 1
27005 inner_pos "c"
27006 use_parbox 0
27007 width "25col%"
27008 special "none"
27009 height "1in"
27010 height_special "totalheight"
27011 status open
27012
27013 \begin_layout Plain Layout
27014 \align center
27015 Rectangular box with 
27016 \series bold
27017
27018 \backslash
27019 fboxrule
27020 \series default
27021
27022 \begin_inset space \thinspace{}
27023 \end_inset
27024
27025 =
27026 \begin_inset space \thinspace{}
27027 \end_inset
27028
27029 2
27030 \begin_inset space \thinspace{}
27031 \end_inset
27032
27033 pt
27034 \end_layout
27035
27036 \end_inset
27037
27038
27039 \begin_inset ERT
27040 status collapsed
27041
27042 \begin_layout Plain Layout
27043
27044
27045 \backslash
27046 setlength{
27047 \backslash
27048 fboxrule}{0.4pt}
27049 \end_layout
27050
27051 \end_inset
27052
27053
27054 \end_layout
27055
27056 \begin_layout Standard
27057 \begin_inset VSpace bigskip
27058 \end_inset
27059
27060 The space between the frame and the box content is for all frame styles
27061  by default 3
27062 \begin_inset space \thinspace{}
27063 \end_inset
27064
27065 pt.
27066  You can change it by setting the length 
27067 \series bold
27068
27069 \backslash
27070 fboxsep
27071 \series default
27072  to another value.
27073  For example the command
27074 \end_layout
27075
27076 \begin_layout Standard
27077
27078 \series bold
27079
27080 \backslash
27081 setlength{
27082 \backslash
27083 fboxsep}{10pt}
27084 \end_layout
27085
27086 \begin_layout Standard
27087 sets the value to 10
27088 \begin_inset space \thinspace{}
27089 \end_inset
27090
27091 pt, like for the following box:
27092 \end_layout
27093
27094 \begin_layout Standard
27095 \begin_inset ERT
27096 status collapsed
27097
27098 \begin_layout Plain Layout
27099
27100
27101 \backslash
27102 setlength{
27103 \backslash
27104 fboxsep}{10pt}
27105 \end_layout
27106
27107 \end_inset
27108
27109
27110 \begin_inset Box Boxed
27111 position "c"
27112 hor_pos "c"
27113 has_inner_box 1
27114 inner_pos "c"
27115 use_parbox 0
27116 width "25col%"
27117 special "none"
27118 height "1in"
27119 height_special "totalheight"
27120 status open
27121
27122 \begin_layout Plain Layout
27123 \align center
27124 Rectangular box with 
27125 \series bold
27126
27127 \backslash
27128 fboxsep
27129 \series default
27130
27131 \begin_inset space \thinspace{}
27132 \end_inset
27133
27134 =
27135 \begin_inset space \thinspace{}
27136 \end_inset
27137
27138 10
27139 \begin_inset space \thinspace{}
27140 \end_inset
27141
27142 pt
27143 \end_layout
27144
27145 \end_inset
27146
27147
27148 \begin_inset ERT
27149 status collapsed
27150
27151 \begin_layout Plain Layout
27152
27153
27154 \backslash
27155 setlength{
27156 \backslash
27157 fboxsep}{3pt}
27158 \end_layout
27159
27160 \end_inset
27161
27162
27163 \end_layout
27164
27165 \begin_layout Standard
27166 \begin_inset VSpace bigskip
27167 \end_inset
27168
27169 The diameter of the round corners of the oval boxes can be set with the
27170  command 
27171 \series bold
27172
27173 \backslash
27174 cornersize
27175 \series default
27176 .
27177  The command
27178 \end_layout
27179
27180 \begin_layout Standard
27181
27182 \series bold
27183
27184 \backslash
27185 cornersize*{1cm}
27186 \end_layout
27187
27188 \begin_layout Standard
27189 sets the diameter to 1
27190 \begin_inset space \thinspace{}
27191 \end_inset
27192
27193 cm.
27194  The command
27195 \end_layout
27196
27197 \begin_layout Standard
27198
27199 \series bold
27200
27201 \backslash
27202 cornersize{num}
27203 \end_layout
27204
27205 \begin_layout Standard
27206 sets the diameter to 
27207 \family sans
27208 num
27209 \begin_inset space \thinspace{}
27210 \end_inset
27211
27212 ×
27213 \begin_inset space \thinspace{}
27214 \end_inset
27215
27216 minimum(width and heigth of box)
27217 \family default
27218 .
27219  The default is 
27220 \series bold
27221
27222 \backslash
27223 cornersize{0.5}
27224 \series default
27225 .
27226 \end_layout
27227
27228 \begin_layout Standard
27229 \begin_inset ERT
27230 status collapsed
27231
27232 \begin_layout Plain Layout
27233
27234
27235 \backslash
27236 cornersize*{1.5cm}
27237 \end_layout
27238
27239 \end_inset
27240
27241
27242 \begin_inset Box Ovalbox
27243 position "c"
27244 hor_pos "c"
27245 has_inner_box 1
27246 inner_pos "c"
27247 use_parbox 0
27248 width "25col%"
27249 special "none"
27250 height "1in"
27251 height_special "totalheight"
27252 status open
27253
27254 \begin_layout Plain Layout
27255 \align center
27256 Oval box with 
27257 \series bold
27258
27259 \backslash
27260 cornersize
27261 \series default
27262
27263 \begin_inset space \thinspace{}
27264 \end_inset
27265
27266 =
27267 \begin_inset space \thinspace{}
27268 \end_inset
27269
27270 1.5
27271 \begin_inset space \thinspace{}
27272 \end_inset
27273
27274 cm
27275 \end_layout
27276
27277 \end_inset
27278
27279
27280 \begin_inset ERT
27281 status collapsed
27282
27283 \begin_layout Plain Layout
27284
27285
27286 \backslash
27287 cornersize{0.5}
27288 \end_layout
27289
27290 \end_inset
27291
27292
27293 \end_layout
27294
27295 \begin_layout Standard
27296 \begin_inset VSpace bigskip
27297 \end_inset
27298
27299 The size of the shadow can be adjusted by changing the length 
27300 \series bold
27301
27302 \backslash
27303 shadowsize
27304 \series default
27305 .
27306  It it set to 2
27307 \begin_inset space \thinspace{}
27308 \end_inset
27309
27310 pt for the following box by this command:
27311 \end_layout
27312
27313 \begin_layout Standard
27314
27315 \series bold
27316
27317 \backslash
27318 setlength{
27319 \backslash
27320 shadowsize}{2pt}
27321 \end_layout
27322
27323 \begin_layout Standard
27324 \begin_inset ERT
27325 status collapsed
27326
27327 \begin_layout Plain Layout
27328
27329
27330 \backslash
27331 setlength{
27332 \backslash
27333 shadowsize}{2pt}
27334 \end_layout
27335
27336 \end_inset
27337
27338
27339 \begin_inset Box Shadowbox
27340 position "c"
27341 hor_pos "c"
27342 has_inner_box 1
27343 inner_pos "c"
27344 use_parbox 0
27345 width "25col%"
27346 special "none"
27347 height "1in"
27348 height_special "totalheight"
27349 status open
27350
27351 \begin_layout Plain Layout
27352 \align center
27353 Shadow box with 
27354 \series bold
27355
27356 \backslash
27357 shadowsize
27358 \series default
27359
27360 \begin_inset space \thinspace{}
27361 \end_inset
27362
27363 =
27364 \begin_inset space \thinspace{}
27365 \end_inset
27366
27367 2
27368 \begin_inset space \thinspace{}
27369 \end_inset
27370
27371 pt
27372 \end_layout
27373
27374 \end_inset
27375
27376
27377 \begin_inset ERT
27378 status collapsed
27379
27380 \begin_layout Plain Layout
27381
27382
27383 \backslash
27384 setlength{
27385 \backslash
27386 shadowsize}{4pt}
27387 \end_layout
27388
27389 \end_inset
27390
27391
27392 \end_layout
27393
27394 \begin_layout Standard
27395 \begin_inset VSpace bigskip
27396 \end_inset
27397
27398
27399 \end_layout
27400
27401 \begin_layout Standard
27402 The default value for the size 
27403 \series bold
27404
27405 \backslash
27406 FrameRule
27407 \series default
27408  is 0.4
27409 \begin_inset space \thinspace{}
27410 \end_inset
27411
27412 pt.
27413  The default space between the note content and the frame is 9
27414 \begin_inset space \thinspace{}
27415 \end_inset
27416
27417 pt and can be changed with the value of 
27418 \series bold
27419
27420 \backslash
27421 FrameSep
27422 \series default
27423 .
27424  For example the frame appearance of the following 
27425 \family sans
27426 box
27427 \family default
27428  is set with the TeX-Code commands
27429 \end_layout
27430
27431 \begin_layout Standard
27432
27433 \series bold
27434
27435 \backslash
27436 setlength{
27437 \backslash
27438 FrameRule}{5pt}
27439 \begin_inset Newline newline
27440 \end_inset
27441
27442
27443 \backslash
27444 setlength{
27445 \backslash
27446 FrameSep}{0.5cm}
27447 \end_layout
27448
27449 \begin_layout Standard
27450 \begin_inset ERT
27451 status collapsed
27452
27453 \begin_layout Plain Layout
27454
27455
27456 \backslash
27457 setlength{
27458 \backslash
27459 FrameRule}{5pt}
27460 \end_layout
27461
27462 \begin_layout Plain Layout
27463
27464
27465 \backslash
27466 setlength{
27467 \backslash
27468 FrameSep}{0.5cm}
27469 \end_layout
27470
27471 \end_inset
27472
27473
27474 \begin_inset Box Framed
27475 position "t"
27476 hor_pos "c"
27477 has_inner_box 0
27478 inner_pos "t"
27479 use_parbox 0
27480 width "100col%"
27481 special "none"
27482 height "1in"
27483 height_special "totalheight"
27484 status open
27485
27486 \begin_layout Plain Layout
27487 This is text in an 
27488 \family sans
27489 allow page break
27490 \family default
27491  box.
27492 \end_layout
27493
27494 \end_inset
27495
27496
27497 \begin_inset ERT
27498 status collapsed
27499
27500 \begin_layout Plain Layout
27501
27502
27503 \backslash
27504 setlength{
27505 \backslash
27506 FrameRule}{0.4pt}
27507 \end_layout
27508
27509 \begin_layout Plain Layout
27510
27511
27512 \backslash
27513 setlength{
27514 \backslash
27515 FrameSep}{9pt}
27516 \end_layout
27517
27518 \end_inset
27519
27520
27521 \end_layout
27522
27523 \begin_layout Standard
27524 \begin_inset VSpace bigskip
27525 \end_inset
27526
27527
27528 \end_layout
27529
27530 \begin_layout Standard
27531 For 
27532 \family sans
27533 shaded background
27534 \family default
27535  boxes the default space between the box content and the box border is 3
27536 \begin_inset space \thinspace{}
27537 \end_inset
27538
27539 pt and can be changed with the value of 
27540 \series bold
27541
27542 \backslash
27543 fboxsep
27544 \series default
27545 .
27546  The default background color red can either be changed locally with the
27547  command 
27548 \series bold
27549
27550 \backslash
27551 definecolor{shadebox}
27552 \series default
27553  or globally with the menu 
27554 \family sans
27555 Tools\SpecialChar \menuseparator
27556 Preferences\SpecialChar \menuseparator
27557 Colors\SpecialChar \menuseparator
27558 shaded
27559 \begin_inset space ~
27560 \end_inset
27561
27562 box
27563 \family default
27564 .
27565  The scheme of the 
27566 \series bold
27567
27568 \backslash
27569 definecolor
27570 \series default
27571  command is explained in section
27572 \begin_inset space ~
27573 \end_inset
27574
27575
27576 \begin_inset CommandInset ref
27577 LatexCommand ref
27578 reference "sec:Colored-Tables"
27579
27580 \end_inset
27581
27582 .
27583 \begin_inset Foot
27584 status collapsed
27585
27586 \begin_layout Plain Layout
27587 Note that 
27588 \series bold
27589
27590 \backslash
27591 definecolor
27592 \series default
27593  requires the LaTeX-package 
27594 \series bold
27595 color
27596 \series default
27597  in the preamble, see section
27598 \begin_inset space ~
27599 \end_inset
27600
27601
27602 \begin_inset CommandInset ref
27603 LatexCommand ref
27604 reference "sec:Colored-Boxes"
27605
27606 \end_inset
27607
27608 .
27609 \end_layout
27610
27611 \end_inset
27612
27613  For example the appearance of the following shaded background note is set
27614  with the TeX-Code commands
27615 \end_layout
27616
27617 \begin_layout Standard
27618
27619 \series bold
27620
27621 \backslash
27622 setlength{
27623 \backslash
27624 fboxsep}{0.5cm}
27625 \series default
27626
27627 \begin_inset Newline newline
27628 \end_inset
27629
27630
27631 \series bold
27632
27633 \backslash
27634 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27635 \end_layout
27636
27637 \begin_layout Standard
27638 \begin_inset ERT
27639 status collapsed
27640
27641 \begin_layout Plain Layout
27642
27643
27644 \backslash
27645 setlength{
27646 \backslash
27647 fboxsep}{0.5cm}
27648 \end_layout
27649
27650 \begin_layout Plain Layout
27651
27652
27653 \backslash
27654 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27655 \end_layout
27656
27657 \end_inset
27658
27659
27660 \begin_inset Box Shaded
27661 position "t"
27662 hor_pos "c"
27663 has_inner_box 0
27664 inner_pos "t"
27665 use_parbox 0
27666 width "100col%"
27667 special "none"
27668 height "1in"
27669 height_special "totalheight"
27670 status open
27671
27672 \begin_layout Plain Layout
27673
27674 \color yellow
27675 This is yellow text in a
27676 \color none
27677  
27678 \family sans
27679 \color yellow
27680 shaded background
27681 \family default
27682 \color none
27683  
27684 \color yellow
27685 box with dark green background.
27686 \end_layout
27687
27688 \end_inset
27689
27690
27691 \begin_inset ERT
27692 status collapsed
27693
27694 \begin_layout Plain Layout
27695
27696
27697 \backslash
27698 setlength{
27699 \backslash
27700 fboxsep}{3pt}
27701 \end_layout
27702
27703 \begin_layout Plain Layout
27704
27705
27706 \backslash
27707 definecolor{shadecolor}{rgb}{1,0,0}
27708 \end_layout
27709
27710 \end_inset
27711
27712
27713 \end_layout
27714
27715 \begin_layout Standard
27716 \begin_inset VSpace bigskip
27717 \end_inset
27718
27719 Changed lengths and widths are valid for all boxes following the commands
27720  that change them.
27721 \end_layout
27722
27723 \begin_layout Section
27724 Minipages
27725 \begin_inset CommandInset label
27726 LatexCommand label
27727 name "sec:Minipages"
27728
27729 \end_inset
27730
27731
27732 \begin_inset Index
27733 status collapsed
27734
27735 \begin_layout Plain Layout
27736 Boxes ! Minipages
27737 \end_layout
27738
27739 \end_inset
27740
27741
27742 \end_layout
27743
27744 \begin_layout Standard
27745 Minipages are treated by LaTeX as pages within pages and can therefore for
27746  example have their own footnotes.
27747 \end_layout
27748
27749 \begin_layout Standard
27750 Minipages are useful when you write documents with different languages.
27751 \end_layout
27752
27753 \begin_layout Standard
27754 Below are two example minipages side by side.
27755  Their width is set to 45
27756 \begin_inset space \thinspace{}
27757 \end_inset
27758
27759 col% and they are separated by a horizontal fill, that was inserted via
27760  the menu 
27761 \family sans
27762 Insert\SpecialChar \menuseparator
27763 Special
27764 \begin_inset space ~
27765 \end_inset
27766
27767 Formatting\SpecialChar \menuseparator
27768 Horizontal
27769 \begin_inset space ~
27770 \end_inset
27771
27772 Fill
27773 \family default
27774 .
27775 \begin_inset Newpage newpage
27776 \end_inset
27777
27778
27779 \end_layout
27780
27781 \begin_layout Standard
27782 \begin_inset Box Frameless
27783 position "t"
27784 hor_pos "c"
27785 has_inner_box 1
27786 inner_pos "c"
27787 use_parbox 0
27788 width "45col%"
27789 special "none"
27790 height "1in"
27791 height_special "totalheight"
27792 status open
27793
27794 \begin_layout Plain Layout
27795
27796 \lang german
27797 Dies ist ein deutscher Text.
27798  Dies ist ein deutscher Text.
27799  Dies ist ein deutscher Text.
27800  Dies ist ein deutscher Text.
27801  Dies ist ein deutscher Text.
27802  Dies ist ein deutscher Text.
27803  Dies ist ein deutscher Text.
27804  Dies ist ein deutscher Text.
27805  Dies ist ein deutscher Text.
27806  Dies ist ein deutscher Text.
27807  Dies ist ein deutscher Text.
27808  Dies ist ein deutscher Text.
27809  Dies ist ein deutscher Text
27810 \begin_inset Foot
27811 status collapsed
27812
27813 \begin_layout Plain Layout
27814
27815 \lang german
27816 Dies ist eine deutsche Fußnote.
27817 \end_layout
27818
27819 \end_inset
27820
27821 .
27822  Dies ist ein deutscher Text.
27823  Dies ist ein deutscher Text.
27824 \end_layout
27825
27826 \end_inset
27827
27828
27829 \begin_inset space \hfill{}
27830 \end_inset
27831
27832
27833 \begin_inset Box Frameless
27834 position "t"
27835 hor_pos "c"
27836 has_inner_box 1
27837 inner_pos "c"
27838 use_parbox 0
27839 width "45col%"
27840 special "none"
27841 height "1in"
27842 height_special "totalheight"
27843 status open
27844
27845 \begin_layout Plain Layout
27846 This is an English Text.
27847  This is an English Text.
27848  This is an English Text.
27849  This is an English Text.
27850  This is an English Text.
27851  This is an English Text.
27852  This is an English Text.
27853  This is an English Text.
27854  This is an English Text.
27855  This is an English Text.
27856  This is an English Text.
27857  This is an English Text.
27858  This is an English Text.
27859  This is an English Text.
27860  This is an English Text.
27861  This is an English Text.
27862 \begin_inset Foot
27863 status collapsed
27864
27865 \begin_layout Plain Layout
27866 This is an English footnote.
27867 \end_layout
27868
27869 \end_inset
27870
27871  This is an English Text.
27872  
27873 \end_layout
27874
27875 \end_inset
27876
27877
27878 \end_layout
27879
27880 \begin_layout Standard
27881 \begin_inset VSpace bigskip
27882 \end_inset
27883
27884 Another application for minipages are footnotes within tables.
27885  Due to a LaTeX restriction footnotes within tables doesn't appear at the
27886  bottom of the current page.
27887  But when you put the table with the footnote to a minipage, the footnote
27888  will appear at its bottom, numbered with Latin letters.
27889  The footnote number is reset to 1 in every minipage but not outside the
27890  minipages.
27891 \end_layout
27892
27893 \begin_layout Standard
27894 The footnote of this table doesn't appear: 
27895 \begin_inset Tabular
27896 <lyxtabular version="3" rows="3" columns="4">
27897 <features>
27898 <column alignment="center" valignment="top" width="0pt">
27899 <column alignment="center" valignment="top" width="0pt">
27900 <column alignment="center" valignment="top" width="0pt">
27901 <column alignment="center" valignment="top" width="0pt">
27902 <row>
27903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27904 \begin_inset Text
27905
27906 \begin_layout Plain Layout
27907 1
27908 \end_layout
27909
27910 \end_inset
27911 </cell>
27912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27913 \begin_inset Text
27914
27915 \begin_layout Plain Layout
27916 2
27917 \end_layout
27918
27919 \end_inset
27920 </cell>
27921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27922 \begin_inset Text
27923
27924 \begin_layout Plain Layout
27925 3
27926 \begin_inset Foot
27927 status collapsed
27928
27929 \begin_layout Plain Layout
27930 This is a footnote within a table.
27931 \end_layout
27932
27933 \end_inset
27934
27935
27936 \end_layout
27937
27938 \end_inset
27939 </cell>
27940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27941 \begin_inset Text
27942
27943 \begin_layout Plain Layout
27944 4
27945 \end_layout
27946
27947 \end_inset
27948 </cell>
27949 </row>
27950 <row>
27951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27952 \begin_inset Text
27953
27954 \begin_layout Plain Layout
27955 a
27956 \end_layout
27957
27958 \end_inset
27959 </cell>
27960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27961 \begin_inset Text
27962
27963 \begin_layout Plain Layout
27964 b
27965 \end_layout
27966
27967 \end_inset
27968 </cell>
27969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27970 \begin_inset Text
27971
27972 \begin_layout Plain Layout
27973 c
27974 \end_layout
27975
27976 \end_inset
27977 </cell>
27978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27979 \begin_inset Text
27980
27981 \begin_layout Plain Layout
27982 d
27983 \end_layout
27984
27985 \end_inset
27986 </cell>
27987 </row>
27988 <row>
27989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27990 \begin_inset Text
27991
27992 \begin_layout Plain Layout
27993 e
27994 \end_layout
27995
27996 \end_inset
27997 </cell>
27998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27999 \begin_inset Text
28000
28001 \begin_layout Plain Layout
28002 f
28003 \end_layout
28004
28005 \end_inset
28006 </cell>
28007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28008 \begin_inset Text
28009
28010 \begin_layout Plain Layout
28011 g
28012 \end_layout
28013
28014 \end_inset
28015 </cell>
28016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28017 \begin_inset Text
28018
28019 \begin_layout Plain Layout
28020 h
28021 \end_layout
28022
28023 \end_inset
28024 </cell>
28025 </row>
28026 </lyxtabular>
28027
28028 \end_inset
28029
28030
28031 \end_layout
28032
28033 \begin_layout Standard
28034 \align center
28035 \begin_inset Box Frameless
28036 position "t"
28037 hor_pos "c"
28038 has_inner_box 1
28039 inner_pos "c"
28040 use_parbox 0
28041 width "30col%"
28042 special "none"
28043 height "1in"
28044 height_special "totalheight"
28045 status open
28046
28047 \begin_layout Plain Layout
28048 \align center
28049 \begin_inset Tabular
28050 <lyxtabular version="3" rows="3" columns="4">
28051 <features>
28052 <column alignment="center" valignment="top" width="0pt">
28053 <column alignment="center" valignment="top" width="0pt">
28054 <column alignment="center" valignment="top" width="0pt">
28055 <column alignment="center" valignment="top" width="0pt">
28056 <row>
28057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28058 \begin_inset Text
28059
28060 \begin_layout Plain Layout
28061 1
28062 \end_layout
28063
28064 \end_inset
28065 </cell>
28066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28067 \begin_inset Text
28068
28069 \begin_layout Plain Layout
28070 2
28071 \end_layout
28072
28073 \end_inset
28074 </cell>
28075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28076 \begin_inset Text
28077
28078 \begin_layout Plain Layout
28079 3
28080 \begin_inset Foot
28081 status collapsed
28082
28083 \begin_layout Plain Layout
28084 This is a footnote within a table.
28085 \end_layout
28086
28087 \end_inset
28088
28089
28090 \end_layout
28091
28092 \end_inset
28093 </cell>
28094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28095 \begin_inset Text
28096
28097 \begin_layout Plain Layout
28098 4
28099 \end_layout
28100
28101 \end_inset
28102 </cell>
28103 </row>
28104 <row>
28105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28106 \begin_inset Text
28107
28108 \begin_layout Plain Layout
28109 a
28110 \end_layout
28111
28112 \end_inset
28113 </cell>
28114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28115 \begin_inset Text
28116
28117 \begin_layout Plain Layout
28118 b
28119 \end_layout
28120
28121 \end_inset
28122 </cell>
28123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28124 \begin_inset Text
28125
28126 \begin_layout Plain Layout
28127 c
28128 \end_layout
28129
28130 \end_inset
28131 </cell>
28132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28133 \begin_inset Text
28134
28135 \begin_layout Plain Layout
28136 d
28137 \end_layout
28138
28139 \end_inset
28140 </cell>
28141 </row>
28142 <row>
28143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28144 \begin_inset Text
28145
28146 \begin_layout Plain Layout
28147 e
28148 \end_layout
28149
28150 \end_inset
28151 </cell>
28152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28153 \begin_inset Text
28154
28155 \begin_layout Plain Layout
28156 f
28157 \end_layout
28158
28159 \end_inset
28160 </cell>
28161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28162 \begin_inset Text
28163
28164 \begin_layout Plain Layout
28165 g
28166 \end_layout
28167
28168 \end_inset
28169 </cell>
28170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28171 \begin_inset Text
28172
28173 \begin_layout Plain Layout
28174 h
28175 \end_layout
28176
28177 \end_inset
28178 </cell>
28179 </row>
28180 </lyxtabular>
28181
28182 \end_inset
28183
28184
28185 \end_layout
28186
28187 \end_inset
28188
28189
28190 \end_layout
28191
28192 \begin_layout Standard
28193 \begin_inset VSpace bigskip
28194 \end_inset
28195
28196 The document-wide paragraph settings are ignored within minipages.
28197  That means that there will be no space between paragraphs in minipages
28198  although you set it to e.
28199 \begin_inset space \thinspace{}
28200 \end_inset
28201
28202 g.
28203 \begin_inset space ~
28204 \end_inset
28205
28206
28207 \family sans
28208 MedSkip
28209 \family default
28210  in the document settings.
28211 \end_layout
28212
28213 \begin_layout Standard
28214 Minipages can also be used to set a background color for text parts, see
28215  section
28216 \begin_inset space ~
28217 \end_inset
28218
28219
28220 \begin_inset CommandInset ref
28221 LatexCommand ref
28222 reference "sub:Color-for-Paragraphs"
28223
28224 \end_inset
28225
28226 .
28227 \end_layout
28228
28229 \begin_layout Standard
28230 \begin_inset Note Greyedout
28231 status open
28232
28233 \begin_layout Plain Layout
28234
28235 \series bold
28236 Note:
28237 \series default
28238  You cannot have floats or margin notes inside minipages but minipages can
28239  be used inside tables, floats, and other boxes.
28240 \end_layout
28241
28242 \end_inset
28243
28244
28245 \end_layout
28246
28247 \begin_layout Section
28248 Parboxes
28249 \begin_inset CommandInset label
28250 LatexCommand label
28251 name "sec:Parboxes"
28252
28253 \end_inset
28254
28255
28256 \begin_inset Index
28257 status collapsed
28258
28259 \begin_layout Plain Layout
28260 Boxes ! Parboxes
28261 \end_layout
28262
28263 \end_inset
28264
28265
28266 \end_layout
28267
28268 \begin_layout Standard
28269 Parboxes are very similar to minipages with the difference that they cannot
28270  have footnotes.
28271  The main difference to minipages is that minipages are in contrary to parboxes
28272  no real boxes but LaTeX-environments.
28273 \end_layout
28274
28275 \begin_layout Standard
28276 \align center
28277 \begin_inset Box Frameless
28278 position "t"
28279 hor_pos "c"
28280 has_inner_box 1
28281 inner_pos "t"
28282 use_parbox 1
28283 width "33col%"
28284 special "none"
28285 height "1in"
28286 height_special "totalheight"
28287 status collapsed
28288
28289 \begin_layout Plain Layout
28290 This a text within a parbox.
28291  This a text within a parbox.
28292 \end_layout
28293
28294 \begin_layout Plain Layout
28295 This footnote won't appear:
28296 \begin_inset Foot
28297 status collapsed
28298
28299 \begin_layout Plain Layout
28300 This footnote is inside a parbox and will therefore not appear.
28301 \end_layout
28302
28303 \end_inset
28304
28305
28306 \end_layout
28307
28308 \end_inset
28309
28310
28311 \end_layout
28312
28313 \begin_layout Section
28314 Boxes for Words and Characters
28315 \begin_inset Index
28316 status collapsed
28317
28318 \begin_layout Plain Layout
28319 Boxes ! for Characters
28320 \end_layout
28321
28322 \end_inset
28323
28324
28325 \end_layout
28326
28327 \begin_layout Subsection
28328 Prevent Hyphenation
28329 \begin_inset CommandInset label
28330 LatexCommand label
28331 name "sec:Prevent-Hyphenation"
28332
28333 \end_inset
28334
28335
28336 \begin_inset Index
28337 status collapsed
28338
28339 \begin_layout Plain Layout
28340 Boxes ! to Prevent Hyphenation
28341 \end_layout
28342
28343 \end_inset
28344
28345
28346 \end_layout
28347
28348 \begin_layout Standard
28349 You can use a special kind of boxes to prevent words or text to be hyphenated.
28350 \begin_inset Newline newline
28351 \end_inset
28352
28353 Here is an example text:
28354 \end_layout
28355
28356 \begin_layout Standard
28357 This line is an example to show how you can prevent the hyphenation of 
28358 \begin_inset Quotes eld
28359 \end_inset
28360
28361 veryverylongword
28362 \begin_inset Quotes erd
28363 \end_inset
28364
28365 .
28366 \end_layout
28367
28368 \begin_layout Standard
28369 To prevent the hyphenation of the word 
28370 \begin_inset Quotes eld
28371 \end_inset
28372
28373 veryverylongword
28374 \begin_inset Quotes erd
28375 \end_inset
28376
28377 , add the command
28378 \end_layout
28379
28380 \begin_layout Standard
28381
28382 \series bold
28383
28384 \backslash
28385 mbox{
28386 \end_layout
28387
28388 \begin_layout Standard
28389 in TeX-Code before the word.
28390  Behind the word insert a closing brace 
28391 \begin_inset Quotes eld
28392 \end_inset
28393
28394
28395 \series bold
28396 }
28397 \series default
28398
28399 \begin_inset Quotes erd
28400 \end_inset
28401
28402  in TeX-Code.
28403 \end_layout
28404
28405 \begin_layout Standard
28406 This is the result:
28407 \end_layout
28408
28409 \begin_layout Standard
28410 This line is an example to show how you can prevent the hyphenation of 
28411 \begin_inset ERT
28412 status collapsed
28413
28414 \begin_layout Plain Layout
28415
28416
28417 \backslash
28418 mbox{
28419 \end_layout
28420
28421 \end_inset
28422
28423
28424 \begin_inset Quotes eld
28425 \end_inset
28426
28427 veryverylongword
28428 \begin_inset Quotes erd
28429 \end_inset
28430
28431 .
28432 \begin_inset ERT
28433 status collapsed
28434
28435 \begin_layout Plain Layout
28436
28437 }
28438 \end_layout
28439
28440 \end_inset
28441
28442
28443 \end_layout
28444
28445 \begin_layout Standard
28446 You can alternatively set the command 
28447 \begin_inset Quotes eld
28448 \end_inset
28449
28450
28451 \series bold
28452
28453 \backslash
28454 -
28455 \series default
28456
28457 \begin_inset Quotes grd
28458 \end_inset
28459
28460  as TeX-Code directly before the word:
28461 \end_layout
28462
28463 \begin_layout Standard
28464 This line is an example to show how you can prevent the hyphenation of 
28465 \begin_inset Quotes eld
28466 \end_inset
28467
28468
28469 \begin_inset ERT
28470 status collapsed
28471
28472 \begin_layout Plain Layout
28473
28474
28475 \backslash
28476 -
28477 \end_layout
28478
28479 \end_inset
28480
28481 veryverylongword
28482 \begin_inset Quotes erd
28483 \end_inset
28484
28485 .
28486 \end_layout
28487
28488 \begin_layout Standard
28489 Of course the word now protrudes over the side margin.
28490  To avoid this, add via the menu 
28491 \family sans
28492 Insert\SpecialChar \menuseparator
28493 Special
28494 \begin_inset space ~
28495 \end_inset
28496
28497 Formatting\SpecialChar \menuseparator
28498 Line
28499 \begin_inset space ~
28500 \end_inset
28501
28502 Break
28503 \family default
28504  (shortcut 
28505 \begin_inset Info
28506 type  "shortcut"
28507 arg   "newline-insert newline"
28508 \end_inset
28509
28510 ) a line break before the word:
28511 \end_layout
28512
28513 \begin_layout Standard
28514 This line is an example to show how you can prevent the hyphenation of 
28515 \begin_inset Newline newline
28516 \end_inset
28517
28518
28519 \begin_inset ERT
28520 status collapsed
28521
28522 \begin_layout Plain Layout
28523
28524
28525 \backslash
28526 mbox{
28527 \end_layout
28528
28529 \end_inset
28530
28531
28532 \begin_inset Quotes eld
28533 \end_inset
28534
28535 veryverylongword
28536 \begin_inset Quotes erd
28537 \end_inset
28538
28539 .
28540 \begin_inset ERT
28541 status collapsed
28542
28543 \begin_layout Plain Layout
28544
28545 }
28546 \end_layout
28547
28548 \end_inset
28549
28550
28551 \end_layout
28552
28553 \begin_layout Subsection
28554 Vertical Alignment
28555 \begin_inset CommandInset label
28556 LatexCommand label
28557 name "sub:Vertical-Alignment"
28558
28559 \end_inset
28560
28561
28562 \begin_inset Index
28563 status collapsed
28564
28565 \begin_layout Plain Layout
28566 Boxes ! for Vertical Alignment
28567 \end_layout
28568
28569 \end_inset
28570
28571
28572 \begin_inset Index
28573 status collapsed
28574
28575 \begin_layout Plain Layout
28576 Boxes ! Raiseboxes
28577 \end_layout
28578
28579 \end_inset
28580
28581
28582 \end_layout
28583
28584 \begin_layout Standard
28585 With the help of the command 
28586 \series bold
28587
28588 \backslash
28589 raisebox
28590 \series default
28591  you can align words, characters or other boxes vertically to the surrounding
28592  text.
28593  
28594 \series bold
28595
28596 \backslash
28597 raisebox
28598 \series default
28599  is used with the following scheme:
28600 \end_layout
28601
28602 \begin_layout Standard
28603
28604 \series bold
28605
28606 \backslash
28607 raisebox{lift}[height][depth]{box content}
28608 \end_layout
28609
28610 \begin_layout Standard
28611 The lift can be a positive value to raise the box or a negative value to
28612  lower the box.
28613 \end_layout
28614
28615 \begin_layout Standard
28616 To align for example the word 
28617 \begin_inset Quotes eld
28618 \end_inset
28619
28620 preventing
28621 \begin_inset Quotes erd
28622 \end_inset
28623
28624  so that the bottom of the 
28625 \begin_inset Quotes eld
28626 \end_inset
28627
28628 deepest
28629 \begin_inset Quotes erd
28630 \end_inset
28631
28632  character 
28633 \begin_inset Quotes eld
28634 \end_inset
28635
28636 p
28637 \begin_inset Quotes erd
28638 \end_inset
28639
28640  is at the baseline, insert the command
28641 \end_layout
28642
28643 \begin_layout Standard
28644
28645 \series bold
28646
28647 \backslash
28648 raisebox{
28649 \backslash
28650 depth}{
28651 \end_layout
28652
28653 \begin_layout Standard
28654 in TeX-Code before the word.
28655  Behind the word insert a closing brace 
28656 \begin_inset Quotes eld
28657 \end_inset
28658
28659
28660 \series bold
28661 }
28662 \series default
28663
28664 \begin_inset Quotes erd
28665 \end_inset
28666
28667  in TeX-Code.
28668 \begin_inset Newline newline
28669 \end_inset
28670
28671 This is the result:
28672 \end_layout
28673
28674 \begin_layout Standard
28675 This is a text line with the word 
28676 \begin_inset ERT
28677 status collapsed
28678
28679 \begin_layout Plain Layout
28680
28681
28682 \backslash
28683 raisebox{
28684 \backslash
28685 depth}{
28686 \end_layout
28687
28688 \end_inset
28689
28690
28691 \begin_inset Quotes eld
28692 \end_inset
28693
28694 preventing
28695 \begin_inset Quotes erd
28696 \end_inset
28697
28698
28699 \begin_inset ERT
28700 status collapsed
28701
28702 \begin_layout Plain Layout
28703
28704 }
28705 \end_layout
28706
28707 \end_inset
28708
28709  as raised word.
28710 \end_layout
28711
28712 \begin_layout Standard
28713 \begin_inset VSpace bigskip
28714 \end_inset
28715
28716 When you raise or lower characters in a line, the line distance will be
28717  spread:
28718 \end_layout
28719
28720 \begin_layout Standard
28721 This is a text line with the word 
28722 \begin_inset ERT
28723 status collapsed
28724
28725 \begin_layout Plain Layout
28726
28727
28728 \backslash
28729 raisebox{-
28730 \backslash
28731 depth}{
28732 \end_layout
28733
28734 \end_inset
28735
28736
28737 \begin_inset Quotes eld
28738 \end_inset
28739
28740 preventing
28741 \begin_inset Quotes erd
28742 \end_inset
28743
28744
28745 \begin_inset ERT
28746 status collapsed
28747
28748 \begin_layout Plain Layout
28749
28750 }
28751 \end_layout
28752
28753 \end_inset
28754
28755  as lowered word.
28756 \begin_inset Newline newline
28757 \end_inset
28758
28759 This is a text line with the word 
28760 \begin_inset ERT
28761 status collapsed
28762
28763 \begin_layout Plain Layout
28764
28765
28766 \backslash
28767 raisebox{0.5cm}{
28768 \end_layout
28769
28770 \end_inset
28771
28772
28773 \begin_inset Quotes eld
28774 \end_inset
28775
28776 testing
28777 \begin_inset Quotes erd
28778 \end_inset
28779
28780
28781 \begin_inset ERT
28782 status collapsed
28783
28784 \begin_layout Plain Layout
28785
28786 }
28787 \end_layout
28788
28789 \end_inset
28790
28791  as raised word.
28792 \end_layout
28793
28794 \begin_layout Standard
28795 If you want to prevent this for a certain reason, set the box height to
28796  a zero value.
28797  For example use
28798 \end_layout
28799
28800 \begin_layout Standard
28801
28802 \series bold
28803
28804 \backslash
28805 raisebox{-
28806 \backslash
28807 depth}[0pt]{
28808 \end_layout
28809
28810 \begin_layout Standard
28811 This is a text line with the word 
28812 \begin_inset ERT
28813 status collapsed
28814
28815 \begin_layout Plain Layout
28816
28817
28818 \backslash
28819 raisebox{-
28820 \backslash
28821 depth}[0pt]{
28822 \end_layout
28823
28824 \end_inset
28825
28826
28827 \begin_inset Quotes eld
28828 \end_inset
28829
28830 preventing
28831 \begin_inset Quotes erd
28832 \end_inset
28833
28834
28835 \begin_inset ERT
28836 status collapsed
28837
28838 \begin_layout Plain Layout
28839
28840 }
28841 \end_layout
28842
28843 \end_inset
28844
28845  as lowered word.
28846 \begin_inset Newline newline
28847 \end_inset
28848
28849 This is a text line with the word 
28850 \begin_inset ERT
28851 status collapsed
28852
28853 \begin_layout Plain Layout
28854
28855
28856 \backslash
28857 raisebox{0.5cm}[0pt]{
28858 \end_layout
28859
28860 \end_inset
28861
28862
28863 \begin_inset Quotes eld
28864 \end_inset
28865
28866 testing
28867 \begin_inset Quotes erd
28868 \end_inset
28869
28870
28871 \begin_inset ERT
28872 status collapsed
28873
28874 \begin_layout Plain Layout
28875
28876 }
28877 \end_layout
28878
28879 \end_inset
28880
28881  as raised word.
28882 \end_layout
28883
28884 \begin_layout Section
28885 Colored Boxes
28886 \begin_inset CommandInset label
28887 LatexCommand label
28888 name "sec:Colored-Boxes"
28889
28890 \end_inset
28891
28892
28893 \begin_inset Index
28894 status collapsed
28895
28896 \begin_layout Plain Layout
28897 Boxes ! Color
28898 \end_layout
28899
28900 \end_inset
28901
28902
28903 \end_layout
28904
28905 \begin_layout Subsection
28906 Color for Text
28907 \begin_inset Index
28908 status collapsed
28909
28910 \begin_layout Plain Layout
28911 Color ! for Text
28912 \end_layout
28913
28914 \end_inset
28915
28916
28917 \end_layout
28918
28919 \begin_layout Standard
28920 To color the background of text the text must be put into a so called 
28921 \begin_inset Quotes eld
28922 \end_inset
28923
28924 colorbox
28925 \begin_inset Quotes erd
28926 \end_inset
28927
28928 .
28929  This requires that the LaTeX-package 
28930 \series bold
28931 color
28932 \series default
28933
28934 \begin_inset Index
28935 status collapsed
28936
28937 \begin_layout Plain Layout
28938 LaTeX-packages ! color
28939 \end_layout
28940
28941 \end_inset
28942
28943  is loaded in the document preamble with the command
28944 \end_layout
28945
28946 \begin_layout Standard
28947
28948 \series bold
28949
28950 \backslash
28951 @ifundefined{textcolor}
28952 \begin_inset Newline newline
28953 \end_inset
28954
28955
28956 \begin_inset ERT
28957 status collapsed
28958
28959 \begin_layout Plain Layout
28960
28961
28962 \backslash
28963 hphantom{ }
28964 \end_layout
28965
28966 \end_inset
28967
28968 {
28969 \backslash
28970 usepackage{color}}{}
28971 \end_layout
28972
28973 \begin_layout Standard
28974 The package 
28975 \series bold
28976 color
28977 \series default
28978  will be loaded automatically by LyX when you color text
28979 \begin_inset Foot
28980 status collapsed
28981
28982 \begin_layout Plain Layout
28983 To avoid that it is loaded twice the command 
28984 \series bold
28985
28986 \backslash
28987 @ifundefined
28988 \series default
28989  is used.
28990 \end_layout
28991
28992 \end_inset
28993
28994 .
28995 \end_layout
28996
28997 \begin_layout Standard
28998 \begin_inset VSpace medskip
28999 \end_inset
29000
29001 Colorboxes are created with the command 
29002 \series bold
29003
29004 \backslash
29005 colorbox
29006 \series default
29007 .
29008  This will be used with the following scheme:
29009 \end_layout
29010
29011 \begin_layout Standard
29012
29013 \series bold
29014
29015 \backslash
29016 colorbox{color}{box content}
29017 \end_layout
29018
29019 \begin_layout Standard
29020 The box content can also be a box and colorboxes can also be within other
29021  boxes.
29022 \end_layout
29023
29024 \begin_layout Standard
29025 The following colors are predefined:
29026 \begin_inset Newline newline
29027 \end_inset
29028
29029
29030 \family sans
29031 black
29032 \family default
29033
29034 \family sans
29035 blue
29036 \family default
29037
29038 \family sans
29039 cyan
29040 \family default
29041 \series bold
29042 ,
29043 \series default
29044  
29045 \family sans
29046 green
29047 \family default
29048
29049 \family sans
29050 magenta
29051 \family default
29052
29053 \family sans
29054 red
29055 \family default
29056
29057 \family sans
29058 white
29059 \family default
29060 , and 
29061 \family sans
29062 yellow
29063 \family default
29064 .
29065 \begin_inset Newline newline
29066 \end_inset
29067
29068 You can also define your own color as described in section
29069 \begin_inset space ~
29070 \end_inset
29071
29072
29073 \begin_inset CommandInset ref
29074 LatexCommand ref
29075 reference "sec:Colored-Tables"
29076
29077 \end_inset
29078
29079 .
29080 \end_layout
29081
29082 \begin_layout Standard
29083 To have e.
29084 \begin_inset space \thinspace{}
29085 \end_inset
29086
29087 g.
29088 \begin_inset space ~
29089 \end_inset
29090
29091 a red background for a word, insert the command
29092 \end_layout
29093
29094 \begin_layout Standard
29095
29096 \series bold
29097
29098 \backslash
29099 colorbox{red}{
29100 \end_layout
29101
29102 \begin_layout Standard
29103 before the word in TeX-Code.
29104  Behind the word insert a closing brace 
29105 \begin_inset Quotes eld
29106 \end_inset
29107
29108
29109 \series bold
29110 }
29111 \series default
29112
29113 \begin_inset Quotes erd
29114 \end_inset
29115
29116  in TeX-Code.
29117 \begin_inset Newline newline
29118 \end_inset
29119
29120 This is the result:
29121 \end_layout
29122
29123 \begin_layout Standard
29124 This is a line where the word 
29125 \begin_inset ERT
29126 status collapsed
29127
29128 \begin_layout Plain Layout
29129
29130
29131 \backslash
29132 colorbox{red}{
29133 \end_layout
29134
29135 \end_inset
29136
29137
29138 \begin_inset Quotes eld
29139 \end_inset
29140
29141 Attention!
29142 \begin_inset Quotes erd
29143 \end_inset
29144
29145
29146 \begin_inset ERT
29147 status collapsed
29148
29149 \begin_layout Plain Layout
29150
29151 }
29152 \end_layout
29153
29154 \end_inset
29155
29156  has a red background.
29157 \end_layout
29158
29159 \begin_layout Standard
29160 \begin_inset VSpace bigskip
29161 \end_inset
29162
29163 If you would have the box frame in a different color, you can use the command
29164  
29165 \series bold
29166
29167 \backslash
29168 fcolorbox
29169 \series default
29170  with the following scheme:
29171 \end_layout
29172
29173 \begin_layout Standard
29174
29175 \series bold
29176
29177 \backslash
29178 fcolorbox{frame color}{box color}{box content}
29179 \end_layout
29180
29181 \begin_layout Standard
29182
29183 \series bold
29184
29185 \backslash
29186 fcolorbox
29187 \series default
29188  is an extension to 
29189 \series bold
29190
29191 \backslash
29192 colorbox
29193 \series default
29194 .
29195  The frame thickness and the space between the frame and the box content
29196  can be adjusted with the lengths 
29197 \series bold
29198
29199 \backslash
29200 fboxrule
29201 \series default
29202  and 
29203 \series bold
29204
29205 \backslash
29206 fboxsep
29207 \series default
29208 , respectively, as described in section
29209 \begin_inset space ~
29210 \end_inset
29211
29212
29213 \begin_inset CommandInset ref
29214 LatexCommand ref
29215 reference "sec:Decoration"
29216
29217 \end_inset
29218
29219 .
29220 \end_layout
29221
29222 \begin_layout Standard
29223 For the following example the command
29224 \end_layout
29225
29226 \begin_layout Standard
29227
29228 \series bold
29229
29230 \backslash
29231 fcolorbox{cyan}{magenta}{
29232 \end_layout
29233
29234 \begin_layout Standard
29235 was used.
29236 \end_layout
29237
29238 \begin_layout Standard
29239 Here is an example where the frame line thickness was set to 1
29240 \begin_inset space \thinspace{}
29241 \end_inset
29242
29243 mm:
29244 \begin_inset Newline newline
29245 \end_inset
29246
29247
29248 \begin_inset ERT
29249 status collapsed
29250
29251 \begin_layout Plain Layout
29252
29253
29254 \backslash
29255 fboxrule 1mm 
29256 \backslash
29257 fboxsep 1mm
29258 \end_layout
29259
29260 \end_inset
29261
29262
29263 \begin_inset ERT
29264 status collapsed
29265
29266 \begin_layout Plain Layout
29267
29268
29269 \backslash
29270 fcolorbox{cyan}{magenta}{
29271 \end_layout
29272
29273 \end_inset
29274
29275 This is text within a colored, framed box.
29276 \begin_inset ERT
29277 status collapsed
29278
29279 \begin_layout Plain Layout
29280
29281 }
29282 \end_layout
29283
29284 \end_inset
29285
29286
29287 \end_layout
29288
29289 \begin_layout Standard
29290 \begin_inset VSpace bigskip
29291 \end_inset
29292
29293 Of course you can also have colored text inside a colorbox:
29294 \begin_inset Newline newline
29295 \end_inset
29296
29297
29298 \begin_inset ERT
29299 status collapsed
29300
29301 \begin_layout Plain Layout
29302
29303
29304 \backslash
29305 fcolorbox{cyan}{magenta}{
29306 \end_layout
29307
29308 \end_inset
29309
29310
29311 \color yellow
29312 This is colored text within a colored, framed box.
29313 \color none
29314
29315 \begin_inset ERT
29316 status collapsed
29317
29318 \begin_layout Plain Layout
29319
29320 }
29321 \end_layout
29322
29323 \end_inset
29324
29325
29326 \begin_inset ERT
29327 status collapsed
29328
29329 \begin_layout Plain Layout
29330
29331
29332 \backslash
29333 fboxrule 0.4pt 
29334 \backslash
29335 fboxsep 3pt
29336 \end_layout
29337
29338 \end_inset
29339
29340
29341 \end_layout
29342
29343 \begin_layout Standard
29344
29345 \series bold
29346 \begin_inset VSpace medskip
29347 \end_inset
29348
29349
29350 \end_layout
29351
29352 \begin_layout Standard
29353 \begin_inset Note Greyedout
29354 status open
29355
29356 \begin_layout Plain Layout
29357
29358 \series bold
29359 Note:
29360 \series default
29361  Text in colorboxes cannot have line breaks.
29362  To color multiple text lines or paragraphs, use a box inside a colorbox
29363  as described in the following.
29364 \end_layout
29365
29366 \end_inset
29367
29368
29369 \end_layout
29370
29371 \begin_layout Subsection
29372 Color for Paragraphs
29373 \begin_inset CommandInset label
29374 LatexCommand label
29375 name "sub:Color-for-Paragraphs"
29376
29377 \end_inset
29378
29379
29380 \begin_inset Index
29381 status collapsed
29382
29383 \begin_layout Plain Layout
29384 Color ! for Paragraphs
29385 \end_layout
29386
29387 \end_inset
29388
29389
29390 \end_layout
29391
29392 \begin_layout Standard
29393 To set the background color for more than one text line, put the text into
29394  a minipage.
29395  Before the minipage insert the 
29396 \series bold
29397
29398 \backslash
29399 colorbox
29400 \series default
29401  command
29402 \end_layout
29403
29404 \begin_layout Standard
29405
29406 \series bold
29407
29408 \backslash
29409 colorbox{color}{
29410 \end_layout
29411
29412 \begin_layout Standard
29413 in TeX-Code.
29414  Behind the minipage insert a closing brace 
29415 \begin_inset Quotes eld
29416 \end_inset
29417
29418
29419 \series bold
29420 }
29421 \series default
29422
29423 \begin_inset Quotes erd
29424 \end_inset
29425
29426  in TeX-Code.
29427 \end_layout
29428
29429 \begin_layout Standard
29430 \begin_inset ERT
29431 status collapsed
29432
29433 \begin_layout Plain Layout
29434
29435
29436 \backslash
29437 colorbox{lightgrey}{
29438 \end_layout
29439
29440 \end_inset
29441
29442
29443 \begin_inset Box Frameless
29444 position "t"
29445 hor_pos "c"
29446 has_inner_box 1
29447 inner_pos "t"
29448 use_parbox 0
29449 width "100col%"
29450 special "none"
29451 height "1in"
29452 height_special "totalheight"
29453 status collapsed
29454
29455 \begin_layout Plain Layout
29456 This is text with background color.
29457  This is text with background color.
29458 \end_layout
29459
29460 \begin_layout Plain Layout
29461 \begin_inset VSpace defskip
29462 \end_inset
29463
29464 The text can have footnotes
29465 \begin_inset Foot
29466 status collapsed
29467
29468 \begin_layout Plain Layout
29469 Another example footnote
29470 \end_layout
29471
29472 \end_inset
29473
29474  and can include tables and figures.
29475 \end_layout
29476
29477 \begin_layout Plain Layout
29478 \align center
29479 \begin_inset Tabular
29480 <lyxtabular version="3" rows="3" columns="3">
29481 <features>
29482 <column alignment="center" valignment="top" width="0">
29483 <column alignment="center" valignment="top" width="0">
29484 <column alignment="center" valignment="top" width="0">
29485 <row>
29486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29487 \begin_inset Text
29488
29489 \begin_layout Plain Layout
29490 a
29491 \end_layout
29492
29493 \end_inset
29494 </cell>
29495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29496 \begin_inset Text
29497
29498 \begin_layout Plain Layout
29499 !
29500 \end_layout
29501
29502 \end_inset
29503 </cell>
29504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29505 \begin_inset Text
29506
29507 \begin_layout Plain Layout
29508 3
29509 \end_layout
29510
29511 \end_inset
29512 </cell>
29513 </row>
29514 <row>
29515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29516 \begin_inset Text
29517
29518 \begin_layout Plain Layout
29519 <
29520 \end_layout
29521
29522 \end_inset
29523 </cell>
29524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29525 \begin_inset Text
29526
29527 \begin_layout Plain Layout
29528 b2
29529 \begin_inset Quotes erd
29530 \end_inset
29531
29532 |
29533 \end_layout
29534
29535 \end_inset
29536 </cell>
29537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29538 \begin_inset Text
29539
29540 \begin_layout Plain Layout
29541 >
29542 \end_layout
29543
29544 \end_inset
29545 </cell>
29546 </row>
29547 <row>
29548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29549 \begin_inset Text
29550
29551 \begin_layout Plain Layout
29552 1
29553 \end_layout
29554
29555 \end_inset
29556 </cell>
29557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29558 \begin_inset Text
29559
29560 \begin_layout Plain Layout
29561 §
29562 \end_layout
29563
29564 \end_inset
29565 </cell>
29566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29567 \begin_inset Text
29568
29569 \begin_layout Plain Layout
29570 c
29571 \end_layout
29572
29573 \end_inset
29574 </cell>
29575 </row>
29576 </lyxtabular>
29577
29578 \end_inset
29579
29580
29581 \end_layout
29582
29583 \end_inset
29584
29585
29586 \begin_inset ERT
29587 status collapsed
29588
29589 \begin_layout Plain Layout
29590
29591 }
29592 \end_layout
29593
29594 \end_inset
29595
29596
29597 \end_layout
29598
29599 \begin_layout Section
29600 Rotated and Scaled Boxes
29601 \end_layout
29602
29603 \begin_layout Standard
29604 To use the the commands described in this section, the LaTeX-package 
29605 \series bold
29606 graphicx
29607 \series default
29608
29609 \begin_inset Index
29610 status collapsed
29611
29612 \begin_layout Plain Layout
29613 LaTeX-packages ! graphicx
29614 \end_layout
29615
29616 \end_inset
29617
29618  needs to be loaded in the document preamble with the command
29619 \end_layout
29620
29621 \begin_layout Standard
29622
29623 \series bold
29624
29625 \backslash
29626 @ifundefined{rotatebox}
29627 \begin_inset Newline newline
29628 \end_inset
29629
29630
29631 \begin_inset ERT
29632 status collapsed
29633
29634 \begin_layout Plain Layout
29635
29636
29637 \backslash
29638 hphantom{ }
29639 \end_layout
29640
29641 \end_inset
29642
29643 {
29644 \backslash
29645 usepackage{graphicx}}{}
29646 \end_layout
29647
29648 \begin_layout Standard
29649 \begin_inset Note Greyedout
29650 status open
29651
29652 \begin_layout Plain Layout
29653
29654 \series bold
29655 Note:
29656 \series default
29657  Some DVI-viewers can't display rotated or scaled material.
29658 \end_layout
29659
29660 \end_inset
29661
29662
29663 \end_layout
29664
29665 \begin_layout Standard
29666 \begin_inset Note Greyedout
29667 status open
29668
29669 \begin_layout Plain Layout
29670
29671 \series bold
29672 Note:
29673 \series default
29674  Floats mustn't be inside a rotated or scaled box.
29675 \end_layout
29676
29677 \end_inset
29678
29679
29680 \end_layout
29681
29682 \begin_layout Subsection
29683 Rotated Boxes
29684 \begin_inset Index
29685 status collapsed
29686
29687 \begin_layout Plain Layout
29688 Boxes ! rotated
29689 \end_layout
29690
29691 \end_inset
29692
29693
29694 \begin_inset Index
29695 status collapsed
29696
29697 \begin_layout Plain Layout
29698 Rotated material
29699 \end_layout
29700
29701 \end_inset
29702
29703
29704 \begin_inset Index
29705 status collapsed
29706
29707 \begin_layout Plain Layout
29708 Figures ! rotated
29709 \end_layout
29710
29711 \end_inset
29712
29713
29714 \begin_inset Index
29715 status collapsed
29716
29717 \begin_layout Plain Layout
29718 Table Customization ! Rotating
29719 \end_layout
29720
29721 \end_inset
29722
29723
29724 \end_layout
29725
29726 \begin_layout Standard
29727 To rotate material, you can put it into a rotated box.
29728  Such a box is created using the command 
29729 \series bold
29730
29731 \backslash
29732 rotatebox
29733 \series default
29734  in TeX-Code with the following scheme:
29735 \end_layout
29736
29737 \begin_layout Standard
29738
29739 \series bold
29740
29741 \backslash
29742 rotatebox[rotation origin]{rotation angle}{box content}
29743 \end_layout
29744
29745 \begin_layout Standard
29746 The rotation origin is specified in the form 
29747 \series bold
29748 origin=position
29749 \series default
29750 .
29751  The following positions are possible: 
29752 \emph on
29753 c
29754 \emph default
29755  (center), 
29756 \emph on
29757 l
29758 \emph default
29759  (left), 
29760 \emph on
29761 r
29762 \emph default
29763  (right), 
29764 \emph on
29765 b
29766 \emph default
29767  (bottom), 
29768 \emph on
29769 t
29770 \emph default
29771  (top), and also expedient combinations of the four base positions.
29772  For example 
29773 \emph on
29774 lt
29775 \emph default
29776  means, that the rotation origin is at the top left corner of the box.
29777  When no rotation origin is specified, the position 
29778 \emph on
29779 l
29780 \emph default
29781  will be used.
29782  The rotation angle is a number that can be negative that specifies the
29783  angle in degrees.
29784  The rotation direction is counterclockwise.
29785 \end_layout
29786
29787 \begin_layout Standard
29788 In the following example the command 
29789 \series bold
29790
29791 \backslash
29792 rotatebox[origin=c]{60}{
29793 \series default
29794  was inserted as TeX-Code before the text 
29795 \begin_inset Quotes eld
29796 \end_inset
29797
29798 with rotated
29799 \begin_inset Quotes erd
29800 \end_inset
29801
29802 ; after the text the box was closed by a closing brace 
29803 \series bold
29804 }
29805 \series default
29806  in TeX-Code.
29807 \end_layout
29808
29809 \begin_layout Standard
29810 This is a line 
29811 \begin_inset ERT
29812 status collapsed
29813
29814 \begin_layout Plain Layout
29815
29816
29817 \backslash
29818 rotatebox[origin=c]{60}{
29819 \end_layout
29820
29821 \end_inset
29822
29823 with rotated
29824 \begin_inset ERT
29825 status collapsed
29826
29827 \begin_layout Plain Layout
29828
29829 }
29830 \end_layout
29831
29832 \end_inset
29833
29834  text.
29835 \end_layout
29836
29837 \begin_layout Standard
29838 The box content can also be another box or an inline formula:
29839 \end_layout
29840
29841 \begin_layout Standard
29842 This is a line
29843 \begin_inset ERT
29844 status collapsed
29845
29846 \begin_layout Plain Layout
29847
29848
29849 \backslash
29850 rotatebox[origin=r]{-60}{
29851 \end_layout
29852
29853 \end_inset
29854
29855
29856 \begin_inset Box Doublebox
29857 position "c"
29858 hor_pos "c"
29859 has_inner_box 0
29860 inner_pos "c"
29861 use_parbox 0
29862 width "1in"
29863 special "width"
29864 height "1in"
29865 height_special "totalheight"
29866 status collapsed
29867
29868 \begin_layout Plain Layout
29869 with rotated
29870 \end_layout
29871
29872 \end_inset
29873
29874
29875 \begin_inset ERT
29876 status collapsed
29877
29878 \begin_layout Plain Layout
29879
29880 }
29881 \end_layout
29882
29883 \end_inset
29884
29885  framed text 
29886 \begin_inset ERT
29887 status collapsed
29888
29889 \begin_layout Plain Layout
29890
29891
29892 \backslash
29893 rotatebox[origin=lb]{60}{
29894 \end_layout
29895
29896 \end_inset
29897
29898
29899 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29900 \end_inset
29901
29902
29903 \begin_inset ERT
29904 status collapsed
29905
29906 \begin_layout Plain Layout
29907
29908 }
29909 \end_layout
29910
29911 \end_inset
29912
29913  and a formula.
29914 \end_layout
29915
29916 \begin_layout Standard
29917 or an image or table:
29918 \end_layout
29919
29920 \begin_layout Standard
29921 This is a line
29922 \begin_inset ERT
29923 status collapsed
29924
29925 \begin_layout Plain Layout
29926
29927
29928 \backslash
29929 rotatebox[origin=lb]{90}{
29930 \end_layout
29931
29932 \end_inset
29933
29934
29935 \begin_inset Graphics
29936         filename clipart/platypus.eps
29937         lyxscale 50
29938         width 25col%
29939
29940 \end_inset
29941
29942
29943 \begin_inset ERT
29944 status collapsed
29945
29946 \begin_layout Plain Layout
29947
29948 }
29949 \end_layout
29950
29951 \end_inset
29952
29953  with a rotated image 
29954 \begin_inset ERT
29955 status collapsed
29956
29957 \begin_layout Plain Layout
29958
29959
29960 \backslash
29961 rotatebox[origin=l]{-90}{
29962 \end_layout
29963
29964 \end_inset
29965
29966
29967 \begin_inset Tabular
29968 <lyxtabular version="3" rows="2" columns="2">
29969 <features>
29970 <column alignment="center" valignment="top" width="0">
29971 <column alignment="center" valignment="top" width="0">
29972 <row>
29973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29974 \begin_inset Text
29975
29976 \begin_layout Plain Layout
29977 q
29978 \end_layout
29979
29980 \end_inset
29981 </cell>
29982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29983 \begin_inset Text
29984
29985 \begin_layout Plain Layout
29986 w
29987 \end_layout
29988
29989 \end_inset
29990 </cell>
29991 </row>
29992 <row>
29993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29994 \begin_inset Text
29995
29996 \begin_layout Plain Layout
29997 e
29998 \end_layout
29999
30000 \end_inset
30001 </cell>
30002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30003 \begin_inset Text
30004
30005 \begin_layout Plain Layout
30006 r
30007 \end_layout
30008
30009 \end_inset
30010 </cell>
30011 </row>
30012 </lyxtabular>
30013
30014 \end_inset
30015
30016
30017 \begin_inset ERT
30018 status collapsed
30019
30020 \begin_layout Plain Layout
30021
30022 }
30023 \end_layout
30024
30025 \end_inset
30026
30027  and table.
30028 \end_layout
30029
30030 \begin_layout Subsection
30031 Scaled Boxes
30032 \begin_inset Index
30033 status collapsed
30034
30035 \begin_layout Plain Layout
30036 Boxes ! scaled
30037 \end_layout
30038
30039 \end_inset
30040
30041
30042 \begin_inset Index
30043 status collapsed
30044
30045 \begin_layout Plain Layout
30046 Scaled material
30047 \end_layout
30048
30049 \end_inset
30050
30051
30052 \begin_inset Index
30053 status collapsed
30054
30055 \begin_layout Plain Layout
30056 Figures ! scaled
30057 \end_layout
30058
30059 \end_inset
30060
30061
30062 \begin_inset Index
30063 status collapsed
30064
30065 \begin_layout Plain Layout
30066 Table Customization ! Scaling
30067 \end_layout
30068
30069 \end_inset
30070
30071
30072 \end_layout
30073
30074 \begin_layout Standard
30075 To scale material the commands 
30076 \series bold
30077
30078 \backslash
30079 scalebox
30080 \series default
30081  and 
30082 \series bold
30083
30084 \backslash
30085 resizebox
30086 \series default
30087  can be used as TeX-Code.
30088 \end_layout
30089
30090 \begin_layout Standard
30091
30092 \series bold
30093
30094 \backslash
30095 scalebox
30096 \series default
30097  is used with the following scheme:
30098 \end_layout
30099
30100 \begin_layout Standard
30101
30102 \series bold
30103
30104 \backslash
30105 scalebox{horizontal}[vertical]{box content}
30106 \end_layout
30107
30108 \begin_layout Standard
30109 Horizontal and vertical are the corresponding scaling factors.
30110  If no vertical scaling factor is given, the horizontal factor will also
30111  be used as vertical one.
30112 \end_layout
30113
30114 \begin_layout Standard
30115 The command 
30116 \series bold
30117
30118 \backslash
30119 scalebox{2}{Hello}
30120 \series default
30121  creates for example a double size 
30122 \begin_inset ERT
30123 status collapsed
30124
30125 \begin_layout Plain Layout
30126
30127
30128 \backslash
30129 scalebox{2}{
30130 \end_layout
30131
30132 \end_inset
30133
30134 Hello
30135 \begin_inset ERT
30136 status collapsed
30137
30138 \begin_layout Plain Layout
30139
30140 }
30141 \end_layout
30142
30143 \end_inset
30144
30145 , compared to the document text size.
30146 \end_layout
30147
30148 \begin_layout Standard
30149
30150 \series bold
30151
30152 \backslash
30153 scalebox{2}[1]{Hello}
30154 \series default
30155  in contrary distorts the 
30156 \begin_inset ERT
30157 status collapsed
30158
30159 \begin_layout Plain Layout
30160
30161
30162 \backslash
30163 scalebox{2}[1]{
30164 \end_layout
30165
30166 \end_inset
30167
30168 Hello
30169 \begin_inset ERT
30170 status collapsed
30171
30172 \begin_layout Plain Layout
30173
30174 }
30175 \end_layout
30176
30177 \end_inset
30178
30179 .
30180 \end_layout
30181
30182 \begin_layout Standard
30183 If a the scaling factor is negative, the box content will be mirrored.
30184  Therefore the command 
30185 \series bold
30186
30187 \backslash
30188 scalebox{-1}[1]{Hello}
30189 \series default
30190  can be used to create mirror writing: 
30191 \begin_inset ERT
30192 status collapsed
30193
30194 \begin_layout Plain Layout
30195
30196
30197 \backslash
30198 scalebox{-1}[1]{
30199 \end_layout
30200
30201 \end_inset
30202
30203 Hello
30204 \begin_inset ERT
30205 status collapsed
30206
30207 \begin_layout Plain Layout
30208
30209 }
30210 \end_layout
30211
30212 \end_inset
30213
30214
30215 \end_layout
30216
30217 \begin_layout Standard
30218
30219 \series bold
30220
30221 \backslash
30222 scalebox{1}[-1]{Hello}
30223 \series default
30224  reflects the 
30225 \begin_inset ERT
30226 status collapsed
30227
30228 \begin_layout Plain Layout
30229
30230
30231 \backslash
30232 scalebox{1}[-1]{
30233 \end_layout
30234
30235 \end_inset
30236
30237 Hello
30238 \begin_inset ERT
30239 status collapsed
30240
30241 \begin_layout Plain Layout
30242
30243 }
30244 \end_layout
30245
30246 \end_inset
30247
30248  at the base line.
30249 \end_layout
30250
30251 \begin_layout Standard
30252 Equivalent to 
30253 \series bold
30254
30255 \backslash
30256 scalebox{-1}[1]{box content}
30257 \series default
30258  there exists the command
30259 \begin_inset Newline newline
30260 \end_inset
30261
30262
30263 \series bold
30264
30265 \backslash
30266 reflectbox{box content}
30267 \series default
30268 .
30269 \end_layout
30270
30271 \begin_layout Standard
30272 \begin_inset VSpace bigskip
30273 \end_inset
30274
30275 The command 
30276 \series bold
30277
30278 \backslash
30279 resizebox
30280 \series default
30281  is used to scale the box to a defined width and height.
30282  The command scheme is:
30283 \end_layout
30284
30285 \begin_layout Standard
30286
30287 \series bold
30288
30289 \backslash
30290 resizebox{width}{height}{box content}
30291 \end_layout
30292
30293 \begin_layout Standard
30294 Is one of the two command arguments given as exclamation mark 
30295 \series bold
30296 !
30297 \series default
30298 , the size is set so that the aspect ratio of the box content is kept.
30299 \end_layout
30300
30301 \begin_layout Standard
30302 The command 
30303 \series bold
30304
30305 \backslash
30306 resizebox{2cm}{1cm}{Hello}
30307 \series default
30308  produces: 
30309 \begin_inset ERT
30310 status collapsed
30311
30312 \begin_layout Plain Layout
30313
30314
30315 \backslash
30316 resizebox{2cm}{1cm}{
30317 \end_layout
30318
30319 \end_inset
30320
30321 Hello
30322 \begin_inset ERT
30323 status collapsed
30324
30325 \begin_layout Plain Layout
30326
30327 }
30328 \end_layout
30329
30330 \end_inset
30331
30332
30333 \begin_inset Newline newline
30334 \end_inset
30335
30336 The command 
30337 \series bold
30338
30339 \backslash
30340 resizebox{2cm}{!}{Hello}
30341 \series default
30342  produces: 
30343 \begin_inset ERT
30344 status collapsed
30345
30346 \begin_layout Plain Layout
30347
30348
30349 \backslash
30350 resizebox{2cm}{!}{
30351 \end_layout
30352
30353 \end_inset
30354
30355 Hello
30356 \begin_inset ERT
30357 status collapsed
30358
30359 \begin_layout Plain Layout
30360
30361 }
30362 \end_layout
30363
30364 \end_inset
30365
30366
30367 \end_layout
30368
30369 \begin_layout Standard
30370 \begin_inset VSpace bigskip
30371 \end_inset
30372
30373
30374 \begin_inset Note Greyedout
30375 status open
30376
30377 \begin_layout Plain Layout
30378
30379 \series bold
30380 Note:
30381 \series default
30382  When arguments of 
30383 \series bold
30384
30385 \backslash
30386 scalebox
30387 \series default
30388  or 
30389 \series bold
30390
30391 \backslash
30392 resizebox
30393 \series default
30394  are set to zero, no LaTeX-errors occur when exporting the document but
30395  the exported files can not or only partly be displayed.
30396 \end_layout
30397
30398 \end_inset
30399
30400
30401 \end_layout
30402
30403 \begin_layout Standard
30404 \begin_inset VSpace bigskip
30405 \end_inset
30406
30407
30408 \end_layout
30409
30410 \begin_layout Standard
30411 The boxes can be combined in any order.
30412  E.
30413 \begin_inset space \thinspace{}
30414 \end_inset
30415
30416 g.
30417 \begin_inset space ~
30418 \end_inset
30419
30420 the command
30421 \begin_inset Newline newline
30422 \end_inset
30423
30424
30425 \series bold
30426
30427 \backslash
30428 rotatebox[origin=c]{-45}{
30429 \backslash
30430 resizebox{2cm}{!}{
30431 \backslash
30432 reflectbox{Hello}}}
30433 \begin_inset Newline newline
30434 \end_inset
30435
30436
30437 \series default
30438 produces:
30439 \end_layout
30440
30441 \begin_layout Standard
30442 \align center
30443 \begin_inset ERT
30444 status collapsed
30445
30446 \begin_layout Plain Layout
30447
30448
30449 \backslash
30450 rotatebox[origin=c]{-45}{
30451 \backslash
30452 resizebox{2cm}{!}{
30453 \backslash
30454 reflectbox{
30455 \end_layout
30456
30457 \end_inset
30458
30459 Hello
30460 \begin_inset ERT
30461 status collapsed
30462
30463 \begin_layout Plain Layout
30464
30465 }}}
30466 \end_layout
30467
30468 \end_inset
30469
30470
30471 \end_layout
30472
30473 \begin_layout Standard
30474 \noindent
30475 Images, tables, and inline formulas are allowed as box content:
30476 \end_layout
30477
30478 \begin_layout Standard
30479 \align center
30480 \begin_inset ERT
30481 status collapsed
30482
30483 \begin_layout Plain Layout
30484
30485
30486 \backslash
30487 rotatebox[origin=c]{-30}{
30488 \backslash
30489 resizebox{2cm}{!}{
30490 \backslash
30491 reflectbox{
30492 \end_layout
30493
30494 \end_inset
30495
30496
30497 \begin_inset Graphics
30498         filename clipart/platypus.eps
30499         lyxscale 50
30500         width 25col%
30501
30502 \end_inset
30503
30504
30505 \begin_inset ERT
30506 status collapsed
30507
30508 \begin_layout Plain Layout
30509
30510 }}}
30511 \end_layout
30512
30513 \end_inset
30514
30515
30516 \begin_inset ERT
30517 status collapsed
30518
30519 \begin_layout Plain Layout
30520
30521
30522 \backslash
30523 rotatebox[origin=c]{-45}{
30524 \backslash
30525 resizebox{2cm}{!}{
30526 \backslash
30527 reflectbox{
30528 \end_layout
30529
30530 \end_inset
30531
30532
30533 \begin_inset Tabular
30534 <lyxtabular version="3" rows="2" columns="2">
30535 <features>
30536 <column alignment="center" valignment="top" width="0">
30537 <column alignment="center" valignment="top" width="0">
30538 <row>
30539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30540 \begin_inset Text
30541
30542 \begin_layout Plain Layout
30543 q
30544 \end_layout
30545
30546 \end_inset
30547 </cell>
30548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30549 \begin_inset Text
30550
30551 \begin_layout Plain Layout
30552 w
30553 \end_layout
30554
30555 \end_inset
30556 </cell>
30557 </row>
30558 <row>
30559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30560 \begin_inset Text
30561
30562 \begin_layout Plain Layout
30563 e
30564 \end_layout
30565
30566 \end_inset
30567 </cell>
30568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30569 \begin_inset Text
30570
30571 \begin_layout Plain Layout
30572 r
30573 \end_layout
30574
30575 \end_inset
30576 </cell>
30577 </row>
30578 </lyxtabular>
30579
30580 \end_inset
30581
30582
30583 \begin_inset ERT
30584 status collapsed
30585
30586 \begin_layout Plain Layout
30587
30588 }}}
30589 \end_layout
30590
30591 \end_inset
30592
30593
30594 \begin_inset ERT
30595 status collapsed
30596
30597 \begin_layout Plain Layout
30598
30599
30600 \backslash
30601 rotatebox[origin=c]{-45}{
30602 \backslash
30603 resizebox{2cm}{!}{
30604 \backslash
30605 reflectbox{
30606 \end_layout
30607
30608 \end_inset
30609
30610
30611 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30612 \end_inset
30613
30614
30615 \begin_inset ERT
30616 status collapsed
30617
30618 \begin_layout Plain Layout
30619
30620 }}}
30621 \end_layout
30622
30623 \end_inset
30624
30625
30626 \end_layout
30627
30628 \begin_layout Standard
30629 When the global formula style 
30630 \series bold
30631 fleqn
30632 \series default
30633  is used in the document
30634 \begin_inset Foot
30635 status collapsed
30636
30637 \begin_layout Plain Layout
30638 When 
30639 \begin_inset Quotes eld
30640 \end_inset
30641
30642 fleqn
30643 \begin_inset Quotes erd
30644 \end_inset
30645
30646  is added to the document class options.
30647 \end_layout
30648
30649 \end_inset
30650
30651 , also display formulas can be scaled.
30652 \end_layout
30653
30654 \begin_layout Chapter
30655 External Stuff
30656 \begin_inset Index
30657 status collapsed
30658
30659 \begin_layout Plain Layout
30660 External Stuff
30661 \end_layout
30662
30663 \end_inset
30664
30665
30666 \end_layout
30667
30668 \begin_layout Standard
30669 With the menu 
30670 \family sans
30671 Insert\SpecialChar \menuseparator
30672 File
30673 \family default
30674  you can insert external material to your document.
30675  This can be:
30676 \end_layout
30677
30678 \begin_layout Description
30679 LyX
30680 \begin_inset space ~
30681 \end_inset
30682
30683 Document Another LyX document; its content is directly inserted to your
30684  document.
30685 \end_layout
30686
30687 \begin_layout Description
30688 Plain
30689 \begin_inset space ~
30690 \end_inset
30691
30692 Text A text document; every of its text lines is inserted to your document
30693  as own paragraph.
30694 \end_layout
30695
30696 \begin_layout Description
30697 Plain
30698 \begin_inset space ~
30699 \end_inset
30700
30701 Text,
30702 \begin_inset space ~
30703 \end_inset
30704
30705 Join
30706 \begin_inset space ~
30707 \end_inset
30708
30709 Lines A text document; its text lines are inserted as they are.
30710  Empty text lines creates a new paragraph in your document.
30711 \end_layout
30712
30713 \begin_layout Description
30714 External
30715 \begin_inset space ~
30716 \end_inset
30717
30718 Material Files in various formats.
30719 \end_layout
30720
30721 \begin_layout Description
30722 Child
30723 \begin_inset space ~
30724 \end_inset
30725
30726 Document LyX or LaTeX-documents.
30727 \end_layout
30728
30729 \begin_layout Section
30730 External Material
30731 \begin_inset Index
30732 status collapsed
30733
30734 \begin_layout Plain Layout
30735 External Stuff ! External Material
30736 \end_layout
30737
30738 \end_inset
30739
30740
30741 \end_layout
30742
30743 \begin_layout Standard
30744 The external material feature allows you to insert files to your document
30745  without converting them previously to a format that can be read by the
30746  document output format because LyX takes care of needed conversions.
30747  This is similar to images that can be inserted in various image formats
30748  to LyX documents.
30749 \end_layout
30750
30751 \begin_layout Standard
30752 External material can be inserted via the 
30753 \family sans
30754 External Material
30755 \family default
30756  dialog that is accessible with the menu 
30757 \family sans
30758 Insert\SpecialChar \menuseparator
30759 File\SpecialChar \menuseparator
30760 External
30761 \begin_inset space ~
30762 \end_inset
30763
30764 Material
30765 \family default
30766 .
30767  Currently the following file types (
30768 \family sans
30769 Templates
30770 \family default
30771 ) are allowed:
30772 \end_layout
30773
30774 \begin_layout Description
30775 ChessDiagram This template supports chess position diagrams made with the
30776  program 
30777 \series bold
30778
30779 \begin_inset CommandInset href
30780 LatexCommand href
30781 name "XBoard"
30782 target "http://en.wikipedia.org/wiki/XBoard"
30783
30784 \end_inset
30785
30786
30787 \series default
30788 .
30789 \end_layout
30790
30791 \begin_layout Description
30792 Date This inserts the date in the form 
30793 \emph on
30794 Day-Month-Year
30795 \emph default
30796 .
30797  This is a date inserted as external material: 
30798 \begin_inset External
30799         template Date
30800         filename .
30801
30802 \end_inset
30803
30804
30805 \begin_inset space ~
30806 \end_inset
30807
30808
30809 \begin_inset Note Note
30810 status open
30811
30812 \begin_layout Plain Layout
30813 Remove the protected space when bug 4398 is fixed!
30814 \end_layout
30815
30816 \end_inset
30817
30818
30819 \begin_inset Newline newline
30820 \end_inset
30821
30822 The date is not shown within LyX, only in the output.
30823  There are two other methods of inserting a date: Via menu 
30824 \family sans
30825 Insert\SpecialChar \menuseparator
30826 Date
30827 \family default
30828  and with the LaTeX command 
30829 \series bold
30830
30831 \backslash
30832 today
30833 \series default
30834  as TeX-Code.
30835  The different methods are compared in Table
30836 \begin_inset space ~
30837 \end_inset
30838
30839
30840 \begin_inset CommandInset ref
30841 LatexCommand ref
30842 reference "tab:Comparison-of-the"
30843
30844 \end_inset
30845
30846 .
30847 \end_layout
30848
30849 \begin_layout Description
30850 LilyPond This template is used for music notation typeset with the program
30851 \begin_inset Newline linebreak
30852 \end_inset
30853
30854
30855 \series bold
30856
30857 \begin_inset CommandInset href
30858 LatexCommand href
30859 name "LilyPond"
30860 target "http://en.wikipedia.org/wiki/LilyPond"
30861
30862 \end_inset
30863
30864
30865 \series default
30866 .
30867 \end_layout
30868
30869 \begin_layout Description
30870 PDFPages With this template you can insert PDF documents to your document.
30871  To insert certain or all pages of a PDF, use the 
30872 \emph on
30873 pages
30874 \emph default
30875  option in the 
30876 \family sans
30877 Option
30878 \family default
30879  field in the 
30880 \family sans
30881 LaTeX and LyX options
30882 \family default
30883  tab according to the template description in the dialog.
30884  When no 
30885 \emph on
30886 pages
30887 \emph default
30888  option is given, only the first page of the PDF will be inserted.
30889 \end_layout
30890
30891 \begin_layout Description
30892 RasterImage This can be used for bitmap images.
30893  Nearly all popular image formats are supported.
30894  The image can be treated in the 
30895 \family sans
30896 External material
30897 \family default
30898  dialog like the images that are usually included via the 
30899 \family sans
30900 Graphics
30901 \family default
30902  dialog as described in section
30903 \begin_inset space ~
30904 \end_inset
30905
30906
30907 \begin_inset CommandInset ref
30908 LatexCommand ref
30909 reference "sec:Graphics-Dialog"
30910
30911 \end_inset
30912
30913 .
30914  The difference is that only raster images are allowed, that means that
30915  PDF and EPS-images are not supported.
30916 \end_layout
30917
30918 \begin_layout Description
30919 XFig This template supports images created with the program 
30920 \series bold
30921
30922 \begin_inset CommandInset href
30923 LatexCommand href
30924 name "Xfig"
30925 target "http://en.wikipedia.org/wiki/Xfig"
30926
30927 \end_inset
30928
30929
30930 \series default
30931 .
30932 \end_layout
30933
30934 \begin_layout Standard
30935 \begin_inset Float table
30936 placement h
30937 wide false
30938 sideways false
30939 status open
30940
30941 \begin_layout Plain Layout
30942 \begin_inset Caption
30943
30944 \begin_layout Plain Layout
30945 \begin_inset CommandInset label
30946 LatexCommand label
30947 name "tab:Comparison-of-the"
30948
30949 \end_inset
30950
30951 Comparison of the date input methods.
30952 \end_layout
30953
30954 \end_inset
30955
30956
30957 \end_layout
30958
30959 \begin_layout Plain Layout
30960 \align center
30961 \begin_inset Tabular
30962 <lyxtabular version="3" rows="4" columns="4">
30963 <features>
30964 <column alignment="center" valignment="top" width="0">
30965 <column alignment="center" valignment="top" width="0">
30966 <column alignment="center" valignment="top" width="0">
30967 <column alignment="center" valignment="top" width="0">
30968 <row>
30969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30970 \begin_inset Text
30971
30972 \begin_layout Plain Layout
30973 Document format
30974 \end_layout
30975
30976 \end_inset
30977 </cell>
30978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30979 \begin_inset Text
30980
30981 \begin_layout Plain Layout
30982
30983 \family sans
30984 External Material\SpecialChar \menuseparator
30985 Date
30986 \end_layout
30987
30988 \end_inset
30989 </cell>
30990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30991 \begin_inset Text
30992
30993 \begin_layout Plain Layout
30994
30995 \family sans
30996 Insert\SpecialChar \menuseparator
30997 Date
30998 \end_layout
30999
31000 \end_inset
31001 </cell>
31002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31003 \begin_inset Text
31004
31005 \begin_layout Plain Layout
31006 command 
31007 \series bold
31008
31009 \backslash
31010 today
31011 \end_layout
31012
31013 \end_inset
31014 </cell>
31015 </row>
31016 <row>
31017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31018 \begin_inset Text
31019
31020 \begin_layout Plain Layout
31021 LyX
31022 \end_layout
31023
31024 \end_inset
31025 </cell>
31026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31027 \begin_inset Text
31028
31029 \begin_layout Plain Layout
31030 as inset box
31031 \end_layout
31032
31033 \end_inset
31034 </cell>
31035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31036 \begin_inset Text
31037
31038 \begin_layout Plain Layout
31039 as date
31040 \end_layout
31041
31042 \end_inset
31043 </cell>
31044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31045 \begin_inset Text
31046
31047 \begin_layout Plain Layout
31048 as TeX-Code inset box
31049 \end_layout
31050
31051 \end_inset
31052 </cell>
31053 </row>
31054 <row>
31055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31056 \begin_inset Text
31057
31058 \begin_layout Plain Layout
31059 LaTeX
31060 \end_layout
31061
31062 \end_inset
31063 </cell>
31064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31065 \begin_inset Text
31066
31067 \begin_layout Plain Layout
31068 as date
31069 \end_layout
31070
31071 \end_inset
31072 </cell>
31073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31074 \begin_inset Text
31075
31076 \begin_layout Plain Layout
31077 as date
31078 \end_layout
31079
31080 \end_inset
31081 </cell>
31082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31083 \begin_inset Text
31084
31085 \begin_layout Plain Layout
31086 as command
31087 \end_layout
31088
31089 \end_inset
31090 </cell>
31091 </row>
31092 <row>
31093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31094 \begin_inset Text
31095
31096 \begin_layout Plain Layout
31097 DVI, PDF, PS
31098 \end_layout
31099
31100 \end_inset
31101 </cell>
31102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31103 \begin_inset Text
31104
31105 \begin_layout Plain Layout
31106 as date
31107 \end_layout
31108
31109 \end_inset
31110 </cell>
31111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31112 \begin_inset Text
31113
31114 \begin_layout Plain Layout
31115 as date
31116 \end_layout
31117
31118 \end_inset
31119 </cell>
31120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31121 \begin_inset Text
31122
31123 \begin_layout Plain Layout
31124 as date
31125 \end_layout
31126
31127 \end_inset
31128 </cell>
31129 </row>
31130 </lyxtabular>
31131
31132 \end_inset
31133
31134
31135 \end_layout
31136
31137 \end_inset
31138
31139
31140 \end_layout
31141
31142 \begin_layout Standard
31143 When you use the option 
31144 \family sans
31145 Draft
31146 \family default
31147  in the 
31148 \family sans
31149 File
31150 \family default
31151  tab of the 
31152 \family sans
31153 External Material
31154 \family default
31155  dialog, only the path to the inserted file is shown in the output.
31156 \begin_inset Newline newline
31157 \end_inset
31158
31159 External material is displayed in LyX either as box like this: 
31160 \begin_inset Graphics
31161         filename clipart/ExternalMaterialQt4.png
31162         scale 85
31163         scaleBeforeRotation
31164
31165 \end_inset
31166
31167  or as image, depending on the option 
31168 \family sans
31169 Show in LyX
31170 \family default
31171  in the 
31172 \family sans
31173 LaTeX and LyX options
31174 \family default
31175  tab of the dialog.
31176 \end_layout
31177
31178 \begin_layout Standard
31179 The 
31180 \family sans
31181 \emph on
31182 Customization
31183 \family default
31184 \emph default
31185  manual explains how you can define your own templates.
31186 \end_layout
31187
31188 \begin_layout Section
31189 Child Documents
31190 \begin_inset CommandInset label
31191 LatexCommand label
31192 name "sec:Child-Documents"
31193
31194 \end_inset
31195
31196
31197 \begin_inset Index
31198 status collapsed
31199
31200 \begin_layout Plain Layout
31201 External Stuff ! Child Documents
31202 \end_layout
31203
31204 \end_inset
31205
31206
31207 \begin_inset Index
31208 status collapsed
31209
31210 \begin_layout Plain Layout
31211 Files ! Include
31212 \end_layout
31213
31214 \end_inset
31215
31216
31217 \end_layout
31218
31219 \begin_layout Standard
31220 Child documents are used when you have a long document consisting of several
31221  larger parts or sections.
31222  For maintenance it is often useful and sometimes even required to split
31223  the document in several files that can be revised separately.
31224  The different documents are then the so called child documents and a master
31225  document connects them to print the full document or parts of it.
31226 \end_layout
31227
31228 \begin_layout Standard
31229 Included documents are displayed in LyX as a box like this: 
31230 \begin_inset Graphics
31231         filename clipart/ChildDocumentQt4.png
31232         scale 85
31233         scaleBeforeRotation
31234
31235 \end_inset
31236
31237  To include child documents to a master document use the menu 
31238 \family sans
31239 Insert\SpecialChar \menuseparator
31240 File\SpecialChar \menuseparator
31241 Child
31242 \begin_inset space ~
31243 \end_inset
31244
31245 Documents
31246 \family default
31247 .
31248  A dialog pops up where you can choose between four include methods:
31249 \end_layout
31250
31251 \begin_layout Description
31252 Include You can include LyX and LaTeX-documents.
31253  When you press the 
31254 \family sans
31255 Load
31256 \family default
31257  button in the 
31258 \family sans
31259 Child Document
31260 \family default
31261  dialog, the included documents will be opened in LyX in a new file tab
31262  so that you can modify it.
31263 \begin_inset Newline newline
31264 \end_inset
31265
31266
31267 \end_layout
31268
31269 \begin_layout Standard
31270 Here is a child document inserted using 
31271 \family sans
31272 Include
31273 \family default
31274
31275 \begin_inset CommandInset include
31276 LatexCommand include
31277 filename "DummyDocument1.lyx"
31278
31279 \end_inset
31280
31281
31282 \end_layout
31283
31284 \begin_layout Standard
31285 The section numbering includes the sections of the included files in the
31286  order they are inserted in the master document.
31287  The included example document has for example a subsection that is numbered
31288  as subsection of this section.
31289  Labels of included documents can be referenced: Subsection
31290 \begin_inset space ~
31291 \end_inset
31292
31293
31294 \begin_inset CommandInset ref
31295 LatexCommand ref
31296 reference "sub:External-Subsection-1"
31297
31298 \end_inset
31299
31300
31301 \end_layout
31302
31303 \begin_layout Standard
31304 The preamble of the child document is ignored, only the preamble of the
31305  master document is used.
31306  Included documents are inserted starting on a new page and end with a page
31307  break.
31308 \end_layout
31309
31310 \begin_layout Standard
31311 With the LaTeX-command 
31312 \series bold
31313
31314 \backslash
31315 includeonly 
31316 \series default
31317 you can specify which included child documents are processed when the output
31318  is generated.
31319  This is useful when you are perhaps only working on a certain chapter of
31320  your large document as this saves compiling time.
31321  
31322 \series bold
31323
31324 \backslash
31325 includeonly
31326 \series default
31327  is inserted to the master document preamble.
31328  It takes a comma-separated list of the filenames as argument, e.g.
31329 \end_layout
31330
31331 \begin_layout Standard
31332
31333 \series bold
31334
31335 \backslash
31336 includeonly{chapter1,chapter5}
31337 \end_layout
31338
31339 \begin_layout Standard
31340 will only process the included files named 
31341 \begin_inset Quotes eld
31342 \end_inset
31343
31344 chapter1.lyx
31345 \begin_inset Quotes erd
31346 \end_inset
31347
31348  (or 
31349 \begin_inset Quotes eld
31350 \end_inset
31351
31352 chapter1.tex
31353 \begin_inset Quotes erd
31354 \end_inset
31355
31356 ) and 
31357 \begin_inset Quotes eld
31358 \end_inset
31359
31360 chapter5.lyx
31361 \begin_inset Quotes erd
31362 \end_inset
31363
31364  .
31365 \end_layout
31366
31367 \begin_layout Standard
31368 \begin_inset Note Greyedout
31369 status open
31370
31371 \begin_layout Plain Layout
31372
31373 \series bold
31374 Note:
31375 \series default
31376  When you have included a LyX- or LaTeX-file, you are warned when you export/vie
31377 w the document in case that the child document uses another document class
31378  than the master document as this will lead to unexpected outputs.
31379 \end_layout
31380
31381 \end_inset
31382
31383
31384 \end_layout
31385
31386 \begin_layout Description
31387 Input This method is very similar to the Include method.
31388  The differences are:
31389 \end_layout
31390
31391 \begin_deeper
31392 \begin_layout Itemize
31393 Input files don't start with a new page and don't end with a page break.
31394 \end_layout
31395
31396 \begin_layout Itemize
31397 Input files can be previewed in LyX when 
31398 \family sans
31399 Instant
31400 \begin_inset space ~
31401 \end_inset
31402
31403 Preview
31404 \family default
31405  is enabled in LyX's preferences under 
31406 \family sans
31407 Look
31408 \begin_inset space ~
31409 \end_inset
31410
31411 and
31412 \begin_inset space ~
31413 \end_inset
31414
31415 feel\SpecialChar \menuseparator
31416 Graphics
31417 \family default
31418 .
31419 \end_layout
31420
31421 \begin_layout Itemize
31422 The LaTeX-command 
31423 \series bold
31424
31425 \backslash
31426 includeonly
31427 \series default
31428  cannot be used.
31429 \end_layout
31430
31431 \end_deeper
31432 \begin_layout Standard
31433 Here is a child document inserted using 
31434 \family sans
31435 Input
31436 \family default
31437
31438 \begin_inset CommandInset include
31439 LatexCommand input
31440 filename "DummyDocument2.lyx"
31441
31442 \end_inset
31443
31444
31445 \end_layout
31446
31447 \begin_layout Description
31448 Verbatim With this method every text file can be included.
31449  The file is shown in the output with its source code, no command used in
31450  the text is invoked.
31451  You can use the option 
31452 \family sans
31453 Mark spaces in output
31454 \family default
31455  that displays the character 
31456 \begin_inset Quotes eld
31457 \end_inset
31458
31459
31460 \begin_inset ERT
31461 status collapsed
31462
31463 \begin_layout Plain Layout
31464
31465
31466 \backslash
31467 textvisiblespace 
31468 \end_layout
31469
31470 \end_inset
31471
31472
31473 \begin_inset Quotes erd
31474 \end_inset
31475
31476  for every space character in the source code.
31477  The difference to the method via the menu 
31478 \family sans
31479 Insert\SpecialChar \menuseparator
31480 File\SpecialChar \menuseparator
31481 Plain
31482 \begin_inset space ~
31483 \end_inset
31484
31485 Text
31486 \family default
31487  is that the document content is not shown in LyX.
31488 \end_layout
31489
31490 \begin_layout Standard
31491 Here is a child document inserted as Verbatim: 
31492 \begin_inset CommandInset include
31493 LatexCommand verbatiminput
31494 filename "DummyTextDocument.txt"
31495
31496 \end_inset
31497
31498
31499 \begin_inset VSpace bigskip
31500 \end_inset
31501
31502 Here is a child document inserted as Verbatim using the 
31503 \family sans
31504 Mark spaces in output
31505 \family default
31506  option: 
31507 \begin_inset CommandInset include
31508 LatexCommand verbatiminput*
31509 filename "DummyTextDocument.txt"
31510
31511 \end_inset
31512
31513
31514 \end_layout
31515
31516 \begin_layout Standard
31517 \begin_inset VSpace bigskip
31518 \end_inset
31519
31520
31521 \end_layout
31522
31523 \begin_layout Standard
31524 \begin_inset Note Greyedout
31525 status open
31526
31527 \begin_layout Plain Layout
31528
31529 \series bold
31530 Note:
31531 \series default
31532  As you can see in the examples above, the text of the documents included
31533  as 
31534 \family sans
31535 verbatim
31536 \family default
31537  is not broken at the end of the document lines.
31538 \end_layout
31539
31540 \end_inset
31541
31542
31543 \end_layout
31544
31545 \begin_layout Description
31546 Listings This type is described in chapter
31547 \begin_inset space ~
31548 \end_inset
31549
31550
31551 \begin_inset CommandInset ref
31552 LatexCommand ref
31553 reference "cha:Program-Code-Listings"
31554
31555 \end_inset
31556
31557 .
31558 \end_layout
31559
31560 \begin_layout Standard
31561 \begin_inset Note Greyedout
31562 status open
31563
31564 \begin_layout Plain Layout
31565
31566 \series bold
31567 Note:
31568 \series default
31569  Including the same document twice in a document using different methods
31570  could cause LaTeX-problems.
31571 \end_layout
31572
31573 \end_inset
31574
31575
31576 \end_layout
31577
31578 \begin_layout Chapter
31579 Program Code Listings
31580 \begin_inset CommandInset label
31581 LatexCommand label
31582 name "cha:Program-Code-Listings"
31583
31584 \end_inset
31585
31586
31587 \begin_inset Index
31588 status collapsed
31589
31590 \begin_layout Plain Layout
31591 Listings
31592 \end_layout
31593
31594 \end_inset
31595
31596
31597 \begin_inset Index
31598 status collapsed
31599
31600 \begin_layout Plain Layout
31601 Program Code
31602 \end_layout
31603
31604 \end_inset
31605
31606
31607 \begin_inset Index
31608 status collapsed
31609
31610 \begin_layout Plain Layout
31611 Floats ! Listings
31612 \end_layout
31613
31614 \end_inset
31615
31616
31617 \end_layout
31618
31619 \begin_layout Standard
31620 To include and typeset program code you can use the 
31621 \family sans
31622 Listings
31623 \family default
31624  inset that can be inserted via the menu 
31625 \family sans
31626 Insert\SpecialChar \menuseparator
31627 Program Listing
31628 \family default
31629 .
31630  The LaTeX-package 
31631 \series bold
31632 listings
31633 \series default
31634
31635 \begin_inset Index
31636 status collapsed
31637
31638 \begin_layout Plain Layout
31639 LaTeX-packages ! listings
31640 \end_layout
31641
31642 \end_inset
31643
31644  provides a powerful and flexible way to insert program source code to your
31645  document.
31646 \end_layout
31647
31648 \begin_layout Standard
31649 Right-clicking on a listings inset opens the context menu containing where
31650  you can set the listings format.
31651 \end_layout
31652
31653 \begin_layout Standard
31654 By default, a listing starts a new paragraph in the output.
31655  The placement option 
31656 \family sans
31657 Inline
31658 \begin_inset space ~
31659 \end_inset
31660
31661 listing
31662 \family default
31663  prints the listing inline like this: 
31664 \begin_inset listings
31665 lstparams "language={C++}"
31666 inline true
31667 status open
31668
31669 \begin_layout Plain Layout
31670
31671 int a=5;
31672 \end_layout
31673
31674 \end_inset
31675
31676
31677 \begin_inset Newline newline
31678 \end_inset
31679
31680 The option 
31681 \family sans
31682 Float
31683 \family default
31684  creates a listings float where you can specify the placement options 
31685 \begin_inset Quotes eld
31686 \end_inset
31687
31688
31689 \family sans
31690 h
31691 \family default
31692
31693 \begin_inset Quotes erd
31694 \end_inset
31695
31696
31697 \begin_inset Quotes eld
31698 \end_inset
31699
31700
31701 \family sans
31702 t
31703 \family default
31704
31705 \begin_inset Quotes erd
31706 \end_inset
31707
31708
31709 \begin_inset Quotes eld
31710 \end_inset
31711
31712
31713 \family sans
31714 b
31715 \family default
31716
31717 \begin_inset Quotes erd
31718 \end_inset
31719
31720 , and 
31721 \begin_inset Quotes eld
31722 \end_inset
31723
31724
31725 \family sans
31726 p
31727 \family default
31728
31729 \begin_inset Quotes erd
31730 \end_inset
31731
31732  corresponding to the float placement options described in section
31733 \begin_inset space ~
31734 \end_inset
31735
31736
31737 \begin_inset CommandInset ref
31738 LatexCommand ref
31739 reference "sec:Float-Placement"
31740
31741 \end_inset
31742
31743 .
31744  The placement options can be mixed and are inserted without any separation,
31745  e.
31746 \begin_inset space \thinspace{}
31747 \end_inset
31748
31749 g.
31750 \begin_inset space ~
31751 \end_inset
31752
31753
31754 \begin_inset Quotes eld
31755 \end_inset
31756
31757
31758 \family sans
31759 htbp
31760 \family default
31761
31762 \begin_inset Quotes erd
31763 \end_inset
31764
31765 .
31766  The option 
31767 \begin_inset Quotes eld
31768 \end_inset
31769
31770 h
31771 \begin_inset Quotes erd
31772 \end_inset
31773
31774  has sometimes no effect, but you don't need to use the 
31775 \family sans
31776 Float
31777 \family default
31778  option in this case as also non-float listings can have captions and be
31779  referenced.
31780 \end_layout
31781
31782 \begin_layout Standard
31783 You can add captions to listings with the menu 
31784 \family sans
31785 Insert\SpecialChar \menuseparator
31786 Caption
31787 \family default
31788 .
31789  Listings can be referenced like floats: Listing
31790 \begin_inset space ~
31791 \end_inset
31792
31793
31794 \begin_inset CommandInset ref
31795 LatexCommand ref
31796 reference "lst:Example-Listing"
31797
31798 \end_inset
31799
31800
31801 \end_layout
31802
31803 \begin_layout Standard
31804 \begin_inset listings
31805 lstparams "language=Python"
31806 inline false
31807 status open
31808
31809 \begin_layout Plain Layout
31810
31811 \begin_inset Caption
31812
31813 \begin_layout Plain Layout
31814 \begin_inset CommandInset label
31815 LatexCommand label
31816 name "lst:Example-Listing"
31817
31818 \end_inset
31819
31820 Example Listing float
31821 \end_layout
31822
31823 \end_inset
31824
31825 # Example listing float
31826 \end_layout
31827
31828 \begin_layout Plain Layout
31829
31830 def func(param):
31831 \end_layout
31832
31833 \begin_layout Plain Layout
31834
31835     'this is a python function'
31836 \end_layout
31837
31838 \begin_layout Plain Layout
31839
31840     pass
31841 \end_layout
31842
31843 \end_inset
31844
31845
31846 \end_layout
31847
31848 \begin_layout Standard
31849 When you have set a programming language in the listings dialog, the keywords
31850  of this language will be recognized and specially typeset in the output.
31851  In the example listings the Python keyword 
31852 \begin_inset Quotes eld
31853 \end_inset
31854
31855 def
31856 \begin_inset Quotes erd
31857 \end_inset
31858
31859  is recognized and printed bold in the output.
31860 \end_layout
31861
31862 \begin_layout Standard
31863 \begin_inset Note Greyedout
31864 status open
31865
31866 \begin_layout Plain Layout
31867
31868 \series bold
31869 Note:
31870 \series default
31871  If you don't get bold keywords when using typewriter fonts, your 
31872 \family typewriter
31873 typewriter
31874 \family default
31875  font probably doesn't provide a bold shape.
31876  In this case select a different one in the menu 
31877 \family sans
31878 Document\SpecialChar \menuseparator
31879 Settings\SpecialChar \menuseparator
31880 Fonts
31881 \family default
31882 .
31883  (The fonts 
31884 \emph on
31885 LuxiMono, BeraMono
31886 \emph default
31887  and 
31888 \emph on
31889 Courier
31890 \emph default
31891  provide bold shapes.)
31892 \end_layout
31893
31894 \end_inset
31895
31896
31897 \end_layout
31898
31899 \begin_layout Standard
31900 In section 
31901 \family sans
31902 Line
31903 \begin_inset space ~
31904 \end_inset
31905
31906 numbering
31907 \family default
31908  of the listings dialog you can specify the line numbering style.
31909  You can insert a number to specify which lines are numbered to the field
31910  
31911 \family sans
31912 Step
31913 \family default
31914 .
31915  When you insert e.g.
31916  
31917 \begin_inset Quotes eld
31918 \end_inset
31919
31920 3
31921 \begin_inset Quotes erd
31922 \end_inset
31923
31924 , only every 3rd line will be numbered.
31925 \end_layout
31926
31927 \begin_layout Standard
31928 You can furthermore specify a range of lines, only these will then appear
31929  in the output.
31930  The option 
31931 \family sans
31932 Extended character table
31933 \family default
31934  should be used when you use national characters like the German umlauts
31935  in the listing.
31936 \begin_inset Newline newline
31937 \end_inset
31938
31939 Here is an example listing with left line numbering, step 
31940 \begin_inset Quotes eld
31941 \end_inset
31942
31943 3
31944 \begin_inset Quotes erd
31945 \end_inset
31946
31947 , language 
31948 \begin_inset Quotes eld
31949 \end_inset
31950
31951 Python
31952 \begin_inset Quotes erd
31953 \end_inset
31954
31955 , options 
31956 \begin_inset Quotes eld
31957 \end_inset
31958
31959 Extended character table
31960 \begin_inset Quotes erd
31961 \end_inset
31962
31963  and 
31964 \begin_inset Quotes eld
31965 \end_inset
31966
31967 Space
31968 \begin_inset space ~
31969 \end_inset
31970
31971 as
31972 \begin_inset space ~
31973 \end_inset
31974
31975 symbol
31976 \begin_inset Quotes erd
31977 \end_inset
31978
31979 , range lines 3
31980 \begin_inset space \thinspace{}
31981 \end_inset
31982
31983 -
31984 \begin_inset space \thinspace{}
31985 \end_inset
31986
31987 8:
31988 \end_layout
31989
31990 \begin_layout Standard
31991 \begin_inset listings
31992 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
31993 inline false
31994 status open
31995
31996 \begin_layout Plain Layout
31997
31998 def func(param):
31999 \end_layout
32000
32001 \begin_layout Plain Layout
32002
32003     'this is a python function'
32004 \end_layout
32005
32006 \begin_layout Plain Layout
32007
32008     pass
32009 \end_layout
32010
32011 \begin_layout Plain Layout
32012
32013 def func(param):
32014 \end_layout
32015
32016 \begin_layout Plain Layout
32017
32018 'This is a German word: Tschüß'
32019 \end_layout
32020
32021 \begin_layout Plain Layout
32022
32023 pass
32024 \end_layout
32025
32026 \begin_layout Plain Layout
32027
32028 def func(param):
32029 \end_layout
32030
32031 \begin_layout Plain Layout
32032
32033 'this is a python function'
32034 \end_layout
32035
32036 \begin_layout Plain Layout
32037
32038 pass
32039 \end_layout
32040
32041 \end_inset
32042
32043
32044 \end_layout
32045
32046 \begin_layout Standard
32047 When you have tabulators in your listing, you can specify the number of
32048  characters that are spanned by a tabulator in the field 
32049 \family sans
32050 Tabulator
32051 \begin_inset space ~
32052 \end_inset
32053
32054 size
32055 \family default
32056 .
32057 \end_layout
32058
32059 \begin_layout Standard
32060 \begin_inset Note Greyedout
32061 status open
32062
32063 \begin_layout Plain Layout
32064
32065 \series bold
32066 Note:
32067 \series default
32068  Due to a bug in the 
32069 \series bold
32070 listings
32071 \series default
32072  package the line numbering is shifted by a line by every previous listing.
32073  That's the reason why the lines 2 and 5 are numbered in the above listing
32074  and not the lines 3 and 6.
32075 \end_layout
32076
32077 \end_inset
32078
32079
32080 \end_layout
32081
32082 \begin_layout Standard
32083 \begin_inset VSpace bigskip
32084 \end_inset
32085
32086
32087 \end_layout
32088
32089 \begin_layout Standard
32090 It is also possible to print lines from a file as listing.
32091  To do this, use the menu 
32092 \family sans
32093 Insert\SpecialChar \menuseparator
32094 File\SpecialChar \menuseparator
32095 Child Document
32096 \family default
32097  and choose the type 
32098 \family sans
32099 Listings
32100 \family default
32101 .
32102 \begin_inset Foot
32103 status collapsed
32104
32105 \begin_layout Plain Layout
32106 The other child document types are described in section
32107 \begin_inset space ~
32108 \end_inset
32109
32110
32111 \begin_inset CommandInset ref
32112 LatexCommand ref
32113 reference "sec:Child-Documents"
32114
32115 \end_inset
32116
32117 .
32118 \end_layout
32119
32120 \end_inset
32121
32122  In the child document dialog you can specify the listing parameters in
32123  a text box.
32124  To show a list of all available parameters, type in a question mark 
32125 \begin_inset Quotes eld
32126 \end_inset
32127
32128 ?
32129 \begin_inset Quotes erd
32130 \end_inset
32131
32132  in the text box.
32133 \end_layout
32134
32135 \begin_layout Standard
32136 To reference child document listings, write a label text into the corresponding
32137  field of the child document dialog.
32138  The label can then be referenced using the menu 
32139 \family sans
32140 Insert\SpecialChar \menuseparator
32141 Cross-Reference
32142 \family default
32143 .
32144 \end_layout
32145
32146 \begin_layout Standard
32147 Listing
32148 \begin_inset space ~
32149 \end_inset
32150
32151
32152 \begin_inset CommandInset ref
32153 LatexCommand ref
32154 reference "lst:file-listing"
32155
32156 \end_inset
32157
32158  is an example for a listing of a file; there the lines 10
32159 \begin_inset space \thinspace{}
32160 \end_inset
32161
32162 -
32163 \begin_inset space \thinspace{}
32164 \end_inset
32165
32166 15 of this LyX file are listed.
32167 \end_layout
32168
32169 \begin_layout Standard
32170 \begin_inset CommandInset include
32171 LatexCommand lstinputlisting
32172 filename "EmbeddedObjects.lyx"
32173 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
32174
32175 \end_inset
32176
32177
32178 \end_layout
32179
32180 \begin_layout Standard
32181 \begin_inset VSpace bigskip
32182 \end_inset
32183
32184
32185 \end_layout
32186
32187 \begin_layout Standard
32188 Global listings settings can be set in the 
32189 \family sans
32190 Document\SpecialChar \menuseparator
32191 Settings\SpecialChar \menuseparator
32192 Text Layout
32193 \family default
32194  dialog.
32195  To get there a list of available options, type in a question mark 
32196 \begin_inset Quotes eld
32197 \end_inset
32198
32199 ?
32200 \begin_inset Quotes erd
32201 \end_inset
32202
32203  in the 
32204 \family sans
32205 Listings
32206 \begin_inset space ~
32207 \end_inset
32208
32209 settings
32210 \family default
32211  field.
32212 \end_layout
32213
32214 \begin_layout Standard
32215 For more information about the 
32216 \series bold
32217 listings
32218 \series default
32219  package, we refer to its documentation 
32220 \begin_inset CommandInset citation
32221 LatexCommand cite
32222 key "listings"
32223
32224 \end_inset
32225
32226 .
32227 \end_layout
32228
32229 \begin_layout Standard
32230 \begin_inset Newpage newpage
32231 \end_inset
32232
32233
32234 \end_layout
32235
32236 \begin_layout Chapter
32237 \start_of_appendix
32238 Units available in LyX
32239 \begin_inset Index
32240 status collapsed
32241
32242 \begin_layout Plain Layout
32243 Units
32244 \end_layout
32245
32246 \end_inset
32247
32248
32249 \begin_inset CommandInset label
32250 LatexCommand label
32251 name "cha:Units-available-in"
32252
32253 \end_inset
32254
32255
32256 \end_layout
32257
32258 \begin_layout Standard
32259 To understand the units described in this documentation, Table
32260 \begin_inset space ~
32261 \end_inset
32262
32263
32264 \begin_inset CommandInset ref
32265 LatexCommand ref
32266 reference "tab:Units"
32267
32268 \end_inset
32269
32270  explains all units available in LyX.
32271 \end_layout
32272
32273 \begin_layout Standard
32274 \begin_inset Float table
32275 placement h
32276 wide false
32277 sideways false
32278 status open
32279
32280 \begin_layout Plain Layout
32281 \begin_inset Caption
32282
32283 \begin_layout Plain Layout
32284 \begin_inset CommandInset label
32285 LatexCommand label
32286 name "tab:Units"
32287
32288 \end_inset
32289
32290 Units
32291 \end_layout
32292
32293 \end_inset
32294
32295
32296 \end_layout
32297
32298 \begin_layout Plain Layout
32299 \begin_inset VSpace medskip
32300 \end_inset
32301
32302
32303 \end_layout
32304
32305 \begin_layout Plain Layout
32306 \align center
32307 \begin_inset Tabular
32308 <lyxtabular version="3" rows="20" columns="2">
32309 <features>
32310 <column alignment="center" valignment="top" width="0">
32311 <column alignment="center" valignment="top" width="0">
32312 <row>
32313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32314 \begin_inset Text
32315
32316 \begin_layout Plain Layout
32317 unit
32318 \end_layout
32319
32320 \end_inset
32321 </cell>
32322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32323 \begin_inset Text
32324
32325 \begin_layout Plain Layout
32326 name/description
32327 \end_layout
32328
32329 \end_inset
32330 </cell>
32331 </row>
32332 <row>
32333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32334 \begin_inset Text
32335
32336 \begin_layout Plain Layout
32337 mm
32338 \end_layout
32339
32340 \end_inset
32341 </cell>
32342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32343 \begin_inset Text
32344
32345 \begin_layout Plain Layout
32346 millimeter
32347 \end_layout
32348
32349 \end_inset
32350 </cell>
32351 </row>
32352 <row>
32353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32354 \begin_inset Text
32355
32356 \begin_layout Plain Layout
32357 cm
32358 \end_layout
32359
32360 \end_inset
32361 </cell>
32362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32363 \begin_inset Text
32364
32365 \begin_layout Plain Layout
32366 centimeter
32367 \end_layout
32368
32369 \end_inset
32370 </cell>
32371 </row>
32372 <row>
32373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32374 \begin_inset Text
32375
32376 \begin_layout Plain Layout
32377 in
32378 \end_layout
32379
32380 \end_inset
32381 </cell>
32382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32383 \begin_inset Text
32384
32385 \begin_layout Plain Layout
32386 inch
32387 \end_layout
32388
32389 \end_inset
32390 </cell>
32391 </row>
32392 <row>
32393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32394 \begin_inset Text
32395
32396 \begin_layout Plain Layout
32397 pt
32398 \end_layout
32399
32400 \end_inset
32401 </cell>
32402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32403 \begin_inset Text
32404
32405 \begin_layout Plain Layout
32406 point (72.27
32407 \begin_inset space \thinspace{}
32408 \end_inset
32409
32410 pt = 1
32411 \begin_inset space \thinspace{}
32412 \end_inset
32413
32414 in)
32415 \end_layout
32416
32417 \end_inset
32418 </cell>
32419 </row>
32420 <row>
32421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32422 \begin_inset Text
32423
32424 \begin_layout Plain Layout
32425 pc
32426 \end_layout
32427
32428 \end_inset
32429 </cell>
32430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32431 \begin_inset Text
32432
32433 \begin_layout Plain Layout
32434 pica (1
32435 \begin_inset space \thinspace{}
32436 \end_inset
32437
32438 pc = 12
32439 \begin_inset space \thinspace{}
32440 \end_inset
32441
32442 pt)
32443 \end_layout
32444
32445 \end_inset
32446 </cell>
32447 </row>
32448 <row>
32449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32450 \begin_inset Text
32451
32452 \begin_layout Plain Layout
32453 sp
32454 \end_layout
32455
32456 \end_inset
32457 </cell>
32458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32459 \begin_inset Text
32460
32461 \begin_layout Plain Layout
32462 scaled point (65536
32463 \begin_inset space \thinspace{}
32464 \end_inset
32465
32466 sp = 1
32467 \begin_inset space \thinspace{}
32468 \end_inset
32469
32470 pt)
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 bp
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 big point (72
32491 \begin_inset space \thinspace{}
32492 \end_inset
32493
32494 bp = 1
32495 \begin_inset space \thinspace{}
32496 \end_inset
32497
32498 in)
32499 \end_layout
32500
32501 \end_inset
32502 </cell>
32503 </row>
32504 <row>
32505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32506 \begin_inset Text
32507
32508 \begin_layout Plain Layout
32509 dd
32510 \end_layout
32511
32512 \end_inset
32513 </cell>
32514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32515 \begin_inset Text
32516
32517 \begin_layout Plain Layout
32518 didot (1
32519 \begin_inset space \thinspace{}
32520 \end_inset
32521
32522 dd 
32523 \begin_inset Formula $\approx$
32524 \end_inset
32525
32526  0.376
32527 \begin_inset space \thinspace{}
32528 \end_inset
32529
32530 mm)
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 cc
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 cicero (1
32551 \begin_inset space \thinspace{}
32552 \end_inset
32553
32554 cc = 12
32555 \begin_inset space \thinspace{}
32556 \end_inset
32557
32558 dd)
32559 \end_layout
32560
32561 \end_inset
32562 </cell>
32563 </row>
32564 <row>
32565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32566 \begin_inset Text
32567
32568 \begin_layout Plain Layout
32569 Scale%
32570 \end_layout
32571
32572 \end_inset
32573 </cell>
32574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32575 \begin_inset Text
32576
32577 \begin_layout Plain Layout
32578 % of original image width
32579 \end_layout
32580
32581 \end_inset
32582 </cell>
32583 </row>
32584 <row>
32585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32586 \begin_inset Text
32587
32588 \begin_layout Plain Layout
32589 text%
32590 \end_layout
32591
32592 \end_inset
32593 </cell>
32594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32595 \begin_inset Text
32596
32597 \begin_layout Plain Layout
32598 % of text width
32599 \end_layout
32600
32601 \end_inset
32602 </cell>
32603 </row>
32604 <row>
32605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32606 \begin_inset Text
32607
32608 \begin_layout Plain Layout
32609 col%
32610 \end_layout
32611
32612 \end_inset
32613 </cell>
32614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32615 \begin_inset Text
32616
32617 \begin_layout Plain Layout
32618 % of column width
32619 \end_layout
32620
32621 \end_inset
32622 </cell>
32623 </row>
32624 <row>
32625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32626 \begin_inset Text
32627
32628 \begin_layout Plain Layout
32629 page%
32630 \end_layout
32631
32632 \end_inset
32633 </cell>
32634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32635 \begin_inset Text
32636
32637 \begin_layout Plain Layout
32638 % of paper width
32639 \end_layout
32640
32641 \end_inset
32642 </cell>
32643 </row>
32644 <row>
32645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32646 \begin_inset Text
32647
32648 \begin_layout Plain Layout
32649 line%
32650 \end_layout
32651
32652 \end_inset
32653 </cell>
32654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32655 \begin_inset Text
32656
32657 \begin_layout Plain Layout
32658 % of line width
32659 \end_layout
32660
32661 \end_inset
32662 </cell>
32663 </row>
32664 <row>
32665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32666 \begin_inset Text
32667
32668 \begin_layout Plain Layout
32669 theight%
32670 \end_layout
32671
32672 \end_inset
32673 </cell>
32674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32675 \begin_inset Text
32676
32677 \begin_layout Plain Layout
32678 % of text height
32679 \end_layout
32680
32681 \end_inset
32682 </cell>
32683 </row>
32684 <row>
32685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32686 \begin_inset Text
32687
32688 \begin_layout Plain Layout
32689 pheight%
32690 \end_layout
32691
32692 \end_inset
32693 </cell>
32694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32695 \begin_inset Text
32696
32697 \begin_layout Plain Layout
32698 % of paper height
32699 \end_layout
32700
32701 \end_inset
32702 </cell>
32703 </row>
32704 <row>
32705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32706 \begin_inset Text
32707
32708 \begin_layout Plain Layout
32709 ex
32710 \end_layout
32711
32712 \end_inset
32713 </cell>
32714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32715 \begin_inset Text
32716
32717 \begin_layout Plain Layout
32718 height of letter 
32719 \emph on
32720 x
32721 \emph default
32722  in current font
32723 \end_layout
32724
32725 \end_inset
32726 </cell>
32727 </row>
32728 <row>
32729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32730 \begin_inset Text
32731
32732 \begin_layout Plain Layout
32733 em
32734 \end_layout
32735
32736 \end_inset
32737 </cell>
32738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32739 \begin_inset Text
32740
32741 \begin_layout Plain Layout
32742 width of letter 
32743 \emph on
32744 M
32745 \emph default
32746  in current font
32747 \end_layout
32748
32749 \end_inset
32750 </cell>
32751 </row>
32752 <row>
32753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32754 \begin_inset Text
32755
32756 \begin_layout Plain Layout
32757 mu
32758 \end_layout
32759
32760 \end_inset
32761 </cell>
32762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32763 \begin_inset Text
32764
32765 \begin_layout Plain Layout
32766 math unit (1
32767 \begin_inset space \thinspace{}
32768 \end_inset
32769
32770 mu = 1/18
32771 \begin_inset space \thinspace{}
32772 \end_inset
32773
32774 em)
32775 \end_layout
32776
32777 \end_inset
32778 </cell>
32779 </row>
32780 </lyxtabular>
32781
32782 \end_inset
32783
32784
32785 \end_layout
32786
32787 \end_inset
32788
32789
32790 \end_layout
32791
32792 \begin_layout Chapter
32793 Output File Formats with Graphics
32794 \begin_inset CommandInset label
32795 LatexCommand label
32796 name "cha:Output-File-Formats"
32797
32798 \end_inset
32799
32800
32801 \end_layout
32802
32803 \begin_layout Section
32804 DVI
32805 \begin_inset Index
32806 status collapsed
32807
32808 \begin_layout Plain Layout
32809 File Formats ! DVI
32810 \end_layout
32811
32812 \end_inset
32813
32814
32815 \begin_inset Index
32816 status collapsed
32817
32818 \begin_layout Plain Layout
32819 DVI|see
32820 \begin_inset ERT
32821 status collapsed
32822
32823 \begin_layout Plain Layout
32824
32825 {
32826 \end_layout
32827
32828 \end_inset
32829
32830 File Formats
32831 \begin_inset ERT
32832 status collapsed
32833
32834 \begin_layout Plain Layout
32835
32836 }
32837 \end_layout
32838
32839 \end_inset
32840
32841
32842 \end_layout
32843
32844 \end_inset
32845
32846
32847 \end_layout
32848
32849 \begin_layout Standard
32850 This file type has the extension 
32851 \begin_inset Quotes eld
32852 \end_inset
32853
32854
32855 \family typewriter
32856 .dvi
32857 \family default
32858
32859 \begin_inset Quotes erd
32860 \end_inset
32861
32862 .
32863  It is called 
32864 \begin_inset Quotes eld
32865 \end_inset
32866
32867 device-independent
32868 \begin_inset Quotes erd
32869 \end_inset
32870
32871  (DVI), because it is completely portable; you can move them from one machine
32872  to another without needing to do any sort of conversion.
32873  At the time when this file-format was developed, this was no matter of
32874  course.
32875  DVIs are used for quick previews and as pre-stage for other output formats,
32876  like PostScript.
32877 \end_layout
32878
32879 \begin_layout Standard
32880 \begin_inset Note Greyedout
32881 status open
32882
32883 \begin_layout Plain Layout
32884
32885 \series bold
32886 Note:
32887 \series default
32888  DVI-files doesn't contain images, they will only be a linked.
32889 \end_layout
32890
32891 \end_inset
32892
32893  So don't forget this, if you move your 
32894 \family typewriter
32895 .dvi
32896 \family default
32897  file to another computer.
32898  This property can also slow down your computer when you view the DVI.
32899  Because the DVI-viewer has to convert the image in the background to make
32900  it visible when you scroll in the DVI.
32901  So we recommend to use PDF for files with many images.
32902 \end_layout
32903
32904 \begin_layout Standard
32905 You can export your document to DVI by using the menu 
32906 \family sans
32907 File\SpecialChar \menuseparator
32908 Export\SpecialChar \menuseparator
32909 DVI
32910 \family default
32911 .
32912  You can view your document as DVI via the 
32913 \family sans
32914 View
32915 \family default
32916  menu or by using the toolbar button 
32917 \begin_inset Graphics
32918         filename ../images/buffer-view_dvi.png
32919         scale 85
32920         scaleBeforeRotation
32921
32922 \end_inset
32923
32924 .
32925 \end_layout
32926
32927 \begin_layout Section
32928 PostScript
32929 \begin_inset CommandInset label
32930 LatexCommand label
32931 name "sec:PostScript"
32932
32933 \end_inset
32934
32935
32936 \begin_inset Index
32937 status collapsed
32938
32939 \begin_layout Plain Layout
32940 File Formats ! PostScript
32941 \end_layout
32942
32943 \end_inset
32944
32945
32946 \begin_inset Index
32947 status collapsed
32948
32949 \begin_layout Plain Layout
32950 PostScript|see
32951 \begin_inset ERT
32952 status collapsed
32953
32954 \begin_layout Plain Layout
32955
32956 {
32957 \end_layout
32958
32959 \end_inset
32960
32961 File Formats
32962 \begin_inset ERT
32963 status collapsed
32964
32965 \begin_layout Plain Layout
32966
32967 }
32968 \end_layout
32969
32970 \end_inset
32971
32972
32973 \end_layout
32974
32975 \end_inset
32976
32977
32978 \end_layout
32979
32980 \begin_layout Standard
32981 This file type has the extension 
32982 \begin_inset Quotes eld
32983 \end_inset
32984
32985
32986 \family typewriter
32987 .ps
32988 \family default
32989
32990 \begin_inset Quotes erd
32991 \end_inset
32992
32993 .
32994  PostScript was developed by the company 
32995 \family typewriter
32996 Adobe
32997 \family default
32998  as printer language.
32999  The file contains therefore commands that the printer uses to print the
33000  file.
33001  PostScript can be seen as 
33002 \begin_inset Quotes eld
33003 \end_inset
33004
33005 programming language
33006 \begin_inset Quotes erd
33007 \end_inset
33008
33009 ; you can calculate with it and draw diagrams and images
33010 \begin_inset Foot
33011 status collapsed
33012
33013 \begin_layout Plain Layout
33014 If you are interested to learn more about this, have a look at the LaTeX-package
33015  
33016 \series bold
33017 PSTricks
33018 \series default
33019  
33020 \begin_inset CommandInset citation
33021 LatexCommand cite
33022 key "pstricks"
33023
33024 \end_inset
33025
33026 .
33027 \end_layout
33028
33029 \end_inset
33030
33031 .
33032  Due to this ability, the files are often bigger than PDFs.
33033 \end_layout
33034
33035 \begin_layout Standard
33036 PostScript can only contain images in the format 
33037 \begin_inset Quotes eld
33038 \end_inset
33039
33040 Encapsulated PostScript
33041 \begin_inset Quotes erd
33042 \end_inset
33043
33044  (EPS, file extension 
33045 \begin_inset Quotes eld
33046 \end_inset
33047
33048
33049 \family typewriter
33050 .eps
33051 \family default
33052
33053 \begin_inset Quotes erd
33054 \end_inset
33055
33056 ).
33057  As LyX allows you to use any known image format in your document, it has
33058  to convert images in the background to EPS.
33059  If you have e.g 50 images in your document, LyX has to do 50 conversions
33060  whenever you view or export your document.
33061  This will slow down your work flow with LyX drastically.
33062  So if you plan to use PostScript, you can insert your images directly as
33063  EPS to avoid this problem.
33064 \end_layout
33065
33066 \begin_layout Standard
33067 You can export your document to PostScript using the menu 
33068 \family sans
33069 File\SpecialChar \menuseparator
33070 Export\SpecialChar \menuseparator
33071 Postscript
33072 \family default
33073 .
33074  You can view your document as PostScript via the 
33075 \family sans
33076 View
33077 \family default
33078  menu or by using the toolbar button 
33079 \begin_inset Graphics
33080         filename ../images/buffer-view_ps.png
33081         scale 85
33082         scaleBeforeRotation
33083
33084 \end_inset
33085
33086 .
33087 \end_layout
33088
33089 \begin_layout Section
33090 PDF
33091 \begin_inset Index
33092 status collapsed
33093
33094 \begin_layout Plain Layout
33095 File Formats ! PDF
33096 \end_layout
33097
33098 \end_inset
33099
33100
33101 \begin_inset Index
33102 status collapsed
33103
33104 \begin_layout Plain Layout
33105 PDF
33106 \end_layout
33107
33108 \end_inset
33109
33110
33111 \end_layout
33112
33113 \begin_layout Standard
33114 This file type has the extension 
33115 \begin_inset Quotes eld
33116 \end_inset
33117
33118
33119 \family typewriter
33120 .pdf
33121 \family default
33122
33123 \begin_inset Quotes erd
33124 \end_inset
33125
33126 .
33127  The 
33128 \begin_inset Quotes eld
33129 \end_inset
33130
33131 Portable Document Format
33132 \begin_inset Quotes erd
33133 \end_inset
33134
33135  (PDF) is developed by 
33136 \family typewriter
33137 Adobe
33138 \family default
33139  as derivative from PostScript.
33140  It is more compressed and it uses much less commands than PostScript.
33141  As the name 
33142 \begin_inset Quotes eld
33143 \end_inset
33144
33145 portable
33146 \begin_inset Quotes erd
33147 \end_inset
33148
33149  implies, it can be processed at any computer system and the printed output
33150  looks exactly the same.
33151 \end_layout
33152
33153 \begin_layout Standard
33154 PDF can contain images in its own PDF format, in the format 
33155 \begin_inset Quotes eld
33156 \end_inset
33157
33158 Joint Photographic Experts Group
33159 \begin_inset Quotes erd
33160 \end_inset
33161
33162  (JPG, file extension 
33163 \begin_inset Quotes eld
33164 \end_inset
33165
33166
33167 \family typewriter
33168 .jpg
33169 \family default
33170
33171 \begin_inset Quotes erd
33172 \end_inset
33173
33174  or 
33175 \begin_inset Quotes eld
33176 \end_inset
33177
33178
33179 \family typewriter
33180 .jpeg
33181 \family default
33182
33183 \begin_inset Quotes erd
33184 \end_inset
33185
33186 ), and in the format 
33187 \begin_inset Quotes eld
33188 \end_inset
33189
33190 Portable Network Graphics
33191 \begin_inset Quotes erd
33192 \end_inset
33193
33194  (PNG, file extension 
33195 \begin_inset Quotes eld
33196 \end_inset
33197
33198
33199 \family typewriter
33200 .png
33201 \family default
33202
33203 \begin_inset Quotes erd
33204 \end_inset
33205
33206 ).
33207  Nevertheless you can use any other image format, because LyX converts them
33208  in the background to one of these formats.
33209  But as described in the section about PostScript, the image conversion
33210  will slow down your work flow.
33211  So it is recommended to use images in one of the three mentioned formats.
33212 \end_layout
33213
33214 \begin_layout Standard
33215 You can export your document to PDF via the menu 
33216 \family sans
33217 File\SpecialChar \menuseparator
33218 Export
33219 \family default
33220  in three different ways:
33221 \end_layout
33222
33223 \begin_layout Description
33224 PDF
33225 \begin_inset space ~
33226 \end_inset
33227
33228 (ps2pdf) This uses the program 
33229 \family typewriter
33230 ps2pdf
33231 \family default
33232  that creates a PDF from a PostScript-version of your file.
33233  The PostScript-version is produced by the program 
33234 \family typewriter
33235 dvips
33236 \family default
33237  which uses a DVI-version as intermediate step.
33238  So this export variant consist of three conversions.
33239 \end_layout
33240
33241 \begin_layout Description
33242 PDF
33243 \begin_inset space ~
33244 \end_inset
33245
33246 (dvipdfm) This uses the program 
33247 \family typewriter
33248 dvipdfm
33249 \family default
33250  that converts your file in the background to DVI and in a second step to
33251  PDF.
33252 \end_layout
33253
33254 \begin_layout Description
33255 PDF
33256 \begin_inset space ~
33257 \end_inset
33258
33259 (pdflatex) This uses the program 
33260 \family typewriter
33261 pdftex
33262 \family default
33263  that converts your file directly to PDF.
33264 \end_layout
33265
33266 \begin_layout Standard
33267 It is recommended to use 
33268 \family sans
33269 PDF
33270 \begin_inset space ~
33271 \end_inset
33272
33273 (pdflatex)
33274 \family default
33275  because 
33276 \family typewriter
33277 pdftex
33278 \family default
33279  supports all features of actual PDF-versions, is quick and works stable
33280  without problems.
33281  The program 
33282 \family typewriter
33283 dvipdfm
33284 \family default
33285  is not under development and therefore a bit outdated.
33286 \end_layout
33287
33288 \begin_layout Standard
33289 You can view your document as PDF via the 
33290 \family sans
33291 View
33292 \family default
33293  menu or by using the toolbar button 
33294 \begin_inset Graphics
33295         filename ../images/buffer-view_pdf2.png
33296         scale 85
33297         scaleBeforeRotation
33298
33299 \end_inset
33300
33301  
33302 \family sans
33303 (
33304 \family default
33305 that uses 
33306 \family sans
33307 PDF
33308 \begin_inset space ~
33309 \end_inset
33310
33311 (pdflatex)
33312 \family default
33313 ).
33314 \end_layout
33315
33316 \begin_layout Chapter
33317 Explanation of Equation
33318 \begin_inset space ~
33319 \end_inset
33320
33321
33322 \begin_inset CommandInset ref
33323 LatexCommand eqref
33324 reference "eq:Wgn"
33325
33326 \end_inset
33327
33328
33329 \begin_inset CommandInset label
33330 LatexCommand label
33331 name "cha:Explanation-of-Equation"
33332
33333 \end_inset
33334
33335
33336 \end_layout
33337
33338 \begin_layout Standard
33339 The total width of 
33340 \emph on
33341 n
33342 \emph default
33343  table cells 
33344 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33345 \end_inset
33346
33347  can be calculated to
33348 \end_layout
33349
33350 \begin_layout Standard
33351 \begin_inset Formula \begin{equation}
33352 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}
33353
33354 \end_inset
33355
33356
33357 \end_layout
33358
33359 \begin_layout Standard
33360 Where 
33361 \begin_inset Formula $W_{g\, n}$
33362 \end_inset
33363
33364  is the given width of all cells.
33365  
33366 \series bold
33367
33368 \backslash
33369 tabcolsep
33370 \series default
33371  is the LaTeX-length between the cell text and the cell border, its default
33372  value is 6
33373 \begin_inset space \thinspace{}
33374 \end_inset
33375
33376 pt.
33377  
33378 \series bold
33379
33380 \backslash
33381 arrayrulewidth
33382 \series default
33383  is the thickness of the cell border line, the default is 0.4
33384 \begin_inset space \thinspace{}
33385 \end_inset
33386
33387 pt.
33388 \end_layout
33389
33390 \begin_layout Standard
33391 Following equation
33392 \begin_inset space ~
33393 \end_inset
33394
33395
33396 \begin_inset CommandInset ref
33397 LatexCommand eqref
33398 reference "eq:Wtot_n"
33399
33400 \end_inset
33401
33402 , the total width of a multicolumn 
33403 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33404 \end_inset
33405
33406  is
33407 \end_layout
33408
33409 \begin_layout Standard
33410 \begin_inset Formula \begin{equation}
33411 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
33412
33413 \end_inset
33414
33415
33416 \end_layout
33417
33418 \begin_layout Standard
33419 By setting equation
33420 \begin_inset space ~
33421 \end_inset
33422
33423
33424 \begin_inset CommandInset ref
33425 LatexCommand eqref
33426 reference "eq:Wtot_n"
33427
33428 \end_inset
33429
33430  and 
33431 \begin_inset CommandInset ref
33432 LatexCommand eqref
33433 reference "eq:Wtot_mult"
33434
33435 \end_inset
33436
33437  equal we can calculate the needed given width 
33438 \begin_inset Formula $W_{g\, n}$
33439 \end_inset
33440
33441  when 
33442 \emph on
33443 n
33444 \emph default
33445  columns are spanned, so that each column has a total width of 
33446 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
33447 \end_inset
33448
33449 :
33450 \end_layout
33451
33452 \begin_layout Standard
33453 \begin_inset Formula \begin{equation}
33454 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
33455
33456 \end_inset
33457
33458
33459 \end_layout
33460
33461 \begin_layout Bibliography
33462 \begin_inset CommandInset bibitem
33463 LatexCommand bibitem
33464 key "latexcompanion"
33465
33466 \end_inset
33467
33468 Frank Mittelbach and Michel Goossens: 
33469 \emph on
33470 The LaTeX Companion Second Edition.
33471
33472 \emph default
33473  Addison-Wesley, 2004
33474 \end_layout
33475
33476 \begin_layout Bibliography
33477 \begin_inset CommandInset bibitem
33478 LatexCommand bibitem
33479 key "latexguide"
33480
33481 \end_inset
33482
33483 Helmut Kopka and Patrick W.
33484  Daly: 
33485 \emph on
33486 A Guide to LaTeX Fourth Edition.
33487
33488 \emph default
33489  Addison-Wesley, 2003
33490 \end_layout
33491
33492 \begin_layout Bibliography
33493 \begin_inset CommandInset bibitem
33494 LatexCommand bibitem
33495 key "latexbook"
33496
33497 \end_inset
33498
33499 Leslie Lamport: 
33500 \emph on
33501 LaTeX: A Document Preparation System.
33502
33503 \emph default
33504  Addison-Wesley, second edition, 1994
33505 \end_layout
33506
33507 \begin_layout Bibliography
33508 \begin_inset CommandInset bibitem
33509 LatexCommand bibitem
33510 key "booktabs"
33511
33512 \end_inset
33513
33514 Documentation of the LaTeX-package 
33515 \series bold
33516
33517 \begin_inset CommandInset href
33518 LatexCommand href
33519 name "booktabs"
33520 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
33521
33522 \end_inset
33523
33524
33525 \series default
33526
33527 \begin_inset Index
33528 status collapsed
33529
33530 \begin_layout Plain Layout
33531 LaTeX-packages ! booktabs
33532 \end_layout
33533
33534 \end_inset
33535
33536
33537 \end_layout
33538
33539 \begin_layout Bibliography
33540 \begin_inset CommandInset bibitem
33541 LatexCommand bibitem
33542 key "caption"
33543
33544 \end_inset
33545
33546 Documentation of the LaTeX-package 
33547 \series bold
33548
33549 \begin_inset CommandInset href
33550 LatexCommand href
33551 name "caption"
33552 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
33553
33554 \end_inset
33555
33556
33557 \series default
33558
33559 \begin_inset Index
33560 status collapsed
33561
33562 \begin_layout Plain Layout
33563 LaTeX-packages ! caption
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 "endfloat"
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 "endfloat"
33584 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.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 ! endfloat
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 "wrapfig"
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 "wrapfig"
33616 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
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 ! wrapfig
33628 \begin_inset ERT
33629 status collapsed
33630
33631 \begin_layout Plain Layout
33632
33633
33634 \backslash
33635 vspace{4mm}
33636 \end_layout
33637
33638 \end_inset
33639
33640
33641 \end_layout
33642
33643 \end_inset
33644
33645
33646 \end_layout
33647
33648 \begin_layout Bibliography
33649 \begin_inset CommandInset bibitem
33650 LatexCommand bibitem
33651 key "footmisc"
33652
33653 \end_inset
33654
33655 Documentation of the LaTeX-package 
33656 \series bold
33657
33658 \begin_inset CommandInset href
33659 LatexCommand href
33660 name "footmisc"
33661 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
33662
33663 \end_inset
33664
33665
33666 \series default
33667
33668 \begin_inset Index
33669 status collapsed
33670
33671 \begin_layout Plain Layout
33672 LaTeX-packages ! footmisc
33673 \end_layout
33674
33675 \end_inset
33676
33677
33678 \end_layout
33679
33680 \begin_layout Bibliography
33681 \begin_inset CommandInset bibitem
33682 LatexCommand bibitem
33683 key "hypcap"
33684
33685 \end_inset
33686
33687 Documentation of the LaTeX-package 
33688 \series bold
33689
33690 \begin_inset CommandInset href
33691 LatexCommand href
33692 name "hypcap"
33693 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
33694
33695 \end_inset
33696
33697
33698 \series default
33699
33700 \begin_inset Index
33701 status collapsed
33702
33703 \begin_layout Plain Layout
33704 LaTeX-packages ! hyperref
33705 \end_layout
33706
33707 \end_inset
33708
33709
33710 \end_layout
33711
33712 \begin_layout Bibliography
33713 \begin_inset CommandInset bibitem
33714 LatexCommand bibitem
33715 key "hyperref"
33716
33717 \end_inset
33718
33719 Documentation of the LaTeX-package 
33720 \series bold
33721
33722 \begin_inset CommandInset href
33723 LatexCommand href
33724 name "hyperref"
33725 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
33726
33727 \end_inset
33728
33729
33730 \series default
33731
33732 \begin_inset Index
33733 status collapsed
33734
33735 \begin_layout Plain Layout
33736 LaTeX-packages ! hyperref
33737 \end_layout
33738
33739 \end_inset
33740
33741
33742 \end_layout
33743
33744 \begin_layout Bibliography
33745 \begin_inset CommandInset bibitem
33746 LatexCommand bibitem
33747 key "koma-script"
33748
33749 \end_inset
33750
33751 Documentation of the LaTeX-package 
33752 \series bold
33753
33754 \begin_inset CommandInset href
33755 LatexCommand href
33756 name "koma-script"
33757 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
33758
33759 \end_inset
33760
33761
33762 \series default
33763
33764 \begin_inset Index
33765 status collapsed
33766
33767 \begin_layout Plain Layout
33768 LaTeX-packages ! koma-script
33769 \end_layout
33770
33771 \end_inset
33772
33773
33774 \end_layout
33775
33776 \begin_layout Bibliography
33777 \begin_inset CommandInset bibitem
33778 LatexCommand bibitem
33779 key "listings"
33780
33781 \end_inset
33782
33783 Documentation of the LaTeX-package 
33784 \series bold
33785
33786 \begin_inset CommandInset href
33787 LatexCommand href
33788 name "listings"
33789 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
33790
33791 \end_inset
33792
33793
33794 \series default
33795
33796 \begin_inset Index
33797 status collapsed
33798
33799 \begin_layout Plain Layout
33800 LaTeX-packages ! listings
33801 \end_layout
33802
33803 \end_inset
33804
33805
33806 \end_layout
33807
33808 \begin_layout Bibliography
33809 \begin_inset CommandInset bibitem
33810 LatexCommand bibitem
33811 key "marginnote"
33812
33813 \end_inset
33814
33815 Documentation of the LaTeX-package 
33816 \series bold
33817
33818 \begin_inset CommandInset href
33819 LatexCommand href
33820 name "marginnote"
33821 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
33822
33823 \end_inset
33824
33825
33826 \series default
33827
33828 \begin_inset Index
33829 status collapsed
33830
33831 \begin_layout Plain Layout
33832 LaTeX-packages ! marginnote
33833 \end_layout
33834
33835 \end_inset
33836
33837
33838 \end_layout
33839
33840 \begin_layout Bibliography
33841 \begin_inset CommandInset bibitem
33842 LatexCommand bibitem
33843 key "pstricks"
33844
33845 \end_inset
33846
33847 Web page of the LaTeX-package 
33848 \series bold
33849
33850 \begin_inset CommandInset href
33851 LatexCommand href
33852 name "PSTricks"
33853 target "http://tug.org/PSTricks/"
33854
33855 \end_inset
33856
33857
33858 \series default
33859
33860 \begin_inset Index
33861 status collapsed
33862
33863 \begin_layout Plain Layout
33864 LaTeX-packages ! PSTricks
33865 \end_layout
33866
33867 \end_inset
33868
33869
33870 \end_layout
33871
33872 \begin_layout Bibliography
33873 \begin_inset CommandInset bibitem
33874 LatexCommand bibitem
33875 key "sidecap"
33876
33877 \end_inset
33878
33879 Documentation of the LaTeX-package 
33880 \series bold
33881
33882 \begin_inset CommandInset href
33883 LatexCommand href
33884 name "sidecap"
33885 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
33886
33887 \end_inset
33888
33889
33890 \series default
33891
33892 \begin_inset Index
33893 status collapsed
33894
33895 \begin_layout Plain Layout
33896 LaTeX-packages ! sidecap
33897 \end_layout
33898
33899 \end_inset
33900
33901
33902 \end_layout
33903
33904 \begin_layout Bibliography
33905 \begin_inset CommandInset bibitem
33906 LatexCommand bibitem
33907 key "NewInLyX16"
33908
33909 \end_inset
33910
33911
33912 \begin_inset CommandInset href
33913 LatexCommand href
33914 name "Wiki page"
33915 target "http://wiki.lyx.org/LyX/NewInLyX16"
33916
33917 \end_inset
33918
33919  about new features in 
33920 \family sans
33921 LyX 1.6.0
33922 \family default
33923 .
33924 \end_layout
33925
33926 \begin_layout Standard
33927 \begin_inset CommandInset index_print
33928 LatexCommand printindex
33929
33930 \end_inset
33931
33932
33933 \end_layout
33934
33935 \begin_layout Standard
33936 \begin_inset FloatList figure
33937
33938 \end_inset
33939
33940
33941 \end_layout
33942
33943 \begin_layout Standard
33944 \begin_inset FloatList table
33945
33946 \end_inset
33947
33948
33949 \end_layout
33950
33951 \begin_layout Standard
33952 \begin_inset FloatList algorithm
33953
33954 \end_inset
33955
33956
33957 \end_layout
33958
33959 \end_body
33960 \end_document