]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
f387af2302febcb246d83ff4b19a42bde65a3333
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 1.6.0rc3 created this file. For more info see http://www.lyx.org/
2 \lyxformat 340
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC is numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \usepackage{sidecap}
37
38 \newcommand{\TabBesBeg}{%
39  \let\MyTable\table
40  \let\MyEndtable\endtable
41  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
42
43 \newcommand{\TabBesEnd}{%
44  \let\table\MyTable
45  \let\endtable\MyEndtable}
46
47 \newcommand{\FigBesBeg}{%
48  \let\MyFigure\figure
49  \let\MyEndfigure\endfigure
50  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
51
52 \newcommand{\FigBesEnd}{%
53  \let\figure\MyFigure
54  \let\endfigure\MyEndfigure}
55
56 % enables calculation of values,
57 \usepackage{calc}
58
59 % provides special table cell alignments
60 \usepackage{dcolumn}
61
62 % increase the bottom float placement fraction
63 \renewcommand{\bottomfraction}{0.5}
64
65 % avoids that floats are placed before their
66 % corresponding section starts
67 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
68
69 % speed up the longtable calculation
70 \setcounter{LTchunksize}{100}
71
72 % used for scaled and rotated boxes
73 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
74
75 % used for colored tables
76 \@ifundefined{textcolor}
77  {\usepackage{color}}{}
78 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
79 \definecolor{lightgrey}{gray}{0.8}
80
81 % check for package colortbl
82 % used for colored table cells
83 \newboolean{colortbl}
84 \IfFileExists{colortbl.sty}
85  {\usepackage{colortbl}
86   \setboolean{colortbl}{true}}
87  {\setboolean{colortbl}{false}}
88
89 % used for multirows
90 \usepackage{multirow}
91 %\renewcommand{\multirowsetup}{\centering}
92
93 % used for book-style tables
94 \usepackage{booktabs}
95
96 % used to have extra space in table cells
97 \@ifundefined{extrarowheight}
98  {\usepackage{array}}{}
99 \setlength{\extrarowheight}{2pt}
100
101 % used for customized tables
102 % ---
103 \newcolumntype{M}[1]
104  {>{\centering\hspace{0pt}}m{#1}}
105
106 \newcolumntype{S}[2]
107  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
108
109 \newcolumntype{K}[1]
110  {>{\columncolor{#1}\hspace{0pt}}c}
111
112 \newcolumntype{V}{!{\vrule width 1.5pt}}
113
114 \newcolumntype{W}{!{\color{green}\vline}}
115 % ---
116
117 % insert additional vertical space of
118 % 1.5 mm between footnotes
119 \let\myFoot\footnote
120 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
121
122 % number algorithm floats within chapters
123 \numberwithin{algorithm}{chapter}
124
125 % redefine the greyed out note
126 \renewenvironment{lyxgreyedout}
127  {\textcolor{blue}\bgroup}{\egroup}
128
129 % ------------------------------------
130 % used to check for needed LaTeX packages
131 \usepackage{ifthen}
132
133 % check for package arydshln
134 % used for tables with dashed lines
135 \newboolean{arydshln}
136 \IfFileExists{arydshln.sty}
137  {\usepackage{arydshln}
138   \setboolean{arydshln}{true}}
139  {\setboolean{arydshln}{false}}
140
141 % check for package marginnote
142 % used for margin notes
143 \newboolean{marginnote}
144 \IfFileExists{marginnote.sty}
145  {\usepackage{marginnote}
146   \let\marginpar\marginnote
147   \setboolean{marginnote}{true}}
148  {\setboolean{marginnote}{false}}
149
150 % check for package sidecap
151 % used for captions on the side
152 \newboolean{sidecap}
153 \IfFileExists{sidecap.sty}
154  {\usepackage{sidecap}
155   \let\marginpar\marginnote
156   \setboolean{sidecap}{true}}
157  {\setboolean{sidecap}{false}}
158
159 % redefine the \LyX macro for PDF bookmarks
160 \def\LyX{\texorpdfstring{%
161   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
162   {LyX }}
163 \end_preamble
164 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
165 \language english
166 \inputencoding auto
167 \font_roman default
168 \font_sans default
169 \font_typewriter default
170 \font_default_family default
171 \font_sc false
172 \font_osf false
173 \font_sf_scale 100
174 \font_tt_scale 100
175
176 \graphics default
177 \paperfontsize 12
178 \spacing single
179 \use_hyperref true
180 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
181 \pdf_author "LyX Team, Uwe Stöhr"
182 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
183 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
184 \pdf_bookmarks true
185 \pdf_bookmarksnumbered true
186 \pdf_bookmarksopen true
187 \pdf_bookmarksopenlevel 1
188 \pdf_breaklinks false
189 \pdf_pdfborder false
190 \pdf_colorlinks true
191 \pdf_backref false
192 \pdf_pagebackref false
193 \pdf_pdfusetitle false
194 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
195 \papersize default
196 \use_geometry false
197 \use_amsmath 2
198 \use_esint 0
199 \cite_engine basic
200 \use_bibtopic false
201 \paperorientation portrait
202 \secnumdepth 3
203 \tocdepth 3
204 \paragraph_separation skip
205 \defskip medskip
206 \quotes_language english
207 \papercolumns 1
208 \papersides 2
209 \paperpagestyle default
210 \bullet 1 1 34 -1
211 \bullet 2 2 35 -1
212 \bullet 3 2 7 -1
213 \tracking_changes false
214 \output_changes false
215 \author "" 
216 \author "" 
217 \end_header
218
219 \begin_body
220
221 \begin_layout Title
222 LyX's detailed Figure, Table, Floats, Notes, Boxes and External Material
223  manual
224 \end_layout
225
226 \begin_layout Author
227 by the LyX Team
228 \begin_inset Foot
229 status collapsed
230
231 \begin_layout Plain Layout
232 \noindent
233 If you have comments or error corrections, please send them to the LyX Documenta
234 tion mailing list: 
235 \begin_inset CommandInset href
236 LatexCommand href
237 name "lyx-docs@lists.lyx.org"
238 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
239 type "mailto:"
240
241 \end_inset
242
243
244 \end_layout
245
246 \end_inset
247
248
249 \begin_inset Note Note
250 status collapsed
251
252 \begin_layout Plain Layout
253 author: Uwe Stöhr
254 \end_layout
255
256 \end_inset
257
258
259 \begin_inset Newline newline
260 \end_inset
261
262
263 \begin_inset Newline newline
264 \end_inset
265
266
267 \family sans
268 Version 1.6svn
269 \end_layout
270
271 \begin_layout Standard
272 \begin_inset CommandInset toc
273 LatexCommand tableofcontents
274
275 \end_inset
276
277
278 \end_layout
279
280 \begin_layout Standard
281 \begin_inset Note Note
282 status open
283
284 \begin_layout Plain Layout
285 To export all parts of this document to PDF, PS, or DVI the LaTeX-packages
286  
287 \series bold
288 arydshln
289 \series default
290
291 \series bold
292 colortbl
293 \series default
294
295 \series bold
296 marginnote
297 \series default
298 , and 
299 \series bold
300 sidecap
301 \series default
302  must be installed.
303  If they are not installed you can export the document anyway but the sections
304  where the packages are required won't appear in the output.
305 \end_layout
306
307 \begin_layout Plain Layout
308 The latest PDF-version of this document can be found here:
309 \begin_inset Newline newline
310 \end_inset
311
312
313 \series bold
314 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
315 \end_layout
316
317 \end_inset
318
319
320 \end_layout
321
322 \begin_layout Chapter
323 Figures
324 \begin_inset 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 \family sans
11055 Ctrl-Shift-Return
11056 \family default
11057 ) was added.
11058  If the text is wider than the set cell width, it will automatically be
11059  broken to several lines.
11060 \end_layout
11061
11062 \begin_layout Standard
11063 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11064  by LaTeX if it is the first entry.
11065  Therefore you need to insert something, to make the word not being the
11066  first entry.
11067  So add a horizontal space of 0
11068 \begin_inset space \thinspace{}
11069 \end_inset
11070
11071 pt before the word.
11072  As the space is zero, it doesn't change the output.
11073  Table
11074 \begin_inset space ~
11075 \end_inset
11076
11077
11078 \begin_inset CommandInset ref
11079 LatexCommand ref
11080 reference "tab:Table-with-and"
11081
11082 \end_inset
11083
11084  shows the effect.
11085 \end_layout
11086
11087 \begin_layout Standard
11088 \begin_inset Float table
11089 placement h
11090 wide false
11091 sideways false
11092 status open
11093
11094 \begin_layout Plain Layout
11095 \begin_inset Caption
11096
11097 \begin_layout Plain Layout
11098 \begin_inset CommandInset label
11099 LatexCommand label
11100 name "tab:Table-with-and"
11101
11102 \end_inset
11103
11104 Table with and without hyphenation
11105 \end_layout
11106
11107 \end_inset
11108
11109
11110 \end_layout
11111
11112 \begin_layout Plain Layout
11113 \begin_inset space \hfill{}
11114 \end_inset
11115
11116
11117 \begin_inset Tabular
11118 <lyxtabular version="3" rows="3" columns="3">
11119 <features>
11120 <column alignment="center" valignment="middle" width="2.5cm">
11121 <column alignment="center" valignment="middle" width="0">
11122 <column alignment="center" valignment="middle" width="0">
11123 <row>
11124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11125 \begin_inset Text
11126
11127 \begin_layout Plain Layout
11128 verylongtablecellword
11129 \end_layout
11130
11131 \end_inset
11132 </cell>
11133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11134 \begin_inset Text
11135
11136 \begin_layout Plain Layout
11137 b
11138 \end_layout
11139
11140 \end_inset
11141 </cell>
11142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11143 \begin_inset Text
11144
11145 \begin_layout Plain Layout
11146 c
11147 \end_layout
11148
11149 \end_inset
11150 </cell>
11151 </row>
11152 <row>
11153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11154 \begin_inset Text
11155
11156 \begin_layout Plain Layout
11157 d
11158 \end_layout
11159
11160 \end_inset
11161 </cell>
11162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11163 \begin_inset Text
11164
11165 \begin_layout Plain Layout
11166 e
11167 \end_layout
11168
11169 \end_inset
11170 </cell>
11171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11172 \begin_inset Text
11173
11174 \begin_layout Plain Layout
11175 f
11176 \end_layout
11177
11178 \end_inset
11179 </cell>
11180 </row>
11181 <row>
11182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11183 \begin_inset Text
11184
11185 \begin_layout Plain Layout
11186 g
11187 \end_layout
11188
11189 \end_inset
11190 </cell>
11191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11192 \begin_inset Text
11193
11194 \begin_layout Plain Layout
11195 h
11196 \end_layout
11197
11198 \end_inset
11199 </cell>
11200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11201 \begin_inset Text
11202
11203 \begin_layout Plain Layout
11204 i
11205 \end_layout
11206
11207 \end_inset
11208 </cell>
11209 </row>
11210 </lyxtabular>
11211
11212 \end_inset
11213
11214
11215 \begin_inset space \hfill{}
11216 \end_inset
11217
11218
11219 \begin_inset Tabular
11220 <lyxtabular version="3" rows="3" columns="3">
11221 <features>
11222 <column alignment="center" valignment="middle" width="2.5cm">
11223 <column alignment="center" valignment="middle" width="0">
11224 <column alignment="center" valignment="middle" width="0">
11225 <row>
11226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11227 \begin_inset Text
11228
11229 \begin_layout Plain Layout
11230 \begin_inset space \hspace{}
11231 \length 0pt
11232 \end_inset
11233
11234 verylongtablecellword
11235 \end_layout
11236
11237 \end_inset
11238 </cell>
11239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11240 \begin_inset Text
11241
11242 \begin_layout Plain Layout
11243 b
11244 \end_layout
11245
11246 \end_inset
11247 </cell>
11248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11249 \begin_inset Text
11250
11251 \begin_layout Plain Layout
11252 c
11253 \end_layout
11254
11255 \end_inset
11256 </cell>
11257 </row>
11258 <row>
11259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11260 \begin_inset Text
11261
11262 \begin_layout Plain Layout
11263 d
11264 \end_layout
11265
11266 \end_inset
11267 </cell>
11268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11269 \begin_inset Text
11270
11271 \begin_layout Plain Layout
11272 e
11273 \end_layout
11274
11275 \end_inset
11276 </cell>
11277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11278 \begin_inset Text
11279
11280 \begin_layout Plain Layout
11281 f
11282 \end_layout
11283
11284 \end_inset
11285 </cell>
11286 </row>
11287 <row>
11288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11289 \begin_inset Text
11290
11291 \begin_layout Plain Layout
11292 g
11293 \end_layout
11294
11295 \end_inset
11296 </cell>
11297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11298 \begin_inset Text
11299
11300 \begin_layout Plain Layout
11301 h
11302 \end_layout
11303
11304 \end_inset
11305 </cell>
11306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11307 \begin_inset Text
11308
11309 \begin_layout Plain Layout
11310 i
11311 \end_layout
11312
11313 \end_inset
11314 </cell>
11315 </row>
11316 </lyxtabular>
11317
11318 \end_inset
11319
11320
11321 \begin_inset space \hfill{}
11322 \end_inset
11323
11324
11325 \end_layout
11326
11327 \end_inset
11328
11329
11330 \end_layout
11331
11332 \begin_layout Subsection
11333 Multicolumns
11334 \begin_inset CommandInset label
11335 LatexCommand label
11336 name "sub:Multicolumns"
11337
11338 \end_inset
11339
11340
11341 \begin_inset Index
11342 status collapsed
11343
11344 \begin_layout Plain Layout
11345 Multicolumns
11346 \end_layout
11347
11348 \end_inset
11349
11350
11351 \begin_inset Index
11352 status collapsed
11353
11354 \begin_layout Plain Layout
11355 Table ! Multicolumns
11356 \end_layout
11357
11358 \end_inset
11359
11360
11361 \end_layout
11362
11363 \begin_layout Subsubsection
11364 Multicolumn Basics
11365 \end_layout
11366
11367 \begin_layout Standard
11368 To span a cell over multiple columns, mark as much cells within a line that
11369  should be one spanned cell and use either the table-toolbar button 
11370 \begin_inset Graphics
11371         filename ../images/tabular-feature_multicolumn.png
11372         scale 85
11373         scaleBeforeRotation
11374
11375 \end_inset
11376
11377 , or the menu 
11378 \family sans
11379 Edit\SpecialChar \menuseparator
11380 Table\SpecialChar \menuseparator
11381 Multicolumn
11382 \family default
11383 , or right click on the marked cells and choose multicolumn in the appearing
11384  table dialog under the tab 
11385 \family sans
11386 Table Settings
11387 \family default
11388 .
11389 \end_layout
11390
11391 \begin_layout Standard
11392 Multicolumns have there own cell settings.
11393  That means changing cell borders, cell alignment, and the width only affects
11394  the multicolumn.
11395  Here is an example table with a multicolumn cell in the first row and one
11396  in the last row without the upper border:
11397 \end_layout
11398
11399 \begin_layout Standard
11400 \align center
11401 \begin_inset Tabular
11402 <lyxtabular version="3" rows="3" columns="4">
11403 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11404 <column alignment="center" valignment="top" width="0pt">
11405 <column alignment="center" valignment="middle" width="0">
11406 <column alignment="center" valignment="top" width="0in">
11407 <column alignment="center" valignment="top" width="0pt">
11408 <row>
11409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11410 \begin_inset Text
11411
11412 \begin_layout Plain Layout
11413 abc
11414 \end_layout
11415
11416 \end_inset
11417 </cell>
11418 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11419 \begin_inset Text
11420
11421 \begin_layout Plain Layout
11422 def ghi
11423 \end_layout
11424
11425 \end_inset
11426 </cell>
11427 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11428 \begin_inset Text
11429
11430 \begin_layout Plain Layout
11431
11432 \end_layout
11433
11434 \end_inset
11435 </cell>
11436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11437 \begin_inset Text
11438
11439 \begin_layout Plain Layout
11440 jkl
11441 \end_layout
11442
11443 \end_inset
11444 </cell>
11445 </row>
11446 <row>
11447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11448 \begin_inset Text
11449
11450 \begin_layout Plain Layout
11451
11452 \family roman
11453 \series medium
11454 \shape up
11455 \size normal
11456 \emph off
11457 \bar no
11458 \noun off
11459 \color none
11460 A
11461 \end_layout
11462
11463 \end_inset
11464 </cell>
11465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11466 \begin_inset Text
11467
11468 \begin_layout Plain Layout
11469 B
11470 \end_layout
11471
11472 \end_inset
11473 </cell>
11474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11475 \begin_inset Text
11476
11477 \begin_layout Plain Layout
11478 C
11479 \end_layout
11480
11481 \end_inset
11482 </cell>
11483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11484 \begin_inset Text
11485
11486 \begin_layout Plain Layout
11487 D
11488 \end_layout
11489
11490 \end_inset
11491 </cell>
11492 </row>
11493 <row>
11494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11495 \begin_inset Text
11496
11497 \begin_layout Plain Layout
11498 1
11499 \end_layout
11500
11501 \end_inset
11502 </cell>
11503 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11504 \begin_inset Text
11505
11506 \begin_layout Plain Layout
11507 2
11508 \end_layout
11509
11510 \end_inset
11511 </cell>
11512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11513 \begin_inset Text
11514
11515 \begin_layout Plain Layout
11516 3
11517 \end_layout
11518
11519 \end_inset
11520 </cell>
11521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11522 \begin_inset Text
11523
11524 \begin_layout Plain Layout
11525 4
11526 \end_layout
11527
11528 \end_inset
11529 </cell>
11530 </row>
11531 </lyxtabular>
11532
11533 \end_inset
11534
11535
11536 \end_layout
11537
11538 \begin_layout Subsubsection
11539 Multicolumn Calculations
11540 \begin_inset CommandInset label
11541 LatexCommand label
11542 name "sub:Multicolumn-Calculations"
11543
11544 \end_inset
11545
11546
11547 \begin_inset Index
11548 status collapsed
11549
11550 \begin_layout Plain Layout
11551 Multicolumns ! Calculations
11552 \end_layout
11553
11554 \end_inset
11555
11556
11557 \end_layout
11558
11559 \begin_layout Standard
11560 LyX supports multicolumns directly, but we have to take notice of the cell
11561  width of the columns spanned by the multicolumn cell.
11562 \end_layout
11563
11564 \begin_layout Standard
11565 \begin_inset Float table
11566 placement h
11567 wide false
11568 sideways false
11569 status open
11570
11571 \begin_layout Plain Layout
11572 \begin_inset Caption
11573
11574 \begin_layout Plain Layout
11575 \begin_inset CommandInset label
11576 LatexCommand label
11577 name "tab:Table-with-centered"
11578
11579 \end_inset
11580
11581 Table with centered multicolumn text above two columns that have exactly
11582  half the width of the multicolumn cell
11583 \begin_inset OptArg
11584 status collapsed
11585
11586 \begin_layout Plain Layout
11587 Perfect multicolumn table
11588 \end_layout
11589
11590 \end_inset
11591
11592
11593 \end_layout
11594
11595 \end_inset
11596
11597
11598 \end_layout
11599
11600 \begin_layout Plain Layout
11601 \align center
11602 \begin_inset Tabular
11603 <lyxtabular version="3" rows="3" columns="3">
11604 <features>
11605 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11606 <column alignment="center" valignment="middle" width="0">
11607 <column alignment="center" valignment="top" width="0">
11608 <row>
11609 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11610 \begin_inset Text
11611
11612 \begin_layout Plain Layout
11613 multiple lines multicolumn
11614 \end_layout
11615
11616 \end_inset
11617 </cell>
11618 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11619 \begin_inset Text
11620
11621 \begin_layout Plain Layout
11622
11623 \end_layout
11624
11625 \end_inset
11626 </cell>
11627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11628 \begin_inset Text
11629
11630 \begin_layout Plain Layout
11631 c
11632 \end_layout
11633
11634 \end_inset
11635 </cell>
11636 </row>
11637 <row>
11638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11639 \begin_inset Text
11640
11641 \begin_layout Plain Layout
11642 d
11643 \end_layout
11644
11645 \end_inset
11646 </cell>
11647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11648 \begin_inset Text
11649
11650 \begin_layout Plain Layout
11651 e
11652 \end_layout
11653
11654 \end_inset
11655 </cell>
11656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11657 \begin_inset Text
11658
11659 \begin_layout Plain Layout
11660 f
11661 \end_layout
11662
11663 \end_inset
11664 </cell>
11665 </row>
11666 <row>
11667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11668 \begin_inset Text
11669
11670 \begin_layout Plain Layout
11671 g
11672 \end_layout
11673
11674 \end_inset
11675 </cell>
11676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11677 \begin_inset Text
11678
11679 \begin_layout Plain Layout
11680 h
11681 \end_layout
11682
11683 \end_inset
11684 </cell>
11685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11686 \begin_inset Text
11687
11688 \begin_layout Plain Layout
11689 i
11690 \end_layout
11691
11692 \end_inset
11693 </cell>
11694 </row>
11695 </lyxtabular>
11696
11697 \end_inset
11698
11699
11700 \end_layout
11701
11702 \end_inset
11703
11704
11705 \end_layout
11706
11707 \begin_layout Standard
11708 To create for example Table
11709 \begin_inset space ~
11710 \end_inset
11711
11712
11713 \begin_inset CommandInset ref
11714 LatexCommand ref
11715 reference "tab:Table-with-centered"
11716
11717 \end_inset
11718
11719 , mark the first two cells in the first row of a 3×3 table and right-click
11720  on them.
11721  Now choose for this cell 
11722 \emph on
11723 multicolumn
11724 \emph default
11725
11726 \emph on
11727 centered alignment
11728 \emph default
11729  and a width of 2.5
11730 \begin_inset space \thinspace{}
11731 \end_inset
11732
11733 cm in the table dialog.
11734  The spanned columns should have exactly half the width of the multicolumn
11735  cell, so that you would adjust a width of 1.25
11736 \begin_inset space \thinspace{}
11737 \end_inset
11738
11739 cm for the first column.
11740  The second column has then automatically a width of 1.25
11741 \begin_inset space \thinspace{}
11742 \end_inset
11743
11744 cm (multicolumn width - width of first column).
11745  This was done for Table
11746 \begin_inset space ~
11747 \end_inset
11748
11749
11750 \begin_inset CommandInset ref
11751 LatexCommand ref
11752 reference "tab:Table-without-half"
11753
11754 \end_inset
11755
11756 .
11757 \end_layout
11758
11759 \begin_layout Standard
11760 \begin_inset Float table
11761 wide false
11762 sideways false
11763 status open
11764
11765 \begin_layout Plain Layout
11766 \begin_inset Caption
11767
11768 \begin_layout Plain Layout
11769 \begin_inset CommandInset label
11770 LatexCommand label
11771 name "tab:Table-without-half"
11772
11773 \end_inset
11774
11775 Table where the spanned table columns have not exactly half the width of
11776  the multicolumn cell
11777 \begin_inset OptArg
11778 status collapsed
11779
11780 \begin_layout Plain Layout
11781 Imperfect multicolumn table
11782 \end_layout
11783
11784 \end_inset
11785
11786
11787 \end_layout
11788
11789 \end_inset
11790
11791
11792 \end_layout
11793
11794 \begin_layout Plain Layout
11795 \align center
11796 \begin_inset Tabular
11797 <lyxtabular version="3" rows="3" columns="3">
11798 <features>
11799 <column alignment="center" valignment="top" width="1.25cm">
11800 <column alignment="center" valignment="top" width="0">
11801 <column alignment="center" valignment="top" width="0">
11802 <row>
11803 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11804 \begin_inset Text
11805
11806 \begin_layout Plain Layout
11807 multiple lines multicolumn
11808 \end_layout
11809
11810 \end_inset
11811 </cell>
11812 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11813 \begin_inset Text
11814
11815 \begin_layout Plain Layout
11816
11817 \end_layout
11818
11819 \end_inset
11820 </cell>
11821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11822 \begin_inset Text
11823
11824 \begin_layout Plain Layout
11825 c
11826 \end_layout
11827
11828 \end_inset
11829 </cell>
11830 </row>
11831 <row>
11832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11833 \begin_inset Text
11834
11835 \begin_layout Plain Layout
11836 d
11837 \end_layout
11838
11839 \end_inset
11840 </cell>
11841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11842 \begin_inset Text
11843
11844 \begin_layout Plain Layout
11845 e
11846 \end_layout
11847
11848 \end_inset
11849 </cell>
11850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11851 \begin_inset Text
11852
11853 \begin_layout Plain Layout
11854 f
11855 \end_layout
11856
11857 \end_inset
11858 </cell>
11859 </row>
11860 <row>
11861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11862 \begin_inset Text
11863
11864 \begin_layout Plain Layout
11865 g
11866 \end_layout
11867
11868 \end_inset
11869 </cell>
11870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11871 \begin_inset Text
11872
11873 \begin_layout Plain Layout
11874 h
11875 \end_layout
11876
11877 \end_inset
11878 </cell>
11879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11880 \begin_inset Text
11881
11882 \begin_layout Plain Layout
11883 i
11884 \end_layout
11885
11886 \end_inset
11887 </cell>
11888 </row>
11889 </lyxtabular>
11890
11891 \end_inset
11892
11893
11894 \end_layout
11895
11896 \end_inset
11897
11898
11899 \end_layout
11900
11901 \begin_layout Standard
11902 You can see that the first column has not the half width of the multicolumn
11903  cell, it is a bit bigger.
11904  The reason is that the given width of a cell 
11905 \begin_inset Formula $W_{g}$
11906 \end_inset
11907
11908  is not its total width 
11909 \begin_inset Formula $W_{\mathrm{tot}}$
11910 \end_inset
11911
11912  because a cell is always a bit larger than its given width.
11913  Appendix
11914 \begin_inset space ~
11915 \end_inset
11916
11917
11918 \begin_inset CommandInset ref
11919 LatexCommand eqref
11920 reference "cha:Explanation-of-Equation"
11921
11922 \end_inset
11923
11924  explains it in detail.
11925 \end_layout
11926
11927 \begin_layout Standard
11928 The needed given width 
11929 \begin_inset Formula $W_{g\, n}$
11930 \end_inset
11931
11932  when 
11933 \emph on
11934 n
11935 \emph default
11936  columns are spanned can be calculated, so that each column has a total
11937  width of 
11938 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11939 \end_inset
11940
11941 :
11942 \begin_inset Formula \begin{equation}
11943 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11944
11945 \end_inset
11946
11947
11948 \end_layout
11949
11950 \begin_layout Standard
11951 In our case we have 
11952 \begin_inset Formula $n=2$
11953 \end_inset
11954
11955
11956 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11957 \end_inset
11958
11959 cm and the default values for the lengths, so that equation 
11960 \begin_inset CommandInset ref
11961 LatexCommand ref
11962 reference "eq:Wgn"
11963
11964 \end_inset
11965
11966  becomes
11967 \begin_inset Formula \begin{equation}
11968 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11969
11970 \end_inset
11971
11972
11973 \end_layout
11974
11975 \begin_layout Standard
11976 To enable calculations in LaTeX, the LaTeX-package 
11977 \series bold
11978 calc
11979 \series default
11980  must be loaded with the document preamble line
11981 \begin_inset Index
11982 status collapsed
11983
11984 \begin_layout Plain Layout
11985 LaTeX-packages ! calc
11986 \end_layout
11987
11988 \end_inset
11989
11990
11991 \end_layout
11992
11993 \begin_layout Standard
11994
11995 \series bold
11996
11997 \backslash
11998 usepackage{calc}
11999 \end_layout
12000
12001 \begin_layout Standard
12002 LyX does not allow to calculate lengths in the width-field of the table
12003  dialog.
12004  Therefore you have to format the column by inserting a LaTeX-argument in
12005  the dialog.
12006  Here is an overview about the arguments:
12007 \end_layout
12008
12009 \begin_layout Itemize
12010
12011 \series bold
12012 p{width}
12013 \series default
12014  creates cell with a fixed width, its text is vertically top-aligned
12015 \end_layout
12016
12017 \begin_layout Itemize
12018
12019 \series bold
12020 m{width}
12021 \series default
12022  creates cell with a fixed width, its text is vertically centered
12023 \end_layout
12024
12025 \begin_layout Itemize
12026
12027 \series bold
12028 b{width}
12029 \series default
12030  creates cell with a fixed width, its text is vertically bottom-aligned
12031 \end_layout
12032
12033 \begin_layout Standard
12034 By entering a LaTeX-argument, all cell settings set in the table dialog
12035  are overwritten.
12036 \end_layout
12037
12038 \begin_layout Standard
12039 \begin_inset Note Greyedout
12040 status open
12041
12042 \begin_layout Plain Layout
12043
12044 \series bold
12045 Note:
12046 \series default
12047  Due to a bug, LyX shows the overwritten settings anyway.
12048 \end_layout
12049
12050 \end_inset
12051
12052
12053 \end_layout
12054
12055 \begin_layout Standard
12056 As the text should be horizontally centered, the command 
12057 \series bold
12058
12059 \backslash
12060 centering
12061 \series default
12062  is added.
12063  You can now enter the following LaTeX-argument for the first spanned column:
12064 \end_layout
12065
12066 \begin_layout Standard
12067
12068 \series bold
12069 >{
12070 \backslash
12071 centering}m{1.25cm-6.2pt}
12072 \end_layout
12073
12074 \begin_layout Standard
12075 The command 
12076 \series bold
12077 >{ }
12078 \series default
12079  means, that the commands inside the braces are applied before the cell
12080  is created.
12081 \end_layout
12082
12083 \begin_layout Standard
12084 Although we have chosen centered alignment for the text of the multicolumn
12085  cell, it is still left aligned.
12086  This is because LyX only applies the alignment to single columns.
12087  So we have to use for the multicolumn the LaTeX-argument
12088 \end_layout
12089
12090 \begin_layout Standard
12091
12092 \series bold
12093 >{
12094 \backslash
12095 centering}m{2.5cm}
12096 \end_layout
12097
12098 \begin_layout Subsection
12099 Multirows
12100 \begin_inset Index
12101 status collapsed
12102
12103 \begin_layout Plain Layout
12104 Multirows
12105 \end_layout
12106
12107 \end_inset
12108
12109
12110 \begin_inset Index
12111 status collapsed
12112
12113 \begin_layout Plain Layout
12114 Table ! Multirows
12115 \end_layout
12116
12117 \end_inset
12118
12119
12120 \end_layout
12121
12122 \begin_layout Standard
12123 In contrary to multicolumns multirows are not yet supported by LyX so a
12124  bit of TeX-Code needs to be used.
12125  To use multirows load the LaTeX-package 
12126 \series bold
12127 multirow
12128 \series default
12129
12130 \begin_inset Index
12131 status collapsed
12132
12133 \begin_layout Plain Layout
12134 LaTeX-packages ! multirow
12135 \end_layout
12136
12137 \end_inset
12138
12139  in your document preamble with the command
12140 \end_layout
12141
12142 \begin_layout Standard
12143
12144 \series bold
12145
12146 \backslash
12147 usepackage{multirow}
12148 \end_layout
12149
12150 \begin_layout Standard
12151 Multirows are created with the command
12152 \end_layout
12153
12154 \begin_layout Standard
12155
12156 \series bold
12157
12158 \backslash
12159 multirow{number of rows}{cell width}{cell entry}
12160 \end_layout
12161
12162 \begin_layout Standard
12163 To create the following table:
12164 \end_layout
12165
12166 \begin_layout Standard
12167 \align center
12168 \begin_inset ERT
12169 status collapsed
12170
12171 \begin_layout Plain Layout
12172
12173
12174 \backslash
12175 renewcommand{
12176 \backslash
12177 multirowsetup}{
12178 \backslash
12179 centering}
12180 \end_layout
12181
12182 \end_inset
12183
12184
12185 \begin_inset Tabular
12186 <lyxtabular version="3" rows="3" columns="3">
12187 <features>
12188 <column alignment="center" valignment="top" width="0">
12189 <column alignment="center" valignment="top" width="0">
12190 <column alignment="center" valignment="top" width="0">
12191 <row>
12192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12193 \begin_inset Text
12194
12195 \begin_layout Plain Layout
12196 a
12197 \end_layout
12198
12199 \end_inset
12200 </cell>
12201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12202 \begin_inset Text
12203
12204 \begin_layout Plain Layout
12205 b
12206 \end_layout
12207
12208 \end_inset
12209 </cell>
12210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12211 \begin_inset Text
12212
12213 \begin_layout Plain Layout
12214 c
12215 \end_layout
12216
12217 \end_inset
12218 </cell>
12219 </row>
12220 <row>
12221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12222 \begin_inset Text
12223
12224 \begin_layout Plain Layout
12225 \begin_inset ERT
12226 status collapsed
12227
12228 \begin_layout Plain Layout
12229
12230
12231 \backslash
12232 multirow{2}{2.5cm}{
12233 \end_layout
12234
12235 \end_inset
12236
12237 multirow entry
12238 \begin_inset ERT
12239 status collapsed
12240
12241 \begin_layout Plain Layout
12242
12243 }
12244 \end_layout
12245
12246 \end_inset
12247
12248
12249 \end_layout
12250
12251 \end_inset
12252 </cell>
12253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12254 \begin_inset Text
12255
12256 \begin_layout Plain Layout
12257 e
12258 \end_layout
12259
12260 \end_inset
12261 </cell>
12262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12263 \begin_inset Text
12264
12265 \begin_layout Plain Layout
12266 f
12267 \end_layout
12268
12269 \end_inset
12270 </cell>
12271 </row>
12272 <row>
12273 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12274 \begin_inset Text
12275
12276 \begin_layout Plain Layout
12277
12278 \end_layout
12279
12280 \end_inset
12281 </cell>
12282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12283 \begin_inset Text
12284
12285 \begin_layout Plain Layout
12286 h
12287 \end_layout
12288
12289 \end_inset
12290 </cell>
12291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12292 \begin_inset Text
12293
12294 \begin_layout Plain Layout
12295 i
12296 \end_layout
12297
12298 \end_inset
12299 </cell>
12300 </row>
12301 </lyxtabular>
12302
12303 \end_inset
12304
12305
12306 \begin_inset ERT
12307 status collapsed
12308
12309 \begin_layout Plain Layout
12310
12311
12312 \backslash
12313 renewcommand{
12314 \backslash
12315 multirowsetup}{
12316 \backslash
12317 raggedright}
12318 \end_layout
12319
12320 \end_inset
12321
12322
12323 \end_layout
12324
12325 \begin_layout Standard
12326 create a 3×3 table.
12327  To get rid of the line above the last cell in the first column, the cell
12328  is marked as multicolumn and the upper border is unset.
12329  The multirow is now created in the second row of the first column by inserting
12330  there the command
12331 \end_layout
12332
12333 \begin_layout Standard
12334
12335 \series bold
12336
12337 \backslash
12338 multirow{2}{2.5cm}{
12339 \end_layout
12340
12341 \begin_layout Standard
12342 as TeX-Code.
12343  According to the command parameters the multirow spans now two rows and
12344  has a width of 2.5
12345 \begin_inset space \thinspace{}
12346 \end_inset
12347
12348 cm.
12349  The content of the multirow cell follows outside the TeX-Code box and the
12350  command is finished with a right brace 
12351 \series bold
12352 }
12353 \series default
12354  in another TeX-Code-box behind the text.
12355 \end_layout
12356
12357 \begin_layout Standard
12358
12359 \series bold
12360
12361 \backslash
12362 multirow
12363 \series default
12364  left-aligns its content by default.
12365  To override the default, renew the command 
12366 \series bold
12367
12368 \backslash
12369 multirowsetup
12370 \series default
12371  with the command
12372 \end_layout
12373
12374 \begin_layout Standard
12375
12376 \series bold
12377
12378 \backslash
12379 renewcommand{
12380 \backslash
12381 multirowsetup}{
12382 \backslash
12383 centering}
12384 \end_layout
12385
12386 \begin_layout Standard
12387 in TeX-Code in the document preamble.
12388  Then all entries of multirow cells in the document are centered.
12389  If centering is only needed for several tables, you can renew the command
12390  in an TeX-Code box just before the table instead of the preamble.
12391  If the text should be right-aligned, replace 
12392 \series bold
12393
12394 \backslash
12395 centering
12396 \series default
12397  by 
12398 \series bold
12399
12400 \backslash
12401 raggedleft
12402 \series default
12403 .
12404  To return to left-alignment 
12405 \series bold
12406
12407 \backslash
12408 raggedright
12409 \series default
12410  is used.
12411 \end_layout
12412
12413 \begin_layout Section
12414 Formal Tables
12415 \begin_inset CommandInset label
12416 LatexCommand label
12417 name "sec:Formal-Tables"
12418
12419 \end_inset
12420
12421
12422 \begin_inset Index
12423 status collapsed
12424
12425 \begin_layout Plain Layout
12426 Table ! Formal
12427 \end_layout
12428
12429 \end_inset
12430
12431
12432 \end_layout
12433
12434 \begin_layout Standard
12435 Tables are often typeset in books similar to Table
12436 \begin_inset space ~
12437 \end_inset
12438
12439
12440 \begin_inset CommandInset ref
12441 LatexCommand ref
12442 reference "tab:Example-booktabs-table"
12443
12444 \end_inset
12445
12446 .
12447  This kind of tables is called 
12448 \begin_inset Quotes eld
12449 \end_inset
12450
12451
12452 \emph on
12453 formal
12454 \emph default
12455
12456 \begin_inset Quotes erd
12457 \end_inset
12458
12459 .
12460  To make a table a formal table use the option 
12461 \family sans
12462 Formal
12463 \family default
12464  in the 
12465 \family sans
12466 Borders
12467 \family default
12468  tab of the table dialog.
12469 \end_layout
12470
12471 \begin_layout Standard
12472 \begin_inset Float table
12473 placement h
12474 wide false
12475 sideways false
12476 status open
12477
12478 \begin_layout Plain Layout
12479 \begin_inset Caption
12480
12481 \begin_layout Plain Layout
12482 \begin_inset CommandInset label
12483 LatexCommand label
12484 name "tab:Example-booktabs-table"
12485
12486 \end_inset
12487
12488 Example booktabs-table
12489 \end_layout
12490
12491 \end_inset
12492
12493
12494 \end_layout
12495
12496 \begin_layout Plain Layout
12497 \align center
12498 \begin_inset Tabular
12499 <lyxtabular version="3" rows="8" columns="4">
12500 <features booktabs="true">
12501 <column alignment="center" valignment="top" width="0">
12502 <column alignment="center" valignment="top" width="0">
12503 <column alignment="center" valignment="top" width="0">
12504 <column alignment="center" valignment="top" width="0">
12505 <row>
12506 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12507 \begin_inset Text
12508
12509 \begin_layout Plain Layout
12510 System
12511 \end_layout
12512
12513 \end_inset
12514 </cell>
12515 <cell alignment="center" valignment="top" topline="true" usebox="none">
12516 \begin_inset Text
12517
12518 \begin_layout Plain Layout
12519 Medipix
12520 \begin_inset Formula $\,$
12521 \end_inset
12522
12523 1
12524 \end_layout
12525
12526 \end_inset
12527 </cell>
12528 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12529 \begin_inset Text
12530
12531 \begin_layout Plain Layout
12532 Medipix
12533 \begin_inset Formula $\,$
12534 \end_inset
12535
12536 2
12537 \end_layout
12538
12539 \end_inset
12540 </cell>
12541 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12542 \begin_inset Text
12543
12544 \begin_layout Plain Layout
12545
12546 \end_layout
12547
12548 \end_inset
12549 </cell>
12550 </row>
12551 <row>
12552 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12553 \begin_inset Text
12554
12555 \begin_layout Plain Layout
12556 \begin_inset ERT
12557 status collapsed
12558
12559 \begin_layout Plain Layout
12560
12561
12562 \backslash
12563 cmidrule(r){2-2}
12564 \end_layout
12565
12566 \end_inset
12567
12568
12569 \begin_inset ERT
12570 status collapsed
12571
12572 \begin_layout Plain Layout
12573
12574
12575 \backslash
12576 cmidrule(l){3-4}
12577 \end_layout
12578
12579 \end_inset
12580
12581 Detector thickness [µm]
12582 \end_layout
12583
12584 \end_inset
12585 </cell>
12586 <cell alignment="center" valignment="top" usebox="none">
12587 \begin_inset Text
12588
12589 \begin_layout Plain Layout
12590 300
12591 \end_layout
12592
12593 \end_inset
12594 </cell>
12595 <cell alignment="center" valignment="top" usebox="none">
12596 \begin_inset Text
12597
12598 \begin_layout Plain Layout
12599 300
12600 \end_layout
12601
12602 \end_inset
12603 </cell>
12604 <cell alignment="center" valignment="top" usebox="none">
12605 \begin_inset Text
12606
12607 \begin_layout Plain Layout
12608 700
12609 \end_layout
12610
12611 \end_inset
12612 </cell>
12613 </row>
12614 <row>
12615 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12616 \begin_inset Text
12617
12618 \begin_layout Plain Layout
12619 Edge angle [°]
12620 \end_layout
12621
12622 \end_inset
12623 </cell>
12624 <cell alignment="center" valignment="top" topline="true" usebox="none">
12625 \begin_inset Text
12626
12627 \begin_layout Plain Layout
12628 3.55
12629 \end_layout
12630
12631 \end_inset
12632 </cell>
12633 <cell alignment="center" valignment="top" topline="true" usebox="none">
12634 \begin_inset Text
12635
12636 \begin_layout Plain Layout
12637 2.71
12638 \end_layout
12639
12640 \end_inset
12641 </cell>
12642 <cell alignment="center" valignment="top" topline="true" usebox="none">
12643 \begin_inset Text
12644
12645 \begin_layout Plain Layout
12646 7.99
12647 \end_layout
12648
12649 \end_inset
12650 </cell>
12651 </row>
12652 <row topspace="default">
12653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12654 \begin_inset Text
12655
12656 \begin_layout Plain Layout
12657 Spatial resolution [µm]
12658 \end_layout
12659
12660 \end_inset
12661 </cell>
12662 <cell alignment="center" valignment="top" usebox="none">
12663 \begin_inset Text
12664
12665 \begin_layout Plain Layout
12666 4.26
12667 \end_layout
12668
12669 \end_inset
12670 </cell>
12671 <cell alignment="center" valignment="top" usebox="none">
12672 \begin_inset Text
12673
12674 \begin_layout Plain Layout
12675 10.17
12676 \end_layout
12677
12678 \end_inset
12679 </cell>
12680 <cell alignment="center" valignment="top" usebox="none">
12681 \begin_inset Text
12682
12683 \begin_layout Plain Layout
12684 10.56
12685 \end_layout
12686
12687 \end_inset
12688 </cell>
12689 </row>
12690 <row topspace="default">
12691 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12692 \begin_inset Text
12693
12694 \begin_layout Plain Layout
12695 MTF at 
12696 \begin_inset Formula $f_{\mathrm{max}}$
12697 \end_inset
12698
12699
12700 \end_layout
12701
12702 \end_inset
12703 </cell>
12704 <cell alignment="center" valignment="top" usebox="none">
12705 \begin_inset Text
12706
12707 \begin_layout Plain Layout
12708 0.53
12709 \end_layout
12710
12711 \end_inset
12712 </cell>
12713 <cell alignment="center" valignment="top" usebox="none">
12714 \begin_inset Text
12715
12716 \begin_layout Plain Layout
12717 0.37
12718 \end_layout
12719
12720 \end_inset
12721 </cell>
12722 <cell alignment="center" valignment="top" usebox="none">
12723 \begin_inset Text
12724
12725 \begin_layout Plain Layout
12726 0.39
12727 \end_layout
12728
12729 \end_inset
12730 </cell>
12731 </row>
12732 <row topspace="default">
12733 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12734 \begin_inset Text
12735
12736 \begin_layout Plain Layout
12737 \begin_inset ERT
12738 status collapsed
12739
12740 \begin_layout Plain Layout
12741
12742
12743 \backslash
12744 cmidrule(l{10pt}){1-1}
12745 \end_layout
12746
12747 \end_inset
12748
12749 LSF-spatial resolution
12750 \end_layout
12751
12752 \end_inset
12753 </cell>
12754 <cell alignment="center" valignment="top" usebox="none">
12755 \begin_inset Text
12756
12757 \begin_layout Plain Layout
12758
12759 \end_layout
12760
12761 \end_inset
12762 </cell>
12763 <cell alignment="center" valignment="top" usebox="none">
12764 \begin_inset Text
12765
12766 \begin_layout Plain Layout
12767
12768 \end_layout
12769
12770 \end_inset
12771 </cell>
12772 <cell alignment="center" valignment="top" usebox="none">
12773 \begin_inset Text
12774
12775 \begin_layout Plain Layout
12776
12777 \end_layout
12778
12779 \end_inset
12780 </cell>
12781 </row>
12782 <row>
12783 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12784 \begin_inset Text
12785
12786 \begin_layout Plain Layout
12787 in µm
12788 \end_layout
12789
12790 \end_inset
12791 </cell>
12792 <cell alignment="center" valignment="top" usebox="none">
12793 \begin_inset Text
12794
12795 \begin_layout Plain Layout
12796 129.7
12797 \end_layout
12798
12799 \end_inset
12800 </cell>
12801 <cell alignment="center" valignment="top" usebox="none">
12802 \begin_inset Text
12803
12804 \begin_layout Plain Layout
12805 52.75
12806 \end_layout
12807
12808 \end_inset
12809 </cell>
12810 <cell alignment="center" valignment="top" usebox="none">
12811 \begin_inset Text
12812
12813 \begin_layout Plain Layout
12814 50.78
12815 \end_layout
12816
12817 \end_inset
12818 </cell>
12819 </row>
12820 <row>
12821 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12822 \begin_inset Text
12823
12824 \begin_layout Plain Layout
12825 in % of pixel size
12826 \end_layout
12827
12828 \end_inset
12829 </cell>
12830 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12831 \begin_inset Text
12832
12833 \begin_layout Plain Layout
12834 76.3
12835 \end_layout
12836
12837 \end_inset
12838 </cell>
12839 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12840 \begin_inset Text
12841
12842 \begin_layout Plain Layout
12843 95.9
12844 \end_layout
12845
12846 \end_inset
12847 </cell>
12848 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12849 \begin_inset Text
12850
12851 \begin_layout Plain Layout
12852 92.3
12853 \end_layout
12854
12855 \end_inset
12856 </cell>
12857 </row>
12858 </lyxtabular>
12859
12860 \end_inset
12861
12862
12863 \end_layout
12864
12865 \end_inset
12866
12867
12868 \end_layout
12869
12870 \begin_layout Standard
12871 Spaces to table rows can be added using the 
12872 \family sans
12873 Borders
12874 \family default
12875  tab of the table dialog as described in section
12876 \begin_inset space ~
12877 \end_inset
12878
12879
12880 \begin_inset CommandInset ref
12881 LatexCommand ref
12882 reference "sub:Row-Spacing"
12883
12884 \end_inset
12885
12886 .
12887 \end_layout
12888
12889 \begin_layout Standard
12890 In contrary to normal tables, formal tables have no vertical table lines.
12891  The horizontal table lines can be set like for normal tables but they appear
12892  with different width in the output:
12893 \begin_inset Newline newline
12894 \end_inset
12895
12896 The first and the last table line have a default width of 0.08
12897 \begin_inset space \thinspace{}
12898 \end_inset
12899
12900 em while the other lines have a default width of 0.05
12901 \begin_inset space \thinspace{}
12902 \end_inset
12903
12904 em.
12905 \end_layout
12906
12907 \begin_layout Standard
12908 The default widths can be changed with the following preamble lines
12909 \end_layout
12910
12911 \begin_layout Standard
12912
12913 \series bold
12914
12915 \backslash
12916 let
12917 \backslash
12918 mytoprule
12919 \backslash
12920 toprule
12921 \begin_inset Newline newline
12922 \end_inset
12923
12924
12925 \backslash
12926 renewcommand{
12927 \backslash
12928 toprule}{
12929 \backslash
12930 mytoprule[width]}
12931 \end_layout
12932
12933 \begin_layout Standard
12934 This example is for the first line, the so called 
12935 \series bold
12936 toprule
12937 \series default
12938 .
12939  If you want to change the width for the last line, replace 
12940 \series bold
12941 toprule
12942 \series default
12943  by 
12944 \series bold
12945 bottomrule
12946 \series default
12947 .
12948  To change the width for the other lines replace 
12949 \series bold
12950 toprule
12951 \series default
12952  by 
12953 \series bold
12954 midrule
12955 \series default
12956 .
12957  You can use all units listed in appendix
12958 \begin_inset space ~
12959 \end_inset
12960
12961
12962 \begin_inset CommandInset ref
12963 LatexCommand ref
12964 reference "cha:Units-available-in"
12965
12966 \end_inset
12967
12968  to set the width.
12969 \end_layout
12970
12971 \begin_layout Standard
12972 Lines that don't span over all table columns can be created by setting a
12973  table line for multicolumn cells.
12974  LyX will then internally use the command 
12975 \series bold
12976
12977 \backslash
12978 cmidrule
12979 \series default
12980  to create this line.
12981  Its full scheme is
12982 \end_layout
12983
12984 \begin_layout Standard
12985
12986 \series bold
12987
12988 \backslash
12989 cmidrule[width](trim){startcol-endcol}
12990 \end_layout
12991
12992 \begin_layout Standard
12993 The options of 
12994 \series bold
12995
12996 \backslash
12997 cmidrule
12998 \series default
12999  are are currently not supported by LyX so you have to use TeX-Code to be
13000  able to use them.
13001  
13002 \series bold
13003
13004 \backslash
13005 cmidrule
13006 \series default
13007 s can manually be created by inserting the command as TeX-Code as first
13008  cell entry of the first cell of a row.
13009  The line is then drawn in the output above the current row.
13010 \end_layout
13011
13012 \begin_layout Standard
13013 The default for the width is 0.03
13014 \begin_inset space \thinspace{}
13015 \end_inset
13016
13017 em.
13018  Startcol is the number of the column where the line starts and endcol the
13019  column number where the line ends.
13020  The endcol always needs to be specified, also when the line should span
13021  only one column.
13022  The optional parameter trim could be either 
13023 \emph on
13024 l{trimwidth}
13025 \emph default
13026 , or 
13027 \emph on
13028 r{trimwidth}
13029 \emph default
13030  where the trimwidth is also optional.
13031  Using for example the parameter 
13032 \emph on
13033 l{2pt}
13034 \emph default
13035  means that the line is trimmed from its left end by 2
13036 \begin_inset space \thinspace{}
13037 \end_inset
13038
13039 pt.
13040  If you don't specify the trimwidth the lines are trimmed by the default
13041  of 0.5
13042 \begin_inset space \thinspace{}
13043 \end_inset
13044
13045 em.
13046 \end_layout
13047
13048 \begin_layout Standard
13049 \begin_inset VSpace bigskip
13050 \end_inset
13051
13052 Table
13053 \begin_inset space ~
13054 \end_inset
13055
13056
13057 \begin_inset CommandInset ref
13058 LatexCommand ref
13059 reference "tab:Example-booktabs-table"
13060
13061 \end_inset
13062
13063  was created using the commands
13064 \end_layout
13065
13066 \begin_layout Standard
13067
13068 \series bold
13069
13070 \backslash
13071 cmidrule(r){2-2}
13072 \backslash
13073 cmidrule(l){3-4}
13074 \end_layout
13075
13076 \begin_layout Standard
13077 at the beginning of the in the second row and
13078 \end_layout
13079
13080 \begin_layout Standard
13081
13082 \series bold
13083
13084 \backslash
13085 cmidrule(l{10pt}){1-1}
13086 \end_layout
13087
13088 \begin_layout Standard
13089 in the sixth row.
13090 \end_layout
13091
13092 \begin_layout Standard
13093 \begin_inset VSpace bigskip
13094 \end_inset
13095
13096
13097 \end_layout
13098
13099 \begin_layout Standard
13100 You might want to have overlapping 
13101 \series bold
13102
13103 \backslash
13104 cmidrule
13105 \series default
13106 s like in Table
13107 \begin_inset space ~
13108 \end_inset
13109
13110
13111 \begin_inset CommandInset ref
13112 LatexCommand ref
13113 reference "tab:Special-booktabs-table"
13114
13115 \end_inset
13116
13117 .
13118  This can be achieved with the TeX-Code command
13119 \end_layout
13120
13121 \begin_layout Standard
13122
13123 \series bold
13124
13125 \backslash
13126 morecmidrules
13127 \end_layout
13128
13129 \begin_layout Standard
13130 The command that was used for the second row of Table
13131 \begin_inset space ~
13132 \end_inset
13133
13134
13135 \begin_inset CommandInset ref
13136 LatexCommand ref
13137 reference "tab:Special-booktabs-table"
13138
13139 \end_inset
13140
13141  is
13142 \end_layout
13143
13144 \begin_layout Standard
13145
13146 \series bold
13147
13148 \backslash
13149 cmidrule(r){2-2}
13150 \backslash
13151 cmidrule(l){3-4}
13152 \backslash
13153 morecmidrules
13154 \backslash
13155 cmidrule{2-4}
13156 \end_layout
13157
13158 \begin_layout Standard
13159 The command for the sixth row is
13160 \end_layout
13161
13162 \begin_layout Standard
13163
13164 \series bold
13165
13166 \backslash
13167 midrule
13168 \backslash
13169 morecmidrules
13170 \backslash
13171 cmidrule{3-4}
13172 \end_layout
13173
13174 \begin_layout Standard
13175 \begin_inset VSpace bigskip
13176 \end_inset
13177
13178
13179 \end_layout
13180
13181 \begin_layout Standard
13182 If you are anyway not satisfied with the border line spacing, you can use
13183  the following command to produce lines that span over all table columns
13184 \series bold
13185 :
13186 \end_layout
13187
13188 \begin_layout Standard
13189
13190 \series bold
13191
13192 \backslash
13193 specialrule{width}{space above}{space below}
13194 \end_layout
13195
13196 \begin_layout Standard
13197 For more informations about these specialties, we refer to the manual of
13198  the LaTeX-package 
13199 \series bold
13200 booktabs
13201 \series default
13202  
13203 \begin_inset CommandInset citation
13204 LatexCommand cite
13205 key "booktabs"
13206
13207 \end_inset
13208
13209 .
13210 \begin_inset Index
13211 status collapsed
13212
13213 \begin_layout Plain Layout
13214 LaTeX-packages ! booktabs
13215 \end_layout
13216
13217 \end_inset
13218
13219
13220 \end_layout
13221
13222 \begin_layout Standard
13223 \begin_inset Float table
13224 placement h
13225 wide false
13226 sideways false
13227 status open
13228
13229 \begin_layout Plain Layout
13230 \begin_inset Caption
13231
13232 \begin_layout Plain Layout
13233 \begin_inset CommandInset label
13234 LatexCommand label
13235 name "tab:Special-booktabs-table"
13236
13237 \end_inset
13238
13239 Special booktabs-table
13240 \end_layout
13241
13242 \end_inset
13243
13244
13245 \end_layout
13246
13247 \begin_layout Plain Layout
13248 \align center
13249 \begin_inset Tabular
13250 <lyxtabular version="3" rows="8" columns="4">
13251 <features booktabs="true">
13252 <column alignment="center" valignment="top" width="0">
13253 <column alignment="center" valignment="top" width="0">
13254 <column alignment="center" valignment="top" width="0">
13255 <column alignment="center" valignment="top" width="0">
13256 <row>
13257 <cell alignment="center" valignment="top" topline="true" usebox="none">
13258 \begin_inset Text
13259
13260 \begin_layout Plain Layout
13261 System
13262 \end_layout
13263
13264 \end_inset
13265 </cell>
13266 <cell alignment="center" valignment="top" topline="true" usebox="none">
13267 \begin_inset Text
13268
13269 \begin_layout Plain Layout
13270 Medipix
13271 \begin_inset space \thinspace{}
13272 \end_inset
13273
13274 1
13275 \end_layout
13276
13277 \end_inset
13278 </cell>
13279 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13280 \begin_inset Text
13281
13282 \begin_layout Plain Layout
13283 Medipix
13284 \begin_inset space \thinspace{}
13285 \end_inset
13286
13287 2
13288 \end_layout
13289
13290 \end_inset
13291 </cell>
13292 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13293 \begin_inset Text
13294
13295 \begin_layout Plain Layout
13296
13297 \end_layout
13298
13299 \end_inset
13300 </cell>
13301 </row>
13302 <row>
13303 <cell alignment="center" valignment="top" usebox="none">
13304 \begin_inset Text
13305
13306 \begin_layout Plain Layout
13307 \begin_inset ERT
13308 status collapsed
13309
13310 \begin_layout Plain Layout
13311
13312
13313 \backslash
13314 cmidrule(r){2-2}
13315 \end_layout
13316
13317 \end_inset
13318
13319
13320 \begin_inset ERT
13321 status collapsed
13322
13323 \begin_layout Plain Layout
13324
13325
13326 \backslash
13327 cmidrule(l){3-4}
13328 \end_layout
13329
13330 \end_inset
13331
13332
13333 \begin_inset ERT
13334 status collapsed
13335
13336 \begin_layout Plain Layout
13337
13338
13339 \backslash
13340 morecmidrules 
13341 \end_layout
13342
13343 \end_inset
13344
13345
13346 \begin_inset ERT
13347 status collapsed
13348
13349 \begin_layout Plain Layout
13350
13351
13352 \backslash
13353 cmidrule{2-4}
13354 \end_layout
13355
13356 \end_inset
13357
13358 Detector thickness [µm]
13359 \end_layout
13360
13361 \end_inset
13362 </cell>
13363 <cell alignment="center" valignment="top" usebox="none">
13364 \begin_inset Text
13365
13366 \begin_layout Plain Layout
13367 300
13368 \end_layout
13369
13370 \end_inset
13371 </cell>
13372 <cell alignment="center" valignment="top" usebox="none">
13373 \begin_inset Text
13374
13375 \begin_layout Plain Layout
13376 300
13377 \end_layout
13378
13379 \end_inset
13380 </cell>
13381 <cell alignment="center" valignment="top" usebox="none">
13382 \begin_inset Text
13383
13384 \begin_layout Plain Layout
13385 700
13386 \end_layout
13387
13388 \end_inset
13389 </cell>
13390 </row>
13391 <row>
13392 <cell alignment="center" valignment="top" topline="true" usebox="none">
13393 \begin_inset Text
13394
13395 \begin_layout Plain Layout
13396 Edge angle [°]
13397 \end_layout
13398
13399 \end_inset
13400 </cell>
13401 <cell alignment="center" valignment="top" topline="true" usebox="none">
13402 \begin_inset Text
13403
13404 \begin_layout Plain Layout
13405 3.55
13406 \end_layout
13407
13408 \end_inset
13409 </cell>
13410 <cell alignment="center" valignment="top" topline="true" usebox="none">
13411 \begin_inset Text
13412
13413 \begin_layout Plain Layout
13414 2.71
13415 \end_layout
13416
13417 \end_inset
13418 </cell>
13419 <cell alignment="center" valignment="top" topline="true" usebox="none">
13420 \begin_inset Text
13421
13422 \begin_layout Plain Layout
13423 7.99
13424 \end_layout
13425
13426 \end_inset
13427 </cell>
13428 </row>
13429 <row topspace="default">
13430 <cell alignment="center" valignment="top" usebox="none">
13431 \begin_inset Text
13432
13433 \begin_layout Plain Layout
13434 Spatial resolution [µm]
13435 \end_layout
13436
13437 \end_inset
13438 </cell>
13439 <cell alignment="center" valignment="top" usebox="none">
13440 \begin_inset Text
13441
13442 \begin_layout Plain Layout
13443 4.26
13444 \end_layout
13445
13446 \end_inset
13447 </cell>
13448 <cell alignment="center" valignment="top" usebox="none">
13449 \begin_inset Text
13450
13451 \begin_layout Plain Layout
13452 10.17
13453 \end_layout
13454
13455 \end_inset
13456 </cell>
13457 <cell alignment="center" valignment="top" usebox="none">
13458 \begin_inset Text
13459
13460 \begin_layout Plain Layout
13461 10.56
13462 \end_layout
13463
13464 \end_inset
13465 </cell>
13466 </row>
13467 <row topspace="default">
13468 <cell alignment="center" valignment="top" usebox="none">
13469 \begin_inset Text
13470
13471 \begin_layout Plain Layout
13472 MTF at 
13473 \begin_inset Formula $f_{\mathrm{max}}$
13474 \end_inset
13475
13476
13477 \end_layout
13478
13479 \end_inset
13480 </cell>
13481 <cell alignment="center" valignment="top" usebox="none">
13482 \begin_inset Text
13483
13484 \begin_layout Plain Layout
13485 0.53
13486 \end_layout
13487
13488 \end_inset
13489 </cell>
13490 <cell alignment="center" valignment="top" usebox="none">
13491 \begin_inset Text
13492
13493 \begin_layout Plain Layout
13494 0.37
13495 \end_layout
13496
13497 \end_inset
13498 </cell>
13499 <cell alignment="center" valignment="top" usebox="none">
13500 \begin_inset Text
13501
13502 \begin_layout Plain Layout
13503 0.39
13504 \end_layout
13505
13506 \end_inset
13507 </cell>
13508 </row>
13509 <row>
13510 <cell alignment="center" valignment="top" topline="true" usebox="none">
13511 \begin_inset Text
13512
13513 \begin_layout Plain Layout
13514 \begin_inset ERT
13515 status collapsed
13516
13517 \begin_layout Plain Layout
13518
13519
13520 \backslash
13521 morecmidrules 
13522 \end_layout
13523
13524 \end_inset
13525
13526
13527 \begin_inset ERT
13528 status collapsed
13529
13530 \begin_layout Plain Layout
13531
13532
13533 \backslash
13534 cmidrule{3-4}
13535 \end_layout
13536
13537 \end_inset
13538
13539 LSF-spatial resolution
13540 \end_layout
13541
13542 \end_inset
13543 </cell>
13544 <cell alignment="center" valignment="top" topline="true" usebox="none">
13545 \begin_inset Text
13546
13547 \begin_layout Plain Layout
13548
13549 \end_layout
13550
13551 \end_inset
13552 </cell>
13553 <cell alignment="center" valignment="top" topline="true" usebox="none">
13554 \begin_inset Text
13555
13556 \begin_layout Plain Layout
13557
13558 \end_layout
13559
13560 \end_inset
13561 </cell>
13562 <cell alignment="center" valignment="top" topline="true" usebox="none">
13563 \begin_inset Text
13564
13565 \begin_layout Plain Layout
13566
13567 \end_layout
13568
13569 \end_inset
13570 </cell>
13571 </row>
13572 <row>
13573 <cell alignment="center" valignment="top" usebox="none">
13574 \begin_inset Text
13575
13576 \begin_layout Plain Layout
13577 in µm
13578 \end_layout
13579
13580 \end_inset
13581 </cell>
13582 <cell alignment="center" valignment="top" usebox="none">
13583 \begin_inset Text
13584
13585 \begin_layout Plain Layout
13586 129.7
13587 \end_layout
13588
13589 \end_inset
13590 </cell>
13591 <cell alignment="center" valignment="top" usebox="none">
13592 \begin_inset Text
13593
13594 \begin_layout Plain Layout
13595 52.75
13596 \end_layout
13597
13598 \end_inset
13599 </cell>
13600 <cell alignment="center" valignment="top" usebox="none">
13601 \begin_inset Text
13602
13603 \begin_layout Plain Layout
13604 50.78
13605 \end_layout
13606
13607 \end_inset
13608 </cell>
13609 </row>
13610 <row>
13611 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13612 \begin_inset Text
13613
13614 \begin_layout Plain Layout
13615 in % of pixel size
13616 \end_layout
13617
13618 \end_inset
13619 </cell>
13620 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13621 \begin_inset Text
13622
13623 \begin_layout Plain Layout
13624 76.3
13625 \end_layout
13626
13627 \end_inset
13628 </cell>
13629 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13630 \begin_inset Text
13631
13632 \begin_layout Plain Layout
13633 95.9
13634 \end_layout
13635
13636 \end_inset
13637 </cell>
13638 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13639 \begin_inset Text
13640
13641 \begin_layout Plain Layout
13642 92.3
13643 \end_layout
13644
13645 \end_inset
13646 </cell>
13647 </row>
13648 </lyxtabular>
13649
13650 \end_inset
13651
13652
13653 \end_layout
13654
13655 \end_inset
13656
13657
13658 \end_layout
13659
13660 \begin_layout Section
13661 Vertical Table Alignment
13662 \begin_inset Index
13663 status collapsed
13664
13665 \begin_layout Plain Layout
13666 Table ! Alignment
13667 \end_layout
13668
13669 \end_inset
13670
13671
13672 \end_layout
13673
13674 \begin_layout Standard
13675 To align tables vertically in a text line the table must be inside a box.
13676  The box can then be vertically aligned as described in section
13677 \begin_inset space ~
13678 \end_inset
13679
13680
13681 \begin_inset CommandInset ref
13682 LatexCommand ref
13683 reference "sec:Box-Dialog"
13684
13685 \end_inset
13686
13687 .
13688 \end_layout
13689
13690 \begin_layout Standard
13691 In the following example the tables are inside a minipage
13692 \begin_inset Foot
13693 status collapsed
13694
13695 \begin_layout Plain Layout
13696 Minipages are described in section
13697 \begin_inset space ~
13698 \end_inset
13699
13700
13701 \begin_inset CommandInset ref
13702 LatexCommand ref
13703 reference "sec:Minipages"
13704
13705 \end_inset
13706
13707 .
13708 \end_layout
13709
13710 \end_inset
13711
13712  box that has a width of 15
13713 \begin_inset space \thinspace{}
13714 \end_inset
13715
13716 col%:
13717 \end_layout
13718
13719 \begin_layout Itemize
13720 test 
13721 \begin_inset Box Frameless
13722 position "t"
13723 hor_pos "c"
13724 has_inner_box 1
13725 inner_pos "c"
13726 use_parbox 0
13727 width "15col%"
13728 special "none"
13729 height "1in"
13730 height_special "totalheight"
13731 status collapsed
13732
13733 \begin_layout Plain Layout
13734 \begin_inset Tabular
13735 <lyxtabular version="3" rows="3" columns="3">
13736 <features>
13737 <column alignment="center" valignment="top" width="0">
13738 <column alignment="center" valignment="top" width="0">
13739 <column alignment="center" valignment="top" width="0">
13740 <row>
13741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13742 \begin_inset Text
13743
13744 \begin_layout Plain Layout
13745 a
13746 \end_layout
13747
13748 \end_inset
13749 </cell>
13750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13751 \begin_inset Text
13752
13753 \begin_layout Plain Layout
13754 d
13755 \end_layout
13756
13757 \end_inset
13758 </cell>
13759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13760 \begin_inset Text
13761
13762 \begin_layout Plain Layout
13763 g
13764 \end_layout
13765
13766 \end_inset
13767 </cell>
13768 </row>
13769 <row>
13770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13771 \begin_inset Text
13772
13773 \begin_layout Plain Layout
13774 b
13775 \end_layout
13776
13777 \end_inset
13778 </cell>
13779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13780 \begin_inset Text
13781
13782 \begin_layout Plain Layout
13783 e
13784 \end_layout
13785
13786 \end_inset
13787 </cell>
13788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13789 \begin_inset Text
13790
13791 \begin_layout Plain Layout
13792 h
13793 \end_layout
13794
13795 \end_inset
13796 </cell>
13797 </row>
13798 <row>
13799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13800 \begin_inset Text
13801
13802 \begin_layout Plain Layout
13803 c
13804 \end_layout
13805
13806 \end_inset
13807 </cell>
13808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13809 \begin_inset Text
13810
13811 \begin_layout Plain Layout
13812 f
13813 \end_layout
13814
13815 \end_inset
13816 </cell>
13817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13818 \begin_inset Text
13819
13820 \begin_layout Plain Layout
13821 i
13822 \end_layout
13823
13824 \end_inset
13825 </cell>
13826 </row>
13827 </lyxtabular>
13828
13829 \end_inset
13830
13831
13832 \end_layout
13833
13834 \end_inset
13835
13836  test 
13837 \begin_inset ERT
13838 status collapsed
13839
13840 \begin_layout Plain Layout
13841
13842
13843 \backslash
13844 raisebox{0.85
13845 \backslash
13846 baselineskip}{
13847 \end_layout
13848
13849 \end_inset
13850
13851
13852 \begin_inset Box Frameless
13853 position "t"
13854 hor_pos "c"
13855 has_inner_box 1
13856 inner_pos "c"
13857 use_parbox 0
13858 width "15col%"
13859 special "none"
13860 height "1in"
13861 height_special "totalheight"
13862 status collapsed
13863
13864 \begin_layout Plain Layout
13865 \begin_inset Tabular
13866 <lyxtabular version="3" rows="3" columns="3">
13867 <features>
13868 <column alignment="center" valignment="top" width="0">
13869 <column alignment="center" valignment="top" width="0">
13870 <column alignment="center" valignment="top" width="0">
13871 <row>
13872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13873 \begin_inset Text
13874
13875 \begin_layout Plain Layout
13876 a
13877 \end_layout
13878
13879 \end_inset
13880 </cell>
13881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13882 \begin_inset Text
13883
13884 \begin_layout Plain Layout
13885 d
13886 \end_layout
13887
13888 \end_inset
13889 </cell>
13890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13891 \begin_inset Text
13892
13893 \begin_layout Plain Layout
13894 g
13895 \end_layout
13896
13897 \end_inset
13898 </cell>
13899 </row>
13900 <row>
13901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13902 \begin_inset Text
13903
13904 \begin_layout Plain Layout
13905 b
13906 \end_layout
13907
13908 \end_inset
13909 </cell>
13910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13911 \begin_inset Text
13912
13913 \begin_layout Plain Layout
13914 e
13915 \end_layout
13916
13917 \end_inset
13918 </cell>
13919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13920 \begin_inset Text
13921
13922 \begin_layout Plain Layout
13923 h
13924 \end_layout
13925
13926 \end_inset
13927 </cell>
13928 </row>
13929 <row>
13930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13931 \begin_inset Text
13932
13933 \begin_layout Plain Layout
13934 c
13935 \end_layout
13936
13937 \end_inset
13938 </cell>
13939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13940 \begin_inset Text
13941
13942 \begin_layout Plain Layout
13943 f
13944 \end_layout
13945
13946 \end_inset
13947 </cell>
13948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13949 \begin_inset Text
13950
13951 \begin_layout Plain Layout
13952 i
13953 \end_layout
13954
13955 \end_inset
13956 </cell>
13957 </row>
13958 </lyxtabular>
13959
13960 \end_inset
13961
13962
13963 \end_layout
13964
13965 \end_inset
13966
13967
13968 \begin_inset ERT
13969 status collapsed
13970
13971 \begin_layout Plain Layout
13972
13973 }
13974 \end_layout
13975
13976 \end_inset
13977
13978
13979 \end_layout
13980
13981 \begin_layout Itemize
13982 test 
13983 \begin_inset Box Frameless
13984 position "c"
13985 hor_pos "c"
13986 has_inner_box 1
13987 inner_pos "c"
13988 use_parbox 0
13989 width "15col%"
13990 special "none"
13991 height "1in"
13992 height_special "totalheight"
13993 status collapsed
13994
13995 \begin_layout Plain Layout
13996 \begin_inset Tabular
13997 <lyxtabular version="3" rows="3" columns="3">
13998 <features>
13999 <column alignment="center" valignment="top" width="0">
14000 <column alignment="center" valignment="top" width="0">
14001 <column alignment="center" valignment="top" width="0">
14002 <row>
14003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14004 \begin_inset Text
14005
14006 \begin_layout Plain Layout
14007 a
14008 \end_layout
14009
14010 \end_inset
14011 </cell>
14012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14013 \begin_inset Text
14014
14015 \begin_layout Plain Layout
14016 d
14017 \end_layout
14018
14019 \end_inset
14020 </cell>
14021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14022 \begin_inset Text
14023
14024 \begin_layout Plain Layout
14025 g
14026 \end_layout
14027
14028 \end_inset
14029 </cell>
14030 </row>
14031 <row>
14032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14033 \begin_inset Text
14034
14035 \begin_layout Plain Layout
14036 b
14037 \end_layout
14038
14039 \end_inset
14040 </cell>
14041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14042 \begin_inset Text
14043
14044 \begin_layout Plain Layout
14045 e
14046 \end_layout
14047
14048 \end_inset
14049 </cell>
14050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14051 \begin_inset Text
14052
14053 \begin_layout Plain Layout
14054 h
14055 \end_layout
14056
14057 \end_inset
14058 </cell>
14059 </row>
14060 <row>
14061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14062 \begin_inset Text
14063
14064 \begin_layout Plain Layout
14065 c
14066 \end_layout
14067
14068 \end_inset
14069 </cell>
14070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14071 \begin_inset Text
14072
14073 \begin_layout Plain Layout
14074 f
14075 \end_layout
14076
14077 \end_inset
14078 </cell>
14079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14080 \begin_inset Text
14081
14082 \begin_layout Plain Layout
14083 i
14084 \end_layout
14085
14086 \end_inset
14087 </cell>
14088 </row>
14089 </lyxtabular>
14090
14091 \end_inset
14092
14093
14094 \end_layout
14095
14096 \end_inset
14097
14098
14099 \end_layout
14100
14101 \begin_layout Itemize
14102 test 
14103 \begin_inset Box Frameless
14104 position "b"
14105 hor_pos "c"
14106 has_inner_box 1
14107 inner_pos "c"
14108 use_parbox 0
14109 width "15col%"
14110 special "none"
14111 height "1in"
14112 height_special "totalheight"
14113 status collapsed
14114
14115 \begin_layout Plain Layout
14116 \begin_inset Tabular
14117 <lyxtabular version="3" rows="3" columns="3">
14118 <features>
14119 <column alignment="center" valignment="top" width="0">
14120 <column alignment="center" valignment="top" width="0">
14121 <column alignment="center" valignment="top" width="0">
14122 <row>
14123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14124 \begin_inset Text
14125
14126 \begin_layout Plain Layout
14127 a
14128 \end_layout
14129
14130 \end_inset
14131 </cell>
14132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14133 \begin_inset Text
14134
14135 \begin_layout Plain Layout
14136 d
14137 \end_layout
14138
14139 \end_inset
14140 </cell>
14141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14142 \begin_inset Text
14143
14144 \begin_layout Plain Layout
14145 g
14146 \end_layout
14147
14148 \end_inset
14149 </cell>
14150 </row>
14151 <row>
14152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14153 \begin_inset Text
14154
14155 \begin_layout Plain Layout
14156 b
14157 \end_layout
14158
14159 \end_inset
14160 </cell>
14161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14162 \begin_inset Text
14163
14164 \begin_layout Plain Layout
14165 e
14166 \end_layout
14167
14168 \end_inset
14169 </cell>
14170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14171 \begin_inset Text
14172
14173 \begin_layout Plain Layout
14174 h
14175 \end_layout
14176
14177 \end_inset
14178 </cell>
14179 </row>
14180 <row>
14181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14182 \begin_inset Text
14183
14184 \begin_layout Plain Layout
14185 c
14186 \end_layout
14187
14188 \end_inset
14189 </cell>
14190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14191 \begin_inset Text
14192
14193 \begin_layout Plain Layout
14194 f
14195 \end_layout
14196
14197 \end_inset
14198 </cell>
14199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14200 \begin_inset Text
14201
14202 \begin_layout Plain Layout
14203 i
14204 \end_layout
14205
14206 \end_inset
14207 </cell>
14208 </row>
14209 </lyxtabular>
14210
14211 \end_inset
14212
14213
14214 \end_layout
14215
14216 \end_inset
14217
14218  test 
14219 \begin_inset ERT
14220 status collapsed
14221
14222 \begin_layout Plain Layout
14223
14224
14225 \backslash
14226 raisebox{-0.32
14227 \backslash
14228 baselineskip}{
14229 \end_layout
14230
14231 \end_inset
14232
14233
14234 \begin_inset Box Frameless
14235 position "b"
14236 hor_pos "c"
14237 has_inner_box 1
14238 inner_pos "c"
14239 use_parbox 0
14240 width "15col%"
14241 special "none"
14242 height "1in"
14243 height_special "totalheight"
14244 status collapsed
14245
14246 \begin_layout Plain Layout
14247 \begin_inset Tabular
14248 <lyxtabular version="3" rows="3" columns="3">
14249 <features>
14250 <column alignment="center" valignment="top" width="0">
14251 <column alignment="center" valignment="top" width="0">
14252 <column alignment="center" valignment="top" width="0">
14253 <row>
14254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14255 \begin_inset Text
14256
14257 \begin_layout Plain Layout
14258 a
14259 \end_layout
14260
14261 \end_inset
14262 </cell>
14263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14264 \begin_inset Text
14265
14266 \begin_layout Plain Layout
14267 d
14268 \end_layout
14269
14270 \end_inset
14271 </cell>
14272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14273 \begin_inset Text
14274
14275 \begin_layout Plain Layout
14276 g
14277 \end_layout
14278
14279 \end_inset
14280 </cell>
14281 </row>
14282 <row>
14283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14284 \begin_inset Text
14285
14286 \begin_layout Plain Layout
14287 b
14288 \end_layout
14289
14290 \end_inset
14291 </cell>
14292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14293 \begin_inset Text
14294
14295 \begin_layout Plain Layout
14296 e
14297 \end_layout
14298
14299 \end_inset
14300 </cell>
14301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14302 \begin_inset Text
14303
14304 \begin_layout Plain Layout
14305 h
14306 \end_layout
14307
14308 \end_inset
14309 </cell>
14310 </row>
14311 <row>
14312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14313 \begin_inset Text
14314
14315 \begin_layout Plain Layout
14316 c
14317 \end_layout
14318
14319 \end_inset
14320 </cell>
14321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14322 \begin_inset Text
14323
14324 \begin_layout Plain Layout
14325 f
14326 \end_layout
14327
14328 \end_inset
14329 </cell>
14330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14331 \begin_inset Text
14332
14333 \begin_layout Plain Layout
14334 i
14335 \end_layout
14336
14337 \end_inset
14338 </cell>
14339 </row>
14340 </lyxtabular>
14341
14342 \end_inset
14343
14344
14345 \end_layout
14346
14347 \end_inset
14348
14349
14350 \begin_inset ERT
14351 status collapsed
14352
14353 \begin_layout Plain Layout
14354
14355 }
14356 \end_layout
14357
14358 \end_inset
14359
14360
14361 \end_layout
14362
14363 \begin_layout Standard
14364 As you can see, the content of the first and last table row is not correctly
14365  aligned with the text line where the table is in.
14366  To get this alignment, the minipage box must be set into a raisebox
14367 \begin_inset Foot
14368 status collapsed
14369
14370 \begin_layout Plain Layout
14371 Raiseboxes are described in section
14372 \begin_inset space ~
14373 \end_inset
14374
14375
14376 \begin_inset CommandInset ref
14377 LatexCommand ref
14378 reference "sub:Vertical-Alignment"
14379
14380 \end_inset
14381
14382 .
14383 \end_layout
14384
14385 \end_inset
14386
14387 .
14388  In the example above the second table in the first item is aligned using
14389  the TeX-Code-command
14390 \end_layout
14391
14392 \begin_layout Standard
14393
14394 \series bold
14395
14396 \backslash
14397 raisebox{0.85
14398 \backslash
14399 baselineskip}{
14400 \end_layout
14401
14402 \begin_layout Standard
14403 before the box.
14404  Behind the box the closing brace 
14405 \series bold
14406 }
14407 \series default
14408  is inserted as TeX-Code.
14409  For the second table in the last item the command
14410 \end_layout
14411
14412 \begin_layout Standard
14413
14414 \series bold
14415
14416 \backslash
14417 raisebox{-0.32
14418 \backslash
14419 baselineskip}{
14420 \end_layout
14421
14422 \begin_layout Standard
14423 is used.
14424 \end_layout
14425
14426 \begin_layout Standard
14427 \begin_inset Note Greyedout
14428 status open
14429
14430 \begin_layout Plain Layout
14431
14432 \series bold
14433 Note:
14434 \series default
14435  The alignment of the table row content to the surrounding text line is
14436  not exact.
14437  The needed factor of the 
14438 \series bold
14439
14440 \backslash
14441 raisebox
14442 \series default
14443  command for this alignment depends on the document font, the font size,
14444  and the table line thickness.
14445 \end_layout
14446
14447 \end_inset
14448
14449
14450 \end_layout
14451
14452 \begin_layout Section
14453 Colored Tables
14454 \begin_inset CommandInset label
14455 LatexCommand label
14456 name "sec:Colored-Tables"
14457
14458 \end_inset
14459
14460
14461 \begin_inset Index
14462 status collapsed
14463
14464 \begin_layout Plain Layout
14465 Table ! Color
14466 \end_layout
14467
14468 \end_inset
14469
14470
14471 \end_layout
14472
14473 \begin_layout Subsection
14474 Colored Cells
14475 \begin_inset Index
14476 status collapsed
14477
14478 \begin_layout Plain Layout
14479 Table Color ! for Cells
14480 \end_layout
14481
14482 \end_inset
14483
14484
14485 \begin_inset Index
14486 status collapsed
14487
14488 \begin_layout Plain Layout
14489 Color ! for Table Cells
14490 \end_layout
14491
14492 \end_inset
14493
14494
14495 \end_layout
14496
14497 \begin_layout Standard
14498 \begin_inset Float table
14499 placement h
14500 wide false
14501 sideways false
14502 status open
14503
14504 \begin_layout Plain Layout
14505 \begin_inset Caption
14506
14507 \begin_layout Plain Layout
14508 \begin_inset CommandInset label
14509 LatexCommand label
14510 name "tab:Table-colored-without"
14511
14512 \end_inset
14513
14514 Table colored without using the package 
14515 \series bold
14516 colortbl
14517 \series default
14518
14519 \begin_inset OptArg
14520 status collapsed
14521
14522 \begin_layout Plain Layout
14523 Table without colortbl
14524 \end_layout
14525
14526 \end_inset
14527
14528
14529 \end_layout
14530
14531 \end_inset
14532
14533
14534 \end_layout
14535
14536 \begin_layout Plain Layout
14537 \align center
14538 \begin_inset Tabular
14539 <lyxtabular version="3" rows="3" columns="3">
14540 <features>
14541 <column alignment="center" valignment="top" width="0">
14542 <column alignment="center" valignment="top" width="0">
14543 <column alignment="center" valignment="top" width="0">
14544 <row>
14545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14546 \begin_inset Text
14547
14548 \begin_layout Plain Layout
14549
14550 \color green
14551 a
14552 \end_layout
14553
14554 \end_inset
14555 </cell>
14556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14557 \begin_inset Text
14558
14559 \begin_layout Plain Layout
14560
14561 \color red
14562 b
14563 \end_layout
14564
14565 \end_inset
14566 </cell>
14567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14568 \begin_inset Text
14569
14570 \begin_layout Plain Layout
14571
14572 \color red
14573 c
14574 \end_layout
14575
14576 \end_inset
14577 </cell>
14578 </row>
14579 <row>
14580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14581 \begin_inset Text
14582
14583 \begin_layout Plain Layout
14584
14585 \color green
14586 d
14587 \end_layout
14588
14589 \end_inset
14590 </cell>
14591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14592 \begin_inset Text
14593
14594 \begin_layout Plain Layout
14595
14596 \color blue
14597 e
14598 \end_layout
14599
14600 \end_inset
14601 </cell>
14602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14603 \begin_inset Text
14604
14605 \begin_layout Plain Layout
14606
14607 \color blue
14608 f
14609 \end_layout
14610
14611 \end_inset
14612 </cell>
14613 </row>
14614 <row>
14615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14616 \begin_inset Text
14617
14618 \begin_layout Plain Layout
14619
14620 \color green
14621 g
14622 \end_layout
14623
14624 \end_inset
14625 </cell>
14626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14627 \begin_inset Text
14628
14629 \begin_layout Plain Layout
14630
14631 \color blue
14632 h
14633 \end_layout
14634
14635 \end_inset
14636 </cell>
14637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14638 \begin_inset Text
14639
14640 \begin_layout Plain Layout
14641
14642 \color blue
14643 i
14644 \end_layout
14645
14646 \end_inset
14647 </cell>
14648 </row>
14649 </lyxtabular>
14650
14651 \end_inset
14652
14653
14654 \end_layout
14655
14656 \end_inset
14657
14658
14659 \end_layout
14660
14661 \begin_layout Standard
14662 If you only need colored text, mark the cells and choose a color in the
14663  menu 
14664 \family sans
14665 Edit\SpecialChar \menuseparator
14666 Text
14667 \begin_inset space ~
14668 \end_inset
14669
14670 Style
14671 \family default
14672 .
14673  This was used to create Table
14674 \begin_inset space ~
14675 \end_inset
14676
14677
14678 \begin_inset CommandInset ref
14679 LatexCommand ref
14680 reference "tab:Table-colored-without"
14681
14682 \end_inset
14683
14684 .
14685  In any other case you have to use the LaTeX-package 
14686 \series bold
14687 colortbl
14688 \series default
14689 .
14690 \begin_inset Index
14691 status collapsed
14692
14693 \begin_layout Plain Layout
14694 LaTeX-packages ! colortbl
14695 \end_layout
14696
14697 \end_inset
14698
14699
14700 \end_layout
14701
14702 \begin_layout Standard
14703 \begin_inset ERT
14704 status collapsed
14705
14706 \begin_layout Plain Layout
14707
14708
14709 \backslash
14710 ifcolortbl
14711 \end_layout
14712
14713 \end_inset
14714
14715
14716 \begin_inset Note Note
14717 status open
14718
14719 \begin_layout Plain Layout
14720 The following section part will only be displayed when the LaTeX-package
14721  
14722 \series bold
14723 colortbl
14724 \series default
14725  is installed.
14726 \end_layout
14727
14728 \end_inset
14729
14730
14731 \end_layout
14732
14733 \begin_layout Standard
14734 To create colored tables, 
14735 \series bold
14736 colortbl
14737 \series default
14738  must be loaded in the preamble with the line
14739 \end_layout
14740
14741 \begin_layout Standard
14742
14743 \series bold
14744
14745 \backslash
14746 usepackage{colortbl}
14747 \end_layout
14748
14749 \begin_layout Standard
14750 The color of a column is adjusted with the command
14751 \end_layout
14752
14753 \begin_layout Standard
14754
14755 \series bold
14756
14757 \backslash
14758 columncolor{name of color}
14759 \end_layout
14760
14761 \begin_layout Standard
14762 inside the command 
14763 \series bold
14764 >{ }
14765 \series default
14766 .
14767  More about the command 
14768 \series bold
14769 >{}
14770 \series default
14771  is described in section
14772 \begin_inset space ~
14773 \end_inset
14774
14775
14776 \begin_inset CommandInset ref
14777 LatexCommand ref
14778 reference "sub:Multicolumn-Calculations"
14779
14780 \end_inset
14781
14782 .
14783 \end_layout
14784
14785 \begin_layout Standard
14786 The following color names are predefined:
14787 \end_layout
14788
14789 \begin_layout Standard
14790
14791 \family sans
14792 red
14793 \family default
14794
14795 \family sans
14796 green
14797 \family default
14798
14799 \family sans
14800 yellow
14801 \family default
14802
14803 \family sans
14804 blue
14805 \family default
14806
14807 \family sans
14808 cyan
14809 \family default
14810
14811 \family sans
14812 magenta
14813 \family default
14814
14815 \family sans
14816 black
14817 \family default
14818  and 
14819 \family sans
14820 white
14821 \end_layout
14822
14823 \begin_layout Standard
14824 \begin_inset VSpace medskip
14825 \end_inset
14826
14827
14828 \end_layout
14829
14830 \begin_layout Standard
14831 You can also define your own color with the command
14832 \end_layout
14833
14834 \begin_layout Standard
14835
14836 \series bold
14837
14838 \backslash
14839 definecolor{color name}{color model}{color values}
14840 \end_layout
14841
14842 \begin_layout Standard
14843 The color model can be
14844 \end_layout
14845
14846 \begin_layout Labeling
14847 \labelwidthstring 00.00.0000
14848 cmyk: cyan, magenta, yellow, black
14849 \end_layout
14850
14851 \begin_layout Labeling
14852 \labelwidthstring 00.00.0000
14853 rgb: red, green blue
14854 \end_layout
14855
14856 \begin_layout Labeling
14857 \labelwidthstring 00.00.0000
14858 gray gray
14859 \end_layout
14860
14861 \begin_layout Standard
14862 and the color values are comma separated numbers between 0 and 1 describing
14863  the factor for the corresponding color of the color model.
14864 \end_layout
14865
14866 \begin_layout Standard
14867 You can e.
14868 \begin_inset space \thinspace{}
14869 \end_inset
14870
14871 g.
14872 \begin_inset space ~
14873 \end_inset
14874
14875 define the color "
14876 \emph on
14877 darkgreen
14878 \emph default
14879 " in the preamble with
14880 \end_layout
14881
14882 \begin_layout Standard
14883
14884 \series bold
14885
14886 \backslash
14887 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
14888 \end_layout
14889
14890 \begin_layout Standard
14891 and the color "
14892 \emph on
14893 lightgray
14894 \emph default
14895 " with
14896 \end_layout
14897
14898 \begin_layout Standard
14899
14900 \series bold
14901
14902 \backslash
14903 definecolor{lightgray}{gray}{0.8}
14904 \end_layout
14905
14906 \begin_layout Standard
14907 \begin_inset VSpace medskip
14908 \end_inset
14909
14910
14911 \end_layout
14912
14913 \begin_layout Standard
14914 Lines are colored with the command
14915 \end_layout
14916
14917 \begin_layout Standard
14918
14919 \series bold
14920
14921 \backslash
14922 rowcolor{name of color}
14923 \end_layout
14924
14925 \begin_layout Standard
14926 and cells are colored with the command
14927 \end_layout
14928
14929 \begin_layout Standard
14930
14931 \series bold
14932
14933 \backslash
14934 cellcolor{name of color}
14935 \end_layout
14936
14937 \begin_layout Standard
14938 Both commands are inserted at the beginning of a cell as TeX-Code.
14939 \end_layout
14940
14941 \begin_layout Standard
14942 To color characters in the table, mark the cells and use the LyX menu 
14943 \family sans
14944 Edit\SpecialChar \menuseparator
14945 Text
14946 \begin_inset space ~
14947 \end_inset
14948
14949 Style
14950 \family default
14951 .
14952  If a cell contains TeX-Code mark only the characters, otherwise the colored
14953  TeX-Code will cause LaTeX-errors.
14954 \end_layout
14955
14956 \begin_layout Standard
14957 \begin_inset Note Greyedout
14958 status open
14959
14960 \begin_layout Plain Layout
14961
14962 \series bold
14963 Note:
14964 \series default
14965  Not all DVI-viewers are able to display self-defined colors.
14966 \end_layout
14967
14968 \end_inset
14969
14970
14971 \end_layout
14972
14973 \begin_layout Standard
14974 \begin_inset VSpace bigskip
14975 \end_inset
14976
14977
14978 \end_layout
14979
14980 \begin_layout Standard
14981 To create Table
14982 \begin_inset space ~
14983 \end_inset
14984
14985
14986 \begin_inset CommandInset ref
14987 LatexCommand ref
14988 reference "tab:Table-colored-using"
14989
14990 \end_inset
14991
14992  do the following: The color of the first column should be 
14993 \emph on
14994 darkgreen
14995 \emph default
14996 .
14997  So insert
14998 \end_layout
14999
15000 \begin_layout Standard
15001
15002 \series bold
15003 >{
15004 \backslash
15005 columncolor{darkgreen}
15006 \backslash
15007 centering}c
15008 \end_layout
15009
15010 \begin_layout Standard
15011 as LaTeX-argument for this column.
15012  The first row should be blue, therefore the TeX-Code command
15013 \end_layout
15014
15015 \begin_layout Standard
15016
15017 \series bold
15018
15019 \backslash
15020 rowcolow{cyan}
15021 \end_layout
15022
15023 \begin_layout Standard
15024 is inserted to the first cell of this row.
15025  Note that this overwrites the column color for the first cell.
15026  The last cell of the last row is colored magenta by inserting the TeX-Code
15027  command
15028 \end_layout
15029
15030 \begin_layout Standard
15031
15032 \series bold
15033
15034 \backslash
15035 cellcolor{magenta}
15036 \end_layout
15037
15038 \begin_layout Standard
15039 The characters could now be colored using the menu 
15040 \family sans
15041 Edit\SpecialChar \menuseparator
15042 Text
15043 \begin_inset space ~
15044 \end_inset
15045
15046 Style
15047 \family default
15048 .
15049 \end_layout
15050
15051 \begin_layout Standard
15052 \begin_inset Float table
15053 placement h
15054 wide false
15055 sideways false
15056 status open
15057
15058 \begin_layout Plain Layout
15059 \begin_inset Caption
15060
15061 \begin_layout Plain Layout
15062 \begin_inset CommandInset label
15063 LatexCommand label
15064 name "tab:Table-colored-using"
15065
15066 \end_inset
15067
15068 Table colored using the package 
15069 \series bold
15070 colortbl
15071 \series default
15072
15073 \begin_inset OptArg
15074 status collapsed
15075
15076 \begin_layout Plain Layout
15077 Table with colortbl
15078 \end_layout
15079
15080 \end_inset
15081
15082
15083 \end_layout
15084
15085 \end_inset
15086
15087
15088 \end_layout
15089
15090 \begin_layout Plain Layout
15091 \align center
15092 \begin_inset Tabular
15093 <lyxtabular version="3" rows="3" columns="3">
15094 <features>
15095 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15096 <column alignment="center" valignment="top" width="0">
15097 <column alignment="center" valignment="top" width="0">
15098 <row>
15099 <cell alignment="center" valignment="top" usebox="none">
15100 \begin_inset Text
15101
15102 \begin_layout Plain Layout
15103 \begin_inset ERT
15104 status collapsed
15105
15106 \begin_layout Plain Layout
15107
15108
15109 \backslash
15110 rowcolor{cyan}
15111 \end_layout
15112
15113 \end_inset
15114
15115
15116 \color magenta
15117 a
15118 \end_layout
15119
15120 \end_inset
15121 </cell>
15122 <cell alignment="center" valignment="top" usebox="none">
15123 \begin_inset Text
15124
15125 \begin_layout Plain Layout
15126
15127 \color red
15128 b
15129 \end_layout
15130
15131 \end_inset
15132 </cell>
15133 <cell alignment="center" valignment="top" usebox="none">
15134 \begin_inset Text
15135
15136 \begin_layout Plain Layout
15137
15138 \color red
15139 c
15140 \end_layout
15141
15142 \end_inset
15143 </cell>
15144 </row>
15145 <row>
15146 <cell alignment="center" valignment="top" usebox="none">
15147 \begin_inset Text
15148
15149 \begin_layout Plain Layout
15150
15151 \color yellow
15152 d
15153 \end_layout
15154
15155 \end_inset
15156 </cell>
15157 <cell alignment="center" valignment="top" usebox="none">
15158 \begin_inset Text
15159
15160 \begin_layout Plain Layout
15161
15162 \color blue
15163 e
15164 \end_layout
15165
15166 \end_inset
15167 </cell>
15168 <cell alignment="center" valignment="top" usebox="none">
15169 \begin_inset Text
15170
15171 \begin_layout Plain Layout
15172
15173 \color blue
15174 f
15175 \end_layout
15176
15177 \end_inset
15178 </cell>
15179 </row>
15180 <row>
15181 <cell alignment="center" valignment="top" usebox="none">
15182 \begin_inset Text
15183
15184 \begin_layout Plain Layout
15185
15186 \color yellow
15187 g
15188 \end_layout
15189
15190 \end_inset
15191 </cell>
15192 <cell alignment="center" valignment="top" usebox="none">
15193 \begin_inset Text
15194
15195 \begin_layout Plain Layout
15196
15197 \color blue
15198 h
15199 \end_layout
15200
15201 \end_inset
15202 </cell>
15203 <cell alignment="center" valignment="top" usebox="none">
15204 \begin_inset Text
15205
15206 \begin_layout Plain Layout
15207 \begin_inset ERT
15208 status collapsed
15209
15210 \begin_layout Plain Layout
15211
15212
15213 \backslash
15214 cellcolor{magenta}
15215 \end_layout
15216
15217 \end_inset
15218
15219
15220 \color green
15221 i
15222 \end_layout
15223
15224 \end_inset
15225 </cell>
15226 </row>
15227 </lyxtabular>
15228
15229 \end_inset
15230
15231
15232 \end_layout
15233
15234 \end_inset
15235
15236
15237 \end_layout
15238
15239 \begin_layout Standard
15240 \begin_inset ERT
15241 status collapsed
15242
15243 \begin_layout Plain Layout
15244
15245
15246 \backslash
15247 else
15248 \end_layout
15249
15250 \end_inset
15251
15252
15253 \begin_inset Note Note
15254 status open
15255
15256 \begin_layout Plain Layout
15257 The following will be displayed when the LaTeX-package 
15258 \series bold
15259 colortbl
15260 \series default
15261  is not installed:
15262 \end_layout
15263
15264 \end_inset
15265
15266
15267 \end_layout
15268
15269 \begin_layout Standard
15270 You need to install the package 
15271 \series bold
15272 colortbl
15273 \series default
15274  to see the content of this section in the output.
15275 \end_layout
15276
15277 \begin_layout Standard
15278 \begin_inset ERT
15279 status collapsed
15280
15281 \begin_layout Plain Layout
15282
15283
15284 \backslash
15285 fi
15286 \end_layout
15287
15288 \end_inset
15289
15290
15291 \end_layout
15292
15293 \begin_layout Subsection
15294 Colored Lines
15295 \begin_inset Index
15296 status collapsed
15297
15298 \begin_layout Plain Layout
15299 Table Color ! for Lines
15300 \end_layout
15301
15302 \end_inset
15303
15304
15305 \begin_inset Index
15306 status collapsed
15307
15308 \begin_layout Plain Layout
15309 Color ! for Table Lines
15310 \end_layout
15311
15312 \end_inset
15313
15314
15315 \end_layout
15316
15317 \begin_layout Standard
15318 As described in section
15319 \begin_inset space ~
15320 \end_inset
15321
15322
15323 \begin_inset CommandInset ref
15324 LatexCommand ref
15325 reference "sub:Line-Thickness"
15326
15327 \end_inset
15328
15329 , the line thickness for all lines in a table can be adjusted with the length
15330  
15331 \series bold
15332
15333 \backslash
15334 arrayrulewidth
15335 \series default
15336 .
15337  It is set to 1.5
15338 \begin_inset space \thinspace{}
15339 \end_inset
15340
15341 pt for all tables of this section.
15342 \begin_inset ERT
15343 status collapsed
15344
15345 \begin_layout Plain Layout
15346
15347
15348 \backslash
15349 setlength{
15350 \backslash
15351 arrayrulewidth}{1.5pt}
15352 \end_layout
15353
15354 \end_inset
15355
15356
15357 \end_layout
15358
15359 \begin_layout Standard
15360 To color vertical lines for example with green, create the following column
15361  format in the document preamble, according to the description in section
15362 \begin_inset space ~
15363 \end_inset
15364
15365
15366 \begin_inset CommandInset ref
15367 LatexCommand ref
15368 reference "sub:Customized-Format"
15369
15370 \end_inset
15371
15372 :
15373 \end_layout
15374
15375 \begin_layout Standard
15376
15377 \series bold
15378
15379 \backslash
15380 newcolumntype{W}{!{
15381 \backslash
15382 color{green}
15383 \backslash
15384 vline}}
15385 \end_layout
15386
15387 \begin_layout Standard
15388 For Table
15389 \begin_inset space ~
15390 \end_inset
15391
15392
15393 \begin_inset CommandInset ref
15394 LatexCommand ref
15395 reference "tab:Table-with-vertical-colored"
15396
15397 \end_inset
15398
15399  the LaTeX-argument
15400 \series bold
15401  WcW
15402 \series default
15403  was used for the last column and
15404 \series bold
15405  Wc
15406 \series default
15407  for the other columns.
15408 \end_layout
15409
15410 \begin_layout Standard
15411 If you want to have several colors, define more column formats.
15412 \end_layout
15413
15414 \begin_layout Standard
15415 \begin_inset Float table
15416 placement h
15417 wide false
15418 sideways false
15419 status open
15420
15421 \begin_layout Plain Layout
15422 \begin_inset Caption
15423
15424 \begin_layout Plain Layout
15425 \begin_inset CommandInset label
15426 LatexCommand label
15427 name "tab:Table-with-vertical-colored"
15428
15429 \end_inset
15430
15431 Table with colored vertical lines
15432 \end_layout
15433
15434 \end_inset
15435
15436
15437 \end_layout
15438
15439 \begin_layout Plain Layout
15440 \align center
15441 \begin_inset Tabular
15442 <lyxtabular version="3" rows="3" columns="3">
15443 <features>
15444 <column alignment="center" valignment="top" width="0" special="Wc">
15445 <column alignment="center" valignment="top" width="0" special="Wc">
15446 <column alignment="center" valignment="top" width="0" special="WcW">
15447 <row>
15448 <cell alignment="center" valignment="top" topline="true" usebox="none">
15449 \begin_inset Text
15450
15451 \begin_layout Plain Layout
15452 sd
15453 \end_layout
15454
15455 \end_inset
15456 </cell>
15457 <cell alignment="center" valignment="top" topline="true" usebox="none">
15458 \begin_inset Text
15459
15460 \begin_layout Plain Layout
15461
15462 \end_layout
15463
15464 \end_inset
15465 </cell>
15466 <cell alignment="center" valignment="top" topline="true" usebox="none">
15467 \begin_inset Text
15468
15469 \begin_layout Plain Layout
15470
15471 \end_layout
15472
15473 \end_inset
15474 </cell>
15475 </row>
15476 <row>
15477 <cell alignment="center" valignment="top" topline="true" usebox="none">
15478 \begin_inset Text
15479
15480 \begin_layout Plain Layout
15481
15482 \end_layout
15483
15484 \end_inset
15485 </cell>
15486 <cell alignment="center" valignment="top" topline="true" usebox="none">
15487 \begin_inset Text
15488
15489 \begin_layout Plain Layout
15490 sd
15491 \end_layout
15492
15493 \end_inset
15494 </cell>
15495 <cell alignment="center" valignment="top" topline="true" usebox="none">
15496 \begin_inset Text
15497
15498 \begin_layout Plain Layout
15499
15500 \end_layout
15501
15502 \end_inset
15503 </cell>
15504 </row>
15505 <row>
15506 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15507 \begin_inset Text
15508
15509 \begin_layout Plain Layout
15510
15511 \end_layout
15512
15513 \end_inset
15514 </cell>
15515 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15516 \begin_inset Text
15517
15518 \begin_layout Plain Layout
15519
15520 \end_layout
15521
15522 \end_inset
15523 </cell>
15524 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15525 \begin_inset Text
15526
15527 \begin_layout Plain Layout
15528 sd
15529 \end_layout
15530
15531 \end_inset
15532 </cell>
15533 </row>
15534 </lyxtabular>
15535
15536 \end_inset
15537
15538
15539 \end_layout
15540
15541 \end_inset
15542
15543
15544 \end_layout
15545
15546 \begin_layout Standard
15547 \begin_inset VSpace bigskip
15548 \end_inset
15549
15550 To color horizontal lines for example with red, like in Table
15551 \begin_inset space ~
15552 \end_inset
15553
15554
15555 \begin_inset CommandInset ref
15556 LatexCommand ref
15557 reference "tab:Table-with-horizontal-colored"
15558
15559 \end_inset
15560
15561 , insert these commands in TeX-Code before the table or table float:
15562 \end_layout
15563
15564 \begin_layout Standard
15565
15566 \series bold
15567
15568 \backslash
15569 let
15570 \backslash
15571 myHlineC
15572 \backslash
15573 hline
15574 \begin_inset Newline newline
15575 \end_inset
15576
15577
15578 \backslash
15579 renewcommand{
15580 \backslash
15581 hline}
15582 \begin_inset Newline newline
15583 \end_inset
15584
15585
15586 \begin_inset ERT
15587 status collapsed
15588
15589 \begin_layout Plain Layout
15590
15591
15592 \backslash
15593 hphantom{ }
15594 \end_layout
15595
15596 \end_inset
15597
15598 {
15599 \backslash
15600 arrayrulecolor{red}
15601 \backslash
15602 myHlineC
15603 \backslash
15604 arrayrulecolor{black}}
15605 \end_layout
15606
15607 \begin_layout Standard
15608 \begin_inset ERT
15609 status collapsed
15610
15611 \begin_layout Plain Layout
15612
15613
15614 \backslash
15615 let
15616 \backslash
15617 myHlineC
15618 \backslash
15619 hline
15620 \end_layout
15621
15622 \begin_layout Plain Layout
15623
15624
15625 \backslash
15626 renewcommand{
15627 \backslash
15628 hline}
15629 \end_layout
15630
15631 \begin_layout Plain Layout
15632
15633  {
15634 \backslash
15635 arrayrulecolor{red}
15636 \backslash
15637 myHlineC
15638 \backslash
15639 arrayrulecolor{black}}
15640 \end_layout
15641
15642 \end_inset
15643
15644
15645 \begin_inset Float table
15646 placement h
15647 wide false
15648 sideways false
15649 status open
15650
15651 \begin_layout Plain Layout
15652 \begin_inset Caption
15653
15654 \begin_layout Plain Layout
15655 \begin_inset CommandInset label
15656 LatexCommand label
15657 name "tab:Table-with-horizontal-colored"
15658
15659 \end_inset
15660
15661 Table with colored horizontal lines
15662 \end_layout
15663
15664 \end_inset
15665
15666
15667 \end_layout
15668
15669 \begin_layout Plain Layout
15670 \align center
15671 \begin_inset Tabular
15672 <lyxtabular version="3" rows="3" columns="3">
15673 <features>
15674 <column alignment="center" valignment="top" width="0">
15675 <column alignment="center" valignment="top" width="0">
15676 <column alignment="center" valignment="top" width="0">
15677 <row>
15678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15679 \begin_inset Text
15680
15681 \begin_layout Plain Layout
15682 sd
15683 \end_layout
15684
15685 \end_inset
15686 </cell>
15687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15688 \begin_inset Text
15689
15690 \begin_layout Plain Layout
15691
15692 \end_layout
15693
15694 \end_inset
15695 </cell>
15696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15697 \begin_inset Text
15698
15699 \begin_layout Plain Layout
15700
15701 \end_layout
15702
15703 \end_inset
15704 </cell>
15705 </row>
15706 <row>
15707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15708 \begin_inset Text
15709
15710 \begin_layout Plain Layout
15711
15712 \end_layout
15713
15714 \end_inset
15715 </cell>
15716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15717 \begin_inset Text
15718
15719 \begin_layout Plain Layout
15720 sd
15721 \end_layout
15722
15723 \end_inset
15724 </cell>
15725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15726 \begin_inset Text
15727
15728 \begin_layout Plain Layout
15729
15730 \end_layout
15731
15732 \end_inset
15733 </cell>
15734 </row>
15735 <row>
15736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15737 \begin_inset Text
15738
15739 \begin_layout Plain Layout
15740
15741 \end_layout
15742
15743 \end_inset
15744 </cell>
15745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15746 \begin_inset Text
15747
15748 \begin_layout Plain Layout
15749
15750 \end_layout
15751
15752 \end_inset
15753 </cell>
15754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15755 \begin_inset Text
15756
15757 \begin_layout Plain Layout
15758 sd
15759 \end_layout
15760
15761 \end_inset
15762 </cell>
15763 </row>
15764 </lyxtabular>
15765
15766 \end_inset
15767
15768
15769 \end_layout
15770
15771 \end_inset
15772
15773
15774 \end_layout
15775
15776 \begin_layout Standard
15777 To return to the default line color black, insert this command in TeX-Code
15778  behind the table or table float:
15779 \end_layout
15780
15781 \begin_layout Standard
15782
15783 \series bold
15784
15785 \backslash
15786 renewcommand{
15787 \backslash
15788 hline}{
15789 \backslash
15790 myHlineC}
15791 \end_layout
15792
15793 \begin_layout Standard
15794 Table
15795 \begin_inset space ~
15796 \end_inset
15797
15798
15799 \begin_inset CommandInset ref
15800 LatexCommand ref
15801 reference "tab:Table-with-colored"
15802
15803 \end_inset
15804
15805  is an example with colored vertical and horizontal lines.
15806 \end_layout
15807
15808 \begin_layout Standard
15809 \begin_inset Float table
15810 placement h
15811 wide false
15812 sideways false
15813 status open
15814
15815 \begin_layout Plain Layout
15816 \begin_inset Caption
15817
15818 \begin_layout Plain Layout
15819 \begin_inset CommandInset label
15820 LatexCommand label
15821 name "tab:Table-with-colored"
15822
15823 \end_inset
15824
15825 Table with colored lines
15826 \end_layout
15827
15828 \end_inset
15829
15830
15831 \end_layout
15832
15833 \begin_layout Plain Layout
15834 \align center
15835 \begin_inset Tabular
15836 <lyxtabular version="3" rows="3" columns="3">
15837 <features>
15838 <column alignment="center" valignment="top" width="0" special="Wc">
15839 <column alignment="center" valignment="top" width="0" special="Wc">
15840 <column alignment="center" valignment="top" width="0" special="WcW">
15841 <row>
15842 <cell alignment="center" valignment="top" topline="true" usebox="none">
15843 \begin_inset Text
15844
15845 \begin_layout Plain Layout
15846 sd
15847 \end_layout
15848
15849 \end_inset
15850 </cell>
15851 <cell alignment="center" valignment="top" topline="true" usebox="none">
15852 \begin_inset Text
15853
15854 \begin_layout Plain Layout
15855
15856 \end_layout
15857
15858 \end_inset
15859 </cell>
15860 <cell alignment="center" valignment="top" topline="true" usebox="none">
15861 \begin_inset Text
15862
15863 \begin_layout Plain Layout
15864
15865 \end_layout
15866
15867 \end_inset
15868 </cell>
15869 </row>
15870 <row>
15871 <cell alignment="center" valignment="top" topline="true" usebox="none">
15872 \begin_inset Text
15873
15874 \begin_layout Plain Layout
15875
15876 \end_layout
15877
15878 \end_inset
15879 </cell>
15880 <cell alignment="center" valignment="top" topline="true" usebox="none">
15881 \begin_inset Text
15882
15883 \begin_layout Plain Layout
15884 sd
15885 \end_layout
15886
15887 \end_inset
15888 </cell>
15889 <cell alignment="center" valignment="top" topline="true" usebox="none">
15890 \begin_inset Text
15891
15892 \begin_layout Plain Layout
15893
15894 \end_layout
15895
15896 \end_inset
15897 </cell>
15898 </row>
15899 <row topspace="default">
15900 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15901 \begin_inset Text
15902
15903 \begin_layout Plain Layout
15904
15905 \end_layout
15906
15907 \end_inset
15908 </cell>
15909 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15910 \begin_inset Text
15911
15912 \begin_layout Plain Layout
15913
15914 \end_layout
15915
15916 \end_inset
15917 </cell>
15918 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15919 \begin_inset Text
15920
15921 \begin_layout Plain Layout
15922 sd
15923 \end_layout
15924
15925 \end_inset
15926 </cell>
15927 </row>
15928 </lyxtabular>
15929
15930 \end_inset
15931
15932
15933 \end_layout
15934
15935 \end_inset
15936
15937
15938 \end_layout
15939
15940 \begin_layout Standard
15941 \begin_inset ERT
15942 status collapsed
15943
15944 \begin_layout Plain Layout
15945
15946
15947 \backslash
15948 renewcommand{
15949 \backslash
15950 hline}{
15951 \backslash
15952 myHlineC}
15953 \end_layout
15954
15955 \end_inset
15956
15957
15958 \end_layout
15959
15960 \begin_layout Standard
15961 \begin_inset ERT
15962 status collapsed
15963
15964 \begin_layout Plain Layout
15965
15966
15967 \backslash
15968 setlength{
15969 \backslash
15970 arrayrulewidth}{0.4pt}
15971 \end_layout
15972
15973 \end_inset
15974
15975
15976 \end_layout
15977
15978 \begin_layout Section
15979 Table Customization
15980 \begin_inset Index
15981 status collapsed
15982
15983 \begin_layout Plain Layout
15984 Table Customization
15985 \end_layout
15986
15987 \end_inset
15988
15989
15990 \begin_inset Index
15991 status collapsed
15992
15993 \begin_layout Plain Layout
15994 Table ! Customization
15995 \end_layout
15996
15997 \end_inset
15998
15999
16000 \end_layout
16001
16002 \begin_layout Subsection
16003 Row Spacing
16004 \begin_inset CommandInset label
16005 LatexCommand label
16006 name "sub:Row-Spacing"
16007
16008 \end_inset
16009
16010
16011 \begin_inset Index
16012 status collapsed
16013
16014 \begin_layout Plain Layout
16015 Table Customization ! Row Spacing
16016 \end_layout
16017
16018 \end_inset
16019
16020
16021 \end_layout
16022
16023 \begin_layout Standard
16024 You can add vertical space to table rows in the 
16025 \family sans
16026 Borders
16027 \family default
16028  tab of the table dialog.
16029  You find there three possibilities:
16030 \end_layout
16031
16032 \begin_layout Description
16033 Top
16034 \begin_inset space ~
16035 \end_inset
16036
16037 of
16038 \begin_inset space ~
16039 \end_inset
16040
16041 row will add space above the characters of the table row.
16042  If the table is a formal table
16043 \begin_inset Foot
16044 status collapsed
16045
16046 \begin_layout Plain Layout
16047 Formal tables are explained in section
16048 \begin_inset space ~
16049 \end_inset
16050
16051
16052 \begin_inset CommandInset ref
16053 LatexCommand ref
16054 reference "sec:Formal-Tables"
16055
16056 \end_inset
16057
16058 .
16059 \end_layout
16060
16061 \end_inset
16062
16063  LyX will insert as default 0.5
16064 \begin_inset space \thinspace{}
16065 \end_inset
16066
16067 em space.
16068  For normal tables the inserted space will unfortunately destroy the vertical
16069  table lines as in the following table:
16070 \begin_inset VSpace medskip
16071 \end_inset
16072
16073
16074 \begin_inset Newline newline
16075 \end_inset
16076
16077
16078 \begin_inset space \hspace*{}
16079 \length 0pt
16080 \end_inset
16081
16082
16083 \begin_inset space \hfill{}
16084 \end_inset
16085
16086
16087 \begin_inset Tabular
16088 <lyxtabular version="3" rows="3" columns="1">
16089 <features>
16090 <column alignment="center" valignment="top" width="0">
16091 <row>
16092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16093 \begin_inset Text
16094
16095 \begin_layout Plain Layout
16096 A
16097 \end_layout
16098
16099 \end_inset
16100 </cell>
16101 </row>
16102 <row topspace="3mm">
16103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16104 \begin_inset Text
16105
16106 \begin_layout Plain Layout
16107 3
16108 \begin_inset space \thinspace{}
16109 \end_inset
16110
16111 mm space top of row
16112 \end_layout
16113
16114 \end_inset
16115 </cell>
16116 </row>
16117 <row>
16118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16119 \begin_inset Text
16120
16121 \begin_layout Plain Layout
16122 C
16123 \end_layout
16124
16125 \end_inset
16126 </cell>
16127 </row>
16128 </lyxtabular>
16129
16130 \end_inset
16131
16132
16133 \begin_inset space \hfill{}
16134 \end_inset
16135
16136
16137 \begin_inset space \hspace*{}
16138 \length 0pt
16139 \end_inset
16140
16141
16142 \begin_inset VSpace medskip
16143 \end_inset
16144
16145
16146 \begin_inset Newline newline
16147 \end_inset
16148
16149 So inserting space to the top of row for normal tables is only useful when
16150  you don't have vertical lines.
16151 \end_layout
16152
16153 \begin_layout Description
16154 Bottom
16155 \begin_inset space ~
16156 \end_inset
16157
16158 of
16159 \begin_inset space ~
16160 \end_inset
16161
16162 row will add space below the characters of the table row.
16163  If the table is a formal table LyX will insert as default 0.5
16164 \begin_inset space \thinspace{}
16165 \end_inset
16166
16167 em space, for normal tables the default size is 2
16168 \begin_inset space \thinspace{}
16169 \end_inset
16170
16171 pt.
16172 \end_layout
16173
16174 \begin_layout Description
16175 Between
16176 \begin_inset space ~
16177 \end_inset
16178
16179 rows adds space between the current and the following row.
16180  If the table is a formal table LyX will insert as default 0.5
16181 \begin_inset space \thinspace{}
16182 \end_inset
16183
16184 em space.
16185  For normal tables the inserted space will unfortunately destroy the vertical
16186  table lines as in the following table:
16187 \begin_inset VSpace medskip
16188 \end_inset
16189
16190
16191 \begin_inset Newline newline
16192 \end_inset
16193
16194
16195 \begin_inset space \hspace*{}
16196 \length 0pt
16197 \end_inset
16198
16199
16200 \begin_inset space \hfill{}
16201 \end_inset
16202
16203
16204 \begin_inset Tabular
16205 <lyxtabular version="3" rows="3" columns="1">
16206 <features>
16207 <column alignment="center" valignment="top" width="0">
16208 <row>
16209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16210 \begin_inset Text
16211
16212 \begin_layout Plain Layout
16213 A
16214 \end_layout
16215
16216 \end_inset
16217 </cell>
16218 </row>
16219 <row interlinespace="3mm">
16220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16221 \begin_inset Text
16222
16223 \begin_layout Plain Layout
16224 \begin_inset Formula $\downarrow$
16225 \end_inset
16226
16227  3
16228 \begin_inset space \thinspace{}
16229 \end_inset
16230
16231 mm space between row 
16232 \begin_inset Formula $\downarrow$
16233 \end_inset
16234
16235
16236 \end_layout
16237
16238 \end_inset
16239 </cell>
16240 </row>
16241 <row>
16242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16243 \begin_inset Text
16244
16245 \begin_layout Plain Layout
16246 \begin_inset Formula $\uparrow$
16247 \end_inset
16248
16249  3
16250 \begin_inset space \thinspace{}
16251 \end_inset
16252
16253 mm space between row 
16254 \begin_inset Formula $\uparrow$
16255 \end_inset
16256
16257
16258 \end_layout
16259
16260 \end_inset
16261 </cell>
16262 </row>
16263 </lyxtabular>
16264
16265 \end_inset
16266
16267
16268 \begin_inset space \hfill{}
16269 \end_inset
16270
16271
16272 \begin_inset space \hspace*{}
16273 \length 0pt
16274 \end_inset
16275
16276
16277 \begin_inset VSpace medskip
16278 \end_inset
16279
16280
16281 \begin_inset Newline newline
16282 \end_inset
16283
16284 So inserting space between rows for normal tables is only useful when you
16285  don't have vertical lines.
16286 \end_layout
16287
16288 \begin_layout Standard
16289 \begin_inset VSpace bigskip
16290 \end_inset
16291
16292 When you want to add extra height to all cells of all tables, you can do
16293  this with the following preamble lines:
16294 \end_layout
16295
16296 \begin_layout Standard
16297
16298 \series bold
16299
16300 \backslash
16301 @ifundefined{extrarowheight}
16302 \begin_inset Newline newline
16303 \end_inset
16304
16305
16306 \begin_inset ERT
16307 status collapsed
16308
16309 \begin_layout Plain Layout
16310
16311
16312 \backslash
16313 hphantom{ }
16314 \end_layout
16315
16316 \end_inset
16317
16318 {
16319 \backslash
16320 usepackage{array}}{}
16321 \begin_inset Newline newline
16322 \end_inset
16323
16324
16325 \backslash
16326 setlength{
16327 \backslash
16328 extrarowheight}{height}
16329 \end_layout
16330
16331 \begin_layout Standard
16332 But this has the disadvantage that the cell texts are no longer exactly
16333  vertically centered.
16334  (The package 
16335 \series bold
16336 array
16337 \series default
16338  will be loaded automatically by LyX when you use self defined table formats.
16339  To avoid that it is loaded twice the command 
16340 \series bold
16341
16342 \backslash
16343 @ifundefined
16344 \series default
16345  is used in the above command.)
16346 \end_layout
16347
16348 \begin_layout Subsection
16349 Special Cell Alignment
16350 \begin_inset Index
16351 status collapsed
16352
16353 \begin_layout Plain Layout
16354 Table Customization ! Special Cell Alignment
16355 \end_layout
16356
16357 \end_inset
16358
16359
16360 \end_layout
16361
16362 \begin_layout Standard
16363 Sometimes it looks better when the cell entries of a column are aligned
16364  with a special character, e.
16365 \begin_inset space \thinspace{}
16366 \end_inset
16367
16368 g.
16369 \begin_inset space ~
16370 \end_inset
16371
16372 with the decimal separator as in Table
16373 \begin_inset space ~
16374 \end_inset
16375
16376
16377 \begin_inset CommandInset ref
16378 LatexCommand ref
16379 reference "tab:Table-cells-of"
16380
16381 \end_inset
16382
16383 .
16384 \end_layout
16385
16386 \begin_layout Standard
16387 \begin_inset Float table
16388 placement h
16389 wide false
16390 sideways false
16391 status open
16392
16393 \begin_layout Plain Layout
16394 \begin_inset Caption
16395
16396 \begin_layout Plain Layout
16397 \begin_inset CommandInset label
16398 LatexCommand label
16399 name "tab:Table-cells-of"
16400
16401 \end_inset
16402
16403 Table cells of a column aligned with the decimal separator.
16404 \end_layout
16405
16406 \end_inset
16407
16408
16409 \end_layout
16410
16411 \begin_layout Plain Layout
16412 \align center
16413 \begin_inset Tabular
16414 <lyxtabular version="3" rows="4" columns="2">
16415 <features>
16416 <column alignment="right" valignment="top" width="0">
16417 <column alignment="left" valignment="top" width="0" special="@{}l">
16418 <row>
16419 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16420 \begin_inset Text
16421
16422 \begin_layout Plain Layout
16423 heading
16424 \end_layout
16425
16426 \end_inset
16427 </cell>
16428 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16429 \begin_inset Text
16430
16431 \begin_layout Plain Layout
16432
16433 \end_layout
16434
16435 \end_inset
16436 </cell>
16437 </row>
16438 <row>
16439 <cell alignment="center" valignment="top" usebox="none">
16440 \begin_inset Text
16441
16442 \begin_layout Plain Layout
16443 12.
16444 \end_layout
16445
16446 \end_inset
16447 </cell>
16448 <cell alignment="center" valignment="top" usebox="none">
16449 \begin_inset Text
16450
16451 \begin_layout Plain Layout
16452 6
16453 \end_layout
16454
16455 \end_inset
16456 </cell>
16457 </row>
16458 <row>
16459 <cell alignment="center" valignment="top" usebox="none">
16460 \begin_inset Text
16461
16462 \begin_layout Plain Layout
16463 0.
16464 \end_layout
16465
16466 \end_inset
16467 </cell>
16468 <cell alignment="center" valignment="top" usebox="none">
16469 \begin_inset Text
16470
16471 \begin_layout Plain Layout
16472 68
16473 \end_layout
16474
16475 \end_inset
16476 </cell>
16477 </row>
16478 <row>
16479 <cell alignment="center" valignment="top" usebox="none">
16480 \begin_inset Text
16481
16482 \begin_layout Plain Layout
16483 -123.
16484 \end_layout
16485
16486 \end_inset
16487 </cell>
16488 <cell alignment="center" valignment="top" usebox="none">
16489 \begin_inset Text
16490
16491 \begin_layout Plain Layout
16492 0
16493 \end_layout
16494
16495 \end_inset
16496 </cell>
16497 </row>
16498 </lyxtabular>
16499
16500 \end_inset
16501
16502
16503 \end_layout
16504
16505 \end_inset
16506
16507
16508 \end_layout
16509
16510 \begin_layout Standard
16511 This table was created with a 4×2 table.
16512  The heading is a centered multicolumn.
16513  The first column is right-aligned and contains the digits before the decimal
16514  point and the decimal point.
16515  The second column is left aligned and contains the digits after the decimal
16516  point.
16517  To omit the space that is normally between two table columns, use the following
16518  LaTeX-argument for the second column:
16519 \end_layout
16520
16521 \begin_layout Standard
16522
16523 \series bold
16524 @{}l
16525 \end_layout
16526
16527 \begin_layout Standard
16528 Table
16529 \begin_inset space ~
16530 \end_inset
16531
16532
16533 \begin_inset CommandInset ref
16534 LatexCommand ref
16535 reference "tab:Several-table-cell"
16536
16537 \end_inset
16538
16539  shows some example alignments.
16540  For the alignment with the relation sign, you must add the second smallest
16541  math-space at the beginning of the last column to get the correct space
16542  surrounding the relation sign.
16543 \end_layout
16544
16545 \begin_layout Standard
16546 \begin_inset Float table
16547 wide false
16548 sideways false
16549 status open
16550
16551 \begin_layout Plain Layout
16552 \begin_inset Caption
16553
16554 \begin_layout Plain Layout
16555 \begin_inset CommandInset label
16556 LatexCommand label
16557 name "tab:Several-table-cell"
16558
16559 \end_inset
16560
16561 Several table cell alignments.
16562 \end_layout
16563
16564 \end_inset
16565
16566
16567 \end_layout
16568
16569 \begin_layout Plain Layout
16570 \align center
16571 \begin_inset Tabular
16572 <lyxtabular version="3" rows="4" columns="6">
16573 <features>
16574 <column alignment="right" valignment="top" width="0">
16575 <column alignment="left" valignment="top" width="0" special="@{}l">
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 <row>
16581 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16582 \begin_inset Text
16583
16584 \begin_layout Plain Layout
16585 units
16586 \end_layout
16587
16588 \end_inset
16589 </cell>
16590 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16591 \begin_inset Text
16592
16593 \begin_layout Plain Layout
16594
16595 \end_layout
16596
16597 \end_inset
16598 </cell>
16599 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16600 \begin_inset Text
16601
16602 \begin_layout Plain Layout
16603 exponents
16604 \end_layout
16605
16606 \end_inset
16607 </cell>
16608 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16609 \begin_inset Text
16610
16611 \begin_layout Plain Layout
16612
16613 \end_layout
16614
16615 \end_inset
16616 </cell>
16617 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16618 \begin_inset Text
16619
16620 \begin_layout Plain Layout
16621 relations
16622 \end_layout
16623
16624 \end_inset
16625 </cell>
16626 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16627 \begin_inset Text
16628
16629 \begin_layout Plain Layout
16630
16631 \end_layout
16632
16633 \end_inset
16634 </cell>
16635 </row>
16636 <row>
16637 <cell alignment="center" valignment="top" usebox="none">
16638 \begin_inset Text
16639
16640 \begin_layout Plain Layout
16641 12×
16642 \end_layout
16643
16644 \end_inset
16645 </cell>
16646 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16647 \begin_inset Text
16648
16649 \begin_layout Plain Layout
16650 24
16651 \begin_inset space \thinspace{}
16652 \end_inset
16653
16654 bottles
16655 \end_layout
16656
16657 \end_inset
16658 </cell>
16659 <cell alignment="center" valignment="top" usebox="none">
16660 \begin_inset Text
16661
16662 \begin_layout Plain Layout
16663 \begin_inset Formula $10\cdot$
16664 \end_inset
16665
16666
16667 \end_layout
16668
16669 \end_inset
16670 </cell>
16671 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16672 \begin_inset Text
16673
16674 \begin_layout Plain Layout
16675 \begin_inset Formula $10^{\mbox{-}17}$
16676 \end_inset
16677
16678
16679 \end_layout
16680
16681 \end_inset
16682 </cell>
16683 <cell alignment="center" valignment="top" usebox="none">
16684 \begin_inset Text
16685
16686 \begin_layout Plain Layout
16687 \begin_inset Formula $\Gamma(t)\propto$
16688 \end_inset
16689
16690
16691 \end_layout
16692
16693 \end_inset
16694 </cell>
16695 <cell alignment="center" valignment="top" usebox="none">
16696 \begin_inset Text
16697
16698 \begin_layout Plain Layout
16699 \begin_inset Formula $\:\Upsilon(t)$
16700 \end_inset
16701
16702
16703 \end_layout
16704
16705 \end_inset
16706 </cell>
16707 </row>
16708 <row>
16709 <cell alignment="center" valignment="top" usebox="none">
16710 \begin_inset Text
16711
16712 \begin_layout Plain Layout
16713 1024×
16714 \end_layout
16715
16716 \end_inset
16717 </cell>
16718 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16719 \begin_inset Text
16720
16721 \begin_layout Plain Layout
16722 768
16723 \begin_inset space \thinspace{}
16724 \end_inset
16725
16726 Pixels
16727 \end_layout
16728
16729 \end_inset
16730 </cell>
16731 <cell alignment="center" valignment="top" usebox="none">
16732 \begin_inset Text
16733
16734 \begin_layout Plain Layout
16735 \begin_inset Formula $5.78\cdot$
16736 \end_inset
16737
16738
16739 \end_layout
16740
16741 \end_inset
16742 </cell>
16743 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16744 \begin_inset Text
16745
16746 \begin_layout Plain Layout
16747 \begin_inset Formula $10^{7}$
16748 \end_inset
16749
16750
16751 \end_layout
16752
16753 \end_inset
16754 </cell>
16755 <cell alignment="center" valignment="top" usebox="none">
16756 \begin_inset Text
16757
16758 \begin_layout Plain Layout
16759 \begin_inset Formula $A\ne$
16760 \end_inset
16761
16762
16763 \end_layout
16764
16765 \end_inset
16766 </cell>
16767 <cell alignment="center" valignment="top" usebox="none">
16768 \begin_inset Text
16769
16770 \begin_layout Plain Layout
16771 \begin_inset Formula $\: B_{\mathrm{red}}$
16772 \end_inset
16773
16774
16775 \end_layout
16776
16777 \end_inset
16778 </cell>
16779 </row>
16780 <row>
16781 <cell alignment="center" valignment="top" usebox="none">
16782 \begin_inset Text
16783
16784 \begin_layout Plain Layout
16785 32×
16786 \end_layout
16787
16788 \end_inset
16789 </cell>
16790 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16791 \begin_inset Text
16792
16793 \begin_layout Plain Layout
16794 6
16795 \begin_inset space \thinspace{}
16796 \end_inset
16797
16798 cm
16799 \end_layout
16800
16801 \end_inset
16802 </cell>
16803 <cell alignment="center" valignment="top" usebox="none">
16804 \begin_inset Text
16805
16806 \begin_layout Plain Layout
16807 -
16808 \begin_inset Formula $33.5\cdot$
16809 \end_inset
16810
16811
16812 \end_layout
16813
16814 \end_inset
16815 </cell>
16816 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16817 \begin_inset Text
16818
16819 \begin_layout Plain Layout
16820 \begin_inset Formula $10^{4}$
16821 \end_inset
16822
16823
16824 \end_layout
16825
16826 \end_inset
16827 </cell>
16828 <cell alignment="center" valignment="top" usebox="none">
16829 \begin_inset Text
16830
16831 \begin_layout Plain Layout
16832 \begin_inset Formula $\sin(\alpha)\ge$
16833 \end_inset
16834
16835
16836 \end_layout
16837
16838 \end_inset
16839 </cell>
16840 <cell alignment="center" valignment="top" usebox="none">
16841 \begin_inset Text
16842
16843 \begin_layout Plain Layout
16844 \begin_inset Formula $\:\sin(\beta)$
16845 \end_inset
16846
16847
16848 \end_layout
16849
16850 \end_inset
16851 </cell>
16852 </row>
16853 </lyxtabular>
16854
16855 \end_inset
16856
16857
16858 \end_layout
16859
16860 \end_inset
16861
16862
16863 \end_layout
16864
16865 \begin_layout Standard
16866 \begin_inset VSpace bigskip
16867 \end_inset
16868
16869 There is also the LaTeX-package 
16870 \series bold
16871 dcolumn
16872 \series default
16873
16874 \begin_inset Index
16875 status collapsed
16876
16877 \begin_layout Plain Layout
16878 LaTeX-packages ! dcolumn
16879 \end_layout
16880
16881 \end_inset
16882
16883  that provides table cell alignments.
16884  But this unfortunately treats the cell entries as math and doesn't allow
16885  formulas in table cells: The first column of Table
16886 \begin_inset space ~
16887 \end_inset
16888
16889
16890 \begin_inset CommandInset ref
16891 LatexCommand ref
16892 reference "tab:Several-table-cell"
16893
16894 \end_inset
16895
16896  will look with 
16897 \series bold
16898 dcolumn
16899 \series default
16900  like the first column in Table
16901 \begin_inset space ~
16902 \end_inset
16903
16904
16905 \begin_inset CommandInset ref
16906 LatexCommand ref
16907 reference "tab:Alignments-when"
16908
16909 \end_inset
16910
16911  and only with some tricks like the expected.
16912  The alignment of the second and third column of Table
16913 \begin_inset space ~
16914 \end_inset
16915
16916
16917 \begin_inset CommandInset ref
16918 LatexCommand ref
16919 reference "tab:Several-table-cell"
16920
16921 \end_inset
16922
16923  is not possible with 
16924 \series bold
16925 dcolumn
16926 \series default
16927 .
16928 \end_layout
16929
16930 \begin_layout Standard
16931 \begin_inset Float table
16932 placement h
16933 wide false
16934 sideways false
16935 status open
16936
16937 \begin_layout Plain Layout
16938 \begin_inset Caption
16939
16940 \begin_layout Plain Layout
16941 \begin_inset CommandInset label
16942 LatexCommand label
16943 name "tab:Alignments-when"
16944
16945 \end_inset
16946
16947 Alignments when LaTeX-package dcolumn is used.
16948  For all column alignments tricks have to be used to get the output.
16949 \end_layout
16950
16951 \end_inset
16952
16953
16954 \end_layout
16955
16956 \begin_layout Plain Layout
16957 \align center
16958 \begin_inset Tabular
16959 <lyxtabular version="3" rows="4" columns="3">
16960 <features>
16961 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
16962 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
16963 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
16964 <row>
16965 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16966 \begin_inset Text
16967
16968 \begin_layout Plain Layout
16969 units
16970 \end_layout
16971
16972 \end_inset
16973 </cell>
16974 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16975 \begin_inset Text
16976
16977 \begin_layout Plain Layout
16978 units
16979 \end_layout
16980
16981 \end_inset
16982 </cell>
16983 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16984 \begin_inset Text
16985
16986 \begin_layout Plain Layout
16987 units
16988 \end_layout
16989
16990 \end_inset
16991 </cell>
16992 </row>
16993 <row>
16994 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16995 \begin_inset Text
16996
16997 \begin_layout Plain Layout
16998 12x24
16999 \begin_inset space \thinspace{}
17000 \end_inset
17001
17002 bottles
17003 \end_layout
17004
17005 \end_inset
17006 </cell>
17007 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17008 \begin_inset Text
17009
17010 \begin_layout Plain Layout
17011 12x24
17012 \begin_inset space \thinspace{}
17013 \end_inset
17014
17015
17016 \begin_inset Formula $\mbox{bottles}$
17017 \end_inset
17018
17019
17020 \end_layout
17021
17022 \end_inset
17023 </cell>
17024 <cell alignment="center" valignment="top" usebox="none">
17025 \begin_inset Text
17026
17027 \begin_layout Plain Layout
17028 12
17029 \begin_inset ERT
17030 status collapsed
17031
17032 \begin_layout Plain Layout
17033
17034
17035 \backslash
17036 times 
17037 \end_layout
17038
17039 \end_inset
17040
17041 24~
17042 \begin_inset Formula $\mbox{bottles}$
17043 \end_inset
17044
17045
17046 \end_layout
17047
17048 \end_inset
17049 </cell>
17050 </row>
17051 <row>
17052 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17053 \begin_inset Text
17054
17055 \begin_layout Plain Layout
17056 1024x768
17057 \begin_inset space \thinspace{}
17058 \end_inset
17059
17060 Pixels
17061 \end_layout
17062
17063 \end_inset
17064 </cell>
17065 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17066 \begin_inset Text
17067
17068 \begin_layout Plain Layout
17069 1024x768
17070 \begin_inset space \thinspace{}
17071 \end_inset
17072
17073
17074 \begin_inset Formula $\mbox{Pixels}$
17075 \end_inset
17076
17077
17078 \end_layout
17079
17080 \end_inset
17081 </cell>
17082 <cell alignment="center" valignment="top" usebox="none">
17083 \begin_inset Text
17084
17085 \begin_layout Plain Layout
17086 1024
17087 \begin_inset ERT
17088 status collapsed
17089
17090 \begin_layout Plain Layout
17091
17092
17093 \backslash
17094 times 
17095 \end_layout
17096
17097 \end_inset
17098
17099 768~
17100 \begin_inset Formula $\mbox{Pixels}$
17101 \end_inset
17102
17103
17104 \end_layout
17105
17106 \end_inset
17107 </cell>
17108 </row>
17109 <row>
17110 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17111 \begin_inset Text
17112
17113 \begin_layout Plain Layout
17114 32x6
17115 \begin_inset space \thinspace{}
17116 \end_inset
17117
17118 cm
17119 \end_layout
17120
17121 \end_inset
17122 </cell>
17123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17124 \begin_inset Text
17125
17126 \begin_layout Plain Layout
17127 32x6
17128 \begin_inset space \thinspace{}
17129 \end_inset
17130
17131
17132 \begin_inset Formula $\mbox{cm}$
17133 \end_inset
17134
17135
17136 \end_layout
17137
17138 \end_inset
17139 </cell>
17140 <cell alignment="center" valignment="top" usebox="none">
17141 \begin_inset Text
17142
17143 \begin_layout Plain Layout
17144 32
17145 \begin_inset ERT
17146 status collapsed
17147
17148 \begin_layout Plain Layout
17149
17150
17151 \backslash
17152 times 
17153 \end_layout
17154
17155 \end_inset
17156
17157 6~
17158 \begin_inset Formula $\mbox{cm}$
17159 \end_inset
17160
17161
17162 \end_layout
17163
17164 \end_inset
17165 </cell>
17166 </row>
17167 </lyxtabular>
17168
17169 \end_inset
17170
17171
17172 \end_layout
17173
17174 \end_inset
17175
17176
17177 \end_layout
17178
17179 \begin_layout Subsection
17180 Customized Cell/Column Format
17181 \begin_inset CommandInset label
17182 LatexCommand label
17183 name "sub:Customized-Format"
17184
17185 \end_inset
17186
17187
17188 \begin_inset Index
17189 status collapsed
17190
17191 \begin_layout Plain Layout
17192 Table Customization ! Cell/Column Format
17193 \end_layout
17194
17195 \end_inset
17196
17197
17198 \end_layout
17199
17200 \begin_layout Standard
17201 Calculating the needed width for spanned columns like in section
17202 \begin_inset space ~
17203 \end_inset
17204
17205
17206 \begin_inset CommandInset ref
17207 LatexCommand ref
17208 reference "sub:Multicolumn-Calculations"
17209
17210 \end_inset
17211
17212  is very annoying if you have several tables with multicolumn cells.
17213  To make life easier, you can define a cell/column format in the preamble,
17214  so that it can be used in all tables of the document.
17215  The format is defined with the command
17216 \end_layout
17217
17218 \begin_layout Standard
17219
17220 \series bold
17221
17222 \backslash
17223 newcolumntype{name of format}[number of arguments]{commands}
17224 \end_layout
17225
17226 \begin_layout Standard
17227 The format name may only consist of one letter.
17228  The letters 
17229 \emph on
17230 b
17231 \emph default
17232
17233 \emph on
17234 c
17235 \emph default
17236
17237 \emph on
17238 l
17239 \emph default
17240
17241 \emph on
17242 m
17243 \emph default
17244
17245 \emph on
17246 p
17247 \emph default
17248  and 
17249 \emph on
17250 r
17251 \emph default
17252  are predefined and cannot be used.
17253  But all letters are allowed as capitals.
17254 \end_layout
17255
17256 \begin_layout Standard
17257 \begin_inset VSpace medskip
17258 \end_inset
17259
17260
17261 \end_layout
17262
17263 \begin_layout Standard
17264 For vertically and horizontally centered multicolumn cells with a fixed
17265  width you can define the cell format
17266 \end_layout
17267
17268 \begin_layout Standard
17269
17270 \series bold
17271
17272 \backslash
17273 newcolumntype{M}[1]{>{
17274 \backslash
17275 centering
17276 \backslash
17277 hspace{0pt}}m{#1}}
17278 \end_layout
17279
17280 \begin_layout Standard
17281 where 
17282 \series bold
17283
17284 \backslash
17285 hspace{0pt}
17286 \series default
17287  avoids the problem of hyphenating the first word, as described in section
17288 \begin_inset space ~
17289 \end_inset
17290
17291
17292 \begin_inset CommandInset ref
17293 LatexCommand ref
17294 reference "sub:Multiple-Lines-in"
17295
17296 \end_inset
17297
17298 .
17299  Now you can simply enter
17300 \end_layout
17301
17302 \begin_layout Standard
17303
17304 \series bold
17305 M{width}
17306 \end_layout
17307
17308 \begin_layout Standard
17309 as LaTeX-argument in the table dialog to create a multicolumn.
17310 \end_layout
17311
17312 \begin_layout Standard
17313 \begin_inset VSpace bigskip
17314 \end_inset
17315
17316
17317 \end_layout
17318
17319 \begin_layout Standard
17320 For cells spanned by a multicolumn cell, you can define the format
17321 \end_layout
17322
17323 \begin_layout Standard
17324
17325 \series bold
17326
17327 \backslash
17328 newcolumntype{S}[2]{>{
17329 \backslash
17330 centering
17331 \backslash
17332 hspace{0pt}}
17333 \begin_inset Newline newline
17334 \end_inset
17335
17336
17337 \begin_inset ERT
17338 status collapsed
17339
17340 \begin_layout Plain Layout
17341
17342
17343 \backslash
17344 phantom{
17345 \end_layout
17346
17347 \end_inset
17348
17349
17350 \backslash
17351 newcolumntype
17352 \begin_inset ERT
17353 status collapsed
17354
17355 \begin_layout Plain Layout
17356
17357 }
17358 \end_layout
17359
17360 \end_inset
17361
17362 m{(#1+(2
17363 \backslash
17364 tabcolsep+
17365 \backslash
17366 arrayrulewidth)*(1-#2))/#2}}
17367 \end_layout
17368
17369 \begin_layout Standard
17370 This format uses equation 
17371 \begin_inset CommandInset ref
17372 LatexCommand eqref
17373 reference "eq:Wgn"
17374
17375 \end_inset
17376
17377  to calculate the needed width so that each spanned cell has the same width.
17378 \end_layout
17379
17380 \begin_layout Standard
17381 You can now enter
17382 \end_layout
17383
17384 \begin_layout Standard
17385
17386 \series bold
17387 S{width of multicolumn cell}{number of spanned columns}
17388 \end_layout
17389
17390 \begin_layout Standard
17391 as LaTeX-argument of the column.
17392 \end_layout
17393
17394 \begin_layout Standard
17395 \begin_inset VSpace bigskip
17396 \end_inset
17397
17398
17399 \end_layout
17400
17401 \begin_layout Standard
17402 For colored columns, you can define
17403 \end_layout
17404
17405 \begin_layout Standard
17406
17407 \series bold
17408
17409 \backslash
17410 newcolumntype{K}[1]{>{
17411 \backslash
17412 columncolor{#1}
17413 \backslash
17414 hspace{0pt}}c}
17415 \end_layout
17416
17417 \begin_layout Standard
17418 The 
17419 \begin_inset Quotes eld
17420 \end_inset
17421
17422 c
17423 \begin_inset Quotes erd
17424 \end_inset
17425
17426  at the end creates a column with a flexible width whose text is horizontally
17427  centered.
17428  You can now enter
17429 \end_layout
17430
17431 \begin_layout Standard
17432
17433 \series bold
17434 K{color name}
17435 \end_layout
17436
17437 \begin_layout Standard
17438 as LaTeX-argument.
17439 \end_layout
17440
17441 \begin_layout Standard
17442 \begin_inset VSpace bigskip
17443 \end_inset
17444
17445
17446 \end_layout
17447
17448 \begin_layout Standard
17449 To create Table
17450 \begin_inset space ~
17451 \end_inset
17452
17453
17454 \begin_inset CommandInset ref
17455 LatexCommand ref
17456 reference "tab:Table-using-user-defined"
17457
17458 \end_inset
17459
17460  use the LaTeX-arguments
17461 \end_layout
17462
17463 \begin_layout Standard
17464
17465 \series bold
17466 M{2.5cm}
17467 \end_layout
17468
17469 \begin_layout Standard
17470 for the first column and the multicolumn,
17471 \end_layout
17472
17473 \begin_layout Standard
17474
17475 \series bold
17476 K{red}
17477 \end_layout
17478
17479 \begin_layout Standard
17480 for the the last column, and
17481 \end_layout
17482
17483 \begin_layout Standard
17484
17485 \series bold
17486 S{2.5cm}{2}
17487 \end_layout
17488
17489 \begin_layout Standard
17490 for the cells in the second column.
17491 \end_layout
17492
17493 \begin_layout Standard
17494 \begin_inset Float table
17495 placement h
17496 wide false
17497 sideways false
17498 status open
17499
17500 \begin_layout Plain Layout
17501 \begin_inset Caption
17502
17503 \begin_layout Plain Layout
17504 \begin_inset CommandInset label
17505 LatexCommand label
17506 name "tab:Table-using-user-defined"
17507
17508 \end_inset
17509
17510 Table using user-defined table formats
17511 \end_layout
17512
17513 \end_inset
17514
17515
17516 \end_layout
17517
17518 \begin_layout Plain Layout
17519 \align center
17520 \begin_inset Tabular
17521 <lyxtabular version="3" rows="3" columns="4">
17522 <features>
17523 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17524 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17525 <column alignment="center" valignment="middle" width="0">
17526 <column alignment="center" valignment="middle" width="0" special="K{red}">
17527 <row>
17528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17529 \begin_inset Text
17530
17531 \begin_layout Plain Layout
17532 verylongtablecellword
17533 \end_layout
17534
17535 \end_inset
17536 </cell>
17537 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17538 \begin_inset Text
17539
17540 \begin_layout Plain Layout
17541 multiple lines multicolumn
17542 \end_layout
17543
17544 \end_inset
17545 </cell>
17546 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17547 \begin_inset Text
17548
17549 \begin_layout Plain Layout
17550
17551 \end_layout
17552
17553 \end_inset
17554 </cell>
17555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17556 \begin_inset Text
17557
17558 \begin_layout Plain Layout
17559 c
17560 \end_layout
17561
17562 \end_inset
17563 </cell>
17564 </row>
17565 <row>
17566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17567 \begin_inset Text
17568
17569 \begin_layout Plain Layout
17570 d
17571 \end_layout
17572
17573 \end_inset
17574 </cell>
17575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17576 \begin_inset Text
17577
17578 \begin_layout Plain Layout
17579 e
17580 \end_layout
17581
17582 \end_inset
17583 </cell>
17584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17585 \begin_inset Text
17586
17587 \begin_layout Plain Layout
17588 f
17589 \end_layout
17590
17591 \end_inset
17592 </cell>
17593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17594 \begin_inset Text
17595
17596 \begin_layout Plain Layout
17597 g
17598 \end_layout
17599
17600 \end_inset
17601 </cell>
17602 </row>
17603 <row>
17604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17605 \begin_inset Text
17606
17607 \begin_layout Plain Layout
17608 h
17609 \end_layout
17610
17611 \end_inset
17612 </cell>
17613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17614 \begin_inset Text
17615
17616 \begin_layout Plain Layout
17617 i
17618 \end_layout
17619
17620 \end_inset
17621 </cell>
17622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17623 \begin_inset Text
17624
17625 \begin_layout Plain Layout
17626 j
17627 \end_layout
17628
17629 \end_inset
17630 </cell>
17631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17632 \begin_inset Text
17633
17634 \begin_layout Plain Layout
17635 k
17636 \end_layout
17637
17638 \end_inset
17639 </cell>
17640 </row>
17641 </lyxtabular>
17642
17643 \end_inset
17644
17645
17646 \end_layout
17647
17648 \end_inset
17649
17650
17651 \end_layout
17652
17653 \begin_layout Subsection
17654 Line Thickness
17655 \begin_inset CommandInset label
17656 LatexCommand label
17657 name "sub:Line-Thickness"
17658
17659 \end_inset
17660
17661
17662 \begin_inset Index
17663 status collapsed
17664
17665 \begin_layout Plain Layout
17666 Table Customization ! Line Thickness
17667 \end_layout
17668
17669 \end_inset
17670
17671
17672 \end_layout
17673
17674 \begin_layout Standard
17675 The line thickness for all lines in a table can be adjusted with the length
17676  
17677 \series bold
17678
17679 \backslash
17680 arrayrulewidth
17681 \series default
17682 .
17683  To set for example a line thickness of 1.5
17684 \begin_inset space \thinspace{}
17685 \end_inset
17686
17687 pt, like in Table
17688 \begin_inset space ~
17689 \end_inset
17690
17691
17692 \begin_inset CommandInset ref
17693 LatexCommand ref
17694 reference "tab:Table-with-1.5"
17695
17696 \end_inset
17697
17698 , insert the command
17699 \end_layout
17700
17701 \begin_layout Standard
17702
17703 \series bold
17704
17705 \backslash
17706 setlength{
17707 \backslash
17708 arrayrulewidth}{1.5pt}
17709 \end_layout
17710
17711 \begin_layout Standard
17712 in TeX-Code before the table or table float.
17713  The changed thickness is valid for all following tables.
17714  To use the default value again, set 
17715 \series bold
17716
17717 \backslash
17718 arrayrulewidth
17719 \series default
17720  to 0.4
17721 \begin_inset space \thinspace{}
17722 \end_inset
17723
17724 pt in TeX-Code behind the table or table float.
17725 \end_layout
17726
17727 \begin_layout Standard
17728 \begin_inset ERT
17729 status collapsed
17730
17731 \begin_layout Plain Layout
17732
17733
17734 \backslash
17735 setlength{
17736 \backslash
17737 arrayrulewidth}{1.5pt}
17738 \end_layout
17739
17740 \end_inset
17741
17742
17743 \begin_inset Float table
17744 wide false
17745 sideways false
17746 status open
17747
17748 \begin_layout Plain Layout
17749 \begin_inset Caption
17750
17751 \begin_layout Plain Layout
17752 \begin_inset CommandInset label
17753 LatexCommand label
17754 name "tab:Table-with-1.5"
17755
17756 \end_inset
17757
17758 Table with 1.5
17759 \begin_inset space \thinspace{}
17760 \end_inset
17761
17762 pt thick lines
17763 \end_layout
17764
17765 \end_inset
17766
17767
17768 \end_layout
17769
17770 \begin_layout Plain Layout
17771 \align center
17772 \begin_inset Tabular
17773 <lyxtabular version="3" rows="3" columns="3">
17774 <features>
17775 <column alignment="center" valignment="top" width="0">
17776 <column alignment="center" valignment="top" width="0">
17777 <column alignment="center" valignment="top" width="0">
17778 <row>
17779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17780 \begin_inset Text
17781
17782 \begin_layout Plain Layout
17783 sd
17784 \end_layout
17785
17786 \end_inset
17787 </cell>
17788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17789 \begin_inset Text
17790
17791 \begin_layout Plain Layout
17792
17793 \end_layout
17794
17795 \end_inset
17796 </cell>
17797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17798 \begin_inset Text
17799
17800 \begin_layout Plain Layout
17801
17802 \end_layout
17803
17804 \end_inset
17805 </cell>
17806 </row>
17807 <row>
17808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17809 \begin_inset Text
17810
17811 \begin_layout Plain Layout
17812
17813 \end_layout
17814
17815 \end_inset
17816 </cell>
17817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17818 \begin_inset Text
17819
17820 \begin_layout Plain Layout
17821 sd
17822 \end_layout
17823
17824 \end_inset
17825 </cell>
17826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17827 \begin_inset Text
17828
17829 \begin_layout Plain Layout
17830
17831 \end_layout
17832
17833 \end_inset
17834 </cell>
17835 </row>
17836 <row>
17837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17838 \begin_inset Text
17839
17840 \begin_layout Plain Layout
17841
17842 \end_layout
17843
17844 \end_inset
17845 </cell>
17846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17847 \begin_inset Text
17848
17849 \begin_layout Plain Layout
17850
17851 \end_layout
17852
17853 \end_inset
17854 </cell>
17855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17856 \begin_inset Text
17857
17858 \begin_layout Plain Layout
17859 sd
17860 \end_layout
17861
17862 \end_inset
17863 </cell>
17864 </row>
17865 </lyxtabular>
17866
17867 \end_inset
17868
17869
17870 \end_layout
17871
17872 \end_inset
17873
17874
17875 \begin_inset ERT
17876 status collapsed
17877
17878 \begin_layout Plain Layout
17879
17880
17881 \backslash
17882 setlength{
17883 \backslash
17884 arrayrulewidth}{0.4pt}
17885 \end_layout
17886
17887 \end_inset
17888
17889
17890 \end_layout
17891
17892 \begin_layout Standard
17893 \begin_inset VSpace bigskip
17894 \end_inset
17895
17896 To set the line thickness to 1.5
17897 \begin_inset space \thinspace{}
17898 \end_inset
17899
17900 pt only for horizontal lines, like in Table
17901 \begin_inset space ~
17902 \end_inset
17903
17904
17905 \begin_inset CommandInset ref
17906 LatexCommand ref
17907 reference "tab:Table-with-horizontal"
17908
17909 \end_inset
17910
17911 , insert these commands in TeX-Code before the table or table float:
17912 \end_layout
17913
17914 \begin_layout Standard
17915
17916 \series bold
17917
17918 \backslash
17919 let
17920 \backslash
17921 myHline
17922 \backslash
17923 hline
17924 \begin_inset Newline newline
17925 \end_inset
17926
17927
17928 \backslash
17929 renewcommand{
17930 \backslash
17931 hline}
17932 \begin_inset Newline newline
17933 \end_inset
17934
17935  {
17936 \backslash
17937 noalign{
17938 \backslash
17939 global
17940 \backslash
17941 arrayrulewidth 1.5pt}
17942 \begin_inset Newline newline
17943 \end_inset
17944
17945  
17946 \backslash
17947 myHline
17948 \backslash
17949 noalign{
17950 \backslash
17951 global
17952 \backslash
17953 arrayrulewidth 0.4pt}}
17954 \end_layout
17955
17956 \begin_layout Standard
17957 To return to the default line thickness, insert this command in TeX-Code
17958  behind the table or table float:
17959 \end_layout
17960
17961 \begin_layout Standard
17962
17963 \series bold
17964
17965 \backslash
17966 renewcommand{
17967 \backslash
17968 hline}{
17969 \backslash
17970 myHline}
17971 \end_layout
17972
17973 \begin_layout Standard
17974 \begin_inset ERT
17975 status collapsed
17976
17977 \begin_layout Plain Layout
17978
17979
17980 \backslash
17981 let
17982 \backslash
17983 myHline
17984 \backslash
17985 hline
17986 \end_layout
17987
17988 \begin_layout Plain Layout
17989
17990
17991 \backslash
17992 renewcommand{
17993 \backslash
17994 hline}
17995 \end_layout
17996
17997 \begin_layout Plain Layout
17998
17999  {
18000 \backslash
18001 noalign{
18002 \backslash
18003 global
18004 \backslash
18005 arrayrulewidth 1.5pt}
18006 \end_layout
18007
18008 \begin_layout Plain Layout
18009
18010   
18011 \backslash
18012 myHline
18013 \backslash
18014 noalign{
18015 \backslash
18016 global
18017 \backslash
18018 arrayrulewidth 0.4pt}}
18019 \end_layout
18020
18021 \end_inset
18022
18023
18024 \begin_inset Float table
18025 wide false
18026 sideways false
18027 status open
18028
18029 \begin_layout Plain Layout
18030 \begin_inset Caption
18031
18032 \begin_layout Plain Layout
18033 \begin_inset CommandInset label
18034 LatexCommand label
18035 name "tab:Table-with-horizontal"
18036
18037 \end_inset
18038
18039 Table with 1.5
18040 \begin_inset space \thinspace{}
18041 \end_inset
18042
18043 pt thick horizontal lines
18044 \end_layout
18045
18046 \end_inset
18047
18048
18049 \end_layout
18050
18051 \begin_layout Plain Layout
18052 \align center
18053 \begin_inset Tabular
18054 <lyxtabular version="3" rows="3" columns="3">
18055 <features>
18056 <column alignment="center" valignment="top" width="0">
18057 <column alignment="center" valignment="top" width="0">
18058 <column alignment="center" valignment="top" width="0">
18059 <row>
18060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18061 \begin_inset Text
18062
18063 \begin_layout Plain Layout
18064 sd
18065 \end_layout
18066
18067 \end_inset
18068 </cell>
18069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18070 \begin_inset Text
18071
18072 \begin_layout Plain Layout
18073
18074 \end_layout
18075
18076 \end_inset
18077 </cell>
18078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18079 \begin_inset Text
18080
18081 \begin_layout Plain Layout
18082
18083 \end_layout
18084
18085 \end_inset
18086 </cell>
18087 </row>
18088 <row>
18089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18090 \begin_inset Text
18091
18092 \begin_layout Plain Layout
18093
18094 \end_layout
18095
18096 \end_inset
18097 </cell>
18098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18099 \begin_inset Text
18100
18101 \begin_layout Plain Layout
18102 sd
18103 \end_layout
18104
18105 \end_inset
18106 </cell>
18107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18108 \begin_inset Text
18109
18110 \begin_layout Plain Layout
18111
18112 \end_layout
18113
18114 \end_inset
18115 </cell>
18116 </row>
18117 <row>
18118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18119 \begin_inset Text
18120
18121 \begin_layout Plain Layout
18122
18123 \end_layout
18124
18125 \end_inset
18126 </cell>
18127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18128 \begin_inset Text
18129
18130 \begin_layout Plain Layout
18131
18132 \end_layout
18133
18134 \end_inset
18135 </cell>
18136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18137 \begin_inset Text
18138
18139 \begin_layout Plain Layout
18140 sd
18141 \end_layout
18142
18143 \end_inset
18144 </cell>
18145 </row>
18146 </lyxtabular>
18147
18148 \end_inset
18149
18150
18151 \end_layout
18152
18153 \end_inset
18154
18155
18156 \begin_inset ERT
18157 status collapsed
18158
18159 \begin_layout Plain Layout
18160
18161
18162 \backslash
18163 renewcommand{
18164 \backslash
18165 hline}{
18166 \backslash
18167 myHline}
18168 \end_layout
18169
18170 \end_inset
18171
18172
18173 \end_layout
18174
18175 \begin_layout Standard
18176 \begin_inset VSpace bigskip
18177 \end_inset
18178
18179 To set the line thickness to 1.5
18180 \begin_inset space \thinspace{}
18181 \end_inset
18182
18183 pt only for vertical lines, create the following column format in the document
18184  preamble, according to the description in section
18185 \begin_inset space ~
18186 \end_inset
18187
18188
18189 \begin_inset CommandInset ref
18190 LatexCommand ref
18191 reference "sub:Customized-Format"
18192
18193 \end_inset
18194
18195 :
18196 \end_layout
18197
18198 \begin_layout Standard
18199
18200 \series bold
18201
18202 \backslash
18203 newcolumntype{V}{!{
18204 \backslash
18205 vrule width 1.5pt}}
18206 \end_layout
18207
18208 \begin_layout Standard
18209 For Table
18210 \begin_inset space ~
18211 \end_inset
18212
18213
18214 \begin_inset CommandInset ref
18215 LatexCommand ref
18216 reference "tab:Table-with-vertical"
18217
18218 \end_inset
18219
18220  the LaTeX-argument
18221 \end_layout
18222
18223 \begin_layout Standard
18224
18225 \series bold
18226 VcV
18227 \end_layout
18228
18229 \begin_layout Standard
18230 was used for the last column and
18231 \end_layout
18232
18233 \begin_layout Standard
18234
18235 \series bold
18236 Vc
18237 \end_layout
18238
18239 \begin_layout Standard
18240 for the other columns.
18241 \end_layout
18242
18243 \begin_layout Standard
18244 \begin_inset Float table
18245 wide false
18246 sideways false
18247 status open
18248
18249 \begin_layout Plain Layout
18250 \begin_inset Caption
18251
18252 \begin_layout Plain Layout
18253 \begin_inset CommandInset label
18254 LatexCommand label
18255 name "tab:Table-with-vertical"
18256
18257 \end_inset
18258
18259 Table with 1.5
18260 \begin_inset space \thinspace{}
18261 \end_inset
18262
18263 pt thick vertical lines
18264 \end_layout
18265
18266 \end_inset
18267
18268
18269 \end_layout
18270
18271 \begin_layout Plain Layout
18272 \align center
18273 \begin_inset Tabular
18274 <lyxtabular version="3" rows="3" columns="3">
18275 <features>
18276 <column alignment="center" valignment="top" width="0" special="Vc">
18277 <column alignment="center" valignment="top" width="0" special="Vc">
18278 <column alignment="center" valignment="top" width="0" special="VcV">
18279 <row>
18280 <cell alignment="center" valignment="top" topline="true" usebox="none">
18281 \begin_inset Text
18282
18283 \begin_layout Plain Layout
18284 sd
18285 \end_layout
18286
18287 \end_inset
18288 </cell>
18289 <cell alignment="center" valignment="top" topline="true" usebox="none">
18290 \begin_inset Text
18291
18292 \begin_layout Plain Layout
18293
18294 \end_layout
18295
18296 \end_inset
18297 </cell>
18298 <cell alignment="center" valignment="top" topline="true" usebox="none">
18299 \begin_inset Text
18300
18301 \begin_layout Plain Layout
18302
18303 \end_layout
18304
18305 \end_inset
18306 </cell>
18307 </row>
18308 <row>
18309 <cell alignment="center" valignment="top" topline="true" usebox="none">
18310 \begin_inset Text
18311
18312 \begin_layout Plain Layout
18313
18314 \end_layout
18315
18316 \end_inset
18317 </cell>
18318 <cell alignment="center" valignment="top" topline="true" usebox="none">
18319 \begin_inset Text
18320
18321 \begin_layout Plain Layout
18322 sd
18323 \end_layout
18324
18325 \end_inset
18326 </cell>
18327 <cell alignment="center" valignment="top" topline="true" usebox="none">
18328 \begin_inset Text
18329
18330 \begin_layout Plain Layout
18331
18332 \end_layout
18333
18334 \end_inset
18335 </cell>
18336 </row>
18337 <row>
18338 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18339 \begin_inset Text
18340
18341 \begin_layout Plain Layout
18342
18343 \end_layout
18344
18345 \end_inset
18346 </cell>
18347 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18348 \begin_inset Text
18349
18350 \begin_layout Plain Layout
18351
18352 \end_layout
18353
18354 \end_inset
18355 </cell>
18356 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18357 \begin_inset Text
18358
18359 \begin_layout Plain Layout
18360 sd
18361 \end_layout
18362
18363 \end_inset
18364 </cell>
18365 </row>
18366 </lyxtabular>
18367
18368 \end_inset
18369
18370
18371 \end_layout
18372
18373 \end_inset
18374
18375
18376 \end_layout
18377
18378 \begin_layout Subsection
18379 Dashed Lines
18380 \begin_inset Index
18381 status collapsed
18382
18383 \begin_layout Plain Layout
18384 Table Customization ! Dashed Lines
18385 \end_layout
18386
18387 \end_inset
18388
18389
18390 \end_layout
18391
18392 \begin_layout Standard
18393 \begin_inset ERT
18394 status collapsed
18395
18396 \begin_layout Plain Layout
18397
18398
18399 \backslash
18400 ifarydshln
18401 \end_layout
18402
18403 \end_inset
18404
18405
18406 \begin_inset Note Note
18407 status open
18408
18409 \begin_layout Plain Layout
18410 The following section will only be displayed when the LaTeX-package 
18411 \series bold
18412 arydshln
18413 \series default
18414  is installed.
18415 \end_layout
18416
18417 \end_inset
18418
18419
18420 \end_layout
18421
18422 \begin_layout Standard
18423 \begin_inset Float table
18424 placement H
18425 wide false
18426 sideways false
18427 status open
18428
18429 \begin_layout Plain Layout
18430 \begin_inset Caption
18431
18432 \begin_layout Plain Layout
18433 \begin_inset CommandInset label
18434 LatexCommand label
18435 name "tab:Table-with-dashed"
18436
18437 \end_inset
18438
18439 Table with dashed lines
18440 \end_layout
18441
18442 \end_inset
18443
18444
18445 \end_layout
18446
18447 \begin_layout Plain Layout
18448 \align center
18449 \begin_inset Tabular
18450 <lyxtabular version="3" rows="5" columns="5">
18451 <features>
18452 <column alignment="center" valignment="top" width="0">
18453 <column alignment="center" valignment="top" width="0">
18454 <column alignment="center" valignment="top" width="0" special=":c">
18455 <column alignment="center" valignment="top" width="0">
18456 <column alignment="center" valignment="top" width="0">
18457 <row>
18458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18459 \begin_inset Text
18460
18461 \begin_layout Plain Layout
18462 a
18463 \end_layout
18464
18465 \end_inset
18466 </cell>
18467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18468 \begin_inset Text
18469
18470 \begin_layout Plain Layout
18471 b
18472 \end_layout
18473
18474 \end_inset
18475 </cell>
18476 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18477 \begin_inset Text
18478
18479 \begin_layout Plain Layout
18480 c
18481 \end_layout
18482
18483 \end_inset
18484 </cell>
18485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18486 \begin_inset Text
18487
18488 \begin_layout Plain Layout
18489 d
18490 \end_layout
18491
18492 \end_inset
18493 </cell>
18494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18495 \begin_inset Text
18496
18497 \begin_layout Plain Layout
18498 e
18499 \end_layout
18500
18501 \end_inset
18502 </cell>
18503 </row>
18504 <row>
18505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18506 \begin_inset Text
18507
18508 \begin_layout Plain Layout
18509 f
18510 \end_layout
18511
18512 \end_inset
18513 </cell>
18514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18515 \begin_inset Text
18516
18517 \begin_layout Plain Layout
18518 g
18519 \end_layout
18520
18521 \end_inset
18522 </cell>
18523 <cell alignment="center" valignment="top" topline="true" usebox="none">
18524 \begin_inset Text
18525
18526 \begin_layout Plain Layout
18527 h
18528 \end_layout
18529
18530 \end_inset
18531 </cell>
18532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18533 \begin_inset Text
18534
18535 \begin_layout Plain Layout
18536 i
18537 \end_layout
18538
18539 \end_inset
18540 </cell>
18541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18542 \begin_inset Text
18543
18544 \begin_layout Plain Layout
18545 j
18546 \end_layout
18547
18548 \end_inset
18549 </cell>
18550 </row>
18551 <row>
18552 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18553 \begin_inset Text
18554
18555 \begin_layout Plain Layout
18556 \begin_inset ERT
18557 status collapsed
18558
18559 \begin_layout Plain Layout
18560
18561
18562 \backslash
18563 hdashline 
18564 \end_layout
18565
18566 \end_inset
18567
18568 k
18569 \end_layout
18570
18571 \end_inset
18572 </cell>
18573 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18574 \begin_inset Text
18575
18576 \begin_layout Plain Layout
18577 l
18578 \end_layout
18579
18580 \end_inset
18581 </cell>
18582 <cell alignment="center" valignment="top" usebox="none">
18583 \begin_inset Text
18584
18585 \begin_layout Plain Layout
18586 m
18587 \end_layout
18588
18589 \end_inset
18590 </cell>
18591 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18592 \begin_inset Text
18593
18594 \begin_layout Plain Layout
18595 n
18596 \end_layout
18597
18598 \end_inset
18599 </cell>
18600 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18601 \begin_inset Text
18602
18603 \begin_layout Plain Layout
18604 o
18605 \end_layout
18606
18607 \end_inset
18608 </cell>
18609 </row>
18610 <row>
18611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18612 \begin_inset Text
18613
18614 \begin_layout Plain Layout
18615 \begin_inset ERT
18616 status collapsed
18617
18618 \begin_layout Plain Layout
18619
18620
18621 \backslash
18622 cdashline{4-5}
18623 \end_layout
18624
18625 \end_inset
18626
18627 p
18628 \end_layout
18629
18630 \end_inset
18631 </cell>
18632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18633 \begin_inset Text
18634
18635 \begin_layout Plain Layout
18636 q
18637 \end_layout
18638
18639 \end_inset
18640 </cell>
18641 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18642 \begin_inset Text
18643
18644 \begin_layout Plain Layout
18645 r
18646 \end_layout
18647
18648 \end_inset
18649 </cell>
18650 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18651 \begin_inset Text
18652
18653 \begin_layout Plain Layout
18654 s
18655 \end_layout
18656
18657 \end_inset
18658 </cell>
18659 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18660 \begin_inset Text
18661
18662 \begin_layout Plain Layout
18663
18664 \end_layout
18665
18666 \end_inset
18667 </cell>
18668 </row>
18669 <row>
18670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18671 \begin_inset Text
18672
18673 \begin_layout Plain Layout
18674 t
18675 \end_layout
18676
18677 \end_inset
18678 </cell>
18679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18680 \begin_inset Text
18681
18682 \begin_layout Plain Layout
18683 u
18684 \end_layout
18685
18686 \end_inset
18687 </cell>
18688 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18689 \begin_inset Text
18690
18691 \begin_layout Plain Layout
18692 v
18693 \end_layout
18694
18695 \end_inset
18696 </cell>
18697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18698 \begin_inset Text
18699
18700 \begin_layout Plain Layout
18701 w
18702 \end_layout
18703
18704 \end_inset
18705 </cell>
18706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18707 \begin_inset Text
18708
18709 \begin_layout Plain Layout
18710 x
18711 \end_layout
18712
18713 \end_inset
18714 </cell>
18715 </row>
18716 </lyxtabular>
18717
18718 \end_inset
18719
18720
18721 \end_layout
18722
18723 \end_inset
18724
18725
18726 \end_layout
18727
18728 \begin_layout Standard
18729 LyX doesn't natively support dashed lines, so you have to use TeX-Code.
18730  As prerequisite the LaTeX-package 
18731 \series bold
18732 arydshln
18733 \series default
18734
18735 \begin_inset Index
18736 status collapsed
18737
18738 \begin_layout Plain Layout
18739 LaTeX-packages ! arydshln
18740 \end_layout
18741
18742 \end_inset
18743
18744  must be loaded in the document preamble with the command
18745 \end_layout
18746
18747 \begin_layout Standard
18748
18749 \series bold
18750
18751 \backslash
18752 usepackage{arydshln}
18753 \end_layout
18754
18755 \begin_layout Standard
18756 To make a vertical line dashed, enter the colon 
18757 \begin_inset Quotes eld
18758 \end_inset
18759
18760 :
18761 \begin_inset Quotes erd
18762 \end_inset
18763
18764  together with the character for the horizontal alignment as LaTeX-argument
18765  in the table cell dialog.
18766 \end_layout
18767
18768 \begin_layout Standard
18769 For a horizontal dashed line add the command
18770 \end_layout
18771
18772 \begin_layout Standard
18773
18774 \series bold
18775
18776 \backslash
18777 hdashline
18778 \end_layout
18779
18780 \begin_layout Standard
18781 in TeX-Code as first element of the first cell in the table row.
18782 \end_layout
18783
18784 \begin_layout Standard
18785 For dashed multicolumn lines use the command
18786 \end_layout
18787
18788 \begin_layout Standard
18789
18790 \series bold
18791
18792 \backslash
18793 cdashline{line number
18794 \series default
18795 }
18796 \end_layout
18797
18798 \begin_layout Standard
18799 in TeX-Code as first element of the first cell in the table row.
18800  If you have for example a multicolumn spanning over columns 2 to 4 and
18801  you want to have a dashed line above, add the command
18802 \end_layout
18803
18804 \begin_layout Standard
18805
18806 \series bold
18807
18808 \backslash
18809 cdashline{2-4}
18810 \end_layout
18811
18812 \begin_layout Standard
18813 as first element of the first cell in the row of the multicolumn.
18814 \end_layout
18815
18816 \begin_layout Standard
18817 \begin_inset VSpace bigskip
18818 \end_inset
18819
18820
18821 \end_layout
18822
18823 \begin_layout Standard
18824 Table
18825 \begin_inset space ~
18826 \end_inset
18827
18828
18829 \begin_inset CommandInset ref
18830 LatexCommand ref
18831 reference "tab:Table-with-dashed"
18832
18833 \end_inset
18834
18835  was created using 
18836 \begin_inset Quotes eld
18837 \end_inset
18838
18839
18840 \series bold
18841 :c
18842 \series default
18843
18844 \begin_inset Quotes erd
18845 \end_inset
18846
18847  as LaTeX-argument of the third column.
18848  The TeX-Code command 
18849 \series bold
18850
18851 \backslash
18852 hdashline
18853 \series default
18854  was inserted to the first cell of the third row and the the TeX-Code command
18855 \begin_inset Newline newline
18856 \end_inset
18857
18858  
18859 \series bold
18860
18861 \backslash
18862 cdashline{4-5}
18863 \series default
18864  was inserted to the first cell of the fourth row.
18865 \end_layout
18866
18867 \begin_layout Standard
18868 \begin_inset Note Greyedout
18869 status open
18870
18871 \begin_layout Plain Layout
18872
18873 \series bold
18874 Note:
18875 \series default
18876  The used LaTeX-package 
18877 \series bold
18878 arydshln
18879 \series default
18880  is apparently not compatible with the LaTeX-package 
18881 \series bold
18882 colortbl
18883 \series default
18884
18885 \begin_inset Index
18886 status collapsed
18887
18888 \begin_layout Plain Layout
18889 LaTeX-packages ! colortbl
18890 \end_layout
18891
18892 \end_inset
18893
18894  that is used for colored tables in section
18895 \begin_inset space ~
18896 \end_inset
18897
18898
18899 \begin_inset CommandInset ref
18900 LatexCommand ref
18901 reference "sec:Colored-Tables"
18902
18903 \end_inset
18904
18905 .
18906  That means colored tables cannot have dashed lines.
18907 \end_layout
18908
18909 \end_inset
18910
18911
18912 \end_layout
18913
18914 \begin_layout Standard
18915 \begin_inset ERT
18916 status collapsed
18917
18918 \begin_layout Plain Layout
18919
18920
18921 \backslash
18922 else
18923 \end_layout
18924
18925 \end_inset
18926
18927
18928 \begin_inset Note Note
18929 status open
18930
18931 \begin_layout Plain Layout
18932 The following will be displayed when the LaTeX-package 
18933 \series bold
18934 arydshln
18935 \series default
18936  is not installed:
18937 \end_layout
18938
18939 \end_inset
18940
18941
18942 \end_layout
18943
18944 \begin_layout Standard
18945 You need to install the package 
18946 \series bold
18947 arydshln
18948 \series default
18949  to see the content of this section in the output.
18950 \end_layout
18951
18952 \begin_layout Standard
18953 \begin_inset ERT
18954 status collapsed
18955
18956 \begin_layout Plain Layout
18957
18958
18959 \backslash
18960 fi
18961 \end_layout
18962
18963 \end_inset
18964
18965
18966 \end_layout
18967
18968 \begin_layout Chapter
18969 Floats
18970 \begin_inset Index
18971 status collapsed
18972
18973 \begin_layout Plain Layout
18974 Floats
18975 \end_layout
18976
18977 \end_inset
18978
18979
18980 \end_layout
18981
18982 \begin_layout Section
18983 Introduction
18984 \begin_inset CommandInset label
18985 LatexCommand label
18986 name "sec:FloatIntroduction"
18987
18988 \end_inset
18989
18990
18991 \begin_inset Index
18992 status collapsed
18993
18994 \begin_layout Plain Layout
18995 Floats ! Introduction
18996 \end_layout
18997
18998 \end_inset
18999
19000
19001 \end_layout
19002
19003 \begin_layout Standard
19004 A float is a block of text associated with some sort of label, which doesn't
19005  have a fixed location.
19006  It can 
19007 \begin_inset Quotes eld
19008 \end_inset
19009
19010 float
19011 \begin_inset Quotes erd
19012 \end_inset
19013
19014  forward or backward a page or two, to wherever it fits best.
19015  
19016 \family sans
19017 Footnotes
19018 \family default
19019  and 
19020 \family sans
19021 Margin
19022 \begin_inset space ~
19023 \end_inset
19024
19025 Notes
19026 \family default
19027  are also floats, because they can float to the next page when there are
19028  too many notes at the page.
19029 \end_layout
19030
19031 \begin_layout Standard
19032 Floats allow a high quality layout.
19033  Images and tables can evenly be spread to the pages to avoid white space
19034  and pages without text.
19035  As the floating often destroys the context between the text and the image/table
19036 , every float can be referenced in the text.
19037  Floats are therefore numbered.
19038  Referencing is described in section
19039 \begin_inset space ~
19040 \end_inset
19041
19042
19043 \begin_inset CommandInset ref
19044 LatexCommand ref
19045 reference "sec:Referencing-Floats"
19046
19047 \end_inset
19048
19049 .
19050 \end_layout
19051
19052 \begin_layout Standard
19053 To insert a float, use the menu 
19054 \family sans
19055 Insert\SpecialChar \menuseparator
19056 Float
19057 \family default
19058 .
19059  This inserts the 
19060 \family sans
19061 Caption
19062 \family default
19063  inset, a box with a label.
19064  The label will automatically be translated to the document language in
19065  the output.
19066  Behind the label you can insert the caption text.
19067  The image or table is inserted above or below the caption in a separate
19068  paragraph within the float.
19069  More about the caption placement is described in section
19070 \begin_inset space ~
19071 \end_inset
19072
19073
19074 \begin_inset CommandInset ref
19075 LatexCommand ref
19076 reference "sec:Caption-Placement"
19077
19078 \end_inset
19079
19080 .
19081  To keep your LyX-document readable, you can open and close the float box
19082  by left-clicking on the box label.
19083  A closed float box looks like this: 
19084 \begin_inset Graphics
19085         filename clipart/floatQt4.png
19086         scale 70
19087         scaleBeforeRotation
19088
19089 \end_inset
19090
19091  -- a gray button with a red label.
19092 \end_layout
19093
19094 \begin_layout Standard
19095 It is recommended to insert floats as a separate paragraph to avoid possible
19096  LaTeX-errors that can occur when the surrounding text is specially formatted.
19097 \end_layout
19098
19099 \begin_layout Standard
19100 Existing figures or tables can be put into a float by marking them and then
19101  pressing the corresponding toolbar button for a new float.
19102 \end_layout
19103
19104 \begin_layout Section
19105 Float Types
19106 \end_layout
19107
19108 \begin_layout Standard
19109 Besides figure and table floats that are described in section
19110 \begin_inset space ~
19111 \end_inset
19112
19113
19114 \begin_inset CommandInset ref
19115 LatexCommand ref
19116 reference "sec:Figure-Floats"
19117
19118 \end_inset
19119
19120  and 
19121 \begin_inset CommandInset ref
19122 LatexCommand ref
19123 reference "sec:Table-Floats"
19124
19125 \end_inset
19126
19127 , respectively, LyX offers the float types 
19128 \series bold
19129 Algorithm
19130 \series default
19131  and 
19132 \series bold
19133 Wrap
19134 \series default
19135 .
19136 \end_layout
19137
19138 \begin_layout Subsection
19139 Algorithm Floats
19140 \begin_inset Index
19141 status collapsed
19142
19143 \begin_layout Plain Layout
19144 Floats ! Algorithms
19145 \end_layout
19146
19147 \end_inset
19148
19149
19150 \end_layout
19151
19152 \begin_layout Standard
19153 \begin_inset Float algorithm
19154 placement h
19155 wide false
19156 sideways false
19157 status open
19158
19159 \begin_layout Plain Layout
19160 \begin_inset Caption
19161
19162 \begin_layout Plain Layout
19163 \begin_inset CommandInset label
19164 LatexCommand label
19165 name "alg:Example-Algorithm-float"
19166
19167 \end_inset
19168
19169 Example Algorithm float
19170 \end_layout
19171
19172 \end_inset
19173
19174
19175 \end_layout
19176
19177 \begin_layout LyX-Code
19178 for I in 1..N loop
19179 \begin_inset Newline newline
19180 \end_inset
19181
19182  Sum:= Sum + A(I); /*comment*/
19183 \begin_inset Newline newline
19184 \end_inset
19185
19186 end loop
19187 \begin_inset VSpace -4mm
19188 \end_inset
19189
19190
19191 \end_layout
19192
19193 \end_inset
19194
19195
19196 \end_layout
19197
19198 \begin_layout Standard
19199 This float type is inserted with the menu 
19200 \family sans
19201 Insert\SpecialChar \menuseparator
19202 Floats\SpecialChar \menuseparator
19203 Algorithm
19204 \family default
19205 .
19206  It is used for program codes and descriptions of algorithms.
19207  A possible environment for algorithms is the 
19208 \family sans
19209 LyX-Code
19210 \family default
19211 , described in LyX's 
19212 \emph on
19213 Userguide
19214 \emph default
19215 .
19216  Algorithm
19217 \begin_inset space ~
19218 \end_inset
19219
19220
19221 \begin_inset CommandInset ref
19222 LatexCommand ref
19223 reference "alg:Example-Algorithm-float"
19224
19225 \end_inset
19226
19227  is an example of an algorithm float where -4
19228 \begin_inset space \thinspace{}
19229 \end_inset
19230
19231 mm vertical space was added at the end of the float to have the bottom rule
19232  exactly below the last text line.
19233 \end_layout
19234
19235 \begin_layout Standard
19236 The float label is not automatically translated into the document language.
19237  If your document is not in English, you have to do this manually by adding
19238  the following line to the document preamble
19239 \series bold
19240 :
19241 \end_layout
19242
19243 \begin_layout Standard
19244
19245 \series bold
19246
19247 \backslash
19248 floatname{algorithm}{your
19249 \begin_inset space ~
19250 \end_inset
19251
19252 name}
19253 \end_layout
19254
19255 \begin_layout Standard
19256 where 
19257 \family sans
19258 your
19259 \begin_inset space ~
19260 \end_inset
19261
19262 name
19263 \family default
19264  is the word 
19265 \begin_inset Quotes eld
19266 \end_inset
19267
19268
19269 \emph on
19270 algorithm
19271 \emph default
19272
19273 \begin_inset Quotes erd
19274 \end_inset
19275
19276  in your language.
19277 \end_layout
19278
19279 \begin_layout Standard
19280 To insert the list of algorithms you can not use the menu 
19281 \family sans
19282 Insert\SpecialChar \menuseparator
19283 List
19284 \begin_inset space \thinspace{}
19285 \end_inset
19286
19287 /
19288 \begin_inset space \thinspace{}
19289 \end_inset
19290
19291 TOC\SpecialChar \menuseparator
19292 List of Algorithms
19293 \family default
19294  when your document is a non-English one.
19295  In this case use this command in TeX-Code instead:
19296 \end_layout
19297
19298 \begin_layout Standard
19299
19300 \series bold
19301
19302 \backslash
19303 listof{algorithm}{your
19304 \begin_inset space ~
19305 \end_inset
19306
19307 name}
19308 \end_layout
19309
19310 \begin_layout Standard
19311 where 
19312 \family sans
19313 your
19314 \begin_inset space ~
19315 \end_inset
19316
19317 name
19318 \family default
19319  is the word 
19320 \begin_inset Quotes eld
19321 \end_inset
19322
19323
19324 \emph on
19325 List of Algorithm
19326 \emph default
19327 s
19328 \begin_inset Quotes erd
19329 \end_inset
19330
19331  in your language.
19332 \end_layout
19333
19334 \begin_layout Standard
19335 Algorithm floats are not by default numbered in the scheme 
19336 \begin_inset Quotes eld
19337 \end_inset
19338
19339 chapter.algorithm
19340 \begin_inset Quotes erd
19341 \end_inset
19342
19343  like it is the case for table and figure floats in many document-classes.
19344  To number algorithm floats in the same scheme, add this command to your
19345  document preamble:
19346 \end_layout
19347
19348 \begin_layout Standard
19349
19350 \series bold
19351
19352 \backslash
19353 numberwithin{algorithm}{chapter}
19354 \end_layout
19355
19356 \begin_layout Standard
19357 To be able to use the command 
19358 \series bold
19359
19360 \backslash
19361 numberwithin
19362 \series default
19363 , set in the tab 
19364 \family sans
19365 Math
19366 \begin_inset space ~
19367 \end_inset
19368
19369 Options
19370 \family default
19371  in the document settings the option 
19372 \family sans
19373 Use
19374 \begin_inset space ~
19375 \end_inset
19376
19377 AMS
19378 \begin_inset space ~
19379 \end_inset
19380
19381 math
19382 \begin_inset space ~
19383 \end_inset
19384
19385 package
19386 \family default
19387 .
19388 \end_layout
19389
19390 \begin_layout Subsection
19391 Wrap Floats
19392 \begin_inset Index
19393 status collapsed
19394
19395 \begin_layout Plain Layout
19396 Floats ! Wrap Floats
19397 \end_layout
19398
19399 \end_inset
19400
19401
19402 \end_layout
19403
19404 \begin_layout Standard
19405 \begin_inset Wrap figure
19406 lines 0
19407 placement l
19408 overhang 1cm
19409 width "40col%"
19410 status open
19411
19412 \begin_layout Plain Layout
19413 \begin_inset Graphics
19414         filename clipart/mobius.eps
19415         width 40col%
19416         scaleBeforeRotation
19417         rotateOrigin center
19418
19419 \end_inset
19420
19421
19422 \end_layout
19423
19424 \begin_layout Plain Layout
19425 \begin_inset Caption
19426
19427 \begin_layout Plain Layout
19428 \begin_inset CommandInset label
19429 LatexCommand label
19430 name "fig:This-is-a"
19431
19432 \end_inset
19433
19434 This is a figure wrap float.
19435 \end_layout
19436
19437 \end_inset
19438
19439
19440 \end_layout
19441
19442 \end_inset
19443
19444  This float type is used if you want to wrap text around a figure or table
19445  so that it only occupies some fraction of the column width.
19446  It can be inserted using the menu 
19447 \family sans
19448 Insert\SpecialChar \menuseparator
19449 Floats\SpecialChar \menuseparator
19450 Figure
19451 \begin_inset space ~
19452 \end_inset
19453
19454 Wrap
19455 \begin_inset space ~
19456 \end_inset
19457
19458 Float
19459 \family default
19460  or 
19461 \family sans
19462 Table
19463 \begin_inset space ~
19464 \end_inset
19465
19466 Wrap
19467 \begin_inset space ~
19468 \end_inset
19469
19470 Float
19471 \family default
19472  if the LaTeX-package 
19473 \series bold
19474 wrapfig
19475 \series default
19476
19477 \begin_inset Index
19478 status collapsed
19479
19480 \begin_layout Plain Layout
19481 LaTeX-packages ! wrapfig
19482 \begin_inset ERT
19483 status collapsed
19484
19485 \begin_layout Plain Layout
19486
19487
19488 \backslash
19489 vspace{4mm}
19490 \end_layout
19491
19492 \end_inset
19493
19494
19495 \end_layout
19496
19497 \end_inset
19498
19499  is installed.
19500 \begin_inset Foot
19501 status collapsed
19502
19503 \begin_layout Plain Layout
19504 Installing a LaTeX-package is explained it in the 
19505 \emph on
19506 LaTeX
19507 \begin_inset space ~
19508 \end_inset
19509
19510 Configuration
19511 \emph default
19512  manual.
19513 \end_layout
19514
19515 \end_inset
19516
19517  The settings of the float can be modified by right-clicking on the float
19518  box.
19519  The mandatory settings are the float 
19520 \family sans
19521 Placement
19522 \family default
19523  and its 
19524 \family sans
19525 Width
19526 \family default
19527 .
19528  Optional are the 
19529 \family sans
19530 Overhang
19531 \family default
19532  that specifies how much the float is set into the paragraph
19533 \begin_inset space \thinspace{}
19534 \end_inset
19535
19536 /
19537 \begin_inset space \thinspace{}
19538 \end_inset
19539
19540 page margin, and the 
19541 \family sans
19542 Line
19543 \begin_inset space ~
19544 \end_inset
19545
19546 span
19547 \family default
19548  that specifies how many text lines the float will approximately need.
19549  The line span is often hard to be approximated, so better only use it when
19550  you encounter float placement problems.
19551  You can furthermore decide if LaTeX is allowed to let the float float within
19552  the paragraph or to surrounding paragraphs.
19553  Figure
19554 \begin_inset space ~
19555 \end_inset
19556
19557
19558 \begin_inset CommandInset ref
19559 LatexCommand ref
19560 reference "fig:This-is-a"
19561
19562 \end_inset
19563
19564  is an example text wrap float with a width of 40
19565 \begin_inset space \thinspace{}
19566 \end_inset
19567
19568 col%, 1
19569 \begin_inset space \thinspace{}
19570 \end_inset
19571
19572 cm overhang, set to the left.
19573 \begin_inset Foot
19574 status collapsed
19575
19576 \begin_layout Plain Layout
19577 Available units are explained in appendix
19578 \begin_inset space ~
19579 \end_inset
19580
19581
19582 \begin_inset CommandInset ref
19583 LatexCommand ref
19584 reference "cha:Units-available-in"
19585
19586 \end_inset
19587
19588 .
19589 \end_layout
19590
19591 \end_inset
19592
19593
19594 \end_layout
19595
19596 \begin_layout Standard
19597 \begin_inset Note Greyedout
19598 status open
19599
19600 \begin_layout Plain Layout
19601
19602 \series bold
19603 Note:
19604 \series default
19605  Text
19606 \begin_inset space ~
19607 \end_inset
19608
19609 wrap float floats are fragile! E.
19610 \begin_inset space \thinspace{}
19611 \end_inset
19612
19613 g.
19614 \begin_inset space ~
19615 \end_inset
19616
19617 having a figure too close to the bottom of the page can mess things up in
19618  the way that the float doesn't appear in the output or that it is placed
19619  over some other text.
19620 \end_layout
19621
19622 \end_inset
19623
19624
19625 \end_layout
19626
19627 \begin_layout Standard
19628 In general:
19629 \end_layout
19630
19631 \begin_layout Itemize
19632 Wrap floats should not be placed in paragraphs that run over a page break.
19633  That means that wrap floats should better be inserted to the exact place
19634  when the document is nearly finished and you are able to estimate where
19635  page breaks will appear.
19636 \end_layout
19637
19638 \begin_layout Itemize
19639 Wrap floats should either be placed in an own paragraph before the paragraph
19640  where they should wrap into or within a paragraph.
19641 \end_layout
19642
19643 \begin_layout Itemize
19644 Wrap floats in consecutive paragraphs may cause troubles, so assure that
19645  there is a text paragraph between them as separator.
19646 \end_layout
19647
19648 \begin_layout Itemize
19649 Wrap floats are not allowed in section headings or tables.
19650 \end_layout
19651
19652 \begin_layout Section
19653 Float Numbering
19654 \begin_inset Index
19655 status collapsed
19656
19657 \begin_layout Plain Layout
19658 Floats ! Numbering
19659 \end_layout
19660
19661 \end_inset
19662
19663
19664 \end_layout
19665
19666 \begin_layout Standard
19667 Floats are usually numbered either independent from the sections the floats
19668  are in, or in the scheme 
19669 \begin_inset Quotes eld
19670 \end_inset
19671
19672 chapter.number
19673 \begin_inset Quotes erd
19674 \end_inset
19675
19676  or 
19677 \begin_inset Quotes eld
19678 \end_inset
19679
19680 section.number
19681 \begin_inset Quotes erd
19682 \end_inset
19683
19684 .
19685  This depends on the used document class.
19686 \end_layout
19687
19688 \begin_layout Standard
19689 To change the section independent numbering, you can use this command in
19690  the document preamble:
19691 \end_layout
19692
19693 \begin_layout Standard
19694
19695 \series bold
19696
19697 \backslash
19698 renewcommand{
19699 \backslash
19700 thetable}{
19701 \backslash
19702 roman{table}}
19703 \end_layout
19704
19705 \begin_layout Standard
19706
19707 \series bold
19708
19709 \backslash
19710 thetable
19711 \series default
19712  is the command that prints the table number, for figure floats, the command
19713  would be 
19714 \series bold
19715
19716 \backslash
19717 thefigure
19718 \series default
19719 .
19720  The command 
19721 \series bold
19722
19723 \backslash
19724 roman
19725 \series default
19726  prints in the command above the table number as small roman number.
19727 \end_layout
19728
19729 \begin_layout Standard
19730 To change the numbering scheme for example to 
19731 \begin_inset Quotes eld
19732 \end_inset
19733
19734 subsection.number
19735 \begin_inset Quotes erd
19736 \end_inset
19737
19738 , use this command in the preamble:
19739 \end_layout
19740
19741 \begin_layout Standard
19742
19743 \series bold
19744
19745 \backslash
19746 numberwithin{table}{subsection}
19747 \end_layout
19748
19749 \begin_layout Standard
19750 To be able to use the command 
19751 \series bold
19752
19753 \backslash
19754 numberwithin
19755 \series default
19756 , set in the tab 
19757 \family sans
19758 Math
19759 \begin_inset space ~
19760 \end_inset
19761
19762 Options
19763 \family default
19764  in the document settings the option 
19765 \family sans
19766 Use
19767 \begin_inset space ~
19768 \end_inset
19769
19770 AMS
19771 \begin_inset space ~
19772 \end_inset
19773
19774 math
19775 \begin_inset space ~
19776 \end_inset
19777
19778 package
19779 \family default
19780 .
19781 \end_layout
19782
19783 \begin_layout Standard
19784 Please also have a look at section
19785 \begin_inset space ~
19786 \end_inset
19787
19788
19789 \begin_inset CommandInset ref
19790 LatexCommand ref
19791 reference "sub:Footnote-Numbering"
19792
19793 \end_inset
19794
19795  for the details and important notes about the numbering commands.
19796 \end_layout
19797
19798 \begin_layout Section
19799 Referencing Floats
19800 \begin_inset CommandInset label
19801 LatexCommand label
19802 name "sec:Referencing-Floats"
19803
19804 \end_inset
19805
19806
19807 \begin_inset Index
19808 status collapsed
19809
19810 \begin_layout Plain Layout
19811 Floats ! References
19812 \end_layout
19813
19814 \end_inset
19815
19816
19817 \begin_inset Index
19818 status collapsed
19819
19820 \begin_layout Plain Layout
19821 References ! to Floats
19822 \end_layout
19823
19824 \end_inset
19825
19826
19827 \end_layout
19828
19829 \begin_layout Standard
19830 To reference a float, insert a label into its caption using the menu 
19831 \family sans
19832 Insert\SpecialChar \menuseparator
19833 Label
19834 \family default
19835  or the toolbar button 
19836 \begin_inset Graphics
19837         filename ../images/label-insert.png
19838         scale 85
19839         scaleBeforeRotation
19840
19841 \end_inset
19842
19843 .
19844  A grey label box like this one: 
19845 \begin_inset Graphics
19846         filename clipart/labelQt4.png
19847         scale 85
19848         scaleBeforeRotation
19849
19850 \end_inset
19851
19852  will be inserted and the label window pops up asking for the label text.
19853  LyX offers as text the first words of the caption with a prefix.
19854  The prefix depends on the float type, e.
19855 \begin_inset space \thinspace{}
19856 \end_inset
19857
19858 g.
19859 \begin_inset space ~
19860 \end_inset
19861
19862 for figure floats the prefix will be "
19863 \family sans
19864 fig:
19865 \family default
19866 ".
19867 \end_layout
19868
19869 \begin_layout Standard
19870 The label is used as anchor and name for the reference.
19871  You can refer to the label using the menu 
19872 \family sans
19873 Insert\SpecialChar \menuseparator
19874 Cross-reference
19875 \family default
19876  or the toolbar button 
19877 \begin_inset Graphics
19878         filename ../images/dialog-show-new-inset_ref.png
19879         scale 85
19880         scaleBeforeRotation
19881
19882 \end_inset
19883
19884 .
19885  A grey cross-reference box like this one: 
19886 \begin_inset Graphics
19887         filename clipart/referenceQt4.png
19888         scale 85
19889         scaleBeforeRotation
19890
19891 \end_inset
19892
19893  will be inserted and the cross-reference window appear showing all labels
19894  of the document.
19895  If you have multiple LyX-documents opened, choose the one you are working
19896  on from the drop-list at the top of the dialog.
19897  You can now sort the labels alphabetically and then choose one.
19898  At the position of the cross-reference box the float number will appear
19899  in the output.
19900 \end_layout
19901
19902 \begin_layout Standard
19903 It is recommended to use a protected space between the cross-reference name
19904  and its number to avoid line breaks between them.
19905  If a cross-reference refers to a non-existing label, you will see two question
19906  marks in the output instead of the reference.
19907 \end_layout
19908
19909 \begin_layout Standard
19910 You can change labels at any time by clicking on the label box.
19911  References to the changed label will automatically change its link to the
19912  new label text, so that you don't need to take care about this.
19913 \end_layout
19914
19915 \begin_layout Standard
19916 The button 
19917 \family sans
19918 Go
19919 \begin_inset space ~
19920 \end_inset
19921
19922 to
19923 \begin_inset space ~
19924 \end_inset
19925
19926 Label
19927 \family default
19928  in the cross-reference window sets the cursor before the referred label.
19929  The button text changes then to Go
19930 \begin_inset space ~
19931 \end_inset
19932
19933 Back and you can use it to set the cursor back to the cross-reference.
19934  Right-clicking on a cross-reference box also sets the cursor before the
19935  referenced label but without a possibility to go back.
19936 \end_layout
19937
19938 \begin_layout Subsection
19939 Cross-Reference Formats
19940 \begin_inset CommandInset label
19941 LatexCommand label
19942 name "sub:Cross-Reference-Formats"
19943
19944 \end_inset
19945
19946
19947 \begin_inset Index
19948 status collapsed
19949
19950 \begin_layout Plain Layout
19951 References ! Formats
19952 \end_layout
19953
19954 \end_inset
19955
19956
19957 \end_layout
19958
19959 \begin_layout Standard
19960 There are six varieties of cross-references:
19961 \end_layout
19962
19963 \begin_layout Description
19964 <reference>: prints the float number, this is the default: 
19965 \begin_inset CommandInset ref
19966 LatexCommand ref
19967 reference "fig:Two-distorted-images"
19968
19969 \end_inset
19970
19971
19972 \end_layout
19973
19974 \begin_layout Description
19975 (<reference>): prints the float number within two parentheses, this is the
19976  style normally used to reference formulas, especially when the reference
19977  name 
19978 \begin_inset Quotes eld
19979 \end_inset
19980
19981 Equation
19982 \begin_inset Quotes erd
19983 \end_inset
19984
19985  is omitted: 
19986 \begin_inset CommandInset ref
19987 LatexCommand eqref
19988 reference "eq:Wgn"
19989
19990 \end_inset
19991
19992
19993 \end_layout
19994
19995 \begin_layout Description
19996 <page>: prints the page number: Page
19997 \begin_inset space ~
19998 \end_inset
19999
20000
20001 \begin_inset CommandInset ref
20002 LatexCommand pageref
20003 reference "fig:Two-distorted-images"
20004
20005 \end_inset
20006
20007
20008 \end_layout
20009
20010 \begin_layout Description
20011 on
20012 \begin_inset space ~
20013 \end_inset
20014
20015 page
20016 \begin_inset space ~
20017 \end_inset
20018
20019 <page>: prints the text "on page" and the page number: 
20020 \begin_inset CommandInset ref
20021 LatexCommand vpageref
20022 reference "fig:Two-distorted-images"
20023
20024 \end_inset
20025
20026
20027 \end_layout
20028
20029 \begin_layout Description
20030 <reference>
20031 \begin_inset space ~
20032 \end_inset
20033
20034 on
20035 \begin_inset space ~
20036 \end_inset
20037
20038 page
20039 \begin_inset space ~
20040 \end_inset
20041
20042 <page>: prints the float number, the text "on page", and the page number:
20043  
20044 \begin_inset CommandInset ref
20045 LatexCommand vref
20046 reference "fig:Two-distorted-images"
20047
20048 \end_inset
20049
20050
20051 \end_layout
20052
20053 \begin_layout Description
20054 Formatted
20055 \begin_inset space ~
20056 \end_inset
20057
20058 reference: prints a self defined cross-reference format.
20059  
20060 \begin_inset Note Greyedout
20061 status open
20062
20063 \begin_layout Plain Layout
20064
20065 \series bold
20066 Note:
20067 \series default
20068  This feature is only available when you have the LaTeX-package 
20069 \series bold
20070 prettyref
20071 \series default
20072  installed.
20073 \end_layout
20074
20075 \end_inset
20076
20077
20078 \end_layout
20079
20080 \begin_layout Standard
20081 Note that the style <page> won't print the page number if the label is on
20082  the previous, the same, or the next page.
20083  You will e.
20084 \begin_inset space \thinspace{}
20085 \end_inset
20086
20087 g.
20088 \begin_inset space ~
20089 \end_inset
20090
20091 see the text 
20092 \begin_inset Quotes eld
20093 \end_inset
20094
20095
20096 \family sans
20097 on this page
20098 \family default
20099
20100 \begin_inset Quotes erd
20101 \end_inset
20102
20103  instead.
20104 \end_layout
20105
20106 \begin_layout Standard
20107 The number and current page of the referred document part in the output,
20108  is automatically calculated by LaTeX.
20109  The varieties are adjusted in the field 
20110 \family sans
20111 Format
20112 \family default
20113  of the cross-reference window, that appear when you click on the cross-referenc
20114 e box.
20115 \end_layout
20116
20117 \begin_layout Subsection
20118 Automatic Reference Naming
20119 \begin_inset Index
20120 status collapsed
20121
20122 \begin_layout Plain Layout
20123 References ! Automatic Reference Naming
20124 \end_layout
20125
20126 \end_inset
20127
20128
20129 \end_layout
20130
20131 \begin_layout Standard
20132 The LaTeX-package 
20133 \series bold
20134 hyperref
20135 \series default
20136
20137 \begin_inset Index
20138 status collapsed
20139
20140 \begin_layout Plain Layout
20141 LaTeX-packages ! hyperref
20142 \end_layout
20143
20144 \end_inset
20145
20146 , that is enabled in the 
20147 \family sans
20148 PDF Properties
20149 \family default
20150  of the 
20151 \family sans
20152 Document Settings
20153 \family default
20154  dialog, provides a very useful feature that cross-references automatically
20155  include the name of the referenced floats (or text parts like 
20156 \emph on
20157 section
20158 \emph default
20159 ).
20160  So you will save to write e.
20161 \begin_inset space \thinspace{}
20162 \end_inset
20163
20164 g.
20165 \begin_inset space ~
20166 \end_inset
20167
20168 the name 
20169 \begin_inset Quotes eld
20170 \end_inset
20171
20172 Figure
20173 \begin_inset Quotes erd
20174 \end_inset
20175
20176  before every reference to a figure.
20177  To use this feature, enable 
20178 \series bold
20179 hyperref
20180 \series default
20181  and insert this line to the LaTeX preamble:
20182 \end_layout
20183
20184 \begin_layout Standard
20185
20186 \series bold
20187
20188 \backslash
20189 AtBeginDocument{
20190 \backslash
20191 renewcommand{
20192 \backslash
20193 ref}[1]{
20194 \backslash
20195 mbox{
20196 \backslash
20197 autoref{#1}}}}
20198 \end_layout
20199
20200 \begin_layout Standard
20201 When you prefer other reference names than the default ones, for example
20202  you want instead of 
20203 \begin_inset Quotes eld
20204 \end_inset
20205
20206 section
20207 \begin_inset Quotes erd
20208 \end_inset
20209
20210  the name 
20211 \begin_inset Quotes eld
20212 \end_inset
20213
20214 sec.
20215 \begin_inset space \thinspace{}
20216 \end_inset
20217
20218
20219 \begin_inset Quotes eld
20220 \end_inset
20221
20222 , you can redefine the name by inserting this to the preamble:
20223 \end_layout
20224
20225 \begin_layout Standard
20226
20227 \series bold
20228
20229 \backslash
20230 addto
20231 \backslash
20232 extrasenglish{
20233 \backslash
20234 renewcommand{
20235 \backslash
20236 sectionautorefname}
20237 \begin_inset Newline newline
20238 \end_inset
20239
20240
20241 \begin_inset ERT
20242 status collapsed
20243
20244 \begin_layout Plain Layout
20245
20246
20247 \backslash
20248 hphantom{ }
20249 \end_layout
20250
20251 \end_inset
20252
20253 {sec.
20254 \backslash
20255 negthinspace}}
20256 \end_layout
20257
20258 \begin_layout Standard
20259 When you are using another document language than English, replace
20260 \begin_inset Newline newline
20261 \end_inset
20262
20263
20264 \series bold
20265
20266 \backslash
20267 extrasenglish
20268 \series default
20269  by 
20270 \series bold
20271
20272 \backslash
20273 extras***
20274 \series default
20275 , where *** is the name of the used language.
20276 \end_layout
20277
20278 \begin_layout Standard
20279 To get automatic names, but not for certain reference types, for example
20280  not for equations, use this preamble code:
20281 \end_layout
20282
20283 \begin_layout Standard
20284
20285 \series bold
20286
20287 \backslash
20288 newlength{
20289 \backslash
20290 abc}
20291 \begin_inset Newline newline
20292 \end_inset
20293
20294
20295 \backslash
20296 settowidth{
20297 \backslash
20298 abc}{
20299 \backslash
20300 space}
20301 \begin_inset Newline newline
20302 \end_inset
20303
20304
20305 \backslash
20306 addto
20307 \backslash
20308 extrasenglish{
20309 \backslash
20310 renewcommand{
20311 \backslash
20312 equationautorefname}
20313 \begin_inset Newline newline
20314 \end_inset
20315
20316
20317 \begin_inset ERT
20318 status collapsed
20319
20320 \begin_layout Plain Layout
20321
20322
20323 \backslash
20324 hphantom{ }
20325 \end_layout
20326
20327 \end_inset
20328
20329 {
20330 \backslash
20331 hspace{-
20332 \backslash
20333 abc}}
20334 \end_layout
20335
20336 \begin_layout Standard
20337 More about this topic can be found in 
20338 \series bold
20339 hyperref
20340 \series default
20341 's documentation 
20342 \begin_inset CommandInset citation
20343 LatexCommand cite
20344 key "hyperref"
20345
20346 \end_inset
20347
20348 .
20349 \end_layout
20350
20351 \begin_layout Standard
20352 \begin_inset Note Greyedout
20353 status open
20354
20355 \begin_layout Plain Layout
20356
20357 \series bold
20358 Note:
20359 \series default
20360  Automatic reference naming cannot be used when you use cross-references
20361  in the 
20362 \family sans
20363 Formatted
20364 \begin_inset space ~
20365 \end_inset
20366
20367 reference
20368 \family default
20369  style, as described in section
20370 \begin_inset space ~
20371 \end_inset
20372
20373
20374 \begin_inset CommandInset ref
20375 LatexCommand ref
20376 reference "sub:Cross-Reference-Formats"
20377
20378 \end_inset
20379
20380 .
20381 \end_layout
20382
20383 \end_inset
20384
20385
20386 \end_layout
20387
20388 \begin_layout Standard
20389 The 
20390 \emph on
20391 Math
20392 \emph default
20393  manual is an example where automatic reference naming is used.
20394 \end_layout
20395
20396 \begin_layout Subsection
20397 Reference Position
20398 \begin_inset CommandInset label
20399 LatexCommand label
20400 name "sub:Reference-Position"
20401
20402 \end_inset
20403
20404
20405 \begin_inset Index
20406 status collapsed
20407
20408 \begin_layout Plain Layout
20409 References ! Reference Position
20410 \end_layout
20411
20412 \end_inset
20413
20414
20415 \end_layout
20416
20417 \begin_layout Standard
20418 If you use 
20419 \series bold
20420 hyperref
20421 \series default
20422
20423 \begin_inset Index
20424 status collapsed
20425
20426 \begin_layout Plain Layout
20427 LaTeX-packages ! hyperref
20428 \end_layout
20429
20430 \end_inset
20431
20432  in the 
20433 \family sans
20434 PDF Properties
20435 \family default
20436  of the 
20437 \family sans
20438 Document Settings
20439 \family default
20440  dialog to link cross-references in the output, you will see that clicking
20441  on an image float reference jumps to the image label.
20442  The caption will be the first text part on the screen, so that you cannot
20443  see the image without scrolling.
20444  This is because the reference link anchor is placed at the position of
20445  the label.
20446  With the use of the package 
20447 \series bold
20448 hypcap
20449 \series default
20450
20451 \begin_inset Index
20452 status collapsed
20453
20454 \begin_layout Plain Layout
20455 LaTeX-packages ! hypcap
20456 \end_layout
20457
20458 \end_inset
20459
20460 , which is part of the LaTeX-package 
20461 \series bold
20462 oberdiek
20463 \series default
20464
20465 \begin_inset Index
20466 status collapsed
20467
20468 \begin_layout Plain Layout
20469 LaTeX-packages ! oberdiek
20470 \end_layout
20471
20472 \end_inset
20473
20474 , the link anchor is placed at the beginning of a float.
20475  To use this feature for figure floats, load 
20476 \series bold
20477 hypcap
20478 \series default
20479  in the document preamble with the line
20480 \end_layout
20481
20482 \begin_layout Standard
20483
20484 \series bold
20485
20486 \backslash
20487 usepackage[figure]{hypcap}
20488 \end_layout
20489
20490 \begin_layout Standard
20491 You can also use 
20492 \series bold
20493 hypcap
20494 \series default
20495  for all float types but this is not recommended for stability reasons.
20496  For more informations, have a look at 
20497 \series bold
20498 hypcap
20499 \series default
20500 's manual 
20501 \begin_inset CommandInset citation
20502 LatexCommand cite
20503 key "hypcap"
20504
20505 \end_inset
20506
20507 .
20508 \end_layout
20509
20510 \begin_layout Standard
20511 \begin_inset Note Greyedout
20512 status open
20513
20514 \begin_layout Plain Layout
20515
20516 \series bold
20517 Note:
20518 \series default
20519  
20520 \series bold
20521 hypcap
20522 \series default
20523  has no effect for references to subfigures.
20524 \end_layout
20525
20526 \end_inset
20527
20528
20529 \end_layout
20530
20531 \begin_layout Section
20532 Float Placement
20533 \begin_inset CommandInset label
20534 LatexCommand label
20535 name "sec:Float-Placement"
20536
20537 \end_inset
20538
20539
20540 \begin_inset Index
20541 status collapsed
20542
20543 \begin_layout Plain Layout
20544 Floats ! Placement
20545 \end_layout
20546
20547 \end_inset
20548
20549
20550 \end_layout
20551
20552 \begin_layout Standard
20553 Right-clicking on a float-box opens a dialog where you can alter the placement
20554  options that LaTeX uses for positioning the float.
20555 \begin_inset Newline newline
20556 \end_inset
20557
20558 The option 
20559 \family sans
20560 Span
20561 \begin_inset space ~
20562 \end_inset
20563
20564 columns
20565 \family default
20566  is only useful for two-column documents: If you select it, the float will
20567  span across both columns on the page instead of being confined to just
20568  one.
20569 \begin_inset Newline newline
20570 \end_inset
20571
20572 The option 
20573 \family sans
20574 Rotate
20575 \begin_inset space ~
20576 \end_inset
20577
20578 sideways
20579 \family default
20580  is used to rotate floats, see section 
20581 \begin_inset CommandInset ref
20582 LatexCommand ref
20583 reference "sec:Rotated-Floats"
20584
20585 \end_inset
20586
20587 .
20588 \end_layout
20589
20590 \begin_layout Standard
20591 You can use one ore more of the following options in the float dialog to
20592  set the placement for a particular float when you uncheck the option 
20593 \family sans
20594 Use
20595 \begin_inset space ~
20596 \end_inset
20597
20598 default
20599 \begin_inset space ~
20600 \end_inset
20601
20602 placement
20603 \family default
20604 :
20605 \end_layout
20606
20607 \begin_layout Description
20608 Here
20609 \begin_inset space ~
20610 \end_inset
20611
20612 if
20613 \begin_inset space ~
20614 \end_inset
20615
20616 possible try to place the float on the position where it is inserted
20617 \end_layout
20618
20619 \begin_layout Description
20620 Top
20621 \begin_inset space ~
20622 \end_inset
20623
20624 of
20625 \begin_inset space ~
20626 \end_inset
20627
20628 page try to place the float on the top of the current page
20629 \end_layout
20630
20631 \begin_layout Description
20632 Bottom
20633 \begin_inset space ~
20634 \end_inset
20635
20636 of
20637 \begin_inset space ~
20638 \end_inset
20639
20640 page try to place the float on the bottom of the current page
20641 \end_layout
20642
20643 \begin_layout Description
20644 Page
20645 \begin_inset space ~
20646 \end_inset
20647
20648 of
20649 \begin_inset space ~
20650 \end_inset
20651
20652 floats try to place the float on an own page 
20653 \end_layout
20654
20655 \begin_layout Standard
20656 The order of the above option is 
20657 \emph on
20658 always
20659 \emph default
20660  used by LaTeX.
20661  That means, if you use the default placement, LaTeX will first try out
20662  
20663 \family sans
20664 Here
20665 \begin_inset space ~
20666 \end_inset
20667
20668 if
20669 \begin_inset space ~
20670 \end_inset
20671
20672 possible
20673 \family default
20674 , then 
20675 \family sans
20676 Top
20677 \begin_inset space ~
20678 \end_inset
20679
20680 of
20681 \begin_inset space ~
20682 \end_inset
20683
20684 page
20685 \family default
20686 , and then the others.
20687  If you don't use the default, LaTeX will try only the checked options but
20688  in the same order.
20689  If none of the 4 placements are possible the procedure is internally repeated
20690  but it is tried to put the float on the following page.
20691 \end_layout
20692
20693 \begin_layout Standard
20694 By default, each option has its own rules:
20695 \end_layout
20696
20697 \begin_layout Labeling
20698 \labelwidthstring 00.00.0000
20699
20700 \family sans
20701 Top
20702 \begin_inset space ~
20703 \end_inset
20704
20705 of
20706 \begin_inset space ~
20707 \end_inset
20708
20709 page
20710 \family default
20711  only floats occupying less than 70
20712 \begin_inset space \thinspace{}
20713 \end_inset
20714
20715 % of the page can be placed at the top of a page (
20716 \series bold
20717
20718 \backslash
20719 topfraction
20720 \series default
20721 )
20722 \end_layout
20723
20724 \begin_layout Labeling
20725 \labelwidthstring 00.00.0000
20726
20727 \family sans
20728 Bottom
20729 \begin_inset space ~
20730 \end_inset
20731
20732 of
20733 \begin_inset space ~
20734 \end_inset
20735
20736 page
20737 \family default
20738 : only floats occupying less than 30
20739 \begin_inset space \thinspace{}
20740 \end_inset
20741
20742 % of the page can be placed at the bottom of a page.
20743  (
20744 \series bold
20745
20746 \backslash
20747 bottomfraction
20748 \series default
20749 )
20750 \end_layout
20751
20752 \begin_layout Labeling
20753 \labelwidthstring 00.00.0000
20754
20755 \family sans
20756 Page
20757 \begin_inset space ~
20758 \end_inset
20759
20760 of
20761 \begin_inset space ~
20762 \end_inset
20763
20764 floats
20765 \family default
20766 : only if more than 50
20767 \begin_inset space \thinspace{}
20768 \end_inset
20769
20770 % of the page are occupied by floats, several floats can be set together
20771  on a page.
20772  (
20773 \series bold
20774
20775 \backslash
20776 floatpagefraction
20777 \series default
20778 )
20779 \end_layout
20780
20781 \begin_layout Standard
20782 If you don't like these rules, you can ignore them by using the additional
20783  option 
20784 \family sans
20785 Ignore
20786 \begin_inset space ~
20787 \end_inset
20788
20789 LaTeX
20790 \begin_inset space ~
20791 \end_inset
20792
20793 rules
20794 \family default
20795 .
20796 \begin_inset Newline newline
20797 \end_inset
20798
20799 You can also redefine the rules with LaTeX-commands that are given in parenthese
20800 s behind the rules description above.
20801  To increase for example the often too small default of the bottom-rule
20802  to 50
20803 \begin_inset space \thinspace{}
20804 \end_inset
20805
20806 % of the page, add this line to your document preamble:
20807 \end_layout
20808
20809 \begin_layout Standard
20810
20811 \series bold
20812
20813 \backslash
20814 renewcommand{
20815 \backslash
20816 bottomfraction}{0.5}
20817 \end_layout
20818
20819 \begin_layout Standard
20820 Sometimes you might need, under all circumstances, a float to be placed
20821  exactly at the position where it is inserted.
20822  For this case you can use the option 
20823 \family sans
20824 Here
20825 \begin_inset space ~
20826 \end_inset
20827
20828 definitely
20829 \family default
20830 .
20831  Use this option very rarely and only if the document is nearly ready to
20832  be printed.
20833  Because the float is then no longer able to 
20834 \begin_inset Quotes eld
20835 \end_inset
20836
20837 float
20838 \begin_inset Quotes erd
20839 \end_inset
20840
20841  when you change your document and this will often destroy the page layout.
20842 \end_layout
20843
20844 \begin_layout Standard
20845 There are no placement options for text wrap floats, because they are always
20846  surrounded by the text of a certain paragraph.
20847 \begin_inset VSpace bigskip
20848 \end_inset
20849
20850
20851 \end_layout
20852
20853 \begin_layout Standard
20854 Sometimes you have the problem that a float is placed at the top of a page
20855  while its corresponding section starts at the middle of the page, so that
20856  the reader could think the float is part of the previous section.
20857  To avoid this the LaTeX-command 
20858 \series bold
20859
20860 \backslash
20861 suppressfloats
20862 \series default
20863  can be used.
20864  It suppresses a given float placement for the page where it is inserted
20865  and can therefore be used to avoid that floats could be set before a section
20866  starts.
20867  To get this, add these commands to your document preamble:
20868 \end_layout
20869
20870 \begin_layout Standard
20871
20872 \series bold
20873
20874 \backslash
20875 let
20876 \backslash
20877 mySection
20878 \backslash
20879 section
20880 \begin_inset Newline newline
20881 \end_inset
20882
20883
20884 \backslash
20885 renewcommand{
20886 \backslash
20887 section}{
20888 \backslash
20889 suppressfloats[t]
20890 \backslash
20891 mySection}
20892 \end_layout
20893
20894 \begin_layout Standard
20895 You can define the same for all section headings, like chapters and subsections.
20896  This definition is not recommended to be used for small text parts like
20897  subsubsections because LaTeX may then have problems to find a suitable
20898  placement.
20899 \end_layout
20900
20901 \begin_layout Standard
20902 \begin_inset VSpace bigskip
20903 \end_inset
20904
20905 In some cases it is required to have all figures/tables at the end of the
20906  document.
20907  For this purpose the LaTeX-package 
20908 \series bold
20909 endfloat
20910 \series default
20911
20912 \begin_inset Index
20913 status collapsed
20914
20915 \begin_layout Plain Layout
20916 LaTeX-packages ! endfloat
20917 \end_layout
20918
20919 \end_inset
20920
20921  was developed.
20922  It puts all figure and table floats at the end of the document into own
20923  sections.
20924  At the original float position a text hint like 
20925 \begin_inset Quotes eld
20926 \end_inset
20927
20928
20929 \family sans
20930 [Figure
20931 \begin_inset space ~
20932 \end_inset
20933
20934 3.2 about here.]
20935 \family default
20936
20937 \begin_inset Quotes erd
20938 \end_inset
20939
20940  is inserted.
20941  The endfloat-package is loaded in the preamble with the line
20942 \end_layout
20943
20944 \begin_layout Standard
20945
20946 \series bold
20947
20948 \backslash
20949 usepackage[options]{endfloat}
20950 \end_layout
20951
20952 \begin_layout Standard
20953 There are various package options to format the created figure/table sections.
20954  For more information we refer to the 
20955 \series bold
20956 endfloat
20957 \series default
20958  documentation 
20959 \begin_inset CommandInset citation
20960 LatexCommand cite
20961 key "endfloat"
20962
20963 \end_inset
20964
20965 .
20966 \begin_inset Newline newline
20967 \end_inset
20968
20969
20970 \begin_inset Note Greyedout
20971 status open
20972
20973 \begin_layout Plain Layout
20974
20975 \series bold
20976 Note: endfloat
20977 \series default
20978  doesn't provide an automatic translation for the text hint, you have to
20979  do this manually, see section
20980 \begin_inset space ~
20981 \end_inset
20982
20983 4 in 
20984 \begin_inset CommandInset citation
20985 LatexCommand cite
20986 key "endfloat"
20987
20988 \end_inset
20989
20990 .
20991 \end_layout
20992
20993 \end_inset
20994
20995
20996 \begin_inset Newline newline
20997 \end_inset
20998
20999
21000 \begin_inset Note Greyedout
21001 status open
21002
21003 \begin_layout Plain Layout
21004
21005 \series bold
21006 Note:
21007 \series default
21008  There is currently a bug in 
21009 \series bold
21010 endfloat
21011 \series default
21012  when the caption contains a German 
21013 \begin_inset Quotes eld
21014 \end_inset
21015
21016 ß
21017 \begin_inset Quotes erd
21018 \end_inset
21019
21020 .
21021  Use in this case the command 
21022 \begin_inset Quotes eld
21023 \end_inset
21024
21025
21026 \series bold
21027
21028 \backslash
21029 ss
21030 \series default
21031
21032 \begin_inset Quotes erd
21033 \end_inset
21034
21035  in TeX-Code instead of 
21036 \begin_inset Quotes eld
21037 \end_inset
21038
21039 ß
21040 \begin_inset Quotes erd
21041 \end_inset
21042
21043 .
21044 \end_layout
21045
21046 \end_inset
21047
21048
21049 \end_layout
21050
21051 \begin_layout Standard
21052 \begin_inset VSpace bigskip
21053 \end_inset
21054
21055 For more details about float placements, have a look at LaTeX books, 
21056 \begin_inset CommandInset citation
21057 LatexCommand cite
21058 key "latexcompanion,latexguide,latexbook"
21059
21060 \end_inset
21061
21062 .
21063 \end_layout
21064
21065 \begin_layout Section
21066 Rotated Floats
21067 \begin_inset CommandInset label
21068 LatexCommand label
21069 name "sec:Rotated-Floats"
21070
21071 \end_inset
21072
21073
21074 \begin_inset Index
21075 status collapsed
21076
21077 \begin_layout Plain Layout
21078 Floats ! Rotating
21079 \end_layout
21080
21081 \end_inset
21082
21083
21084 \end_layout
21085
21086 \begin_layout Standard
21087 Especially for wide tables you might have floats rotated.
21088  To rotate a whole float including the caption, right-click on the float-box
21089  and use the option 
21090 \family sans
21091 Rotate
21092 \begin_inset space ~
21093 \end_inset
21094
21095 sideways
21096 \family default
21097 .
21098 \end_layout
21099
21100 \begin_layout Standard
21101 Rotated floats are always placed on its own page (or column, in case you
21102  have a multi-column document).
21103  You can let them span several columns using the float settings option 
21104 \family sans
21105 Span
21106 \begin_inset space ~
21107 \end_inset
21108
21109 columns
21110 \family default
21111 .
21112  Floats are rotated so that you can read them from the outside margin.
21113  To force a certain rotation direction for all pages, you can add either
21114  the option 
21115 \series bold
21116 figuresleft
21117 \series default
21118  or 
21119 \series bold
21120 figuresright
21121 \series default
21122  to the document class options.
21123 \end_layout
21124
21125 \begin_layout Standard
21126 Referencing rotated floats is the same like for normal floats, the caption
21127  format is also the same: Table
21128 \begin_inset space ~
21129 \end_inset
21130
21131
21132 \begin_inset CommandInset ref
21133 LatexCommand ref
21134 reference "tab:Rotated-table"
21135
21136 \end_inset
21137
21138  is an example of a rotated table float.
21139 \end_layout
21140
21141 \begin_layout Standard
21142 \begin_inset Note Greyedout
21143 status open
21144
21145 \begin_layout Plain Layout
21146
21147 \series bold
21148 Note:
21149 \series default
21150  Not all DVI-viewers are able to display rotated floats.
21151 \end_layout
21152
21153 \end_inset
21154
21155
21156 \end_layout
21157
21158 \begin_layout Standard
21159 \begin_inset Float table
21160 wide false
21161 sideways true
21162 status open
21163
21164 \begin_layout Plain Layout
21165 \begin_inset Caption
21166
21167 \begin_layout Plain Layout
21168 \begin_inset CommandInset label
21169 LatexCommand label
21170 name "tab:Rotated-table"
21171
21172 \end_inset
21173
21174  Rotated table
21175 \end_layout
21176
21177 \end_inset
21178
21179
21180 \end_layout
21181
21182 \begin_layout Plain Layout
21183 \align center
21184 \begin_inset Tabular
21185 <lyxtabular version="3" rows="1" columns="5">
21186 <features>
21187 <column alignment="center" valignment="top" width="0">
21188 <column alignment="center" valignment="top" width="0">
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 <row>
21193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21194 \begin_inset Text
21195
21196 \begin_layout Plain Layout
21197 test
21198 \end_layout
21199
21200 \end_inset
21201 </cell>
21202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21203 \begin_inset Text
21204
21205 \begin_layout Plain Layout
21206 b
21207 \end_layout
21208
21209 \end_inset
21210 </cell>
21211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21212 \begin_inset Text
21213
21214 \begin_layout Plain Layout
21215 c
21216 \end_layout
21217
21218 \end_inset
21219 </cell>
21220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21221 \begin_inset Text
21222
21223 \begin_layout Plain Layout
21224 d
21225 \end_layout
21226
21227 \end_inset
21228 </cell>
21229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21230 \begin_inset Text
21231
21232 \begin_layout Plain Layout
21233 e
21234 \end_layout
21235
21236 \end_inset
21237 </cell>
21238 </row>
21239 </lyxtabular>
21240
21241 \end_inset
21242
21243
21244 \end_layout
21245
21246 \end_inset
21247
21248
21249 \end_layout
21250
21251 \begin_layout Section
21252 Floats Side by Side
21253 \begin_inset Index
21254 status collapsed
21255
21256 \begin_layout Plain Layout
21257 Floats ! Side by side
21258 \end_layout
21259
21260 \end_inset
21261
21262
21263 \end_layout
21264
21265 \begin_layout Standard
21266 To place floats side by side, like for Figure
21267 \begin_inset space ~
21268 \end_inset
21269
21270
21271 \begin_inset CommandInset ref
21272 LatexCommand ref
21273 reference "fig:Float-left"
21274
21275 \end_inset
21276
21277  and 
21278 \begin_inset CommandInset ref
21279 LatexCommand ref
21280 reference "fig:Float-right"
21281
21282 \end_inset
21283
21284 , only 
21285 \emph on
21286 one
21287 \emph default
21288  float is used.
21289  In it two minipage boxes are inserted.
21290 \begin_inset Foot
21291 status collapsed
21292
21293 \begin_layout Plain Layout
21294 Minipages are explained in section
21295 \begin_inset space ~
21296 \end_inset
21297
21298
21299 \begin_inset CommandInset ref
21300 LatexCommand ref
21301 reference "sec:Minipages"
21302
21303 \end_inset
21304
21305 .
21306 \end_layout
21307
21308 \end_inset
21309
21310  The width is set to 45
21311 \begin_inset space \thinspace{}
21312 \end_inset
21313
21314 -50
21315 \begin_inset space \thinspace{}
21316 \end_inset
21317
21318 column% and the box alignment to 
21319 \family sans
21320 Bottom
21321 \family default
21322  for each minipage.
21323  The minipage boxes contain the image and the caption in the same way as
21324  they are in a float.
21325  The only difference is that the image unit 
21326 \family sans
21327 Column
21328 \begin_inset space ~
21329 \end_inset
21330
21331 Width
21332 \begin_inset space ~
21333 \end_inset
21334
21335 %
21336 \family default
21337  is now calculated according to the width of the minipage boxes.
21338 \end_layout
21339
21340 \begin_layout Standard
21341 \begin_inset Float figure
21342 wide false
21343 sideways false
21344 status open
21345
21346 \begin_layout Plain Layout
21347 \begin_inset Box Frameless
21348 position "b"
21349 hor_pos "c"
21350 has_inner_box 1
21351 inner_pos "t"
21352 use_parbox 0
21353 width "45col%"
21354 special "none"
21355 height "1in"
21356 height_special "totalheight"
21357 status open
21358
21359 \begin_layout Plain Layout
21360 \align center
21361 \begin_inset Graphics
21362         filename clipart/mobius.eps
21363         lyxscale 50
21364         width 100col%
21365         scaleBeforeRotation
21366
21367 \end_inset
21368
21369
21370 \end_layout
21371
21372 \begin_layout Plain Layout
21373 \begin_inset Caption
21374
21375 \begin_layout Plain Layout
21376 \begin_inset CommandInset label
21377 LatexCommand label
21378 name "fig:Float-left"
21379
21380 \end_inset
21381
21382 Float on the left side.
21383 \end_layout
21384
21385 \end_inset
21386
21387
21388 \end_layout
21389
21390 \end_inset
21391
21392
21393 \begin_inset space \hfill{}
21394 \end_inset
21395
21396
21397 \begin_inset Box Frameless
21398 position "b"
21399 hor_pos "c"
21400 has_inner_box 1
21401 inner_pos "t"
21402 use_parbox 0
21403 width "45col%"
21404 special "none"
21405 height "1in"
21406 height_special "totalheight"
21407 status open
21408
21409 \begin_layout Plain Layout
21410 \align center
21411 \begin_inset Graphics
21412         filename clipart/platypus.eps
21413         lyxscale 50
21414         width 100col%
21415         scaleBeforeRotation
21416
21417 \end_inset
21418
21419
21420 \end_layout
21421
21422 \begin_layout Plain Layout
21423 \begin_inset Caption
21424
21425 \begin_layout Plain Layout
21426 \begin_inset CommandInset label
21427 LatexCommand label
21428 name "fig:Float-right"
21429
21430 \end_inset
21431
21432 Float on the right side.
21433 \end_layout
21434
21435 \end_inset
21436
21437
21438 \end_layout
21439
21440 \end_inset
21441
21442
21443 \end_layout
21444
21445 \begin_layout Plain Layout
21446
21447 \end_layout
21448
21449 \end_inset
21450
21451
21452 \end_layout
21453
21454 \begin_layout Section
21455 Caption Formatting
21456 \begin_inset Index
21457 status collapsed
21458
21459 \begin_layout Plain Layout
21460 Caption ! Formatting
21461 \end_layout
21462
21463 \end_inset
21464
21465
21466 \begin_inset Index
21467 status collapsed
21468
21469 \begin_layout Plain Layout
21470 Floats ! Caption Formatting
21471 \end_layout
21472
21473 \end_inset
21474
21475
21476 \begin_inset CommandInset label
21477 LatexCommand label
21478 name "sec:Caption-Formatting"
21479
21480 \end_inset
21481
21482
21483 \end_layout
21484
21485 \begin_layout Standard
21486 The 
21487 \family sans
21488 Caption
21489 \family default
21490  environment is the default paragraph environment for 
21491 \family sans
21492 Floats
21493 \family default
21494 .
21495  On the LyX screen captions appear as label, e.
21496 \begin_inset space \thinspace{}
21497 \end_inset
21498
21499 g.
21500 \begin_inset space ~
21501 \end_inset
21502
21503
21504 \begin_inset Quotes eld
21505 \end_inset
21506
21507
21508 \family sans
21509 Figure #:
21510 \family default
21511
21512 \begin_inset Quotes erd
21513 \end_inset
21514
21515  followed by the caption text.
21516  
21517 \begin_inset Quotes eld
21518 \end_inset
21519
21520 #
21521 \begin_inset Quotes erd
21522 \end_inset
21523
21524  is the actual reference number.
21525  By default the label and the number are in the same font as the caption
21526  text and a colon follows the number to divide the label from the text.
21527  This caption format is not suitable for all document formats.
21528  
21529 \end_layout
21530
21531 \begin_layout Standard
21532 To change the default caption format, load the LaTeX-package 
21533 \series bold
21534 caption
21535 \series default
21536
21537 \begin_inset Index
21538 status collapsed
21539
21540 \begin_layout Plain Layout
21541 LaTeX-packages ! caption
21542 \end_layout
21543
21544 \end_inset
21545
21546  in the document preamble with this line:
21547 \end_layout
21548
21549 \begin_layout Standard
21550
21551 \series bold
21552
21553 \backslash
21554 usepackage[format definition]{caption}
21555 \end_layout
21556
21557 \begin_layout Standard
21558 To have for example the label and the number in sans-serif bold font and
21559  the table captions always above the table like in this document, use the
21560  following command:
21561 \end_layout
21562
21563 \begin_layout Standard
21564
21565 \series bold
21566
21567 \backslash
21568 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21569 \end_layout
21570
21571 \begin_layout Standard
21572 You can also define different caption formats for the different float types.
21573  In this case load the 
21574 \series bold
21575 caption
21576 \series default
21577  package without format specific options and define the different formats
21578  with the help of the command
21579 \end_layout
21580
21581 \begin_layout Standard
21582
21583 \series bold
21584
21585 \backslash
21586 captionsetup[float type]{format definition}
21587 \end_layout
21588
21589 \begin_layout Standard
21590 in the document preamble.
21591  For example the caption formats of Figure
21592 \begin_inset space ~
21593 \end_inset
21594
21595
21596 \begin_inset CommandInset ref
21597 LatexCommand ref
21598 reference "fig:This-is-an-fig"
21599
21600 \end_inset
21601
21602  and Table
21603 \begin_inset space ~
21604 \end_inset
21605
21606
21607 \begin_inset CommandInset ref
21608 LatexCommand ref
21609 reference "tab:This-is-an-tab"
21610
21611 \end_inset
21612
21613  can be created using these commands in the document preamble:
21614 \end_layout
21615
21616 \begin_layout Standard
21617
21618 \series bold
21619
21620 \backslash
21621 usepackage[tableposition=top]{caption}
21622 \series default
21623
21624 \begin_inset Newline newline
21625 \end_inset
21626
21627
21628 \series bold
21629
21630 \backslash
21631 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21632 \begin_inset Newline newline
21633 \end_inset
21634
21635
21636 \begin_inset ERT
21637 status collapsed
21638
21639 \begin_layout Plain Layout
21640
21641
21642 \backslash
21643 hphantom{
21644 \backslash
21645
21646 \backslash
21647 captionsetup[figure]
21648 \backslash
21649 {}
21650 \end_layout
21651
21652 \end_inset
21653
21654  labelsep=period}
21655 \begin_inset Newline newline
21656 \end_inset
21657
21658
21659 \backslash
21660 captionsetup[table]{labelfont={bf,sf}}
21661 \end_layout
21662
21663 \begin_layout Standard
21664 \begin_inset Note Greyedout
21665 status open
21666
21667 \begin_layout Plain Layout
21668
21669 \series bold
21670 Note:
21671 \series default
21672  The option 
21673 \series bold
21674 tableposition=top
21675 \series default
21676  has no effect when a 
21677 \series bold
21678 koma-script
21679 \series default
21680
21681 \begin_inset Index
21682 status collapsed
21683
21684 \begin_layout Plain Layout
21685 LaTeX-packages ! koma-script
21686 \end_layout
21687
21688 \end_inset
21689
21690  document class is used.
21691  In this case the document class option 
21692 \series bold
21693 tablecaptionabove
21694 \series default
21695  must be used.
21696 \end_layout
21697
21698 \end_inset
21699
21700
21701 \end_layout
21702
21703 \begin_layout Standard
21704 For more information about the package 
21705 \series bold
21706 caption
21707 \series default
21708  we refer to its documentation 
21709 \begin_inset CommandInset citation
21710 LatexCommand cite
21711 key "caption"
21712
21713 \end_inset
21714
21715 .
21716 \end_layout
21717
21718 \begin_layout Standard
21719 To change the label name from e.g.
21720  
21721 \begin_inset Quotes eld
21722 \end_inset
21723
21724 Figure
21725 \begin_inset Quotes erd
21726 \end_inset
21727
21728  to 
21729 \begin_inset Quotes eld
21730 \end_inset
21731
21732 Image
21733 \begin_inset Quotes erd
21734 \end_inset
21735
21736  use this preamble command:
21737 \end_layout
21738
21739 \begin_layout Standard
21740
21741 \series bold
21742
21743 \backslash
21744 renewcommand{
21745 \backslash
21746 fnum@figure}{Image~
21747 \backslash
21748 thefigure}
21749 \end_layout
21750
21751 \begin_layout Standard
21752 where 
21753 \series bold
21754
21755 \backslash
21756 thefigure
21757 \series default
21758  inserts the figure number and
21759 \series bold
21760  
21761 \begin_inset Quotes eld
21762 \end_inset
21763
21764 ~
21765 \series default
21766
21767 \begin_inset Quotes erd
21768 \end_inset
21769
21770  creates a protected space.
21771 \end_layout
21772
21773 \begin_layout Standard
21774 \begin_inset VSpace bigskip
21775 \end_inset
21776
21777 If you are using a 
21778 \series bold
21779 koma-script
21780 \series default
21781
21782 \begin_inset Index
21783 status collapsed
21784
21785 \begin_layout Plain Layout
21786 LaTeX-packages ! koma-script
21787 \end_layout
21788
21789 \end_inset
21790
21791  document class (
21792 \family sans
21793 article (koma-script)
21794 \family default
21795
21796 \family sans
21797 book (koma-script)
21798 \family default
21799
21800 \family sans
21801 letter (koma-script)
21802 \family default
21803 , or 
21804 \family sans
21805 report (koma-script)
21806 \family default
21807
21808 \begin_inset space \thinspace{}
21809 \end_inset
21810
21811 ), you can alternatively to the 
21812 \series bold
21813 caption
21814 \series default
21815  package use 
21816 \series bold
21817 koma-script
21818 \series default
21819 's built-in command 
21820 \series bold
21821
21822 \backslash
21823 setkomafont
21824 \series default
21825 .
21826  For example, to have the caption label in bold, add this command to your
21827  document preamble:
21828 \end_layout
21829
21830 \begin_layout Standard
21831
21832 \series bold
21833
21834 \backslash
21835 setkomafont{captionlabel}{
21836 \backslash
21837 bfseries}
21838 \end_layout
21839
21840 \begin_layout Standard
21841 For more information about 
21842 \series bold
21843
21844 \backslash
21845 setkomafont
21846 \series default
21847  we refer to the 
21848 \series bold
21849 koma-script
21850 \series default
21851  documentation 
21852 \begin_inset CommandInset citation
21853 LatexCommand cite
21854 key "koma-script"
21855
21856 \end_inset
21857
21858 .
21859 \end_layout
21860
21861 \begin_layout Standard
21862 \begin_inset ERT
21863 status collapsed
21864
21865 \begin_layout Plain Layout
21866
21867
21868 \backslash
21869 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
21870 }
21871 \end_layout
21872
21873 \end_inset
21874
21875
21876 \begin_inset Note Note
21877 status open
21878
21879 \begin_layout Plain Layout
21880 The caption format is changed only for this example.
21881 \end_layout
21882
21883 \end_inset
21884
21885
21886 \end_layout
21887
21888 \begin_layout Standard
21889 \begin_inset Float figure
21890 placement !p
21891 wide false
21892 sideways false
21893 status open
21894
21895 \begin_layout Plain Layout
21896 \align center
21897 \begin_inset Graphics
21898         filename clipart/mobius.eps
21899         lyxscale 50
21900         scale 50
21901         scaleBeforeRotation
21902
21903 \end_inset
21904
21905
21906 \end_layout
21907
21908 \begin_layout Plain Layout
21909 \begin_inset Caption
21910
21911 \begin_layout Plain Layout
21912 \begin_inset CommandInset label
21913 LatexCommand label
21914 name "fig:This-is-an-fig"
21915
21916 \end_inset
21917
21918 This is an example figure caption that is longer than one line to show the
21919  different caption format.
21920  Here a self-defined caption format is used.
21921 \end_layout
21922
21923 \end_inset
21924
21925
21926 \end_layout
21927
21928 \end_inset
21929
21930
21931 \end_layout
21932
21933 \begin_layout Standard
21934 \begin_inset ERT
21935 status collapsed
21936
21937 \begin_layout Plain Layout
21938
21939
21940 \backslash
21941 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
21942 on}
21943 \end_layout
21944
21945 \end_inset
21946
21947
21948 \end_layout
21949
21950 \begin_layout Standard
21951 \begin_inset Float table
21952 placement !p
21953 wide false
21954 sideways false
21955 status open
21956
21957 \begin_layout Plain Layout
21958 \begin_inset Caption
21959
21960 \begin_layout Plain Layout
21961 \begin_inset CommandInset label
21962 LatexCommand label
21963 name "tab:This-is-an-tab"
21964
21965 \end_inset
21966
21967 This is an example table caption that is longer than one line to show the
21968  different caption format.
21969  Here the standard caption format for tables in this document is used.
21970 \end_layout
21971
21972 \end_inset
21973
21974
21975 \end_layout
21976
21977 \begin_layout Plain Layout
21978 \align center
21979 \begin_inset Tabular
21980 <lyxtabular version="3" rows="1" columns="5">
21981 <features>
21982 <column alignment="center" valignment="top" width="0">
21983 <column alignment="center" valignment="top" width="0">
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 <row>
21988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21989 \begin_inset Text
21990
21991 \begin_layout Plain Layout
21992 a
21993 \end_layout
21994
21995 \end_inset
21996 </cell>
21997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21998 \begin_inset Text
21999
22000 \begin_layout Plain Layout
22001 b
22002 \end_layout
22003
22004 \end_inset
22005 </cell>
22006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22007 \begin_inset Text
22008
22009 \begin_layout Plain Layout
22010 c
22011 \end_layout
22012
22013 \end_inset
22014 </cell>
22015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22016 \begin_inset Text
22017
22018 \begin_layout Plain Layout
22019 d
22020 \end_layout
22021
22022 \end_inset
22023 </cell>
22024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22025 \begin_inset Text
22026
22027 \begin_layout Plain Layout
22028 e
22029 \end_layout
22030
22031 \end_inset
22032 </cell>
22033 </row>
22034 </lyxtabular>
22035
22036 \end_inset
22037
22038
22039 \end_layout
22040
22041 \end_inset
22042
22043
22044 \end_layout
22045
22046 \begin_layout Section
22047 Caption Placement
22048 \begin_inset Index
22049 status collapsed
22050
22051 \begin_layout Plain Layout
22052 Caption ! Placement
22053 \end_layout
22054
22055 \end_inset
22056
22057
22058 \begin_inset Index
22059 status collapsed
22060
22061 \begin_layout Plain Layout
22062 Floats ! Caption Placement
22063 \end_layout
22064
22065 \end_inset
22066
22067
22068 \begin_inset CommandInset label
22069 LatexCommand label
22070 name "sec:Caption-Placement"
22071
22072 \end_inset
22073
22074
22075 \end_layout
22076
22077 \begin_layout Standard
22078 The common caption placement rule is:
22079 \end_layout
22080
22081 \begin_layout Description
22082 Figure: Caption is set below the figure
22083 \end_layout
22084
22085 \begin_layout Description
22086 Table: Caption is set above the table
22087 \end_layout
22088
22089 \begin_layout Standard
22090 Having the caption above the table is unfortunately not supported in LaTeX's
22091  standard classes.
22092  That means if you are using the document classes 
22093 \family sans
22094 article
22095 \family default
22096
22097 \family sans
22098 book
22099 \family default
22100
22101 \family sans
22102 letter
22103 \family default
22104 , or 
22105 \family sans
22106 report
22107 \family default
22108  there will be no space between the caption and the table.
22109  To insert the needed space, add the following option to the load command
22110  of the LaTeX-package 
22111 \series bold
22112 caption
22113 \series default
22114  in your document preamble
22115 \begin_inset Foot
22116 status collapsed
22117
22118 \begin_layout Plain Layout
22119 See section
22120 \begin_inset space ~
22121 \end_inset
22122
22123
22124 \begin_inset CommandInset ref
22125 LatexCommand ref
22126 reference "sec:Caption-Formatting"
22127
22128 \end_inset
22129
22130  for more information of the package 
22131 \series bold
22132 caption
22133 \series default
22134 .
22135 \end_layout
22136
22137 \end_inset
22138
22139 :
22140 \end_layout
22141
22142 \begin_layout Standard
22143
22144 \series bold
22145 tableposition=top
22146 \end_layout
22147
22148 \begin_layout Standard
22149 If you are using a 
22150 \series bold
22151 koma-script
22152 \series default
22153
22154 \begin_inset Index
22155 status collapsed
22156
22157 \begin_layout Plain Layout
22158 LaTeX-packages ! koma-script
22159 \end_layout
22160
22161 \end_inset
22162
22163  document class (
22164 \family sans
22165 article (koma-script)
22166 \family default
22167
22168 \family sans
22169 book (koma-script)
22170 \family default
22171
22172 \family sans
22173 letter (koma-script)
22174 \family default
22175 , or 
22176 \family sans
22177 report (koma-script)
22178 \family default
22179
22180 \begin_inset space \thinspace{}
22181 \end_inset
22182
22183 ), you can alternatively to the 
22184 \series bold
22185 caption
22186 \series default
22187  package set the document class option 
22188 \series bold
22189 tablecaptionabove
22190 \series default
22191 .
22192 \end_layout
22193
22194 \begin_layout Standard
22195 \begin_inset VSpace bigskip
22196 \end_inset
22197
22198 It is also possible to set the caption beside a figure or table.
22199  To get this the LaTeX-package 
22200 \series bold
22201 sidecap
22202 \series default
22203
22204 \begin_inset Index
22205 status collapsed
22206
22207 \begin_layout Plain Layout
22208 LaTeX-packages ! sidecap
22209 \end_layout
22210
22211 \end_inset
22212
22213  has to be loaded in the document preamble with the line
22214 \end_layout
22215
22216 \begin_layout Standard
22217
22218 \series bold
22219
22220 \backslash
22221 usepackage[option]{sidecap}
22222 \end_layout
22223
22224 \begin_layout Standard
22225 If you set no option, the caption is placed on the side of the outer page
22226  margin -- to the right on odd pages, to the left on even pages.
22227  You can change the placement to inner margin with the option 
22228 \series bold
22229 innercaption
22230 \series default
22231 .
22232  To force the placement always to the right or left, use the option 
22233 \series bold
22234 rightcaption
22235 \series default
22236  or 
22237 \series bold
22238 leftcaption
22239 \series default
22240 , respectively.
22241 \end_layout
22242
22243 \begin_layout Standard
22244 \begin_inset ERT
22245 status collapsed
22246
22247 \begin_layout Plain Layout
22248
22249
22250 \backslash
22251 ifsidecap
22252 \end_layout
22253
22254 \end_inset
22255
22256
22257 \begin_inset Note Note
22258 status open
22259
22260 \begin_layout Plain Layout
22261 The following section will only be displayed when the LaTeX-package 
22262 \series bold
22263 sidecap
22264 \series default
22265  is installed.
22266 \end_layout
22267
22268 \end_inset
22269
22270
22271 \end_layout
22272
22273 \begin_layout Standard
22274 To place in LyX the caption of a float on the side, it is necessary to add
22275  these commands to the document preamble:
22276 \end_layout
22277
22278 \begin_layout Standard
22279
22280 \lyxline
22281
22282 \end_layout
22283
22284 \begin_layout Standard
22285
22286 \series bold
22287
22288 \backslash
22289 newcommand{
22290 \backslash
22291 TabBesBeg}{%
22292 \begin_inset Newline newline
22293 \end_inset
22294
22295
22296 \begin_inset ERT
22297 status collapsed
22298
22299 \begin_layout Plain Layout
22300
22301
22302 \backslash
22303 hphantom{ }
22304 \end_layout
22305
22306 \end_inset
22307
22308
22309 \backslash
22310 let
22311 \backslash
22312 MyTable
22313 \backslash
22314 table
22315 \begin_inset Newline newline
22316 \end_inset
22317
22318
22319 \begin_inset ERT
22320 status collapsed
22321
22322 \begin_layout Plain Layout
22323
22324
22325 \backslash
22326 hphantom{ }
22327 \end_layout
22328
22329 \end_inset
22330
22331
22332 \backslash
22333 let
22334 \backslash
22335 MyEndtable
22336 \backslash
22337 endtable
22338 \begin_inset Newline newline
22339 \end_inset
22340
22341
22342 \begin_inset ERT
22343 status collapsed
22344
22345 \begin_layout Plain Layout
22346
22347
22348 \backslash
22349 hphantom{ }
22350 \end_layout
22351
22352 \end_inset
22353
22354
22355 \backslash
22356 renewenvironment{table}{
22357 \backslash
22358 begin{SCtable}}{
22359 \backslash
22360 end{SCtable}}}
22361 \end_layout
22362
22363 \begin_layout Standard
22364
22365 \series bold
22366
22367 \backslash
22368 newcommand{
22369 \backslash
22370 TabBesEnd}{%
22371 \begin_inset Newline newline
22372 \end_inset
22373
22374
22375 \begin_inset ERT
22376 status collapsed
22377
22378 \begin_layout Plain Layout
22379
22380
22381 \backslash
22382 hphantom{ }
22383 \end_layout
22384
22385 \end_inset
22386
22387
22388 \backslash
22389 let
22390 \backslash
22391 table
22392 \backslash
22393 MyTable
22394 \begin_inset Newline newline
22395 \end_inset
22396
22397
22398 \begin_inset ERT
22399 status collapsed
22400
22401 \begin_layout Plain Layout
22402
22403
22404 \backslash
22405 hphantom{ }
22406 \end_layout
22407
22408 \end_inset
22409
22410
22411 \backslash
22412 let
22413 \backslash
22414 endtable
22415 \backslash
22416 MyEndtable
22417 \end_layout
22418
22419 \begin_layout Standard
22420
22421 \series bold
22422
22423 \backslash
22424 newcommand{
22425 \backslash
22426 FigBesBeg}{%
22427 \begin_inset Newline newline
22428 \end_inset
22429
22430
22431 \begin_inset ERT
22432 status collapsed
22433
22434 \begin_layout Plain Layout
22435
22436
22437 \backslash
22438 hphantom{ }
22439 \end_layout
22440
22441 \end_inset
22442
22443
22444 \backslash
22445 let
22446 \backslash
22447 MyFigure
22448 \backslash
22449 figure
22450 \begin_inset Newline newline
22451 \end_inset
22452
22453
22454 \begin_inset ERT
22455 status collapsed
22456
22457 \begin_layout Plain Layout
22458
22459
22460 \backslash
22461 hphantom{ }
22462 \end_layout
22463
22464 \end_inset
22465
22466
22467 \backslash
22468 let
22469 \backslash
22470 MyEndfigure
22471 \backslash
22472 endfigure
22473 \begin_inset Newline newline
22474 \end_inset
22475
22476
22477 \begin_inset ERT
22478 status collapsed
22479
22480 \begin_layout Plain Layout
22481
22482
22483 \backslash
22484 hphantom{ }
22485 \end_layout
22486
22487 \end_inset
22488
22489
22490 \backslash
22491 renewenvironment{figure}{
22492 \backslash
22493 begin{SCfigure}}{
22494 \backslash
22495 end{SCfigure}}}
22496 \end_layout
22497
22498 \begin_layout Standard
22499
22500 \series bold
22501
22502 \backslash
22503 newcommand{
22504 \backslash
22505 FigBesEnd}{%
22506 \begin_inset Newline newline
22507 \end_inset
22508
22509
22510 \begin_inset ERT
22511 status collapsed
22512
22513 \begin_layout Plain Layout
22514
22515
22516 \backslash
22517 hphantom{ }
22518 \end_layout
22519
22520 \end_inset
22521
22522
22523 \backslash
22524 let
22525 \backslash
22526 figure
22527 \backslash
22528 MyFigure
22529 \begin_inset Newline newline
22530 \end_inset
22531
22532
22533 \begin_inset ERT
22534 status collapsed
22535
22536 \begin_layout Plain Layout
22537
22538
22539 \backslash
22540 hphantom{ }
22541 \end_layout
22542
22543 \end_inset
22544
22545
22546 \backslash
22547 let
22548 \backslash
22549 endfigure
22550 \backslash
22551 MyEndfigure}
22552 \end_layout
22553
22554 \begin_layout Standard
22555
22556 \lyxline
22557
22558 \end_layout
22559
22560 \begin_layout Standard
22561 The commands allow you to redefine the floats so that the caption is set
22562  on the side.
22563  For figure floats use the command
22564 \end_layout
22565
22566 \begin_layout Standard
22567
22568 \series bold
22569
22570 \backslash
22571 FigBesBeg
22572 \end_layout
22573
22574 \begin_layout Standard
22575 in TeX-Code before the float.
22576  Behind the float insert the command
22577 \end_layout
22578
22579 \begin_layout Standard
22580
22581 \series bold
22582
22583 \backslash
22584 FigBesEnd
22585 \end_layout
22586
22587 \begin_layout Standard
22588 in TeX-Code to get back to the original float definition.
22589 \end_layout
22590
22591 \begin_layout Standard
22592 For table floats use the corresponding commands
22593 \end_layout
22594
22595 \begin_layout Standard
22596
22597 \series bold
22598
22599 \backslash
22600 TabBesBeg
22601 \series default
22602  and 
22603 \series bold
22604
22605 \backslash
22606 TabBesEnd
22607 \end_layout
22608
22609 \begin_layout Standard
22610 Figure
22611 \begin_inset space ~
22612 \end_inset
22613
22614
22615 \begin_inset CommandInset ref
22616 LatexCommand ref
22617 reference "fig:cap-beside-fig"
22618
22619 \end_inset
22620
22621  and Table
22622 \begin_inset space ~
22623 \end_inset
22624
22625
22626 \begin_inset CommandInset ref
22627 LatexCommand ref
22628 reference "tab:cap-beside-tab"
22629
22630 \end_inset
22631
22632  are examples where the caption is set beside.
22633 \end_layout
22634
22635 \begin_layout Standard
22636 You can see in the examples that the caption text appears at the top of
22637  the floats for table floats and at the bottom for figure floats.
22638  To change this, you can use the command
22639 \end_layout
22640
22641 \begin_layout Standard
22642
22643 \series bold
22644
22645 \backslash
22646 sidecaptionvpos{float type}{placement}
22647 \end_layout
22648
22649 \begin_layout Standard
22650 in the document preamble or in TeX-Code before the float.
22651  The float type is either 
22652 \family sans
22653 figure
22654 \family default
22655  or 
22656 \family sans
22657 table
22658 \family default
22659 , the placement can be 
22660 \begin_inset Quotes eld
22661 \end_inset
22662
22663
22664 \family sans
22665 t
22666 \family default
22667
22668 \begin_inset Quotes erd
22669 \end_inset
22670
22671  for top, 
22672 \begin_inset Quotes eld
22673 \end_inset
22674
22675
22676 \family sans
22677 c
22678 \family default
22679
22680 \begin_inset Quotes erd
22681 \end_inset
22682
22683  for center, or 
22684 \begin_inset Quotes eld
22685 \end_inset
22686
22687
22688 \family sans
22689 b
22690 \family default
22691
22692 \begin_inset Quotes erd
22693 \end_inset
22694
22695  for bottom.
22696  To have for example the caption of figure floats vertically centered, use
22697  the command
22698 \end_layout
22699
22700 \begin_layout Standard
22701
22702 \series bold
22703
22704 \backslash
22705 sidecaptionvpos{figure}{c}
22706 \end_layout
22707
22708 \begin_layout Standard
22709 This was used for Figure
22710 \begin_inset space ~
22711 \end_inset
22712
22713
22714 \begin_inset CommandInset ref
22715 LatexCommand ref
22716 reference "fig:cap-beside-fig-2"
22717
22718 \end_inset
22719
22720 .
22721 \end_layout
22722
22723 \begin_layout Standard
22724 \begin_inset VSpace medskip
22725 \end_inset
22726
22727 For more information about the package 
22728 \series bold
22729 sidecap
22730 \series default
22731  we refer to its documentation 
22732 \begin_inset CommandInset citation
22733 LatexCommand cite
22734 key "sidecap"
22735
22736 \end_inset
22737
22738 .
22739 \end_layout
22740
22741 \begin_layout Standard
22742 \begin_inset Note Greyedout
22743 status open
22744
22745 \begin_layout Plain Layout
22746
22747 \series bold
22748 Note:
22749 \series default
22750  The LaTeX-package 
22751 \series bold
22752 hypcap
22753 \series default
22754
22755 \begin_inset Index
22756 status collapsed
22757
22758 \begin_layout Plain Layout
22759 LaTeX-packages ! hypcap
22760 \end_layout
22761
22762 \end_inset
22763
22764 , described in section
22765 \begin_inset space ~
22766 \end_inset
22767
22768
22769 \begin_inset CommandInset ref
22770 LatexCommand ref
22771 reference "sub:Reference-Position"
22772
22773 \end_inset
22774
22775 , has no effect on floats with the caption set beside.
22776 \end_layout
22777
22778 \end_inset
22779
22780
22781 \end_layout
22782
22783 \begin_layout Standard
22784 \begin_inset ERT
22785 status collapsed
22786
22787 \begin_layout Plain Layout
22788
22789
22790 \backslash
22791 FigBesBeg 
22792 \end_layout
22793
22794 \end_inset
22795
22796
22797 \end_layout
22798
22799 \begin_layout Standard
22800 \begin_inset Float figure
22801 wide false
22802 sideways false
22803 status open
22804
22805 \begin_layout Plain Layout
22806 \begin_inset Graphics
22807         filename clipart/escher-lsd.eps
22808         scale 75
22809         scaleBeforeRotation
22810
22811 \end_inset
22812
22813
22814 \end_layout
22815
22816 \begin_layout Plain Layout
22817 \begin_inset Caption
22818
22819 \begin_layout Plain Layout
22820 \begin_inset CommandInset label
22821 LatexCommand label
22822 name "fig:cap-beside-fig"
22823
22824 \end_inset
22825
22826 This is a caption beside a figure.
22827 \end_layout
22828
22829 \end_inset
22830
22831
22832 \end_layout
22833
22834 \end_inset
22835
22836
22837 \end_layout
22838
22839 \begin_layout Standard
22840 \begin_inset ERT
22841 status collapsed
22842
22843 \begin_layout Plain Layout
22844
22845
22846 \backslash
22847 TabBesBeg 
22848 \end_layout
22849
22850 \end_inset
22851
22852
22853 \end_layout
22854
22855 \begin_layout Standard
22856 \begin_inset Float table
22857 wide false
22858 sideways false
22859 status open
22860
22861 \begin_layout Plain Layout
22862 \begin_inset Caption
22863
22864 \begin_layout Plain Layout
22865 \begin_inset CommandInset label
22866 LatexCommand label
22867 name "tab:cap-beside-tab"
22868
22869 \end_inset
22870
22871 This is a caption beside a table.
22872 \end_layout
22873
22874 \end_inset
22875
22876
22877 \end_layout
22878
22879 \begin_layout Plain Layout
22880 \begin_inset Tabular
22881 <lyxtabular version="3" rows="4" columns="5">
22882 <features>
22883 <column alignment="center" valignment="top" width="0">
22884 <column alignment="center" valignment="top" width="0">
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 <row>
22889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22890 \begin_inset Text
22891
22892 \begin_layout Plain Layout
22893 a
22894 \end_layout
22895
22896 \end_inset
22897 </cell>
22898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22899 \begin_inset Text
22900
22901 \begin_layout Plain Layout
22902
22903 \end_layout
22904
22905 \end_inset
22906 </cell>
22907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22908 \begin_inset Text
22909
22910 \begin_layout Plain Layout
22911 b
22912 \end_layout
22913
22914 \end_inset
22915 </cell>
22916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22917 \begin_inset Text
22918
22919 \begin_layout Plain Layout
22920
22921 \end_layout
22922
22923 \end_inset
22924 </cell>
22925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22926 \begin_inset Text
22927
22928 \begin_layout Plain Layout
22929 c
22930 \end_layout
22931
22932 \end_inset
22933 </cell>
22934 </row>
22935 <row>
22936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22937 \begin_inset Text
22938
22939 \begin_layout Plain Layout
22940
22941 \end_layout
22942
22943 \end_inset
22944 </cell>
22945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22946 \begin_inset Text
22947
22948 \begin_layout Plain Layout
22949 d
22950 \end_layout
22951
22952 \end_inset
22953 </cell>
22954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22955 \begin_inset Text
22956
22957 \begin_layout Plain Layout
22958
22959 \end_layout
22960
22961 \end_inset
22962 </cell>
22963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22964 \begin_inset Text
22965
22966 \begin_layout Plain Layout
22967 e
22968 \end_layout
22969
22970 \end_inset
22971 </cell>
22972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22973 \begin_inset Text
22974
22975 \begin_layout Plain Layout
22976
22977 \end_layout
22978
22979 \end_inset
22980 </cell>
22981 </row>
22982 <row>
22983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22984 \begin_inset Text
22985
22986 \begin_layout Plain Layout
22987 f
22988 \end_layout
22989
22990 \end_inset
22991 </cell>
22992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22993 \begin_inset Text
22994
22995 \begin_layout Plain Layout
22996
22997 \end_layout
22998
22999 \end_inset
23000 </cell>
23001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23002 \begin_inset Text
23003
23004 \begin_layout Plain Layout
23005 g
23006 \end_layout
23007
23008 \end_inset
23009 </cell>
23010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23011 \begin_inset Text
23012
23013 \begin_layout Plain Layout
23014
23015 \end_layout
23016
23017 \end_inset
23018 </cell>
23019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23020 \begin_inset Text
23021
23022 \begin_layout Plain Layout
23023 h
23024 \end_layout
23025
23026 \end_inset
23027 </cell>
23028 </row>
23029 <row>
23030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23031 \begin_inset Text
23032
23033 \begin_layout Plain Layout
23034
23035 \end_layout
23036
23037 \end_inset
23038 </cell>
23039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23040 \begin_inset Text
23041
23042 \begin_layout Plain Layout
23043 i
23044 \end_layout
23045
23046 \end_inset
23047 </cell>
23048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23049 \begin_inset Text
23050
23051 \begin_layout Plain Layout
23052
23053 \end_layout
23054
23055 \end_inset
23056 </cell>
23057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23058 \begin_inset Text
23059
23060 \begin_layout Plain Layout
23061 j
23062 \end_layout
23063
23064 \end_inset
23065 </cell>
23066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23067 \begin_inset Text
23068
23069 \begin_layout Plain Layout
23070
23071 \end_layout
23072
23073 \end_inset
23074 </cell>
23075 </row>
23076 </lyxtabular>
23077
23078 \end_inset
23079
23080
23081 \end_layout
23082
23083 \end_inset
23084
23085
23086 \end_layout
23087
23088 \begin_layout Standard
23089 \begin_inset ERT
23090 status collapsed
23091
23092 \begin_layout Plain Layout
23093
23094
23095 \backslash
23096 TabBesEnd
23097 \end_layout
23098
23099 \end_inset
23100
23101
23102 \end_layout
23103
23104 \begin_layout Standard
23105 \begin_inset ERT
23106 status collapsed
23107
23108 \begin_layout Plain Layout
23109
23110
23111 \backslash
23112 sidecaptionvpos{figure}{c}
23113 \end_layout
23114
23115 \end_inset
23116
23117
23118 \begin_inset Float figure
23119 wide false
23120 sideways false
23121 status open
23122
23123 \begin_layout Plain Layout
23124 \begin_inset Graphics
23125         filename clipart/escher-lsd.eps
23126         scale 75
23127         scaleBeforeRotation
23128
23129 \end_inset
23130
23131
23132 \end_layout
23133
23134 \begin_layout Plain Layout
23135 \begin_inset Caption
23136
23137 \begin_layout Plain Layout
23138 \begin_inset CommandInset label
23139 LatexCommand label
23140 name "fig:cap-beside-fig-2"
23141
23142 \end_inset
23143
23144 This is a vertically centered caption beside a figure.
23145 \end_layout
23146
23147 \end_inset
23148
23149
23150 \end_layout
23151
23152 \end_inset
23153
23154
23155 \end_layout
23156
23157 \begin_layout Standard
23158 \begin_inset ERT
23159 status collapsed
23160
23161 \begin_layout Plain Layout
23162
23163
23164 \backslash
23165 FigBesEnd
23166 \end_layout
23167
23168 \end_inset
23169
23170
23171 \end_layout
23172
23173 \begin_layout Standard
23174 \begin_inset ERT
23175 status collapsed
23176
23177 \begin_layout Plain Layout
23178
23179
23180 \backslash
23181 else
23182 \end_layout
23183
23184 \end_inset
23185
23186
23187 \begin_inset Note Note
23188 status open
23189
23190 \begin_layout Plain Layout
23191 The following will be displayed when the LaTeX-package 
23192 \series bold
23193 sidecap
23194 \series default
23195  is not installed:
23196 \end_layout
23197
23198 \end_inset
23199
23200
23201 \end_layout
23202
23203 \begin_layout Standard
23204 You need to install the LaTeX-package 
23205 \series bold
23206 sidecap
23207 \series default
23208  to see the following part of this section in the output.
23209 \end_layout
23210
23211 \begin_layout Standard
23212 \begin_inset ERT
23213 status collapsed
23214
23215 \begin_layout Plain Layout
23216
23217
23218 \backslash
23219 fi
23220 \end_layout
23221
23222 \end_inset
23223
23224
23225 \end_layout
23226
23227 \begin_layout Section
23228 Listings of Floats
23229 \begin_inset Index
23230 status collapsed
23231
23232 \begin_layout Plain Layout
23233 Floats ! Float Lists
23234 \end_layout
23235
23236 \end_inset
23237
23238
23239 \end_layout
23240
23241 \begin_layout Standard
23242 Similar to the the table of contents where the sections of the document
23243  are listed, there are listings for all float types, like the figures of
23244  the documents.
23245  You can insert them via the 
23246 \family sans
23247 Insert\SpecialChar \menuseparator
23248 List
23249 \begin_inset space ~
23250 \end_inset
23251
23252 /
23253 \begin_inset space ~
23254 \end_inset
23255
23256 TOC
23257 \family default
23258  sub menus.
23259 \end_layout
23260
23261 \begin_layout Standard
23262 The list entries are the float captions or its short title, the float number,
23263  and the page number where they appear in the document.
23264 \end_layout
23265
23266 \begin_layout Standard
23267 You can find the list of figures and tables at the end of this document.
23268 \end_layout
23269
23270 \begin_layout Chapter
23271 Notes
23272 \end_layout
23273
23274 \begin_layout Section
23275 LyX Notes
23276 \begin_inset Index
23277 status collapsed
23278
23279 \begin_layout Plain Layout
23280 Notes ! LyX Notes
23281 \end_layout
23282
23283 \end_inset
23284
23285
23286 \end_layout
23287
23288 \begin_layout Standard
23289 Notes are inserted with the toolbar button 
23290 \begin_inset Graphics
23291         filename ../images/note-insert.png
23292         scale 85
23293         scaleBeforeRotation
23294
23295 \end_inset
23296
23297  or the menu 
23298 \family sans
23299 Insert\SpecialChar \menuseparator
23300 Note
23301 \family default
23302 .
23303  There are three types of notes:
23304 \end_layout
23305
23306 \begin_layout Description
23307 LyX
23308 \begin_inset space ~
23309 \end_inset
23310
23311 Note This note type is for internal notes that won't appear in the output.
23312  Its note-box looks like this:
23313 \begin_inset Newline newline
23314 \end_inset
23315
23316
23317 \begin_inset Newline newline
23318 \end_inset
23319
23320
23321 \begin_inset Graphics
23322         filename clipart/LyXNoteImageQt4.png
23323         display false
23324         scale 85
23325         scaleBeforeRotation
23326
23327 \end_inset
23328
23329  
23330 \begin_inset Note Note
23331 status open
23332
23333 \begin_layout Plain Layout
23334 This is text in a note box that doesn't appear in the output.
23335 \end_layout
23336
23337 \end_inset
23338
23339
23340 \end_layout
23341
23342 \begin_layout Description
23343 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
23344 ent, when you export the document to LaTeX via the menu 
23345 \family sans
23346 File\SpecialChar \menuseparator
23347 Export\SpecialChar \menuseparator
23348 LaTeX (pdflatex) / (plain)
23349 \family default
23350 .
23351  Its note-box looks like this:
23352 \begin_inset Newline newline
23353 \end_inset
23354
23355
23356 \begin_inset Newline newline
23357 \end_inset
23358
23359
23360 \begin_inset Graphics
23361         filename clipart/CommentNoteImageQt4.png
23362         display false
23363         scale 85
23364         scaleBeforeRotation
23365
23366 \end_inset
23367
23368  
23369 \begin_inset Note Comment
23370 status open
23371
23372 \begin_layout Plain Layout
23373 This is text in a note box that only appears as comment in LaTeX-files.
23374 \end_layout
23375
23376 \end_inset
23377
23378
23379 \end_layout
23380
23381 \begin_layout Description
23382 Greyed
23383 \begin_inset space ~
23384 \end_inset
23385
23386 Out This note will appear in the output as grey text.
23387  Its note-box looks like this:
23388 \begin_inset Newline newline
23389 \end_inset
23390
23391
23392 \begin_inset Newline newline
23393 \end_inset
23394
23395
23396 \begin_inset Graphics
23397         filename clipart/GreyedOutNoteImageQt4.png
23398         display false
23399         scale 85
23400         scaleBeforeRotation
23401
23402 \end_inset
23403
23404
23405 \begin_inset Newline newline
23406 \end_inset
23407
23408
23409 \begin_inset ERT
23410 status collapsed
23411
23412 \begin_layout Plain Layout
23413
23414
23415 \backslash
23416 renewenvironment{lyxgreyedout}
23417 \end_layout
23418
23419 \begin_layout Plain Layout
23420
23421 {
23422 \backslash
23423 textcolor[gray]{0.8}
23424 \backslash
23425 bgroup}{
23426 \backslash
23427 egroup}
23428 \end_layout
23429
23430 \end_inset
23431
23432
23433 \begin_inset Note Greyedout
23434 status open
23435
23436 \begin_layout Plain Layout
23437 This is text
23438 \begin_inset Foot
23439 status open
23440
23441 \begin_layout Plain Layout
23442 This is an example footnote within a greyed out note.
23443 \end_layout
23444
23445 \end_inset
23446
23447  of a comment that appears in the output as grey text.
23448 \end_layout
23449
23450 \end_inset
23451
23452
23453 \begin_inset ERT
23454 status collapsed
23455
23456 \begin_layout Plain Layout
23457
23458
23459 \backslash
23460 renewenvironment{lyxgreyedout}
23461 \end_layout
23462
23463 \begin_layout Plain Layout
23464
23465 {
23466 \backslash
23467 textcolor{blue}
23468 \backslash
23469 bgroup}{
23470 \backslash
23471 egroup}
23472 \end_layout
23473
23474 \end_inset
23475
23476
23477 \begin_inset Note Note
23478 status collapsed
23479
23480 \begin_layout Plain Layout
23481 The greyed out note is here redefined to show it with the original LyX definitio
23482 n because greyed out notes are redefined in the preamble of this document,
23483  as described below, to have blue text.
23484 \end_layout
23485
23486 \end_inset
23487
23488
23489 \begin_inset Newline newline
23490 \end_inset
23491
23492
23493 \begin_inset Newline newline
23494 \end_inset
23495
23496 As you can see in the example, the first line of greyed out notes is a bit
23497  indented and greyed out notes can have footnotes.
23498 \end_layout
23499
23500 \begin_layout Standard
23501 \begin_inset VSpace bigskip
23502 \end_inset
23503
23504 When you use the toolbar button 
23505 \begin_inset Graphics
23506         filename ../images/note-insert.png
23507         scale 85
23508         scaleBeforeRotation
23509
23510 \end_inset
23511
23512  to insert notes, a 
23513 \family sans
23514 LyX
23515 \begin_inset space ~
23516 \end_inset
23517
23518 Note
23519 \family default
23520  is inserted.
23521  You can switch between the five note types by right-clicking on the note-box.
23522  
23523 \family roman
23524 \series medium
23525 \bar no
23526 If you want to turn existing text into a note, mark it and click on the
23527  note
23528 \family default
23529 \series default
23530 \bar default
23531  toolbar 
23532 \family roman
23533 \series medium
23534 \bar no
23535 button
23536 \family default
23537 \series default
23538 \bar default
23539 .
23540  To change a note to text, press the backspace key when the cursor is in
23541  the first position of a note, or press the deletey key when the cursor
23542  is in the very last position of the note, respectively.
23543 \end_layout
23544
23545 \begin_layout Standard
23546 \begin_inset VSpace bigskip
23547 \end_inset
23548
23549 You can change the text color of the greyed out notes in the preamble with
23550  the following command:
23551 \end_layout
23552
23553 \begin_layout Standard
23554
23555 \series bold
23556
23557 \backslash
23558 renewenvironment{lyxgreyedout}
23559 \begin_inset Newline newline
23560 \end_inset
23561
23562
23563 \begin_inset ERT
23564 status collapsed
23565
23566 \begin_layout Plain Layout
23567
23568
23569 \backslash
23570 hphantom{ }
23571 \end_layout
23572
23573 \end_inset
23574
23575 {
23576 \backslash
23577 textcolor{color}
23578 \backslash
23579 bgroup}{
23580 \backslash
23581 egroup}
23582 \end_layout
23583
23584 \begin_layout Standard
23585 The available colors and the method to define own colors is explained in
23586  section
23587 \begin_inset space ~
23588 \end_inset
23589
23590
23591 \begin_inset CommandInset ref
23592 LatexCommand ref
23593 reference "sec:Colored-Tables"
23594
23595 \end_inset
23596
23597 .
23598 \end_layout
23599
23600 \begin_layout Standard
23601 Notes that appear in blue in this document are set using greyed out notes
23602  with blue text.
23603 \end_layout
23604
23605 \begin_layout Section
23606 Footnotes
23607 \begin_inset CommandInset label
23608 LatexCommand label
23609 name "sec:Footnotes"
23610
23611 \end_inset
23612
23613
23614 \begin_inset Index
23615 status collapsed
23616
23617 \begin_layout Plain Layout
23618 Notes ! Footnotes
23619 \end_layout
23620
23621 \end_inset
23622
23623
23624 \begin_inset Index
23625 status collapsed
23626
23627 \begin_layout Plain Layout
23628 Footnotes
23629 \end_layout
23630
23631 \end_inset
23632
23633
23634 \end_layout
23635
23636 \begin_layout Standard
23637 Footnotes can be inserted using the toolbar button 
23638 \begin_inset Graphics
23639         filename ../images/footnote-insert.png
23640         scale 85
23641         scaleBeforeRotation
23642
23643 \end_inset
23644
23645  or the menu 
23646 \family sans
23647 Insert\SpecialChar \menuseparator
23648 Footnote
23649 \family default
23650 .
23651  
23652 \family roman
23653 \series medium
23654 \bar no
23655 You'll see
23656 \family default
23657 \series default
23658 \bar default
23659  then the following footnote-box: 
23660 \begin_inset Graphics
23661         filename clipart/footnoteQt4.png
23662         scale 80
23663         scaleBeforeRotation
23664
23665 \end_inset
23666
23667  
23668 \family roman
23669 \series medium
23670 \bar no
23671 where you can enter the footnote text.
23672  If you want to turn existing text into a footnote, mark it and click on
23673  the footnote
23674 \family default
23675 \series default
23676 \bar default
23677  toolbar 
23678 \family roman
23679 \series medium
23680 \bar no
23681 button
23682 \family default
23683 \series default
23684 \bar default
23685 .
23686  To change a 
23687 \family roman
23688 \series medium
23689 \bar no
23690 footnote
23691 \family default
23692 \series default
23693 \bar default
23694  to text, press the Backspace key when the cursor is in the first position
23695  of a 
23696 \family roman
23697 \series medium
23698 \bar no
23699 footnote
23700 \family default
23701 \series default
23702 \bar default
23703 , or press the Delete key when the cursor is in the very last position of
23704  the 
23705 \family roman
23706 \series medium
23707 \bar no
23708 footnote
23709 \family default
23710 \series default
23711 \bar default
23712 , respectively.
23713 \end_layout
23714
23715 \begin_layout Standard
23716 Here is an example footnote:
23717 \family roman
23718 \series medium
23719 \bar no
23720
23721 \begin_inset Foot
23722 status open
23723
23724 \begin_layout Plain Layout
23725 \begin_inset CommandInset label
23726 LatexCommand label
23727 name "foot:This-is-an"
23728
23729 \end_inset
23730
23731 This is an example footnote.
23732 \end_layout
23733
23734 \end_inset
23735
23736
23737 \family default
23738 \series default
23739 \bar default
23740
23741 \begin_inset ERT
23742 status collapsed
23743
23744 \begin_layout Plain Layout
23745
23746
23747 \backslash
23748 newcounter{MyRepeatFoot}
23749 \end_layout
23750
23751 \begin_layout Plain Layout
23752
23753
23754 \backslash
23755 setcounter{MyRepeatFoot}{
23756 \backslash
23757 thefootnote}
23758 \end_layout
23759
23760 \end_inset
23761
23762
23763 \end_layout
23764
23765 \begin_layout Standard
23766 The footnote will appear in the output as a superscript number at the text
23767  position where the footnote box is placed.
23768  The footnote text is placed at the bottom of the current page.
23769  The footnote number is calculated by LaTeX, the numbers are consecutive.
23770  It depends on your document-class, if the footnote number is reset for
23771  every chapter.
23772 \end_layout
23773
23774 \begin_layout Standard
23775 Footnotes can be referenced like floats: Insert a label into the footnote
23776  and cross-reference this label in the text as described in section
23777 \begin_inset space ~
23778 \end_inset
23779
23780
23781 \begin_inset CommandInset ref
23782 LatexCommand ref
23783 reference "sec:Referencing-Floats"
23784
23785 \end_inset
23786
23787 .
23788 \begin_inset Newline newline
23789 \end_inset
23790
23791 This is a cross-reference of Footnote
23792 \begin_inset space ~
23793 \end_inset
23794
23795
23796 \begin_inset CommandInset ref
23797 LatexCommand ref
23798 reference "foot:This-is-an"
23799
23800 \end_inset
23801
23802 .
23803 \end_layout
23804
23805 \begin_layout Standard
23806 \begin_inset VSpace defskip
23807 \end_inset
23808
23809 To use footnotes within tables, you have to use minipages, see section
23810 \begin_inset space ~
23811 \end_inset
23812
23813
23814 \begin_inset CommandInset ref
23815 LatexCommand ref
23816 reference "sec:Minipages"
23817
23818 \end_inset
23819
23820 .
23821  Footnotes within longtables are described in section
23822 \begin_inset space ~
23823 \end_inset
23824
23825
23826 \begin_inset CommandInset ref
23827 LatexCommand ref
23828 reference "sub:Footnotes-in-Longtables"
23829
23830 \end_inset
23831
23832 .
23833 \end_layout
23834
23835 \begin_layout Standard
23836 \begin_inset VSpace defskip
23837 \end_inset
23838
23839 To create only a mark for a footnote, use the command 
23840 \series bold
23841
23842 \backslash
23843 footnotemark[number]
23844 \series default
23845  in TeX-Code.
23846  This is used when you have the same annotation several times in a text
23847  but doesn't want to print the footnote text every time.
23848 \begin_inset Newline newline
23849 \end_inset
23850
23851 As you don't know the number of the repeating footnote while you are writing
23852  the text, you have to store its number.
23853  For the following footnote mark example, these commands were inserted in
23854  TeX-Code behind Footnote
23855 \begin_inset space ~
23856 \end_inset
23857
23858
23859 \begin_inset CommandInset ref
23860 LatexCommand ref
23861 reference "foot:This-is-an"
23862
23863 \end_inset
23864
23865  to store the footnote number:
23866 \end_layout
23867
23868 \begin_layout Standard
23869
23870 \series bold
23871
23872 \backslash
23873 newcounter{MyRepeatFoot}
23874 \begin_inset Newline newline
23875 \end_inset
23876
23877
23878 \backslash
23879 setcounter{MyRepeatFoot}{
23880 \backslash
23881 thefootnote}
23882 \end_layout
23883
23884 \begin_layout Standard
23885 The footnote mark was then created with this command:
23886 \end_layout
23887
23888 \begin_layout Standard
23889
23890 \series bold
23891
23892 \backslash
23893 footnotemark[
23894 \backslash
23895 theMyRepeatFoot]
23896 \end_layout
23897
23898 \begin_layout Standard
23899 Here is an example footnote mark:
23900 \family roman
23901 \series medium
23902 \bar no
23903
23904 \begin_inset ERT
23905 status collapsed
23906
23907 \begin_layout Plain Layout
23908
23909
23910 \backslash
23911 footnotemark[
23912 \backslash
23913 theMyRepeatFoot]
23914 \end_layout
23915
23916 \end_inset
23917
23918
23919 \end_layout
23920
23921 \begin_layout Subsection
23922 Footnote Numbering
23923 \begin_inset CommandInset label
23924 LatexCommand label
23925 name "sub:Footnote-Numbering"
23926
23927 \end_inset
23928
23929
23930 \begin_inset Index
23931 status collapsed
23932
23933 \begin_layout Plain Layout
23934 Footnotes ! Numbering
23935 \end_layout
23936
23937 \end_inset
23938
23939
23940 \end_layout
23941
23942 \begin_layout Standard
23943 To reset the footnote number back to 1 after each section
23944 \family roman
23945 , add this command to your document preamble:
23946 \end_layout
23947
23948 \begin_layout Standard
23949
23950 \series bold
23951
23952 \backslash
23953 @addtoreset{footnote}{section}
23954 \end_layout
23955
23956 \begin_layout Standard
23957 \begin_inset VSpace bigskip
23958 \end_inset
23959
23960 The following preamble command changes the footnote numbering style to small
23961  roman numerals:
23962 \end_layout
23963
23964 \begin_layout Standard
23965
23966 \series bold
23967
23968 \backslash
23969 renewcommand{
23970 \backslash
23971 thefootnote}{
23972 \backslash
23973 roman{footnote}}
23974 \end_layout
23975
23976 \begin_layout Standard
23977 \begin_inset ERT
23978 status collapsed
23979
23980 \begin_layout Plain Layout
23981
23982
23983 \backslash
23984 renewcommand{
23985 \backslash
23986 thefootnote}{
23987 \backslash
23988 roman{footnote}}
23989 \end_layout
23990
23991 \end_inset
23992
23993  This is a footnote with roman numbering:
23994 \begin_inset Foot
23995 status open
23996
23997 \begin_layout Plain Layout
23998 This is an example footnote with roman numbering.
23999 \end_layout
24000
24001 \end_inset
24002
24003
24004 \end_layout
24005
24006 \begin_layout Standard
24007 To change the numbering style to capital roman numerals replace in the command
24008  above 
24009 \series bold
24010
24011 \backslash
24012 roman
24013 \series default
24014  by 
24015 \series bold
24016
24017 \backslash
24018 Roman
24019 \series default
24020 .
24021  To 
24022 \begin_inset Quotes eld
24023 \end_inset
24024
24025 number
24026 \begin_inset Quotes erd
24027 \end_inset
24028
24029  footnotes with capital or small Latin letters use 
24030 \series bold
24031
24032 \backslash
24033 Alph
24034 \series default
24035  or 
24036 \series bold
24037
24038 \backslash
24039 alph
24040 \series default
24041 , respectively.
24042  To 
24043 \begin_inset Quotes eld
24044 \end_inset
24045
24046 number
24047 \begin_inset Quotes erd
24048 \end_inset
24049
24050  footnotes with symbols use 
24051 \series bold
24052
24053 \backslash
24054 fnsymbol
24055 \series default
24056 .
24057 \end_layout
24058
24059 \begin_layout Standard
24060 \begin_inset Note Greyedout
24061 status open
24062
24063 \begin_layout Plain Layout
24064
24065 \series bold
24066 Note:
24067 \series default
24068  You can only number 26 footnotes with Latin letters, because this numbering
24069  is limited to single letters.
24070 \end_layout
24071
24072 \end_inset
24073
24074
24075 \begin_inset Newline newline
24076 \end_inset
24077
24078
24079 \begin_inset Note Greyedout
24080 status open
24081
24082 \begin_layout Plain Layout
24083
24084 \series bold
24085 Note:
24086 \series default
24087  You can only number 9 footnotes with symbols.
24088 \end_layout
24089
24090 \end_inset
24091
24092
24093 \end_layout
24094
24095 \begin_layout Standard
24096 To return to the default numbering style when you changed to another one,
24097  use 
24098 \series bold
24099
24100 \backslash
24101 arabic
24102 \series default
24103  instead of 
24104 \series bold
24105
24106 \backslash
24107 roman
24108 \series default
24109  in the command above.
24110 \begin_inset ERT
24111 status collapsed
24112
24113 \begin_layout Plain Layout
24114
24115
24116 \backslash
24117 renewcommand{
24118 \backslash
24119 thefootnote}{
24120 \backslash
24121 arabic{footnote}}
24122 \end_layout
24123
24124 \end_inset
24125
24126
24127 \end_layout
24128
24129 \begin_layout Standard
24130 \begin_inset VSpace bigskip
24131 \end_inset
24132
24133
24134 \end_layout
24135
24136 \begin_layout Standard
24137 If you want to have footnotes numbered in the scheme 
24138 \begin_inset Quotes eld
24139 \end_inset
24140
24141 chapter.footnote
24142 \begin_inset Quotes erd
24143 \end_inset
24144
24145 , add the following command to your document preamble:
24146 \end_layout
24147
24148 \begin_layout Standard
24149
24150 \series bold
24151
24152 \backslash
24153 numberwithin{footnote}{chapter}
24154 \end_layout
24155
24156 \begin_layout Standard
24157 To be able to use the command 
24158 \series bold
24159
24160 \backslash
24161 numberwithin
24162 \series default
24163 , set in the tab 
24164 \family sans
24165 Math
24166 \begin_inset space ~
24167 \end_inset
24168
24169 Options
24170 \family default
24171  in the document settings the option 
24172 \family sans
24173 Use
24174 \begin_inset space ~
24175 \end_inset
24176
24177 AMS
24178 \begin_inset space ~
24179 \end_inset
24180
24181 math
24182 \begin_inset space ~
24183 \end_inset
24184
24185 package
24186 \family default
24187 .
24188 \end_layout
24189
24190 \begin_layout Standard
24191 \begin_inset ERT
24192 status collapsed
24193
24194 \begin_layout Plain Layout
24195
24196
24197 \backslash
24198 numberwithin{footnote}{chapter}
24199 \end_layout
24200
24201 \end_inset
24202
24203 This is another example footnote:
24204 \series bold
24205
24206 \begin_inset Foot
24207 status open
24208
24209 \begin_layout Plain Layout
24210 This is a footnote numbered in the scheme 
24211 \begin_inset Quotes eld
24212 \end_inset
24213
24214 chapter.footnote
24215 \begin_inset Quotes erd
24216 \end_inset
24217
24218 .
24219 \end_layout
24220
24221 \end_inset
24222
24223
24224 \series default
24225
24226 \begin_inset ERT
24227 status collapsed
24228
24229 \begin_layout Plain Layout
24230
24231
24232 \backslash
24233 renewcommand{
24234 \backslash
24235 thefootnote}{
24236 \backslash
24237 arabic{footnote}}
24238 \end_layout
24239
24240 \end_inset
24241
24242
24243 \end_layout
24244
24245 \begin_layout Standard
24246 \begin_inset Note Greyedout
24247 status open
24248
24249 \begin_layout Plain Layout
24250
24251 \series bold
24252 Note:
24253 \series default
24254  
24255 \series bold
24256
24257 \backslash
24258 numberwithin
24259 \series default
24260  always prints out the footnote number as arabic number; previous redefinitions
24261  to get non-arabic numbers are overwritten.
24262 \end_layout
24263
24264 \end_inset
24265
24266
24267 \end_layout
24268
24269 \begin_layout Standard
24270 So to get for example the scheme 
24271 \begin_inset Quotes eld
24272 \end_inset
24273
24274 chapter.
24275 \backslash
24276 Roman{footnote}
24277 \begin_inset Quotes erd
24278 \end_inset
24279
24280 , use this command instead of 
24281 \series bold
24282
24283 \backslash
24284 numberwithin
24285 \series default
24286 :
24287 \end_layout
24288
24289 \begin_layout Standard
24290
24291 \series bold
24292
24293 \backslash
24294 renewcommand{
24295 \backslash
24296 thefootnote}{
24297 \backslash
24298 thechapter.
24299 \backslash
24300 Roman{footnote}}
24301 \end_layout
24302
24303 \begin_layout Subsection
24304 Footnote Placement
24305 \begin_inset Index
24306 status collapsed
24307
24308 \begin_layout Plain Layout
24309 Footnotes ! Placement
24310 \end_layout
24311
24312 \end_inset
24313
24314
24315 \end_layout
24316
24317 \begin_layout Standard
24318 If you have several footnotes in one page, they appear without vertical
24319  space between them at the bottom of the page.
24320  To make them better readable you can e.
24321 \begin_inset space \thinspace{}
24322 \end_inset
24323
24324 g.
24325 \begin_inset space ~
24326 \end_inset
24327
24328 add 1.5
24329 \begin_inset space \thinspace{}
24330 \end_inset
24331
24332 mm space with the following preamble command:
24333 \end_layout
24334
24335 \begin_layout Standard
24336
24337 \series bold
24338
24339 \backslash
24340 let
24341 \backslash
24342 myFoot
24343 \backslash
24344 footnote
24345 \begin_inset Newline newline
24346 \end_inset
24347
24348
24349 \backslash
24350 renewcommand{
24351 \backslash
24352 footnote}[1]{
24353 \backslash
24354 myFoot{#1
24355 \backslash
24356 vspace{1.5mm}}}
24357 \end_layout
24358
24359 \begin_layout Standard
24360 \begin_inset VSpace bigskip
24361 \end_inset
24362
24363 In a two-column document the footnotes appear at the bottom of every column,
24364  see Figure
24365 \begin_inset space ~
24366 \end_inset
24367
24368
24369 \begin_inset CommandInset ref
24370 LatexCommand ref
24371 reference "fig:Standard-footnote-placement"
24372
24373 \end_inset
24374
24375 .
24376  If the footnotes should only appear at the bottom of the right column,
24377  as in Figure
24378 \begin_inset space ~
24379 \end_inset
24380
24381
24382 \begin_inset CommandInset ref
24383 LatexCommand ref
24384 reference "fig:Footnote-placement-in"
24385
24386 \end_inset
24387
24388 , use the LaTeX-package 
24389 \series bold
24390 ftnright
24391 \series default
24392
24393 \begin_inset Index
24394 status collapsed
24395
24396 \begin_layout Plain Layout
24397 LaTeX-packages ! ftnright
24398 \end_layout
24399
24400 \end_inset
24401
24402  with this command in the document preamble:
24403 \end_layout
24404
24405 \begin_layout Standard
24406
24407 \series bold
24408
24409 \backslash
24410 usepackage{ftnright}
24411 \end_layout
24412
24413 \begin_layout Standard
24414 \begin_inset Float figure
24415 placement !h
24416 wide false
24417 sideways false
24418 status open
24419
24420 \begin_layout Plain Layout
24421 \begin_inset ERT
24422 status collapsed
24423
24424 \begin_layout Plain Layout
24425
24426
24427 \backslash
24428 framebox{
24429 \end_layout
24430
24431 \end_inset
24432
24433
24434 \begin_inset Graphics
24435         filename clipart/without_fntright.pdf
24436         width 100col%
24437         scaleBeforeRotation
24438
24439 \end_inset
24440
24441
24442 \begin_inset ERT
24443 status collapsed
24444
24445 \begin_layout Plain Layout
24446
24447 }
24448 \end_layout
24449
24450 \end_inset
24451
24452
24453 \end_layout
24454
24455 \begin_layout Plain Layout
24456 \begin_inset Caption
24457
24458 \begin_layout Plain Layout
24459 \begin_inset CommandInset label
24460 LatexCommand label
24461 name "fig:Standard-footnote-placement"
24462
24463 \end_inset
24464
24465 Standard footnote placement in two-column documents.
24466 \end_layout
24467
24468 \end_inset
24469
24470
24471 \end_layout
24472
24473 \end_inset
24474
24475
24476 \end_layout
24477
24478 \begin_layout Standard
24479 \begin_inset Float figure
24480 placement !h
24481 wide false
24482 sideways false
24483 status open
24484
24485 \begin_layout Plain Layout
24486 \begin_inset ERT
24487 status collapsed
24488
24489 \begin_layout Plain Layout
24490
24491
24492 \backslash
24493 framebox{
24494 \end_layout
24495
24496 \end_inset
24497
24498
24499 \begin_inset Graphics
24500         filename clipart/with_fntright.pdf
24501         width 100col%
24502         scaleBeforeRotation
24503
24504 \end_inset
24505
24506
24507 \begin_inset ERT
24508 status collapsed
24509
24510 \begin_layout Plain Layout
24511
24512 }
24513 \end_layout
24514
24515 \end_inset
24516
24517
24518 \end_layout
24519
24520 \begin_layout Plain Layout
24521 \begin_inset Caption
24522
24523 \begin_layout Plain Layout
24524 \begin_inset CommandInset label
24525 LatexCommand label
24526 name "fig:Footnote-placement-in"
24527
24528 \end_inset
24529
24530 Footnote placement in two-column documents when the LaTeX-package 
24531 \series bold
24532 ftnright
24533 \series default
24534  is used.
24535 \end_layout
24536
24537 \end_inset
24538
24539
24540 \end_layout
24541
24542 \end_inset
24543
24544
24545 \end_layout
24546
24547 \begin_layout Standard
24548 \begin_inset VSpace bigskip
24549 \end_inset
24550
24551 In some scientific literature it is usual to collect the footnotes and print
24552  them in a separate paragraph at the the end of a section, like in Figure
24553 \begin_inset space ~
24554 \end_inset
24555
24556
24557 \begin_inset CommandInset ref
24558 LatexCommand ref
24559 reference "fig:Endnotes----footnotes"
24560
24561 \end_inset
24562
24563 .
24564  They are then so called 
24565 \begin_inset Quotes eld
24566 \end_inset
24567
24568 endnotes
24569 \begin_inset Quotes erd
24570 \end_inset
24571
24572 .
24573 \begin_inset Index
24574 status collapsed
24575
24576 \begin_layout Plain Layout
24577 Endnotes
24578 \end_layout
24579
24580 \end_inset
24581
24582  To use endnotes instead of footnotes in your document, load the LaTeX-package
24583  
24584 \series bold
24585 endnotes
24586 \series default
24587
24588 \begin_inset Index
24589 status collapsed
24590
24591 \begin_layout Plain Layout
24592 LaTeX-packages ! endnotes
24593 \end_layout
24594
24595 \end_inset
24596
24597  with the document preamble lines
24598 \end_layout
24599
24600 \begin_layout Standard
24601
24602 \series bold
24603
24604 \backslash
24605 usepackage{endnotes}
24606 \begin_inset Newline newline
24607 \end_inset
24608
24609
24610 \backslash
24611 let
24612 \backslash
24613 footnote
24614 \backslash
24615 endnote
24616 \end_layout
24617
24618 \begin_layout Standard
24619 To insert the collected footnotes, insert the command
24620 \end_layout
24621
24622 \begin_layout Standard
24623
24624 \series bold
24625
24626 \backslash
24627 theendnotes
24628 \end_layout
24629
24630 \begin_layout Standard
24631 in TeX-Code at the the end of a section or chapter.
24632 \end_layout
24633
24634 \begin_layout Standard
24635 \begin_inset Float figure
24636 wide false
24637 sideways false
24638 status open
24639
24640 \begin_layout Plain Layout
24641 \align center
24642 \begin_inset ERT
24643 status collapsed
24644
24645 \begin_layout Plain Layout
24646
24647
24648 \backslash
24649 framebox{
24650 \end_layout
24651
24652 \end_inset
24653
24654
24655 \begin_inset Graphics
24656         filename clipart/endnotes.pdf
24657         scaleBeforeRotation
24658
24659 \end_inset
24660
24661
24662 \begin_inset ERT
24663 status collapsed
24664
24665 \begin_layout Plain Layout
24666
24667 }
24668 \end_layout
24669
24670 \end_inset
24671
24672
24673 \end_layout
24674
24675 \begin_layout Plain Layout
24676 \begin_inset Caption
24677
24678 \begin_layout Plain Layout
24679 \begin_inset CommandInset label
24680 LatexCommand label
24681 name "fig:Endnotes----footnotes"
24682
24683 \end_inset
24684
24685 Endnotes -- footnotes are printed in a separate paragraph at the end of
24686  sections or chapters.
24687 \end_layout
24688
24689 \end_inset
24690
24691
24692 \end_layout
24693
24694 \end_inset
24695
24696
24697 \end_layout
24698
24699 \begin_layout Standard
24700 \begin_inset VSpace medskip
24701 \end_inset
24702
24703 The paragraph heading for the endnotes isn't automatically translated into
24704  the document language, this must be done manually.
24705  The following preamble command translate the default English name 
24706 \begin_inset Quotes eld
24707 \end_inset
24708
24709 Notes
24710 \begin_inset Quotes erd
24711 \end_inset
24712
24713  to the German translation 
24714 \begin_inset Quotes eld
24715 \end_inset
24716
24717 Anmerkungen
24718 \begin_inset Quotes erd
24719 \end_inset
24720
24721 :
24722 \end_layout
24723
24724 \begin_layout Standard
24725
24726 \series bold
24727
24728 \backslash
24729 renewcommand{
24730 \backslash
24731 notesname}{Anmerkungen}
24732 \end_layout
24733
24734 \begin_layout Standard
24735 \begin_inset VSpace medskip
24736 \end_inset
24737
24738 The numbering of endnotes can be changed like the footnote numbering as
24739  described in section
24740 \begin_inset space ~
24741 \end_inset
24742
24743
24744 \begin_inset CommandInset ref
24745 LatexCommand ref
24746 reference "sub:Footnote-Numbering"
24747
24748 \end_inset
24749
24750 ; just replace the command 
24751 \series bold
24752
24753 \backslash
24754 thefootnote
24755 \series default
24756  by 
24757 \series bold
24758
24759 \backslash
24760 theendnote
24761 \series default
24762 .
24763  To reset the endnote number use the command 
24764 \series bold
24765
24766 \backslash
24767 @addtoreset
24768 \series default
24769  as described in section
24770 \begin_inset space ~
24771 \end_inset
24772
24773
24774 \begin_inset CommandInset ref
24775 LatexCommand ref
24776 reference "sub:Footnote-Numbering"
24777
24778 \end_inset
24779
24780  and replace the command parameter 
24781 \series bold
24782 footnote
24783 \series default
24784  by 
24785 \series bold
24786 endnote
24787 \series default
24788 .
24789 \end_layout
24790
24791 \begin_layout Standard
24792 To create only a mark for an endnote, use the command 
24793 \series bold
24794
24795 \backslash
24796 endnotemark[number]
24797 \series default
24798  similar to the command 
24799 \series bold
24800
24801 \backslash
24802 footnotemark
24803 \series default
24804 , described in section
24805 \begin_inset space ~
24806 \end_inset
24807
24808
24809 \begin_inset CommandInset ref
24810 LatexCommand ref
24811 reference "sec:Footnotes"
24812
24813 \end_inset
24814
24815 .
24816 \end_layout
24817
24818 \begin_layout Standard
24819 \begin_inset VSpace bigskip
24820 \end_inset
24821
24822 Footnotes can also be placed in the page margin and the footnote text alignment
24823  can be changed, see the LaTeX-package 
24824 \series bold
24825 footmisc
24826 \series default
24827
24828 \begin_inset Index
24829 status collapsed
24830
24831 \begin_layout Plain Layout
24832 LaTeX-packages ! footmisc
24833 \end_layout
24834
24835 \end_inset
24836
24837
24838 \begin_inset CommandInset citation
24839 LatexCommand cite
24840 key "footmisc"
24841
24842 \end_inset
24843
24844  for more information about this.
24845 \end_layout
24846
24847 \begin_layout Standard
24848 For various further footnote formatting issues have a look at LaTeX-books,
24849  
24850 \begin_inset CommandInset citation
24851 LatexCommand cite
24852 key "latexcompanion,latexguide,latexbook"
24853
24854 \end_inset
24855
24856 .
24857 \end_layout
24858
24859 \begin_layout Section
24860 Margin Notes
24861 \begin_inset Index
24862 status collapsed
24863
24864 \begin_layout Plain Layout
24865 Notes ! Margin Notes
24866 \end_layout
24867
24868 \end_inset
24869
24870
24871 \end_layout
24872
24873 \begin_layout Standard
24874 Margin notes look and behave in LyX like footnotes.
24875  They are inserted via the menu 
24876 \family sans
24877 Insert\SpecialChar \menuseparator
24878 Marginal
24879 \begin_inset space ~
24880 \end_inset
24881
24882 Note
24883 \family default
24884  or the toolbar button 
24885 \begin_inset Graphics
24886         filename ../images/marginalnote-insert.png
24887         scale 85
24888         scaleBeforeRotation
24889
24890 \end_inset
24891
24892 .
24893  A grey 
24894 \family roman
24895 \series medium
24896 box with the
24897 \family default
24898 \series default
24899  red 
24900 \family roman
24901 \series medium
24902 label 
24903 \begin_inset Quotes eld
24904 \end_inset
24905
24906 margin
24907 \begin_inset Quotes erd
24908 \end_inset
24909
24910  appears where you can enter the text of the margin note.
24911 \end_layout
24912
24913 \begin_layout Standard
24914 At the side is an example margin note.
24915
24916 \family roman
24917 \series medium
24918  
24919 \begin_inset Marginal
24920 status open
24921
24922 \begin_layout Plain Layout
24923 This is a margin note.
24924 \end_layout
24925
24926 \end_inset
24927
24928
24929 \end_layout
24930
24931 \begin_layout Standard
24932 Margin notes appear at the right side in single-sided documents.
24933  In double-sided documents they appear in the outer margin -- left on even
24934  pages, right on odd pages.
24935  The text of margin notes is aligned opposite to the outer margin -- right-align
24936 ed when the note appears in the left margin.
24937  The first line of the margin note is placed at the position of the text
24938  line where it is inserted in the document.
24939 \end_layout
24940
24941 \begin_layout Standard
24942 \begin_inset VSpace bigskip
24943 \end_inset
24944
24945 To place the margin note in the inner margin, add the command
24946 \end_layout
24947
24948 \begin_layout Standard
24949
24950 \series bold
24951
24952 \backslash
24953 reversemarginpar
24954 \end_layout
24955
24956 \begin_layout Standard
24957 in TeX-Code before a margin note.
24958  The new placement is valid for all following margin notes.
24959  
24960 \begin_inset ERT
24961 status collapsed
24962
24963 \begin_layout Plain Layout
24964
24965
24966 \backslash
24967 reversemarginpar 
24968 \end_layout
24969
24970 \end_inset
24971
24972
24973 \begin_inset Marginal
24974 status open
24975
24976 \begin_layout Plain Layout
24977 This is a margin note in the inner margin.
24978 \end_layout
24979
24980 \end_inset
24981
24982
24983 \series bold
24984
24985 \begin_inset Newline newline
24986 \end_inset
24987
24988
24989 \series default
24990
24991 \begin_inset Note Greyedout
24992 status open
24993
24994 \begin_layout Plain Layout
24995
24996 \series bold
24997 Note:
24998 \series default
24999  There is often not enough space in the inner margin so that the notes are
25000  not correctly displayed in the output.
25001 \end_layout
25002
25003 \end_inset
25004
25005
25006 \end_layout
25007
25008 \begin_layout Standard
25009 To return to the default placement insert the command
25010 \end_layout
25011
25012 \begin_layout Standard
25013
25014 \series bold
25015
25016 \backslash
25017 normalmarginpar
25018 \end_layout
25019
25020 \begin_layout Standard
25021 in TeX-Code.
25022 \begin_inset ERT
25023 status collapsed
25024
25025 \begin_layout Plain Layout
25026
25027
25028 \backslash
25029 normalmarginpar 
25030 \end_layout
25031
25032 \end_inset
25033
25034  
25035 \begin_inset Note Greyedout
25036 status open
25037
25038 \begin_layout Plain Layout
25039
25040 \series bold
25041 Note:
25042 \series default
25043  The command is ignored when it is within a paragraph where also the command
25044  
25045 \series bold
25046
25047 \backslash
25048 reversemarginpar
25049 \series default
25050  is inserted.
25051 \end_layout
25052
25053 \end_inset
25054
25055
25056 \end_layout
25057
25058 \begin_layout Standard
25059 \begin_inset VSpace bigskip
25060 \end_inset
25061
25062
25063 \family roman
25064 \series medium
25065
25066 \begin_inset Marginal
25067 status open
25068
25069 \begin_layout Plain Layout
25070 AVeryLongMarginParWord that isn't hyphenated.
25071 \end_layout
25072
25073 \end_inset
25074
25075
25076 \family default
25077 \series default
25078  Similar to the case described in section
25079 \begin_inset space ~
25080 \end_inset
25081
25082
25083 \begin_inset CommandInset ref
25084 LatexCommand ref
25085 reference "sub:Multiple-Lines-in"
25086
25087 \end_inset
25088
25089 , long words cannot be hyphenated when they are the first word in a margin
25090  note.
25091  To avoid this, insert 0
25092 \begin_inset space \thinspace{}
25093 \end_inset
25094
25095 pt horizontal space before the word
25096 \family roman
25097 \series medium
25098 .
25099  
25100 \begin_inset Marginal
25101 status open
25102
25103 \begin_layout Plain Layout
25104 \begin_inset space \hspace*{}
25105 \length 0pt
25106 \end_inset
25107
25108 AVeryLongMarginParWord that is hyphenated.
25109 \end_layout
25110
25111 \end_inset
25112
25113
25114 \end_layout
25115
25116 \begin_layout Standard
25117 \begin_inset VSpace bigskip
25118 \end_inset
25119
25120
25121 \end_layout
25122
25123 \begin_layout Standard
25124 \begin_inset Note Greyedout
25125 status open
25126
25127 \begin_layout Plain Layout
25128
25129 \series bold
25130 Note:
25131 \series default
25132  Margin notes can normally not be used inside tables, floats, and footnotes.
25133 \end_layout
25134
25135 \end_inset
25136
25137
25138 \end_layout
25139
25140 \begin_layout Standard
25141 \begin_inset VSpace bigskip
25142 \end_inset
25143
25144
25145 \end_layout
25146
25147 \begin_layout Standard
25148 \begin_inset ERT
25149 status collapsed
25150
25151 \begin_layout Plain Layout
25152
25153
25154 \backslash
25155 ifmarginnote
25156 \end_layout
25157
25158 \end_inset
25159
25160
25161 \begin_inset Note Note
25162 status open
25163
25164 \begin_layout Plain Layout
25165 The following section will only be displayed when the LaTeX-package 
25166 \series bold
25167 marginnote
25168 \series default
25169  is installed.
25170 \end_layout
25171
25172 \end_inset
25173
25174
25175 \end_layout
25176
25177 \begin_layout Standard
25178 This restriction can be evaded by using the LaTeX-package 
25179 \series bold
25180 marginnote
25181 \series default
25182
25183 \begin_inset Index
25184 status collapsed
25185
25186 \begin_layout Plain Layout
25187 LaTeX-packages ! marginnote
25188 \end_layout
25189
25190 \end_inset
25191
25192 .
25193  By adding these two lines to your document preamble, the command used by
25194  LyX for margin notes is redefined to use the command provided by the 
25195 \series bold
25196 marginnote
25197 \series default
25198 -package:
25199 \end_layout
25200
25201 \begin_layout Standard
25202
25203 \series bold
25204
25205 \backslash
25206 usepackage{marginnote}
25207 \begin_inset Newline newline
25208 \end_inset
25209
25210
25211 \backslash
25212 let
25213 \backslash
25214 marginpar
25215 \backslash
25216 marginnote
25217 \end_layout
25218
25219 \begin_layout Standard
25220 This is also used in this document because 
25221 \series bold
25222 marginnote
25223 \series default
25224  has another useful feature: You can set a vertical offset for the note.
25225  This is often needed when too many margin notes are too close together
25226  or for a better page layout.
25227  The offset is set in LyX as TeX-Code directly behind the margin note in
25228  the scheme
25229 \end_layout
25230
25231 \begin_layout Standard
25232
25233 \series bold
25234 [offset]
25235 \end_layout
25236
25237 \begin_layout Standard
25238 where the offset is a length with one of the units listed in Table
25239 \begin_inset space ~
25240 \end_inset
25241
25242
25243 \begin_inset CommandInset ref
25244 LatexCommand ref
25245 reference "tab:Units"
25246
25247 \end_inset
25248
25249 .
25250  A negative value shifts the note up, a positive value shifts it down.
25251  
25252 \family roman
25253 \series medium
25254 For example the margin note beside this text line is shifted up 1.5
25255 \begin_inset space \thinspace{}
25256 \end_inset
25257
25258 cm with the TeX-Code-command 
25259 \begin_inset Quotes eld
25260 \end_inset
25261
25262
25263 \family default
25264 \series bold
25265 [-1.5cm]
25266 \family roman
25267 \series medium
25268
25269 \begin_inset Quotes erd
25270 \end_inset
25271
25272
25273 \begin_inset Marginal
25274 status open
25275
25276 \begin_layout Plain Layout
25277 This margin note is shifted up 1.5
25278 \begin_inset space \thinspace{}
25279 \end_inset
25280
25281 cm from its original position.
25282 \end_layout
25283
25284 \end_inset
25285
25286
25287 \family default
25288 \series default
25289
25290 \begin_inset ERT
25291 status collapsed
25292
25293 \begin_layout Plain Layout
25294
25295 [-1.5cm]
25296 \end_layout
25297
25298 \end_inset
25299
25300
25301 \end_layout
25302
25303 \begin_layout Standard
25304 \begin_inset VSpace medskip
25305 \end_inset
25306
25307 With 
25308 \series bold
25309 marginnote
25310 \series default
25311  you can also change the alignment of the text in the margin note.
25312  For example the commands
25313 \end_layout
25314
25315 \begin_layout Standard
25316
25317 \series bold
25318
25319 \backslash
25320 renewcommand*{
25321 \backslash
25322 raggedleftmarginnote}{
25323 \backslash
25324 centering}
25325 \begin_inset Newline newline
25326 \end_inset
25327
25328
25329 \backslash
25330 renewcommand*{
25331 \backslash
25332 raggedrightmarginnote}{
25333 \backslash
25334 centering}
25335 \end_layout
25336
25337 \begin_layout Standard
25338 set the alignment to centered.
25339  
25340 \series bold
25341
25342 \backslash
25343 raggedleftmarginnote
25344 \series default
25345  denotes margin notes that appear at the left side.
25346 \family roman
25347 \series medium
25348
25349 \begin_inset ERT
25350 status collapsed
25351
25352 \begin_layout Plain Layout
25353
25354
25355 \backslash
25356 renewcommand*{
25357 \backslash
25358 raggedleftmarginnote}{
25359 \backslash
25360 centering}
25361 \end_layout
25362
25363 \begin_layout Plain Layout
25364
25365
25366 \backslash
25367 renewcommand*{
25368 \backslash
25369 raggedrightmarginnote}{
25370 \backslash
25371 centering}
25372 \end_layout
25373
25374 \end_inset
25375
25376
25377 \begin_inset Marginal
25378 status open
25379
25380 \begin_layout Plain Layout
25381 The text of this margin note is centered.
25382 \end_layout
25383
25384 \end_inset
25385
25386
25387 \family default
25388 \series default
25389  The default is
25390 \end_layout
25391
25392 \begin_layout Standard
25393
25394 \series bold
25395
25396 \backslash
25397 renewcommand*{
25398 \backslash
25399 raggedleftmarginnote}{
25400 \backslash
25401 raggedleft}
25402 \begin_inset Newline newline
25403 \end_inset
25404
25405
25406 \backslash
25407 renewcommand*{
25408 \backslash
25409 raggedrightmarginnote}{
25410 \backslash
25411 raggedright}
25412 \family roman
25413 \series medium
25414
25415 \begin_inset ERT
25416 status collapsed
25417
25418 \begin_layout Plain Layout
25419
25420
25421 \backslash
25422 renewcommand*{
25423 \backslash
25424 raggedleftmarginnote}{
25425 \backslash
25426 raggedleft}
25427 \end_layout
25428
25429 \begin_layout Plain Layout
25430
25431
25432 \backslash
25433 renewcommand*{
25434 \backslash
25435 raggedrightmarginnote}{
25436 \backslash
25437 raggedright}
25438 \end_layout
25439
25440 \end_inset
25441
25442
25443 \end_layout
25444
25445 \begin_layout Standard
25446 \begin_inset VSpace medskip
25447 \end_inset
25448
25449 For the other features of 
25450 \series bold
25451 marginnote
25452 \series default
25453  we refer to its documentation 
25454 \begin_inset CommandInset citation
25455 LatexCommand cite
25456 key "marginnote"
25457
25458 \end_inset
25459
25460 .
25461 \end_layout
25462
25463 \begin_layout Standard
25464 \begin_inset VSpace bigskip
25465 \end_inset
25466
25467 You can adjust the layout of margin notes by changing its definition.
25468  To create for example a header for all margin notes with the underlined,
25469  sans-serif, and bold header text 
25470 \begin_inset Quotes eld
25471 \end_inset
25472
25473
25474 \family sans
25475 \series bold
25476 \bar under
25477 Attention!
25478 \family default
25479 \series default
25480 \bar default
25481
25482 \begin_inset Quotes erd
25483 \end_inset
25484
25485 , add this to your document preamble:
25486 \end_layout
25487
25488 \begin_layout Standard
25489
25490 \series bold
25491
25492 \backslash
25493 let
25494 \backslash
25495 myMarginpar
25496 \backslash
25497 marginpar
25498 \begin_inset Newline newline
25499 \end_inset
25500
25501
25502 \backslash
25503 renewcommand{
25504 \backslash
25505 marginpar}[1]{
25506 \backslash
25507 myMarginpar{%
25508 \begin_inset Newline newline
25509 \end_inset
25510
25511
25512 \begin_inset ERT
25513 status collapsed
25514
25515 \begin_layout Plain Layout
25516
25517
25518 \backslash
25519 hphantom{ }
25520 \end_layout
25521
25522 \end_inset
25523
25524
25525 \backslash
25526 hspace{0pt}
25527 \backslash
25528 textsf{
25529 \backslash
25530 textbf{
25531 \backslash
25532 underbar{Attention!}}}%
25533 \begin_inset Newline newline
25534 \end_inset
25535
25536
25537 \begin_inset ERT
25538 status collapsed
25539
25540 \begin_layout Plain Layout
25541
25542
25543 \backslash
25544 hphantom{ }
25545 \end_layout
25546
25547 \end_inset
25548
25549
25550 \backslash
25551 vspace{1.5mm}
25552 \backslash
25553
25554 \backslash
25555 #1}}
25556 \end_layout
25557
25558 \begin_layout Standard
25559
25560 \family roman
25561 \series medium
25562 \begin_inset ERT
25563 status collapsed
25564
25565 \begin_layout Plain Layout
25566
25567
25568 \backslash
25569 let
25570 \backslash
25571 myMarginpar
25572 \backslash
25573 marginpar
25574 \end_layout
25575
25576 \begin_layout Plain Layout
25577
25578
25579 \backslash
25580 renewcommand{
25581 \backslash
25582 marginpar}[1]{
25583 \backslash
25584 myMarginpar{%
25585 \end_layout
25586
25587 \begin_layout Plain Layout
25588
25589    
25590 \backslash
25591 textsf{
25592 \backslash
25593 textbf{
25594 \backslash
25595 underbar{Attention!}}}%
25596 \end_layout
25597
25598 \begin_layout Plain Layout
25599
25600    
25601 \backslash
25602 vspace{1.5mm}
25603 \backslash
25604
25605 \backslash
25606 #1}}
25607 \end_layout
25608
25609 \end_inset
25610
25611
25612 \begin_inset Marginal
25613 status open
25614
25615 \begin_layout Plain Layout
25616 This is a margin note with a defined heading.
25617 \end_layout
25618
25619 \end_inset
25620
25621
25622 \family default
25623 \series default
25624
25625 \begin_inset ERT
25626 status collapsed
25627
25628 \begin_layout Plain Layout
25629
25630 [-1.5cm]
25631 \end_layout
25632
25633 \end_inset
25634
25635
25636 \family roman
25637 \series medium
25638
25639 \begin_inset ERT
25640 status collapsed
25641
25642 \begin_layout Plain Layout
25643
25644
25645 \backslash
25646 renewcommand{
25647 \backslash
25648 marginpar}[1]{
25649 \backslash
25650 myMarginpar{#1}}
25651 \end_layout
25652
25653 \end_inset
25654
25655
25656 \family default
25657 \series default
25658
25659 \begin_inset Note Note
25660 status collapsed
25661
25662 \begin_layout Plain Layout
25663 The margin note format is changed only for this example.
25664 \end_layout
25665
25666 \end_inset
25667
25668
25669 \end_layout
25670
25671 \begin_layout Standard
25672 \begin_inset ERT
25673 status collapsed
25674
25675 \begin_layout Plain Layout
25676
25677
25678 \backslash
25679 else
25680 \end_layout
25681
25682 \end_inset
25683
25684
25685 \begin_inset Note Note
25686 status open
25687
25688 \begin_layout Plain Layout
25689 The following will be displayed when the LaTeX-package 
25690 \series bold
25691 marginnote
25692 \series default
25693  is not installed:
25694 \end_layout
25695
25696 \end_inset
25697
25698
25699 \end_layout
25700
25701 \begin_layout Standard
25702 You need to install the LaTeX-package 
25703 \series bold
25704 marginnote
25705 \series default
25706  to see the following part of this section in the output.
25707 \end_layout
25708
25709 \begin_layout Standard
25710 \begin_inset ERT
25711 status collapsed
25712
25713 \begin_layout Plain Layout
25714
25715
25716 \backslash
25717 fi
25718 \end_layout
25719
25720 \end_inset
25721
25722
25723 \end_layout
25724
25725 \begin_layout Chapter
25726 Boxes
25727 \end_layout
25728
25729 \begin_layout Section
25730 Introduction
25731 \begin_inset Index
25732 status collapsed
25733
25734 \begin_layout Plain Layout
25735 Boxes ! Introduction
25736 \end_layout
25737
25738 \end_inset
25739
25740
25741 \end_layout
25742
25743 \begin_layout Standard
25744 Boxes are used to format a block of text.
25745  Boxes can be used to write documents with multiple languages, see section
25746 \begin_inset space ~
25747 \end_inset
25748
25749
25750 \begin_inset CommandInset ref
25751 LatexCommand ref
25752 reference "sec:Minipages"
25753
25754 \end_inset
25755
25756 , to frame texts, see section
25757 \begin_inset space ~
25758 \end_inset
25759
25760
25761 \begin_inset CommandInset ref
25762 LatexCommand ref
25763 reference "sec:Decoration"
25764
25765 \end_inset
25766
25767 , to prevent words to be hyphenated, see section
25768 \begin_inset space ~
25769 \end_inset
25770
25771
25772 \begin_inset CommandInset ref
25773 LatexCommand ref
25774 reference "sec:Prevent-Hyphenation"
25775
25776 \end_inset
25777
25778 , to align text, see section
25779 \begin_inset space ~
25780 \end_inset
25781
25782
25783 \begin_inset CommandInset ref
25784 LatexCommand ref
25785 reference "sub:Vertical-Alignment"
25786
25787 \end_inset
25788
25789 , or to set the background color of texts, see section
25790 \begin_inset space ~
25791 \end_inset
25792
25793
25794 \begin_inset CommandInset ref
25795 LatexCommand ref
25796 reference "sec:Colored-Boxes"
25797
25798 \end_inset
25799
25800 .
25801 \end_layout
25802
25803 \begin_layout Standard
25804 Boxes can be inserted with the menu 
25805 \family sans
25806 Insert\SpecialChar \menuseparator
25807 Box
25808 \family default
25809  or the toolbar button 
25810 \begin_inset Graphics
25811         filename ../images/box-insert.png
25812         scale 85
25813         scaleBeforeRotation
25814
25815 \end_inset
25816
25817 .
25818  A grey box with the label 
25819 \family sans
25820 Box (Minipage)
25821 \family default
25822
25823 \begin_inset Graphics
25824         filename clipart/BoxInsetDefaultQt4.png
25825         scale 85
25826         scaleBeforeRotation
25827
25828 \end_inset
25829
25830  will be inserted.
25831  The box type can be specified by right-clicking on the box.
25832  The appearing box dialog offers the 
25833 \family sans
25834 Inner
25835 \begin_inset space ~
25836 \end_inset
25837
25838 Box
25839 \family default
25840  types 
25841 \family sans
25842 Parbox
25843 \family default
25844  and 
25845 \family sans
25846 Minipage
25847 \family default
25848 .
25849  The type 
25850 \family sans
25851 Minipage
25852 \family default
25853  is the default for new boxes and is explained in section
25854 \begin_inset space ~
25855 \end_inset
25856
25857
25858 \begin_inset CommandInset ref
25859 LatexCommand ref
25860 reference "sec:Minipages"
25861
25862 \end_inset
25863
25864 ; the type 
25865 \family sans
25866 Parbox
25867 \family default
25868  is described in section
25869 \begin_inset space ~
25870 \end_inset
25871
25872
25873 \begin_inset CommandInset ref
25874 LatexCommand ref
25875 reference "sec:Parboxes"
25876
25877 \end_inset
25878
25879 .
25880 \end_layout
25881
25882 \begin_layout Standard
25883 Boxes aren't numbered and can therefore not be referenced like floats or
25884  footnotes.
25885 \end_layout
25886
25887 \begin_layout Standard
25888 \begin_inset Note Greyedout
25889 status open
25890
25891 \begin_layout Plain Layout
25892
25893 \series bold
25894 Note:
25895 \series default
25896  Boxes must not be the item in an 
25897 \family sans
25898 Itemize
25899 \family default
25900  or 
25901 \family sans
25902 Description
25903 \family default
25904  environment.
25905 \end_layout
25906
25907 \end_inset
25908
25909
25910 \end_layout
25911
25912 \begin_layout Standard
25913 \begin_inset Note Greyedout
25914 status open
25915
25916 \begin_layout Plain Layout
25917
25918 \series bold
25919 Note:
25920 \series default
25921  For an unknown reason you can only set the 
25922 \family sans
25923 Inner
25924 \begin_inset space ~
25925 \end_inset
25926
25927 Box
25928 \family default
25929  type to 
25930 \family sans
25931 None
25932 \family default
25933  when you use a framed box.
25934  Boxes without an 
25935 \family sans
25936 Inner
25937 \begin_inset space ~
25938 \end_inset
25939
25940 Box
25941 \family default
25942  type and without frames are explained in section
25943 \begin_inset space ~
25944 \end_inset
25945
25946
25947 \begin_inset CommandInset ref
25948 LatexCommand ref
25949 reference "sec:Prevent-Hyphenation"
25950
25951 \end_inset
25952
25953 .
25954 \end_layout
25955
25956 \end_inset
25957
25958
25959 \end_layout
25960
25961 \begin_layout Section
25962 Box Dialog
25963 \begin_inset CommandInset label
25964 LatexCommand label
25965 name "sec:Box-Dialog"
25966
25967 \end_inset
25968
25969
25970 \begin_inset Index
25971 status collapsed
25972
25973 \begin_layout Plain Layout
25974 Boxes ! Box Dialog
25975 \end_layout
25976
25977 \end_inset
25978
25979
25980 \end_layout
25981
25982 \begin_layout Subsection
25983 Size
25984 \begin_inset Index
25985 status collapsed
25986
25987 \begin_layout Plain Layout
25988 Boxes ! Size
25989 \end_layout
25990
25991 \end_inset
25992
25993
25994 \end_layout
25995
25996 \begin_layout Standard
25997 In the box dialog you can adjust the box geometry in the fields 
25998 \family sans
25999 Width
26000 \family default
26001  and 
26002 \family sans
26003 Height
26004 \family default
26005 .
26006  The available units for the geometry are explained in Table
26007 \begin_inset space ~
26008 \end_inset
26009
26010
26011 \begin_inset CommandInset ref
26012 LatexCommand ref
26013 reference "tab:Units"
26014
26015 \end_inset
26016
26017 .
26018  The field 
26019 \family sans
26020 Heigth
26021 \family default
26022  offers the following additional sizes:
26023 \end_layout
26024
26025 \begin_layout Description
26026 Depth This is the plain text 
26027 \begin_inset Quotes eld
26028 \end_inset
26029
26030 height
26031 \begin_inset Quotes erd
26032 \end_inset
26033
26034 .
26035  It ignores the total depth when there are multiple text lines in the box:
26036 \begin_inset Newline newline
26037 \end_inset
26038
26039
26040 \begin_inset Newline newline
26041 \end_inset
26042
26043
26044 \begin_inset Newline newline
26045 \end_inset
26046
26047
26048 \begin_inset Box Boxed
26049 position "c"
26050 hor_pos "c"
26051 has_inner_box 1
26052 inner_pos "c"
26053 use_parbox 0
26054 width "12col%"
26055 special "none"
26056 height "1in"
26057 height_special "depth"
26058 status collapsed
26059
26060 \begin_layout Plain Layout
26061 \align center
26062 Box height set to 1
26063 \begin_inset space \thinspace{}
26064 \end_inset
26065
26066 Depth
26067 \end_layout
26068
26069 \end_inset
26070
26071
26072 \begin_inset Newline newline
26073 \end_inset
26074
26075
26076 \begin_inset Newline newline
26077 \end_inset
26078
26079
26080 \end_layout
26081
26082 \begin_layout Description
26083 Height This is the heigth of the text that is inside the box.
26084  A value of e.
26085 \begin_inset space \thinspace{}
26086 \end_inset
26087
26088 g.
26089 \begin_inset space ~
26090 \end_inset
26091
26092 2 for this size will set the box heigth to 2 times the text height: 
26093 \begin_inset Box Boxed
26094 position "c"
26095 hor_pos "c"
26096 has_inner_box 1
26097 inner_pos "c"
26098 use_parbox 0
26099 width "20col%"
26100 special "none"
26101 height "2in"
26102 height_special "height"
26103 status collapsed
26104
26105 \begin_layout Plain Layout
26106 \align center
26107 Box height set to 2
26108 \begin_inset space \thinspace{}
26109 \end_inset
26110
26111 Height
26112 \end_layout
26113
26114 \end_inset
26115
26116
26117 \end_layout
26118
26119 \begin_layout Description
26120 Total
26121 \begin_inset space ~
26122 \end_inset
26123
26124 Height This is the Height
26125 \begin_inset space \thinspace{}
26126 \end_inset
26127
26128 +
26129 \begin_inset space \thinspace{}
26130 \end_inset
26131
26132 Depth: 
26133 \begin_inset Box Boxed
26134 position "c"
26135 hor_pos "c"
26136 has_inner_box 1
26137 inner_pos "c"
26138 use_parbox 0
26139 width "20col%"
26140 special "none"
26141 height "1in"
26142 height_special "totalheight"
26143 status collapsed
26144
26145 \begin_layout Plain Layout
26146 \align center
26147 Box height set to 1
26148 \begin_inset space \thinspace{}
26149 \end_inset
26150
26151 Total
26152 \begin_inset space ~
26153 \end_inset
26154
26155 Height
26156 \end_layout
26157
26158 \end_inset
26159
26160
26161 \end_layout
26162
26163 \begin_layout Description
26164 Width This sets the width of the box as heigth: 
26165 \begin_inset Box Boxed
26166 position "c"
26167 hor_pos "c"
26168 has_inner_box 1
26169 inner_pos "c"
26170 use_parbox 0
26171 width "12col%"
26172 special "none"
26173 height "1in"
26174 height_special "width"
26175 status collapsed
26176
26177 \begin_layout Plain Layout
26178 \align center
26179 Box height set to 1
26180 \begin_inset space \thinspace{}
26181 \end_inset
26182
26183 Width
26184 \end_layout
26185
26186 \end_inset
26187
26188
26189 \end_layout
26190
26191 \begin_layout Subsection
26192 Alignment
26193 \begin_inset Index
26194 status collapsed
26195
26196 \begin_layout Plain Layout
26197 Boxes ! Alignment
26198 \end_layout
26199
26200 \end_inset
26201
26202
26203 \end_layout
26204
26205 \begin_layout Standard
26206 When you have chosen an 
26207 \family sans
26208 Inner
26209 \begin_inset space ~
26210 \end_inset
26211
26212 Box
26213 \family default
26214 , the vertical box alignment can be:
26215 \end_layout
26216
26217 \begin_layout Description
26218 Top This is an example text line.
26219  
26220 \begin_inset Box Boxed
26221 position "t"
26222 hor_pos "c"
26223 has_inner_box 1
26224 inner_pos "c"
26225 use_parbox 0
26226 width "12col%"
26227 special "none"
26228 height "1in"
26229 height_special "totalheight"
26230 status collapsed
26231
26232 \begin_layout Plain Layout
26233 \align center
26234 This box is top-aligned.
26235 \end_layout
26236
26237 \end_inset
26238
26239  This is an example text line.
26240 \end_layout
26241
26242 \begin_layout Description
26243 Middle This is an example text line.
26244  
26245 \begin_inset Box Boxed
26246 position "c"
26247 hor_pos "c"
26248 has_inner_box 1
26249 inner_pos "c"
26250 use_parbox 0
26251 width "12col%"
26252 special "none"
26253 height "1in"
26254 height_special "totalheight"
26255 status collapsed
26256
26257 \begin_layout Plain Layout
26258 \align center
26259 This box is middle-aligned.
26260 \end_layout
26261
26262 \end_inset
26263
26264  This is an example text line.
26265 \end_layout
26266
26267 \begin_layout Description
26268 Bottom This is an example text line.
26269  
26270 \begin_inset Box Boxed
26271 position "b"
26272 hor_pos "c"
26273 has_inner_box 1
26274 inner_pos "c"
26275 use_parbox 0
26276 width "12col%"
26277 special "none"
26278 height "1in"
26279 height_special "totalheight"
26280 status collapsed
26281
26282 \begin_layout Plain Layout
26283 \align center
26284 This box is bottom-aligned.
26285 \end_layout
26286
26287 \end_inset
26288
26289  This is an example text line.
26290 \end_layout
26291
26292 \begin_layout Standard
26293 \begin_inset Note Greyedout
26294 status open
26295
26296 \begin_layout Plain Layout
26297
26298 \series bold
26299 Note:
26300 \series default
26301  The vertical box aligment can be lost in the output when you have two boxes
26302  in a line and one has e.
26303 \begin_inset space \thinspace{}
26304 \end_inset
26305
26306 g.
26307 \begin_inset space ~
26308 \end_inset
26309
26310 a shadow and the other one not.
26311 \end_layout
26312
26313 \end_inset
26314
26315
26316 \end_layout
26317
26318 \begin_layout Standard
26319 The horizontal box alignment can be set via LyX's paragraph dialog when
26320  you set the box into its own paragraph.
26321 \end_layout
26322
26323 \begin_layout Standard
26324 \begin_inset VSpace bigskip
26325 \end_inset
26326
26327 When you have chosen an 
26328 \family sans
26329 Inner
26330 \begin_inset space ~
26331 \end_inset
26332
26333 Box
26334 \family default
26335 , the box content can be vertical aligned to:
26336 \end_layout
26337
26338 \begin_layout Description
26339 top This is an example text line.
26340  
26341 \begin_inset Box Boxed
26342 position "c"
26343 hor_pos "c"
26344 has_inner_box 1
26345 inner_pos "t"
26346 use_parbox 0
26347 width "12col%"
26348 special "none"
26349 height "1.5in"
26350 height_special "totalheight"
26351 status collapsed
26352
26353 \begin_layout Plain Layout
26354 \align center
26355 This box text is top-aligned.
26356 \end_layout
26357
26358 \end_inset
26359
26360  This is an example text line.
26361 \end_layout
26362
26363 \begin_layout Description
26364 middle This is an example text line.
26365  
26366 \begin_inset Box Boxed
26367 position "c"
26368 hor_pos "c"
26369 has_inner_box 1
26370 inner_pos "c"
26371 use_parbox 0
26372 width "12col%"
26373 special "none"
26374 height "1.5in"
26375 height_special "totalheight"
26376 status collapsed
26377
26378 \begin_layout Plain Layout
26379 \align center
26380 This box text is middle-aligned.
26381 \end_layout
26382
26383 \end_inset
26384
26385  This is an example text line.
26386 \end_layout
26387
26388 \begin_layout Description
26389 bottom This is an example text line.
26390  
26391 \begin_inset Box Boxed
26392 position "c"
26393 hor_pos "c"
26394 has_inner_box 1
26395 inner_pos "b"
26396 use_parbox 0
26397 width "12col%"
26398 special "none"
26399 height "1.5in"
26400 height_special "totalheight"
26401 status collapsed
26402
26403 \begin_layout Plain Layout
26404 \align center
26405 This box text is bottom-aligned.
26406 \end_layout
26407
26408 \end_inset
26409
26410  This is an example text line.
26411 \end_layout
26412
26413 \begin_layout Description
26414 stretch This is an example text line.
26415  
26416 \begin_inset Box Boxed
26417 position "c"
26418 hor_pos "c"
26419 has_inner_box 1
26420 inner_pos "s"
26421 use_parbox 0
26422 width "12col%"
26423 special "none"
26424 height "1.5in"
26425 height_special "totalheight"
26426 status collapsed
26427
26428 \begin_layout Plain Layout
26429 \align center
26430 This box
26431 \end_layout
26432
26433 \begin_layout Plain Layout
26434 \align center
26435 text is
26436 \end_layout
26437
26438 \begin_layout Plain Layout
26439 \align center
26440 stretched.
26441 \end_layout
26442
26443 \end_inset
26444
26445  This is an example text line.
26446 \end_layout
26447
26448 \begin_layout Standard
26449 To stretch the box content, it must consist of more than one paragraph.
26450  In the example above every text line is in an own paragraph.
26451 \end_layout
26452
26453 \begin_layout Standard
26454 \begin_inset VSpace bigskip
26455 \end_inset
26456
26457 To align the box content horizontally you can use LyX's paragraph dialog
26458  when you have chosen an 
26459 \family sans
26460 Inner
26461 \begin_inset space ~
26462 \end_inset
26463
26464 Box
26465 \family default
26466 .
26467 \end_layout
26468
26469 \begin_layout Standard
26470 \align center
26471 \begin_inset Box Boxed
26472 position "c"
26473 hor_pos "c"
26474 has_inner_box 1
26475 inner_pos "s"
26476 use_parbox 0
26477 width "15col%"
26478 special "none"
26479 height "1.25in"
26480 height_special "totalheight"
26481 status collapsed
26482
26483 \begin_layout Plain Layout
26484 \align left
26485 This box
26486 \end_layout
26487
26488 \begin_layout Plain Layout
26489 \align center
26490 text is
26491 \end_layout
26492
26493 \begin_layout Plain Layout
26494 \align right
26495 stretched.
26496 \end_layout
26497
26498 \end_inset
26499
26500
26501 \end_layout
26502
26503 \begin_layout Standard
26504 If you haven't set an 
26505 \family sans
26506 Inner
26507 \begin_inset space ~
26508 \end_inset
26509
26510 Box
26511 \family default
26512 , you can align the box content horizontally in the box dialog.
26513 \end_layout
26514
26515 \begin_layout Standard
26516 \align center
26517 \begin_inset Box Boxed
26518 position "c"
26519 hor_pos "s"
26520 has_inner_box 0
26521 inner_pos "s"
26522 use_parbox 0
26523 width "90col%"
26524 special "none"
26525 height "1.25in"
26526 height_special "totalheight"
26527 status collapsed
26528
26529 \begin_layout Plain Layout
26530 \align left
26531 This box text is horizontally stretched.
26532 \end_layout
26533
26534 \end_inset
26535
26536
26537 \end_layout
26538
26539 \begin_layout Subsection
26540 Decoration
26541 \begin_inset CommandInset label
26542 LatexCommand label
26543 name "sec:Decoration"
26544
26545 \end_inset
26546
26547
26548 \begin_inset Index
26549 status collapsed
26550
26551 \begin_layout Plain Layout
26552 Boxes ! Decoration
26553 \end_layout
26554
26555 \end_inset
26556
26557
26558 \end_layout
26559
26560 \begin_layout Standard
26561 The type of the box can be specified in the box-dialog in the drop-down
26562  list 
26563 \family sans
26564 Decoration
26565 \family default
26566 .
26567  The following types are possible:
26568 \end_layout
26569
26570 \begin_layout Description
26571 Simple
26572 \begin_inset space ~
26573 \end_inset
26574
26575 rectangular
26576 \begin_inset space ~
26577 \end_inset
26578
26579 frame This draws a rectangle frame around the box.
26580  The frame line thickness has the size of 
26581 \series bold
26582
26583 \backslash
26584 fboxrule
26585 \series default
26586 .
26587  
26588 \begin_inset Box Boxed
26589 position "c"
26590 hor_pos "c"
26591 has_inner_box 1
26592 inner_pos "c"
26593 use_parbox 0
26594 width "20col%"
26595 special "none"
26596 height "1in"
26597 height_special "totalheight"
26598 status collapsed
26599
26600 \begin_layout Plain Layout
26601 \align center
26602 Rectangular box
26603 \end_layout
26604
26605 \end_inset
26606
26607
26608 \end_layout
26609
26610 \begin_layout Description
26611 Allow
26612 \begin_inset space ~
26613 \end_inset
26614
26615 page
26616 \begin_inset space ~
26617 \end_inset
26618
26619 break When you use the decoration 
26620 \family sans
26621 simple rectangular frame
26622 \family default
26623  and no inner box, you can allow page breaks within a box.
26624  Note that then, in contrary to other framed boxes, the frame always uses
26625  the whole column width, the box is set as its own paragraph, and 
26626 \series bold
26627
26628 \backslash
26629 fboxrule
26630 \series default
26631  and 
26632 \series bold
26633
26634 \backslash
26635 fboxsep
26636 \series default
26637  has no effect on this box type.
26638  The frame line thickness has the size of 
26639 \series bold
26640
26641 \backslash
26642 FrameRule
26643 \series default
26644 .
26645  
26646 \begin_inset Box Framed
26647 position "t"
26648 hor_pos "c"
26649 has_inner_box 0
26650 inner_pos "t"
26651 use_parbox 0
26652 width "100col%"
26653 special "none"
26654 height "1in"
26655 height_special "totalheight"
26656 status collapsed
26657
26658 \begin_layout Plain Layout
26659 Allow page break box
26660 \end_layout
26661
26662 \end_inset
26663
26664
26665 \end_layout
26666
26667 \begin_layout Description
26668 Oval
26669 \begin_inset space ~
26670 \end_inset
26671
26672 box,
26673 \begin_inset space ~
26674 \end_inset
26675
26676 thin This draws an oval frame around the box.
26677  The frame line thickness has the size 0.4
26678 \begin_inset space \thinspace{}
26679 \end_inset
26680
26681 pt.
26682  
26683 \begin_inset Box ovalbox
26684 position "c"
26685 hor_pos "c"
26686 has_inner_box 1
26687 inner_pos "c"
26688 use_parbox 0
26689 width "20col%"
26690 special "none"
26691 height "1in"
26692 height_special "totalheight"
26693 status collapsed
26694
26695 \begin_layout Plain Layout
26696 \align center
26697 Oval box, thin
26698 \end_layout
26699
26700 \end_inset
26701
26702
26703 \end_layout
26704
26705 \begin_layout Description
26706 Oval
26707 \begin_inset space ~
26708 \end_inset
26709
26710 box,
26711 \begin_inset space ~
26712 \end_inset
26713
26714 thick This draws an oval frame around the box.
26715  The frame line thickness has the size 0.8
26716 \begin_inset space \thinspace{}
26717 \end_inset
26718
26719 pt.
26720  
26721 \begin_inset Box Ovalbox
26722 position "c"
26723 hor_pos "c"
26724 has_inner_box 1
26725 inner_pos "c"
26726 use_parbox 0
26727 width "20col%"
26728 special "none"
26729 height "1in"
26730 height_special "totalheight"
26731 status collapsed
26732
26733 \begin_layout Plain Layout
26734 \align center
26735 Oval box, thick
26736 \end_layout
26737
26738 \end_inset
26739
26740
26741 \end_layout
26742
26743 \begin_layout Description
26744 Drop
26745 \begin_inset space ~
26746 \end_inset
26747
26748 shadow This draws a rectangle frame with a shadow around the box.
26749  The frame line thickness has the size of 
26750 \series bold
26751
26752 \backslash
26753 fboxrule
26754 \series default
26755 , the shadow has a width of 4
26756 \begin_inset space \thinspace{}
26757 \end_inset
26758
26759 pt.
26760  
26761 \begin_inset Box Shadowbox
26762 position "c"
26763 hor_pos "c"
26764 has_inner_box 1
26765 inner_pos "c"
26766 use_parbox 0
26767 width "20col%"
26768 special "none"
26769 height "1in"
26770 height_special "totalheight"
26771 status collapsed
26772
26773 \begin_layout Plain Layout
26774 \align center
26775 Shadow box
26776 \end_layout
26777
26778 \end_inset
26779
26780
26781 \end_layout
26782
26783 \begin_layout Description
26784 Shaded
26785 \begin_inset space ~
26786 \end_inset
26787
26788 background This draws a box with red background color.
26789  In contrary to colored boxes
26790 \begin_inset Foot
26791 status collapsed
26792
26793 \begin_layout Plain Layout
26794 see sec.
26795 \begin_inset space \thinspace{}
26796 \end_inset
26797
26798
26799 \begin_inset CommandInset ref
26800 LatexCommand ref
26801 reference "sec:Colored-Boxes"
26802
26803 \end_inset
26804
26805
26806 \end_layout
26807
26808 \end_inset
26809
26810 , it always uses the whole column width and the box is set as its own paragraph.
26811  
26812 \begin_inset Box Shaded
26813 position "t"
26814 hor_pos "c"
26815 has_inner_box 0
26816 inner_pos "t"
26817 use_parbox 0
26818 width "50col%"
26819 special "none"
26820 height "1in"
26821 height_special "totalheight"
26822 status collapsed
26823
26824 \begin_layout Plain Layout
26825 Shaded background box
26826 \end_layout
26827
26828 \end_inset
26829
26830
26831 \end_layout
26832
26833 \begin_layout Description
26834 Double
26835 \begin_inset space ~
26836 \end_inset
26837
26838 rectangular
26839 \begin_inset space ~
26840 \end_inset
26841
26842 frame This draws a double-line rectangle frame around the box.
26843  The line thickness of the inner frame is 0.75
26844 \begin_inset space \thinspace{}
26845 \end_inset
26846
26847
26848 \series bold
26849
26850 \backslash
26851 fboxrule
26852 \series default
26853 , the thickness of the outer frame is 1.5
26854 \begin_inset space \thinspace{}
26855 \end_inset
26856
26857
26858 \series bold
26859
26860 \backslash
26861 fboxrule
26862 \series default
26863 .
26864  The distance between the lines is 1.5
26865 \begin_inset space \thinspace{}
26866 \end_inset
26867
26868
26869 \series bold
26870
26871 \backslash
26872 fboxrule
26873 \series default
26874
26875 \begin_inset space \thinspace{}
26876 \end_inset
26877
26878 +
26879 \begin_inset space \thinspace{}
26880 \end_inset
26881
26882 0.5
26883 \begin_inset space \thinspace{}
26884 \end_inset
26885
26886 pt.
26887  
26888 \begin_inset Box Doublebox
26889 position "c"
26890 hor_pos "c"
26891 has_inner_box 1
26892 inner_pos "c"
26893 use_parbox 0
26894 width "20col%"
26895 special "none"
26896 height "1in"
26897 height_special "totalheight"
26898 status collapsed
26899
26900 \begin_layout Plain Layout
26901 \align center
26902 Double rectangular box
26903 \end_layout
26904
26905 \end_inset
26906
26907
26908 \end_layout
26909
26910 \begin_layout Standard
26911 \begin_inset VSpace bigskip
26912 \end_inset
26913
26914 LyX's box label will reflect the different frame types.
26915  To be able to use all types, the LaTeX-package 
26916 \series bold
26917 fancybox
26918 \series default
26919
26920 \begin_inset Index
26921 status collapsed
26922
26923 \begin_layout Plain Layout
26924 LaTeX-packages ! fancybox
26925 \end_layout
26926
26927 \end_inset
26928
26929  must be installed.
26930 \end_layout
26931
26932 \begin_layout Section
26933 Box customization
26934 \begin_inset Index
26935 status collapsed
26936
26937 \begin_layout Plain Layout
26938 Boxes ! Customization
26939 \end_layout
26940
26941 \end_inset
26942
26943
26944 \end_layout
26945
26946 \begin_layout Standard
26947 The default value for the size 
26948 \series bold
26949
26950 \backslash
26951 fboxrule
26952 \series default
26953  is 0.4
26954 \begin_inset space \thinspace{}
26955 \end_inset
26956
26957 pt.
26958  It can be changed with the following command in TeX-Code to e.
26959 \begin_inset space \thinspace{}
26960 \end_inset
26961
26962 g.
26963 \begin_inset space ~
26964 \end_inset
26965
26966 2
26967 \begin_inset space \thinspace{}
26968 \end_inset
26969
26970 pt:
26971 \end_layout
26972
26973 \begin_layout Standard
26974
26975 \series bold
26976
26977 \backslash
26978 setlength{
26979 \backslash
26980 fboxrule}{2pt}
26981 \end_layout
26982
26983 \begin_layout Standard
26984 \begin_inset ERT
26985 status collapsed
26986
26987 \begin_layout Plain Layout
26988
26989
26990 \backslash
26991 setlength{
26992 \backslash
26993 fboxrule}{2pt}
26994 \end_layout
26995
26996 \end_inset
26997
26998
26999 \begin_inset Box Boxed
27000 position "c"
27001 hor_pos "c"
27002 has_inner_box 1
27003 inner_pos "c"
27004 use_parbox 0
27005 width "25col%"
27006 special "none"
27007 height "1in"
27008 height_special "totalheight"
27009 status open
27010
27011 \begin_layout Plain Layout
27012 \align center
27013 Rectangular box with 
27014 \series bold
27015
27016 \backslash
27017 fboxrule
27018 \series default
27019
27020 \begin_inset space \thinspace{}
27021 \end_inset
27022
27023 =
27024 \begin_inset space \thinspace{}
27025 \end_inset
27026
27027 2
27028 \begin_inset space \thinspace{}
27029 \end_inset
27030
27031 pt
27032 \end_layout
27033
27034 \end_inset
27035
27036
27037 \begin_inset ERT
27038 status collapsed
27039
27040 \begin_layout Plain Layout
27041
27042
27043 \backslash
27044 setlength{
27045 \backslash
27046 fboxrule}{0.4pt}
27047 \end_layout
27048
27049 \end_inset
27050
27051
27052 \end_layout
27053
27054 \begin_layout Standard
27055 \begin_inset VSpace bigskip
27056 \end_inset
27057
27058 The space between the frame and the box content is for all frame styles
27059  by default 3
27060 \begin_inset space \thinspace{}
27061 \end_inset
27062
27063 pt.
27064  You can change it by setting the length 
27065 \series bold
27066
27067 \backslash
27068 fboxsep
27069 \series default
27070  to another value.
27071  For example the command
27072 \end_layout
27073
27074 \begin_layout Standard
27075
27076 \series bold
27077
27078 \backslash
27079 setlength{
27080 \backslash
27081 fboxsep}{10pt}
27082 \end_layout
27083
27084 \begin_layout Standard
27085 sets the value to 10
27086 \begin_inset space \thinspace{}
27087 \end_inset
27088
27089 pt, like for the following box:
27090 \end_layout
27091
27092 \begin_layout Standard
27093 \begin_inset ERT
27094 status collapsed
27095
27096 \begin_layout Plain Layout
27097
27098
27099 \backslash
27100 setlength{
27101 \backslash
27102 fboxsep}{10pt}
27103 \end_layout
27104
27105 \end_inset
27106
27107
27108 \begin_inset Box Boxed
27109 position "c"
27110 hor_pos "c"
27111 has_inner_box 1
27112 inner_pos "c"
27113 use_parbox 0
27114 width "25col%"
27115 special "none"
27116 height "1in"
27117 height_special "totalheight"
27118 status open
27119
27120 \begin_layout Plain Layout
27121 \align center
27122 Rectangular box with 
27123 \series bold
27124
27125 \backslash
27126 fboxsep
27127 \series default
27128
27129 \begin_inset space \thinspace{}
27130 \end_inset
27131
27132 =
27133 \begin_inset space \thinspace{}
27134 \end_inset
27135
27136 10
27137 \begin_inset space \thinspace{}
27138 \end_inset
27139
27140 pt
27141 \end_layout
27142
27143 \end_inset
27144
27145
27146 \begin_inset ERT
27147 status collapsed
27148
27149 \begin_layout Plain Layout
27150
27151
27152 \backslash
27153 setlength{
27154 \backslash
27155 fboxsep}{3pt}
27156 \end_layout
27157
27158 \end_inset
27159
27160
27161 \end_layout
27162
27163 \begin_layout Standard
27164 \begin_inset VSpace bigskip
27165 \end_inset
27166
27167 The diameter of the round corners of the oval boxes can be set with the
27168  command 
27169 \series bold
27170
27171 \backslash
27172 cornersize
27173 \series default
27174 .
27175  The command
27176 \end_layout
27177
27178 \begin_layout Standard
27179
27180 \series bold
27181
27182 \backslash
27183 cornersize*{1cm}
27184 \end_layout
27185
27186 \begin_layout Standard
27187 sets the diameter to 1
27188 \begin_inset space \thinspace{}
27189 \end_inset
27190
27191 cm.
27192  The command
27193 \end_layout
27194
27195 \begin_layout Standard
27196
27197 \series bold
27198
27199 \backslash
27200 cornersize{num}
27201 \end_layout
27202
27203 \begin_layout Standard
27204 sets the diameter to 
27205 \family sans
27206 num
27207 \begin_inset space \thinspace{}
27208 \end_inset
27209
27210 ×
27211 \begin_inset space \thinspace{}
27212 \end_inset
27213
27214 minimum(width and heigth of box)
27215 \family default
27216 .
27217  The default is 
27218 \series bold
27219
27220 \backslash
27221 cornersize{0.5}
27222 \series default
27223 .
27224 \end_layout
27225
27226 \begin_layout Standard
27227 \begin_inset ERT
27228 status collapsed
27229
27230 \begin_layout Plain Layout
27231
27232
27233 \backslash
27234 cornersize*{1.5cm}
27235 \end_layout
27236
27237 \end_inset
27238
27239
27240 \begin_inset Box Ovalbox
27241 position "c"
27242 hor_pos "c"
27243 has_inner_box 1
27244 inner_pos "c"
27245 use_parbox 0
27246 width "25col%"
27247 special "none"
27248 height "1in"
27249 height_special "totalheight"
27250 status open
27251
27252 \begin_layout Plain Layout
27253 \align center
27254 Oval box with 
27255 \series bold
27256
27257 \backslash
27258 cornersize
27259 \series default
27260
27261 \begin_inset space \thinspace{}
27262 \end_inset
27263
27264 =
27265 \begin_inset space \thinspace{}
27266 \end_inset
27267
27268 1.5
27269 \begin_inset space \thinspace{}
27270 \end_inset
27271
27272 cm
27273 \end_layout
27274
27275 \end_inset
27276
27277
27278 \begin_inset ERT
27279 status collapsed
27280
27281 \begin_layout Plain Layout
27282
27283
27284 \backslash
27285 cornersize{0.5}
27286 \end_layout
27287
27288 \end_inset
27289
27290
27291 \end_layout
27292
27293 \begin_layout Standard
27294 \begin_inset VSpace bigskip
27295 \end_inset
27296
27297 The size of the shadow can be adjusted by changing the length 
27298 \series bold
27299
27300 \backslash
27301 shadowsize
27302 \series default
27303 .
27304  It it set to 2
27305 \begin_inset space \thinspace{}
27306 \end_inset
27307
27308 pt for the following box by this command:
27309 \end_layout
27310
27311 \begin_layout Standard
27312
27313 \series bold
27314
27315 \backslash
27316 setlength{
27317 \backslash
27318 shadowsize}{2pt}
27319 \end_layout
27320
27321 \begin_layout Standard
27322 \begin_inset ERT
27323 status collapsed
27324
27325 \begin_layout Plain Layout
27326
27327
27328 \backslash
27329 setlength{
27330 \backslash
27331 shadowsize}{2pt}
27332 \end_layout
27333
27334 \end_inset
27335
27336
27337 \begin_inset Box Shadowbox
27338 position "c"
27339 hor_pos "c"
27340 has_inner_box 1
27341 inner_pos "c"
27342 use_parbox 0
27343 width "25col%"
27344 special "none"
27345 height "1in"
27346 height_special "totalheight"
27347 status open
27348
27349 \begin_layout Plain Layout
27350 \align center
27351 Shadow box with 
27352 \series bold
27353
27354 \backslash
27355 shadowsize
27356 \series default
27357
27358 \begin_inset space \thinspace{}
27359 \end_inset
27360
27361 =
27362 \begin_inset space \thinspace{}
27363 \end_inset
27364
27365 2
27366 \begin_inset space \thinspace{}
27367 \end_inset
27368
27369 pt
27370 \end_layout
27371
27372 \end_inset
27373
27374
27375 \begin_inset ERT
27376 status collapsed
27377
27378 \begin_layout Plain Layout
27379
27380
27381 \backslash
27382 setlength{
27383 \backslash
27384 shadowsize}{4pt}
27385 \end_layout
27386
27387 \end_inset
27388
27389
27390 \end_layout
27391
27392 \begin_layout Standard
27393 \begin_inset VSpace bigskip
27394 \end_inset
27395
27396
27397 \end_layout
27398
27399 \begin_layout Standard
27400 The default value for the size 
27401 \series bold
27402
27403 \backslash
27404 FrameRule
27405 \series default
27406  is 0.4
27407 \begin_inset space \thinspace{}
27408 \end_inset
27409
27410 pt.
27411  The default space between the note content and the frame is 9
27412 \begin_inset space \thinspace{}
27413 \end_inset
27414
27415 pt and can be changed with the value of 
27416 \series bold
27417
27418 \backslash
27419 FrameSep
27420 \series default
27421 .
27422  For example the frame appearance of the following 
27423 \family sans
27424 box
27425 \family default
27426  is set with the TeX-Code commands
27427 \end_layout
27428
27429 \begin_layout Standard
27430
27431 \series bold
27432
27433 \backslash
27434 setlength{
27435 \backslash
27436 FrameRule}{5pt}
27437 \begin_inset Newline newline
27438 \end_inset
27439
27440
27441 \backslash
27442 setlength{
27443 \backslash
27444 FrameSep}{0.5cm}
27445 \end_layout
27446
27447 \begin_layout Standard
27448 \begin_inset ERT
27449 status collapsed
27450
27451 \begin_layout Plain Layout
27452
27453
27454 \backslash
27455 setlength{
27456 \backslash
27457 FrameRule}{5pt}
27458 \end_layout
27459
27460 \begin_layout Plain Layout
27461
27462
27463 \backslash
27464 setlength{
27465 \backslash
27466 FrameSep}{0.5cm}
27467 \end_layout
27468
27469 \end_inset
27470
27471
27472 \begin_inset Box Framed
27473 position "t"
27474 hor_pos "c"
27475 has_inner_box 0
27476 inner_pos "t"
27477 use_parbox 0
27478 width "100col%"
27479 special "none"
27480 height "1in"
27481 height_special "totalheight"
27482 status open
27483
27484 \begin_layout Plain Layout
27485 This is text in an 
27486 \family sans
27487 allow page break
27488 \family default
27489  box.
27490 \end_layout
27491
27492 \end_inset
27493
27494
27495 \begin_inset ERT
27496 status collapsed
27497
27498 \begin_layout Plain Layout
27499
27500
27501 \backslash
27502 setlength{
27503 \backslash
27504 FrameRule}{0.4pt}
27505 \end_layout
27506
27507 \begin_layout Plain Layout
27508
27509
27510 \backslash
27511 setlength{
27512 \backslash
27513 FrameSep}{9pt}
27514 \end_layout
27515
27516 \end_inset
27517
27518
27519 \end_layout
27520
27521 \begin_layout Standard
27522 \begin_inset VSpace bigskip
27523 \end_inset
27524
27525
27526 \end_layout
27527
27528 \begin_layout Standard
27529 For 
27530 \family sans
27531 shaded background
27532 \family default
27533  boxes the default space between the box content and the box border is 3
27534 \begin_inset space \thinspace{}
27535 \end_inset
27536
27537 pt and can be changed with the value of 
27538 \series bold
27539
27540 \backslash
27541 fboxsep
27542 \series default
27543 .
27544  The default background color red can either be changed locally with the
27545  command 
27546 \series bold
27547
27548 \backslash
27549 definecolor{shadebox}
27550 \series default
27551  or globally with the menu 
27552 \family sans
27553 Tools\SpecialChar \menuseparator
27554 Preferences\SpecialChar \menuseparator
27555 Colors\SpecialChar \menuseparator
27556 shaded
27557 \begin_inset space ~
27558 \end_inset
27559
27560 box
27561 \family default
27562 .
27563  The scheme of the 
27564 \series bold
27565
27566 \backslash
27567 definecolor
27568 \series default
27569  command is explained in section
27570 \begin_inset space ~
27571 \end_inset
27572
27573
27574 \begin_inset CommandInset ref
27575 LatexCommand ref
27576 reference "sec:Colored-Tables"
27577
27578 \end_inset
27579
27580 .
27581 \begin_inset Foot
27582 status collapsed
27583
27584 \begin_layout Plain Layout
27585 Note that 
27586 \series bold
27587
27588 \backslash
27589 definecolor
27590 \series default
27591  requires the LaTeX-package 
27592 \series bold
27593 color
27594 \series default
27595  in the preamble, see section
27596 \begin_inset space ~
27597 \end_inset
27598
27599
27600 \begin_inset CommandInset ref
27601 LatexCommand ref
27602 reference "sec:Colored-Boxes"
27603
27604 \end_inset
27605
27606 .
27607 \end_layout
27608
27609 \end_inset
27610
27611  For example the appearance of the following shaded background note is set
27612  with the TeX-Code commands
27613 \end_layout
27614
27615 \begin_layout Standard
27616
27617 \series bold
27618
27619 \backslash
27620 setlength{
27621 \backslash
27622 fboxsep}{0.5cm}
27623 \series default
27624
27625 \begin_inset Newline newline
27626 \end_inset
27627
27628
27629 \series bold
27630
27631 \backslash
27632 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27633 \end_layout
27634
27635 \begin_layout Standard
27636 \begin_inset ERT
27637 status collapsed
27638
27639 \begin_layout Plain Layout
27640
27641
27642 \backslash
27643 setlength{
27644 \backslash
27645 fboxsep}{0.5cm}
27646 \end_layout
27647
27648 \begin_layout Plain Layout
27649
27650
27651 \backslash
27652 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27653 \end_layout
27654
27655 \end_inset
27656
27657
27658 \begin_inset Box Shaded
27659 position "t"
27660 hor_pos "c"
27661 has_inner_box 0
27662 inner_pos "t"
27663 use_parbox 0
27664 width "100col%"
27665 special "none"
27666 height "1in"
27667 height_special "totalheight"
27668 status open
27669
27670 \begin_layout Plain Layout
27671
27672 \color yellow
27673 This is yellow text in a
27674 \color none
27675  
27676 \family sans
27677 \color yellow
27678 shaded background
27679 \family default
27680 \color none
27681  
27682 \color yellow
27683 box with dark green background.
27684 \end_layout
27685
27686 \end_inset
27687
27688
27689 \begin_inset ERT
27690 status collapsed
27691
27692 \begin_layout Plain Layout
27693
27694
27695 \backslash
27696 setlength{
27697 \backslash
27698 fboxsep}{3pt}
27699 \end_layout
27700
27701 \begin_layout Plain Layout
27702
27703
27704 \backslash
27705 definecolor{shadecolor}{rgb}{1,0,0}
27706 \end_layout
27707
27708 \end_inset
27709
27710
27711 \end_layout
27712
27713 \begin_layout Standard
27714 \begin_inset VSpace bigskip
27715 \end_inset
27716
27717 Changed lengths and widths are valid for all boxes following the commands
27718  that change them.
27719 \end_layout
27720
27721 \begin_layout Section
27722 Minipages
27723 \begin_inset CommandInset label
27724 LatexCommand label
27725 name "sec:Minipages"
27726
27727 \end_inset
27728
27729
27730 \begin_inset Index
27731 status collapsed
27732
27733 \begin_layout Plain Layout
27734 Boxes ! Minipages
27735 \end_layout
27736
27737 \end_inset
27738
27739
27740 \end_layout
27741
27742 \begin_layout Standard
27743 Minipages are treated by LaTeX as pages within pages and can therefore for
27744  example have their own footnotes.
27745 \end_layout
27746
27747 \begin_layout Standard
27748 Minipages are useful when you write documents with different languages.
27749 \end_layout
27750
27751 \begin_layout Standard
27752 Below are two example minipages side by side.
27753  Their width is set to 45
27754 \begin_inset space \thinspace{}
27755 \end_inset
27756
27757 col% and they are separated by a horizontal fill, that was inserted via
27758  the menu 
27759 \family sans
27760 Insert\SpecialChar \menuseparator
27761 Special
27762 \begin_inset space ~
27763 \end_inset
27764
27765 Formatting\SpecialChar \menuseparator
27766 Horizontal
27767 \begin_inset space ~
27768 \end_inset
27769
27770 Fill
27771 \family default
27772 .
27773 \begin_inset Newpage newpage
27774 \end_inset
27775
27776
27777 \end_layout
27778
27779 \begin_layout Standard
27780 \begin_inset Box Frameless
27781 position "t"
27782 hor_pos "c"
27783 has_inner_box 1
27784 inner_pos "c"
27785 use_parbox 0
27786 width "45col%"
27787 special "none"
27788 height "1in"
27789 height_special "totalheight"
27790 status open
27791
27792 \begin_layout Plain Layout
27793
27794 \lang german
27795 Dies ist ein deutscher Text.
27796  Dies ist ein deutscher Text.
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 \begin_inset Foot
27809 status collapsed
27810
27811 \begin_layout Plain Layout
27812
27813 \lang german
27814 Dies ist eine deutsche Fußnote.
27815 \end_layout
27816
27817 \end_inset
27818
27819 .
27820  Dies ist ein deutscher Text.
27821  Dies ist ein deutscher Text.
27822 \end_layout
27823
27824 \end_inset
27825
27826
27827 \begin_inset space \hfill{}
27828 \end_inset
27829
27830
27831 \begin_inset Box Frameless
27832 position "t"
27833 hor_pos "c"
27834 has_inner_box 1
27835 inner_pos "c"
27836 use_parbox 0
27837 width "45col%"
27838 special "none"
27839 height "1in"
27840 height_special "totalheight"
27841 status open
27842
27843 \begin_layout Plain Layout
27844 This is an English Text.
27845  This is an English Text.
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 \begin_inset Foot
27861 status collapsed
27862
27863 \begin_layout Plain Layout
27864 This is an English footnote.
27865 \end_layout
27866
27867 \end_inset
27868
27869  This is an English Text.
27870  
27871 \end_layout
27872
27873 \end_inset
27874
27875
27876 \end_layout
27877
27878 \begin_layout Standard
27879 \begin_inset VSpace bigskip
27880 \end_inset
27881
27882 Another application for minipages are footnotes within tables.
27883  Due to a LaTeX restriction footnotes within tables doesn't appear at the
27884  bottom of the current page.
27885  But when you put the table with the footnote to a minipage, the footnote
27886  will appear at its bottom, numbered with Latin letters.
27887  The footnote number is reset to 1 in every minipage but not outside the
27888  minipages.
27889 \end_layout
27890
27891 \begin_layout Standard
27892 The footnote of this table doesn't appear: 
27893 \begin_inset Tabular
27894 <lyxtabular version="3" rows="3" columns="4">
27895 <features>
27896 <column alignment="center" valignment="top" width="0pt">
27897 <column alignment="center" valignment="top" width="0pt">
27898 <column alignment="center" valignment="top" width="0pt">
27899 <column alignment="center" valignment="top" width="0pt">
27900 <row>
27901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27902 \begin_inset Text
27903
27904 \begin_layout Plain Layout
27905 1
27906 \end_layout
27907
27908 \end_inset
27909 </cell>
27910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27911 \begin_inset Text
27912
27913 \begin_layout Plain Layout
27914 2
27915 \end_layout
27916
27917 \end_inset
27918 </cell>
27919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27920 \begin_inset Text
27921
27922 \begin_layout Plain Layout
27923 3
27924 \begin_inset Foot
27925 status collapsed
27926
27927 \begin_layout Plain Layout
27928 This is a footnote within a table.
27929 \end_layout
27930
27931 \end_inset
27932
27933
27934 \end_layout
27935
27936 \end_inset
27937 </cell>
27938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27939 \begin_inset Text
27940
27941 \begin_layout Plain Layout
27942 4
27943 \end_layout
27944
27945 \end_inset
27946 </cell>
27947 </row>
27948 <row>
27949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27950 \begin_inset Text
27951
27952 \begin_layout Plain Layout
27953 a
27954 \end_layout
27955
27956 \end_inset
27957 </cell>
27958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27959 \begin_inset Text
27960
27961 \begin_layout Plain Layout
27962 b
27963 \end_layout
27964
27965 \end_inset
27966 </cell>
27967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27968 \begin_inset Text
27969
27970 \begin_layout Plain Layout
27971 c
27972 \end_layout
27973
27974 \end_inset
27975 </cell>
27976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27977 \begin_inset Text
27978
27979 \begin_layout Plain Layout
27980 d
27981 \end_layout
27982
27983 \end_inset
27984 </cell>
27985 </row>
27986 <row>
27987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27988 \begin_inset Text
27989
27990 \begin_layout Plain Layout
27991 e
27992 \end_layout
27993
27994 \end_inset
27995 </cell>
27996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27997 \begin_inset Text
27998
27999 \begin_layout Plain Layout
28000 f
28001 \end_layout
28002
28003 \end_inset
28004 </cell>
28005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28006 \begin_inset Text
28007
28008 \begin_layout Plain Layout
28009 g
28010 \end_layout
28011
28012 \end_inset
28013 </cell>
28014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28015 \begin_inset Text
28016
28017 \begin_layout Plain Layout
28018 h
28019 \end_layout
28020
28021 \end_inset
28022 </cell>
28023 </row>
28024 </lyxtabular>
28025
28026 \end_inset
28027
28028
28029 \end_layout
28030
28031 \begin_layout Standard
28032 \align center
28033 \begin_inset Box Frameless
28034 position "t"
28035 hor_pos "c"
28036 has_inner_box 1
28037 inner_pos "c"
28038 use_parbox 0
28039 width "30col%"
28040 special "none"
28041 height "1in"
28042 height_special "totalheight"
28043 status open
28044
28045 \begin_layout Plain Layout
28046 \align center
28047 \begin_inset Tabular
28048 <lyxtabular version="3" rows="3" columns="4">
28049 <features>
28050 <column alignment="center" valignment="top" width="0pt">
28051 <column alignment="center" valignment="top" width="0pt">
28052 <column alignment="center" valignment="top" width="0pt">
28053 <column alignment="center" valignment="top" width="0pt">
28054 <row>
28055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28056 \begin_inset Text
28057
28058 \begin_layout Plain Layout
28059 1
28060 \end_layout
28061
28062 \end_inset
28063 </cell>
28064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28065 \begin_inset Text
28066
28067 \begin_layout Plain Layout
28068 2
28069 \end_layout
28070
28071 \end_inset
28072 </cell>
28073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28074 \begin_inset Text
28075
28076 \begin_layout Plain Layout
28077 3
28078 \begin_inset Foot
28079 status collapsed
28080
28081 \begin_layout Plain Layout
28082 This is a footnote within a table.
28083 \end_layout
28084
28085 \end_inset
28086
28087
28088 \end_layout
28089
28090 \end_inset
28091 </cell>
28092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28093 \begin_inset Text
28094
28095 \begin_layout Plain Layout
28096 4
28097 \end_layout
28098
28099 \end_inset
28100 </cell>
28101 </row>
28102 <row>
28103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28104 \begin_inset Text
28105
28106 \begin_layout Plain Layout
28107 a
28108 \end_layout
28109
28110 \end_inset
28111 </cell>
28112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28113 \begin_inset Text
28114
28115 \begin_layout Plain Layout
28116 b
28117 \end_layout
28118
28119 \end_inset
28120 </cell>
28121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28122 \begin_inset Text
28123
28124 \begin_layout Plain Layout
28125 c
28126 \end_layout
28127
28128 \end_inset
28129 </cell>
28130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28131 \begin_inset Text
28132
28133 \begin_layout Plain Layout
28134 d
28135 \end_layout
28136
28137 \end_inset
28138 </cell>
28139 </row>
28140 <row>
28141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28142 \begin_inset Text
28143
28144 \begin_layout Plain Layout
28145 e
28146 \end_layout
28147
28148 \end_inset
28149 </cell>
28150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28151 \begin_inset Text
28152
28153 \begin_layout Plain Layout
28154 f
28155 \end_layout
28156
28157 \end_inset
28158 </cell>
28159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28160 \begin_inset Text
28161
28162 \begin_layout Plain Layout
28163 g
28164 \end_layout
28165
28166 \end_inset
28167 </cell>
28168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28169 \begin_inset Text
28170
28171 \begin_layout Plain Layout
28172 h
28173 \end_layout
28174
28175 \end_inset
28176 </cell>
28177 </row>
28178 </lyxtabular>
28179
28180 \end_inset
28181
28182
28183 \end_layout
28184
28185 \end_inset
28186
28187
28188 \end_layout
28189
28190 \begin_layout Standard
28191 \begin_inset VSpace bigskip
28192 \end_inset
28193
28194 The document-wide paragraph settings are ignored within minipages.
28195  That means that there will be no space between paragraphs in minipages
28196  although you set it to e.
28197 \begin_inset space \thinspace{}
28198 \end_inset
28199
28200 g.
28201 \begin_inset space ~
28202 \end_inset
28203
28204
28205 \family sans
28206 MedSkip
28207 \family default
28208  in the document settings.
28209 \end_layout
28210
28211 \begin_layout Standard
28212 Minipages can also be used to set a background color for text parts, see
28213  section
28214 \begin_inset space ~
28215 \end_inset
28216
28217
28218 \begin_inset CommandInset ref
28219 LatexCommand ref
28220 reference "sub:Color-for-Paragraphs"
28221
28222 \end_inset
28223
28224 .
28225 \end_layout
28226
28227 \begin_layout Standard
28228 \begin_inset Note Greyedout
28229 status open
28230
28231 \begin_layout Plain Layout
28232
28233 \series bold
28234 Note:
28235 \series default
28236  You cannot have floats or margin notes inside minipages but minipages can
28237  be used inside tables, floats, and other boxes.
28238 \end_layout
28239
28240 \end_inset
28241
28242
28243 \end_layout
28244
28245 \begin_layout Section
28246 Parboxes
28247 \begin_inset CommandInset label
28248 LatexCommand label
28249 name "sec:Parboxes"
28250
28251 \end_inset
28252
28253
28254 \begin_inset Index
28255 status collapsed
28256
28257 \begin_layout Plain Layout
28258 Boxes ! Parboxes
28259 \end_layout
28260
28261 \end_inset
28262
28263
28264 \end_layout
28265
28266 \begin_layout Standard
28267 Parboxes are very similar to minipages with the difference that they cannot
28268  have footnotes.
28269  The main difference to minipages is that minipages are in contrary to parboxes
28270  no real boxes but LaTeX-environments.
28271 \end_layout
28272
28273 \begin_layout Standard
28274 \align center
28275 \begin_inset Box Frameless
28276 position "t"
28277 hor_pos "c"
28278 has_inner_box 1
28279 inner_pos "t"
28280 use_parbox 1
28281 width "33col%"
28282 special "none"
28283 height "1in"
28284 height_special "totalheight"
28285 status collapsed
28286
28287 \begin_layout Plain Layout
28288 This a text within a parbox.
28289  This a text within a parbox.
28290 \end_layout
28291
28292 \begin_layout Plain Layout
28293 This footnote won't appear:
28294 \begin_inset Foot
28295 status collapsed
28296
28297 \begin_layout Plain Layout
28298 This footnote is inside a parbox and will therefore not appear.
28299 \end_layout
28300
28301 \end_inset
28302
28303
28304 \end_layout
28305
28306 \end_inset
28307
28308
28309 \end_layout
28310
28311 \begin_layout Section
28312 Boxes for Words and Characters
28313 \begin_inset Index
28314 status collapsed
28315
28316 \begin_layout Plain Layout
28317 Boxes ! for Characters
28318 \end_layout
28319
28320 \end_inset
28321
28322
28323 \end_layout
28324
28325 \begin_layout Subsection
28326 Prevent Hyphenation
28327 \begin_inset CommandInset label
28328 LatexCommand label
28329 name "sec:Prevent-Hyphenation"
28330
28331 \end_inset
28332
28333
28334 \begin_inset Index
28335 status collapsed
28336
28337 \begin_layout Plain Layout
28338 Boxes ! to Prevent Hyphenation
28339 \end_layout
28340
28341 \end_inset
28342
28343
28344 \end_layout
28345
28346 \begin_layout Standard
28347 You can use a special kind of boxes to prevent words or text to be hyphenated.
28348 \begin_inset Newline newline
28349 \end_inset
28350
28351 Here is an example text:
28352 \end_layout
28353
28354 \begin_layout Standard
28355 This line is an example to show how you can prevent the hyphenation of 
28356 \begin_inset Quotes eld
28357 \end_inset
28358
28359 veryverylongword
28360 \begin_inset Quotes erd
28361 \end_inset
28362
28363 .
28364 \end_layout
28365
28366 \begin_layout Standard
28367 To prevent the hyphenation of the word 
28368 \begin_inset Quotes eld
28369 \end_inset
28370
28371 veryverylongword
28372 \begin_inset Quotes erd
28373 \end_inset
28374
28375 , add the command
28376 \end_layout
28377
28378 \begin_layout Standard
28379
28380 \series bold
28381
28382 \backslash
28383 mbox{
28384 \end_layout
28385
28386 \begin_layout Standard
28387 in TeX-Code before the word.
28388  Behind the word insert a closing brace 
28389 \begin_inset Quotes eld
28390 \end_inset
28391
28392
28393 \series bold
28394 }
28395 \series default
28396
28397 \begin_inset Quotes erd
28398 \end_inset
28399
28400  in TeX-Code.
28401 \end_layout
28402
28403 \begin_layout Standard
28404 This is the result:
28405 \end_layout
28406
28407 \begin_layout Standard
28408 This line is an example to show how you can prevent the hyphenation of 
28409 \begin_inset ERT
28410 status collapsed
28411
28412 \begin_layout Plain Layout
28413
28414
28415 \backslash
28416 mbox{
28417 \end_layout
28418
28419 \end_inset
28420
28421
28422 \begin_inset Quotes eld
28423 \end_inset
28424
28425 veryverylongword
28426 \begin_inset Quotes erd
28427 \end_inset
28428
28429 .
28430 \begin_inset ERT
28431 status collapsed
28432
28433 \begin_layout Plain Layout
28434
28435 }
28436 \end_layout
28437
28438 \end_inset
28439
28440
28441 \end_layout
28442
28443 \begin_layout Standard
28444 You can alternatively set the command 
28445 \begin_inset Quotes eld
28446 \end_inset
28447
28448
28449 \series bold
28450
28451 \backslash
28452 -
28453 \series default
28454
28455 \begin_inset Quotes grd
28456 \end_inset
28457
28458  as TeX-Code directly before the word:
28459 \end_layout
28460
28461 \begin_layout Standard
28462 This line is an example to show how you can prevent the hyphenation of 
28463 \begin_inset Quotes eld
28464 \end_inset
28465
28466
28467 \begin_inset ERT
28468 status collapsed
28469
28470 \begin_layout Plain Layout
28471
28472
28473 \backslash
28474 -
28475 \end_layout
28476
28477 \end_inset
28478
28479 veryverylongword
28480 \begin_inset Quotes erd
28481 \end_inset
28482
28483 .
28484 \end_layout
28485
28486 \begin_layout Standard
28487 Of course the word now protrudes over the side margin.
28488  To avoid this, add via the menu 
28489 \family sans
28490 Insert\SpecialChar \menuseparator
28491 Special
28492 \begin_inset space ~
28493 \end_inset
28494
28495 Formatting\SpecialChar \menuseparator
28496 Line
28497 \begin_inset space ~
28498 \end_inset
28499
28500 Break
28501 \family default
28502  (shortcut 
28503 \series bold
28504 Ctrl-Return
28505 \series default
28506 ) a line break before the word:
28507 \end_layout
28508
28509 \begin_layout Standard
28510 This line is an example to show how you can prevent the hyphenation of 
28511 \begin_inset Newline newline
28512 \end_inset
28513
28514
28515 \begin_inset ERT
28516 status collapsed
28517
28518 \begin_layout Plain Layout
28519
28520
28521 \backslash
28522 mbox{
28523 \end_layout
28524
28525 \end_inset
28526
28527
28528 \begin_inset Quotes eld
28529 \end_inset
28530
28531 veryverylongword
28532 \begin_inset Quotes erd
28533 \end_inset
28534
28535 .
28536 \begin_inset ERT
28537 status collapsed
28538
28539 \begin_layout Plain Layout
28540
28541 }
28542 \end_layout
28543
28544 \end_inset
28545
28546
28547 \end_layout
28548
28549 \begin_layout Subsection
28550 Vertical Alignment
28551 \begin_inset CommandInset label
28552 LatexCommand label
28553 name "sub:Vertical-Alignment"
28554
28555 \end_inset
28556
28557
28558 \begin_inset Index
28559 status collapsed
28560
28561 \begin_layout Plain Layout
28562 Boxes ! for Vertical Alignment
28563 \end_layout
28564
28565 \end_inset
28566
28567
28568 \begin_inset Index
28569 status collapsed
28570
28571 \begin_layout Plain Layout
28572 Boxes ! Raiseboxes
28573 \end_layout
28574
28575 \end_inset
28576
28577
28578 \end_layout
28579
28580 \begin_layout Standard
28581 With the help of the command 
28582 \series bold
28583
28584 \backslash
28585 raisebox
28586 \series default
28587  you can align words, characters or other boxes vertically to the surrounding
28588  text.
28589  
28590 \series bold
28591
28592 \backslash
28593 raisebox
28594 \series default
28595  is used with the following scheme:
28596 \end_layout
28597
28598 \begin_layout Standard
28599
28600 \series bold
28601
28602 \backslash
28603 raisebox{lift}[height][depth]{box content}
28604 \end_layout
28605
28606 \begin_layout Standard
28607 The lift can be a positive value to raise the box or a negative value to
28608  lower the box.
28609 \end_layout
28610
28611 \begin_layout Standard
28612 To align for example the word 
28613 \begin_inset Quotes eld
28614 \end_inset
28615
28616 preventing
28617 \begin_inset Quotes erd
28618 \end_inset
28619
28620  so that the bottom of the 
28621 \begin_inset Quotes eld
28622 \end_inset
28623
28624 deepest
28625 \begin_inset Quotes erd
28626 \end_inset
28627
28628  character 
28629 \begin_inset Quotes eld
28630 \end_inset
28631
28632 p
28633 \begin_inset Quotes erd
28634 \end_inset
28635
28636  is at the baseline, insert the command
28637 \end_layout
28638
28639 \begin_layout Standard
28640
28641 \series bold
28642
28643 \backslash
28644 raisebox{
28645 \backslash
28646 depth}{
28647 \end_layout
28648
28649 \begin_layout Standard
28650 in TeX-Code before the word.
28651  Behind the word insert a closing brace 
28652 \begin_inset Quotes eld
28653 \end_inset
28654
28655
28656 \series bold
28657 }
28658 \series default
28659
28660 \begin_inset Quotes erd
28661 \end_inset
28662
28663  in TeX-Code.
28664 \begin_inset Newline newline
28665 \end_inset
28666
28667 This is the result:
28668 \end_layout
28669
28670 \begin_layout Standard
28671 This is a text line with the word 
28672 \begin_inset ERT
28673 status collapsed
28674
28675 \begin_layout Plain Layout
28676
28677
28678 \backslash
28679 raisebox{
28680 \backslash
28681 depth}{
28682 \end_layout
28683
28684 \end_inset
28685
28686
28687 \begin_inset Quotes eld
28688 \end_inset
28689
28690 preventing
28691 \begin_inset Quotes erd
28692 \end_inset
28693
28694
28695 \begin_inset ERT
28696 status collapsed
28697
28698 \begin_layout Plain Layout
28699
28700 }
28701 \end_layout
28702
28703 \end_inset
28704
28705  as raised word.
28706 \end_layout
28707
28708 \begin_layout Standard
28709 \begin_inset VSpace bigskip
28710 \end_inset
28711
28712 When you raise or lower characters in a line, the line distance will be
28713  spread:
28714 \end_layout
28715
28716 \begin_layout Standard
28717 This is a text line with the word 
28718 \begin_inset ERT
28719 status collapsed
28720
28721 \begin_layout Plain Layout
28722
28723
28724 \backslash
28725 raisebox{-
28726 \backslash
28727 depth}{
28728 \end_layout
28729
28730 \end_inset
28731
28732
28733 \begin_inset Quotes eld
28734 \end_inset
28735
28736 preventing
28737 \begin_inset Quotes erd
28738 \end_inset
28739
28740
28741 \begin_inset ERT
28742 status collapsed
28743
28744 \begin_layout Plain Layout
28745
28746 }
28747 \end_layout
28748
28749 \end_inset
28750
28751  as lowered word.
28752 \begin_inset Newline newline
28753 \end_inset
28754
28755 This is a text line with the word 
28756 \begin_inset ERT
28757 status collapsed
28758
28759 \begin_layout Plain Layout
28760
28761
28762 \backslash
28763 raisebox{0.5cm}{
28764 \end_layout
28765
28766 \end_inset
28767
28768
28769 \begin_inset Quotes eld
28770 \end_inset
28771
28772 testing
28773 \begin_inset Quotes erd
28774 \end_inset
28775
28776
28777 \begin_inset ERT
28778 status collapsed
28779
28780 \begin_layout Plain Layout
28781
28782 }
28783 \end_layout
28784
28785 \end_inset
28786
28787  as raised word.
28788 \end_layout
28789
28790 \begin_layout Standard
28791 If you want to prevent this for a certain reason, set the box height to
28792  a zero value.
28793  For example use
28794 \end_layout
28795
28796 \begin_layout Standard
28797
28798 \series bold
28799
28800 \backslash
28801 raisebox{-
28802 \backslash
28803 depth}[0pt]{
28804 \end_layout
28805
28806 \begin_layout Standard
28807 This is a text line with the word 
28808 \begin_inset ERT
28809 status collapsed
28810
28811 \begin_layout Plain Layout
28812
28813
28814 \backslash
28815 raisebox{-
28816 \backslash
28817 depth}[0pt]{
28818 \end_layout
28819
28820 \end_inset
28821
28822
28823 \begin_inset Quotes eld
28824 \end_inset
28825
28826 preventing
28827 \begin_inset Quotes erd
28828 \end_inset
28829
28830
28831 \begin_inset ERT
28832 status collapsed
28833
28834 \begin_layout Plain Layout
28835
28836 }
28837 \end_layout
28838
28839 \end_inset
28840
28841  as lowered word.
28842 \begin_inset Newline newline
28843 \end_inset
28844
28845 This is a text line with the word 
28846 \begin_inset ERT
28847 status collapsed
28848
28849 \begin_layout Plain Layout
28850
28851
28852 \backslash
28853 raisebox{0.5cm}[0pt]{
28854 \end_layout
28855
28856 \end_inset
28857
28858
28859 \begin_inset Quotes eld
28860 \end_inset
28861
28862 testing
28863 \begin_inset Quotes erd
28864 \end_inset
28865
28866
28867 \begin_inset ERT
28868 status collapsed
28869
28870 \begin_layout Plain Layout
28871
28872 }
28873 \end_layout
28874
28875 \end_inset
28876
28877  as raised word.
28878 \end_layout
28879
28880 \begin_layout Section
28881 Colored Boxes
28882 \begin_inset CommandInset label
28883 LatexCommand label
28884 name "sec:Colored-Boxes"
28885
28886 \end_inset
28887
28888
28889 \begin_inset Index
28890 status collapsed
28891
28892 \begin_layout Plain Layout
28893 Boxes ! Color
28894 \end_layout
28895
28896 \end_inset
28897
28898
28899 \end_layout
28900
28901 \begin_layout Subsection
28902 Color for Text
28903 \begin_inset Index
28904 status collapsed
28905
28906 \begin_layout Plain Layout
28907 Color ! for Text
28908 \end_layout
28909
28910 \end_inset
28911
28912
28913 \end_layout
28914
28915 \begin_layout Standard
28916 To color the background of text the text must be put into a so called 
28917 \begin_inset Quotes eld
28918 \end_inset
28919
28920 colorbox
28921 \begin_inset Quotes erd
28922 \end_inset
28923
28924 .
28925  This requires that the LaTeX-package 
28926 \series bold
28927 color
28928 \series default
28929
28930 \begin_inset Index
28931 status collapsed
28932
28933 \begin_layout Plain Layout
28934 LaTeX-packages ! color
28935 \end_layout
28936
28937 \end_inset
28938
28939  is loaded in the document preamble with the command
28940 \end_layout
28941
28942 \begin_layout Standard
28943
28944 \series bold
28945
28946 \backslash
28947 @ifundefined{textcolor}
28948 \begin_inset Newline newline
28949 \end_inset
28950
28951
28952 \begin_inset ERT
28953 status collapsed
28954
28955 \begin_layout Plain Layout
28956
28957
28958 \backslash
28959 hphantom{ }
28960 \end_layout
28961
28962 \end_inset
28963
28964 {
28965 \backslash
28966 usepackage{color}}{}
28967 \end_layout
28968
28969 \begin_layout Standard
28970 The package 
28971 \series bold
28972 color
28973 \series default
28974  will be loaded automatically by LyX when you color text
28975 \begin_inset Foot
28976 status collapsed
28977
28978 \begin_layout Plain Layout
28979 To avoid that it is loaded twice the command 
28980 \series bold
28981
28982 \backslash
28983 @ifundefined
28984 \series default
28985  is used.
28986 \end_layout
28987
28988 \end_inset
28989
28990 .
28991 \end_layout
28992
28993 \begin_layout Standard
28994 \begin_inset VSpace medskip
28995 \end_inset
28996
28997 Colorboxes are created with the command 
28998 \series bold
28999
29000 \backslash
29001 colorbox
29002 \series default
29003 .
29004  This will be used with the following scheme:
29005 \end_layout
29006
29007 \begin_layout Standard
29008
29009 \series bold
29010
29011 \backslash
29012 colorbox{color}{box content}
29013 \end_layout
29014
29015 \begin_layout Standard
29016 The box content can also be a box and colorboxes can also be within other
29017  boxes.
29018 \end_layout
29019
29020 \begin_layout Standard
29021 The following colors are predefined:
29022 \begin_inset Newline newline
29023 \end_inset
29024
29025
29026 \family sans
29027 black
29028 \family default
29029
29030 \family sans
29031 blue
29032 \family default
29033
29034 \family sans
29035 cyan
29036 \family default
29037 \series bold
29038 ,
29039 \series default
29040  
29041 \family sans
29042 green
29043 \family default
29044
29045 \family sans
29046 magenta
29047 \family default
29048
29049 \family sans
29050 red
29051 \family default
29052
29053 \family sans
29054 white
29055 \family default
29056 , and 
29057 \family sans
29058 yellow
29059 \family default
29060 .
29061 \begin_inset Newline newline
29062 \end_inset
29063
29064 You can also define your own color as described in section
29065 \begin_inset space ~
29066 \end_inset
29067
29068
29069 \begin_inset CommandInset ref
29070 LatexCommand ref
29071 reference "sec:Colored-Tables"
29072
29073 \end_inset
29074
29075 .
29076 \end_layout
29077
29078 \begin_layout Standard
29079 To have e.
29080 \begin_inset space \thinspace{}
29081 \end_inset
29082
29083 g.
29084 \begin_inset space ~
29085 \end_inset
29086
29087 a red background for a word, insert the command
29088 \end_layout
29089
29090 \begin_layout Standard
29091
29092 \series bold
29093
29094 \backslash
29095 colorbox{red}{
29096 \end_layout
29097
29098 \begin_layout Standard
29099 before the word in TeX-Code.
29100  Behind the word insert a closing brace 
29101 \begin_inset Quotes eld
29102 \end_inset
29103
29104
29105 \series bold
29106 }
29107 \series default
29108
29109 \begin_inset Quotes erd
29110 \end_inset
29111
29112  in TeX-Code.
29113 \begin_inset Newline newline
29114 \end_inset
29115
29116 This is the result:
29117 \end_layout
29118
29119 \begin_layout Standard
29120 This is a line where the word 
29121 \begin_inset ERT
29122 status collapsed
29123
29124 \begin_layout Plain Layout
29125
29126
29127 \backslash
29128 colorbox{red}{
29129 \end_layout
29130
29131 \end_inset
29132
29133
29134 \begin_inset Quotes eld
29135 \end_inset
29136
29137 Attention!
29138 \begin_inset Quotes erd
29139 \end_inset
29140
29141
29142 \begin_inset ERT
29143 status collapsed
29144
29145 \begin_layout Plain Layout
29146
29147 }
29148 \end_layout
29149
29150 \end_inset
29151
29152  has a red background.
29153 \end_layout
29154
29155 \begin_layout Standard
29156 \begin_inset VSpace bigskip
29157 \end_inset
29158
29159 If you would have the box frame in a different color, you can use the command
29160  
29161 \series bold
29162
29163 \backslash
29164 fcolorbox
29165 \series default
29166  with the following scheme:
29167 \end_layout
29168
29169 \begin_layout Standard
29170
29171 \series bold
29172
29173 \backslash
29174 fcolorbox{frame color}{box color}{box content}
29175 \end_layout
29176
29177 \begin_layout Standard
29178
29179 \series bold
29180
29181 \backslash
29182 fcolorbox
29183 \series default
29184  is an extension to 
29185 \series bold
29186
29187 \backslash
29188 colorbox
29189 \series default
29190 .
29191  The frame thickness and the space between the frame and the box content
29192  can be adjusted with the lengths 
29193 \series bold
29194
29195 \backslash
29196 fboxrule
29197 \series default
29198  and 
29199 \series bold
29200
29201 \backslash
29202 fboxsep
29203 \series default
29204 , respectively, as described in section
29205 \begin_inset space ~
29206 \end_inset
29207
29208
29209 \begin_inset CommandInset ref
29210 LatexCommand ref
29211 reference "sec:Decoration"
29212
29213 \end_inset
29214
29215 .
29216 \end_layout
29217
29218 \begin_layout Standard
29219 For the following example the command
29220 \end_layout
29221
29222 \begin_layout Standard
29223
29224 \series bold
29225
29226 \backslash
29227 fcolorbox{cyan}{magenta}{
29228 \end_layout
29229
29230 \begin_layout Standard
29231 was used.
29232 \end_layout
29233
29234 \begin_layout Standard
29235 Here is an example where the frame line thickness was set to 1
29236 \begin_inset space \thinspace{}
29237 \end_inset
29238
29239 mm:
29240 \begin_inset Newline newline
29241 \end_inset
29242
29243
29244 \begin_inset ERT
29245 status collapsed
29246
29247 \begin_layout Plain Layout
29248
29249
29250 \backslash
29251 fboxrule 1mm 
29252 \backslash
29253 fboxsep 1mm
29254 \end_layout
29255
29256 \end_inset
29257
29258
29259 \begin_inset ERT
29260 status collapsed
29261
29262 \begin_layout Plain Layout
29263
29264
29265 \backslash
29266 fcolorbox{cyan}{magenta}{
29267 \end_layout
29268
29269 \end_inset
29270
29271 This is text within a colored, framed box.
29272 \begin_inset ERT
29273 status collapsed
29274
29275 \begin_layout Plain Layout
29276
29277 }
29278 \end_layout
29279
29280 \end_inset
29281
29282
29283 \end_layout
29284
29285 \begin_layout Standard
29286 \begin_inset VSpace bigskip
29287 \end_inset
29288
29289 Of course you can also have colored text inside a colorbox:
29290 \begin_inset Newline newline
29291 \end_inset
29292
29293
29294 \begin_inset ERT
29295 status collapsed
29296
29297 \begin_layout Plain Layout
29298
29299
29300 \backslash
29301 fcolorbox{cyan}{magenta}{
29302 \end_layout
29303
29304 \end_inset
29305
29306
29307 \color yellow
29308 This is colored text within a colored, framed box.
29309 \color none
29310
29311 \begin_inset ERT
29312 status collapsed
29313
29314 \begin_layout Plain Layout
29315
29316 }
29317 \end_layout
29318
29319 \end_inset
29320
29321
29322 \begin_inset ERT
29323 status collapsed
29324
29325 \begin_layout Plain Layout
29326
29327
29328 \backslash
29329 fboxrule 0.4pt 
29330 \backslash
29331 fboxsep 3pt
29332 \end_layout
29333
29334 \end_inset
29335
29336
29337 \end_layout
29338
29339 \begin_layout Standard
29340
29341 \series bold
29342 \begin_inset VSpace medskip
29343 \end_inset
29344
29345
29346 \end_layout
29347
29348 \begin_layout Standard
29349 \begin_inset Note Greyedout
29350 status open
29351
29352 \begin_layout Plain Layout
29353
29354 \series bold
29355 Note:
29356 \series default
29357  Text in colorboxes cannot have line breaks.
29358  To color multiple text lines or paragraphs, use a box inside a colorbox
29359  as described in the following.
29360 \end_layout
29361
29362 \end_inset
29363
29364
29365 \end_layout
29366
29367 \begin_layout Subsection
29368 Color for Paragraphs
29369 \begin_inset CommandInset label
29370 LatexCommand label
29371 name "sub:Color-for-Paragraphs"
29372
29373 \end_inset
29374
29375
29376 \begin_inset Index
29377 status collapsed
29378
29379 \begin_layout Plain Layout
29380 Color ! for Paragraphs
29381 \end_layout
29382
29383 \end_inset
29384
29385
29386 \end_layout
29387
29388 \begin_layout Standard
29389 To set the background color for more than one text line, put the text into
29390  a minipage.
29391  Before the minipage insert the 
29392 \series bold
29393
29394 \backslash
29395 colorbox
29396 \series default
29397  command
29398 \end_layout
29399
29400 \begin_layout Standard
29401
29402 \series bold
29403
29404 \backslash
29405 colorbox{color}{
29406 \end_layout
29407
29408 \begin_layout Standard
29409 in TeX-Code.
29410  Behind the minipage insert a closing brace 
29411 \begin_inset Quotes eld
29412 \end_inset
29413
29414
29415 \series bold
29416 }
29417 \series default
29418
29419 \begin_inset Quotes erd
29420 \end_inset
29421
29422  in TeX-Code.
29423 \end_layout
29424
29425 \begin_layout Standard
29426 \begin_inset ERT
29427 status collapsed
29428
29429 \begin_layout Plain Layout
29430
29431
29432 \backslash
29433 colorbox{lightgrey}{
29434 \end_layout
29435
29436 \end_inset
29437
29438
29439 \begin_inset Box Frameless
29440 position "t"
29441 hor_pos "c"
29442 has_inner_box 1
29443 inner_pos "t"
29444 use_parbox 0
29445 width "100col%"
29446 special "none"
29447 height "1in"
29448 height_special "totalheight"
29449 status collapsed
29450
29451 \begin_layout Plain Layout
29452 This is text with background color.
29453  This is text with background color.
29454 \end_layout
29455
29456 \begin_layout Plain Layout
29457 \begin_inset VSpace defskip
29458 \end_inset
29459
29460 The text can have footnotes
29461 \begin_inset Foot
29462 status collapsed
29463
29464 \begin_layout Plain Layout
29465 Another example footnote
29466 \end_layout
29467
29468 \end_inset
29469
29470  and can include tables and figures.
29471 \end_layout
29472
29473 \begin_layout Plain Layout
29474 \align center
29475 \begin_inset Tabular
29476 <lyxtabular version="3" rows="3" columns="3">
29477 <features>
29478 <column alignment="center" valignment="top" width="0">
29479 <column alignment="center" valignment="top" width="0">
29480 <column alignment="center" valignment="top" width="0">
29481 <row>
29482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29483 \begin_inset Text
29484
29485 \begin_layout Plain Layout
29486 a
29487 \end_layout
29488
29489 \end_inset
29490 </cell>
29491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29492 \begin_inset Text
29493
29494 \begin_layout Plain Layout
29495 !
29496 \end_layout
29497
29498 \end_inset
29499 </cell>
29500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29501 \begin_inset Text
29502
29503 \begin_layout Plain Layout
29504 3
29505 \end_layout
29506
29507 \end_inset
29508 </cell>
29509 </row>
29510 <row>
29511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29512 \begin_inset Text
29513
29514 \begin_layout Plain Layout
29515 <
29516 \end_layout
29517
29518 \end_inset
29519 </cell>
29520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29521 \begin_inset Text
29522
29523 \begin_layout Plain Layout
29524 b2
29525 \begin_inset Quotes erd
29526 \end_inset
29527
29528 |
29529 \end_layout
29530
29531 \end_inset
29532 </cell>
29533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29534 \begin_inset Text
29535
29536 \begin_layout Plain Layout
29537 >
29538 \end_layout
29539
29540 \end_inset
29541 </cell>
29542 </row>
29543 <row>
29544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29545 \begin_inset Text
29546
29547 \begin_layout Plain Layout
29548 1
29549 \end_layout
29550
29551 \end_inset
29552 </cell>
29553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29554 \begin_inset Text
29555
29556 \begin_layout Plain Layout
29557 §
29558 \end_layout
29559
29560 \end_inset
29561 </cell>
29562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29563 \begin_inset Text
29564
29565 \begin_layout Plain Layout
29566 c
29567 \end_layout
29568
29569 \end_inset
29570 </cell>
29571 </row>
29572 </lyxtabular>
29573
29574 \end_inset
29575
29576
29577 \end_layout
29578
29579 \end_inset
29580
29581
29582 \begin_inset ERT
29583 status collapsed
29584
29585 \begin_layout Plain Layout
29586
29587 }
29588 \end_layout
29589
29590 \end_inset
29591
29592
29593 \end_layout
29594
29595 \begin_layout Section
29596 Rotated and Scaled Boxes
29597 \end_layout
29598
29599 \begin_layout Standard
29600 To use the the commands described in this section, the LaTeX-package 
29601 \series bold
29602 graphicx
29603 \series default
29604
29605 \begin_inset Index
29606 status collapsed
29607
29608 \begin_layout Plain Layout
29609 LaTeX-packages ! graphicx
29610 \end_layout
29611
29612 \end_inset
29613
29614  needs to be loaded in the document preamble with the command
29615 \end_layout
29616
29617 \begin_layout Standard
29618
29619 \series bold
29620
29621 \backslash
29622 @ifundefined{rotatebox}
29623 \begin_inset Newline newline
29624 \end_inset
29625
29626
29627 \begin_inset ERT
29628 status collapsed
29629
29630 \begin_layout Plain Layout
29631
29632
29633 \backslash
29634 hphantom{ }
29635 \end_layout
29636
29637 \end_inset
29638
29639 {
29640 \backslash
29641 usepackage{graphicx}}{}
29642 \end_layout
29643
29644 \begin_layout Standard
29645 \begin_inset Note Greyedout
29646 status open
29647
29648 \begin_layout Plain Layout
29649
29650 \series bold
29651 Note:
29652 \series default
29653  Some DVI-viewers can't display rotated or scaled material.
29654 \end_layout
29655
29656 \end_inset
29657
29658
29659 \end_layout
29660
29661 \begin_layout Standard
29662 \begin_inset Note Greyedout
29663 status open
29664
29665 \begin_layout Plain Layout
29666
29667 \series bold
29668 Note:
29669 \series default
29670  Floats mustn't be inside a rotated or scaled box.
29671 \end_layout
29672
29673 \end_inset
29674
29675
29676 \end_layout
29677
29678 \begin_layout Subsection
29679 Rotated Boxes
29680 \begin_inset Index
29681 status collapsed
29682
29683 \begin_layout Plain Layout
29684 Boxes ! rotated
29685 \end_layout
29686
29687 \end_inset
29688
29689
29690 \begin_inset Index
29691 status collapsed
29692
29693 \begin_layout Plain Layout
29694 Rotated material
29695 \end_layout
29696
29697 \end_inset
29698
29699
29700 \begin_inset Index
29701 status collapsed
29702
29703 \begin_layout Plain Layout
29704 Figures ! rotated
29705 \end_layout
29706
29707 \end_inset
29708
29709
29710 \begin_inset Index
29711 status collapsed
29712
29713 \begin_layout Plain Layout
29714 Table Customization ! Rotating
29715 \end_layout
29716
29717 \end_inset
29718
29719
29720 \end_layout
29721
29722 \begin_layout Standard
29723 To rotate material, you can put it into a rotated box.
29724  Such a box is created using the command 
29725 \series bold
29726
29727 \backslash
29728 rotatebox
29729 \series default
29730  in TeX-Code with the following scheme:
29731 \end_layout
29732
29733 \begin_layout Standard
29734
29735 \series bold
29736
29737 \backslash
29738 rotatebox[rotation origin]{rotation angle}{box content}
29739 \end_layout
29740
29741 \begin_layout Standard
29742 The rotation origin is specified in the form 
29743 \series bold
29744 origin=position
29745 \series default
29746 .
29747  The following positions are possible: 
29748 \emph on
29749 c
29750 \emph default
29751  (center), 
29752 \emph on
29753 l
29754 \emph default
29755  (left), 
29756 \emph on
29757 r
29758 \emph default
29759  (right), 
29760 \emph on
29761 b
29762 \emph default
29763  (bottom), 
29764 \emph on
29765 t
29766 \emph default
29767  (top), and also expedient combinations of the four base positions.
29768  For example 
29769 \emph on
29770 lt
29771 \emph default
29772  means, that the rotation origin is at the top left corner of the box.
29773  When no rotation origin is specified, the position 
29774 \emph on
29775 l
29776 \emph default
29777  will be used.
29778  The rotation angle is a number that can be negative that specifies the
29779  angle in degrees.
29780  The rotation direction is counterclockwise.
29781 \end_layout
29782
29783 \begin_layout Standard
29784 In the following example the command 
29785 \series bold
29786
29787 \backslash
29788 rotatebox[origin=c]{60}{
29789 \series default
29790  was inserted as TeX-Code before the text 
29791 \begin_inset Quotes eld
29792 \end_inset
29793
29794 with rotated
29795 \begin_inset Quotes erd
29796 \end_inset
29797
29798 ; after the text the box was closed by a closing brace 
29799 \series bold
29800 }
29801 \series default
29802  in TeX-Code.
29803 \end_layout
29804
29805 \begin_layout Standard
29806 This is a line 
29807 \begin_inset ERT
29808 status collapsed
29809
29810 \begin_layout Plain Layout
29811
29812
29813 \backslash
29814 rotatebox[origin=c]{60}{
29815 \end_layout
29816
29817 \end_inset
29818
29819 with rotated
29820 \begin_inset ERT
29821 status collapsed
29822
29823 \begin_layout Plain Layout
29824
29825 }
29826 \end_layout
29827
29828 \end_inset
29829
29830  text.
29831 \end_layout
29832
29833 \begin_layout Standard
29834 The box content can also be another box or an inline formula:
29835 \end_layout
29836
29837 \begin_layout Standard
29838 This is a line
29839 \begin_inset ERT
29840 status collapsed
29841
29842 \begin_layout Plain Layout
29843
29844
29845 \backslash
29846 rotatebox[origin=r]{-60}{
29847 \end_layout
29848
29849 \end_inset
29850
29851
29852 \begin_inset Box Doublebox
29853 position "c"
29854 hor_pos "c"
29855 has_inner_box 0
29856 inner_pos "c"
29857 use_parbox 0
29858 width "1in"
29859 special "width"
29860 height "1in"
29861 height_special "totalheight"
29862 status collapsed
29863
29864 \begin_layout Plain Layout
29865 with rotated
29866 \end_layout
29867
29868 \end_inset
29869
29870
29871 \begin_inset ERT
29872 status collapsed
29873
29874 \begin_layout Plain Layout
29875
29876 }
29877 \end_layout
29878
29879 \end_inset
29880
29881  framed text 
29882 \begin_inset ERT
29883 status collapsed
29884
29885 \begin_layout Plain Layout
29886
29887
29888 \backslash
29889 rotatebox[origin=lb]{60}{
29890 \end_layout
29891
29892 \end_inset
29893
29894
29895 \begin_inset Formula $\int A\,\mathrm{d}x=B$
29896 \end_inset
29897
29898
29899 \begin_inset ERT
29900 status collapsed
29901
29902 \begin_layout Plain Layout
29903
29904 }
29905 \end_layout
29906
29907 \end_inset
29908
29909  and a formula.
29910 \end_layout
29911
29912 \begin_layout Standard
29913 or an image or table:
29914 \end_layout
29915
29916 \begin_layout Standard
29917 This is a line
29918 \begin_inset ERT
29919 status collapsed
29920
29921 \begin_layout Plain Layout
29922
29923
29924 \backslash
29925 rotatebox[origin=lb]{90}{
29926 \end_layout
29927
29928 \end_inset
29929
29930
29931 \begin_inset Graphics
29932         filename clipart/platypus.eps
29933         lyxscale 50
29934         width 25col%
29935
29936 \end_inset
29937
29938
29939 \begin_inset ERT
29940 status collapsed
29941
29942 \begin_layout Plain Layout
29943
29944 }
29945 \end_layout
29946
29947 \end_inset
29948
29949  with a rotated image 
29950 \begin_inset ERT
29951 status collapsed
29952
29953 \begin_layout Plain Layout
29954
29955
29956 \backslash
29957 rotatebox[origin=l]{-90}{
29958 \end_layout
29959
29960 \end_inset
29961
29962
29963 \begin_inset Tabular
29964 <lyxtabular version="3" rows="2" columns="2">
29965 <features>
29966 <column alignment="center" valignment="top" width="0">
29967 <column alignment="center" valignment="top" width="0">
29968 <row>
29969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29970 \begin_inset Text
29971
29972 \begin_layout Plain Layout
29973 q
29974 \end_layout
29975
29976 \end_inset
29977 </cell>
29978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29979 \begin_inset Text
29980
29981 \begin_layout Plain Layout
29982 w
29983 \end_layout
29984
29985 \end_inset
29986 </cell>
29987 </row>
29988 <row>
29989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29990 \begin_inset Text
29991
29992 \begin_layout Plain Layout
29993 e
29994 \end_layout
29995
29996 \end_inset
29997 </cell>
29998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29999 \begin_inset Text
30000
30001 \begin_layout Plain Layout
30002 r
30003 \end_layout
30004
30005 \end_inset
30006 </cell>
30007 </row>
30008 </lyxtabular>
30009
30010 \end_inset
30011
30012
30013 \begin_inset ERT
30014 status collapsed
30015
30016 \begin_layout Plain Layout
30017
30018 }
30019 \end_layout
30020
30021 \end_inset
30022
30023  and table.
30024 \end_layout
30025
30026 \begin_layout Subsection
30027 Scaled Boxes
30028 \begin_inset Index
30029 status collapsed
30030
30031 \begin_layout Plain Layout
30032 Boxes ! scaled
30033 \end_layout
30034
30035 \end_inset
30036
30037
30038 \begin_inset Index
30039 status collapsed
30040
30041 \begin_layout Plain Layout
30042 Scaled material
30043 \end_layout
30044
30045 \end_inset
30046
30047
30048 \begin_inset Index
30049 status collapsed
30050
30051 \begin_layout Plain Layout
30052 Figures ! scaled
30053 \end_layout
30054
30055 \end_inset
30056
30057
30058 \begin_inset Index
30059 status collapsed
30060
30061 \begin_layout Plain Layout
30062 Table Customization ! Scaling
30063 \end_layout
30064
30065 \end_inset
30066
30067
30068 \end_layout
30069
30070 \begin_layout Standard
30071 To scale material the commands 
30072 \series bold
30073
30074 \backslash
30075 scalebox
30076 \series default
30077  and 
30078 \series bold
30079
30080 \backslash
30081 resizebox
30082 \series default
30083  can be used as TeX-Code.
30084 \end_layout
30085
30086 \begin_layout Standard
30087
30088 \series bold
30089
30090 \backslash
30091 scalebox
30092 \series default
30093  is used with the following scheme:
30094 \end_layout
30095
30096 \begin_layout Standard
30097
30098 \series bold
30099
30100 \backslash
30101 scalebox{horizontal}[vertical]{box content}
30102 \end_layout
30103
30104 \begin_layout Standard
30105 Horizontal and vertical are the corresponding scaling factors.
30106  If no vertical scaling factor is given, the horizontal factor will also
30107  be used as vertical one.
30108 \end_layout
30109
30110 \begin_layout Standard
30111 The command 
30112 \series bold
30113
30114 \backslash
30115 scalebox{2}{Hello}
30116 \series default
30117  creates for example a double size 
30118 \begin_inset ERT
30119 status collapsed
30120
30121 \begin_layout Plain Layout
30122
30123
30124 \backslash
30125 scalebox{2}{
30126 \end_layout
30127
30128 \end_inset
30129
30130 Hello
30131 \begin_inset ERT
30132 status collapsed
30133
30134 \begin_layout Plain Layout
30135
30136 }
30137 \end_layout
30138
30139 \end_inset
30140
30141 , compared to the document text size.
30142 \end_layout
30143
30144 \begin_layout Standard
30145
30146 \series bold
30147
30148 \backslash
30149 scalebox{2}[1]{Hello}
30150 \series default
30151  in contrary distorts the 
30152 \begin_inset ERT
30153 status collapsed
30154
30155 \begin_layout Plain Layout
30156
30157
30158 \backslash
30159 scalebox{2}[1]{
30160 \end_layout
30161
30162 \end_inset
30163
30164 Hello
30165 \begin_inset ERT
30166 status collapsed
30167
30168 \begin_layout Plain Layout
30169
30170 }
30171 \end_layout
30172
30173 \end_inset
30174
30175 .
30176 \end_layout
30177
30178 \begin_layout Standard
30179 If a the scaling factor is negative, the box content will be mirrored.
30180  Therefore the command 
30181 \series bold
30182
30183 \backslash
30184 scalebox{-1}[1]{Hello}
30185 \series default
30186  can be used to create mirror writing: 
30187 \begin_inset ERT
30188 status collapsed
30189
30190 \begin_layout Plain Layout
30191
30192
30193 \backslash
30194 scalebox{-1}[1]{
30195 \end_layout
30196
30197 \end_inset
30198
30199 Hello
30200 \begin_inset ERT
30201 status collapsed
30202
30203 \begin_layout Plain Layout
30204
30205 }
30206 \end_layout
30207
30208 \end_inset
30209
30210
30211 \end_layout
30212
30213 \begin_layout Standard
30214
30215 \series bold
30216
30217 \backslash
30218 scalebox{1}[-1]{Hello}
30219 \series default
30220  reflects the 
30221 \begin_inset ERT
30222 status collapsed
30223
30224 \begin_layout Plain Layout
30225
30226
30227 \backslash
30228 scalebox{1}[-1]{
30229 \end_layout
30230
30231 \end_inset
30232
30233 Hello
30234 \begin_inset ERT
30235 status collapsed
30236
30237 \begin_layout Plain Layout
30238
30239 }
30240 \end_layout
30241
30242 \end_inset
30243
30244  at the base line.
30245 \end_layout
30246
30247 \begin_layout Standard
30248 Equivalent to 
30249 \series bold
30250
30251 \backslash
30252 scalebox{-1}[1]{box content}
30253 \series default
30254  there exists the command
30255 \begin_inset Newline newline
30256 \end_inset
30257
30258
30259 \series bold
30260
30261 \backslash
30262 reflectbox{box content}
30263 \series default
30264 .
30265 \end_layout
30266
30267 \begin_layout Standard
30268 \begin_inset VSpace bigskip
30269 \end_inset
30270
30271 The command 
30272 \series bold
30273
30274 \backslash
30275 resizebox
30276 \series default
30277  is used to scale the box to a defined width and height.
30278  The command scheme is:
30279 \end_layout
30280
30281 \begin_layout Standard
30282
30283 \series bold
30284
30285 \backslash
30286 resizebox{width}{height}{box content}
30287 \end_layout
30288
30289 \begin_layout Standard
30290 Is one of the two command arguments given as exclamation mark 
30291 \series bold
30292 !
30293 \series default
30294 , the size is set so that the aspect ratio of the box content is kept.
30295 \end_layout
30296
30297 \begin_layout Standard
30298 The command 
30299 \series bold
30300
30301 \backslash
30302 resizebox{2cm}{1cm}{Hello}
30303 \series default
30304  produces: 
30305 \begin_inset ERT
30306 status collapsed
30307
30308 \begin_layout Plain Layout
30309
30310
30311 \backslash
30312 resizebox{2cm}{1cm}{
30313 \end_layout
30314
30315 \end_inset
30316
30317 Hello
30318 \begin_inset ERT
30319 status collapsed
30320
30321 \begin_layout Plain Layout
30322
30323 }
30324 \end_layout
30325
30326 \end_inset
30327
30328
30329 \begin_inset Newline newline
30330 \end_inset
30331
30332 The command 
30333 \series bold
30334
30335 \backslash
30336 resizebox{2cm}{!}{Hello}
30337 \series default
30338  produces: 
30339 \begin_inset ERT
30340 status collapsed
30341
30342 \begin_layout Plain Layout
30343
30344
30345 \backslash
30346 resizebox{2cm}{!}{
30347 \end_layout
30348
30349 \end_inset
30350
30351 Hello
30352 \begin_inset ERT
30353 status collapsed
30354
30355 \begin_layout Plain Layout
30356
30357 }
30358 \end_layout
30359
30360 \end_inset
30361
30362
30363 \end_layout
30364
30365 \begin_layout Standard
30366 \begin_inset VSpace bigskip
30367 \end_inset
30368
30369
30370 \begin_inset Note Greyedout
30371 status open
30372
30373 \begin_layout Plain Layout
30374
30375 \series bold
30376 Note:
30377 \series default
30378  When arguments of 
30379 \series bold
30380
30381 \backslash
30382 scalebox
30383 \series default
30384  or 
30385 \series bold
30386
30387 \backslash
30388 resizebox
30389 \series default
30390  are set to zero, no LaTeX-errors occur when exporting the document but
30391  the exported files can not or only partly be displayed.
30392 \end_layout
30393
30394 \end_inset
30395
30396
30397 \end_layout
30398
30399 \begin_layout Standard
30400 \begin_inset VSpace bigskip
30401 \end_inset
30402
30403
30404 \end_layout
30405
30406 \begin_layout Standard
30407 The boxes can be combined in any order.
30408  E.
30409 \begin_inset space \thinspace{}
30410 \end_inset
30411
30412 g.
30413 \begin_inset space ~
30414 \end_inset
30415
30416 the command
30417 \begin_inset Newline newline
30418 \end_inset
30419
30420
30421 \series bold
30422
30423 \backslash
30424 rotatebox[origin=c]{-45}{
30425 \backslash
30426 resizebox{2cm}{!}{
30427 \backslash
30428 reflectbox{Hello}}}
30429 \begin_inset Newline newline
30430 \end_inset
30431
30432
30433 \series default
30434 produces:
30435 \end_layout
30436
30437 \begin_layout Standard
30438 \align center
30439 \begin_inset ERT
30440 status collapsed
30441
30442 \begin_layout Plain Layout
30443
30444
30445 \backslash
30446 rotatebox[origin=c]{-45}{
30447 \backslash
30448 resizebox{2cm}{!}{
30449 \backslash
30450 reflectbox{
30451 \end_layout
30452
30453 \end_inset
30454
30455 Hello
30456 \begin_inset ERT
30457 status collapsed
30458
30459 \begin_layout Plain Layout
30460
30461 }}}
30462 \end_layout
30463
30464 \end_inset
30465
30466
30467 \end_layout
30468
30469 \begin_layout Standard
30470 \noindent
30471 Images, tables, and inline formulas are allowed as box content:
30472 \end_layout
30473
30474 \begin_layout Standard
30475 \align center
30476 \begin_inset ERT
30477 status collapsed
30478
30479 \begin_layout Plain Layout
30480
30481
30482 \backslash
30483 rotatebox[origin=c]{-30}{
30484 \backslash
30485 resizebox{2cm}{!}{
30486 \backslash
30487 reflectbox{
30488 \end_layout
30489
30490 \end_inset
30491
30492
30493 \begin_inset Graphics
30494         filename clipart/platypus.eps
30495         lyxscale 50
30496         width 25col%
30497
30498 \end_inset
30499
30500
30501 \begin_inset ERT
30502 status collapsed
30503
30504 \begin_layout Plain Layout
30505
30506 }}}
30507 \end_layout
30508
30509 \end_inset
30510
30511
30512 \begin_inset ERT
30513 status collapsed
30514
30515 \begin_layout Plain Layout
30516
30517
30518 \backslash
30519 rotatebox[origin=c]{-45}{
30520 \backslash
30521 resizebox{2cm}{!}{
30522 \backslash
30523 reflectbox{
30524 \end_layout
30525
30526 \end_inset
30527
30528
30529 \begin_inset Tabular
30530 <lyxtabular version="3" rows="2" columns="2">
30531 <features>
30532 <column alignment="center" valignment="top" width="0">
30533 <column alignment="center" valignment="top" width="0">
30534 <row>
30535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30536 \begin_inset Text
30537
30538 \begin_layout Plain Layout
30539 q
30540 \end_layout
30541
30542 \end_inset
30543 </cell>
30544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30545 \begin_inset Text
30546
30547 \begin_layout Plain Layout
30548 w
30549 \end_layout
30550
30551 \end_inset
30552 </cell>
30553 </row>
30554 <row>
30555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30556 \begin_inset Text
30557
30558 \begin_layout Plain Layout
30559 e
30560 \end_layout
30561
30562 \end_inset
30563 </cell>
30564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30565 \begin_inset Text
30566
30567 \begin_layout Plain Layout
30568 r
30569 \end_layout
30570
30571 \end_inset
30572 </cell>
30573 </row>
30574 </lyxtabular>
30575
30576 \end_inset
30577
30578
30579 \begin_inset ERT
30580 status collapsed
30581
30582 \begin_layout Plain Layout
30583
30584 }}}
30585 \end_layout
30586
30587 \end_inset
30588
30589
30590 \begin_inset ERT
30591 status collapsed
30592
30593 \begin_layout Plain Layout
30594
30595
30596 \backslash
30597 rotatebox[origin=c]{-45}{
30598 \backslash
30599 resizebox{2cm}{!}{
30600 \backslash
30601 reflectbox{
30602 \end_layout
30603
30604 \end_inset
30605
30606
30607 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30608 \end_inset
30609
30610
30611 \begin_inset ERT
30612 status collapsed
30613
30614 \begin_layout Plain Layout
30615
30616 }}}
30617 \end_layout
30618
30619 \end_inset
30620
30621
30622 \end_layout
30623
30624 \begin_layout Standard
30625 When the global formula style 
30626 \series bold
30627 fleqn
30628 \series default
30629  is used in the document
30630 \begin_inset Foot
30631 status collapsed
30632
30633 \begin_layout Plain Layout
30634 When 
30635 \begin_inset Quotes eld
30636 \end_inset
30637
30638 fleqn
30639 \begin_inset Quotes erd
30640 \end_inset
30641
30642  is added to the document class options.
30643 \end_layout
30644
30645 \end_inset
30646
30647 , also display formulas can be scaled.
30648 \end_layout
30649
30650 \begin_layout Chapter
30651 External Stuff
30652 \begin_inset Index
30653 status collapsed
30654
30655 \begin_layout Plain Layout
30656 External Stuff
30657 \end_layout
30658
30659 \end_inset
30660
30661
30662 \end_layout
30663
30664 \begin_layout Standard
30665 With the menu 
30666 \family sans
30667 Insert\SpecialChar \menuseparator
30668 File
30669 \family default
30670  you can insert external material to your document.
30671  This can be:
30672 \end_layout
30673
30674 \begin_layout Description
30675 LyX
30676 \begin_inset space ~
30677 \end_inset
30678
30679 Document Another LyX document; its content is directly inserted to your
30680  document.
30681 \end_layout
30682
30683 \begin_layout Description
30684 Plain
30685 \begin_inset space ~
30686 \end_inset
30687
30688 Text A text document; every of its text lines is inserted to your document
30689  as own paragraph.
30690 \end_layout
30691
30692 \begin_layout Description
30693 Plain
30694 \begin_inset space ~
30695 \end_inset
30696
30697 Text,
30698 \begin_inset space ~
30699 \end_inset
30700
30701 Join
30702 \begin_inset space ~
30703 \end_inset
30704
30705 Lines A text document; its text lines are inserted as they are.
30706  Empty text lines creates a new paragraph in your document.
30707 \end_layout
30708
30709 \begin_layout Description
30710 External
30711 \begin_inset space ~
30712 \end_inset
30713
30714 Material Files in various formats.
30715 \end_layout
30716
30717 \begin_layout Description
30718 Child
30719 \begin_inset space ~
30720 \end_inset
30721
30722 Document LyX or LaTeX-documents.
30723 \end_layout
30724
30725 \begin_layout Section
30726 External Material
30727 \begin_inset Index
30728 status collapsed
30729
30730 \begin_layout Plain Layout
30731 External Stuff ! External Material
30732 \end_layout
30733
30734 \end_inset
30735
30736
30737 \end_layout
30738
30739 \begin_layout Standard
30740 The external material feature allows you to insert files to your document
30741  without converting them previously to a format that can be read by the
30742  document output format because LyX takes care of needed conversions.
30743  This is similar to images that can be inserted in various image formats
30744  to LyX documents.
30745 \end_layout
30746
30747 \begin_layout Standard
30748 External material can be inserted via the 
30749 \family sans
30750 External Material
30751 \family default
30752  dialog that is accessible with the menu 
30753 \family sans
30754 Insert\SpecialChar \menuseparator
30755 File\SpecialChar \menuseparator
30756 External
30757 \begin_inset space ~
30758 \end_inset
30759
30760 Material
30761 \family default
30762 .
30763  Currently the following file types (
30764 \family sans
30765 Templates
30766 \family default
30767 ) are allowed:
30768 \end_layout
30769
30770 \begin_layout Description
30771 ChessDiagram This template supports chess position diagrams made with the
30772  program 
30773 \series bold
30774
30775 \begin_inset CommandInset href
30776 LatexCommand href
30777 name "XBoard"
30778 target "http://en.wikipedia.org/wiki/XBoard"
30779
30780 \end_inset
30781
30782
30783 \series default
30784 .
30785 \end_layout
30786
30787 \begin_layout Description
30788 Date This inserts the date in the form 
30789 \emph on
30790 Day-Month-Year
30791 \emph default
30792 .
30793  This is a date inserted as external material: 
30794 \begin_inset External
30795         template Date
30796         filename .
30797
30798 \end_inset
30799
30800
30801 \begin_inset space ~
30802 \end_inset
30803
30804
30805 \begin_inset Note Note
30806 status open
30807
30808 \begin_layout Plain Layout
30809 Remove the protected space when bug 4398 is fixed!
30810 \end_layout
30811
30812 \end_inset
30813
30814
30815 \begin_inset Newline newline
30816 \end_inset
30817
30818 The date is not shown within LyX, only in the output.
30819  There are two other methods of inserting a date: Via menu 
30820 \family sans
30821 Insert\SpecialChar \menuseparator
30822 Date
30823 \family default
30824  and with the LaTeX command 
30825 \series bold
30826
30827 \backslash
30828 today
30829 \series default
30830  as TeX-Code.
30831  The different methods are compared in Table
30832 \begin_inset space ~
30833 \end_inset
30834
30835
30836 \begin_inset CommandInset ref
30837 LatexCommand ref
30838 reference "tab:Comparison-of-the"
30839
30840 \end_inset
30841
30842 .
30843 \end_layout
30844
30845 \begin_layout Description
30846 LilyPond This template is used for music notation typeset with the program
30847 \begin_inset Newline linebreak
30848 \end_inset
30849
30850
30851 \series bold
30852
30853 \begin_inset CommandInset href
30854 LatexCommand href
30855 name "LilyPond"
30856 target "http://en.wikipedia.org/wiki/LilyPond"
30857
30858 \end_inset
30859
30860
30861 \series default
30862 .
30863 \end_layout
30864
30865 \begin_layout Description
30866 PDFPages With this template you can insert PDF documents to your document.
30867  To insert certain or all pages of a PDF, use the 
30868 \emph on
30869 pages
30870 \emph default
30871  option in the 
30872 \family sans
30873 Option
30874 \family default
30875  field in the 
30876 \family sans
30877 LaTeX and LyX options
30878 \family default
30879  tab according to the template description in the dialog.
30880  When no 
30881 \emph on
30882 pages
30883 \emph default
30884  option is given, only the first page of the PDF will be inserted.
30885 \end_layout
30886
30887 \begin_layout Description
30888 RasterImage This can be used for bitmap images.
30889  Nearly all popular image formats are supported.
30890  The image can be treated in the 
30891 \family sans
30892 External material
30893 \family default
30894  dialog like the images that are usually included via the 
30895 \family sans
30896 Graphics
30897 \family default
30898  dialog as described in section
30899 \begin_inset space ~
30900 \end_inset
30901
30902
30903 \begin_inset CommandInset ref
30904 LatexCommand ref
30905 reference "sec:Graphics-Dialog"
30906
30907 \end_inset
30908
30909 .
30910  The difference is that only raster images are allowed, that means that
30911  PDF and EPS-images are not supported.
30912 \end_layout
30913
30914 \begin_layout Description
30915 XFig This template supports images created with the program 
30916 \series bold
30917
30918 \begin_inset CommandInset href
30919 LatexCommand href
30920 name "Xfig"
30921 target "http://en.wikipedia.org/wiki/Xfig"
30922
30923 \end_inset
30924
30925
30926 \series default
30927 .
30928 \end_layout
30929
30930 \begin_layout Standard
30931 \begin_inset Float table
30932 placement h
30933 wide false
30934 sideways false
30935 status open
30936
30937 \begin_layout Plain Layout
30938 \begin_inset Caption
30939
30940 \begin_layout Plain Layout
30941 \begin_inset CommandInset label
30942 LatexCommand label
30943 name "tab:Comparison-of-the"
30944
30945 \end_inset
30946
30947 Comparison of the date input methods.
30948 \end_layout
30949
30950 \end_inset
30951
30952
30953 \end_layout
30954
30955 \begin_layout Plain Layout
30956 \align center
30957 \begin_inset Tabular
30958 <lyxtabular version="3" rows="4" columns="4">
30959 <features>
30960 <column alignment="center" valignment="top" width="0">
30961 <column alignment="center" valignment="top" width="0">
30962 <column alignment="center" valignment="top" width="0">
30963 <column alignment="center" valignment="top" width="0">
30964 <row>
30965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30966 \begin_inset Text
30967
30968 \begin_layout Plain Layout
30969 Document format
30970 \end_layout
30971
30972 \end_inset
30973 </cell>
30974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30975 \begin_inset Text
30976
30977 \begin_layout Plain Layout
30978
30979 \family sans
30980 External Material\SpecialChar \menuseparator
30981 Date
30982 \end_layout
30983
30984 \end_inset
30985 </cell>
30986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30987 \begin_inset Text
30988
30989 \begin_layout Plain Layout
30990
30991 \family sans
30992 Insert\SpecialChar \menuseparator
30993 Date
30994 \end_layout
30995
30996 \end_inset
30997 </cell>
30998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30999 \begin_inset Text
31000
31001 \begin_layout Plain Layout
31002 command 
31003 \series bold
31004
31005 \backslash
31006 today
31007 \end_layout
31008
31009 \end_inset
31010 </cell>
31011 </row>
31012 <row>
31013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31014 \begin_inset Text
31015
31016 \begin_layout Plain Layout
31017 LyX
31018 \end_layout
31019
31020 \end_inset
31021 </cell>
31022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31023 \begin_inset Text
31024
31025 \begin_layout Plain Layout
31026 as inset box
31027 \end_layout
31028
31029 \end_inset
31030 </cell>
31031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31032 \begin_inset Text
31033
31034 \begin_layout Plain Layout
31035 as date
31036 \end_layout
31037
31038 \end_inset
31039 </cell>
31040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31041 \begin_inset Text
31042
31043 \begin_layout Plain Layout
31044 as TeX-Code inset box
31045 \end_layout
31046
31047 \end_inset
31048 </cell>
31049 </row>
31050 <row>
31051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31052 \begin_inset Text
31053
31054 \begin_layout Plain Layout
31055 LaTeX
31056 \end_layout
31057
31058 \end_inset
31059 </cell>
31060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31061 \begin_inset Text
31062
31063 \begin_layout Plain Layout
31064 as date
31065 \end_layout
31066
31067 \end_inset
31068 </cell>
31069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31070 \begin_inset Text
31071
31072 \begin_layout Plain Layout
31073 as date
31074 \end_layout
31075
31076 \end_inset
31077 </cell>
31078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31079 \begin_inset Text
31080
31081 \begin_layout Plain Layout
31082 as command
31083 \end_layout
31084
31085 \end_inset
31086 </cell>
31087 </row>
31088 <row>
31089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31090 \begin_inset Text
31091
31092 \begin_layout Plain Layout
31093 DVI, PDF, PS
31094 \end_layout
31095
31096 \end_inset
31097 </cell>
31098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31099 \begin_inset Text
31100
31101 \begin_layout Plain Layout
31102 as date
31103 \end_layout
31104
31105 \end_inset
31106 </cell>
31107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31108 \begin_inset Text
31109
31110 \begin_layout Plain Layout
31111 as date
31112 \end_layout
31113
31114 \end_inset
31115 </cell>
31116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31117 \begin_inset Text
31118
31119 \begin_layout Plain Layout
31120 as date
31121 \end_layout
31122
31123 \end_inset
31124 </cell>
31125 </row>
31126 </lyxtabular>
31127
31128 \end_inset
31129
31130
31131 \end_layout
31132
31133 \end_inset
31134
31135
31136 \end_layout
31137
31138 \begin_layout Standard
31139 When you use the option 
31140 \family sans
31141 Draft
31142 \family default
31143  in the 
31144 \family sans
31145 File
31146 \family default
31147  tab of the 
31148 \family sans
31149 External Material
31150 \family default
31151  dialog, only the path to the inserted file is shown in the output.
31152 \begin_inset Newline newline
31153 \end_inset
31154
31155 External material is displayed in LyX either as box like this: 
31156 \begin_inset Graphics
31157         filename clipart/ExternalMaterialQt4.png
31158         scale 85
31159         scaleBeforeRotation
31160
31161 \end_inset
31162
31163  or as image, depending on the option 
31164 \family sans
31165 Show in LyX
31166 \family default
31167  in the 
31168 \family sans
31169 LaTeX and LyX options
31170 \family default
31171  tab of the dialog.
31172 \end_layout
31173
31174 \begin_layout Standard
31175 The 
31176 \family sans
31177 \emph on
31178 Customization
31179 \family default
31180 \emph default
31181  manual explains how you can define your own templates.
31182 \end_layout
31183
31184 \begin_layout Section
31185 Child Documents
31186 \begin_inset CommandInset label
31187 LatexCommand label
31188 name "sec:Child-Documents"
31189
31190 \end_inset
31191
31192
31193 \begin_inset Index
31194 status collapsed
31195
31196 \begin_layout Plain Layout
31197 External Stuff ! Child Documents
31198 \end_layout
31199
31200 \end_inset
31201
31202
31203 \begin_inset Index
31204 status collapsed
31205
31206 \begin_layout Plain Layout
31207 Files ! Include
31208 \end_layout
31209
31210 \end_inset
31211
31212
31213 \end_layout
31214
31215 \begin_layout Standard
31216 Child documents are used when you have a long document consisting of several
31217  larger parts or sections.
31218  For maintenance it is often useful and sometimes even required to split
31219  the document in several files that can be revised separately.
31220  The different documents are then the so called child documents and a master
31221  document connects them to print the full document or parts of it.
31222 \end_layout
31223
31224 \begin_layout Standard
31225 Included documents are displayed in LyX as a box like this: 
31226 \begin_inset Graphics
31227         filename clipart/ChildDocumentQt4.png
31228         scale 85
31229         scaleBeforeRotation
31230
31231 \end_inset
31232
31233  To include child documents to a master document use the menu 
31234 \family sans
31235 Insert\SpecialChar \menuseparator
31236 File\SpecialChar \menuseparator
31237 Child
31238 \begin_inset space ~
31239 \end_inset
31240
31241 Documents
31242 \family default
31243 .
31244  A dialog pops up where you can choose between four include methods:
31245 \end_layout
31246
31247 \begin_layout Description
31248 Include You can include LyX and LaTeX-documents.
31249  When you press the 
31250 \family sans
31251 Load
31252 \family default
31253  button in the 
31254 \family sans
31255 Child Document
31256 \family default
31257  dialog, the included documents will be opened in LyX in a new file tab
31258  so that you can modify it.
31259 \begin_inset Newline newline
31260 \end_inset
31261
31262
31263 \end_layout
31264
31265 \begin_layout Standard
31266 Here is a child document inserted using 
31267 \family sans
31268 Include
31269 \family default
31270
31271 \begin_inset CommandInset include
31272 LatexCommand include
31273 filename "DummyDocument1.lyx"
31274
31275 \end_inset
31276
31277
31278 \end_layout
31279
31280 \begin_layout Standard
31281 The section numbering includes the sections of the included files in the
31282  order they are inserted in the master document.
31283  The included example document has for example a subsection that is numbered
31284  as subsection of this section.
31285  Labels of included documents can be referenced: Subsection
31286 \begin_inset space ~
31287 \end_inset
31288
31289
31290 \begin_inset CommandInset ref
31291 LatexCommand ref
31292 reference "sub:External-Subsection-1"
31293
31294 \end_inset
31295
31296
31297 \end_layout
31298
31299 \begin_layout Standard
31300 The preamble of the child document is ignored, only the preamble of the
31301  master document is used.
31302  Included documents are inserted starting on a new page and end with a page
31303  break.
31304 \end_layout
31305
31306 \begin_layout Standard
31307 With the LaTeX-command 
31308 \series bold
31309
31310 \backslash
31311 includeonly 
31312 \series default
31313 you can specify which included child documents are processed when the output
31314  is generated.
31315  This is useful when you are perhaps only working on a certain chapter of
31316  your large document as this saves compiling time.
31317  
31318 \series bold
31319
31320 \backslash
31321 includeonly
31322 \series default
31323  is inserted to the master document preamble.
31324  It takes a comma-separated list of the filenames as argument, e.g.
31325 \end_layout
31326
31327 \begin_layout Standard
31328
31329 \series bold
31330
31331 \backslash
31332 includeonly{chapter1,chapter5}
31333 \end_layout
31334
31335 \begin_layout Standard
31336 will only process the included files named 
31337 \begin_inset Quotes eld
31338 \end_inset
31339
31340 chapter1.lyx
31341 \begin_inset Quotes erd
31342 \end_inset
31343
31344  (or 
31345 \begin_inset Quotes eld
31346 \end_inset
31347
31348 chapter1.tex
31349 \begin_inset Quotes erd
31350 \end_inset
31351
31352 ) and 
31353 \begin_inset Quotes eld
31354 \end_inset
31355
31356 chapter5.lyx
31357 \begin_inset Quotes erd
31358 \end_inset
31359
31360  .
31361 \end_layout
31362
31363 \begin_layout Standard
31364 \begin_inset Note Greyedout
31365 status open
31366
31367 \begin_layout Plain Layout
31368
31369 \series bold
31370 Note:
31371 \series default
31372  When you have included a LyX- or LaTeX-file, you are warned when you export/vie
31373 w the document in case that the child document uses another document class
31374  than the master document as this will lead to unexpected outputs.
31375 \end_layout
31376
31377 \end_inset
31378
31379
31380 \end_layout
31381
31382 \begin_layout Description
31383 Input This method is very similar to the Include method.
31384  The differences are:
31385 \end_layout
31386
31387 \begin_deeper
31388 \begin_layout Itemize
31389 Input files don't start with a new page and don't end with a page break.
31390 \end_layout
31391
31392 \begin_layout Itemize
31393 Input files can be previewed in LyX when 
31394 \family sans
31395 Instant
31396 \begin_inset space ~
31397 \end_inset
31398
31399 Preview
31400 \family default
31401  is enabled in LyX's preferences under 
31402 \family sans
31403 Look
31404 \begin_inset space ~
31405 \end_inset
31406
31407 and
31408 \begin_inset space ~
31409 \end_inset
31410
31411 feel\SpecialChar \menuseparator
31412 Graphics
31413 \family default
31414 .
31415 \end_layout
31416
31417 \begin_layout Itemize
31418 The LaTeX-command 
31419 \series bold
31420
31421 \backslash
31422 includeonly
31423 \series default
31424  cannot be used.
31425 \end_layout
31426
31427 \end_deeper
31428 \begin_layout Standard
31429 Here is a child document inserted using 
31430 \family sans
31431 Input
31432 \family default
31433
31434 \begin_inset CommandInset include
31435 LatexCommand input
31436 filename "DummyDocument2.lyx"
31437
31438 \end_inset
31439
31440
31441 \end_layout
31442
31443 \begin_layout Description
31444 Verbatim With this method every text file can be included.
31445  The file is shown in the output with its source code, no command used in
31446  the text is invoked.
31447  You can use the option 
31448 \family sans
31449 Mark spaces in output
31450 \family default
31451  that displays the character 
31452 \begin_inset Quotes eld
31453 \end_inset
31454
31455
31456 \begin_inset ERT
31457 status collapsed
31458
31459 \begin_layout Plain Layout
31460
31461
31462 \backslash
31463 textvisiblespace 
31464 \end_layout
31465
31466 \end_inset
31467
31468
31469 \begin_inset Quotes erd
31470 \end_inset
31471
31472  for every space character in the source code.
31473  The difference to the method via the menu 
31474 \family sans
31475 Insert\SpecialChar \menuseparator
31476 File\SpecialChar \menuseparator
31477 Plain
31478 \begin_inset space ~
31479 \end_inset
31480
31481 Text
31482 \family default
31483  is that the document content is not shown in LyX.
31484 \end_layout
31485
31486 \begin_layout Standard
31487 Here is a child document inserted as Verbatim: 
31488 \begin_inset CommandInset include
31489 LatexCommand verbatiminput
31490 filename "DummyTextDocument.txt"
31491
31492 \end_inset
31493
31494
31495 \begin_inset VSpace bigskip
31496 \end_inset
31497
31498 Here is a child document inserted as Verbatim using the 
31499 \family sans
31500 Mark spaces in output
31501 \family default
31502  option: 
31503 \begin_inset CommandInset include
31504 LatexCommand verbatiminput*
31505 filename "DummyTextDocument.txt"
31506
31507 \end_inset
31508
31509
31510 \end_layout
31511
31512 \begin_layout Standard
31513 \begin_inset VSpace bigskip
31514 \end_inset
31515
31516
31517 \end_layout
31518
31519 \begin_layout Standard
31520 \begin_inset Note Greyedout
31521 status open
31522
31523 \begin_layout Plain Layout
31524
31525 \series bold
31526 Note:
31527 \series default
31528  As you can see in the examples above, the text of the documents included
31529  as 
31530 \family sans
31531 verbatim
31532 \family default
31533  is not broken at the end of the document lines.
31534 \end_layout
31535
31536 \end_inset
31537
31538
31539 \end_layout
31540
31541 \begin_layout Description
31542 Listings This type is described in chapter
31543 \begin_inset space ~
31544 \end_inset
31545
31546
31547 \begin_inset CommandInset ref
31548 LatexCommand ref
31549 reference "cha:Program-Code-Listings"
31550
31551 \end_inset
31552
31553 .
31554 \end_layout
31555
31556 \begin_layout Standard
31557 \begin_inset Note Greyedout
31558 status open
31559
31560 \begin_layout Plain Layout
31561
31562 \series bold
31563 Note:
31564 \series default
31565  Including the same document twice in a document using different methods
31566  could cause LaTeX-problems.
31567 \end_layout
31568
31569 \end_inset
31570
31571
31572 \end_layout
31573
31574 \begin_layout Chapter
31575 Program Code Listings
31576 \begin_inset CommandInset label
31577 LatexCommand label
31578 name "cha:Program-Code-Listings"
31579
31580 \end_inset
31581
31582
31583 \begin_inset Index
31584 status collapsed
31585
31586 \begin_layout Plain Layout
31587 Listings
31588 \end_layout
31589
31590 \end_inset
31591
31592
31593 \begin_inset Index
31594 status collapsed
31595
31596 \begin_layout Plain Layout
31597 Program Code
31598 \end_layout
31599
31600 \end_inset
31601
31602
31603 \begin_inset Index
31604 status collapsed
31605
31606 \begin_layout Plain Layout
31607 Floats ! Listings
31608 \end_layout
31609
31610 \end_inset
31611
31612
31613 \end_layout
31614
31615 \begin_layout Standard
31616 To include and typeset program code you can use the 
31617 \family sans
31618 Listings
31619 \family default
31620  inset that can be inserted via the menu 
31621 \family sans
31622 Insert\SpecialChar \menuseparator
31623 Program Listing
31624 \family default
31625 .
31626  The LaTeX-package 
31627 \series bold
31628 listings
31629 \series default
31630
31631 \begin_inset Index
31632 status collapsed
31633
31634 \begin_layout Plain Layout
31635 LaTeX-packages ! listings
31636 \end_layout
31637
31638 \end_inset
31639
31640  provides a powerful and flexible way to insert program source code to your
31641  document.
31642 \end_layout
31643
31644 \begin_layout Standard
31645 Right-clicking on a listings inset opens the context menu containing where
31646  you can set the listings format.
31647 \end_layout
31648
31649 \begin_layout Standard
31650 By default, a listing starts a new paragraph in the output.
31651  The placement option 
31652 \family sans
31653 Inline
31654 \begin_inset space ~
31655 \end_inset
31656
31657 listing
31658 \family default
31659  prints the listing inline like this: 
31660 \begin_inset listings
31661 lstparams "language={C++}"
31662 inline true
31663 status open
31664
31665 \begin_layout Plain Layout
31666
31667 int a=5;
31668 \end_layout
31669
31670 \end_inset
31671
31672
31673 \begin_inset Newline newline
31674 \end_inset
31675
31676 The option 
31677 \family sans
31678 Float
31679 \family default
31680  creates a listings float where you can specify the placement options 
31681 \begin_inset Quotes eld
31682 \end_inset
31683
31684
31685 \family sans
31686 h
31687 \family default
31688
31689 \begin_inset Quotes erd
31690 \end_inset
31691
31692
31693 \begin_inset Quotes eld
31694 \end_inset
31695
31696
31697 \family sans
31698 t
31699 \family default
31700
31701 \begin_inset Quotes erd
31702 \end_inset
31703
31704
31705 \begin_inset Quotes eld
31706 \end_inset
31707
31708
31709 \family sans
31710 b
31711 \family default
31712
31713 \begin_inset Quotes erd
31714 \end_inset
31715
31716 , and 
31717 \begin_inset Quotes eld
31718 \end_inset
31719
31720
31721 \family sans
31722 p
31723 \family default
31724
31725 \begin_inset Quotes erd
31726 \end_inset
31727
31728  corresponding to the float placement options described in section
31729 \begin_inset space ~
31730 \end_inset
31731
31732
31733 \begin_inset CommandInset ref
31734 LatexCommand ref
31735 reference "sec:Float-Placement"
31736
31737 \end_inset
31738
31739 .
31740  The placement options can be mixed and are inserted without any separation,
31741  e.
31742 \begin_inset space \thinspace{}
31743 \end_inset
31744
31745 g.
31746 \begin_inset space ~
31747 \end_inset
31748
31749
31750 \begin_inset Quotes eld
31751 \end_inset
31752
31753
31754 \family sans
31755 htbp
31756 \family default
31757
31758 \begin_inset Quotes erd
31759 \end_inset
31760
31761 .
31762  The option 
31763 \begin_inset Quotes eld
31764 \end_inset
31765
31766 h
31767 \begin_inset Quotes erd
31768 \end_inset
31769
31770  has sometimes no effect, but you don't need to use the 
31771 \family sans
31772 Float
31773 \family default
31774  option in this case as also non-float listings can have captions and be
31775  referenced.
31776 \end_layout
31777
31778 \begin_layout Standard
31779 You can add captions to listings with the menu 
31780 \family sans
31781 Insert\SpecialChar \menuseparator
31782 Caption
31783 \family default
31784 .
31785  Listings can be referenced like floats: Listing
31786 \begin_inset space ~
31787 \end_inset
31788
31789
31790 \begin_inset CommandInset ref
31791 LatexCommand ref
31792 reference "lst:Example-Listing"
31793
31794 \end_inset
31795
31796
31797 \end_layout
31798
31799 \begin_layout Standard
31800 \begin_inset listings
31801 lstparams "language=Python"
31802 inline false
31803 status open
31804
31805 \begin_layout Plain Layout
31806
31807 \begin_inset Caption
31808
31809 \begin_layout Plain Layout
31810 \begin_inset CommandInset label
31811 LatexCommand label
31812 name "lst:Example-Listing"
31813
31814 \end_inset
31815
31816 Example Listing float
31817 \end_layout
31818
31819 \end_inset
31820
31821 # Example listing float
31822 \end_layout
31823
31824 \begin_layout Plain Layout
31825
31826 def func(param):
31827 \end_layout
31828
31829 \begin_layout Plain Layout
31830
31831     'this is a python function'
31832 \end_layout
31833
31834 \begin_layout Plain Layout
31835
31836     pass
31837 \end_layout
31838
31839 \end_inset
31840
31841
31842 \end_layout
31843
31844 \begin_layout Standard
31845 When you have set a programming language in the listings dialog, the keywords
31846  of this language will be recognized and specially typeset in the output.
31847  In the example listings the Python keyword 
31848 \begin_inset Quotes eld
31849 \end_inset
31850
31851 def
31852 \begin_inset Quotes erd
31853 \end_inset
31854
31855  is recognized and printed bold in the output.
31856 \end_layout
31857
31858 \begin_layout Standard
31859 \begin_inset Note Greyedout
31860 status open
31861
31862 \begin_layout Plain Layout
31863
31864 \series bold
31865 Note:
31866 \series default
31867  If you don't get bold keywords when using typewriter fonts, your 
31868 \family typewriter
31869 typewriter
31870 \family default
31871  font probably doesn't provide a bold shape.
31872  In this case select a different one in the menu 
31873 \family sans
31874 Document\SpecialChar \menuseparator
31875 Settings\SpecialChar \menuseparator
31876 Fonts
31877 \family default
31878 .
31879  (The fonts 
31880 \emph on
31881 LuxiMono, BeraMono
31882 \emph default
31883  and 
31884 \emph on
31885 Courier
31886 \emph default
31887  provide bold shapes.)
31888 \end_layout
31889
31890 \end_inset
31891
31892
31893 \end_layout
31894
31895 \begin_layout Standard
31896 In section 
31897 \family sans
31898 Line
31899 \begin_inset space ~
31900 \end_inset
31901
31902 numbering
31903 \family default
31904  of the listings dialog you can specify the line numbering style.
31905  You can insert a number to specify which lines are numbered to the field
31906  
31907 \family sans
31908 Step
31909 \family default
31910 .
31911  When you insert e.g.
31912  
31913 \begin_inset Quotes eld
31914 \end_inset
31915
31916 3
31917 \begin_inset Quotes erd
31918 \end_inset
31919
31920 , only every 3rd line will be numbered.
31921 \end_layout
31922
31923 \begin_layout Standard
31924 You can furthermore specify a range of lines, only these will then appear
31925  in the output.
31926  The option 
31927 \family sans
31928 Extended character table
31929 \family default
31930  should be used when you use national characters like the German umlauts
31931  in the listing.
31932 \begin_inset Newline newline
31933 \end_inset
31934
31935 Here is an example listing with left line numbering, step 
31936 \begin_inset Quotes eld
31937 \end_inset
31938
31939 3
31940 \begin_inset Quotes erd
31941 \end_inset
31942
31943 , language 
31944 \begin_inset Quotes eld
31945 \end_inset
31946
31947 Python
31948 \begin_inset Quotes erd
31949 \end_inset
31950
31951 , options 
31952 \begin_inset Quotes eld
31953 \end_inset
31954
31955 Extended character table
31956 \begin_inset Quotes erd
31957 \end_inset
31958
31959  and 
31960 \begin_inset Quotes eld
31961 \end_inset
31962
31963 Space
31964 \begin_inset space ~
31965 \end_inset
31966
31967 as
31968 \begin_inset space ~
31969 \end_inset
31970
31971 symbol
31972 \begin_inset Quotes erd
31973 \end_inset
31974
31975 , range lines 3
31976 \begin_inset space \thinspace{}
31977 \end_inset
31978
31979 -
31980 \begin_inset space \thinspace{}
31981 \end_inset
31982
31983 8:
31984 \end_layout
31985
31986 \begin_layout Standard
31987 \begin_inset listings
31988 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
31989 inline false
31990 status open
31991
31992 \begin_layout Plain Layout
31993
31994 def func(param):
31995 \end_layout
31996
31997 \begin_layout Plain Layout
31998
31999     'this is a python function'
32000 \end_layout
32001
32002 \begin_layout Plain Layout
32003
32004     pass
32005 \end_layout
32006
32007 \begin_layout Plain Layout
32008
32009 def func(param):
32010 \end_layout
32011
32012 \begin_layout Plain Layout
32013
32014 'This is a German word: Tschüß'
32015 \end_layout
32016
32017 \begin_layout Plain Layout
32018
32019 pass
32020 \end_layout
32021
32022 \begin_layout Plain Layout
32023
32024 def func(param):
32025 \end_layout
32026
32027 \begin_layout Plain Layout
32028
32029 'this is a python function'
32030 \end_layout
32031
32032 \begin_layout Plain Layout
32033
32034 pass
32035 \end_layout
32036
32037 \end_inset
32038
32039
32040 \end_layout
32041
32042 \begin_layout Standard
32043 \begin_inset Note Greyedout
32044 status open
32045
32046 \begin_layout Plain Layout
32047
32048 \series bold
32049 Note:
32050 \series default
32051  Due to a bug in the 
32052 \series bold
32053 listings
32054 \series default
32055  package the line numbering is shifted by a line by every previous listing.
32056  That's the reason why the lines 2 and 5 are numbered in the above listing
32057  and not the lines 3 and 6.
32058 \end_layout
32059
32060 \end_inset
32061
32062
32063 \end_layout
32064
32065 \begin_layout Standard
32066 \begin_inset VSpace bigskip
32067 \end_inset
32068
32069
32070 \end_layout
32071
32072 \begin_layout Standard
32073 It is also possible to print lines from a file as listing.
32074  To do this, use the menu 
32075 \family sans
32076 Insert\SpecialChar \menuseparator
32077 File\SpecialChar \menuseparator
32078 Child Document
32079 \family default
32080  and choose the type 
32081 \family sans
32082 Listings
32083 \family default
32084 .
32085 \begin_inset Foot
32086 status collapsed
32087
32088 \begin_layout Plain Layout
32089 The other child document types are described in section
32090 \begin_inset space ~
32091 \end_inset
32092
32093
32094 \begin_inset CommandInset ref
32095 LatexCommand ref
32096 reference "sec:Child-Documents"
32097
32098 \end_inset
32099
32100 .
32101 \end_layout
32102
32103 \end_inset
32104
32105  In the child document dialog you can specify the listing parameters in
32106  a text box.
32107  To show a list of all available parameters, type in a question mark 
32108 \begin_inset Quotes eld
32109 \end_inset
32110
32111 ?
32112 \begin_inset Quotes erd
32113 \end_inset
32114
32115  in the text box.
32116 \end_layout
32117
32118 \begin_layout Standard
32119 To reference child document listings, write a label text into the corresponding
32120  field of the child document dialog.
32121  The label can then be referenced using the menu 
32122 \family sans
32123 Insert\SpecialChar \menuseparator
32124 Cross-Reference
32125 \family default
32126 .
32127 \end_layout
32128
32129 \begin_layout Standard
32130 Listing
32131 \begin_inset space ~
32132 \end_inset
32133
32134
32135 \begin_inset CommandInset ref
32136 LatexCommand ref
32137 reference "lst:file-listing"
32138
32139 \end_inset
32140
32141  is an example for a listing of a file; there the lines 10
32142 \begin_inset space \thinspace{}
32143 \end_inset
32144
32145 -
32146 \begin_inset space \thinspace{}
32147 \end_inset
32148
32149 15 of this LyX file are listed.
32150 \end_layout
32151
32152 \begin_layout Standard
32153 \begin_inset CommandInset include
32154 LatexCommand lstinputlisting
32155 filename "EmbeddedObjects.lyx"
32156 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
32157
32158 \end_inset
32159
32160
32161 \end_layout
32162
32163 \begin_layout Standard
32164 \begin_inset VSpace bigskip
32165 \end_inset
32166
32167
32168 \end_layout
32169
32170 \begin_layout Standard
32171 Global listings settings can be set in the 
32172 \family sans
32173 Document\SpecialChar \menuseparator
32174 Settings\SpecialChar \menuseparator
32175 Text Layout
32176 \family default
32177  dialog.
32178  To get there a list of available options, type in a question mark 
32179 \begin_inset Quotes eld
32180 \end_inset
32181
32182 ?
32183 \begin_inset Quotes erd
32184 \end_inset
32185
32186  in the 
32187 \family sans
32188 Listings
32189 \begin_inset space ~
32190 \end_inset
32191
32192 settings
32193 \family default
32194  field.
32195 \end_layout
32196
32197 \begin_layout Standard
32198 For more information about the 
32199 \series bold
32200 listings
32201 \series default
32202  package, we refer to its documentation 
32203 \begin_inset CommandInset citation
32204 LatexCommand cite
32205 key "listings"
32206
32207 \end_inset
32208
32209 .
32210 \end_layout
32211
32212 \begin_layout Standard
32213 \begin_inset Newpage newpage
32214 \end_inset
32215
32216
32217 \end_layout
32218
32219 \begin_layout Chapter
32220 \start_of_appendix
32221 Units available in LyX
32222 \begin_inset Index
32223 status collapsed
32224
32225 \begin_layout Plain Layout
32226 Units
32227 \end_layout
32228
32229 \end_inset
32230
32231
32232 \begin_inset CommandInset label
32233 LatexCommand label
32234 name "cha:Units-available-in"
32235
32236 \end_inset
32237
32238
32239 \end_layout
32240
32241 \begin_layout Standard
32242 To understand the units described in this documentation, Table
32243 \begin_inset space ~
32244 \end_inset
32245
32246
32247 \begin_inset CommandInset ref
32248 LatexCommand ref
32249 reference "tab:Units"
32250
32251 \end_inset
32252
32253  explains all units available in LyX.
32254 \end_layout
32255
32256 \begin_layout Standard
32257 \begin_inset Float table
32258 placement h
32259 wide false
32260 sideways false
32261 status open
32262
32263 \begin_layout Plain Layout
32264 \begin_inset Caption
32265
32266 \begin_layout Plain Layout
32267 \begin_inset CommandInset label
32268 LatexCommand label
32269 name "tab:Units"
32270
32271 \end_inset
32272
32273 Units
32274 \end_layout
32275
32276 \end_inset
32277
32278
32279 \end_layout
32280
32281 \begin_layout Plain Layout
32282 \begin_inset VSpace medskip
32283 \end_inset
32284
32285
32286 \end_layout
32287
32288 \begin_layout Plain Layout
32289 \align center
32290 \begin_inset Tabular
32291 <lyxtabular version="3" rows="20" columns="2">
32292 <features>
32293 <column alignment="center" valignment="top" width="0">
32294 <column alignment="center" valignment="top" width="0">
32295 <row>
32296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32297 \begin_inset Text
32298
32299 \begin_layout Plain Layout
32300 unit
32301 \end_layout
32302
32303 \end_inset
32304 </cell>
32305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32306 \begin_inset Text
32307
32308 \begin_layout Plain Layout
32309 name/description
32310 \end_layout
32311
32312 \end_inset
32313 </cell>
32314 </row>
32315 <row>
32316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32317 \begin_inset Text
32318
32319 \begin_layout Plain Layout
32320 mm
32321 \end_layout
32322
32323 \end_inset
32324 </cell>
32325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32326 \begin_inset Text
32327
32328 \begin_layout Plain Layout
32329 millimeter
32330 \end_layout
32331
32332 \end_inset
32333 </cell>
32334 </row>
32335 <row>
32336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32337 \begin_inset Text
32338
32339 \begin_layout Plain Layout
32340 cm
32341 \end_layout
32342
32343 \end_inset
32344 </cell>
32345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32346 \begin_inset Text
32347
32348 \begin_layout Plain Layout
32349 centimeter
32350 \end_layout
32351
32352 \end_inset
32353 </cell>
32354 </row>
32355 <row>
32356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32357 \begin_inset Text
32358
32359 \begin_layout Plain Layout
32360 in
32361 \end_layout
32362
32363 \end_inset
32364 </cell>
32365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32366 \begin_inset Text
32367
32368 \begin_layout Plain Layout
32369 inch
32370 \end_layout
32371
32372 \end_inset
32373 </cell>
32374 </row>
32375 <row>
32376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32377 \begin_inset Text
32378
32379 \begin_layout Plain Layout
32380 pt
32381 \end_layout
32382
32383 \end_inset
32384 </cell>
32385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32386 \begin_inset Text
32387
32388 \begin_layout Plain Layout
32389 point (72.27
32390 \begin_inset space \thinspace{}
32391 \end_inset
32392
32393 pt = 1
32394 \begin_inset space \thinspace{}
32395 \end_inset
32396
32397 in)
32398 \end_layout
32399
32400 \end_inset
32401 </cell>
32402 </row>
32403 <row>
32404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32405 \begin_inset Text
32406
32407 \begin_layout Plain Layout
32408 pc
32409 \end_layout
32410
32411 \end_inset
32412 </cell>
32413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32414 \begin_inset Text
32415
32416 \begin_layout Plain Layout
32417 pica (1
32418 \begin_inset space \thinspace{}
32419 \end_inset
32420
32421 pc = 12
32422 \begin_inset space \thinspace{}
32423 \end_inset
32424
32425 pt)
32426 \end_layout
32427
32428 \end_inset
32429 </cell>
32430 </row>
32431 <row>
32432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32433 \begin_inset Text
32434
32435 \begin_layout Plain Layout
32436 sp
32437 \end_layout
32438
32439 \end_inset
32440 </cell>
32441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32442 \begin_inset Text
32443
32444 \begin_layout Plain Layout
32445 scaled point (65536
32446 \begin_inset space \thinspace{}
32447 \end_inset
32448
32449 sp = 1
32450 \begin_inset space \thinspace{}
32451 \end_inset
32452
32453 pt)
32454 \end_layout
32455
32456 \end_inset
32457 </cell>
32458 </row>
32459 <row>
32460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32461 \begin_inset Text
32462
32463 \begin_layout Plain Layout
32464 bp
32465 \end_layout
32466
32467 \end_inset
32468 </cell>
32469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32470 \begin_inset Text
32471
32472 \begin_layout Plain Layout
32473 big point (72
32474 \begin_inset space \thinspace{}
32475 \end_inset
32476
32477 bp = 1
32478 \begin_inset space \thinspace{}
32479 \end_inset
32480
32481 in)
32482 \end_layout
32483
32484 \end_inset
32485 </cell>
32486 </row>
32487 <row>
32488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32489 \begin_inset Text
32490
32491 \begin_layout Plain Layout
32492 dd
32493 \end_layout
32494
32495 \end_inset
32496 </cell>
32497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32498 \begin_inset Text
32499
32500 \begin_layout Plain Layout
32501 didot (1
32502 \begin_inset space \thinspace{}
32503 \end_inset
32504
32505 dd 
32506 \begin_inset Formula $\approx$
32507 \end_inset
32508
32509  0.376
32510 \begin_inset space \thinspace{}
32511 \end_inset
32512
32513 mm)
32514 \end_layout
32515
32516 \end_inset
32517 </cell>
32518 </row>
32519 <row>
32520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32521 \begin_inset Text
32522
32523 \begin_layout Plain Layout
32524 cc
32525 \end_layout
32526
32527 \end_inset
32528 </cell>
32529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32530 \begin_inset Text
32531
32532 \begin_layout Plain Layout
32533 cicero (1
32534 \begin_inset space \thinspace{}
32535 \end_inset
32536
32537 cc = 12
32538 \begin_inset space \thinspace{}
32539 \end_inset
32540
32541 dd)
32542 \end_layout
32543
32544 \end_inset
32545 </cell>
32546 </row>
32547 <row>
32548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32549 \begin_inset Text
32550
32551 \begin_layout Plain Layout
32552 Scale%
32553 \end_layout
32554
32555 \end_inset
32556 </cell>
32557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32558 \begin_inset Text
32559
32560 \begin_layout Plain Layout
32561 % of original image width
32562 \end_layout
32563
32564 \end_inset
32565 </cell>
32566 </row>
32567 <row>
32568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32569 \begin_inset Text
32570
32571 \begin_layout Plain Layout
32572 text%
32573 \end_layout
32574
32575 \end_inset
32576 </cell>
32577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32578 \begin_inset Text
32579
32580 \begin_layout Plain Layout
32581 % of text width
32582 \end_layout
32583
32584 \end_inset
32585 </cell>
32586 </row>
32587 <row>
32588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32589 \begin_inset Text
32590
32591 \begin_layout Plain Layout
32592 col%
32593 \end_layout
32594
32595 \end_inset
32596 </cell>
32597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32598 \begin_inset Text
32599
32600 \begin_layout Plain Layout
32601 % of column width
32602 \end_layout
32603
32604 \end_inset
32605 </cell>
32606 </row>
32607 <row>
32608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32609 \begin_inset Text
32610
32611 \begin_layout Plain Layout
32612 page%
32613 \end_layout
32614
32615 \end_inset
32616 </cell>
32617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32618 \begin_inset Text
32619
32620 \begin_layout Plain Layout
32621 % of paper width
32622 \end_layout
32623
32624 \end_inset
32625 </cell>
32626 </row>
32627 <row>
32628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32629 \begin_inset Text
32630
32631 \begin_layout Plain Layout
32632 line%
32633 \end_layout
32634
32635 \end_inset
32636 </cell>
32637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32638 \begin_inset Text
32639
32640 \begin_layout Plain Layout
32641 % of line width
32642 \end_layout
32643
32644 \end_inset
32645 </cell>
32646 </row>
32647 <row>
32648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32649 \begin_inset Text
32650
32651 \begin_layout Plain Layout
32652 theight%
32653 \end_layout
32654
32655 \end_inset
32656 </cell>
32657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32658 \begin_inset Text
32659
32660 \begin_layout Plain Layout
32661 % of text height
32662 \end_layout
32663
32664 \end_inset
32665 </cell>
32666 </row>
32667 <row>
32668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32669 \begin_inset Text
32670
32671 \begin_layout Plain Layout
32672 pheight%
32673 \end_layout
32674
32675 \end_inset
32676 </cell>
32677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32678 \begin_inset Text
32679
32680 \begin_layout Plain Layout
32681 % of paper height
32682 \end_layout
32683
32684 \end_inset
32685 </cell>
32686 </row>
32687 <row>
32688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32689 \begin_inset Text
32690
32691 \begin_layout Plain Layout
32692 ex
32693 \end_layout
32694
32695 \end_inset
32696 </cell>
32697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32698 \begin_inset Text
32699
32700 \begin_layout Plain Layout
32701 height of letter 
32702 \emph on
32703 x
32704 \emph default
32705  in current font
32706 \end_layout
32707
32708 \end_inset
32709 </cell>
32710 </row>
32711 <row>
32712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32713 \begin_inset Text
32714
32715 \begin_layout Plain Layout
32716 em
32717 \end_layout
32718
32719 \end_inset
32720 </cell>
32721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32722 \begin_inset Text
32723
32724 \begin_layout Plain Layout
32725 width of letter 
32726 \emph on
32727 M
32728 \emph default
32729  in current font
32730 \end_layout
32731
32732 \end_inset
32733 </cell>
32734 </row>
32735 <row>
32736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32737 \begin_inset Text
32738
32739 \begin_layout Plain Layout
32740 mu
32741 \end_layout
32742
32743 \end_inset
32744 </cell>
32745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32746 \begin_inset Text
32747
32748 \begin_layout Plain Layout
32749 math unit (1
32750 \begin_inset space \thinspace{}
32751 \end_inset
32752
32753 mu = 1/18
32754 \begin_inset space \thinspace{}
32755 \end_inset
32756
32757 em)
32758 \end_layout
32759
32760 \end_inset
32761 </cell>
32762 </row>
32763 </lyxtabular>
32764
32765 \end_inset
32766
32767
32768 \end_layout
32769
32770 \end_inset
32771
32772
32773 \end_layout
32774
32775 \begin_layout Chapter
32776 Output File Formats with Graphics
32777 \begin_inset CommandInset label
32778 LatexCommand label
32779 name "cha:Output-File-Formats"
32780
32781 \end_inset
32782
32783
32784 \end_layout
32785
32786 \begin_layout Section
32787 DVI
32788 \begin_inset Index
32789 status collapsed
32790
32791 \begin_layout Plain Layout
32792 File Formats ! DVI
32793 \end_layout
32794
32795 \end_inset
32796
32797
32798 \begin_inset Index
32799 status collapsed
32800
32801 \begin_layout Plain Layout
32802 DVI|see
32803 \begin_inset ERT
32804 status collapsed
32805
32806 \begin_layout Plain Layout
32807
32808 {
32809 \end_layout
32810
32811 \end_inset
32812
32813 File Formats
32814 \begin_inset ERT
32815 status collapsed
32816
32817 \begin_layout Plain Layout
32818
32819 }
32820 \end_layout
32821
32822 \end_inset
32823
32824
32825 \end_layout
32826
32827 \end_inset
32828
32829
32830 \end_layout
32831
32832 \begin_layout Standard
32833 This file type has the extension 
32834 \begin_inset Quotes eld
32835 \end_inset
32836
32837
32838 \family typewriter
32839 .dvi
32840 \family default
32841
32842 \begin_inset Quotes erd
32843 \end_inset
32844
32845 .
32846  It is called 
32847 \begin_inset Quotes eld
32848 \end_inset
32849
32850 device-independent
32851 \begin_inset Quotes erd
32852 \end_inset
32853
32854  (DVI), because it is completely portable; you can move them from one machine
32855  to another without needing to do any sort of conversion.
32856  At the time when this file-format was developed, this was no matter of
32857  course.
32858  DVIs are used for quick previews and as pre-stage for other output formats,
32859  like PostScript.
32860 \end_layout
32861
32862 \begin_layout Standard
32863 \begin_inset Note Greyedout
32864 status open
32865
32866 \begin_layout Plain Layout
32867
32868 \series bold
32869 Note:
32870 \series default
32871  DVI-files doesn't contain images, they will only be a linked.
32872 \end_layout
32873
32874 \end_inset
32875
32876  So don't forget this, if you move your 
32877 \family typewriter
32878 .dvi
32879 \family default
32880  file to another computer.
32881  This property can also slow down your computer when you view the DVI.
32882  Because the DVI-viewer has to convert the image in the background to make
32883  it visible when you scroll in the DVI.
32884  So we recommend to use PDF for files with many images.
32885 \end_layout
32886
32887 \begin_layout Standard
32888 You can export your document to DVI by using the menu 
32889 \family sans
32890 File\SpecialChar \menuseparator
32891 Export\SpecialChar \menuseparator
32892 DVI
32893 \family default
32894 .
32895  You can view your document as DVI via the 
32896 \family sans
32897 View
32898 \family default
32899  menu or by using the toolbar button 
32900 \begin_inset Graphics
32901         filename ../images/buffer-view_dvi.png
32902         scale 85
32903         scaleBeforeRotation
32904
32905 \end_inset
32906
32907 .
32908 \end_layout
32909
32910 \begin_layout Section
32911 PostScript
32912 \begin_inset CommandInset label
32913 LatexCommand label
32914 name "sec:PostScript"
32915
32916 \end_inset
32917
32918
32919 \begin_inset Index
32920 status collapsed
32921
32922 \begin_layout Plain Layout
32923 File Formats ! PostScript
32924 \end_layout
32925
32926 \end_inset
32927
32928
32929 \begin_inset Index
32930 status collapsed
32931
32932 \begin_layout Plain Layout
32933 PostScript|see
32934 \begin_inset ERT
32935 status collapsed
32936
32937 \begin_layout Plain Layout
32938
32939 {
32940 \end_layout
32941
32942 \end_inset
32943
32944 File Formats
32945 \begin_inset ERT
32946 status collapsed
32947
32948 \begin_layout Plain Layout
32949
32950 }
32951 \end_layout
32952
32953 \end_inset
32954
32955
32956 \end_layout
32957
32958 \end_inset
32959
32960
32961 \end_layout
32962
32963 \begin_layout Standard
32964 This file type has the extension 
32965 \begin_inset Quotes eld
32966 \end_inset
32967
32968
32969 \family typewriter
32970 .ps
32971 \family default
32972
32973 \begin_inset Quotes erd
32974 \end_inset
32975
32976 .
32977  PostScript was developed by the company 
32978 \family typewriter
32979 Adobe
32980 \family default
32981  as printer language.
32982  The file contains therefore commands that the printer uses to print the
32983  file.
32984  PostScript can be seen as 
32985 \begin_inset Quotes eld
32986 \end_inset
32987
32988 programming language
32989 \begin_inset Quotes erd
32990 \end_inset
32991
32992 ; you can calculate with it and draw diagrams and images
32993 \begin_inset Foot
32994 status collapsed
32995
32996 \begin_layout Plain Layout
32997 If you are interested to learn more about this, have a look at the LaTeX-package
32998  
32999 \series bold
33000 PSTricks
33001 \series default
33002  
33003 \begin_inset CommandInset citation
33004 LatexCommand cite
33005 key "pstricks"
33006
33007 \end_inset
33008
33009 .
33010 \end_layout
33011
33012 \end_inset
33013
33014 .
33015  Due to this ability, the files are often bigger than PDFs.
33016 \end_layout
33017
33018 \begin_layout Standard
33019 PostScript can only contain images in the format 
33020 \begin_inset Quotes eld
33021 \end_inset
33022
33023 Encapsulated PostScript
33024 \begin_inset Quotes erd
33025 \end_inset
33026
33027  (EPS, file extension 
33028 \begin_inset Quotes eld
33029 \end_inset
33030
33031
33032 \family typewriter
33033 .eps
33034 \family default
33035
33036 \begin_inset Quotes erd
33037 \end_inset
33038
33039 ).
33040  As LyX allows you to use any known image format in your document, it has
33041  to convert images in the background to EPS.
33042  If you have e.g 50 images in your document, LyX has to do 50 conversions
33043  whenever you view or export your document.
33044  This will slow down your work flow with LyX drastically.
33045  So if you plan to use PostScript, you can insert your images directly as
33046  EPS to avoid this problem.
33047 \end_layout
33048
33049 \begin_layout Standard
33050 You can export your document to PostScript using the menu 
33051 \family sans
33052 File\SpecialChar \menuseparator
33053 Export\SpecialChar \menuseparator
33054 Postscript
33055 \family default
33056 .
33057  You can view your document as PostScript via the 
33058 \family sans
33059 View
33060 \family default
33061  menu or by using the toolbar button 
33062 \begin_inset Graphics
33063         filename ../images/buffer-view_ps.png
33064         scale 85
33065         scaleBeforeRotation
33066
33067 \end_inset
33068
33069 .
33070 \end_layout
33071
33072 \begin_layout Section
33073 PDF
33074 \begin_inset Index
33075 status collapsed
33076
33077 \begin_layout Plain Layout
33078 File Formats ! PDF
33079 \end_layout
33080
33081 \end_inset
33082
33083
33084 \begin_inset Index
33085 status collapsed
33086
33087 \begin_layout Plain Layout
33088 PDF
33089 \end_layout
33090
33091 \end_inset
33092
33093
33094 \end_layout
33095
33096 \begin_layout Standard
33097 This file type has the extension 
33098 \begin_inset Quotes eld
33099 \end_inset
33100
33101
33102 \family typewriter
33103 .pdf
33104 \family default
33105
33106 \begin_inset Quotes erd
33107 \end_inset
33108
33109 .
33110  The 
33111 \begin_inset Quotes eld
33112 \end_inset
33113
33114 Portable Document Format
33115 \begin_inset Quotes erd
33116 \end_inset
33117
33118  (PDF) is developed by 
33119 \family typewriter
33120 Adobe
33121 \family default
33122  as derivative from PostScript.
33123  It is more compressed and it uses much less commands than PostScript.
33124  As the name 
33125 \begin_inset Quotes eld
33126 \end_inset
33127
33128 portable
33129 \begin_inset Quotes erd
33130 \end_inset
33131
33132  implies, it can be processed at any computer system and the printed output
33133  looks exactly the same.
33134 \end_layout
33135
33136 \begin_layout Standard
33137 PDF can contain images in its own PDF format, in the format 
33138 \begin_inset Quotes eld
33139 \end_inset
33140
33141 Joint Photographic Experts Group
33142 \begin_inset Quotes erd
33143 \end_inset
33144
33145  (JPG, file extension 
33146 \begin_inset Quotes eld
33147 \end_inset
33148
33149
33150 \family typewriter
33151 .jpg
33152 \family default
33153
33154 \begin_inset Quotes erd
33155 \end_inset
33156
33157  or 
33158 \begin_inset Quotes eld
33159 \end_inset
33160
33161
33162 \family typewriter
33163 .jpeg
33164 \family default
33165
33166 \begin_inset Quotes erd
33167 \end_inset
33168
33169 ), and in the format 
33170 \begin_inset Quotes eld
33171 \end_inset
33172
33173 Portable Network Graphics
33174 \begin_inset Quotes erd
33175 \end_inset
33176
33177  (PNG, file extension 
33178 \begin_inset Quotes eld
33179 \end_inset
33180
33181
33182 \family typewriter
33183 .png
33184 \family default
33185
33186 \begin_inset Quotes erd
33187 \end_inset
33188
33189 ).
33190  Nevertheless you can use any other image format, because LyX converts them
33191  in the background to one of these formats.
33192  But as described in the section about PostScript, the image conversion
33193  will slow down your work flow.
33194  So it is recommended to use images in one of the three mentioned formats.
33195 \end_layout
33196
33197 \begin_layout Standard
33198 You can export your document to PDF via the menu 
33199 \family sans
33200 File\SpecialChar \menuseparator
33201 Export
33202 \family default
33203  in three different ways:
33204 \end_layout
33205
33206 \begin_layout Description
33207 PDF
33208 \begin_inset space ~
33209 \end_inset
33210
33211 (ps2pdf) This uses the program 
33212 \family typewriter
33213 ps2pdf
33214 \family default
33215  that creates a PDF from a PostScript-version of your file.
33216  The PostScript-version is produced by the program 
33217 \family typewriter
33218 dvips
33219 \family default
33220  which uses a DVI-version as intermediate step.
33221  So this export variant consist of three conversions.
33222 \end_layout
33223
33224 \begin_layout Description
33225 PDF
33226 \begin_inset space ~
33227 \end_inset
33228
33229 (dvipdfm) This uses the program 
33230 \family typewriter
33231 dvipdfm
33232 \family default
33233  that converts your file in the background to DVI and in a second step to
33234  PDF.
33235 \end_layout
33236
33237 \begin_layout Description
33238 PDF
33239 \begin_inset space ~
33240 \end_inset
33241
33242 (pdflatex) This uses the program 
33243 \family typewriter
33244 pdftex
33245 \family default
33246  that converts your file directly to PDF.
33247 \end_layout
33248
33249 \begin_layout Standard
33250 It is recommended to use 
33251 \family sans
33252 PDF
33253 \begin_inset space ~
33254 \end_inset
33255
33256 (pdflatex)
33257 \family default
33258  because 
33259 \family typewriter
33260 pdftex
33261 \family default
33262  supports all features of actual PDF-versions, is quick and works stable
33263  without problems.
33264  The program 
33265 \family typewriter
33266 dvipdfm
33267 \family default
33268  is not under development and therefore a bit outdated.
33269 \end_layout
33270
33271 \begin_layout Standard
33272 You can view your document as PDF via the 
33273 \family sans
33274 View
33275 \family default
33276  menu or by using the toolbar button 
33277 \begin_inset Graphics
33278         filename ../images/buffer-view_pdf2.png
33279         scale 85
33280         scaleBeforeRotation
33281
33282 \end_inset
33283
33284  
33285 \family sans
33286 (
33287 \family default
33288 that uses 
33289 \family sans
33290 PDF
33291 \begin_inset space ~
33292 \end_inset
33293
33294 (pdflatex)
33295 \family default
33296 ).
33297 \end_layout
33298
33299 \begin_layout Chapter
33300 Explanation of Equation
33301 \begin_inset space ~
33302 \end_inset
33303
33304
33305 \begin_inset CommandInset ref
33306 LatexCommand eqref
33307 reference "eq:Wgn"
33308
33309 \end_inset
33310
33311
33312 \begin_inset CommandInset label
33313 LatexCommand label
33314 name "cha:Explanation-of-Equation"
33315
33316 \end_inset
33317
33318
33319 \end_layout
33320
33321 \begin_layout Standard
33322 The total width of 
33323 \emph on
33324 n
33325 \emph default
33326  table cells 
33327 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33328 \end_inset
33329
33330  can be calculated to
33331 \end_layout
33332
33333 \begin_layout Standard
33334 \begin_inset Formula \begin{equation}
33335 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}
33336
33337 \end_inset
33338
33339
33340 \end_layout
33341
33342 \begin_layout Standard
33343 Where 
33344 \begin_inset Formula $W_{g\, n}$
33345 \end_inset
33346
33347  is the given width of all cells.
33348  
33349 \series bold
33350
33351 \backslash
33352 tabcolsep
33353 \series default
33354  is the LaTeX-length between the cell text and the cell border, its default
33355  value is 6
33356 \begin_inset space \thinspace{}
33357 \end_inset
33358
33359 pt.
33360  
33361 \series bold
33362
33363 \backslash
33364 arrayrulewidth
33365 \series default
33366  is the thickness of the cell border line, the default is 0.4
33367 \begin_inset space \thinspace{}
33368 \end_inset
33369
33370 pt.
33371 \end_layout
33372
33373 \begin_layout Standard
33374 Following equation
33375 \begin_inset space ~
33376 \end_inset
33377
33378
33379 \begin_inset CommandInset ref
33380 LatexCommand eqref
33381 reference "eq:Wtot_n"
33382
33383 \end_inset
33384
33385 , the total width of a multicolumn 
33386 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33387 \end_inset
33388
33389  is
33390 \end_layout
33391
33392 \begin_layout Standard
33393 \begin_inset Formula \begin{equation}
33394 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
33395
33396 \end_inset
33397
33398
33399 \end_layout
33400
33401 \begin_layout Standard
33402 By setting equation
33403 \begin_inset space ~
33404 \end_inset
33405
33406
33407 \begin_inset CommandInset ref
33408 LatexCommand eqref
33409 reference "eq:Wtot_n"
33410
33411 \end_inset
33412
33413  and 
33414 \begin_inset CommandInset ref
33415 LatexCommand eqref
33416 reference "eq:Wtot_mult"
33417
33418 \end_inset
33419
33420  equal we can calculate the needed given width 
33421 \begin_inset Formula $W_{g\, n}$
33422 \end_inset
33423
33424  when 
33425 \emph on
33426 n
33427 \emph default
33428  columns are spanned, so that each column has a total width of 
33429 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
33430 \end_inset
33431
33432 :
33433 \end_layout
33434
33435 \begin_layout Standard
33436 \begin_inset Formula \begin{equation}
33437 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
33438
33439 \end_inset
33440
33441
33442 \end_layout
33443
33444 \begin_layout Bibliography
33445 \begin_inset CommandInset bibitem
33446 LatexCommand bibitem
33447 key "latexcompanion"
33448
33449 \end_inset
33450
33451 Frank Mittelbach and Michel Goossens: 
33452 \emph on
33453 The LaTeX Companion Second Edition.
33454
33455 \emph default
33456  Addison-Wesley, 2004
33457 \end_layout
33458
33459 \begin_layout Bibliography
33460 \begin_inset CommandInset bibitem
33461 LatexCommand bibitem
33462 key "latexguide"
33463
33464 \end_inset
33465
33466 Helmut Kopka and Patrick W.
33467  Daly: 
33468 \emph on
33469 A Guide to LaTeX Fourth Edition.
33470
33471 \emph default
33472  Addison-Wesley, 2003
33473 \end_layout
33474
33475 \begin_layout Bibliography
33476 \begin_inset CommandInset bibitem
33477 LatexCommand bibitem
33478 key "latexbook"
33479
33480 \end_inset
33481
33482 Leslie Lamport: 
33483 \emph on
33484 LaTeX: A Document Preparation System.
33485
33486 \emph default
33487  Addison-Wesley, second edition, 1994
33488 \end_layout
33489
33490 \begin_layout Bibliography
33491 \begin_inset CommandInset bibitem
33492 LatexCommand bibitem
33493 key "booktabs"
33494
33495 \end_inset
33496
33497 Documentation of the LaTeX-package 
33498 \series bold
33499
33500 \begin_inset CommandInset href
33501 LatexCommand href
33502 name "booktabs"
33503 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
33504
33505 \end_inset
33506
33507
33508 \series default
33509
33510 \begin_inset Index
33511 status collapsed
33512
33513 \begin_layout Plain Layout
33514 LaTeX-packages ! booktabs
33515 \end_layout
33516
33517 \end_inset
33518
33519
33520 \end_layout
33521
33522 \begin_layout Bibliography
33523 \begin_inset CommandInset bibitem
33524 LatexCommand bibitem
33525 key "caption"
33526
33527 \end_inset
33528
33529 Documentation of the LaTeX-package 
33530 \series bold
33531
33532 \begin_inset CommandInset href
33533 LatexCommand href
33534 name "caption"
33535 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
33536
33537 \end_inset
33538
33539
33540 \series default
33541
33542 \begin_inset Index
33543 status collapsed
33544
33545 \begin_layout Plain Layout
33546 LaTeX-packages ! caption
33547 \end_layout
33548
33549 \end_inset
33550
33551
33552 \end_layout
33553
33554 \begin_layout Bibliography
33555 \begin_inset CommandInset bibitem
33556 LatexCommand bibitem
33557 key "endfloat"
33558
33559 \end_inset
33560
33561 Documentation of the LaTeX-package 
33562 \series bold
33563
33564 \begin_inset CommandInset href
33565 LatexCommand href
33566 name "endfloat"
33567 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
33568
33569 \end_inset
33570
33571
33572 \series default
33573
33574 \begin_inset Index
33575 status collapsed
33576
33577 \begin_layout Plain Layout
33578 LaTeX-packages ! endfloat
33579 \end_layout
33580
33581 \end_inset
33582
33583
33584 \end_layout
33585
33586 \begin_layout Bibliography
33587 \begin_inset CommandInset bibitem
33588 LatexCommand bibitem
33589 key "wrapfig"
33590
33591 \end_inset
33592
33593 Documentation of the LaTeX-package 
33594 \series bold
33595
33596 \begin_inset CommandInset href
33597 LatexCommand href
33598 name "wrapfig"
33599 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
33600
33601 \end_inset
33602
33603
33604 \series default
33605
33606 \begin_inset Index
33607 status collapsed
33608
33609 \begin_layout Plain Layout
33610 LaTeX-packages ! wrapfig
33611 \begin_inset ERT
33612 status collapsed
33613
33614 \begin_layout Plain Layout
33615
33616
33617 \backslash
33618 vspace{4mm}
33619 \end_layout
33620
33621 \end_inset
33622
33623
33624 \end_layout
33625
33626 \end_inset
33627
33628
33629 \end_layout
33630
33631 \begin_layout Bibliography
33632 \begin_inset CommandInset bibitem
33633 LatexCommand bibitem
33634 key "footmisc"
33635
33636 \end_inset
33637
33638 Documentation of the LaTeX-package 
33639 \series bold
33640
33641 \begin_inset CommandInset href
33642 LatexCommand href
33643 name "footmisc"
33644 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
33645
33646 \end_inset
33647
33648
33649 \series default
33650
33651 \begin_inset Index
33652 status collapsed
33653
33654 \begin_layout Plain Layout
33655 LaTeX-packages ! footmisc
33656 \end_layout
33657
33658 \end_inset
33659
33660
33661 \end_layout
33662
33663 \begin_layout Bibliography
33664 \begin_inset CommandInset bibitem
33665 LatexCommand bibitem
33666 key "hypcap"
33667
33668 \end_inset
33669
33670 Documentation of the LaTeX-package 
33671 \series bold
33672
33673 \begin_inset CommandInset href
33674 LatexCommand href
33675 name "hypcap"
33676 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
33677
33678 \end_inset
33679
33680
33681 \series default
33682
33683 \begin_inset Index
33684 status collapsed
33685
33686 \begin_layout Plain Layout
33687 LaTeX-packages ! hyperref
33688 \end_layout
33689
33690 \end_inset
33691
33692
33693 \end_layout
33694
33695 \begin_layout Bibliography
33696 \begin_inset CommandInset bibitem
33697 LatexCommand bibitem
33698 key "hyperref"
33699
33700 \end_inset
33701
33702 Documentation of the LaTeX-package 
33703 \series bold
33704
33705 \begin_inset CommandInset href
33706 LatexCommand href
33707 name "hyperref"
33708 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
33709
33710 \end_inset
33711
33712
33713 \series default
33714
33715 \begin_inset Index
33716 status collapsed
33717
33718 \begin_layout Plain Layout
33719 LaTeX-packages ! hyperref
33720 \end_layout
33721
33722 \end_inset
33723
33724
33725 \end_layout
33726
33727 \begin_layout Bibliography
33728 \begin_inset CommandInset bibitem
33729 LatexCommand bibitem
33730 key "koma-script"
33731
33732 \end_inset
33733
33734 Documentation of the LaTeX-package 
33735 \series bold
33736
33737 \begin_inset CommandInset href
33738 LatexCommand href
33739 name "koma-script"
33740 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
33741
33742 \end_inset
33743
33744
33745 \series default
33746
33747 \begin_inset Index
33748 status collapsed
33749
33750 \begin_layout Plain Layout
33751 LaTeX-packages ! koma-script
33752 \end_layout
33753
33754 \end_inset
33755
33756
33757 \end_layout
33758
33759 \begin_layout Bibliography
33760 \begin_inset CommandInset bibitem
33761 LatexCommand bibitem
33762 key "listings"
33763
33764 \end_inset
33765
33766 Documentation of the LaTeX-package 
33767 \series bold
33768
33769 \begin_inset CommandInset href
33770 LatexCommand href
33771 name "listings"
33772 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
33773
33774 \end_inset
33775
33776
33777 \series default
33778
33779 \begin_inset Index
33780 status collapsed
33781
33782 \begin_layout Plain Layout
33783 LaTeX-packages ! listings
33784 \end_layout
33785
33786 \end_inset
33787
33788
33789 \end_layout
33790
33791 \begin_layout Bibliography
33792 \begin_inset CommandInset bibitem
33793 LatexCommand bibitem
33794 key "marginnote"
33795
33796 \end_inset
33797
33798 Documentation of the LaTeX-package 
33799 \series bold
33800
33801 \begin_inset CommandInset href
33802 LatexCommand href
33803 name "marginnote"
33804 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
33805
33806 \end_inset
33807
33808
33809 \series default
33810
33811 \begin_inset Index
33812 status collapsed
33813
33814 \begin_layout Plain Layout
33815 LaTeX-packages ! marginnote
33816 \end_layout
33817
33818 \end_inset
33819
33820
33821 \end_layout
33822
33823 \begin_layout Bibliography
33824 \begin_inset CommandInset bibitem
33825 LatexCommand bibitem
33826 key "pstricks"
33827
33828 \end_inset
33829
33830 Web page of the LaTeX-package 
33831 \series bold
33832
33833 \begin_inset CommandInset href
33834 LatexCommand href
33835 name "PSTricks"
33836 target "http://tug.org/PSTricks/"
33837
33838 \end_inset
33839
33840
33841 \series default
33842
33843 \begin_inset Index
33844 status collapsed
33845
33846 \begin_layout Plain Layout
33847 LaTeX-packages ! PSTricks
33848 \end_layout
33849
33850 \end_inset
33851
33852
33853 \end_layout
33854
33855 \begin_layout Bibliography
33856 \begin_inset CommandInset bibitem
33857 LatexCommand bibitem
33858 key "sidecap"
33859
33860 \end_inset
33861
33862 Documentation of the LaTeX-package 
33863 \series bold
33864
33865 \begin_inset CommandInset href
33866 LatexCommand href
33867 name "sidecap"
33868 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
33869
33870 \end_inset
33871
33872
33873 \series default
33874
33875 \begin_inset Index
33876 status collapsed
33877
33878 \begin_layout Plain Layout
33879 LaTeX-packages ! sidecap
33880 \end_layout
33881
33882 \end_inset
33883
33884
33885 \end_layout
33886
33887 \begin_layout Bibliography
33888 \begin_inset CommandInset bibitem
33889 LatexCommand bibitem
33890 key "NewInLyX16"
33891
33892 \end_inset
33893
33894
33895 \begin_inset CommandInset href
33896 LatexCommand href
33897 name "Wiki page"
33898 target "http://wiki.lyx.org/LyX/NewInLyX16"
33899
33900 \end_inset
33901
33902  about new features in 
33903 \family sans
33904 LyX 1.6.0
33905 \family default
33906 .
33907 \end_layout
33908
33909 \begin_layout Standard
33910 \begin_inset CommandInset index_print
33911 LatexCommand printindex
33912
33913 \end_inset
33914
33915
33916 \end_layout
33917
33918 \begin_layout Standard
33919 \begin_inset FloatList figure
33920
33921 \end_inset
33922
33923
33924 \end_layout
33925
33926 \begin_layout Standard
33927 \begin_inset FloatList table
33928
33929 \end_inset
33930
33931
33932 \end_layout
33933
33934 \begin_layout Standard
33935 \begin_inset FloatList algorithm
33936
33937 \end_inset
33938
33939
33940 \end_layout
33941
33942 \end_body
33943 \end_document