]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
Japanese Tutorial.lyx: update by Koji
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 1.6.2svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 345
3 \begin_document
4 \begin_header
5 \textclass scrbook
6 \begin_preamble
7 % if pdflatex is used
8 \usepackage{ifpdf}
9 \ifpdf
10
11 % set fonts for nicer pdf view
12 \IfFileExists{lmodern.sty}
13  {\usepackage{lmodern}}{}
14
15 \fi % end if pdflatex is used
16
17 % that links to image floats jumps
18 % to the beginning of the float and 
19 % not to its caption
20 \usepackage[figure]{hypcap}
21
22 % the pages of the TOC is numbered roman
23 % and a PDF-bookmark for the TOC is added
24 \let\myTOC\tableofcontents
25 \renewcommand\tableofcontents{%
26   \frontmatter
27   \pdfbookmark[1]{\contentsname}{}
28   \myTOC
29   \mainmatter }
30
31 % provides caption formatting
32 \usepackage[labelfont={bf,sf}, tableposition=top]{caption}[2004/07/16]
33
34 % provides commands to set caption
35 % beside tables/images
36 \usepackage{sidecap}
37
38 \newcommand{\TabBesBeg}{%
39  \let\MyTable\table
40  \let\MyEndtable\endtable
41  \renewenvironment{table}{\begin{SCtable}}{\end{SCtable}}}
42
43 \newcommand{\TabBesEnd}{%
44  \let\table\MyTable
45  \let\endtable\MyEndtable}
46
47 \newcommand{\FigBesBeg}{%
48  \let\MyFigure\figure
49  \let\MyEndfigure\endfigure
50  \renewenvironment{figure}{\begin{SCfigure}}{\end{SCfigure}}}
51
52 \newcommand{\FigBesEnd}{%
53  \let\figure\MyFigure
54  \let\endfigure\MyEndfigure}
55
56 % enables calculation of values,
57 \usepackage{calc}
58
59 % provides special table cell alignments
60 \usepackage{dcolumn}
61
62 % increase the bottom float placement fraction
63 \renewcommand{\bottomfraction}{0.5}
64
65 % avoids that floats are placed before their
66 % corresponding section starts
67 \let\mySection\section\renewcommand{\section}{\suppressfloats[t]\mySection}
68
69 % speed up the longtable calculation
70 \setcounter{LTchunksize}{100}
71
72 % used for scaled and rotated boxes
73 \@ifundefined{rotatebox}{\usepackage{graphicx}}{}
74
75 % used for colored tables
76 \@ifundefined{textcolor}
77  {\usepackage{color}}{}
78 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
79 \definecolor{lightgrey}{gray}{0.8}
80
81 % check for package colortbl
82 % used for colored table cells
83 \newboolean{colortbl}
84 \IfFileExists{colortbl.sty}
85  {\usepackage{colortbl}
86   \setboolean{colortbl}{true}}
87  {\setboolean{colortbl}{false}}
88
89 % used for multirows
90 \usepackage{multirow}
91 %\renewcommand{\multirowsetup}{\centering}
92
93 % used for book-style tables
94 \usepackage{booktabs}
95
96 % used to have extra space in table cells
97 \@ifundefined{extrarowheight}
98  {\usepackage{array}}{}
99 \setlength{\extrarowheight}{2pt}
100
101 % used for customized tables
102 % ---
103 \newcolumntype{M}[1]
104  {>{\centering\hspace{0pt}}m{#1}}
105
106 \newcolumntype{S}[2]
107  {>{\centering\hspace{0pt}}m{(#1+(2\tabcolsep+\arrayrulewidth)*(1-#2))/#2}}
108
109 \newcolumntype{K}[1]
110  {>{\columncolor{#1}\hspace{0pt}}c}
111
112 \newcolumntype{V}{!{\vrule width 1.5pt}}
113
114 \newcolumntype{W}{!{\color{green}\vline}}
115 % ---
116
117 % insert additional vertical space of
118 % 1.5 mm between footnotes
119 \let\myFoot\footnote
120 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
121
122 % number algorithm floats within chapters
123 \numberwithin{algorithm}{chapter}
124
125 % redefine the greyed out note
126 \renewenvironment{lyxgreyedout}
127  {\textcolor{blue}\bgroup}{\egroup}
128
129 % ------------------------------------
130 % used to check for needed LaTeX packages
131 \usepackage{ifthen}
132
133 % check for package arydshln
134 % used for tables with dashed lines
135 \newboolean{arydshln}
136 \IfFileExists{arydshln.sty}
137  {\usepackage{arydshln}
138   \setboolean{arydshln}{true}}
139  {\setboolean{arydshln}{false}}
140
141 % check for package marginnote
142 % used for margin notes
143 \newboolean{marginnote}
144 \IfFileExists{marginnote.sty}
145  {\usepackage{marginnote}
146   \let\marginpar\marginnote
147   \setboolean{marginnote}{true}}
148  {\setboolean{marginnote}{false}}
149
150 % check for package sidecap
151 % used for captions on the side
152 \newboolean{sidecap}
153 \IfFileExists{sidecap.sty}
154  {\usepackage{sidecap}
155   \let\marginpar\marginnote
156   \setboolean{sidecap}{true}}
157  {\setboolean{sidecap}{false}}
158
159 % redefine the \LyX macro for PDF bookmarks
160 \def\LyX{\texorpdfstring{%
161   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
162   {LyX}}
163 \end_preamble
164 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
165 \use_default_options false
166 \language english
167 \inputencoding auto
168 \font_roman default
169 \font_sans default
170 \font_typewriter default
171 \font_default_family default
172 \font_sc false
173 \font_osf false
174 \font_sf_scale 100
175 \font_tt_scale 100
176
177 \graphics default
178 \paperfontsize 12
179 \spacing single
180 \use_hyperref true
181 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
182 \pdf_author "LyX Team, Uwe Stöhr"
183 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
184 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
185 \pdf_bookmarks true
186 \pdf_bookmarksnumbered true
187 \pdf_bookmarksopen true
188 \pdf_bookmarksopenlevel 1
189 \pdf_breaklinks false
190 \pdf_pdfborder false
191 \pdf_colorlinks true
192 \pdf_backref false
193 \pdf_pdfusetitle false
194 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
195 \papersize default
196 \use_geometry false
197 \use_amsmath 2
198 \use_esint 0
199 \cite_engine basic
200 \use_bibtopic false
201 \paperorientation portrait
202 \secnumdepth 3
203 \tocdepth 3
204 \paragraph_separation skip
205 \defskip medskip
206 \quotes_language english
207 \papercolumns 1
208 \papersides 2
209 \paperpagestyle default
210 \bullet 1 1 34 -1
211 \bullet 2 2 35 -1
212 \bullet 3 2 7 -1
213 \tracking_changes false
214 \output_changes false
215 \author "" 
216 \author "" 
217 \end_header
218
219 \begin_body
220
221 \begin_layout Title
222 LyX's detailed Figure, Table, Floats, Notes, Boxes and External Material
223  manual
224 \end_layout
225
226 \begin_layout Author
227 by the LyX Team
228 \begin_inset Foot
229 status collapsed
230
231 \begin_layout Plain Layout
232 \noindent
233 If you have comments or error corrections, please send them to the LyX Documenta
234 tion mailing list: 
235 \begin_inset CommandInset href
236 LatexCommand href
237 name "lyx-docs@lists.lyx.org"
238 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
239 type "mailto:"
240
241 \end_inset
242
243
244 \end_layout
245
246 \end_inset
247
248
249 \begin_inset Note Note
250 status collapsed
251
252 \begin_layout Plain Layout
253 author: Uwe Stöhr
254 \end_layout
255
256 \end_inset
257
258
259 \begin_inset Newline newline
260 \end_inset
261
262
263 \begin_inset Newline newline
264 \end_inset
265
266
267 \family sans
268 Version 1.6.x
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 \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 Header: The current row is defined to be a header row that appears on all
2978  pages of the longtable; except for the first page, if 
2979 \family sans
2980 First
2981 \begin_inset space ~
2982 \end_inset
2983
2984 header
2985 \family default
2986  is defined.
2987  This therefore called the main header.
2988 \end_layout
2989
2990 \begin_layout Description
2991 First
2992 \begin_inset space ~
2993 \end_inset
2994
2995 header: The current row is defined to be a header row that appears on the
2996  first page of the longtable.
2997 \end_layout
2998
2999 \begin_layout Description
3000 Footer: The current row is defined to be a footer row that appears on all
3001  pages of the longtable; except for the last page, if 
3002 \family sans
3003 Last
3004 \begin_inset space ~
3005 \end_inset
3006
3007 footer
3008 \family default
3009  is defined.
3010 \end_layout
3011
3012 \begin_layout Description
3013 Last
3014 \begin_inset space ~
3015 \end_inset
3016
3017 footer: The current row is defined to be a footer row that appear on the
3018  last page of the longtable.
3019 \end_layout
3020
3021 \begin_layout Description
3022 Caption: The current row contains the table caption.
3023  The row is reset as single column and a caption is inserted.
3024  More about longtable captions is explained in sec.
3025 \begin_inset space \thinspace{}
3026 \end_inset
3027
3028
3029 \begin_inset CommandInset ref
3030 LatexCommand ref
3031 reference "sub:Longtable-Captions"
3032
3033 \end_inset
3034
3035 .
3036 \end_layout
3037
3038 \begin_layout Standard
3039 You can also specify a row where the table is split.
3040  See the following longtable to see how it works:
3041 \end_layout
3042
3043 \begin_layout Standard
3044 \align center
3045 \begin_inset Tabular
3046 <lyxtabular version="3" rows="69" columns="3">
3047 <features islongtable="true">
3048 <column alignment="left" valignment="top" width="0cm">
3049 <column alignment="left" valignment="top" width="0pt">
3050 <column alignment="center" valignment="top" width="0pt">
3051 <row endfirsthead="true">
3052 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3053 \begin_inset Text
3054
3055 \begin_layout Plain Layout
3056
3057 \series bold
3058 Example Phone List (ignore the names)
3059 \end_layout
3060
3061 \end_inset
3062 </cell>
3063 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3064 \begin_inset Text
3065
3066 \begin_layout Plain Layout
3067
3068 \end_layout
3069
3070 \end_inset
3071 </cell>
3072 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3073 \begin_inset Text
3074
3075 \begin_layout Plain Layout
3076
3077 \end_layout
3078
3079 \end_inset
3080 </cell>
3081 </row>
3082 <row endfirsthead="true">
3083 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3084 \begin_inset Text
3085
3086 \begin_layout Plain Layout
3087
3088 \series bold
3089 NAME
3090 \end_layout
3091
3092 \end_inset
3093 </cell>
3094 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3095 \begin_inset Text
3096
3097 \begin_layout Plain Layout
3098
3099 \end_layout
3100
3101 \end_inset
3102 </cell>
3103 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3104 \begin_inset Text
3105
3106 \begin_layout Plain Layout
3107
3108 \series bold
3109 TEL.
3110 \end_layout
3111
3112 \end_inset
3113 </cell>
3114 </row>
3115 <row endhead="true">
3116 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3117 \begin_inset Text
3118
3119 \begin_layout Plain Layout
3120
3121 \series bold
3122 Example Phone List
3123 \end_layout
3124
3125 \end_inset
3126 </cell>
3127 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3128 \begin_inset Text
3129
3130 \begin_layout Plain Layout
3131
3132 \end_layout
3133
3134 \end_inset
3135 </cell>
3136 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3137 \begin_inset Text
3138
3139 \begin_layout Plain Layout
3140
3141 \end_layout
3142
3143 \end_inset
3144 </cell>
3145 </row>
3146 <row endhead="true">
3147 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3148 \begin_inset Text
3149
3150 \begin_layout Plain Layout
3151
3152 \series bold
3153 NAME
3154 \end_layout
3155
3156 \end_inset
3157 </cell>
3158 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3159 \begin_inset Text
3160
3161 \begin_layout Plain Layout
3162
3163 \end_layout
3164
3165 \end_inset
3166 </cell>
3167 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3168 \begin_inset Text
3169
3170 \begin_layout Plain Layout
3171
3172 \series bold
3173 TEL.
3174 \end_layout
3175
3176 \end_inset
3177 </cell>
3178 </row>
3179 <row endfoot="true">
3180 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3181 \begin_inset Text
3182
3183 \begin_layout Plain Layout
3184  continued on next page
3185 \end_layout
3186
3187 \end_inset
3188 </cell>
3189 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3190 \begin_inset Text
3191
3192 \begin_layout Plain Layout
3193
3194 \end_layout
3195
3196 \end_inset
3197 </cell>
3198 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3199 \begin_inset Text
3200
3201 \begin_layout Plain Layout
3202
3203 \end_layout
3204
3205 \end_inset
3206 </cell>
3207 </row>
3208 <row>
3209 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3210 \begin_inset Text
3211
3212 \begin_layout Plain Layout
3213
3214 \series bold
3215 Annovi
3216 \end_layout
3217
3218 \end_inset
3219 </cell>
3220 <cell alignment="center" valignment="top" usebox="none">
3221 \begin_inset Text
3222
3223 \begin_layout Plain Layout
3224 Silvia
3225 \end_layout
3226
3227 \end_inset
3228 </cell>
3229 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3230 \begin_inset Text
3231
3232 \begin_layout Plain Layout
3233 111
3234 \end_layout
3235
3236 \end_inset
3237 </cell>
3238 </row>
3239 <row>
3240 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3241 \begin_inset Text
3242
3243 \begin_layout Plain Layout
3244
3245 \series bold
3246 Bertoli
3247 \end_layout
3248
3249 \end_inset
3250 </cell>
3251 <cell alignment="center" valignment="top" usebox="none">
3252 \begin_inset Text
3253
3254 \begin_layout Plain Layout
3255 Stefano
3256 \end_layout
3257
3258 \end_inset
3259 </cell>
3260 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3261 \begin_inset Text
3262
3263 \begin_layout Plain Layout
3264 111
3265 \end_layout
3266
3267 \end_inset
3268 </cell>
3269 </row>
3270 <row>
3271 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3272 \begin_inset Text
3273
3274 \begin_layout Plain Layout
3275
3276 \series bold
3277 Bozzi
3278 \end_layout
3279
3280 \end_inset
3281 </cell>
3282 <cell alignment="center" valignment="top" usebox="none">
3283 \begin_inset Text
3284
3285 \begin_layout Plain Layout
3286 Walter
3287 \end_layout
3288
3289 \end_inset
3290 </cell>
3291 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3292 \begin_inset Text
3293
3294 \begin_layout Plain Layout
3295 111
3296 \end_layout
3297
3298 \end_inset
3299 </cell>
3300 </row>
3301 <row>
3302 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3303 \begin_inset Text
3304
3305 \begin_layout Plain Layout
3306
3307 \series bold
3308 Cachia
3309 \end_layout
3310
3311 \end_inset
3312 </cell>
3313 <cell alignment="center" valignment="top" usebox="none">
3314 \begin_inset Text
3315
3316 \begin_layout Plain Layout
3317 Maria
3318 \end_layout
3319
3320 \end_inset
3321 </cell>
3322 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3323 \begin_inset Text
3324
3325 \begin_layout Plain Layout
3326 111
3327 \end_layout
3328
3329 \end_inset
3330 </cell>
3331 </row>
3332 <row>
3333 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3334 \begin_inset Text
3335
3336 \begin_layout Plain Layout
3337
3338 \series bold
3339 Cachia
3340 \end_layout
3341
3342 \end_inset
3343 </cell>
3344 <cell alignment="center" valignment="top" usebox="none">
3345 \begin_inset Text
3346
3347 \begin_layout Plain Layout
3348 Maurizio
3349 \end_layout
3350
3351 \end_inset
3352 </cell>
3353 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3354 \begin_inset Text
3355
3356 \begin_layout Plain Layout
3357 111
3358 \end_layout
3359
3360 \end_inset
3361 </cell>
3362 </row>
3363 <row>
3364 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3365 \begin_inset Text
3366
3367 \begin_layout Plain Layout
3368
3369 \series bold
3370 Cinquemani
3371 \end_layout
3372
3373 \end_inset
3374 </cell>
3375 <cell alignment="center" valignment="top" usebox="none">
3376 \begin_inset Text
3377
3378 \begin_layout Plain Layout
3379 Giusi
3380 \end_layout
3381
3382 \end_inset
3383 </cell>
3384 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3385 \begin_inset Text
3386
3387 \begin_layout Plain Layout
3388 111
3389 \end_layout
3390
3391 \end_inset
3392 </cell>
3393 </row>
3394 <row>
3395 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3396 \begin_inset Text
3397
3398 \begin_layout Plain Layout
3399
3400 \series bold
3401 Colin
3402 \end_layout
3403
3404 \end_inset
3405 </cell>
3406 <cell alignment="center" valignment="top" usebox="none">
3407 \begin_inset Text
3408
3409 \begin_layout Plain Layout
3410 Bernard
3411 \end_layout
3412
3413 \end_inset
3414 </cell>
3415 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3416 \begin_inset Text
3417
3418 \begin_layout Plain Layout
3419 111
3420 \end_layout
3421
3422 \end_inset
3423 </cell>
3424 </row>
3425 <row>
3426 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3427 \begin_inset Text
3428
3429 \begin_layout Plain Layout
3430
3431 \series bold
3432 Concli
3433 \end_layout
3434
3435 \end_inset
3436 </cell>
3437 <cell alignment="center" valignment="top" usebox="none">
3438 \begin_inset Text
3439
3440 \begin_layout Plain Layout
3441 Gianfranco
3442 \end_layout
3443
3444 \end_inset
3445 </cell>
3446 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3447 \begin_inset Text
3448
3449 \begin_layout Plain Layout
3450 111
3451 \end_layout
3452
3453 \end_inset
3454 </cell>
3455 </row>
3456 <row>
3457 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Plain Layout
3461
3462 \series bold
3463 Dal Bosco
3464 \end_layout
3465
3466 \end_inset
3467 </cell>
3468 <cell alignment="center" valignment="top" usebox="none">
3469 \begin_inset Text
3470
3471 \begin_layout Plain Layout
3472 Carolina
3473 \end_layout
3474
3475 \end_inset
3476 </cell>
3477 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3478 \begin_inset Text
3479
3480 \begin_layout Plain Layout
3481 111
3482 \end_layout
3483
3484 \end_inset
3485 </cell>
3486 </row>
3487 <row>
3488 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3489 \begin_inset Text
3490
3491 \begin_layout Plain Layout
3492
3493 \series bold
3494 Dalpiaz
3495 \end_layout
3496
3497 \end_inset
3498 </cell>
3499 <cell alignment="center" valignment="top" usebox="none">
3500 \begin_inset Text
3501
3502 \begin_layout Plain Layout
3503 Annamaria
3504 \end_layout
3505
3506 \end_inset
3507 </cell>
3508 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3509 \begin_inset Text
3510
3511 \begin_layout Plain Layout
3512 111
3513 \end_layout
3514
3515 \end_inset
3516 </cell>
3517 </row>
3518 <row>
3519 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3520 \begin_inset Text
3521
3522 \begin_layout Plain Layout
3523
3524 \series bold
3525 Feliciello
3526 \end_layout
3527
3528 \end_inset
3529 </cell>
3530 <cell alignment="center" valignment="top" usebox="none">
3531 \begin_inset Text
3532
3533 \begin_layout Plain Layout
3534 Domenico
3535 \end_layout
3536
3537 \end_inset
3538 </cell>
3539 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3540 \begin_inset Text
3541
3542 \begin_layout Plain Layout
3543 111
3544 \end_layout
3545
3546 \end_inset
3547 </cell>
3548 </row>
3549 <row>
3550 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Plain Layout
3554
3555 \series bold
3556 Focarelli
3557 \end_layout
3558
3559 \end_inset
3560 </cell>
3561 <cell alignment="center" valignment="top" usebox="none">
3562 \begin_inset Text
3563
3564 \begin_layout Plain Layout
3565 Paola
3566 \end_layout
3567
3568 \end_inset
3569 </cell>
3570 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3571 \begin_inset Text
3572
3573 \begin_layout Plain Layout
3574 111
3575 \end_layout
3576
3577 \end_inset
3578 </cell>
3579 </row>
3580 <row>
3581 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3582 \begin_inset Text
3583
3584 \begin_layout Plain Layout
3585
3586 \series bold
3587 Galletti
3588 \end_layout
3589
3590 \end_inset
3591 </cell>
3592 <cell alignment="center" valignment="top" usebox="none">
3593 \begin_inset Text
3594
3595 \begin_layout Plain Layout
3596 Oreste
3597 \end_layout
3598
3599 \end_inset
3600 </cell>
3601 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3602 \begin_inset Text
3603
3604 \begin_layout Plain Layout
3605 111
3606 \end_layout
3607
3608 \end_inset
3609 </cell>
3610 </row>
3611 <row>
3612 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3613 \begin_inset Text
3614
3615 \begin_layout Plain Layout
3616
3617 \series bold
3618 Gasparini
3619 \end_layout
3620
3621 \end_inset
3622 </cell>
3623 <cell alignment="center" valignment="top" usebox="none">
3624 \begin_inset Text
3625
3626 \begin_layout Plain Layout
3627 Franca
3628 \end_layout
3629
3630 \end_inset
3631 </cell>
3632 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3633 \begin_inset Text
3634
3635 \begin_layout Plain Layout
3636 111
3637 \end_layout
3638
3639 \end_inset
3640 </cell>
3641 </row>
3642 <row>
3643 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3644 \begin_inset Text
3645
3646 \begin_layout Plain Layout
3647
3648 \series bold
3649 Rizzardi
3650 \end_layout
3651
3652 \end_inset
3653 </cell>
3654 <cell alignment="center" valignment="top" usebox="none">
3655 \begin_inset Text
3656
3657 \begin_layout Plain Layout
3658 Paola
3659 \end_layout
3660
3661 \end_inset
3662 </cell>
3663 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3664 \begin_inset Text
3665
3666 \begin_layout Plain Layout
3667 111
3668 \end_layout
3669
3670 \end_inset
3671 </cell>
3672 </row>
3673 <row>
3674 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3675 \begin_inset Text
3676
3677 \begin_layout Plain Layout
3678
3679 \series bold
3680 Lassini
3681 \end_layout
3682
3683 \end_inset
3684 </cell>
3685 <cell alignment="center" valignment="top" usebox="none">
3686 \begin_inset Text
3687
3688 \begin_layout Plain Layout
3689 Giancarlo
3690 \end_layout
3691
3692 \end_inset
3693 </cell>
3694 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Plain Layout
3698 111
3699 \end_layout
3700
3701 \end_inset
3702 </cell>
3703 </row>
3704 <row>
3705 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3706 \begin_inset Text
3707
3708 \begin_layout Plain Layout
3709
3710 \series bold
3711 Malfatti
3712 \end_layout
3713
3714 \end_inset
3715 </cell>
3716 <cell alignment="center" valignment="top" usebox="none">
3717 \begin_inset Text
3718
3719 \begin_layout Plain Layout
3720 Luciano
3721 \end_layout
3722
3723 \end_inset
3724 </cell>
3725 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3726 \begin_inset Text
3727
3728 \begin_layout Plain Layout
3729 111
3730 \end_layout
3731
3732 \end_inset
3733 </cell>
3734 </row>
3735 <row>
3736 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3737 \begin_inset Text
3738
3739 \begin_layout Plain Layout
3740
3741 \series bold
3742 Malfatti
3743 \end_layout
3744
3745 \end_inset
3746 </cell>
3747 <cell alignment="center" valignment="top" usebox="none">
3748 \begin_inset Text
3749
3750 \begin_layout Plain Layout
3751 Valeriano
3752 \end_layout
3753
3754 \end_inset
3755 </cell>
3756 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3757 \begin_inset Text
3758
3759 \begin_layout Plain Layout
3760 111
3761 \end_layout
3762
3763 \end_inset
3764 </cell>
3765 </row>
3766 <row>
3767 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3768 \begin_inset Text
3769
3770 \begin_layout Plain Layout
3771
3772 \series bold
3773 Meneguzzo
3774 \end_layout
3775
3776 \end_inset
3777 </cell>
3778 <cell alignment="center" valignment="top" usebox="none">
3779 \begin_inset Text
3780
3781 \begin_layout Plain Layout
3782 Roberto
3783 \end_layout
3784
3785 \end_inset
3786 </cell>
3787 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3788 \begin_inset Text
3789
3790 \begin_layout Plain Layout
3791 111
3792 \end_layout
3793
3794 \end_inset
3795 </cell>
3796 </row>
3797 <row>
3798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3799 \begin_inset Text
3800
3801 \begin_layout Plain Layout
3802
3803 \series bold
3804 Mezzadra
3805 \end_layout
3806
3807 \end_inset
3808 </cell>
3809 <cell alignment="center" valignment="top" usebox="none">
3810 \begin_inset Text
3811
3812 \begin_layout Plain Layout
3813 Roberto
3814 \end_layout
3815
3816 \end_inset
3817 </cell>
3818 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3819 \begin_inset Text
3820
3821 \begin_layout Plain Layout
3822 111
3823 \end_layout
3824
3825 \end_inset
3826 </cell>
3827 </row>
3828 <row>
3829 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3830 \begin_inset Text
3831
3832 \begin_layout Plain Layout
3833
3834 \series bold
3835 Pirpamer
3836 \end_layout
3837
3838 \end_inset
3839 </cell>
3840 <cell alignment="center" valignment="top" usebox="none">
3841 \begin_inset Text
3842
3843 \begin_layout Plain Layout
3844 Erich
3845 \end_layout
3846
3847 \end_inset
3848 </cell>
3849 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3850 \begin_inset Text
3851
3852 \begin_layout Plain Layout
3853 111
3854 \end_layout
3855
3856 \end_inset
3857 </cell>
3858 </row>
3859 <row>
3860 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3861 \begin_inset Text
3862
3863 \begin_layout Plain Layout
3864
3865 \series bold
3866 Pochiesa
3867 \end_layout
3868
3869 \end_inset
3870 </cell>
3871 <cell alignment="center" valignment="top" usebox="none">
3872 \begin_inset Text
3873
3874 \begin_layout Plain Layout
3875 Paolo
3876 \end_layout
3877
3878 \end_inset
3879 </cell>
3880 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3881 \begin_inset Text
3882
3883 \begin_layout Plain Layout
3884 111, 222
3885 \end_layout
3886
3887 \end_inset
3888 </cell>
3889 </row>
3890 <row>
3891 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3892 \begin_inset Text
3893
3894 \begin_layout Plain Layout
3895
3896 \series bold
3897 Radina
3898 \end_layout
3899
3900 \end_inset
3901 </cell>
3902 <cell alignment="center" valignment="top" usebox="none">
3903 \begin_inset Text
3904
3905 \begin_layout Plain Layout
3906 Claudio
3907 \end_layout
3908
3909 \end_inset
3910 </cell>
3911 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3912 \begin_inset Text
3913
3914 \begin_layout Plain Layout
3915 111
3916 \end_layout
3917
3918 \end_inset
3919 </cell>
3920 </row>
3921 <row>
3922 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3923 \begin_inset Text
3924
3925 \begin_layout Plain Layout
3926
3927 \series bold
3928 Stuffer
3929 \end_layout
3930
3931 \end_inset
3932 </cell>
3933 <cell alignment="center" valignment="top" usebox="none">
3934 \begin_inset Text
3935
3936 \begin_layout Plain Layout
3937 Oskar
3938 \end_layout
3939
3940 \end_inset
3941 </cell>
3942 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3943 \begin_inset Text
3944
3945 \begin_layout Plain Layout
3946 111
3947 \end_layout
3948
3949 \end_inset
3950 </cell>
3951 </row>
3952 <row>
3953 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3954 \begin_inset Text
3955
3956 \begin_layout Plain Layout
3957
3958 \series bold
3959 Tacchelli
3960 \end_layout
3961
3962 \end_inset
3963 </cell>
3964 <cell alignment="center" valignment="top" usebox="none">
3965 \begin_inset Text
3966
3967 \begin_layout Plain Layout
3968 Ugo
3969 \end_layout
3970
3971 \end_inset
3972 </cell>
3973 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3974 \begin_inset Text
3975
3976 \begin_layout Plain Layout
3977 111
3978 \end_layout
3979
3980 \end_inset
3981 </cell>
3982 </row>
3983 <row>
3984 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3985 \begin_inset Text
3986
3987 \begin_layout Plain Layout
3988
3989 \series bold
3990 Tezzele
3991 \end_layout
3992
3993 \end_inset
3994 </cell>
3995 <cell alignment="center" valignment="top" usebox="none">
3996 \begin_inset Text
3997
3998 \begin_layout Plain Layout
3999 Margit
4000 \end_layout
4001
4002 \end_inset
4003 </cell>
4004 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4005 \begin_inset Text
4006
4007 \begin_layout Plain Layout
4008 111
4009 \end_layout
4010
4011 \end_inset
4012 </cell>
4013 </row>
4014 <row>
4015 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4016 \begin_inset Text
4017
4018 \begin_layout Plain Layout
4019
4020 \series bold
4021 Unterkalmsteiner
4022 \end_layout
4023
4024 \end_inset
4025 </cell>
4026 <cell alignment="center" valignment="top" usebox="none">
4027 \begin_inset Text
4028
4029 \begin_layout Plain Layout
4030 Frieda
4031 \end_layout
4032
4033 \end_inset
4034 </cell>
4035 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4036 \begin_inset Text
4037
4038 \begin_layout Plain Layout
4039 111
4040 \end_layout
4041
4042 \end_inset
4043 </cell>
4044 </row>
4045 <row>
4046 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4047 \begin_inset Text
4048
4049 \begin_layout Plain Layout
4050
4051 \series bold
4052 Vieider
4053 \end_layout
4054
4055 \end_inset
4056 </cell>
4057 <cell alignment="center" valignment="top" usebox="none">
4058 \begin_inset Text
4059
4060 \begin_layout Plain Layout
4061 Hilde
4062 \end_layout
4063
4064 \end_inset
4065 </cell>
4066 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4067 \begin_inset Text
4068
4069 \begin_layout Plain Layout
4070 111
4071 \end_layout
4072
4073 \end_inset
4074 </cell>
4075 </row>
4076 <row>
4077 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4078 \begin_inset Text
4079
4080 \begin_layout Plain Layout
4081
4082 \series bold
4083 Vigna
4084 \end_layout
4085
4086 \end_inset
4087 </cell>
4088 <cell alignment="center" valignment="top" usebox="none">
4089 \begin_inset Text
4090
4091 \begin_layout Plain Layout
4092 Jürgen
4093 \end_layout
4094
4095 \end_inset
4096 </cell>
4097 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4098 \begin_inset Text
4099
4100 \begin_layout Plain Layout
4101 111
4102 \end_layout
4103
4104 \end_inset
4105 </cell>
4106 </row>
4107 <row>
4108 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4109 \begin_inset Text
4110
4111 \begin_layout Plain Layout
4112
4113 \series bold
4114 Weber
4115 \end_layout
4116
4117 \end_inset
4118 </cell>
4119 <cell alignment="center" valignment="top" usebox="none">
4120 \begin_inset Text
4121
4122 \begin_layout Plain Layout
4123 Maurizio
4124 \end_layout
4125
4126 \end_inset
4127 </cell>
4128 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4129 \begin_inset Text
4130
4131 \begin_layout Plain Layout
4132 111
4133 \end_layout
4134
4135 \end_inset
4136 </cell>
4137 </row>
4138 <row>
4139 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4140 \begin_inset Text
4141
4142 \begin_layout Plain Layout
4143
4144 \series bold
4145 Winkler
4146 \end_layout
4147
4148 \end_inset
4149 </cell>
4150 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4151 \begin_inset Text
4152
4153 \begin_layout Plain Layout
4154 Franz
4155 \end_layout
4156
4157 \end_inset
4158 </cell>
4159 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4160 \begin_inset Text
4161
4162 \begin_layout Plain Layout
4163 111
4164 \end_layout
4165
4166 \end_inset
4167 </cell>
4168 </row>
4169 <row>
4170 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4171 \begin_inset Text
4172
4173 \begin_layout Plain Layout
4174  
4175 \end_layout
4176
4177 \end_inset
4178 </cell>
4179 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4180 \begin_inset Text
4181
4182 \begin_layout Plain Layout
4183
4184 \end_layout
4185
4186 \end_inset
4187 </cell>
4188 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4189 \begin_inset Text
4190
4191 \begin_layout Plain Layout
4192
4193 \end_layout
4194
4195 \end_inset
4196 </cell>
4197 </row>
4198 <row>
4199 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4200 \begin_inset Text
4201
4202 \begin_layout Plain Layout
4203
4204 \series bold
4205 Annovi
4206 \end_layout
4207
4208 \end_inset
4209 </cell>
4210 <cell alignment="center" valignment="top" usebox="none">
4211 \begin_inset Text
4212
4213 \begin_layout Plain Layout
4214 Silvia
4215 \end_layout
4216
4217 \end_inset
4218 </cell>
4219 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4220 \begin_inset Text
4221
4222 \begin_layout Plain Layout
4223 555
4224 \end_layout
4225
4226 \end_inset
4227 </cell>
4228 </row>
4229 <row>
4230 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4231 \begin_inset Text
4232
4233 \begin_layout Plain Layout
4234
4235 \series bold
4236 Bertoli
4237 \end_layout
4238
4239 \end_inset
4240 </cell>
4241 <cell alignment="center" valignment="top" usebox="none">
4242 \begin_inset Text
4243
4244 \begin_layout Plain Layout
4245 Stefano
4246 \end_layout
4247
4248 \end_inset
4249 </cell>
4250 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4251 \begin_inset Text
4252
4253 \begin_layout Plain Layout
4254 555
4255 \end_layout
4256
4257 \end_inset
4258 </cell>
4259 </row>
4260 <row>
4261 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4262 \begin_inset Text
4263
4264 \begin_layout Plain Layout
4265
4266 \series bold
4267 Bozzi
4268 \end_layout
4269
4270 \end_inset
4271 </cell>
4272 <cell alignment="center" valignment="top" usebox="none">
4273 \begin_inset Text
4274
4275 \begin_layout Plain Layout
4276 Walter
4277 \end_layout
4278
4279 \end_inset
4280 </cell>
4281 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4282 \begin_inset Text
4283
4284 \begin_layout Plain Layout
4285 555
4286 \end_layout
4287
4288 \end_inset
4289 </cell>
4290 </row>
4291 <row>
4292 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4293 \begin_inset Text
4294
4295 \begin_layout Plain Layout
4296
4297 \series bold
4298 Cachia
4299 \end_layout
4300
4301 \end_inset
4302 </cell>
4303 <cell alignment="center" valignment="top" usebox="none">
4304 \begin_inset Text
4305
4306 \begin_layout Plain Layout
4307 Maria
4308 \end_layout
4309
4310 \end_inset
4311 </cell>
4312 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4313 \begin_inset Text
4314
4315 \begin_layout Plain Layout
4316 555
4317 \end_layout
4318
4319 \end_inset
4320 </cell>
4321 </row>
4322 <row>
4323 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4324 \begin_inset Text
4325
4326 \begin_layout Plain Layout
4327
4328 \series bold
4329 Cachia
4330 \end_layout
4331
4332 \end_inset
4333 </cell>
4334 <cell alignment="center" valignment="top" usebox="none">
4335 \begin_inset Text
4336
4337 \begin_layout Plain Layout
4338 Maurizio
4339 \end_layout
4340
4341 \end_inset
4342 </cell>
4343 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4344 \begin_inset Text
4345
4346 \begin_layout Plain Layout
4347 555
4348 \end_layout
4349
4350 \end_inset
4351 </cell>
4352 </row>
4353 <row>
4354 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4355 \begin_inset Text
4356
4357 \begin_layout Plain Layout
4358
4359 \series bold
4360 Cinquemani
4361 \end_layout
4362
4363 \end_inset
4364 </cell>
4365 <cell alignment="center" valignment="top" usebox="none">
4366 \begin_inset Text
4367
4368 \begin_layout Plain Layout
4369 Giusi
4370 \end_layout
4371
4372 \end_inset
4373 </cell>
4374 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4375 \begin_inset Text
4376
4377 \begin_layout Plain Layout
4378 555
4379 \end_layout
4380
4381 \end_inset
4382 </cell>
4383 </row>
4384 <row>
4385 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4386 \begin_inset Text
4387
4388 \begin_layout Plain Layout
4389
4390 \series bold
4391 Colin
4392 \end_layout
4393
4394 \end_inset
4395 </cell>
4396 <cell alignment="center" valignment="top" usebox="none">
4397 \begin_inset Text
4398
4399 \begin_layout Plain Layout
4400 Bernard
4401 \end_layout
4402
4403 \end_inset
4404 </cell>
4405 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4406 \begin_inset Text
4407
4408 \begin_layout Plain Layout
4409 555
4410 \end_layout
4411
4412 \end_inset
4413 </cell>
4414 </row>
4415 <row>
4416 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4417 \begin_inset Text
4418
4419 \begin_layout Plain Layout
4420
4421 \series bold
4422 Concli
4423 \end_layout
4424
4425 \end_inset
4426 </cell>
4427 <cell alignment="center" valignment="top" usebox="none">
4428 \begin_inset Text
4429
4430 \begin_layout Plain Layout
4431 Gianfranco
4432 \end_layout
4433
4434 \end_inset
4435 </cell>
4436 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4437 \begin_inset Text
4438
4439 \begin_layout Plain Layout
4440 555
4441 \end_layout
4442
4443 \end_inset
4444 </cell>
4445 </row>
4446 <row>
4447 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4448 \begin_inset Text
4449
4450 \begin_layout Plain Layout
4451
4452 \series bold
4453 Dal Bosco
4454 \end_layout
4455
4456 \end_inset
4457 </cell>
4458 <cell alignment="center" valignment="top" usebox="none">
4459 \begin_inset Text
4460
4461 \begin_layout Plain Layout
4462 Carolina
4463 \end_layout
4464
4465 \end_inset
4466 </cell>
4467 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471 555
4472 \end_layout
4473
4474 \end_inset
4475 </cell>
4476 </row>
4477 <row>
4478 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4479 \begin_inset Text
4480
4481 \begin_layout Plain Layout
4482
4483 \series bold
4484 Dalpiaz
4485 \end_layout
4486
4487 \end_inset
4488 </cell>
4489 <cell alignment="center" valignment="top" usebox="none">
4490 \begin_inset Text
4491
4492 \begin_layout Plain Layout
4493 Annamaria
4494 \end_layout
4495
4496 \end_inset
4497 </cell>
4498 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Plain Layout
4502 555
4503 \end_layout
4504
4505 \end_inset
4506 </cell>
4507 </row>
4508 <row>
4509 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4510 \begin_inset Text
4511
4512 \begin_layout Plain Layout
4513
4514 \series bold
4515 Feliciello
4516 \end_layout
4517
4518 \end_inset
4519 </cell>
4520 <cell alignment="center" valignment="top" usebox="none">
4521 \begin_inset Text
4522
4523 \begin_layout Plain Layout
4524 Domenico
4525 \end_layout
4526
4527 \end_inset
4528 </cell>
4529 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Plain Layout
4533 555
4534 \end_layout
4535
4536 \end_inset
4537 </cell>
4538 </row>
4539 <row>
4540 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4541 \begin_inset Text
4542
4543 \begin_layout Plain Layout
4544
4545 \series bold
4546 Focarelli
4547 \end_layout
4548
4549 \end_inset
4550 </cell>
4551 <cell alignment="center" valignment="top" usebox="none">
4552 \begin_inset Text
4553
4554 \begin_layout Plain Layout
4555 Paola
4556 \end_layout
4557
4558 \end_inset
4559 </cell>
4560 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4561 \begin_inset Text
4562
4563 \begin_layout Plain Layout
4564 555
4565 \end_layout
4566
4567 \end_inset
4568 </cell>
4569 </row>
4570 <row>
4571 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4572 \begin_inset Text
4573
4574 \begin_layout Plain Layout
4575
4576 \series bold
4577 Galletti
4578 \end_layout
4579
4580 \end_inset
4581 </cell>
4582 <cell alignment="center" valignment="top" usebox="none">
4583 \begin_inset Text
4584
4585 \begin_layout Plain Layout
4586 Oreste
4587 \end_layout
4588
4589 \end_inset
4590 </cell>
4591 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Plain Layout
4595 555
4596 \end_layout
4597
4598 \end_inset
4599 </cell>
4600 </row>
4601 <row>
4602 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4603 \begin_inset Text
4604
4605 \begin_layout Plain Layout
4606
4607 \series bold
4608 Gasparini
4609 \end_layout
4610
4611 \end_inset
4612 </cell>
4613 <cell alignment="center" valignment="top" usebox="none">
4614 \begin_inset Text
4615
4616 \begin_layout Plain Layout
4617 Franca
4618 \end_layout
4619
4620 \end_inset
4621 </cell>
4622 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4623 \begin_inset Text
4624
4625 \begin_layout Plain Layout
4626 555
4627 \end_layout
4628
4629 \end_inset
4630 </cell>
4631 </row>
4632 <row>
4633 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4634 \begin_inset Text
4635
4636 \begin_layout Plain Layout
4637
4638 \series bold
4639 Rizzardi
4640 \end_layout
4641
4642 \end_inset
4643 </cell>
4644 <cell alignment="center" valignment="top" usebox="none">
4645 \begin_inset Text
4646
4647 \begin_layout Plain Layout
4648 Paola
4649 \end_layout
4650
4651 \end_inset
4652 </cell>
4653 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4654 \begin_inset Text
4655
4656 \begin_layout Plain Layout
4657 555
4658 \end_layout
4659
4660 \end_inset
4661 </cell>
4662 </row>
4663 <row>
4664 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4665 \begin_inset Text
4666
4667 \begin_layout Plain Layout
4668
4669 \series bold
4670 Lassini
4671 \end_layout
4672
4673 \end_inset
4674 </cell>
4675 <cell alignment="center" valignment="top" usebox="none">
4676 \begin_inset Text
4677
4678 \begin_layout Plain Layout
4679 Giancarlo
4680 \end_layout
4681
4682 \end_inset
4683 </cell>
4684 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4685 \begin_inset Text
4686
4687 \begin_layout Plain Layout
4688 555
4689 \end_layout
4690
4691 \end_inset
4692 </cell>
4693 </row>
4694 <row>
4695 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4696 \begin_inset Text
4697
4698 \begin_layout Plain Layout
4699
4700 \series bold
4701 Malfatti
4702 \end_layout
4703
4704 \end_inset
4705 </cell>
4706 <cell alignment="center" valignment="top" usebox="none">
4707 \begin_inset Text
4708
4709 \begin_layout Plain Layout
4710 Luciano
4711 \end_layout
4712
4713 \end_inset
4714 </cell>
4715 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Plain Layout
4719 555
4720 \end_layout
4721
4722 \end_inset
4723 </cell>
4724 </row>
4725 <row>
4726 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4727 \begin_inset Text
4728
4729 \begin_layout Plain Layout
4730
4731 \series bold
4732 Malfatti
4733 \end_layout
4734
4735 \end_inset
4736 </cell>
4737 <cell alignment="center" valignment="top" usebox="none">
4738 \begin_inset Text
4739
4740 \begin_layout Plain Layout
4741 Valeriano
4742 \end_layout
4743
4744 \end_inset
4745 </cell>
4746 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4747 \begin_inset Text
4748
4749 \begin_layout Plain Layout
4750 555
4751 \end_layout
4752
4753 \end_inset
4754 </cell>
4755 </row>
4756 <row>
4757 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4758 \begin_inset Text
4759
4760 \begin_layout Plain Layout
4761
4762 \series bold
4763 Meneguzzo
4764 \end_layout
4765
4766 \end_inset
4767 </cell>
4768 <cell alignment="center" valignment="top" usebox="none">
4769 \begin_inset Text
4770
4771 \begin_layout Plain Layout
4772 Roberto
4773 \end_layout
4774
4775 \end_inset
4776 </cell>
4777 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4778 \begin_inset Text
4779
4780 \begin_layout Plain Layout
4781 555
4782 \end_layout
4783
4784 \end_inset
4785 </cell>
4786 </row>
4787 <row>
4788 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4789 \begin_inset Text
4790
4791 \begin_layout Plain Layout
4792
4793 \series bold
4794 Mezzadra
4795 \end_layout
4796
4797 \end_inset
4798 </cell>
4799 <cell alignment="center" valignment="top" usebox="none">
4800 \begin_inset Text
4801
4802 \begin_layout Plain Layout
4803 Roberto
4804 \end_layout
4805
4806 \end_inset
4807 </cell>
4808 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4809 \begin_inset Text
4810
4811 \begin_layout Plain Layout
4812 555
4813 \end_layout
4814
4815 \end_inset
4816 </cell>
4817 </row>
4818 <row>
4819 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4820 \begin_inset Text
4821
4822 \begin_layout Plain Layout
4823
4824 \series bold
4825 Pirpamer
4826 \end_layout
4827
4828 \end_inset
4829 </cell>
4830 <cell alignment="center" valignment="top" usebox="none">
4831 \begin_inset Text
4832
4833 \begin_layout Plain Layout
4834 Erich
4835 \end_layout
4836
4837 \end_inset
4838 </cell>
4839 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4840 \begin_inset Text
4841
4842 \begin_layout Plain Layout
4843 555
4844 \end_layout
4845
4846 \end_inset
4847 </cell>
4848 </row>
4849 <row>
4850 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4851 \begin_inset Text
4852
4853 \begin_layout Plain Layout
4854
4855 \series bold
4856 Pochiesa
4857 \end_layout
4858
4859 \end_inset
4860 </cell>
4861 <cell alignment="center" valignment="top" usebox="none">
4862 \begin_inset Text
4863
4864 \begin_layout Plain Layout
4865 Paolo
4866 \end_layout
4867
4868 \end_inset
4869 </cell>
4870 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4871 \begin_inset Text
4872
4873 \begin_layout Plain Layout
4874 555, 222
4875 \end_layout
4876
4877 \end_inset
4878 </cell>
4879 </row>
4880 <row>
4881 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4882 \begin_inset Text
4883
4884 \begin_layout Plain Layout
4885
4886 \series bold
4887 Radina
4888 \end_layout
4889
4890 \end_inset
4891 </cell>
4892 <cell alignment="center" valignment="top" usebox="none">
4893 \begin_inset Text
4894
4895 \begin_layout Plain Layout
4896 Claudio
4897 \end_layout
4898
4899 \end_inset
4900 </cell>
4901 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4902 \begin_inset Text
4903
4904 \begin_layout Plain Layout
4905 555
4906 \end_layout
4907
4908 \end_inset
4909 </cell>
4910 </row>
4911 <row>
4912 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4913 \begin_inset Text
4914
4915 \begin_layout Plain Layout
4916
4917 \series bold
4918 Stuffer
4919 \end_layout
4920
4921 \end_inset
4922 </cell>
4923 <cell alignment="center" valignment="top" usebox="none">
4924 \begin_inset Text
4925
4926 \begin_layout Plain Layout
4927 Oskar
4928 \end_layout
4929
4930 \end_inset
4931 </cell>
4932 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4933 \begin_inset Text
4934
4935 \begin_layout Plain Layout
4936 555
4937 \end_layout
4938
4939 \end_inset
4940 </cell>
4941 </row>
4942 <row>
4943 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4944 \begin_inset Text
4945
4946 \begin_layout Plain Layout
4947
4948 \series bold
4949 Tacchelli
4950 \end_layout
4951
4952 \end_inset
4953 </cell>
4954 <cell alignment="center" valignment="top" usebox="none">
4955 \begin_inset Text
4956
4957 \begin_layout Plain Layout
4958 Ugo
4959 \end_layout
4960
4961 \end_inset
4962 </cell>
4963 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4964 \begin_inset Text
4965
4966 \begin_layout Plain Layout
4967 555
4968 \end_layout
4969
4970 \end_inset
4971 </cell>
4972 </row>
4973 <row>
4974 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4975 \begin_inset Text
4976
4977 \begin_layout Plain Layout
4978
4979 \series bold
4980 Tezzele
4981 \end_layout
4982
4983 \end_inset
4984 </cell>
4985 <cell alignment="center" valignment="top" usebox="none">
4986 \begin_inset Text
4987
4988 \begin_layout Plain Layout
4989 Margit
4990 \end_layout
4991
4992 \end_inset
4993 </cell>
4994 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4995 \begin_inset Text
4996
4997 \begin_layout Plain Layout
4998 555
4999 \end_layout
5000
5001 \end_inset
5002 </cell>
5003 </row>
5004 <row>
5005 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5006 \begin_inset Text
5007
5008 \begin_layout Plain Layout
5009
5010 \series bold
5011 Unterkalmsteiner
5012 \end_layout
5013
5014 \end_inset
5015 </cell>
5016 <cell alignment="center" valignment="top" usebox="none">
5017 \begin_inset Text
5018
5019 \begin_layout Plain Layout
5020 Frieda
5021 \end_layout
5022
5023 \end_inset
5024 </cell>
5025 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5026 \begin_inset Text
5027
5028 \begin_layout Plain Layout
5029 555
5030 \end_layout
5031
5032 \end_inset
5033 </cell>
5034 </row>
5035 <row>
5036 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5037 \begin_inset Text
5038
5039 \begin_layout Plain Layout
5040
5041 \series bold
5042 Vieider
5043 \end_layout
5044
5045 \end_inset
5046 </cell>
5047 <cell alignment="center" valignment="top" usebox="none">
5048 \begin_inset Text
5049
5050 \begin_layout Plain Layout
5051 Hilde
5052 \end_layout
5053
5054 \end_inset
5055 </cell>
5056 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5057 \begin_inset Text
5058
5059 \begin_layout Plain Layout
5060 555
5061 \end_layout
5062
5063 \end_inset
5064 </cell>
5065 </row>
5066 <row>
5067 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5068 \begin_inset Text
5069
5070 \begin_layout Plain Layout
5071
5072 \series bold
5073 Vigna
5074 \end_layout
5075
5076 \end_inset
5077 </cell>
5078 <cell alignment="center" valignment="top" usebox="none">
5079 \begin_inset Text
5080
5081 \begin_layout Plain Layout
5082 Jürgen
5083 \end_layout
5084
5085 \end_inset
5086 </cell>
5087 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5088 \begin_inset Text
5089
5090 \begin_layout Plain Layout
5091 999
5092 \end_layout
5093
5094 \end_inset
5095 </cell>
5096 </row>
5097 <row>
5098 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5099 \begin_inset Text
5100
5101 \begin_layout Plain Layout
5102
5103 \series bold
5104 Weber
5105 \end_layout
5106
5107 \end_inset
5108 </cell>
5109 <cell alignment="center" valignment="top" usebox="none">
5110 \begin_inset Text
5111
5112 \begin_layout Plain Layout
5113 Maurizio
5114 \end_layout
5115
5116 \end_inset
5117 </cell>
5118 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5119 \begin_inset Text
5120
5121 \begin_layout Plain Layout
5122 555
5123 \end_layout
5124
5125 \end_inset
5126 </cell>
5127 </row>
5128 <row>
5129 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5130 \begin_inset Text
5131
5132 \begin_layout Plain Layout
5133
5134 \series bold
5135 Winkler
5136 \end_layout
5137
5138 \end_inset
5139 </cell>
5140 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5141 \begin_inset Text
5142
5143 \begin_layout Plain Layout
5144 Franz
5145 \end_layout
5146
5147 \end_inset
5148 </cell>
5149 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5150 \begin_inset Text
5151
5152 \begin_layout Plain Layout
5153 555
5154 \end_layout
5155
5156 \end_inset
5157 </cell>
5158 </row>
5159 <row endlastfoot="true">
5160 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5161 \begin_inset Text
5162
5163 \begin_layout Plain Layout
5164 end
5165 \end_layout
5166
5167 \end_inset
5168 </cell>
5169 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5170 \begin_inset Text
5171
5172 \begin_layout Plain Layout
5173
5174 \end_layout
5175
5176 \end_inset
5177 </cell>
5178 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5179 \begin_inset Text
5180
5181 \begin_layout Plain Layout
5182
5183 \end_layout
5184
5185 \end_inset
5186 </cell>
5187 </row>
5188 </lyxtabular>
5189
5190 \end_inset
5191
5192
5193 \begin_inset ERT
5194 status collapsed
5195
5196 \begin_layout Plain Layout
5197
5198
5199 \backslash
5200 addtocounter{table}{-1}
5201 \end_layout
5202
5203 \end_inset
5204
5205
5206 \begin_inset Note Note
5207 status collapsed
5208
5209 \begin_layout Plain Layout
5210 See the first greyed-out note in section
5211 \begin_inset space ~
5212 \end_inset
5213
5214
5215 \begin_inset CommandInset ref
5216 LatexCommand ref
5217 reference "sub:Longtable-Captions"
5218
5219 \end_inset
5220
5221  for an explanation of this command.
5222 \end_layout
5223
5224 \end_inset
5225
5226
5227 \end_layout
5228
5229 \begin_layout Subsection
5230 Footnotes in Longtables
5231 \begin_inset CommandInset label
5232 LatexCommand label
5233 name "sub:Footnotes-in-Longtables"
5234
5235 \end_inset
5236
5237
5238 \begin_inset Index
5239 status collapsed
5240
5241 \begin_layout Plain Layout
5242 Longtables ! Footnotes
5243 \end_layout
5244
5245 \end_inset
5246
5247
5248 \end_layout
5249
5250 \begin_layout Standard
5251 Footnotes can be inserted to every longtable cell.
5252  They appear at the bottom of the page where the table cell with the footnote
5253  appears.
5254  Table
5255 \begin_inset space ~
5256 \end_inset
5257
5258
5259 \begin_inset CommandInset ref
5260 LatexCommand ref
5261 reference "tab:DiffCaptions"
5262
5263 \end_inset
5264
5265  has for example a footnote.
5266 \end_layout
5267
5268 \begin_layout Subsection
5269 Longtable Alignment
5270 \begin_inset Index
5271 status collapsed
5272
5273 \begin_layout Plain Layout
5274 Longtables ! Alignment
5275 \end_layout
5276
5277 \end_inset
5278
5279
5280 \end_layout
5281
5282 \begin_layout Standard
5283 Longtables are by default centered.
5284  In contrary to the alignment of the table columns and row, the table alignment
5285  can currently not be changed in the table dialog.
5286  To change the alignment of longtables you have to change the value of the
5287  lengths 
5288 \series bold
5289
5290 \backslash
5291 LTleft 
5292 \series default
5293 and 
5294 \series bold
5295
5296 \backslash
5297 LTright
5298 \series default
5299  by inserting this line as TeX-Code before the corresponding longtable:
5300 \end_layout
5301
5302 \begin_layout Standard
5303
5304 \series bold
5305
5306 \backslash
5307 setlength{
5308 \backslash
5309 LTleft}{value}
5310 \end_layout
5311
5312 \begin_layout Standard
5313 Where the value can have any of the units listed in Table
5314 \begin_inset space ~
5315 \end_inset
5316
5317
5318 \begin_inset CommandInset ref
5319 LatexCommand ref
5320 reference "tab:Units"
5321
5322 \end_inset
5323
5324 .
5325  
5326 \series bold
5327
5328 \backslash
5329 LTleft
5330 \series default
5331  controls the horizontal distance from the left page border to the longtable,
5332  
5333 \series bold
5334
5335 \backslash
5336 LTright
5337 \series default
5338  the distance from the right side.
5339  The default value for both lengths is 
5340 \series bold
5341
5342 \backslash
5343 fill
5344 \series default
5345 , which is in this case the same as an horizontal fill in LyX.
5346 \end_layout
5347
5348 \begin_layout Standard
5349 The following longtable was left-aligned by setting 
5350 \series bold
5351
5352 \backslash
5353 LTleft
5354 \series default
5355  to 0
5356 \begin_inset space \thinspace{}
5357 \end_inset
5358
5359 pt.
5360 \begin_inset ERT
5361 status collapsed
5362
5363 \begin_layout Plain Layout
5364
5365
5366 \backslash
5367 setlength{
5368 \backslash
5369 LTleft}{0pt}
5370 \end_layout
5371
5372 \end_inset
5373
5374
5375 \end_layout
5376
5377 \begin_layout Standard
5378 \begin_inset Tabular
5379 <lyxtabular version="3" rows="5" columns="5">
5380 <features islongtable="true">
5381 <column alignment="center" valignment="top" width="0">
5382 <column alignment="center" valignment="top" width="0">
5383 <column alignment="center" valignment="top" width="0">
5384 <column alignment="center" valignment="top" width="0">
5385 <column alignment="center" valignment="top" width="0">
5386 <row>
5387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5388 \begin_inset Text
5389
5390 \begin_layout Plain Layout
5391 1
5392 \end_layout
5393
5394 \end_inset
5395 </cell>
5396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5397 \begin_inset Text
5398
5399 \begin_layout Plain Layout
5400 2
5401 \end_layout
5402
5403 \end_inset
5404 </cell>
5405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5406 \begin_inset Text
5407
5408 \begin_layout Plain Layout
5409 3
5410 \end_layout
5411
5412 \end_inset
5413 </cell>
5414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5415 \begin_inset Text
5416
5417 \begin_layout Plain Layout
5418 4
5419 \end_layout
5420
5421 \end_inset
5422 </cell>
5423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5424 \begin_inset Text
5425
5426 \begin_layout Plain Layout
5427 5
5428 \end_layout
5429
5430 \end_inset
5431 </cell>
5432 </row>
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 asd
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 s
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 s
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 s
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 asd
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" bottomline="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" bottomline="true" leftline="true" usebox="none">
5585 \begin_inset Text
5586
5587 \begin_layout Plain Layout
5588 asd
5589 \end_layout
5590
5591 \end_inset
5592 </cell>
5593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5594 \begin_inset Text
5595
5596 \begin_layout Plain Layout
5597 asd
5598 \end_layout
5599
5600 \end_inset
5601 </cell>
5602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5603 \begin_inset Text
5604
5605 \begin_layout Plain Layout
5606 asd
5607 \end_layout
5608
5609 \end_inset
5610 </cell>
5611 <cell alignment="center" valignment="top" topline="true" bottomline="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 </lyxtabular>
5622
5623 \end_inset
5624
5625
5626 \begin_inset ERT
5627 status collapsed
5628
5629 \begin_layout Plain Layout
5630
5631
5632 \backslash
5633 setlength{
5634 \backslash
5635 LTleft}{
5636 \backslash
5637 fill}
5638 \end_layout
5639
5640 \end_inset
5641
5642
5643 \begin_inset ERT
5644 status collapsed
5645
5646 \begin_layout Plain Layout
5647
5648
5649 \backslash
5650 addtocounter{table}{-1}
5651 \end_layout
5652
5653 \end_inset
5654
5655
5656 \begin_inset Note Note
5657 status collapsed
5658
5659 \begin_layout Plain Layout
5660 See the first greyed-out note in section
5661 \begin_inset space ~
5662 \end_inset
5663
5664
5665 \begin_inset CommandInset ref
5666 LatexCommand ref
5667 reference "sub:Longtable-Captions"
5668
5669 \end_inset
5670
5671  for an explanation of this command.
5672 \end_layout
5673
5674 \end_inset
5675
5676
5677 \end_layout
5678
5679 \begin_layout Subsection
5680 Longtable Captions
5681 \begin_inset Index
5682 status collapsed
5683
5684 \begin_layout Plain Layout
5685 Longtables ! Captions
5686 \end_layout
5687
5688 \end_inset
5689
5690
5691 \begin_inset CommandInset label
5692 LatexCommand label
5693 name "sub:Longtable-Captions"
5694
5695 \end_inset
5696
5697
5698 \end_layout
5699
5700 \begin_layout Standard
5701 A longtable cannot be put into a table float because floats can only be
5702  on one page.
5703  But the caption environment of floats can also be used for longtables when
5704  you use for a table row the longtable option 
5705 \family sans
5706 Caption
5707 \family default
5708  as described in sec.
5709 \begin_inset space \thinspace{}
5710 \end_inset
5711
5712
5713 \begin_inset CommandInset ref
5714 LatexCommand ref
5715 reference "sec:Longtables"
5716
5717 \end_inset
5718
5719 .
5720  Only one table row can contain the caption.
5721 \end_layout
5722
5723 \begin_layout Standard
5724 Here is a short longtable to see how it works:
5725 \end_layout
5726
5727 \begin_layout Standard
5728 \begin_inset Tabular
5729 <lyxtabular version="3" rows="6" columns="5">
5730 <features islongtable="true">
5731 <column alignment="center" valignment="top" width="0">
5732 <column alignment="center" valignment="top" width="0">
5733 <column alignment="center" valignment="top" width="0">
5734 <column alignment="center" valignment="top" width="0">
5735 <column alignment="center" valignment="top" width="0">
5736 <row caption="true">
5737 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5738 \begin_inset Text
5739
5740 \begin_layout Plain Layout
5741 \begin_inset Caption
5742
5743 \begin_layout Plain Layout
5744 Longtable with caption
5745 \begin_inset OptArg
5746 status open
5747
5748 \begin_layout Plain Layout
5749 Longtable
5750 \end_layout
5751
5752 \end_inset
5753
5754
5755 \end_layout
5756
5757 \end_inset
5758
5759
5760 \end_layout
5761
5762 \end_inset
5763 </cell>
5764 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5765 \begin_inset Text
5766
5767 \begin_layout Plain Layout
5768
5769 \end_layout
5770
5771 \end_inset
5772 </cell>
5773 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5774 \begin_inset Text
5775
5776 \begin_layout Plain Layout
5777
5778 \end_layout
5779
5780 \end_inset
5781 </cell>
5782 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5783 \begin_inset Text
5784
5785 \begin_layout Plain Layout
5786
5787 \end_layout
5788
5789 \end_inset
5790 </cell>
5791 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5792 \begin_inset Text
5793
5794 \begin_layout Plain Layout
5795
5796 \end_layout
5797
5798 \end_inset
5799 </cell>
5800 </row>
5801 <row>
5802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5803 \begin_inset Text
5804
5805 \begin_layout Plain Layout
5806 1
5807 \end_layout
5808
5809 \end_inset
5810 </cell>
5811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5812 \begin_inset Text
5813
5814 \begin_layout Plain Layout
5815 2
5816 \end_layout
5817
5818 \end_inset
5819 </cell>
5820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5821 \begin_inset Text
5822
5823 \begin_layout Plain Layout
5824 3
5825 \end_layout
5826
5827 \end_inset
5828 </cell>
5829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5830 \begin_inset Text
5831
5832 \begin_layout Plain Layout
5833 4
5834 \end_layout
5835
5836 \end_inset
5837 </cell>
5838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5839 \begin_inset Text
5840
5841 \begin_layout Plain Layout
5842 5
5843 \end_layout
5844
5845 \end_inset
5846 </cell>
5847 </row>
5848 <row>
5849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5850 \begin_inset Text
5851
5852 \begin_layout Plain Layout
5853 asd
5854 \end_layout
5855
5856 \end_inset
5857 </cell>
5858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5859 \begin_inset Text
5860
5861 \begin_layout Plain Layout
5862 s
5863 \end_layout
5864
5865 \end_inset
5866 </cell>
5867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5868 \begin_inset Text
5869
5870 \begin_layout Plain Layout
5871 s
5872 \end_layout
5873
5874 \end_inset
5875 </cell>
5876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5877 \begin_inset Text
5878
5879 \begin_layout Plain Layout
5880 s
5881 \end_layout
5882
5883 \end_inset
5884 </cell>
5885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5886 \begin_inset Text
5887
5888 \begin_layout Plain Layout
5889 asd
5890 \end_layout
5891
5892 \end_inset
5893 </cell>
5894 </row>
5895 <row>
5896 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5906 \begin_inset Text
5907
5908 \begin_layout Plain Layout
5909 s
5910 \end_layout
5911
5912 \end_inset
5913 </cell>
5914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5915 \begin_inset Text
5916
5917 \begin_layout Plain Layout
5918 s
5919 \end_layout
5920
5921 \end_inset
5922 </cell>
5923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5924 \begin_inset Text
5925
5926 \begin_layout Plain Layout
5927 s
5928 \end_layout
5929
5930 \end_inset
5931 </cell>
5932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5933 \begin_inset Text
5934
5935 \begin_layout Plain Layout
5936 asd
5937 \end_layout
5938
5939 \end_inset
5940 </cell>
5941 </row>
5942 <row>
5943 <cell alignment="center" valignment="top" topline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5953 \begin_inset Text
5954
5955 \begin_layout Plain Layout
5956 s
5957 \end_layout
5958
5959 \end_inset
5960 </cell>
5961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5962 \begin_inset Text
5963
5964 \begin_layout Plain Layout
5965 s
5966 \end_layout
5967
5968 \end_inset
5969 </cell>
5970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5971 \begin_inset Text
5972
5973 \begin_layout Plain Layout
5974 s
5975 \end_layout
5976
5977 \end_inset
5978 </cell>
5979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5980 \begin_inset Text
5981
5982 \begin_layout Plain Layout
5983 asd
5984 \end_layout
5985
5986 \end_inset
5987 </cell>
5988 </row>
5989 <row>
5990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6000 \begin_inset Text
6001
6002 \begin_layout Plain Layout
6003 asd
6004 \end_layout
6005
6006 \end_inset
6007 </cell>
6008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6009 \begin_inset Text
6010
6011 \begin_layout Plain Layout
6012 asd
6013 \end_layout
6014
6015 \end_inset
6016 </cell>
6017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6018 \begin_inset Text
6019
6020 \begin_layout Plain Layout
6021 asd
6022 \end_layout
6023
6024 \end_inset
6025 </cell>
6026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6027 \begin_inset Text
6028
6029 \begin_layout Plain Layout
6030 asd
6031 \end_layout
6032
6033 \end_inset
6034 </cell>
6035 </row>
6036 </lyxtabular>
6037
6038 \end_inset
6039
6040
6041 \end_layout
6042
6043 \begin_layout Standard
6044 \begin_inset VSpace medskip
6045 \end_inset
6046
6047
6048 \begin_inset Note Greyedout
6049 status open
6050
6051 \begin_layout Plain Layout
6052
6053 \series bold
6054 Note
6055 \begin_inset space ~
6056 \end_inset
6057
6058 1:
6059 \series default
6060  The table number is increased for every longtable, also if you didn't set
6061  a caption for it.
6062  For this reason you could have the case that e.
6063 \begin_inset space \thinspace{}
6064 \end_inset
6065
6066 g.
6067 \begin_inset space \space{}
6068 \end_inset
6069
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 \begin_layout Plain Layout
6092 This is not needed when none of your longtables have a caption and you add
6093  the following code to the document preamble:
6094 \end_layout
6095
6096 \begin_layout Plain Layout
6097
6098 \series bold
6099
6100 \backslash
6101 let
6102 \backslash
6103 myEnd
6104 \backslash
6105 endlongtable
6106 \begin_inset Newline newline
6107 \end_inset
6108
6109
6110 \backslash
6111 renewcommand{
6112 \backslash
6113 endlongtable}{
6114 \backslash
6115 myEnd
6116 \backslash
6117 addtocounter{table}{-1}}
6118 \end_layout
6119
6120 \end_inset
6121
6122
6123 \end_layout
6124
6125 \begin_layout Standard
6126 \begin_inset Note Greyedout
6127 status open
6128
6129 \begin_layout Plain Layout
6130
6131 \series bold
6132 Note
6133 \begin_inset space ~
6134 \end_inset
6135
6136 2:
6137 \series default
6138  If you are using
6139 \series bold
6140  hyperref
6141 \series default
6142
6143 \begin_inset Index
6144 status collapsed
6145
6146 \begin_layout Plain Layout
6147 LaTeX-packages ! hyperref
6148 \end_layout
6149
6150 \end_inset
6151
6152  in the 
6153 \family sans
6154 PDF Properties
6155 \family default
6156  of the 
6157 \family sans
6158 Document Settings
6159 \family default
6160  dialog to link cross-references, the link to a longtable caption will always
6161  point to the beginning of the document.
6162 \end_layout
6163
6164 \end_inset
6165
6166
6167 \end_layout
6168
6169 \begin_layout Subsubsection
6170 References to Longtables
6171 \begin_inset Index
6172 status collapsed
6173
6174 \begin_layout Plain Layout
6175 Longtables ! References
6176 \end_layout
6177
6178 \end_inset
6179
6180
6181 \end_layout
6182
6183 \begin_layout Standard
6184 \begin_inset Tabular
6185 <lyxtabular version="3" rows="6" columns="5">
6186 <features islongtable="true">
6187 <column alignment="center" valignment="top" width="0">
6188 <column alignment="center" valignment="top" width="0">
6189 <column alignment="center" valignment="top" width="0">
6190 <column alignment="center" valignment="top" width="0">
6191 <column alignment="center" valignment="top" width="0">
6192 <row caption="true">
6193 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6194 \begin_inset Text
6195
6196 \begin_layout Plain Layout
6197 \begin_inset Caption
6198
6199 \begin_layout Plain Layout
6200 Referenced longtable
6201 \begin_inset CommandInset label
6202 LatexCommand label
6203 name "tab:RefExample"
6204
6205 \end_inset
6206
6207
6208 \end_layout
6209
6210 \end_inset
6211
6212
6213 \end_layout
6214
6215 \end_inset
6216 </cell>
6217 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6218 \begin_inset Text
6219
6220 \begin_layout Plain Layout
6221
6222 \end_layout
6223
6224 \end_inset
6225 </cell>
6226 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6227 \begin_inset Text
6228
6229 \begin_layout Plain Layout
6230
6231 \end_layout
6232
6233 \end_inset
6234 </cell>
6235 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6236 \begin_inset Text
6237
6238 \begin_layout Plain Layout
6239
6240 \end_layout
6241
6242 \end_inset
6243 </cell>
6244 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6245 \begin_inset Text
6246
6247 \begin_layout Plain Layout
6248
6249 \end_layout
6250
6251 \end_inset
6252 </cell>
6253 </row>
6254 <row>
6255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6256 \begin_inset Text
6257
6258 \begin_layout Plain Layout
6259 1
6260 \end_layout
6261
6262 \end_inset
6263 </cell>
6264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6265 \begin_inset Text
6266
6267 \begin_layout Plain Layout
6268 2
6269 \end_layout
6270
6271 \end_inset
6272 </cell>
6273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6274 \begin_inset Text
6275
6276 \begin_layout Plain Layout
6277 3
6278 \end_layout
6279
6280 \end_inset
6281 </cell>
6282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6283 \begin_inset Text
6284
6285 \begin_layout Plain Layout
6286 4
6287 \end_layout
6288
6289 \end_inset
6290 </cell>
6291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6292 \begin_inset Text
6293
6294 \begin_layout Plain Layout
6295 5
6296 \end_layout
6297
6298 \end_inset
6299 </cell>
6300 </row>
6301 <row>
6302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6303 \begin_inset Text
6304
6305 \begin_layout Plain Layout
6306 asd
6307 \end_layout
6308
6309 \end_inset
6310 </cell>
6311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6312 \begin_inset Text
6313
6314 \begin_layout Plain Layout
6315 s
6316 \end_layout
6317
6318 \end_inset
6319 </cell>
6320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6321 \begin_inset Text
6322
6323 \begin_layout Plain Layout
6324 s
6325 \end_layout
6326
6327 \end_inset
6328 </cell>
6329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6330 \begin_inset Text
6331
6332 \begin_layout Plain Layout
6333 s
6334 \end_layout
6335
6336 \end_inset
6337 </cell>
6338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6339 \begin_inset Text
6340
6341 \begin_layout Plain Layout
6342 asd
6343 \end_layout
6344
6345 \end_inset
6346 </cell>
6347 </row>
6348 <row>
6349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6350 \begin_inset Text
6351
6352 \begin_layout Plain Layout
6353 asd
6354 \end_layout
6355
6356 \end_inset
6357 </cell>
6358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6359 \begin_inset Text
6360
6361 \begin_layout Plain Layout
6362 s
6363 \end_layout
6364
6365 \end_inset
6366 </cell>
6367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6368 \begin_inset Text
6369
6370 \begin_layout Plain Layout
6371 s
6372 \end_layout
6373
6374 \end_inset
6375 </cell>
6376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6377 \begin_inset Text
6378
6379 \begin_layout Plain Layout
6380 s
6381 \end_layout
6382
6383 \end_inset
6384 </cell>
6385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6386 \begin_inset Text
6387
6388 \begin_layout Plain Layout
6389 asd
6390 \end_layout
6391
6392 \end_inset
6393 </cell>
6394 </row>
6395 <row>
6396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6397 \begin_inset Text
6398
6399 \begin_layout Plain Layout
6400 asd
6401 \end_layout
6402
6403 \end_inset
6404 </cell>
6405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6406 \begin_inset Text
6407
6408 \begin_layout Plain Layout
6409 s
6410 \end_layout
6411
6412 \end_inset
6413 </cell>
6414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6415 \begin_inset Text
6416
6417 \begin_layout Plain Layout
6418 s
6419 \end_layout
6420
6421 \end_inset
6422 </cell>
6423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6424 \begin_inset Text
6425
6426 \begin_layout Plain Layout
6427 s
6428 \end_layout
6429
6430 \end_inset
6431 </cell>
6432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6433 \begin_inset Text
6434
6435 \begin_layout Plain Layout
6436 asd
6437 \end_layout
6438
6439 \end_inset
6440 </cell>
6441 </row>
6442 <row>
6443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6444 \begin_inset Text
6445
6446 \begin_layout Plain Layout
6447 asd
6448 \end_layout
6449
6450 \end_inset
6451 </cell>
6452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6453 \begin_inset Text
6454
6455 \begin_layout Plain Layout
6456 sad
6457 \end_layout
6458
6459 \end_inset
6460 </cell>
6461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6462 \begin_inset Text
6463
6464 \begin_layout Plain Layout
6465 asd
6466 \end_layout
6467
6468 \end_inset
6469 </cell>
6470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6471 \begin_inset Text
6472
6473 \begin_layout Plain Layout
6474 asd
6475 \end_layout
6476
6477 \end_inset
6478 </cell>
6479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6480 \begin_inset Text
6481
6482 \begin_layout Plain Layout
6483 asd
6484 \end_layout
6485
6486 \end_inset
6487 </cell>
6488 </row>
6489 </lyxtabular>
6490
6491 \end_inset
6492
6493
6494 \end_layout
6495
6496 \begin_layout Standard
6497 To reference a longtable, insert a label into the caption.
6498 \end_layout
6499
6500 \begin_layout Standard
6501 This is a reference to Table
6502 \begin_inset space ~
6503 \end_inset
6504
6505
6506 \begin_inset CommandInset ref
6507 LatexCommand ref
6508 reference "tab:RefExample"
6509
6510 \end_inset
6511
6512 .
6513 \end_layout
6514
6515 \begin_layout Standard
6516 The caption layout can be set together with all other captions of your document
6517  using the LaTeX-package 
6518 \series bold
6519 caption
6520 \series default
6521
6522 \begin_inset Index
6523 status collapsed
6524
6525 \begin_layout Plain Layout
6526 LaTeX-packages ! caption
6527 \end_layout
6528
6529 \end_inset
6530
6531 , see section
6532 \begin_inset space ~
6533 \end_inset
6534
6535
6536 \begin_inset CommandInset ref
6537 LatexCommand ref
6538 reference "sec:Caption-Formatting"
6539
6540 \end_inset
6541
6542 .
6543 \end_layout
6544
6545 \begin_layout Subsubsection
6546 Caption Width
6547 \begin_inset Index
6548 status collapsed
6549
6550 \begin_layout Plain Layout
6551 Longtables ! Caption Width
6552 \end_layout
6553
6554 \end_inset
6555
6556
6557 \end_layout
6558
6559 \begin_layout Standard
6560 The maximal width of of caption lines is defined by the length 
6561 \series bold
6562
6563 \backslash
6564 LTcapwidth
6565 \series default
6566 .
6567  Its default value is 4
6568 \begin_inset space \thinspace{}
6569 \end_inset
6570
6571 in.
6572  To change it add the following command to your document preamble or as
6573  TeX-Code into your document before the longtable that should be affected
6574 \end_layout
6575
6576 \begin_layout Standard
6577
6578 \series bold
6579
6580 \backslash
6581 setlength{
6582 \backslash
6583 LTcapwidth}{width}
6584 \end_layout
6585
6586 \begin_layout Standard
6587 where the width could have one of the units listed in appendix
6588 \begin_inset space ~
6589 \end_inset
6590
6591
6592 \begin_inset CommandInset ref
6593 LatexCommand ref
6594 reference "cha:Units-available-in"
6595
6596 \end_inset
6597
6598 .
6599 \end_layout
6600
6601 \begin_layout Standard
6602 The following tables show the difference:
6603 \end_layout
6604
6605 \begin_layout Standard
6606 \begin_inset Tabular
6607 <lyxtabular version="3" rows="6" columns="5">
6608 <features islongtable="true">
6609 <column alignment="center" valignment="top" width="0">
6610 <column alignment="center" valignment="top" width="0">
6611 <column alignment="center" valignment="top" width="0">
6612 <column alignment="center" valignment="top" width="0">
6613 <column alignment="center" valignment="top" width="0">
6614 <row caption="true">
6615 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6616 \begin_inset Text
6617
6618 \begin_layout Plain Layout
6619 \begin_inset Caption
6620
6621 \begin_layout Plain Layout
6622 long full title with default width long full title with default width long
6623  full title with default width
6624 \begin_inset OptArg
6625 status collapsed
6626
6627 \begin_layout Plain Layout
6628 caption with default width
6629 \end_layout
6630
6631 \end_inset
6632
6633
6634 \end_layout
6635
6636 \end_inset
6637
6638
6639 \end_layout
6640
6641 \end_inset
6642 </cell>
6643 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6644 \begin_inset Text
6645
6646 \begin_layout Plain Layout
6647
6648 \end_layout
6649
6650 \end_inset
6651 </cell>
6652 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6653 \begin_inset Text
6654
6655 \begin_layout Plain Layout
6656
6657 \end_layout
6658
6659 \end_inset
6660 </cell>
6661 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6662 \begin_inset Text
6663
6664 \begin_layout Plain Layout
6665
6666 \end_layout
6667
6668 \end_inset
6669 </cell>
6670 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6671 \begin_inset Text
6672
6673 \begin_layout Plain Layout
6674
6675 \end_layout
6676
6677 \end_inset
6678 </cell>
6679 </row>
6680 <row>
6681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6682 \begin_inset Text
6683
6684 \begin_layout Plain Layout
6685 1
6686 \end_layout
6687
6688 \end_inset
6689 </cell>
6690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6691 \begin_inset Text
6692
6693 \begin_layout Plain Layout
6694 2
6695 \end_layout
6696
6697 \end_inset
6698 </cell>
6699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6700 \begin_inset Text
6701
6702 \begin_layout Plain Layout
6703 3
6704 \end_layout
6705
6706 \end_inset
6707 </cell>
6708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6709 \begin_inset Text
6710
6711 \begin_layout Plain Layout
6712 4
6713 \end_layout
6714
6715 \end_inset
6716 </cell>
6717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6718 \begin_inset Text
6719
6720 \begin_layout Plain Layout
6721 5
6722 \end_layout
6723
6724 \end_inset
6725 </cell>
6726 </row>
6727 <row>
6728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6729 \begin_inset Text
6730
6731 \begin_layout Plain Layout
6732 asd
6733 \end_layout
6734
6735 \end_inset
6736 </cell>
6737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6738 \begin_inset Text
6739
6740 \begin_layout Plain Layout
6741 s
6742 \end_layout
6743
6744 \end_inset
6745 </cell>
6746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6747 \begin_inset Text
6748
6749 \begin_layout Plain Layout
6750 s
6751 \end_layout
6752
6753 \end_inset
6754 </cell>
6755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6756 \begin_inset Text
6757
6758 \begin_layout Plain Layout
6759 s
6760 \end_layout
6761
6762 \end_inset
6763 </cell>
6764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6765 \begin_inset Text
6766
6767 \begin_layout Plain Layout
6768 asd
6769 \end_layout
6770
6771 \end_inset
6772 </cell>
6773 </row>
6774 <row>
6775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6776 \begin_inset Text
6777
6778 \begin_layout Plain Layout
6779 asd
6780 \end_layout
6781
6782 \end_inset
6783 </cell>
6784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6785 \begin_inset Text
6786
6787 \begin_layout Plain Layout
6788 s
6789 \end_layout
6790
6791 \end_inset
6792 </cell>
6793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6794 \begin_inset Text
6795
6796 \begin_layout Plain Layout
6797 s
6798 \end_layout
6799
6800 \end_inset
6801 </cell>
6802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6803 \begin_inset Text
6804
6805 \begin_layout Plain Layout
6806 s
6807 \end_layout
6808
6809 \end_inset
6810 </cell>
6811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6812 \begin_inset Text
6813
6814 \begin_layout Plain Layout
6815 asd
6816 \end_layout
6817
6818 \end_inset
6819 </cell>
6820 </row>
6821 <row>
6822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6823 \begin_inset Text
6824
6825 \begin_layout Plain Layout
6826 asd
6827 \end_layout
6828
6829 \end_inset
6830 </cell>
6831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6832 \begin_inset Text
6833
6834 \begin_layout Plain Layout
6835 s
6836 \end_layout
6837
6838 \end_inset
6839 </cell>
6840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6841 \begin_inset Text
6842
6843 \begin_layout Plain Layout
6844 s
6845 \end_layout
6846
6847 \end_inset
6848 </cell>
6849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6850 \begin_inset Text
6851
6852 \begin_layout Plain Layout
6853 s
6854 \end_layout
6855
6856 \end_inset
6857 </cell>
6858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6859 \begin_inset Text
6860
6861 \begin_layout Plain Layout
6862 asd
6863 \end_layout
6864
6865 \end_inset
6866 </cell>
6867 </row>
6868 <row>
6869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6870 \begin_inset Text
6871
6872 \begin_layout Plain Layout
6873 asd
6874 \end_layout
6875
6876 \end_inset
6877 </cell>
6878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6879 \begin_inset Text
6880
6881 \begin_layout Plain Layout
6882 sad
6883 \end_layout
6884
6885 \end_inset
6886 </cell>
6887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6888 \begin_inset Text
6889
6890 \begin_layout Plain Layout
6891 asd
6892 \end_layout
6893
6894 \end_inset
6895 </cell>
6896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6897 \begin_inset Text
6898
6899 \begin_layout Plain Layout
6900 asd
6901 \end_layout
6902
6903 \end_inset
6904 </cell>
6905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6906 \begin_inset Text
6907
6908 \begin_layout Plain Layout
6909 asd
6910 \end_layout
6911
6912 \end_inset
6913 </cell>
6914 </row>
6915 </lyxtabular>
6916
6917 \end_inset
6918
6919
6920 \end_layout
6921
6922 \begin_layout Standard
6923 \begin_inset ERT
6924 status collapsed
6925
6926 \begin_layout Plain Layout
6927
6928
6929 \backslash
6930 setlength{
6931 \backslash
6932 LTcapwidth}{5cm}
6933 \end_layout
6934
6935 \end_inset
6936
6937
6938 \begin_inset Tabular
6939 <lyxtabular version="3" rows="6" columns="5">
6940 <features islongtable="true">
6941 <column alignment="center" valignment="top" width="0">
6942 <column alignment="center" valignment="top" width="0">
6943 <column alignment="center" valignment="top" width="0">
6944 <column alignment="center" valignment="top" width="0">
6945 <column alignment="center" valignment="top" width="0">
6946 <row caption="true">
6947 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6948 \begin_inset Text
6949
6950 \begin_layout Plain Layout
6951 \begin_inset Caption
6952
6953 \begin_layout Plain Layout
6954 long full title with width set to 5
6955 \begin_inset space \thinspace{}
6956 \end_inset
6957
6958 cm long full title with width set to 5
6959 \begin_inset space \thinspace{}
6960 \end_inset
6961
6962 cm long full title with width set to 5
6963 \begin_inset space \thinspace{}
6964 \end_inset
6965
6966 cm
6967 \begin_inset OptArg
6968 status collapsed
6969
6970 \begin_layout Plain Layout
6971 caption with width
6972 \begin_inset space \thinspace{}
6973 \end_inset
6974
6975 =
6976 \begin_inset space \thinspace{}
6977 \end_inset
6978
6979 5
6980 \begin_inset space \thinspace{}
6981 \end_inset
6982
6983 cm
6984 \end_layout
6985
6986 \end_inset
6987
6988
6989 \end_layout
6990
6991 \end_inset
6992
6993
6994 \end_layout
6995
6996 \end_inset
6997 </cell>
6998 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6999 \begin_inset Text
7000
7001 \begin_layout Plain Layout
7002
7003 \end_layout
7004
7005 \end_inset
7006 </cell>
7007 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7008 \begin_inset Text
7009
7010 \begin_layout Plain Layout
7011
7012 \end_layout
7013
7014 \end_inset
7015 </cell>
7016 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7017 \begin_inset Text
7018
7019 \begin_layout Plain Layout
7020
7021 \end_layout
7022
7023 \end_inset
7024 </cell>
7025 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7026 \begin_inset Text
7027
7028 \begin_layout Plain Layout
7029
7030 \end_layout
7031
7032 \end_inset
7033 </cell>
7034 </row>
7035 <row>
7036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7037 \begin_inset Text
7038
7039 \begin_layout Plain Layout
7040 1
7041 \end_layout
7042
7043 \end_inset
7044 </cell>
7045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7046 \begin_inset Text
7047
7048 \begin_layout Plain Layout
7049 2
7050 \end_layout
7051
7052 \end_inset
7053 </cell>
7054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7055 \begin_inset Text
7056
7057 \begin_layout Plain Layout
7058 3
7059 \end_layout
7060
7061 \end_inset
7062 </cell>
7063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7064 \begin_inset Text
7065
7066 \begin_layout Plain Layout
7067 4
7068 \end_layout
7069
7070 \end_inset
7071 </cell>
7072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7073 \begin_inset Text
7074
7075 \begin_layout Plain Layout
7076 5
7077 \end_layout
7078
7079 \end_inset
7080 </cell>
7081 </row>
7082 <row>
7083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7084 \begin_inset Text
7085
7086 \begin_layout Plain Layout
7087 asd
7088 \end_layout
7089
7090 \end_inset
7091 </cell>
7092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7093 \begin_inset Text
7094
7095 \begin_layout Plain Layout
7096 s
7097 \end_layout
7098
7099 \end_inset
7100 </cell>
7101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7102 \begin_inset Text
7103
7104 \begin_layout Plain Layout
7105 s
7106 \end_layout
7107
7108 \end_inset
7109 </cell>
7110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7111 \begin_inset Text
7112
7113 \begin_layout Plain Layout
7114 s
7115 \end_layout
7116
7117 \end_inset
7118 </cell>
7119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7120 \begin_inset Text
7121
7122 \begin_layout Plain Layout
7123 asd
7124 \end_layout
7125
7126 \end_inset
7127 </cell>
7128 </row>
7129 <row>
7130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7131 \begin_inset Text
7132
7133 \begin_layout Plain Layout
7134 asd
7135 \end_layout
7136
7137 \end_inset
7138 </cell>
7139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7140 \begin_inset Text
7141
7142 \begin_layout Plain Layout
7143 s
7144 \end_layout
7145
7146 \end_inset
7147 </cell>
7148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7149 \begin_inset Text
7150
7151 \begin_layout Plain Layout
7152 s
7153 \end_layout
7154
7155 \end_inset
7156 </cell>
7157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7158 \begin_inset Text
7159
7160 \begin_layout Plain Layout
7161 s
7162 \end_layout
7163
7164 \end_inset
7165 </cell>
7166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7167 \begin_inset Text
7168
7169 \begin_layout Plain Layout
7170 asd
7171 \end_layout
7172
7173 \end_inset
7174 </cell>
7175 </row>
7176 <row>
7177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7178 \begin_inset Text
7179
7180 \begin_layout Plain Layout
7181 asd
7182 \end_layout
7183
7184 \end_inset
7185 </cell>
7186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7187 \begin_inset Text
7188
7189 \begin_layout Plain Layout
7190 s
7191 \end_layout
7192
7193 \end_inset
7194 </cell>
7195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7196 \begin_inset Text
7197
7198 \begin_layout Plain Layout
7199 s
7200 \end_layout
7201
7202 \end_inset
7203 </cell>
7204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7205 \begin_inset Text
7206
7207 \begin_layout Plain Layout
7208 s
7209 \end_layout
7210
7211 \end_inset
7212 </cell>
7213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7214 \begin_inset Text
7215
7216 \begin_layout Plain Layout
7217 asd
7218 \end_layout
7219
7220 \end_inset
7221 </cell>
7222 </row>
7223 <row>
7224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7225 \begin_inset Text
7226
7227 \begin_layout Plain Layout
7228 asd
7229 \end_layout
7230
7231 \end_inset
7232 </cell>
7233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7234 \begin_inset Text
7235
7236 \begin_layout Plain Layout
7237 sad
7238 \end_layout
7239
7240 \end_inset
7241 </cell>
7242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7243 \begin_inset Text
7244
7245 \begin_layout Plain Layout
7246 asd
7247 \end_layout
7248
7249 \end_inset
7250 </cell>
7251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7252 \begin_inset Text
7253
7254 \begin_layout Plain Layout
7255 asd
7256 \end_layout
7257
7258 \end_inset
7259 </cell>
7260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7261 \begin_inset Text
7262
7263 \begin_layout Plain Layout
7264 asd
7265 \end_layout
7266
7267 \end_inset
7268 </cell>
7269 </row>
7270 </lyxtabular>
7271
7272 \end_inset
7273
7274
7275 \end_layout
7276
7277 \begin_layout Standard
7278 \begin_inset ERT
7279 status collapsed
7280
7281 \begin_layout Plain Layout
7282
7283
7284 \backslash
7285 setlength{
7286 \backslash
7287 LTcapwidth}{4in}
7288 \end_layout
7289
7290 \end_inset
7291
7292
7293 \end_layout
7294
7295 \begin_layout Standard
7296 \begin_inset Note Greyedout
7297 status open
7298
7299 \begin_layout Plain Layout
7300
7301 \series bold
7302 Note:
7303 \series default
7304  When the LaTeX-package 
7305 \series bold
7306 caption
7307 \series default
7308
7309 \begin_inset Index
7310 status collapsed
7311
7312 \begin_layout Plain Layout
7313 LaTeX-packages ! caption
7314 \end_layout
7315
7316 \end_inset
7317
7318  is used, as in this document, the full page width is used for the caption
7319  when you use the default value of 4
7320 \begin_inset space \thinspace{}
7321 \end_inset
7322
7323 in for 
7324 \series bold
7325
7326 \backslash
7327 LTcapwidth
7328 \series default
7329 .
7330  To get in this case exactly a 4
7331 \begin_inset space \thinspace{}
7332 \end_inset
7333
7334 in wide caption, you can either use a value slightly different from 4.0
7335 \begin_inset space \thinspace{}
7336 \end_inset
7337
7338 in, e.
7339 \begin_inset space \thinspace{}
7340 \end_inset
7341
7342 g.
7343 \begin_inset space \space{}
7344 \end_inset
7345
7346 3.99
7347 \begin_inset space \thinspace{}
7348 \end_inset
7349
7350 in, or the LaTeX-command 
7351 \series bold
7352
7353 \backslash
7354 captionsetup{width=value}
7355 \series default
7356  that is provided by the 
7357 \series bold
7358 caption
7359 \series default
7360 -package.
7361 \end_layout
7362
7363 \end_inset
7364
7365
7366 \end_layout
7367
7368 \begin_layout Subsubsection
7369 Different Captions for Table Pages
7370 \begin_inset Index
7371 status collapsed
7372
7373 \begin_layout Plain Layout
7374 Longtables ! Different Captions for Pages
7375 \end_layout
7376
7377 \end_inset
7378
7379
7380 \end_layout
7381
7382 \begin_layout Standard
7383 When the table captions for the following pages should differ from the one
7384  of the first table page, insert a caption with the TeX code command
7385 \end_layout
7386
7387 \begin_layout Standard
7388
7389 \series bold
7390
7391 \backslash
7392 caption*{caption text}
7393 \backslash
7394
7395 \backslash
7396 %
7397 \end_layout
7398
7399 \begin_layout Standard
7400 in a dummy caption row that is marked as header.
7401  Table
7402 \begin_inset space ~
7403 \end_inset
7404
7405
7406 \begin_inset CommandInset ref
7407 LatexCommand ref
7408 reference "tab:DiffCaptions"
7409
7410 \end_inset
7411
7412  is an example for a longtable with different heading where the second caption
7413  doesn't include the table number.
7414 \end_layout
7415
7416 \begin_layout Standard
7417 \align center
7418 \begin_inset Tabular
7419 <lyxtabular version="3" rows="59" columns="3">
7420 <features islongtable="true" lastFootEmpty="true">
7421 <column alignment="left" valignment="top" width="0cm">
7422 <column alignment="left" valignment="top" width="0pt">
7423 <column alignment="center" valignment="top" width="0pt">
7424 <row caption="true">
7425 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7426 \begin_inset Text
7427
7428 \begin_layout Plain Layout
7429 \begin_inset Caption
7430
7431 \begin_layout Plain Layout
7432 Example Phone List
7433 \begin_inset CommandInset label
7434 LatexCommand label
7435 name "tab:DiffCaptions"
7436
7437 \end_inset
7438
7439
7440 \begin_inset OptArg
7441 status collapsed
7442
7443 \begin_layout Plain Layout
7444 Example Phone List
7445 \end_layout
7446
7447 \end_inset
7448
7449
7450 \end_layout
7451
7452 \end_inset
7453
7454
7455 \end_layout
7456
7457 \end_inset
7458 </cell>
7459 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="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="center" valignment="top" topline="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" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7480 \begin_inset Text
7481
7482 \begin_layout Plain Layout
7483
7484 \series bold
7485 Example Phone List (ignore the names)
7486 \end_layout
7487
7488 \end_inset
7489 </cell>
7490 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7491 \begin_inset Text
7492
7493 \begin_layout Plain Layout
7494
7495 \end_layout
7496
7497 \end_inset
7498 </cell>
7499 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7500 \begin_inset Text
7501
7502 \begin_layout Plain Layout
7503
7504 \end_layout
7505
7506 \end_inset
7507 </cell>
7508 </row>
7509 <row endfirsthead="true">
7510 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7511 \begin_inset Text
7512
7513 \begin_layout Plain Layout
7514
7515 \series bold
7516 NAME
7517 \end_layout
7518
7519 \end_inset
7520 </cell>
7521 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7522 \begin_inset Text
7523
7524 \begin_layout Plain Layout
7525
7526 \end_layout
7527
7528 \end_inset
7529 </cell>
7530 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7531 \begin_inset Text
7532
7533 \begin_layout Plain Layout
7534
7535 \series bold
7536 TEL.
7537 \end_layout
7538
7539 \end_inset
7540 </cell>
7541 </row>
7542 <row endhead="true">
7543 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7544 \begin_inset Text
7545
7546 \begin_layout Plain Layout
7547 \begin_inset ERT
7548 status open
7549
7550 \begin_layout Plain Layout
7551
7552
7553 \backslash
7554 caption*{Continued Example Phone List}
7555 \backslash
7556
7557 \backslash
7558 %
7559 \end_layout
7560
7561 \end_inset
7562
7563
7564 \end_layout
7565
7566 \end_inset
7567 </cell>
7568 <cell alignment="center" valignment="top" leftline="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 alignment="center" valignment="top" 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" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7589 \begin_inset Text
7590
7591 \begin_layout Plain Layout
7592
7593 \series bold
7594 Example Phone List
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 multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7609 \begin_inset Text
7610
7611 \begin_layout Plain Layout
7612
7613 \end_layout
7614
7615 \end_inset
7616 </cell>
7617 </row>
7618 <row endhead="true">
7619 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7620 \begin_inset Text
7621
7622 \begin_layout Plain Layout
7623
7624 \series bold
7625 NAME
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 alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7640 \begin_inset Text
7641
7642 \begin_layout Plain Layout
7643
7644 \series bold
7645 TEL.
7646 \end_layout
7647
7648 \end_inset
7649 </cell>
7650 </row>
7651 <row endfoot="true">
7652 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7653 \begin_inset Text
7654
7655 \begin_layout Plain Layout
7656 continued on next page
7657 \end_layout
7658
7659 \end_inset
7660 </cell>
7661 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7662 \begin_inset Text
7663
7664 \begin_layout Plain Layout
7665
7666 \end_layout
7667
7668 \end_inset
7669 </cell>
7670 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7671 \begin_inset Text
7672
7673 \begin_layout Plain Layout
7674
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 Annovi
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 Silvia
7697 \end_layout
7698
7699 \end_inset
7700 </cell>
7701 <cell alignment="right" 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 Bertoli
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 Stefano
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 Bozzi
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 Walter
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 Maria
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 Cachia
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 Maurizio
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 Cinquemani
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 Giusi
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 Colin
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 Bernard
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 Concli
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 Gianfranco
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 Dal Bosco
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 Carolina
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 Dalpiaz
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 Annamaria
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 Feliciello
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 Domenico
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 Focarelli
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 Paola
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 Galletti
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 Oreste
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 Gasparini
8091 \end_layout
8092
8093 \end_inset
8094 </cell>
8095 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8096 \begin_inset Text
8097
8098 \begin_layout Plain Layout
8099 Franca
8100 \end_layout
8101
8102 \end_inset
8103 </cell>
8104 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8105 \begin_inset Text
8106
8107 \begin_layout Plain Layout
8108 111
8109 \end_layout
8110
8111 \end_inset
8112 </cell>
8113 </row>
8114 <row>
8115 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8116 \begin_inset Text
8117
8118 \begin_layout Plain Layout
8119
8120 \series bold
8121 Rizzardi
8122 \series default
8123
8124 \begin_inset Foot
8125 status open
8126
8127 \begin_layout Plain Layout
8128 Example footnote
8129 \end_layout
8130
8131 \end_inset
8132
8133
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 Paola
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 Lassini
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 Giancarlo
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 Luciano
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 Malfatti
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 Valeriano
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 Meneguzzo
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 Mezzadra
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 Roberto
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 Pirpamer
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 Erich
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
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 Pochiesa
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 Paolo
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, 222
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 Radina
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 Claudio
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 Stuffer
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 Oskar
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 Tacchelli
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 Ugo
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 Tezzele
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 Margit
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 Unterkalmsteiner
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 Frieda
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 Vieider
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 Hilde
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 Vigna
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 Jürgen
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" leftline="true" usebox="none">
8593 \begin_inset Text
8594
8595 \begin_layout Plain Layout
8596
8597 \series bold
8598 Weber
8599 \end_layout
8600
8601 \end_inset
8602 </cell>
8603 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8604 \begin_inset Text
8605
8606 \begin_layout Plain Layout
8607 Maurizio
8608 \end_layout
8609
8610 \end_inset
8611 </cell>
8612 <cell alignment="center" valignment="top" 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 alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8624 \begin_inset Text
8625
8626 \begin_layout Plain Layout
8627
8628 \series bold
8629 Winkler
8630 \end_layout
8631
8632 \end_inset
8633 </cell>
8634 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8635 \begin_inset Text
8636
8637 \begin_layout Plain Layout
8638 Franz
8639 \end_layout
8640
8641 \end_inset
8642 </cell>
8643 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8644 \begin_inset Text
8645
8646 \begin_layout Plain Layout
8647 111
8648 \end_layout
8649
8650 \end_inset
8651 </cell>
8652 </row>
8653 <row>
8654 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8655 \begin_inset Text
8656
8657 \begin_layout Plain Layout
8658  
8659 \end_layout
8660
8661 \end_inset
8662 </cell>
8663 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8664 \begin_inset Text
8665
8666 \begin_layout Plain Layout
8667
8668 \end_layout
8669
8670 \end_inset
8671 </cell>
8672 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8673 \begin_inset Text
8674
8675 \begin_layout Plain Layout
8676
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 Annovi
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 Silvia
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 Bertoli
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 Stefano
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 Bozzi
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 Walter
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 Maria
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 Cachia
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 Maurizio
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 Cinquemani
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 Giusi
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 Colin
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 Bernard
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 Concli
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 Gianfranco
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 Dal Bosco
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 Carolina
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 Dalpiaz
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 Annamaria
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 Feliciello
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 Domenico
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 Focarelli
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 Paola
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 Galletti
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 Oreste
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 Gasparini
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 Franca
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 Rizzardi
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 Paola
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 Lassini
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 Giancarlo
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 Luciano
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 Malfatti
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 Valeriano
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" leftline="true" usebox="none">
9242 \begin_inset Text
9243
9244 \begin_layout Plain Layout
9245
9246 \series bold
9247 Meneguzzo
9248 \end_layout
9249
9250 \end_inset
9251 </cell>
9252 <cell alignment="center" valignment="top" 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" 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>
9272 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9273 \begin_inset Text
9274
9275 \begin_layout Plain Layout
9276
9277 \series bold
9278 Mezzadra
9279 \end_layout
9280
9281 \end_inset
9282 </cell>
9283 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9284 \begin_inset Text
9285
9286 \begin_layout Plain Layout
9287 Roberto
9288 \end_layout
9289
9290 \end_inset
9291 </cell>
9292 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9293 \begin_inset Text
9294
9295 \begin_layout Plain Layout
9296 555
9297 \end_layout
9298
9299 \end_inset
9300 </cell>
9301 </row>
9302 </lyxtabular>
9303
9304 \end_inset
9305
9306
9307 \end_layout
9308
9309 \begin_layout Section
9310 Special Longtable Issues
9311 \begin_inset CommandInset label
9312 LatexCommand label
9313 name "sec:Special-Longtable-Issues"
9314
9315 \end_inset
9316
9317
9318 \end_layout
9319
9320 \begin_layout Subsection
9321 Longtable Calculation
9322 \begin_inset Index
9323 status collapsed
9324
9325 \begin_layout Plain Layout
9326 Longtables ! Calculation
9327 \end_layout
9328
9329 \end_inset
9330
9331
9332 \end_layout
9333
9334 \begin_layout Standard
9335 LaTeX calculates the height of table pages and their page breaks using so
9336  called chunks.
9337  Chunks are pieces of the tables that are at once in LaTeX's memory.
9338  The default value is historically set to only 20 table rows.
9339  If you are using longtables with many pages this may slow down the creation
9340  of your document.
9341  You can safely increase the chunk size to values of 100-1000 by adding
9342  this command line to your document preamble:
9343 \end_layout
9344
9345 \begin_layout Standard
9346
9347 \series bold
9348
9349 \backslash
9350 setcounter{LTchunksize}{100}
9351 \end_layout
9352
9353 \begin_layout Subsection
9354 Floats and Longtables
9355 \begin_inset Index
9356 status collapsed
9357
9358 \begin_layout Plain Layout
9359 Longtables ! Floats
9360 \end_layout
9361
9362 \end_inset
9363
9364
9365 \end_layout
9366
9367 \begin_layout Standard
9368 There might be problems when a float appears on the same page where a longtable
9369  starts.
9370  To avoid such situation, add the command 
9371 \series bold
9372
9373 \backslash
9374 clearpage
9375 \series default
9376  as TeX-Code before your longtable.
9377 \end_layout
9378
9379 \begin_layout Subsection
9380 Forced Page Breaks
9381 \begin_inset Index
9382 status collapsed
9383
9384 \begin_layout Plain Layout
9385 Longtables ! Forced Page Breaks
9386 \end_layout
9387
9388 \end_inset
9389
9390
9391 \end_layout
9392
9393 \begin_layout Standard
9394 By default tables are only broken between rows.
9395  If you have a cell with multiples lines and want to have a page break within
9396  the cell, insert the new line command 
9397 \begin_inset Quotes eld
9398 \end_inset
9399
9400
9401 \series bold
9402
9403 \backslash
9404
9405 \backslash
9406
9407 \series default
9408
9409 \begin_inset Quotes erd
9410 \end_inset
9411
9412  as TeX-Code at this point of the cell where it can be broken.
9413  Before the 
9414 \series bold
9415
9416 \backslash
9417
9418 \backslash
9419
9420 \series default
9421  command you have to insert in TeX-Code so many 
9422 \begin_inset Quotes eld
9423 \end_inset
9424
9425
9426 \series bold
9427 &
9428 \series default
9429
9430 \begin_inset Quotes erd
9431 \end_inset
9432
9433  characters like the number of the following table columns.
9434  The 
9435 \series bold
9436 &
9437 \series default
9438  is the character to separate table cells.
9439  Write in TeX-Code after each 
9440 \series bold
9441 &
9442 \series default
9443  the content of the corresponding following cell and delete the content
9444  of these cells.
9445 \begin_inset Newline newline
9446 \end_inset
9447
9448 Behind the the 
9449 \series bold
9450
9451 \backslash
9452
9453 \backslash
9454
9455 \series default
9456  command, insert so many 
9457 \series bold
9458 &
9459 \series default
9460  characters like the number of table columns before the current column.
9461  In Table
9462 \begin_inset space ~
9463 \end_inset
9464
9465
9466 \begin_inset CommandInset ref
9467 LatexCommand ref
9468 reference "tab:ForcedPagebreak"
9469
9470 \end_inset
9471
9472  the cell that should be broken is in the second column followed by another
9473  column.
9474  Therefore the following command was inserted in the cell as TeX-Code behind
9475  
9476 \begin_inset Quotes eld
9477 \end_inset
9478
9479
9480 \emph on
9481 Castelchiodato,
9482 \emph default
9483
9484 \begin_inset Quotes erd
9485 \end_inset
9486
9487 :
9488 \end_layout
9489
9490 \begin_layout Standard
9491
9492 \series bold
9493 & 111
9494 \backslash
9495
9496 \backslash
9497  
9498 \backslash
9499 newpage
9500 \begin_inset Newline newline
9501 \end_inset
9502
9503 &
9504 \end_layout
9505
9506 \begin_layout Standard
9507 The 
9508 \begin_inset Quotes eld
9509 \end_inset
9510
9511 111
9512 \begin_inset Quotes erd
9513 \end_inset
9514
9515  in the third columns of the row was deleted.
9516  
9517 \series bold
9518
9519 \backslash
9520 newpage
9521 \series default
9522  is only needed when a page break should definitively occur at this position,
9523  otherwise it is only a possibility to break.
9524  If your footer row of the longtable has for a certain reason no upper line
9525  but you would have a horizontal line where the cell is broken, use this
9526  command instead:
9527 \end_layout
9528
9529 \begin_layout Standard
9530
9531 \series bold
9532 & 111
9533 \backslash
9534
9535 \backslash
9536
9537 \begin_inset Newline newline
9538 \end_inset
9539
9540
9541 \backslash
9542 hline &
9543 \end_layout
9544
9545 \begin_layout Standard
9546 When the cell to be broken is in the last column, the command
9547 \end_layout
9548
9549 \begin_layout Standard
9550
9551 \series bold
9552
9553 \backslash
9554 setlength{
9555 \backslash
9556 parfillskip}{0pt}
9557 \end_layout
9558
9559 \begin_layout Standard
9560 must be inserted as TeX-Code at the beginning of the cell.
9561  This assures that the part of the cell that will be displayed on the new
9562  page appears with the full width.
9563 \end_layout
9564
9565 \begin_layout Standard
9566 \align center
9567 \begin_inset Tabular
9568 <lyxtabular version="3" rows="38" columns="3">
9569 <features islongtable="true" lastFootEmpty="true">
9570 <column alignment="left" valignment="top" width="0cm">
9571 <column alignment="left" valignment="top" width="3cm">
9572 <column alignment="center" valignment="top" width="0pt">
9573 <row caption="true">
9574 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9575 \begin_inset Text
9576
9577 \begin_layout Plain Layout
9578 \begin_inset Caption
9579
9580 \begin_layout Plain Layout
9581 Table with forced page break in table cell
9582 \begin_inset CommandInset label
9583 LatexCommand label
9584 name "tab:ForcedPagebreak"
9585
9586 \end_inset
9587
9588
9589 \begin_inset OptArg
9590 status collapsed
9591
9592 \begin_layout Plain Layout
9593 Table with forced page break in table cell
9594 \end_layout
9595
9596 \end_inset
9597
9598
9599 \end_layout
9600
9601 \end_inset
9602
9603
9604 \end_layout
9605
9606 \end_inset
9607 </cell>
9608 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9609 \begin_inset Text
9610
9611 \begin_layout Plain Layout
9612
9613 \end_layout
9614
9615 \end_inset
9616 </cell>
9617 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9618 \begin_inset Text
9619
9620 \begin_layout Plain Layout
9621
9622 \end_layout
9623
9624 \end_inset
9625 </cell>
9626 </row>
9627 <row endfirsthead="true">
9628 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9629 \begin_inset Text
9630
9631 \begin_layout Plain Layout
9632
9633 \series bold
9634 Example Phone List (ignore the names)
9635 \end_layout
9636
9637 \end_inset
9638 </cell>
9639 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9640 \begin_inset Text
9641
9642 \begin_layout Plain Layout
9643
9644 \end_layout
9645
9646 \end_inset
9647 </cell>
9648 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9649 \begin_inset Text
9650
9651 \begin_layout Plain Layout
9652
9653 \end_layout
9654
9655 \end_inset
9656 </cell>
9657 </row>
9658 <row endfirsthead="true">
9659 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9660 \begin_inset Text
9661
9662 \begin_layout Plain Layout
9663
9664 \series bold
9665 NAME
9666 \end_layout
9667
9668 \end_inset
9669 </cell>
9670 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9671 \begin_inset Text
9672
9673 \begin_layout Plain Layout
9674
9675 \end_layout
9676
9677 \end_inset
9678 </cell>
9679 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9680 \begin_inset Text
9681
9682 \begin_layout Plain Layout
9683
9684 \series bold
9685 TEL.
9686 \end_layout
9687
9688 \end_inset
9689 </cell>
9690 </row>
9691 <row endhead="true">
9692 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9693 \begin_inset Text
9694
9695 \begin_layout Plain Layout
9696 \begin_inset ERT
9697 status collapsed
9698
9699 \begin_layout Plain Layout
9700
9701
9702 \backslash
9703 caption*{Continued Example Phone List}
9704 \backslash
9705
9706 \backslash
9707 %
9708 \end_layout
9709
9710 \end_inset
9711
9712
9713 \end_layout
9714
9715 \end_inset
9716 </cell>
9717 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9718 \begin_inset Text
9719
9720 \begin_layout Plain Layout
9721
9722 \end_layout
9723
9724 \end_inset
9725 </cell>
9726 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9727 \begin_inset Text
9728
9729 \begin_layout Plain Layout
9730
9731 \end_layout
9732
9733 \end_inset
9734 </cell>
9735 </row>
9736 <row endhead="true">
9737 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9738 \begin_inset Text
9739
9740 \begin_layout Plain Layout
9741
9742 \series bold
9743 Example Phone List
9744 \end_layout
9745
9746 \end_inset
9747 </cell>
9748 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9749 \begin_inset Text
9750
9751 \begin_layout Plain Layout
9752
9753 \end_layout
9754
9755 \end_inset
9756 </cell>
9757 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9758 \begin_inset Text
9759
9760 \begin_layout Plain Layout
9761
9762 \end_layout
9763
9764 \end_inset
9765 </cell>
9766 </row>
9767 <row endhead="true">
9768 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9769 \begin_inset Text
9770
9771 \begin_layout Plain Layout
9772
9773 \series bold
9774 NAME
9775 \end_layout
9776
9777 \end_inset
9778 </cell>
9779 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9780 \begin_inset Text
9781
9782 \begin_layout Plain Layout
9783
9784 \end_layout
9785
9786 \end_inset
9787 </cell>
9788 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9789 \begin_inset Text
9790
9791 \begin_layout Plain Layout
9792
9793 \series bold
9794 TEL.
9795 \end_layout
9796
9797 \end_inset
9798 </cell>
9799 </row>
9800 <row endfoot="true">
9801 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9802 \begin_inset Text
9803
9804 \begin_layout Plain Layout
9805 continued on next page
9806 \end_layout
9807
9808 \end_inset
9809 </cell>
9810 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9811 \begin_inset Text
9812
9813 \begin_layout Plain Layout
9814
9815 \end_layout
9816
9817 \end_inset
9818 </cell>
9819 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9820 \begin_inset Text
9821
9822 \begin_layout Plain Layout
9823
9824 \end_layout
9825
9826 \end_inset
9827 </cell>
9828 </row>
9829 <row>
9830 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9831 \begin_inset Text
9832
9833 \begin_layout Plain Layout
9834
9835 \series bold
9836 Annovi
9837 \end_layout
9838
9839 \end_inset
9840 </cell>
9841 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9842 \begin_inset Text
9843
9844 \begin_layout Plain Layout
9845 Silvia
9846 \end_layout
9847
9848 \end_inset
9849 </cell>
9850 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9851 \begin_inset Text
9852
9853 \begin_layout Plain Layout
9854 111
9855 \end_layout
9856
9857 \end_inset
9858 </cell>
9859 </row>
9860 <row>
9861 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9862 \begin_inset Text
9863
9864 \begin_layout Plain Layout
9865
9866 \series bold
9867 Bertoli
9868 \end_layout
9869
9870 \end_inset
9871 </cell>
9872 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9873 \begin_inset Text
9874
9875 \begin_layout Plain Layout
9876 Stefano
9877 \end_layout
9878
9879 \end_inset
9880 </cell>
9881 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9882 \begin_inset Text
9883
9884 \begin_layout Plain Layout
9885 111
9886 \end_layout
9887
9888 \end_inset
9889 </cell>
9890 </row>
9891 <row>
9892 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9893 \begin_inset Text
9894
9895 \begin_layout Plain Layout
9896
9897 \series bold
9898 Bozzi
9899 \end_layout
9900
9901 \end_inset
9902 </cell>
9903 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9904 \begin_inset Text
9905
9906 \begin_layout Plain Layout
9907 Walter
9908 \end_layout
9909
9910 \end_inset
9911 </cell>
9912 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9913 \begin_inset Text
9914
9915 \begin_layout Plain Layout
9916 111
9917 \end_layout
9918
9919 \end_inset
9920 </cell>
9921 </row>
9922 <row>
9923 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9924 \begin_inset Text
9925
9926 \begin_layout Plain Layout
9927
9928 \series bold
9929 Cachia
9930 \end_layout
9931
9932 \end_inset
9933 </cell>
9934 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9935 \begin_inset Text
9936
9937 \begin_layout Plain Layout
9938 Maria
9939 \end_layout
9940
9941 \end_inset
9942 </cell>
9943 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9944 \begin_inset Text
9945
9946 \begin_layout Plain Layout
9947 111
9948 \end_layout
9949
9950 \end_inset
9951 </cell>
9952 </row>
9953 <row>
9954 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9955 \begin_inset Text
9956
9957 \begin_layout Plain Layout
9958
9959 \series bold
9960 Cachia
9961 \end_layout
9962
9963 \end_inset
9964 </cell>
9965 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9966 \begin_inset Text
9967
9968 \begin_layout Plain Layout
9969 Maurizio
9970 \end_layout
9971
9972 \end_inset
9973 </cell>
9974 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9975 \begin_inset Text
9976
9977 \begin_layout Plain Layout
9978 111
9979 \end_layout
9980
9981 \end_inset
9982 </cell>
9983 </row>
9984 <row>
9985 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9986 \begin_inset Text
9987
9988 \begin_layout Plain Layout
9989
9990 \series bold
9991 Cinquemani
9992 \end_layout
9993
9994 \end_inset
9995 </cell>
9996 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9997 \begin_inset Text
9998
9999 \begin_layout Plain Layout
10000 Giusi
10001 \end_layout
10002
10003 \end_inset
10004 </cell>
10005 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10006 \begin_inset Text
10007
10008 \begin_layout Plain Layout
10009 111
10010 \end_layout
10011
10012 \end_inset
10013 </cell>
10014 </row>
10015 <row>
10016 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10017 \begin_inset Text
10018
10019 \begin_layout Plain Layout
10020
10021 \series bold
10022 Colin
10023 \end_layout
10024
10025 \end_inset
10026 </cell>
10027 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10028 \begin_inset Text
10029
10030 \begin_layout Plain Layout
10031 Bernard
10032 \end_layout
10033
10034 \end_inset
10035 </cell>
10036 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10037 \begin_inset Text
10038
10039 \begin_layout Plain Layout
10040 111
10041 \end_layout
10042
10043 \end_inset
10044 </cell>
10045 </row>
10046 <row>
10047 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10048 \begin_inset Text
10049
10050 \begin_layout Plain Layout
10051
10052 \series bold
10053 Concli
10054 \end_layout
10055
10056 \end_inset
10057 </cell>
10058 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10059 \begin_inset Text
10060
10061 \begin_layout Plain Layout
10062 Gianfranco
10063 \end_layout
10064
10065 \end_inset
10066 </cell>
10067 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10068 \begin_inset Text
10069
10070 \begin_layout Plain Layout
10071 111
10072 \end_layout
10073
10074 \end_inset
10075 </cell>
10076 </row>
10077 <row>
10078 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10079 \begin_inset Text
10080
10081 \begin_layout Plain Layout
10082
10083 \series bold
10084 Dal Bosco
10085 \end_layout
10086
10087 \end_inset
10088 </cell>
10089 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10090 \begin_inset Text
10091
10092 \begin_layout Plain Layout
10093 Carolina
10094 \end_layout
10095
10096 \end_inset
10097 </cell>
10098 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10099 \begin_inset Text
10100
10101 \begin_layout Plain Layout
10102 111
10103 \end_layout
10104
10105 \end_inset
10106 </cell>
10107 </row>
10108 <row>
10109 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10110 \begin_inset Text
10111
10112 \begin_layout Plain Layout
10113
10114 \series bold
10115 Dalpiaz
10116 \end_layout
10117
10118 \end_inset
10119 </cell>
10120 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10121 \begin_inset Text
10122
10123 \begin_layout Plain Layout
10124 Annamaria
10125 \end_layout
10126
10127 \end_inset
10128 </cell>
10129 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10130 \begin_inset Text
10131
10132 \begin_layout Plain Layout
10133 111
10134 \end_layout
10135
10136 \end_inset
10137 </cell>
10138 </row>
10139 <row>
10140 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10141 \begin_inset Text
10142
10143 \begin_layout Plain Layout
10144
10145 \series bold
10146 Feliciello
10147 \end_layout
10148
10149 \end_inset
10150 </cell>
10151 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10152 \begin_inset Text
10153
10154 \begin_layout Plain Layout
10155 Domenico
10156 \end_layout
10157
10158 \end_inset
10159 </cell>
10160 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10161 \begin_inset Text
10162
10163 \begin_layout Plain Layout
10164 111
10165 \end_layout
10166
10167 \end_inset
10168 </cell>
10169 </row>
10170 <row>
10171 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10172 \begin_inset Text
10173
10174 \begin_layout Plain Layout
10175
10176 \series bold
10177 Focarelli
10178 \end_layout
10179
10180 \end_inset
10181 </cell>
10182 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10183 \begin_inset Text
10184
10185 \begin_layout Plain Layout
10186 Paola
10187 \end_layout
10188
10189 \end_inset
10190 </cell>
10191 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10192 \begin_inset Text
10193
10194 \begin_layout Plain Layout
10195 111
10196 \end_layout
10197
10198 \end_inset
10199 </cell>
10200 </row>
10201 <row>
10202 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10203 \begin_inset Text
10204
10205 \begin_layout Plain Layout
10206
10207 \series bold
10208 Galletti
10209 \end_layout
10210
10211 \end_inset
10212 </cell>
10213 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10214 \begin_inset Text
10215
10216 \begin_layout Plain Layout
10217 Oreste
10218 \end_layout
10219
10220 \end_inset
10221 </cell>
10222 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10223 \begin_inset Text
10224
10225 \begin_layout Plain Layout
10226 111
10227 \end_layout
10228
10229 \end_inset
10230 </cell>
10231 </row>
10232 <row>
10233 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10234 \begin_inset Text
10235
10236 \begin_layout Plain Layout
10237
10238 \series bold
10239 Gasparini
10240 \end_layout
10241
10242 \end_inset
10243 </cell>
10244 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10245 \begin_inset Text
10246
10247 \begin_layout Plain Layout
10248 Franca
10249 \end_layout
10250
10251 \end_inset
10252 </cell>
10253 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10254 \begin_inset Text
10255
10256 \begin_layout Plain Layout
10257 111
10258 \end_layout
10259
10260 \end_inset
10261 </cell>
10262 </row>
10263 <row>
10264 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10265 \begin_inset Text
10266
10267 \begin_layout Plain Layout
10268
10269 \series bold
10270 Lassini
10271 \end_layout
10272
10273 \end_inset
10274 </cell>
10275 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10276 \begin_inset Text
10277
10278 \begin_layout Plain Layout
10279 Giancarlo
10280 \end_layout
10281
10282 \end_inset
10283 </cell>
10284 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10285 \begin_inset Text
10286
10287 \begin_layout Plain Layout
10288 111
10289 \end_layout
10290
10291 \end_inset
10292 </cell>
10293 </row>
10294 <row>
10295 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10296 \begin_inset Text
10297
10298 \begin_layout Plain Layout
10299
10300 \series bold
10301 Malfatti
10302 \end_layout
10303
10304 \end_inset
10305 </cell>
10306 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10307 \begin_inset Text
10308
10309 \begin_layout Plain Layout
10310 Luciano
10311 \end_layout
10312
10313 \end_inset
10314 </cell>
10315 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10316 \begin_inset Text
10317
10318 \begin_layout Plain Layout
10319 111
10320 \end_layout
10321
10322 \end_inset
10323 </cell>
10324 </row>
10325 <row>
10326 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10327 \begin_inset Text
10328
10329 \begin_layout Plain Layout
10330
10331 \series bold
10332 Malfatti
10333 \end_layout
10334
10335 \end_inset
10336 </cell>
10337 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10338 \begin_inset Text
10339
10340 \begin_layout Plain Layout
10341 Valeriano
10342 \end_layout
10343
10344 \end_inset
10345 </cell>
10346 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10347 \begin_inset Text
10348
10349 \begin_layout Plain Layout
10350 111
10351 \end_layout
10352
10353 \end_inset
10354 </cell>
10355 </row>
10356 <row>
10357 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10358 \begin_inset Text
10359
10360 \begin_layout Plain Layout
10361
10362 \series bold
10363 Meneguzzo
10364 \end_layout
10365
10366 \end_inset
10367 </cell>
10368 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10369 \begin_inset Text
10370
10371 \begin_layout Plain Layout
10372 Roberto
10373 \end_layout
10374
10375 \end_inset
10376 </cell>
10377 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10378 \begin_inset Text
10379
10380 \begin_layout Plain Layout
10381 111
10382 \end_layout
10383
10384 \end_inset
10385 </cell>
10386 </row>
10387 <row>
10388 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10389 \begin_inset Text
10390
10391 \begin_layout Plain Layout
10392
10393 \series bold
10394 Mezzadra
10395 \end_layout
10396
10397 \end_inset
10398 </cell>
10399 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10400 \begin_inset Text
10401
10402 \begin_layout Plain Layout
10403 Roberto
10404 \end_layout
10405
10406 \end_inset
10407 </cell>
10408 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10409 \begin_inset Text
10410
10411 \begin_layout Plain Layout
10412 111
10413 \end_layout
10414
10415 \end_inset
10416 </cell>
10417 </row>
10418 <row>
10419 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10420 \begin_inset Text
10421
10422 \begin_layout Plain Layout
10423
10424 \series bold
10425 Pirpamer
10426 \end_layout
10427
10428 \end_inset
10429 </cell>
10430 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10431 \begin_inset Text
10432
10433 \begin_layout Plain Layout
10434 Erich
10435 \end_layout
10436
10437 \end_inset
10438 </cell>
10439 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10440 \begin_inset Text
10441
10442 \begin_layout Plain Layout
10443 111
10444 \end_layout
10445
10446 \end_inset
10447 </cell>
10448 </row>
10449 <row>
10450 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10451 \begin_inset Text
10452
10453 \begin_layout Plain Layout
10454
10455 \series bold
10456 Pochiesa
10457 \end_layout
10458
10459 \end_inset
10460 </cell>
10461 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10462 \begin_inset Text
10463
10464 \begin_layout Plain Layout
10465 Paolo
10466 \end_layout
10467
10468 \end_inset
10469 </cell>
10470 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10471 \begin_inset Text
10472
10473 \begin_layout Plain Layout
10474 111, 222
10475 \end_layout
10476
10477 \end_inset
10478 </cell>
10479 </row>
10480 <row>
10481 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10482 \begin_inset Text
10483
10484 \begin_layout Plain Layout
10485
10486 \series bold
10487 Radina
10488 \end_layout
10489
10490 \end_inset
10491 </cell>
10492 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10493 \begin_inset Text
10494
10495 \begin_layout Plain Layout
10496 Claudio
10497 \end_layout
10498
10499 \end_inset
10500 </cell>
10501 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10502 \begin_inset Text
10503
10504 \begin_layout Plain Layout
10505 111
10506 \end_layout
10507
10508 \end_inset
10509 </cell>
10510 </row>
10511 <row>
10512 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10513 \begin_inset Text
10514
10515 \begin_layout Plain Layout
10516
10517 \series bold
10518 Rizzardi
10519 \end_layout
10520
10521 \end_inset
10522 </cell>
10523 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10524 \begin_inset Text
10525
10526 \begin_layout Plain Layout
10527 Paolo, 11.
10528  Fürst von Montecompatri, 11.
10529  Fürst von Sulmona und Vivaro, 10.
10530  Fürst von Rossano, 5.
10531  Herzog von Canemorte, 11.
10532  Herzog von Palombara, 5.
10533  Herzog von Castelchiodato,
10534 \begin_inset ERT
10535 status open
10536
10537 \begin_layout Plain Layout
10538
10539 & 111
10540 \backslash
10541
10542 \backslash
10543  
10544 \backslash
10545 newpage
10546 \end_layout
10547
10548 \begin_layout Plain Layout
10549
10550 &
10551 \end_layout
10552
10553 \end_inset
10554
10555  11.
10556  Herzog von Poggionativo, 11.
10557  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10558  Graf von Valinfreda, 11.
10559  Baron von Cropalati, 11.
10560  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10561 \end_layout
10562
10563 \end_inset
10564 </cell>
10565 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10566 \begin_inset Text
10567
10568 \begin_layout Plain Layout
10569
10570 \end_layout
10571
10572 \end_inset
10573 </cell>
10574 </row>
10575 <row>
10576 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10577 \begin_inset Text
10578
10579 \begin_layout Plain Layout
10580
10581 \series bold
10582 Stuffer
10583 \end_layout
10584
10585 \end_inset
10586 </cell>
10587 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10588 \begin_inset Text
10589
10590 \begin_layout Plain Layout
10591 Oskar
10592 \end_layout
10593
10594 \end_inset
10595 </cell>
10596 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10597 \begin_inset Text
10598
10599 \begin_layout Plain Layout
10600 111
10601 \end_layout
10602
10603 \end_inset
10604 </cell>
10605 </row>
10606 <row>
10607 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611
10612 \series bold
10613 Tacchelli
10614 \end_layout
10615
10616 \end_inset
10617 </cell>
10618 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10619 \begin_inset Text
10620
10621 \begin_layout Plain Layout
10622 Ugo
10623 \end_layout
10624
10625 \end_inset
10626 </cell>
10627 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10628 \begin_inset Text
10629
10630 \begin_layout Plain Layout
10631 111
10632 \end_layout
10633
10634 \end_inset
10635 </cell>
10636 </row>
10637 <row>
10638 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10639 \begin_inset Text
10640
10641 \begin_layout Plain Layout
10642
10643 \series bold
10644 Tezzele
10645 \end_layout
10646
10647 \end_inset
10648 </cell>
10649 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10650 \begin_inset Text
10651
10652 \begin_layout Plain Layout
10653 Margit
10654 \end_layout
10655
10656 \end_inset
10657 </cell>
10658 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10659 \begin_inset Text
10660
10661 \begin_layout Plain Layout
10662 111
10663 \end_layout
10664
10665 \end_inset
10666 </cell>
10667 </row>
10668 <row>
10669 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10670 \begin_inset Text
10671
10672 \begin_layout Plain Layout
10673
10674 \series bold
10675 Unterkalmsteiner
10676 \end_layout
10677
10678 \end_inset
10679 </cell>
10680 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10681 \begin_inset Text
10682
10683 \begin_layout Plain Layout
10684 Frieda
10685 \end_layout
10686
10687 \end_inset
10688 </cell>
10689 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10690 \begin_inset Text
10691
10692 \begin_layout Plain Layout
10693 111
10694 \end_layout
10695
10696 \end_inset
10697 </cell>
10698 </row>
10699 <row>
10700 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10701 \begin_inset Text
10702
10703 \begin_layout Plain Layout
10704
10705 \series bold
10706 Vieider
10707 \end_layout
10708
10709 \end_inset
10710 </cell>
10711 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10712 \begin_inset Text
10713
10714 \begin_layout Plain Layout
10715 Hilde
10716 \end_layout
10717
10718 \end_inset
10719 </cell>
10720 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10721 \begin_inset Text
10722
10723 \begin_layout Plain Layout
10724 111
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 </row>
10730 <row>
10731 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10732 \begin_inset Text
10733
10734 \begin_layout Plain Layout
10735
10736 \series bold
10737 Vigna
10738 \end_layout
10739
10740 \end_inset
10741 </cell>
10742 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10743 \begin_inset Text
10744
10745 \begin_layout Plain Layout
10746 Jürgen
10747 \end_layout
10748
10749 \end_inset
10750 </cell>
10751 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10752 \begin_inset Text
10753
10754 \begin_layout Plain Layout
10755 111
10756 \end_layout
10757
10758 \end_inset
10759 </cell>
10760 </row>
10761 <row>
10762 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10763 \begin_inset Text
10764
10765 \begin_layout Plain Layout
10766
10767 \series bold
10768 Weber
10769 \end_layout
10770
10771 \end_inset
10772 </cell>
10773 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10774 \begin_inset Text
10775
10776 \begin_layout Plain Layout
10777 Maurizio
10778 \end_layout
10779
10780 \end_inset
10781 </cell>
10782 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10783 \begin_inset Text
10784
10785 \begin_layout Plain Layout
10786 111
10787 \end_layout
10788
10789 \end_inset
10790 </cell>
10791 </row>
10792 <row>
10793 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10794 \begin_inset Text
10795
10796 \begin_layout Plain Layout
10797
10798 \series bold
10799 Winkler
10800 \end_layout
10801
10802 \end_inset
10803 </cell>
10804 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10805 \begin_inset Text
10806
10807 \begin_layout Plain Layout
10808 Franz
10809 \end_layout
10810
10811 \end_inset
10812 </cell>
10813 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10814 \begin_inset Text
10815
10816 \begin_layout Plain Layout
10817 111
10818 \end_layout
10819
10820 \end_inset
10821 </cell>
10822 </row>
10823 </lyxtabular>
10824
10825 \end_inset
10826
10827
10828 \end_layout
10829
10830 \begin_layout Section
10831 Multiple Lines Columns and Rows
10832 \end_layout
10833
10834 \begin_layout Subsection
10835 Multiple Lines in Table Cells
10836 \begin_inset CommandInset label
10837 LatexCommand label
10838 name "sub:Multiple-Lines-in"
10839
10840 \end_inset
10841
10842
10843 \begin_inset Index
10844 status collapsed
10845
10846 \begin_layout Plain Layout
10847 Multiple Lines in Table Cells
10848 \end_layout
10849
10850 \end_inset
10851
10852
10853 \begin_inset Index
10854 status collapsed
10855
10856 \begin_layout Plain Layout
10857 Table ! Linebreaks
10858 \end_layout
10859
10860 \end_inset
10861
10862
10863 \end_layout
10864
10865 \begin_layout Standard
10866 \noindent
10867 \begin_inset Float table
10868 placement H
10869 wide false
10870 sideways false
10871 status open
10872
10873 \begin_layout Plain Layout
10874 \begin_inset Caption
10875
10876 \begin_layout Plain Layout
10877 \begin_inset CommandInset label
10878 LatexCommand label
10879 name "tab:Table-with-multiple"
10880
10881 \end_inset
10882
10883 Table with multiple lines in cells
10884 \end_layout
10885
10886 \end_inset
10887
10888
10889 \end_layout
10890
10891 \begin_layout Plain Layout
10892 \align center
10893 \begin_inset Tabular
10894 <lyxtabular version="3" rows="3" columns="3">
10895 <features>
10896 <column alignment="center" valignment="middle" width="2.5cm">
10897 <column alignment="center" valignment="middle" width="0">
10898 <column alignment="center" valignment="middle" width="0">
10899 <row>
10900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10901 \begin_inset Text
10902
10903 \begin_layout Plain Layout
10904 multiple
10905 \begin_inset Newline linebreak
10906 \end_inset
10907
10908 lines
10909 \end_layout
10910
10911 \end_inset
10912 </cell>
10913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10914 \begin_inset Text
10915
10916 \begin_layout Plain Layout
10917 b
10918 \end_layout
10919
10920 \end_inset
10921 </cell>
10922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10923 \begin_inset Text
10924
10925 \begin_layout Plain Layout
10926 c
10927 \end_layout
10928
10929 \end_inset
10930 </cell>
10931 </row>
10932 <row>
10933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10934 \begin_inset Text
10935
10936 \begin_layout Plain Layout
10937 d
10938 \end_layout
10939
10940 \end_inset
10941 </cell>
10942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10943 \begin_inset Text
10944
10945 \begin_layout Plain Layout
10946 e
10947 \end_layout
10948
10949 \end_inset
10950 </cell>
10951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10952 \begin_inset Text
10953
10954 \begin_layout Plain Layout
10955 f
10956 \end_layout
10957
10958 \end_inset
10959 </cell>
10960 </row>
10961 <row>
10962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10963 \begin_inset Text
10964
10965 \begin_layout Plain Layout
10966 g
10967 \end_layout
10968
10969 \end_inset
10970 </cell>
10971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10972 \begin_inset Text
10973
10974 \begin_layout Plain Layout
10975 h
10976 \end_layout
10977
10978 \end_inset
10979 </cell>
10980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10981 \begin_inset Text
10982
10983 \begin_layout Plain Layout
10984 i
10985 \end_layout
10986
10987 \end_inset
10988 </cell>
10989 </row>
10990 </lyxtabular>
10991
10992 \end_inset
10993
10994
10995 \end_layout
10996
10997 \end_inset
10998
10999
11000 \end_layout
11001
11002 \begin_layout Standard
11003 Adjusting a fixed width for a column, enables to enter text as a paragraph
11004  with multiple lines and hyphenations.
11005 \end_layout
11006
11007 \begin_layout Standard
11008 To produce Table
11009 \begin_inset space ~
11010 \end_inset
11011
11012
11013 \begin_inset CommandInset ref
11014 LatexCommand ref
11015 reference "tab:Table-with-multiple"
11016
11017 \end_inset
11018
11019 , create a 3×3 table, mark the first cell and right-click on it.
11020  In the appearing table dialog we set a cell width of 2.5
11021 \begin_inset space \thinspace{}
11022 \end_inset
11023
11024 cm and choose centered for the vertical and horizontal alignment.
11025  The vertical alignment is used for all cells of the row.
11026  As our text is smaller than than 2.5
11027 \begin_inset space \thinspace{}
11028 \end_inset
11029
11030 cm, only one line will appear.
11031  To get two lines, a justified line break (shortcut 
11032 \begin_inset Info
11033 type  "shortcut"
11034 arg   "newline-insert linebreak"
11035 \end_inset
11036
11037 ) was added.
11038  If the text is wider than the set cell width, it will automatically be
11039  broken to several lines.
11040 \end_layout
11041
11042 \begin_layout Standard
11043 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11044  by LaTeX if it is the first entry.
11045  Therefore you need to insert something, to make the word not being the
11046  first entry.
11047  So add a horizontal space of 0
11048 \begin_inset space \thinspace{}
11049 \end_inset
11050
11051 pt before the word.
11052  As the space is zero, it doesn't change the output.
11053  Table
11054 \begin_inset space ~
11055 \end_inset
11056
11057
11058 \begin_inset CommandInset ref
11059 LatexCommand ref
11060 reference "tab:Table-with-and"
11061
11062 \end_inset
11063
11064  shows the effect.
11065 \end_layout
11066
11067 \begin_layout Standard
11068 \begin_inset Float table
11069 placement h
11070 wide false
11071 sideways false
11072 status open
11073
11074 \begin_layout Plain Layout
11075 \begin_inset Caption
11076
11077 \begin_layout Plain Layout
11078 \begin_inset CommandInset label
11079 LatexCommand label
11080 name "tab:Table-with-and"
11081
11082 \end_inset
11083
11084 Table with and without hyphenation
11085 \end_layout
11086
11087 \end_inset
11088
11089
11090 \end_layout
11091
11092 \begin_layout Plain Layout
11093 \begin_inset space \hfill{}
11094 \end_inset
11095
11096
11097 \begin_inset Tabular
11098 <lyxtabular version="3" rows="3" columns="3">
11099 <features>
11100 <column alignment="center" valignment="middle" width="2.5cm">
11101 <column alignment="center" valignment="middle" width="0">
11102 <column alignment="center" valignment="middle" width="0">
11103 <row>
11104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11105 \begin_inset Text
11106
11107 \begin_layout Plain Layout
11108 verylongtablecellword
11109 \end_layout
11110
11111 \end_inset
11112 </cell>
11113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11114 \begin_inset Text
11115
11116 \begin_layout Plain Layout
11117 b
11118 \end_layout
11119
11120 \end_inset
11121 </cell>
11122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11123 \begin_inset Text
11124
11125 \begin_layout Plain Layout
11126 c
11127 \end_layout
11128
11129 \end_inset
11130 </cell>
11131 </row>
11132 <row>
11133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11134 \begin_inset Text
11135
11136 \begin_layout Plain Layout
11137 d
11138 \end_layout
11139
11140 \end_inset
11141 </cell>
11142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11143 \begin_inset Text
11144
11145 \begin_layout Plain Layout
11146 e
11147 \end_layout
11148
11149 \end_inset
11150 </cell>
11151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11152 \begin_inset Text
11153
11154 \begin_layout Plain Layout
11155 f
11156 \end_layout
11157
11158 \end_inset
11159 </cell>
11160 </row>
11161 <row>
11162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11163 \begin_inset Text
11164
11165 \begin_layout Plain Layout
11166 g
11167 \end_layout
11168
11169 \end_inset
11170 </cell>
11171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11172 \begin_inset Text
11173
11174 \begin_layout Plain Layout
11175 h
11176 \end_layout
11177
11178 \end_inset
11179 </cell>
11180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11181 \begin_inset Text
11182
11183 \begin_layout Plain Layout
11184 i
11185 \end_layout
11186
11187 \end_inset
11188 </cell>
11189 </row>
11190 </lyxtabular>
11191
11192 \end_inset
11193
11194
11195 \begin_inset space \hfill{}
11196 \end_inset
11197
11198
11199 \begin_inset Tabular
11200 <lyxtabular version="3" rows="3" columns="3">
11201 <features>
11202 <column alignment="center" valignment="middle" width="2.5cm">
11203 <column alignment="center" valignment="middle" width="0">
11204 <column alignment="center" valignment="middle" width="0">
11205 <row>
11206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11207 \begin_inset Text
11208
11209 \begin_layout Plain Layout
11210 \begin_inset space \hspace{}
11211 \length 0pt
11212 \end_inset
11213
11214 verylongtablecellword
11215 \end_layout
11216
11217 \end_inset
11218 </cell>
11219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11220 \begin_inset Text
11221
11222 \begin_layout Plain Layout
11223 b
11224 \end_layout
11225
11226 \end_inset
11227 </cell>
11228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11229 \begin_inset Text
11230
11231 \begin_layout Plain Layout
11232 c
11233 \end_layout
11234
11235 \end_inset
11236 </cell>
11237 </row>
11238 <row>
11239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11240 \begin_inset Text
11241
11242 \begin_layout Plain Layout
11243 d
11244 \end_layout
11245
11246 \end_inset
11247 </cell>
11248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11249 \begin_inset Text
11250
11251 \begin_layout Plain Layout
11252 e
11253 \end_layout
11254
11255 \end_inset
11256 </cell>
11257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11258 \begin_inset Text
11259
11260 \begin_layout Plain Layout
11261 f
11262 \end_layout
11263
11264 \end_inset
11265 </cell>
11266 </row>
11267 <row>
11268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11269 \begin_inset Text
11270
11271 \begin_layout Plain Layout
11272 g
11273 \end_layout
11274
11275 \end_inset
11276 </cell>
11277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11278 \begin_inset Text
11279
11280 \begin_layout Plain Layout
11281 h
11282 \end_layout
11283
11284 \end_inset
11285 </cell>
11286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11287 \begin_inset Text
11288
11289 \begin_layout Plain Layout
11290 i
11291 \end_layout
11292
11293 \end_inset
11294 </cell>
11295 </row>
11296 </lyxtabular>
11297
11298 \end_inset
11299
11300
11301 \begin_inset space \hfill{}
11302 \end_inset
11303
11304
11305 \end_layout
11306
11307 \end_inset
11308
11309
11310 \end_layout
11311
11312 \begin_layout Subsection
11313 Multicolumns
11314 \begin_inset CommandInset label
11315 LatexCommand label
11316 name "sub:Multicolumns"
11317
11318 \end_inset
11319
11320
11321 \begin_inset Index
11322 status collapsed
11323
11324 \begin_layout Plain Layout
11325 Multicolumns
11326 \end_layout
11327
11328 \end_inset
11329
11330
11331 \begin_inset Index
11332 status collapsed
11333
11334 \begin_layout Plain Layout
11335 Table ! Multicolumns
11336 \end_layout
11337
11338 \end_inset
11339
11340
11341 \end_layout
11342
11343 \begin_layout Subsubsection
11344 Multicolumn Basics
11345 \end_layout
11346
11347 \begin_layout Standard
11348 To span a cell over multiple columns, mark as much cells within a line that
11349  should be one spanned cell and use either the table-toolbar button 
11350 \begin_inset Graphics
11351         filename ../images/tabular-feature_multicolumn.png
11352         scale 85
11353         scaleBeforeRotation
11354
11355 \end_inset
11356
11357 , or the menu 
11358 \family sans
11359 Edit\SpecialChar \menuseparator
11360 Table\SpecialChar \menuseparator
11361 Multicolumn
11362 \family default
11363 , or right click on the marked cells and choose multicolumn in the appearing
11364  table dialog under the tab 
11365 \family sans
11366 Table Settings
11367 \family default
11368 .
11369 \end_layout
11370
11371 \begin_layout Standard
11372 Multicolumns have there own cell settings.
11373  That means changing cell borders, cell alignment, and the width only affects
11374  the multicolumn.
11375  Here is an example table with a multicolumn cell in the first row and one
11376  in the last row without the upper border:
11377 \end_layout
11378
11379 \begin_layout Standard
11380 \align center
11381 \begin_inset Tabular
11382 <lyxtabular version="3" rows="3" columns="4">
11383 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11384 <column alignment="center" valignment="top" width="0pt">
11385 <column alignment="center" valignment="middle" width="0">
11386 <column alignment="center" valignment="top" width="0in">
11387 <column alignment="center" valignment="top" width="0pt">
11388 <row>
11389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11390 \begin_inset Text
11391
11392 \begin_layout Plain Layout
11393 abc
11394 \end_layout
11395
11396 \end_inset
11397 </cell>
11398 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11399 \begin_inset Text
11400
11401 \begin_layout Plain Layout
11402 def ghi
11403 \end_layout
11404
11405 \end_inset
11406 </cell>
11407 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11408 \begin_inset Text
11409
11410 \begin_layout Plain Layout
11411
11412 \end_layout
11413
11414 \end_inset
11415 </cell>
11416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11417 \begin_inset Text
11418
11419 \begin_layout Plain Layout
11420 jkl
11421 \end_layout
11422
11423 \end_inset
11424 </cell>
11425 </row>
11426 <row>
11427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11428 \begin_inset Text
11429
11430 \begin_layout Plain Layout
11431
11432 \family roman
11433 \series medium
11434 \shape up
11435 \size normal
11436 \emph off
11437 \bar no
11438 \noun off
11439 \color none
11440 A
11441 \end_layout
11442
11443 \end_inset
11444 </cell>
11445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11446 \begin_inset Text
11447
11448 \begin_layout Plain Layout
11449 B
11450 \end_layout
11451
11452 \end_inset
11453 </cell>
11454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11455 \begin_inset Text
11456
11457 \begin_layout Plain Layout
11458 C
11459 \end_layout
11460
11461 \end_inset
11462 </cell>
11463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11464 \begin_inset Text
11465
11466 \begin_layout Plain Layout
11467 D
11468 \end_layout
11469
11470 \end_inset
11471 </cell>
11472 </row>
11473 <row>
11474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11475 \begin_inset Text
11476
11477 \begin_layout Plain Layout
11478 1
11479 \end_layout
11480
11481 \end_inset
11482 </cell>
11483 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11484 \begin_inset Text
11485
11486 \begin_layout Plain Layout
11487 2
11488 \end_layout
11489
11490 \end_inset
11491 </cell>
11492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11493 \begin_inset Text
11494
11495 \begin_layout Plain Layout
11496 3
11497 \end_layout
11498
11499 \end_inset
11500 </cell>
11501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11502 \begin_inset Text
11503
11504 \begin_layout Plain Layout
11505 4
11506 \end_layout
11507
11508 \end_inset
11509 </cell>
11510 </row>
11511 </lyxtabular>
11512
11513 \end_inset
11514
11515
11516 \end_layout
11517
11518 \begin_layout Subsubsection
11519 Multicolumn Calculations
11520 \begin_inset CommandInset label
11521 LatexCommand label
11522 name "sub:Multicolumn-Calculations"
11523
11524 \end_inset
11525
11526
11527 \begin_inset Index
11528 status collapsed
11529
11530 \begin_layout Plain Layout
11531 Multicolumns ! Calculations
11532 \end_layout
11533
11534 \end_inset
11535
11536
11537 \end_layout
11538
11539 \begin_layout Standard
11540 LyX supports multicolumns directly, but we have to take notice of the cell
11541  width of the columns spanned by the multicolumn cell.
11542 \end_layout
11543
11544 \begin_layout Standard
11545 \begin_inset Float table
11546 placement h
11547 wide false
11548 sideways false
11549 status open
11550
11551 \begin_layout Plain Layout
11552 \begin_inset Caption
11553
11554 \begin_layout Plain Layout
11555 \begin_inset CommandInset label
11556 LatexCommand label
11557 name "tab:Table-with-centered"
11558
11559 \end_inset
11560
11561 Table with centered multicolumn text above two columns that have exactly
11562  half the width of the multicolumn cell
11563 \begin_inset OptArg
11564 status collapsed
11565
11566 \begin_layout Plain Layout
11567 Perfect multicolumn table
11568 \end_layout
11569
11570 \end_inset
11571
11572
11573 \end_layout
11574
11575 \end_inset
11576
11577
11578 \end_layout
11579
11580 \begin_layout Plain Layout
11581 \align center
11582 \begin_inset Tabular
11583 <lyxtabular version="3" rows="3" columns="3">
11584 <features>
11585 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11586 <column alignment="center" valignment="middle" width="0">
11587 <column alignment="center" valignment="top" width="0">
11588 <row>
11589 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11590 \begin_inset Text
11591
11592 \begin_layout Plain Layout
11593 multiple lines multicolumn
11594 \end_layout
11595
11596 \end_inset
11597 </cell>
11598 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11599 \begin_inset Text
11600
11601 \begin_layout Plain Layout
11602
11603 \end_layout
11604
11605 \end_inset
11606 </cell>
11607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11608 \begin_inset Text
11609
11610 \begin_layout Plain Layout
11611 c
11612 \end_layout
11613
11614 \end_inset
11615 </cell>
11616 </row>
11617 <row>
11618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11619 \begin_inset Text
11620
11621 \begin_layout Plain Layout
11622 d
11623 \end_layout
11624
11625 \end_inset
11626 </cell>
11627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11628 \begin_inset Text
11629
11630 \begin_layout Plain Layout
11631 e
11632 \end_layout
11633
11634 \end_inset
11635 </cell>
11636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11637 \begin_inset Text
11638
11639 \begin_layout Plain Layout
11640 f
11641 \end_layout
11642
11643 \end_inset
11644 </cell>
11645 </row>
11646 <row>
11647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11648 \begin_inset Text
11649
11650 \begin_layout Plain Layout
11651 g
11652 \end_layout
11653
11654 \end_inset
11655 </cell>
11656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11657 \begin_inset Text
11658
11659 \begin_layout Plain Layout
11660 h
11661 \end_layout
11662
11663 \end_inset
11664 </cell>
11665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11666 \begin_inset Text
11667
11668 \begin_layout Plain Layout
11669 i
11670 \end_layout
11671
11672 \end_inset
11673 </cell>
11674 </row>
11675 </lyxtabular>
11676
11677 \end_inset
11678
11679
11680 \end_layout
11681
11682 \end_inset
11683
11684
11685 \end_layout
11686
11687 \begin_layout Standard
11688 To create for example Table
11689 \begin_inset space ~
11690 \end_inset
11691
11692
11693 \begin_inset CommandInset ref
11694 LatexCommand ref
11695 reference "tab:Table-with-centered"
11696
11697 \end_inset
11698
11699 , mark the first two cells in the first row of a 3×3 table and right-click
11700  on them.
11701  Now choose for this cell 
11702 \emph on
11703 multicolumn
11704 \emph default
11705
11706 \emph on
11707 centered alignment
11708 \emph default
11709  and a width of 2.5
11710 \begin_inset space \thinspace{}
11711 \end_inset
11712
11713 cm in the table dialog.
11714  The spanned columns should have exactly half the width of the multicolumn
11715  cell, so that you would adjust a width of 1.25
11716 \begin_inset space \thinspace{}
11717 \end_inset
11718
11719 cm for the first column.
11720  The second column has then automatically a width of 1.25
11721 \begin_inset space \thinspace{}
11722 \end_inset
11723
11724 cm (multicolumn width - width of first column).
11725  This was done for Table
11726 \begin_inset space ~
11727 \end_inset
11728
11729
11730 \begin_inset CommandInset ref
11731 LatexCommand ref
11732 reference "tab:Table-without-half"
11733
11734 \end_inset
11735
11736 .
11737 \end_layout
11738
11739 \begin_layout Standard
11740 \begin_inset Float table
11741 wide false
11742 sideways false
11743 status open
11744
11745 \begin_layout Plain Layout
11746 \begin_inset Caption
11747
11748 \begin_layout Plain Layout
11749 \begin_inset CommandInset label
11750 LatexCommand label
11751 name "tab:Table-without-half"
11752
11753 \end_inset
11754
11755 Table where the spanned table columns have not exactly half the width of
11756  the multicolumn cell
11757 \begin_inset OptArg
11758 status collapsed
11759
11760 \begin_layout Plain Layout
11761 Imperfect multicolumn table
11762 \end_layout
11763
11764 \end_inset
11765
11766
11767 \end_layout
11768
11769 \end_inset
11770
11771
11772 \end_layout
11773
11774 \begin_layout Plain Layout
11775 \align center
11776 \begin_inset Tabular
11777 <lyxtabular version="3" rows="3" columns="3">
11778 <features>
11779 <column alignment="center" valignment="top" width="1.25cm">
11780 <column alignment="center" valignment="top" width="0">
11781 <column alignment="center" valignment="top" width="0">
11782 <row>
11783 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11784 \begin_inset Text
11785
11786 \begin_layout Plain Layout
11787 multiple lines multicolumn
11788 \end_layout
11789
11790 \end_inset
11791 </cell>
11792 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11793 \begin_inset Text
11794
11795 \begin_layout Plain Layout
11796
11797 \end_layout
11798
11799 \end_inset
11800 </cell>
11801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11802 \begin_inset Text
11803
11804 \begin_layout Plain Layout
11805 c
11806 \end_layout
11807
11808 \end_inset
11809 </cell>
11810 </row>
11811 <row>
11812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11813 \begin_inset Text
11814
11815 \begin_layout Plain Layout
11816 d
11817 \end_layout
11818
11819 \end_inset
11820 </cell>
11821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11822 \begin_inset Text
11823
11824 \begin_layout Plain Layout
11825 e
11826 \end_layout
11827
11828 \end_inset
11829 </cell>
11830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11831 \begin_inset Text
11832
11833 \begin_layout Plain Layout
11834 f
11835 \end_layout
11836
11837 \end_inset
11838 </cell>
11839 </row>
11840 <row>
11841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11842 \begin_inset Text
11843
11844 \begin_layout Plain Layout
11845 g
11846 \end_layout
11847
11848 \end_inset
11849 </cell>
11850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11851 \begin_inset Text
11852
11853 \begin_layout Plain Layout
11854 h
11855 \end_layout
11856
11857 \end_inset
11858 </cell>
11859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11860 \begin_inset Text
11861
11862 \begin_layout Plain Layout
11863 i
11864 \end_layout
11865
11866 \end_inset
11867 </cell>
11868 </row>
11869 </lyxtabular>
11870
11871 \end_inset
11872
11873
11874 \end_layout
11875
11876 \end_inset
11877
11878
11879 \end_layout
11880
11881 \begin_layout Standard
11882 You can see that the first column has not the half width of the multicolumn
11883  cell, it is a bit bigger.
11884  The reason is that the given width of a cell 
11885 \begin_inset Formula $W_{g}$
11886 \end_inset
11887
11888  is not its total width 
11889 \begin_inset Formula $W_{\mathrm{tot}}$
11890 \end_inset
11891
11892  because a cell is always a bit larger than its given width.
11893  Appendix
11894 \begin_inset space ~
11895 \end_inset
11896
11897
11898 \begin_inset CommandInset ref
11899 LatexCommand eqref
11900 reference "cha:Explanation-of-Equation"
11901
11902 \end_inset
11903
11904  explains it in detail.
11905 \end_layout
11906
11907 \begin_layout Standard
11908 The needed given width 
11909 \begin_inset Formula $W_{g\, n}$
11910 \end_inset
11911
11912  when 
11913 \emph on
11914 n
11915 \emph default
11916  columns are spanned can be calculated, so that each column has a total
11917  width of 
11918 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11919 \end_inset
11920
11921 :
11922 \begin_inset Formula \begin{equation}
11923 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11924
11925 \end_inset
11926
11927
11928 \end_layout
11929
11930 \begin_layout Standard
11931 In our case we have 
11932 \begin_inset Formula $n=2$
11933 \end_inset
11934
11935
11936 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11937 \end_inset
11938
11939 cm and the default values for the lengths, so that equation 
11940 \begin_inset CommandInset ref
11941 LatexCommand ref
11942 reference "eq:Wgn"
11943
11944 \end_inset
11945
11946  becomes
11947 \begin_inset Formula \begin{equation}
11948 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11949
11950 \end_inset
11951
11952
11953 \end_layout
11954
11955 \begin_layout Standard
11956 To enable calculations in LaTeX, the LaTeX-package 
11957 \series bold
11958 calc
11959 \series default
11960  must be loaded with the document preamble line
11961 \begin_inset Index
11962 status collapsed
11963
11964 \begin_layout Plain Layout
11965 LaTeX-packages ! calc
11966 \end_layout
11967
11968 \end_inset
11969
11970
11971 \end_layout
11972
11973 \begin_layout Standard
11974
11975 \series bold
11976
11977 \backslash
11978 usepackage{calc}
11979 \end_layout
11980
11981 \begin_layout Standard
11982 LyX does not allow to calculate lengths in the width-field of the table
11983  dialog.
11984  Therefore you have to format the column by inserting a LaTeX-argument in
11985  the dialog.
11986  Here is an overview about the arguments:
11987 \end_layout
11988
11989 \begin_layout Itemize
11990
11991 \series bold
11992 p{width}
11993 \series default
11994  creates cell with a fixed width, its text is vertically top-aligned
11995 \end_layout
11996
11997 \begin_layout Itemize
11998
11999 \series bold
12000 m{width}
12001 \series default
12002  creates cell with a fixed width, its text is vertically centered
12003 \end_layout
12004
12005 \begin_layout Itemize
12006
12007 \series bold
12008 b{width}
12009 \series default
12010  creates cell with a fixed width, its text is vertically bottom-aligned
12011 \end_layout
12012
12013 \begin_layout Standard
12014 By entering a LaTeX-argument, all cell settings set in the table dialog
12015  are overwritten.
12016 \end_layout
12017
12018 \begin_layout Standard
12019 \begin_inset Note Greyedout
12020 status open
12021
12022 \begin_layout Plain Layout
12023
12024 \series bold
12025 Note:
12026 \series default
12027  Due to a bug, LyX shows the overwritten settings anyway.
12028 \end_layout
12029
12030 \end_inset
12031
12032
12033 \end_layout
12034
12035 \begin_layout Standard
12036 As the text should be horizontally centered, the command 
12037 \series bold
12038
12039 \backslash
12040 centering
12041 \series default
12042  is added.
12043  You can now enter the following LaTeX-argument for the first spanned column:
12044 \end_layout
12045
12046 \begin_layout Standard
12047
12048 \series bold
12049 >{
12050 \backslash
12051 centering}m{1.25cm-6.2pt}
12052 \end_layout
12053
12054 \begin_layout Standard
12055 The command 
12056 \series bold
12057 >{ }
12058 \series default
12059  means, that the commands inside the braces are applied before the cell
12060  is created.
12061 \end_layout
12062
12063 \begin_layout Standard
12064 Although we have chosen centered alignment for the text of the multicolumn
12065  cell, it is still left aligned.
12066  This is because LyX only applies the alignment to single columns.
12067  So we have to use for the multicolumn the LaTeX-argument
12068 \end_layout
12069
12070 \begin_layout Standard
12071
12072 \series bold
12073 >{
12074 \backslash
12075 centering}m{2.5cm}
12076 \end_layout
12077
12078 \begin_layout Subsection
12079 Multirows
12080 \begin_inset Index
12081 status collapsed
12082
12083 \begin_layout Plain Layout
12084 Multirows
12085 \end_layout
12086
12087 \end_inset
12088
12089
12090 \begin_inset Index
12091 status collapsed
12092
12093 \begin_layout Plain Layout
12094 Table ! Multirows
12095 \end_layout
12096
12097 \end_inset
12098
12099
12100 \end_layout
12101
12102 \begin_layout Standard
12103 In contrary to multicolumns multirows are not yet supported by LyX so a
12104  bit of TeX-Code needs to be used.
12105  To use multirows load the LaTeX-package 
12106 \series bold
12107 multirow
12108 \series default
12109
12110 \begin_inset Index
12111 status collapsed
12112
12113 \begin_layout Plain Layout
12114 LaTeX-packages ! multirow
12115 \end_layout
12116
12117 \end_inset
12118
12119  in your document preamble with the command
12120 \end_layout
12121
12122 \begin_layout Standard
12123
12124 \series bold
12125
12126 \backslash
12127 usepackage{multirow}
12128 \end_layout
12129
12130 \begin_layout Standard
12131 Multirows are created with the command
12132 \end_layout
12133
12134 \begin_layout Standard
12135
12136 \series bold
12137
12138 \backslash
12139 multirow{number of rows}{cell width}{cell entry}
12140 \end_layout
12141
12142 \begin_layout Standard
12143 To create the following table:
12144 \end_layout
12145
12146 \begin_layout Standard
12147 \align center
12148 \begin_inset ERT
12149 status collapsed
12150
12151 \begin_layout Plain Layout
12152
12153
12154 \backslash
12155 renewcommand{
12156 \backslash
12157 multirowsetup}{
12158 \backslash
12159 centering}
12160 \end_layout
12161
12162 \end_inset
12163
12164
12165 \begin_inset Tabular
12166 <lyxtabular version="3" rows="3" columns="3">
12167 <features>
12168 <column alignment="center" valignment="top" width="0">
12169 <column alignment="center" valignment="top" width="0">
12170 <column alignment="center" valignment="top" width="0">
12171 <row>
12172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12173 \begin_inset Text
12174
12175 \begin_layout Plain Layout
12176 a
12177 \end_layout
12178
12179 \end_inset
12180 </cell>
12181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12182 \begin_inset Text
12183
12184 \begin_layout Plain Layout
12185 b
12186 \end_layout
12187
12188 \end_inset
12189 </cell>
12190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12191 \begin_inset Text
12192
12193 \begin_layout Plain Layout
12194 c
12195 \end_layout
12196
12197 \end_inset
12198 </cell>
12199 </row>
12200 <row>
12201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12202 \begin_inset Text
12203
12204 \begin_layout Plain Layout
12205 \begin_inset ERT
12206 status collapsed
12207
12208 \begin_layout Plain Layout
12209
12210
12211 \backslash
12212 multirow{2}{2.5cm}{
12213 \end_layout
12214
12215 \end_inset
12216
12217 multirow entry
12218 \begin_inset ERT
12219 status collapsed
12220
12221 \begin_layout Plain Layout
12222
12223 }
12224 \end_layout
12225
12226 \end_inset
12227
12228
12229 \end_layout
12230
12231 \end_inset
12232 </cell>
12233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12234 \begin_inset Text
12235
12236 \begin_layout Plain Layout
12237 e
12238 \end_layout
12239
12240 \end_inset
12241 </cell>
12242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12243 \begin_inset Text
12244
12245 \begin_layout Plain Layout
12246 f
12247 \end_layout
12248
12249 \end_inset
12250 </cell>
12251 </row>
12252 <row>
12253 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12254 \begin_inset Text
12255
12256 \begin_layout Plain Layout
12257
12258 \end_layout
12259
12260 \end_inset
12261 </cell>
12262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12263 \begin_inset Text
12264
12265 \begin_layout Plain Layout
12266 h
12267 \end_layout
12268
12269 \end_inset
12270 </cell>
12271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12272 \begin_inset Text
12273
12274 \begin_layout Plain Layout
12275 i
12276 \end_layout
12277
12278 \end_inset
12279 </cell>
12280 </row>
12281 </lyxtabular>
12282
12283 \end_inset
12284
12285
12286 \begin_inset ERT
12287 status collapsed
12288
12289 \begin_layout Plain Layout
12290
12291
12292 \backslash
12293 renewcommand{
12294 \backslash
12295 multirowsetup}{
12296 \backslash
12297 raggedright}
12298 \end_layout
12299
12300 \end_inset
12301
12302
12303 \end_layout
12304
12305 \begin_layout Standard
12306 create a 3×3 table.
12307  To get rid of the line above the last cell in the first column, the cell
12308  is marked as multicolumn and the upper border is unset.
12309  The multirow is now created in the second row of the first column by inserting
12310  there the command
12311 \end_layout
12312
12313 \begin_layout Standard
12314
12315 \series bold
12316
12317 \backslash
12318 multirow{2}{2.5cm}{
12319 \end_layout
12320
12321 \begin_layout Standard
12322 as TeX-Code.
12323  According to the command parameters the multirow spans now two rows and
12324  has a width of 2.5
12325 \begin_inset space \thinspace{}
12326 \end_inset
12327
12328 cm.
12329  The content of the multirow cell follows outside the TeX-Code box and the
12330  command is finished with a right brace 
12331 \series bold
12332 }
12333 \series default
12334  in another TeX-Code-box behind the text.
12335 \end_layout
12336
12337 \begin_layout Standard
12338
12339 \series bold
12340
12341 \backslash
12342 multirow
12343 \series default
12344  left-aligns its content by default.
12345  To override the default, renew the command 
12346 \series bold
12347
12348 \backslash
12349 multirowsetup
12350 \series default
12351  with the command
12352 \end_layout
12353
12354 \begin_layout Standard
12355
12356 \series bold
12357
12358 \backslash
12359 renewcommand{
12360 \backslash
12361 multirowsetup}{
12362 \backslash
12363 centering}
12364 \end_layout
12365
12366 \begin_layout Standard
12367 in TeX-Code in the document preamble.
12368  Then all entries of multirow cells in the document are centered.
12369  If centering is only needed for several tables, you can renew the command
12370  in an TeX-Code box just before the table instead of the preamble.
12371  If the text should be right-aligned, replace 
12372 \series bold
12373
12374 \backslash
12375 centering
12376 \series default
12377  by 
12378 \series bold
12379
12380 \backslash
12381 raggedleft
12382 \series default
12383 .
12384  To return to left-alignment 
12385 \series bold
12386
12387 \backslash
12388 raggedright
12389 \series default
12390  is used.
12391 \end_layout
12392
12393 \begin_layout Section
12394 Formal Tables
12395 \begin_inset CommandInset label
12396 LatexCommand label
12397 name "sec:Formal-Tables"
12398
12399 \end_inset
12400
12401
12402 \begin_inset Index
12403 status collapsed
12404
12405 \begin_layout Plain Layout
12406 Table ! Formal
12407 \end_layout
12408
12409 \end_inset
12410
12411
12412 \end_layout
12413
12414 \begin_layout Standard
12415 Tables are often typeset in books similar to Table
12416 \begin_inset space ~
12417 \end_inset
12418
12419
12420 \begin_inset CommandInset ref
12421 LatexCommand ref
12422 reference "tab:Example-booktabs-table"
12423
12424 \end_inset
12425
12426 .
12427  This kind of tables is called 
12428 \begin_inset Quotes eld
12429 \end_inset
12430
12431
12432 \emph on
12433 formal
12434 \emph default
12435
12436 \begin_inset Quotes erd
12437 \end_inset
12438
12439 .
12440  To make a table a formal table use the option 
12441 \family sans
12442 Formal
12443 \family default
12444  in the 
12445 \family sans
12446 Borders
12447 \family default
12448  tab of the table dialog.
12449 \end_layout
12450
12451 \begin_layout Standard
12452 \begin_inset Float table
12453 placement h
12454 wide false
12455 sideways false
12456 status open
12457
12458 \begin_layout Plain Layout
12459 \begin_inset Caption
12460
12461 \begin_layout Plain Layout
12462 \begin_inset CommandInset label
12463 LatexCommand label
12464 name "tab:Example-booktabs-table"
12465
12466 \end_inset
12467
12468 Example booktabs-table
12469 \end_layout
12470
12471 \end_inset
12472
12473
12474 \end_layout
12475
12476 \begin_layout Plain Layout
12477 \align center
12478 \begin_inset Tabular
12479 <lyxtabular version="3" rows="8" columns="4">
12480 <features booktabs="true">
12481 <column alignment="center" valignment="top" width="0">
12482 <column alignment="center" valignment="top" width="0">
12483 <column alignment="center" valignment="top" width="0">
12484 <column alignment="center" valignment="top" width="0">
12485 <row>
12486 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12487 \begin_inset Text
12488
12489 \begin_layout Plain Layout
12490 System
12491 \end_layout
12492
12493 \end_inset
12494 </cell>
12495 <cell alignment="center" valignment="top" topline="true" usebox="none">
12496 \begin_inset Text
12497
12498 \begin_layout Plain Layout
12499 Medipix
12500 \begin_inset space \thinspace{}
12501 \end_inset
12502
12503 1
12504 \end_layout
12505
12506 \end_inset
12507 </cell>
12508 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12509 \begin_inset Text
12510
12511 \begin_layout Plain Layout
12512 Medipix
12513 \begin_inset space \thinspace{}
12514 \end_inset
12515
12516 2
12517 \end_layout
12518
12519 \end_inset
12520 </cell>
12521 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12522 \begin_inset Text
12523
12524 \begin_layout Plain Layout
12525
12526 \end_layout
12527
12528 \end_inset
12529 </cell>
12530 </row>
12531 <row>
12532 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12533 \begin_inset Text
12534
12535 \begin_layout Plain Layout
12536 \begin_inset ERT
12537 status collapsed
12538
12539 \begin_layout Plain Layout
12540
12541
12542 \backslash
12543 cmidrule(r){2-2}
12544 \end_layout
12545
12546 \end_inset
12547
12548
12549 \begin_inset ERT
12550 status collapsed
12551
12552 \begin_layout Plain Layout
12553
12554
12555 \backslash
12556 cmidrule(l){3-4}
12557 \end_layout
12558
12559 \end_inset
12560
12561 Detector thickness [µm]
12562 \end_layout
12563
12564 \end_inset
12565 </cell>
12566 <cell alignment="center" valignment="top" usebox="none">
12567 \begin_inset Text
12568
12569 \begin_layout Plain Layout
12570 300
12571 \end_layout
12572
12573 \end_inset
12574 </cell>
12575 <cell alignment="center" valignment="top" usebox="none">
12576 \begin_inset Text
12577
12578 \begin_layout Plain Layout
12579 300
12580 \end_layout
12581
12582 \end_inset
12583 </cell>
12584 <cell alignment="center" valignment="top" usebox="none">
12585 \begin_inset Text
12586
12587 \begin_layout Plain Layout
12588 700
12589 \end_layout
12590
12591 \end_inset
12592 </cell>
12593 </row>
12594 <row>
12595 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12596 \begin_inset Text
12597
12598 \begin_layout Plain Layout
12599 Edge angle [°]
12600 \end_layout
12601
12602 \end_inset
12603 </cell>
12604 <cell alignment="center" valignment="top" topline="true" usebox="none">
12605 \begin_inset Text
12606
12607 \begin_layout Plain Layout
12608 3.55
12609 \end_layout
12610
12611 \end_inset
12612 </cell>
12613 <cell alignment="center" valignment="top" topline="true" usebox="none">
12614 \begin_inset Text
12615
12616 \begin_layout Plain Layout
12617 2.71
12618 \end_layout
12619
12620 \end_inset
12621 </cell>
12622 <cell alignment="center" valignment="top" topline="true" usebox="none">
12623 \begin_inset Text
12624
12625 \begin_layout Plain Layout
12626 7.99
12627 \end_layout
12628
12629 \end_inset
12630 </cell>
12631 </row>
12632 <row topspace="default">
12633 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12634 \begin_inset Text
12635
12636 \begin_layout Plain Layout
12637 Spatial resolution [µm]
12638 \end_layout
12639
12640 \end_inset
12641 </cell>
12642 <cell alignment="center" valignment="top" usebox="none">
12643 \begin_inset Text
12644
12645 \begin_layout Plain Layout
12646 4.26
12647 \end_layout
12648
12649 \end_inset
12650 </cell>
12651 <cell alignment="center" valignment="top" usebox="none">
12652 \begin_inset Text
12653
12654 \begin_layout Plain Layout
12655 10.17
12656 \end_layout
12657
12658 \end_inset
12659 </cell>
12660 <cell alignment="center" valignment="top" usebox="none">
12661 \begin_inset Text
12662
12663 \begin_layout Plain Layout
12664 10.56
12665 \end_layout
12666
12667 \end_inset
12668 </cell>
12669 </row>
12670 <row topspace="default">
12671 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12672 \begin_inset Text
12673
12674 \begin_layout Plain Layout
12675 MTF at 
12676 \begin_inset Formula $f_{\mathrm{max}}$
12677 \end_inset
12678
12679
12680 \end_layout
12681
12682 \end_inset
12683 </cell>
12684 <cell alignment="center" valignment="top" usebox="none">
12685 \begin_inset Text
12686
12687 \begin_layout Plain Layout
12688 0.53
12689 \end_layout
12690
12691 \end_inset
12692 </cell>
12693 <cell alignment="center" valignment="top" usebox="none">
12694 \begin_inset Text
12695
12696 \begin_layout Plain Layout
12697 0.37
12698 \end_layout
12699
12700 \end_inset
12701 </cell>
12702 <cell alignment="center" valignment="top" usebox="none">
12703 \begin_inset Text
12704
12705 \begin_layout Plain Layout
12706 0.39
12707 \end_layout
12708
12709 \end_inset
12710 </cell>
12711 </row>
12712 <row topspace="default">
12713 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12714 \begin_inset Text
12715
12716 \begin_layout Plain Layout
12717 \begin_inset ERT
12718 status collapsed
12719
12720 \begin_layout Plain Layout
12721
12722
12723 \backslash
12724 cmidrule(l{10pt}){1-1}
12725 \end_layout
12726
12727 \end_inset
12728
12729 LSF-spatial resolution
12730 \end_layout
12731
12732 \end_inset
12733 </cell>
12734 <cell alignment="center" valignment="top" usebox="none">
12735 \begin_inset Text
12736
12737 \begin_layout Plain Layout
12738
12739 \end_layout
12740
12741 \end_inset
12742 </cell>
12743 <cell alignment="center" valignment="top" usebox="none">
12744 \begin_inset Text
12745
12746 \begin_layout Plain Layout
12747
12748 \end_layout
12749
12750 \end_inset
12751 </cell>
12752 <cell alignment="center" valignment="top" usebox="none">
12753 \begin_inset Text
12754
12755 \begin_layout Plain Layout
12756
12757 \end_layout
12758
12759 \end_inset
12760 </cell>
12761 </row>
12762 <row>
12763 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12764 \begin_inset Text
12765
12766 \begin_layout Plain Layout
12767 in Âµm
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 129.7
12777 \end_layout
12778
12779 \end_inset
12780 </cell>
12781 <cell alignment="center" valignment="top" usebox="none">
12782 \begin_inset Text
12783
12784 \begin_layout Plain Layout
12785 52.75
12786 \end_layout
12787
12788 \end_inset
12789 </cell>
12790 <cell alignment="center" valignment="top" usebox="none">
12791 \begin_inset Text
12792
12793 \begin_layout Plain Layout
12794 50.78
12795 \end_layout
12796
12797 \end_inset
12798 </cell>
12799 </row>
12800 <row>
12801 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12802 \begin_inset Text
12803
12804 \begin_layout Plain Layout
12805 in % of pixel size
12806 \end_layout
12807
12808 \end_inset
12809 </cell>
12810 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12811 \begin_inset Text
12812
12813 \begin_layout Plain Layout
12814 76.3
12815 \end_layout
12816
12817 \end_inset
12818 </cell>
12819 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12820 \begin_inset Text
12821
12822 \begin_layout Plain Layout
12823 95.9
12824 \end_layout
12825
12826 \end_inset
12827 </cell>
12828 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12829 \begin_inset Text
12830
12831 \begin_layout Plain Layout
12832 92.3
12833 \end_layout
12834
12835 \end_inset
12836 </cell>
12837 </row>
12838 </lyxtabular>
12839
12840 \end_inset
12841
12842
12843 \end_layout
12844
12845 \end_inset
12846
12847
12848 \end_layout
12849
12850 \begin_layout Standard
12851 Spaces to table rows can be added using the 
12852 \family sans
12853 Borders
12854 \family default
12855  tab of the table dialog as described in section
12856 \begin_inset space ~
12857 \end_inset
12858
12859
12860 \begin_inset CommandInset ref
12861 LatexCommand ref
12862 reference "sub:Row-Spacing"
12863
12864 \end_inset
12865
12866 .
12867 \end_layout
12868
12869 \begin_layout Standard
12870 In contrary to normal tables, formal tables have no vertical table lines.
12871  The horizontal table lines can be set like for normal tables but they appear
12872  with different width in the output:
12873 \begin_inset Newline newline
12874 \end_inset
12875
12876 The first and the last table line have a default width of 0.08
12877 \begin_inset space \thinspace{}
12878 \end_inset
12879
12880 em while the other lines have a default width of 0.05
12881 \begin_inset space \thinspace{}
12882 \end_inset
12883
12884 em.
12885 \end_layout
12886
12887 \begin_layout Standard
12888 The default widths can be changed with the following preamble lines
12889 \end_layout
12890
12891 \begin_layout Standard
12892
12893 \series bold
12894
12895 \backslash
12896 let
12897 \backslash
12898 mytoprule
12899 \backslash
12900 toprule
12901 \begin_inset Newline newline
12902 \end_inset
12903
12904
12905 \backslash
12906 renewcommand{
12907 \backslash
12908 toprule}{
12909 \backslash
12910 mytoprule[width]}
12911 \end_layout
12912
12913 \begin_layout Standard
12914 This example is for the first line, the so called 
12915 \series bold
12916 toprule
12917 \series default
12918 .
12919  If you want to change the width for the last line, replace 
12920 \series bold
12921 toprule
12922 \series default
12923  by 
12924 \series bold
12925 bottomrule
12926 \series default
12927 .
12928  To change the width for the other lines replace 
12929 \series bold
12930 toprule
12931 \series default
12932  by 
12933 \series bold
12934 midrule
12935 \series default
12936 .
12937  You can use all units listed in appendix
12938 \begin_inset space ~
12939 \end_inset
12940
12941
12942 \begin_inset CommandInset ref
12943 LatexCommand ref
12944 reference "cha:Units-available-in"
12945
12946 \end_inset
12947
12948  to set the width.
12949 \end_layout
12950
12951 \begin_layout Standard
12952 Lines that don't span over all table columns can be created by setting a
12953  table line for multicolumn cells.
12954  LyX will then internally use the command 
12955 \series bold
12956
12957 \backslash
12958 cmidrule
12959 \series default
12960  to create this line.
12961  Its full scheme is
12962 \end_layout
12963
12964 \begin_layout Standard
12965
12966 \series bold
12967
12968 \backslash
12969 cmidrule[width](trim){startcol-endcol}
12970 \end_layout
12971
12972 \begin_layout Standard
12973 The options of 
12974 \series bold
12975
12976 \backslash
12977 cmidrule
12978 \series default
12979  are are currently not supported by LyX so you have to use TeX-Code to be
12980  able to use them.
12981  
12982 \series bold
12983
12984 \backslash
12985 cmidrule
12986 \series default
12987 s can manually be created by inserting the command as TeX-Code as first
12988  cell entry of the first cell of a row.
12989  The line is then drawn in the output above the current row.
12990 \end_layout
12991
12992 \begin_layout Standard
12993 The default for the width is 0.03
12994 \begin_inset space \thinspace{}
12995 \end_inset
12996
12997 em.
12998  Startcol is the number of the column where the line starts and endcol the
12999  column number where the line ends.
13000  The endcol always needs to be specified, also when the line should span
13001  only one column.
13002  The optional parameter trim could be either 
13003 \emph on
13004 l{trimwidth}
13005 \emph default
13006 , or 
13007 \emph on
13008 r{trimwidth}
13009 \emph default
13010  where the trimwidth is also optional.
13011  Using for example the parameter 
13012 \emph on
13013 l{2pt}
13014 \emph default
13015  means that the line is trimmed from its left end by 2
13016 \begin_inset space \thinspace{}
13017 \end_inset
13018
13019 pt.
13020  If you don't specify the trimwidth the lines are trimmed by the default
13021  of 0.5
13022 \begin_inset space \thinspace{}
13023 \end_inset
13024
13025 em.
13026 \end_layout
13027
13028 \begin_layout Standard
13029 \begin_inset VSpace bigskip
13030 \end_inset
13031
13032 Table
13033 \begin_inset space ~
13034 \end_inset
13035
13036
13037 \begin_inset CommandInset ref
13038 LatexCommand ref
13039 reference "tab:Example-booktabs-table"
13040
13041 \end_inset
13042
13043  was created using the commands
13044 \end_layout
13045
13046 \begin_layout Standard
13047
13048 \series bold
13049
13050 \backslash
13051 cmidrule(r){2-2}
13052 \backslash
13053 cmidrule(l){3-4}
13054 \end_layout
13055
13056 \begin_layout Standard
13057 at the beginning of the in the second row and
13058 \end_layout
13059
13060 \begin_layout Standard
13061
13062 \series bold
13063
13064 \backslash
13065 cmidrule(l{10pt}){1-1}
13066 \end_layout
13067
13068 \begin_layout Standard
13069 in the sixth row.
13070 \end_layout
13071
13072 \begin_layout Standard
13073 \begin_inset VSpace bigskip
13074 \end_inset
13075
13076
13077 \end_layout
13078
13079 \begin_layout Standard
13080 You might want to have overlapping 
13081 \series bold
13082
13083 \backslash
13084 cmidrule
13085 \series default
13086 s like in Table
13087 \begin_inset space ~
13088 \end_inset
13089
13090
13091 \begin_inset CommandInset ref
13092 LatexCommand ref
13093 reference "tab:Special-booktabs-table"
13094
13095 \end_inset
13096
13097 .
13098  This can be achieved with the TeX-Code command
13099 \end_layout
13100
13101 \begin_layout Standard
13102
13103 \series bold
13104
13105 \backslash
13106 morecmidrules
13107 \end_layout
13108
13109 \begin_layout Standard
13110 The command that was used for the second row of Table
13111 \begin_inset space ~
13112 \end_inset
13113
13114
13115 \begin_inset CommandInset ref
13116 LatexCommand ref
13117 reference "tab:Special-booktabs-table"
13118
13119 \end_inset
13120
13121  is
13122 \end_layout
13123
13124 \begin_layout Standard
13125
13126 \series bold
13127
13128 \backslash
13129 cmidrule(r){2-2}
13130 \backslash
13131 cmidrule(l){3-4}
13132 \backslash
13133 morecmidrules
13134 \backslash
13135 cmidrule{2-4}
13136 \end_layout
13137
13138 \begin_layout Standard
13139 The command for the sixth row is
13140 \end_layout
13141
13142 \begin_layout Standard
13143
13144 \series bold
13145
13146 \backslash
13147 midrule
13148 \backslash
13149 morecmidrules
13150 \backslash
13151 cmidrule{3-4}
13152 \end_layout
13153
13154 \begin_layout Standard
13155 \begin_inset VSpace bigskip
13156 \end_inset
13157
13158
13159 \end_layout
13160
13161 \begin_layout Standard
13162 If you are anyway not satisfied with the border line spacing, you can use
13163  the following command to produce lines that span over all table columns
13164 \series bold
13165 :
13166 \end_layout
13167
13168 \begin_layout Standard
13169
13170 \series bold
13171
13172 \backslash
13173 specialrule{width}{space above}{space below}
13174 \end_layout
13175
13176 \begin_layout Standard
13177 For more informations about these specialties, we refer to the manual of
13178  the LaTeX-package 
13179 \series bold
13180 booktabs
13181 \series default
13182  
13183 \begin_inset CommandInset citation
13184 LatexCommand cite
13185 key "booktabs"
13186
13187 \end_inset
13188
13189 .
13190 \begin_inset Index
13191 status collapsed
13192
13193 \begin_layout Plain Layout
13194 LaTeX-packages ! booktabs
13195 \end_layout
13196
13197 \end_inset
13198
13199
13200 \end_layout
13201
13202 \begin_layout Standard
13203 \begin_inset Float table
13204 placement h
13205 wide false
13206 sideways false
13207 status open
13208
13209 \begin_layout Plain Layout
13210 \begin_inset Caption
13211
13212 \begin_layout Plain Layout
13213 \begin_inset CommandInset label
13214 LatexCommand label
13215 name "tab:Special-booktabs-table"
13216
13217 \end_inset
13218
13219 Special booktabs-table
13220 \end_layout
13221
13222 \end_inset
13223
13224
13225 \end_layout
13226
13227 \begin_layout Plain Layout
13228 \align center
13229 \begin_inset Tabular
13230 <lyxtabular version="3" rows="8" columns="4">
13231 <features booktabs="true">
13232 <column alignment="center" valignment="top" width="0">
13233 <column alignment="center" valignment="top" width="0">
13234 <column alignment="center" valignment="top" width="0">
13235 <column alignment="center" valignment="top" width="0">
13236 <row>
13237 <cell alignment="center" valignment="top" topline="true" usebox="none">
13238 \begin_inset Text
13239
13240 \begin_layout Plain Layout
13241 System
13242 \end_layout
13243
13244 \end_inset
13245 </cell>
13246 <cell alignment="center" valignment="top" topline="true" usebox="none">
13247 \begin_inset Text
13248
13249 \begin_layout Plain Layout
13250 Medipix
13251 \begin_inset space \thinspace{}
13252 \end_inset
13253
13254 1
13255 \end_layout
13256
13257 \end_inset
13258 </cell>
13259 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13260 \begin_inset Text
13261
13262 \begin_layout Plain Layout
13263 Medipix
13264 \begin_inset space \thinspace{}
13265 \end_inset
13266
13267 2
13268 \end_layout
13269
13270 \end_inset
13271 </cell>
13272 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13273 \begin_inset Text
13274
13275 \begin_layout Plain Layout
13276
13277 \end_layout
13278
13279 \end_inset
13280 </cell>
13281 </row>
13282 <row>
13283 <cell alignment="center" valignment="top" usebox="none">
13284 \begin_inset Text
13285
13286 \begin_layout Plain Layout
13287 \begin_inset ERT
13288 status collapsed
13289
13290 \begin_layout Plain Layout
13291
13292
13293 \backslash
13294 cmidrule(r){2-2}
13295 \end_layout
13296
13297 \end_inset
13298
13299
13300 \begin_inset ERT
13301 status collapsed
13302
13303 \begin_layout Plain Layout
13304
13305
13306 \backslash
13307 cmidrule(l){3-4}
13308 \end_layout
13309
13310 \end_inset
13311
13312
13313 \begin_inset ERT
13314 status collapsed
13315
13316 \begin_layout Plain Layout
13317
13318
13319 \backslash
13320 morecmidrules 
13321 \end_layout
13322
13323 \end_inset
13324
13325
13326 \begin_inset ERT
13327 status collapsed
13328
13329 \begin_layout Plain Layout
13330
13331
13332 \backslash
13333 cmidrule{2-4}
13334 \end_layout
13335
13336 \end_inset
13337
13338 Detector thickness [µm]
13339 \end_layout
13340
13341 \end_inset
13342 </cell>
13343 <cell alignment="center" valignment="top" usebox="none">
13344 \begin_inset Text
13345
13346 \begin_layout Plain Layout
13347 300
13348 \end_layout
13349
13350 \end_inset
13351 </cell>
13352 <cell alignment="center" valignment="top" usebox="none">
13353 \begin_inset Text
13354
13355 \begin_layout Plain Layout
13356 300
13357 \end_layout
13358
13359 \end_inset
13360 </cell>
13361 <cell alignment="center" valignment="top" usebox="none">
13362 \begin_inset Text
13363
13364 \begin_layout Plain Layout
13365 700
13366 \end_layout
13367
13368 \end_inset
13369 </cell>
13370 </row>
13371 <row>
13372 <cell alignment="center" valignment="top" topline="true" usebox="none">
13373 \begin_inset Text
13374
13375 \begin_layout Plain Layout
13376 Edge angle [°]
13377 \end_layout
13378
13379 \end_inset
13380 </cell>
13381 <cell alignment="center" valignment="top" topline="true" usebox="none">
13382 \begin_inset Text
13383
13384 \begin_layout Plain Layout
13385 3.55
13386 \end_layout
13387
13388 \end_inset
13389 </cell>
13390 <cell alignment="center" valignment="top" topline="true" usebox="none">
13391 \begin_inset Text
13392
13393 \begin_layout Plain Layout
13394 2.71
13395 \end_layout
13396
13397 \end_inset
13398 </cell>
13399 <cell alignment="center" valignment="top" topline="true" usebox="none">
13400 \begin_inset Text
13401
13402 \begin_layout Plain Layout
13403 7.99
13404 \end_layout
13405
13406 \end_inset
13407 </cell>
13408 </row>
13409 <row topspace="default">
13410 <cell alignment="center" valignment="top" usebox="none">
13411 \begin_inset Text
13412
13413 \begin_layout Plain Layout
13414 Spatial resolution [µm]
13415 \end_layout
13416
13417 \end_inset
13418 </cell>
13419 <cell alignment="center" valignment="top" usebox="none">
13420 \begin_inset Text
13421
13422 \begin_layout Plain Layout
13423 4.26
13424 \end_layout
13425
13426 \end_inset
13427 </cell>
13428 <cell alignment="center" valignment="top" usebox="none">
13429 \begin_inset Text
13430
13431 \begin_layout Plain Layout
13432 10.17
13433 \end_layout
13434
13435 \end_inset
13436 </cell>
13437 <cell alignment="center" valignment="top" usebox="none">
13438 \begin_inset Text
13439
13440 \begin_layout Plain Layout
13441 10.56
13442 \end_layout
13443
13444 \end_inset
13445 </cell>
13446 </row>
13447 <row topspace="default">
13448 <cell alignment="center" valignment="top" usebox="none">
13449 \begin_inset Text
13450
13451 \begin_layout Plain Layout
13452 MTF at 
13453 \begin_inset Formula $f_{\mathrm{max}}$
13454 \end_inset
13455
13456
13457 \end_layout
13458
13459 \end_inset
13460 </cell>
13461 <cell alignment="center" valignment="top" usebox="none">
13462 \begin_inset Text
13463
13464 \begin_layout Plain Layout
13465 0.53
13466 \end_layout
13467
13468 \end_inset
13469 </cell>
13470 <cell alignment="center" valignment="top" usebox="none">
13471 \begin_inset Text
13472
13473 \begin_layout Plain Layout
13474 0.37
13475 \end_layout
13476
13477 \end_inset
13478 </cell>
13479 <cell alignment="center" valignment="top" usebox="none">
13480 \begin_inset Text
13481
13482 \begin_layout Plain Layout
13483 0.39
13484 \end_layout
13485
13486 \end_inset
13487 </cell>
13488 </row>
13489 <row>
13490 <cell alignment="center" valignment="top" topline="true" usebox="none">
13491 \begin_inset Text
13492
13493 \begin_layout Plain Layout
13494 \begin_inset ERT
13495 status collapsed
13496
13497 \begin_layout Plain Layout
13498
13499
13500 \backslash
13501 morecmidrules 
13502 \end_layout
13503
13504 \end_inset
13505
13506
13507 \begin_inset ERT
13508 status collapsed
13509
13510 \begin_layout Plain Layout
13511
13512
13513 \backslash
13514 cmidrule{3-4}
13515 \end_layout
13516
13517 \end_inset
13518
13519 LSF-spatial resolution
13520 \end_layout
13521
13522 \end_inset
13523 </cell>
13524 <cell alignment="center" valignment="top" topline="true" usebox="none">
13525 \begin_inset Text
13526
13527 \begin_layout Plain Layout
13528
13529 \end_layout
13530
13531 \end_inset
13532 </cell>
13533 <cell alignment="center" valignment="top" topline="true" usebox="none">
13534 \begin_inset Text
13535
13536 \begin_layout Plain Layout
13537
13538 \end_layout
13539
13540 \end_inset
13541 </cell>
13542 <cell alignment="center" valignment="top" topline="true" usebox="none">
13543 \begin_inset Text
13544
13545 \begin_layout Plain Layout
13546
13547 \end_layout
13548
13549 \end_inset
13550 </cell>
13551 </row>
13552 <row>
13553 <cell alignment="center" valignment="top" usebox="none">
13554 \begin_inset Text
13555
13556 \begin_layout Plain Layout
13557 in Âµm
13558 \end_layout
13559
13560 \end_inset
13561 </cell>
13562 <cell alignment="center" valignment="top" usebox="none">
13563 \begin_inset Text
13564
13565 \begin_layout Plain Layout
13566 129.7
13567 \end_layout
13568
13569 \end_inset
13570 </cell>
13571 <cell alignment="center" valignment="top" usebox="none">
13572 \begin_inset Text
13573
13574 \begin_layout Plain Layout
13575 52.75
13576 \end_layout
13577
13578 \end_inset
13579 </cell>
13580 <cell alignment="center" valignment="top" usebox="none">
13581 \begin_inset Text
13582
13583 \begin_layout Plain Layout
13584 50.78
13585 \end_layout
13586
13587 \end_inset
13588 </cell>
13589 </row>
13590 <row>
13591 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13592 \begin_inset Text
13593
13594 \begin_layout Plain Layout
13595 in % of pixel size
13596 \end_layout
13597
13598 \end_inset
13599 </cell>
13600 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13601 \begin_inset Text
13602
13603 \begin_layout Plain Layout
13604 76.3
13605 \end_layout
13606
13607 \end_inset
13608 </cell>
13609 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13610 \begin_inset Text
13611
13612 \begin_layout Plain Layout
13613 95.9
13614 \end_layout
13615
13616 \end_inset
13617 </cell>
13618 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13619 \begin_inset Text
13620
13621 \begin_layout Plain Layout
13622 92.3
13623 \end_layout
13624
13625 \end_inset
13626 </cell>
13627 </row>
13628 </lyxtabular>
13629
13630 \end_inset
13631
13632
13633 \end_layout
13634
13635 \end_inset
13636
13637
13638 \end_layout
13639
13640 \begin_layout Section
13641 Vertical Table Alignment
13642 \begin_inset Index
13643 status collapsed
13644
13645 \begin_layout Plain Layout
13646 Table ! Alignment
13647 \end_layout
13648
13649 \end_inset
13650
13651
13652 \end_layout
13653
13654 \begin_layout Standard
13655 To align tables vertically in a text line the table must be inside a box.
13656  The box can then be vertically aligned as described in section
13657 \begin_inset space ~
13658 \end_inset
13659
13660
13661 \begin_inset CommandInset ref
13662 LatexCommand ref
13663 reference "sec:Box-Dialog"
13664
13665 \end_inset
13666
13667 .
13668 \end_layout
13669
13670 \begin_layout Standard
13671 In the following example the tables are inside a minipage
13672 \begin_inset Foot
13673 status collapsed
13674
13675 \begin_layout Plain Layout
13676 Minipages are described in section
13677 \begin_inset space ~
13678 \end_inset
13679
13680
13681 \begin_inset CommandInset ref
13682 LatexCommand ref
13683 reference "sec:Minipages"
13684
13685 \end_inset
13686
13687 .
13688 \end_layout
13689
13690 \end_inset
13691
13692  box that has a width of 15
13693 \begin_inset space \thinspace{}
13694 \end_inset
13695
13696 col%:
13697 \end_layout
13698
13699 \begin_layout Itemize
13700 test 
13701 \begin_inset Box Frameless
13702 position "t"
13703 hor_pos "c"
13704 has_inner_box 1
13705 inner_pos "c"
13706 use_parbox 0
13707 width "15col%"
13708 special "none"
13709 height "1in"
13710 height_special "totalheight"
13711 status collapsed
13712
13713 \begin_layout Plain Layout
13714 \begin_inset Tabular
13715 <lyxtabular version="3" rows="3" columns="3">
13716 <features>
13717 <column alignment="center" valignment="top" width="0">
13718 <column alignment="center" valignment="top" width="0">
13719 <column alignment="center" valignment="top" width="0">
13720 <row>
13721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13722 \begin_inset Text
13723
13724 \begin_layout Plain Layout
13725 a
13726 \end_layout
13727
13728 \end_inset
13729 </cell>
13730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13731 \begin_inset Text
13732
13733 \begin_layout Plain Layout
13734 d
13735 \end_layout
13736
13737 \end_inset
13738 </cell>
13739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13740 \begin_inset Text
13741
13742 \begin_layout Plain Layout
13743 g
13744 \end_layout
13745
13746 \end_inset
13747 </cell>
13748 </row>
13749 <row>
13750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13751 \begin_inset Text
13752
13753 \begin_layout Plain Layout
13754 b
13755 \end_layout
13756
13757 \end_inset
13758 </cell>
13759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13760 \begin_inset Text
13761
13762 \begin_layout Plain Layout
13763 e
13764 \end_layout
13765
13766 \end_inset
13767 </cell>
13768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13769 \begin_inset Text
13770
13771 \begin_layout Plain Layout
13772 h
13773 \end_layout
13774
13775 \end_inset
13776 </cell>
13777 </row>
13778 <row>
13779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13780 \begin_inset Text
13781
13782 \begin_layout Plain Layout
13783 c
13784 \end_layout
13785
13786 \end_inset
13787 </cell>
13788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13789 \begin_inset Text
13790
13791 \begin_layout Plain Layout
13792 f
13793 \end_layout
13794
13795 \end_inset
13796 </cell>
13797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13798 \begin_inset Text
13799
13800 \begin_layout Plain Layout
13801 i
13802 \end_layout
13803
13804 \end_inset
13805 </cell>
13806 </row>
13807 </lyxtabular>
13808
13809 \end_inset
13810
13811
13812 \end_layout
13813
13814 \end_inset
13815
13816  test 
13817 \begin_inset ERT
13818 status collapsed
13819
13820 \begin_layout Plain Layout
13821
13822
13823 \backslash
13824 raisebox{0.85
13825 \backslash
13826 baselineskip}{
13827 \end_layout
13828
13829 \end_inset
13830
13831
13832 \begin_inset Box Frameless
13833 position "t"
13834 hor_pos "c"
13835 has_inner_box 1
13836 inner_pos "c"
13837 use_parbox 0
13838 width "15col%"
13839 special "none"
13840 height "1in"
13841 height_special "totalheight"
13842 status collapsed
13843
13844 \begin_layout Plain Layout
13845 \begin_inset Tabular
13846 <lyxtabular version="3" rows="3" columns="3">
13847 <features>
13848 <column alignment="center" valignment="top" width="0">
13849 <column alignment="center" valignment="top" width="0">
13850 <column alignment="center" valignment="top" width="0">
13851 <row>
13852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13853 \begin_inset Text
13854
13855 \begin_layout Plain Layout
13856 a
13857 \end_layout
13858
13859 \end_inset
13860 </cell>
13861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13862 \begin_inset Text
13863
13864 \begin_layout Plain Layout
13865 d
13866 \end_layout
13867
13868 \end_inset
13869 </cell>
13870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13871 \begin_inset Text
13872
13873 \begin_layout Plain Layout
13874 g
13875 \end_layout
13876
13877 \end_inset
13878 </cell>
13879 </row>
13880 <row>
13881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13882 \begin_inset Text
13883
13884 \begin_layout Plain Layout
13885 b
13886 \end_layout
13887
13888 \end_inset
13889 </cell>
13890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13891 \begin_inset Text
13892
13893 \begin_layout Plain Layout
13894 e
13895 \end_layout
13896
13897 \end_inset
13898 </cell>
13899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13900 \begin_inset Text
13901
13902 \begin_layout Plain Layout
13903 h
13904 \end_layout
13905
13906 \end_inset
13907 </cell>
13908 </row>
13909 <row>
13910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13911 \begin_inset Text
13912
13913 \begin_layout Plain Layout
13914 c
13915 \end_layout
13916
13917 \end_inset
13918 </cell>
13919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13920 \begin_inset Text
13921
13922 \begin_layout Plain Layout
13923 f
13924 \end_layout
13925
13926 \end_inset
13927 </cell>
13928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13929 \begin_inset Text
13930
13931 \begin_layout Plain Layout
13932 i
13933 \end_layout
13934
13935 \end_inset
13936 </cell>
13937 </row>
13938 </lyxtabular>
13939
13940 \end_inset
13941
13942
13943 \end_layout
13944
13945 \end_inset
13946
13947
13948 \begin_inset ERT
13949 status collapsed
13950
13951 \begin_layout Plain Layout
13952
13953 }
13954 \end_layout
13955
13956 \end_inset
13957
13958
13959 \end_layout
13960
13961 \begin_layout Itemize
13962 test 
13963 \begin_inset Box Frameless
13964 position "c"
13965 hor_pos "c"
13966 has_inner_box 1
13967 inner_pos "c"
13968 use_parbox 0
13969 width "15col%"
13970 special "none"
13971 height "1in"
13972 height_special "totalheight"
13973 status collapsed
13974
13975 \begin_layout Plain Layout
13976 \begin_inset Tabular
13977 <lyxtabular version="3" rows="3" columns="3">
13978 <features>
13979 <column alignment="center" valignment="top" width="0">
13980 <column alignment="center" valignment="top" width="0">
13981 <column alignment="center" valignment="top" width="0">
13982 <row>
13983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13984 \begin_inset Text
13985
13986 \begin_layout Plain Layout
13987 a
13988 \end_layout
13989
13990 \end_inset
13991 </cell>
13992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13993 \begin_inset Text
13994
13995 \begin_layout Plain Layout
13996 d
13997 \end_layout
13998
13999 \end_inset
14000 </cell>
14001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14002 \begin_inset Text
14003
14004 \begin_layout Plain Layout
14005 g
14006 \end_layout
14007
14008 \end_inset
14009 </cell>
14010 </row>
14011 <row>
14012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14013 \begin_inset Text
14014
14015 \begin_layout Plain Layout
14016 b
14017 \end_layout
14018
14019 \end_inset
14020 </cell>
14021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14022 \begin_inset Text
14023
14024 \begin_layout Plain Layout
14025 e
14026 \end_layout
14027
14028 \end_inset
14029 </cell>
14030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14031 \begin_inset Text
14032
14033 \begin_layout Plain Layout
14034 h
14035 \end_layout
14036
14037 \end_inset
14038 </cell>
14039 </row>
14040 <row>
14041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14042 \begin_inset Text
14043
14044 \begin_layout Plain Layout
14045 c
14046 \end_layout
14047
14048 \end_inset
14049 </cell>
14050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14051 \begin_inset Text
14052
14053 \begin_layout Plain Layout
14054 f
14055 \end_layout
14056
14057 \end_inset
14058 </cell>
14059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14060 \begin_inset Text
14061
14062 \begin_layout Plain Layout
14063 i
14064 \end_layout
14065
14066 \end_inset
14067 </cell>
14068 </row>
14069 </lyxtabular>
14070
14071 \end_inset
14072
14073
14074 \end_layout
14075
14076 \end_inset
14077
14078
14079 \end_layout
14080
14081 \begin_layout Itemize
14082 test 
14083 \begin_inset Box Frameless
14084 position "b"
14085 hor_pos "c"
14086 has_inner_box 1
14087 inner_pos "c"
14088 use_parbox 0
14089 width "15col%"
14090 special "none"
14091 height "1in"
14092 height_special "totalheight"
14093 status collapsed
14094
14095 \begin_layout Plain Layout
14096 \begin_inset Tabular
14097 <lyxtabular version="3" rows="3" columns="3">
14098 <features>
14099 <column alignment="center" valignment="top" width="0">
14100 <column alignment="center" valignment="top" width="0">
14101 <column alignment="center" valignment="top" width="0">
14102 <row>
14103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14104 \begin_inset Text
14105
14106 \begin_layout Plain Layout
14107 a
14108 \end_layout
14109
14110 \end_inset
14111 </cell>
14112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14113 \begin_inset Text
14114
14115 \begin_layout Plain Layout
14116 d
14117 \end_layout
14118
14119 \end_inset
14120 </cell>
14121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14122 \begin_inset Text
14123
14124 \begin_layout Plain Layout
14125 g
14126 \end_layout
14127
14128 \end_inset
14129 </cell>
14130 </row>
14131 <row>
14132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14133 \begin_inset Text
14134
14135 \begin_layout Plain Layout
14136 b
14137 \end_layout
14138
14139 \end_inset
14140 </cell>
14141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14142 \begin_inset Text
14143
14144 \begin_layout Plain Layout
14145 e
14146 \end_layout
14147
14148 \end_inset
14149 </cell>
14150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14151 \begin_inset Text
14152
14153 \begin_layout Plain Layout
14154 h
14155 \end_layout
14156
14157 \end_inset
14158 </cell>
14159 </row>
14160 <row>
14161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14162 \begin_inset Text
14163
14164 \begin_layout Plain Layout
14165 c
14166 \end_layout
14167
14168 \end_inset
14169 </cell>
14170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14171 \begin_inset Text
14172
14173 \begin_layout Plain Layout
14174 f
14175 \end_layout
14176
14177 \end_inset
14178 </cell>
14179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14180 \begin_inset Text
14181
14182 \begin_layout Plain Layout
14183 i
14184 \end_layout
14185
14186 \end_inset
14187 </cell>
14188 </row>
14189 </lyxtabular>
14190
14191 \end_inset
14192
14193
14194 \end_layout
14195
14196 \end_inset
14197
14198  test 
14199 \begin_inset ERT
14200 status collapsed
14201
14202 \begin_layout Plain Layout
14203
14204
14205 \backslash
14206 raisebox{-0.32
14207 \backslash
14208 baselineskip}{
14209 \end_layout
14210
14211 \end_inset
14212
14213
14214 \begin_inset Box Frameless
14215 position "b"
14216 hor_pos "c"
14217 has_inner_box 1
14218 inner_pos "c"
14219 use_parbox 0
14220 width "15col%"
14221 special "none"
14222 height "1in"
14223 height_special "totalheight"
14224 status collapsed
14225
14226 \begin_layout Plain Layout
14227 \begin_inset Tabular
14228 <lyxtabular version="3" rows="3" columns="3">
14229 <features>
14230 <column alignment="center" valignment="top" width="0">
14231 <column alignment="center" valignment="top" width="0">
14232 <column alignment="center" valignment="top" width="0">
14233 <row>
14234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14235 \begin_inset Text
14236
14237 \begin_layout Plain Layout
14238 a
14239 \end_layout
14240
14241 \end_inset
14242 </cell>
14243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14244 \begin_inset Text
14245
14246 \begin_layout Plain Layout
14247 d
14248 \end_layout
14249
14250 \end_inset
14251 </cell>
14252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14253 \begin_inset Text
14254
14255 \begin_layout Plain Layout
14256 g
14257 \end_layout
14258
14259 \end_inset
14260 </cell>
14261 </row>
14262 <row>
14263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14264 \begin_inset Text
14265
14266 \begin_layout Plain Layout
14267 b
14268 \end_layout
14269
14270 \end_inset
14271 </cell>
14272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14273 \begin_inset Text
14274
14275 \begin_layout Plain Layout
14276 e
14277 \end_layout
14278
14279 \end_inset
14280 </cell>
14281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14282 \begin_inset Text
14283
14284 \begin_layout Plain Layout
14285 h
14286 \end_layout
14287
14288 \end_inset
14289 </cell>
14290 </row>
14291 <row>
14292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14293 \begin_inset Text
14294
14295 \begin_layout Plain Layout
14296 c
14297 \end_layout
14298
14299 \end_inset
14300 </cell>
14301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14302 \begin_inset Text
14303
14304 \begin_layout Plain Layout
14305 f
14306 \end_layout
14307
14308 \end_inset
14309 </cell>
14310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14311 \begin_inset Text
14312
14313 \begin_layout Plain Layout
14314 i
14315 \end_layout
14316
14317 \end_inset
14318 </cell>
14319 </row>
14320 </lyxtabular>
14321
14322 \end_inset
14323
14324
14325 \end_layout
14326
14327 \end_inset
14328
14329
14330 \begin_inset ERT
14331 status collapsed
14332
14333 \begin_layout Plain Layout
14334
14335 }
14336 \end_layout
14337
14338 \end_inset
14339
14340
14341 \end_layout
14342
14343 \begin_layout Standard
14344 As you can see, the content of the first and last table row is not correctly
14345  aligned with the text line where the table is in.
14346  To get this alignment, the minipage box must be set into a raisebox
14347 \begin_inset Foot
14348 status collapsed
14349
14350 \begin_layout Plain Layout
14351 Raiseboxes are described in section
14352 \begin_inset space ~
14353 \end_inset
14354
14355
14356 \begin_inset CommandInset ref
14357 LatexCommand ref
14358 reference "sub:Vertical-Alignment"
14359
14360 \end_inset
14361
14362 .
14363 \end_layout
14364
14365 \end_inset
14366
14367 .
14368  In the example above the second table in the first item is aligned using
14369  the TeX-Code-command
14370 \end_layout
14371
14372 \begin_layout Standard
14373
14374 \series bold
14375
14376 \backslash
14377 raisebox{0.85
14378 \backslash
14379 baselineskip}{
14380 \end_layout
14381
14382 \begin_layout Standard
14383 before the box.
14384  Behind the box the closing brace 
14385 \series bold
14386 }
14387 \series default
14388  is inserted as TeX-Code.
14389  For the second table in the last item the command
14390 \end_layout
14391
14392 \begin_layout Standard
14393
14394 \series bold
14395
14396 \backslash
14397 raisebox{-0.32
14398 \backslash
14399 baselineskip}{
14400 \end_layout
14401
14402 \begin_layout Standard
14403 is used.
14404 \end_layout
14405
14406 \begin_layout Standard
14407 \begin_inset Note Greyedout
14408 status open
14409
14410 \begin_layout Plain Layout
14411
14412 \series bold
14413 Note:
14414 \series default
14415  The alignment of the table row content to the surrounding text line is
14416  not exact.
14417  The needed factor of the 
14418 \series bold
14419
14420 \backslash
14421 raisebox
14422 \series default
14423  command for this alignment depends on the document font, the font size,
14424  and the table line thickness.
14425 \end_layout
14426
14427 \end_inset
14428
14429
14430 \end_layout
14431
14432 \begin_layout Section
14433 Colored Tables
14434 \begin_inset CommandInset label
14435 LatexCommand label
14436 name "sec:Colored-Tables"
14437
14438 \end_inset
14439
14440
14441 \begin_inset Index
14442 status collapsed
14443
14444 \begin_layout Plain Layout
14445 Table ! Color
14446 \end_layout
14447
14448 \end_inset
14449
14450
14451 \end_layout
14452
14453 \begin_layout Subsection
14454 Colored Cells
14455 \begin_inset Index
14456 status collapsed
14457
14458 \begin_layout Plain Layout
14459 Table Color ! for Cells
14460 \end_layout
14461
14462 \end_inset
14463
14464
14465 \begin_inset Index
14466 status collapsed
14467
14468 \begin_layout Plain Layout
14469 Color ! for Table Cells
14470 \end_layout
14471
14472 \end_inset
14473
14474
14475 \end_layout
14476
14477 \begin_layout Standard
14478 \begin_inset Float table
14479 placement h
14480 wide false
14481 sideways false
14482 status open
14483
14484 \begin_layout Plain Layout
14485 \begin_inset Caption
14486
14487 \begin_layout Plain Layout
14488 \begin_inset CommandInset label
14489 LatexCommand label
14490 name "tab:Table-colored-without"
14491
14492 \end_inset
14493
14494 Table colored without using the package 
14495 \series bold
14496 colortbl
14497 \series default
14498
14499 \begin_inset OptArg
14500 status collapsed
14501
14502 \begin_layout Plain Layout
14503 Table without colortbl
14504 \end_layout
14505
14506 \end_inset
14507
14508
14509 \end_layout
14510
14511 \end_inset
14512
14513
14514 \end_layout
14515
14516 \begin_layout Plain Layout
14517 \align center
14518 \begin_inset Tabular
14519 <lyxtabular version="3" rows="3" columns="3">
14520 <features>
14521 <column alignment="center" valignment="top" width="0">
14522 <column alignment="center" valignment="top" width="0">
14523 <column alignment="center" valignment="top" width="0">
14524 <row>
14525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14526 \begin_inset Text
14527
14528 \begin_layout Plain Layout
14529
14530 \color green
14531 a
14532 \end_layout
14533
14534 \end_inset
14535 </cell>
14536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14537 \begin_inset Text
14538
14539 \begin_layout Plain Layout
14540
14541 \color red
14542 b
14543 \end_layout
14544
14545 \end_inset
14546 </cell>
14547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14548 \begin_inset Text
14549
14550 \begin_layout Plain Layout
14551
14552 \color red
14553 c
14554 \end_layout
14555
14556 \end_inset
14557 </cell>
14558 </row>
14559 <row>
14560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14561 \begin_inset Text
14562
14563 \begin_layout Plain Layout
14564
14565 \color green
14566 d
14567 \end_layout
14568
14569 \end_inset
14570 </cell>
14571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14572 \begin_inset Text
14573
14574 \begin_layout Plain Layout
14575
14576 \color blue
14577 e
14578 \end_layout
14579
14580 \end_inset
14581 </cell>
14582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14583 \begin_inset Text
14584
14585 \begin_layout Plain Layout
14586
14587 \color blue
14588 f
14589 \end_layout
14590
14591 \end_inset
14592 </cell>
14593 </row>
14594 <row>
14595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14596 \begin_inset Text
14597
14598 \begin_layout Plain Layout
14599
14600 \color green
14601 g
14602 \end_layout
14603
14604 \end_inset
14605 </cell>
14606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14607 \begin_inset Text
14608
14609 \begin_layout Plain Layout
14610
14611 \color blue
14612 h
14613 \end_layout
14614
14615 \end_inset
14616 </cell>
14617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14618 \begin_inset Text
14619
14620 \begin_layout Plain Layout
14621
14622 \color blue
14623 i
14624 \end_layout
14625
14626 \end_inset
14627 </cell>
14628 </row>
14629 </lyxtabular>
14630
14631 \end_inset
14632
14633
14634 \end_layout
14635
14636 \end_inset
14637
14638
14639 \end_layout
14640
14641 \begin_layout Standard
14642 If you only need colored text, mark the cells and choose a color in the
14643  menu 
14644 \family sans
14645 Edit\SpecialChar \menuseparator
14646 Text
14647 \begin_inset space ~
14648 \end_inset
14649
14650 Style
14651 \family default
14652 .
14653  This was used to create Table
14654 \begin_inset space ~
14655 \end_inset
14656
14657
14658 \begin_inset CommandInset ref
14659 LatexCommand ref
14660 reference "tab:Table-colored-without"
14661
14662 \end_inset
14663
14664 .
14665  In any other case you have to use the LaTeX-package 
14666 \series bold
14667 colortbl
14668 \series default
14669 .
14670 \begin_inset Index
14671 status collapsed
14672
14673 \begin_layout Plain Layout
14674 LaTeX-packages ! colortbl
14675 \end_layout
14676
14677 \end_inset
14678
14679
14680 \end_layout
14681
14682 \begin_layout Standard
14683 \begin_inset ERT
14684 status collapsed
14685
14686 \begin_layout Plain Layout
14687
14688
14689 \backslash
14690 ifcolortbl
14691 \end_layout
14692
14693 \end_inset
14694
14695
14696 \begin_inset Note Note
14697 status open
14698
14699 \begin_layout Plain Layout
14700 The following section part will only be displayed when the LaTeX-package
14701  
14702 \series bold
14703 colortbl
14704 \series default
14705  is installed.
14706 \end_layout
14707
14708 \end_inset
14709
14710
14711 \end_layout
14712
14713 \begin_layout Standard
14714 To create colored tables, 
14715 \series bold
14716 colortbl
14717 \series default
14718  must be loaded in the preamble with the line
14719 \end_layout
14720
14721 \begin_layout Standard
14722
14723 \series bold
14724
14725 \backslash
14726 usepackage{colortbl}
14727 \end_layout
14728
14729 \begin_layout Standard
14730 The color of a column is adjusted with the command
14731 \end_layout
14732
14733 \begin_layout Standard
14734
14735 \series bold
14736
14737 \backslash
14738 columncolor{name of color}
14739 \end_layout
14740
14741 \begin_layout Standard
14742 inside the command 
14743 \series bold
14744 >{ }
14745 \series default
14746 .
14747  More about the command 
14748 \series bold
14749 >{}
14750 \series default
14751  is described in section
14752 \begin_inset space ~
14753 \end_inset
14754
14755
14756 \begin_inset CommandInset ref
14757 LatexCommand ref
14758 reference "sub:Multicolumn-Calculations"
14759
14760 \end_inset
14761
14762 .
14763 \end_layout
14764
14765 \begin_layout Standard
14766 The following color names are predefined:
14767 \end_layout
14768
14769 \begin_layout Standard
14770
14771 \family sans
14772 red
14773 \family default
14774
14775 \family sans
14776 green
14777 \family default
14778
14779 \family sans
14780 yellow
14781 \family default
14782
14783 \family sans
14784 blue
14785 \family default
14786
14787 \family sans
14788 cyan
14789 \family default
14790
14791 \family sans
14792 magenta
14793 \family default
14794
14795 \family sans
14796 black
14797 \family default
14798  and 
14799 \family sans
14800 white
14801 \end_layout
14802
14803 \begin_layout Standard
14804 \begin_inset VSpace medskip
14805 \end_inset
14806
14807
14808 \end_layout
14809
14810 \begin_layout Standard
14811 You can also define your own color with the command
14812 \end_layout
14813
14814 \begin_layout Standard
14815
14816 \series bold
14817
14818 \backslash
14819 definecolor{color name}{color model}{color values}
14820 \end_layout
14821
14822 \begin_layout Standard
14823 The color model can be
14824 \end_layout
14825
14826 \begin_layout Labeling
14827 \labelwidthstring 00.00.0000
14828 cmyk: cyan, magenta, yellow, black
14829 \end_layout
14830
14831 \begin_layout Labeling
14832 \labelwidthstring 00.00.0000
14833 rgb: red, green blue
14834 \end_layout
14835
14836 \begin_layout Labeling
14837 \labelwidthstring 00.00.0000
14838 gray gray
14839 \end_layout
14840
14841 \begin_layout Standard
14842 and the color values are comma separated numbers between 0 and 1 describing
14843  the factor for the corresponding color of the color model.
14844 \end_layout
14845
14846 \begin_layout Standard
14847 You can e.
14848 \begin_inset space \thinspace{}
14849 \end_inset
14850
14851 g.
14852 \begin_inset space \space{}
14853 \end_inset
14854
14855 define the color "
14856 \emph on
14857 darkgreen
14858 \emph default
14859 " in the preamble with
14860 \end_layout
14861
14862 \begin_layout Standard
14863
14864 \series bold
14865
14866 \backslash
14867 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
14868 \end_layout
14869
14870 \begin_layout Standard
14871 and the color "
14872 \emph on
14873 lightgray
14874 \emph default
14875 " with
14876 \end_layout
14877
14878 \begin_layout Standard
14879
14880 \series bold
14881
14882 \backslash
14883 definecolor{lightgray}{gray}{0.8}
14884 \end_layout
14885
14886 \begin_layout Standard
14887 \begin_inset VSpace medskip
14888 \end_inset
14889
14890
14891 \end_layout
14892
14893 \begin_layout Standard
14894 Lines are colored with the command
14895 \end_layout
14896
14897 \begin_layout Standard
14898
14899 \series bold
14900
14901 \backslash
14902 rowcolor{name of color}
14903 \end_layout
14904
14905 \begin_layout Standard
14906 and cells are colored with the command
14907 \end_layout
14908
14909 \begin_layout Standard
14910
14911 \series bold
14912
14913 \backslash
14914 cellcolor{name of color}
14915 \end_layout
14916
14917 \begin_layout Standard
14918 Both commands are inserted at the beginning of a cell as TeX-Code.
14919 \end_layout
14920
14921 \begin_layout Standard
14922 To color characters in the table, mark the cells and use the LyX menu 
14923 \family sans
14924 Edit\SpecialChar \menuseparator
14925 Text
14926 \begin_inset space ~
14927 \end_inset
14928
14929 Style
14930 \family default
14931 .
14932  If a cell contains TeX-Code mark only the characters, otherwise the colored
14933  TeX-Code will cause LaTeX-errors.
14934 \end_layout
14935
14936 \begin_layout Standard
14937 \begin_inset Note Greyedout
14938 status open
14939
14940 \begin_layout Plain Layout
14941
14942 \series bold
14943 Note:
14944 \series default
14945  Not all DVI-viewers are able to display self-defined colors.
14946 \end_layout
14947
14948 \end_inset
14949
14950
14951 \end_layout
14952
14953 \begin_layout Standard
14954 \begin_inset VSpace bigskip
14955 \end_inset
14956
14957
14958 \end_layout
14959
14960 \begin_layout Standard
14961 To create Table
14962 \begin_inset space ~
14963 \end_inset
14964
14965
14966 \begin_inset CommandInset ref
14967 LatexCommand ref
14968 reference "tab:Table-colored-using"
14969
14970 \end_inset
14971
14972  do the following: The color of the first column should be 
14973 \emph on
14974 darkgreen
14975 \emph default
14976 .
14977  So insert
14978 \end_layout
14979
14980 \begin_layout Standard
14981
14982 \series bold
14983 >{
14984 \backslash
14985 columncolor{darkgreen}
14986 \backslash
14987 centering}c
14988 \end_layout
14989
14990 \begin_layout Standard
14991 as LaTeX-argument for this column.
14992  The first row should be blue, therefore the TeX-Code command
14993 \end_layout
14994
14995 \begin_layout Standard
14996
14997 \series bold
14998
14999 \backslash
15000 rowcolow{cyan}
15001 \end_layout
15002
15003 \begin_layout Standard
15004 is inserted to the first cell of this row.
15005  Note that this overwrites the column color for the first cell.
15006  The last cell of the last row is colored magenta by inserting the TeX-Code
15007  command
15008 \end_layout
15009
15010 \begin_layout Standard
15011
15012 \series bold
15013
15014 \backslash
15015 cellcolor{magenta}
15016 \end_layout
15017
15018 \begin_layout Standard
15019 The characters could now be colored using the menu 
15020 \family sans
15021 Edit\SpecialChar \menuseparator
15022 Text
15023 \begin_inset space ~
15024 \end_inset
15025
15026 Style
15027 \family default
15028 .
15029 \end_layout
15030
15031 \begin_layout Standard
15032 \begin_inset Float table
15033 placement h
15034 wide false
15035 sideways false
15036 status open
15037
15038 \begin_layout Plain Layout
15039 \begin_inset Caption
15040
15041 \begin_layout Plain Layout
15042 \begin_inset CommandInset label
15043 LatexCommand label
15044 name "tab:Table-colored-using"
15045
15046 \end_inset
15047
15048 Table colored using the package 
15049 \series bold
15050 colortbl
15051 \series default
15052
15053 \begin_inset OptArg
15054 status collapsed
15055
15056 \begin_layout Plain Layout
15057 Table with colortbl
15058 \end_layout
15059
15060 \end_inset
15061
15062
15063 \end_layout
15064
15065 \end_inset
15066
15067
15068 \end_layout
15069
15070 \begin_layout Plain Layout
15071 \align center
15072 \begin_inset Tabular
15073 <lyxtabular version="3" rows="3" columns="3">
15074 <features>
15075 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15076 <column alignment="center" valignment="top" width="0">
15077 <column alignment="center" valignment="top" width="0">
15078 <row>
15079 <cell alignment="center" valignment="top" usebox="none">
15080 \begin_inset Text
15081
15082 \begin_layout Plain Layout
15083 \begin_inset ERT
15084 status collapsed
15085
15086 \begin_layout Plain Layout
15087
15088
15089 \backslash
15090 rowcolor{cyan}
15091 \end_layout
15092
15093 \end_inset
15094
15095
15096 \color magenta
15097 a
15098 \end_layout
15099
15100 \end_inset
15101 </cell>
15102 <cell alignment="center" valignment="top" usebox="none">
15103 \begin_inset Text
15104
15105 \begin_layout Plain Layout
15106
15107 \color red
15108 b
15109 \end_layout
15110
15111 \end_inset
15112 </cell>
15113 <cell alignment="center" valignment="top" usebox="none">
15114 \begin_inset Text
15115
15116 \begin_layout Plain Layout
15117
15118 \color red
15119 c
15120 \end_layout
15121
15122 \end_inset
15123 </cell>
15124 </row>
15125 <row>
15126 <cell alignment="center" valignment="top" usebox="none">
15127 \begin_inset Text
15128
15129 \begin_layout Plain Layout
15130
15131 \color yellow
15132 d
15133 \end_layout
15134
15135 \end_inset
15136 </cell>
15137 <cell alignment="center" valignment="top" usebox="none">
15138 \begin_inset Text
15139
15140 \begin_layout Plain Layout
15141
15142 \color blue
15143 e
15144 \end_layout
15145
15146 \end_inset
15147 </cell>
15148 <cell alignment="center" valignment="top" usebox="none">
15149 \begin_inset Text
15150
15151 \begin_layout Plain Layout
15152
15153 \color blue
15154 f
15155 \end_layout
15156
15157 \end_inset
15158 </cell>
15159 </row>
15160 <row>
15161 <cell alignment="center" valignment="top" usebox="none">
15162 \begin_inset Text
15163
15164 \begin_layout Plain Layout
15165
15166 \color yellow
15167 g
15168 \end_layout
15169
15170 \end_inset
15171 </cell>
15172 <cell alignment="center" valignment="top" usebox="none">
15173 \begin_inset Text
15174
15175 \begin_layout Plain Layout
15176
15177 \color blue
15178 h
15179 \end_layout
15180
15181 \end_inset
15182 </cell>
15183 <cell alignment="center" valignment="top" usebox="none">
15184 \begin_inset Text
15185
15186 \begin_layout Plain Layout
15187 \begin_inset ERT
15188 status collapsed
15189
15190 \begin_layout Plain Layout
15191
15192
15193 \backslash
15194 cellcolor{magenta}
15195 \end_layout
15196
15197 \end_inset
15198
15199
15200 \color green
15201 i
15202 \end_layout
15203
15204 \end_inset
15205 </cell>
15206 </row>
15207 </lyxtabular>
15208
15209 \end_inset
15210
15211
15212 \end_layout
15213
15214 \end_inset
15215
15216
15217 \end_layout
15218
15219 \begin_layout Standard
15220 \begin_inset ERT
15221 status collapsed
15222
15223 \begin_layout Plain Layout
15224
15225
15226 \backslash
15227 else
15228 \end_layout
15229
15230 \end_inset
15231
15232
15233 \begin_inset Note Note
15234 status open
15235
15236 \begin_layout Plain Layout
15237 The following will be displayed when the LaTeX-package 
15238 \series bold
15239 colortbl
15240 \series default
15241  is not installed:
15242 \end_layout
15243
15244 \end_inset
15245
15246
15247 \end_layout
15248
15249 \begin_layout Standard
15250 You need to install the package 
15251 \series bold
15252 colortbl
15253 \series default
15254  to see the content of this section in the output.
15255 \end_layout
15256
15257 \begin_layout Standard
15258 \begin_inset ERT
15259 status collapsed
15260
15261 \begin_layout Plain Layout
15262
15263
15264 \backslash
15265 fi
15266 \end_layout
15267
15268 \end_inset
15269
15270
15271 \end_layout
15272
15273 \begin_layout Subsection
15274 Colored Lines
15275 \begin_inset Index
15276 status collapsed
15277
15278 \begin_layout Plain Layout
15279 Table Color ! for Lines
15280 \end_layout
15281
15282 \end_inset
15283
15284
15285 \begin_inset Index
15286 status collapsed
15287
15288 \begin_layout Plain Layout
15289 Color ! for Table Lines
15290 \end_layout
15291
15292 \end_inset
15293
15294
15295 \end_layout
15296
15297 \begin_layout Standard
15298 As described in section
15299 \begin_inset space ~
15300 \end_inset
15301
15302
15303 \begin_inset CommandInset ref
15304 LatexCommand ref
15305 reference "sub:Line-Thickness"
15306
15307 \end_inset
15308
15309 , the line thickness for all lines in a table can be adjusted with the length
15310  
15311 \series bold
15312
15313 \backslash
15314 arrayrulewidth
15315 \series default
15316 .
15317  It is set to 1.5
15318 \begin_inset space \thinspace{}
15319 \end_inset
15320
15321 pt for all tables of this section.
15322 \begin_inset ERT
15323 status collapsed
15324
15325 \begin_layout Plain Layout
15326
15327
15328 \backslash
15329 setlength{
15330 \backslash
15331 arrayrulewidth}{1.5pt}
15332 \end_layout
15333
15334 \end_inset
15335
15336
15337 \end_layout
15338
15339 \begin_layout Standard
15340 To color vertical lines for example with green, create the following column
15341  format in the document preamble, according to the description in section
15342 \begin_inset space ~
15343 \end_inset
15344
15345
15346 \begin_inset CommandInset ref
15347 LatexCommand ref
15348 reference "sub:Customized-Format"
15349
15350 \end_inset
15351
15352 :
15353 \end_layout
15354
15355 \begin_layout Standard
15356
15357 \series bold
15358
15359 \backslash
15360 newcolumntype{W}{!{
15361 \backslash
15362 color{green}
15363 \backslash
15364 vline}}
15365 \end_layout
15366
15367 \begin_layout Standard
15368 For Table
15369 \begin_inset space ~
15370 \end_inset
15371
15372
15373 \begin_inset CommandInset ref
15374 LatexCommand ref
15375 reference "tab:Table-with-vertical-colored"
15376
15377 \end_inset
15378
15379  the LaTeX-argument
15380 \series bold
15381  WcW
15382 \series default
15383  was used for the last column and
15384 \series bold
15385  Wc
15386 \series default
15387  for the other columns.
15388 \end_layout
15389
15390 \begin_layout Standard
15391 If you want to have several colors, define more column formats.
15392 \end_layout
15393
15394 \begin_layout Standard
15395 \begin_inset Float table
15396 placement h
15397 wide false
15398 sideways false
15399 status open
15400
15401 \begin_layout Plain Layout
15402 \begin_inset Caption
15403
15404 \begin_layout Plain Layout
15405 \begin_inset CommandInset label
15406 LatexCommand label
15407 name "tab:Table-with-vertical-colored"
15408
15409 \end_inset
15410
15411 Table with colored vertical lines
15412 \end_layout
15413
15414 \end_inset
15415
15416
15417 \end_layout
15418
15419 \begin_layout Plain Layout
15420 \align center
15421 \begin_inset Tabular
15422 <lyxtabular version="3" rows="3" columns="3">
15423 <features>
15424 <column alignment="center" valignment="top" width="0" special="Wc">
15425 <column alignment="center" valignment="top" width="0" special="Wc">
15426 <column alignment="center" valignment="top" width="0" special="WcW">
15427 <row>
15428 <cell alignment="center" valignment="top" topline="true" usebox="none">
15429 \begin_inset Text
15430
15431 \begin_layout Plain Layout
15432 sd
15433 \end_layout
15434
15435 \end_inset
15436 </cell>
15437 <cell alignment="center" valignment="top" topline="true" usebox="none">
15438 \begin_inset Text
15439
15440 \begin_layout Plain Layout
15441
15442 \end_layout
15443
15444 \end_inset
15445 </cell>
15446 <cell alignment="center" valignment="top" topline="true" usebox="none">
15447 \begin_inset Text
15448
15449 \begin_layout Plain Layout
15450
15451 \end_layout
15452
15453 \end_inset
15454 </cell>
15455 </row>
15456 <row>
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 sd
15471 \end_layout
15472
15473 \end_inset
15474 </cell>
15475 <cell alignment="center" valignment="top" topline="true" usebox="none">
15476 \begin_inset Text
15477
15478 \begin_layout Plain Layout
15479
15480 \end_layout
15481
15482 \end_inset
15483 </cell>
15484 </row>
15485 <row>
15486 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15487 \begin_inset Text
15488
15489 \begin_layout Plain Layout
15490
15491 \end_layout
15492
15493 \end_inset
15494 </cell>
15495 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15496 \begin_inset Text
15497
15498 \begin_layout Plain Layout
15499
15500 \end_layout
15501
15502 \end_inset
15503 </cell>
15504 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15505 \begin_inset Text
15506
15507 \begin_layout Plain Layout
15508 sd
15509 \end_layout
15510
15511 \end_inset
15512 </cell>
15513 </row>
15514 </lyxtabular>
15515
15516 \end_inset
15517
15518
15519 \end_layout
15520
15521 \end_inset
15522
15523
15524 \end_layout
15525
15526 \begin_layout Standard
15527 \begin_inset VSpace bigskip
15528 \end_inset
15529
15530 To color horizontal lines for example with red, like in Table
15531 \begin_inset space ~
15532 \end_inset
15533
15534
15535 \begin_inset CommandInset ref
15536 LatexCommand ref
15537 reference "tab:Table-with-horizontal-colored"
15538
15539 \end_inset
15540
15541 , insert these commands in TeX-Code before the table or table float:
15542 \end_layout
15543
15544 \begin_layout Standard
15545
15546 \series bold
15547
15548 \backslash
15549 let
15550 \backslash
15551 myHlineC
15552 \backslash
15553 hline
15554 \begin_inset Newline newline
15555 \end_inset
15556
15557
15558 \backslash
15559 renewcommand{
15560 \backslash
15561 hline}
15562 \begin_inset Newline newline
15563 \end_inset
15564
15565
15566 \begin_inset ERT
15567 status collapsed
15568
15569 \begin_layout Plain Layout
15570
15571
15572 \backslash
15573 hphantom{ }
15574 \end_layout
15575
15576 \end_inset
15577
15578 {
15579 \backslash
15580 arrayrulecolor{red}
15581 \backslash
15582 myHlineC
15583 \backslash
15584 arrayrulecolor{black}}
15585 \end_layout
15586
15587 \begin_layout Standard
15588 \begin_inset ERT
15589 status collapsed
15590
15591 \begin_layout Plain Layout
15592
15593
15594 \backslash
15595 let
15596 \backslash
15597 myHlineC
15598 \backslash
15599 hline
15600 \end_layout
15601
15602 \begin_layout Plain Layout
15603
15604
15605 \backslash
15606 renewcommand{
15607 \backslash
15608 hline}
15609 \end_layout
15610
15611 \begin_layout Plain Layout
15612
15613  {
15614 \backslash
15615 arrayrulecolor{red}
15616 \backslash
15617 myHlineC
15618 \backslash
15619 arrayrulecolor{black}}
15620 \end_layout
15621
15622 \end_inset
15623
15624
15625 \begin_inset Float table
15626 placement h
15627 wide false
15628 sideways false
15629 status open
15630
15631 \begin_layout Plain Layout
15632 \begin_inset Caption
15633
15634 \begin_layout Plain Layout
15635 \begin_inset CommandInset label
15636 LatexCommand label
15637 name "tab:Table-with-horizontal-colored"
15638
15639 \end_inset
15640
15641 Table with colored horizontal lines
15642 \end_layout
15643
15644 \end_inset
15645
15646
15647 \end_layout
15648
15649 \begin_layout Plain Layout
15650 \align center
15651 \begin_inset Tabular
15652 <lyxtabular version="3" rows="3" columns="3">
15653 <features>
15654 <column alignment="center" valignment="top" width="0">
15655 <column alignment="center" valignment="top" width="0">
15656 <column alignment="center" valignment="top" width="0">
15657 <row>
15658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15659 \begin_inset Text
15660
15661 \begin_layout Plain Layout
15662 sd
15663 \end_layout
15664
15665 \end_inset
15666 </cell>
15667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15668 \begin_inset Text
15669
15670 \begin_layout Plain Layout
15671
15672 \end_layout
15673
15674 \end_inset
15675 </cell>
15676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15677 \begin_inset Text
15678
15679 \begin_layout Plain Layout
15680
15681 \end_layout
15682
15683 \end_inset
15684 </cell>
15685 </row>
15686 <row>
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" usebox="none">
15697 \begin_inset Text
15698
15699 \begin_layout Plain Layout
15700 sd
15701 \end_layout
15702
15703 \end_inset
15704 </cell>
15705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15706 \begin_inset Text
15707
15708 \begin_layout Plain Layout
15709
15710 \end_layout
15711
15712 \end_inset
15713 </cell>
15714 </row>
15715 <row>
15716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15717 \begin_inset Text
15718
15719 \begin_layout Plain Layout
15720
15721 \end_layout
15722
15723 \end_inset
15724 </cell>
15725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15726 \begin_inset Text
15727
15728 \begin_layout Plain Layout
15729
15730 \end_layout
15731
15732 \end_inset
15733 </cell>
15734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15735 \begin_inset Text
15736
15737 \begin_layout Plain Layout
15738 sd
15739 \end_layout
15740
15741 \end_inset
15742 </cell>
15743 </row>
15744 </lyxtabular>
15745
15746 \end_inset
15747
15748
15749 \end_layout
15750
15751 \end_inset
15752
15753
15754 \end_layout
15755
15756 \begin_layout Standard
15757 To return to the default line color black, insert this command in TeX-Code
15758  behind the table or table float:
15759 \end_layout
15760
15761 \begin_layout Standard
15762
15763 \series bold
15764
15765 \backslash
15766 renewcommand{
15767 \backslash
15768 hline}{
15769 \backslash
15770 myHlineC}
15771 \end_layout
15772
15773 \begin_layout Standard
15774 Table
15775 \begin_inset space ~
15776 \end_inset
15777
15778
15779 \begin_inset CommandInset ref
15780 LatexCommand ref
15781 reference "tab:Table-with-colored"
15782
15783 \end_inset
15784
15785  is an example with colored vertical and horizontal lines.
15786 \end_layout
15787
15788 \begin_layout Standard
15789 \begin_inset Float table
15790 placement h
15791 wide false
15792 sideways false
15793 status open
15794
15795 \begin_layout Plain Layout
15796 \begin_inset Caption
15797
15798 \begin_layout Plain Layout
15799 \begin_inset CommandInset label
15800 LatexCommand label
15801 name "tab:Table-with-colored"
15802
15803 \end_inset
15804
15805 Table with colored lines
15806 \end_layout
15807
15808 \end_inset
15809
15810
15811 \end_layout
15812
15813 \begin_layout Plain Layout
15814 \align center
15815 \begin_inset Tabular
15816 <lyxtabular version="3" rows="3" columns="3">
15817 <features>
15818 <column alignment="center" valignment="top" width="0" special="Wc">
15819 <column alignment="center" valignment="top" width="0" special="Wc">
15820 <column alignment="center" valignment="top" width="0" special="WcW">
15821 <row>
15822 <cell alignment="center" valignment="top" topline="true" usebox="none">
15823 \begin_inset Text
15824
15825 \begin_layout Plain Layout
15826 sd
15827 \end_layout
15828
15829 \end_inset
15830 </cell>
15831 <cell alignment="center" valignment="top" topline="true" usebox="none">
15832 \begin_inset Text
15833
15834 \begin_layout Plain Layout
15835
15836 \end_layout
15837
15838 \end_inset
15839 </cell>
15840 <cell alignment="center" valignment="top" topline="true" usebox="none">
15841 \begin_inset Text
15842
15843 \begin_layout Plain Layout
15844
15845 \end_layout
15846
15847 \end_inset
15848 </cell>
15849 </row>
15850 <row>
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 sd
15865 \end_layout
15866
15867 \end_inset
15868 </cell>
15869 <cell alignment="center" valignment="top" topline="true" usebox="none">
15870 \begin_inset Text
15871
15872 \begin_layout Plain Layout
15873
15874 \end_layout
15875
15876 \end_inset
15877 </cell>
15878 </row>
15879 <row topspace="default">
15880 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15881 \begin_inset Text
15882
15883 \begin_layout Plain Layout
15884
15885 \end_layout
15886
15887 \end_inset
15888 </cell>
15889 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15890 \begin_inset Text
15891
15892 \begin_layout Plain Layout
15893
15894 \end_layout
15895
15896 \end_inset
15897 </cell>
15898 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15899 \begin_inset Text
15900
15901 \begin_layout Plain Layout
15902 sd
15903 \end_layout
15904
15905 \end_inset
15906 </cell>
15907 </row>
15908 </lyxtabular>
15909
15910 \end_inset
15911
15912
15913 \end_layout
15914
15915 \end_inset
15916
15917
15918 \end_layout
15919
15920 \begin_layout Standard
15921 \begin_inset ERT
15922 status collapsed
15923
15924 \begin_layout Plain Layout
15925
15926
15927 \backslash
15928 renewcommand{
15929 \backslash
15930 hline}{
15931 \backslash
15932 myHlineC}
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 setlength{
15949 \backslash
15950 arrayrulewidth}{0.4pt}
15951 \end_layout
15952
15953 \end_inset
15954
15955
15956 \end_layout
15957
15958 \begin_layout Section
15959 Table Customization
15960 \begin_inset Index
15961 status collapsed
15962
15963 \begin_layout Plain Layout
15964 Table Customization
15965 \end_layout
15966
15967 \end_inset
15968
15969
15970 \begin_inset Index
15971 status collapsed
15972
15973 \begin_layout Plain Layout
15974 Table ! Customization
15975 \end_layout
15976
15977 \end_inset
15978
15979
15980 \end_layout
15981
15982 \begin_layout Subsection
15983 Row Spacing
15984 \begin_inset CommandInset label
15985 LatexCommand label
15986 name "sub:Row-Spacing"
15987
15988 \end_inset
15989
15990
15991 \begin_inset Index
15992 status collapsed
15993
15994 \begin_layout Plain Layout
15995 Table Customization ! Row Spacing
15996 \end_layout
15997
15998 \end_inset
15999
16000
16001 \end_layout
16002
16003 \begin_layout Standard
16004 You can add vertical space to table rows in the 
16005 \family sans
16006 Borders
16007 \family default
16008  tab of the table dialog.
16009  You find there three possibilities:
16010 \end_layout
16011
16012 \begin_layout Description
16013 Top
16014 \begin_inset space ~
16015 \end_inset
16016
16017 of
16018 \begin_inset space ~
16019 \end_inset
16020
16021 row will add space above the characters of the table row.
16022  If the table is a formal table
16023 \begin_inset Foot
16024 status collapsed
16025
16026 \begin_layout Plain Layout
16027 Formal tables are explained in section
16028 \begin_inset space ~
16029 \end_inset
16030
16031
16032 \begin_inset CommandInset ref
16033 LatexCommand ref
16034 reference "sec:Formal-Tables"
16035
16036 \end_inset
16037
16038 .
16039 \end_layout
16040
16041 \end_inset
16042
16043  LyX will insert as default 0.5
16044 \begin_inset space \thinspace{}
16045 \end_inset
16046
16047 em space.
16048  For normal tables the inserted space will unfortunately destroy the vertical
16049  table lines as in the following table:
16050 \begin_inset VSpace medskip
16051 \end_inset
16052
16053
16054 \begin_inset Newline newline
16055 \end_inset
16056
16057
16058 \begin_inset space \hspace*{}
16059 \length 0pt
16060 \end_inset
16061
16062
16063 \begin_inset space \hfill{}
16064 \end_inset
16065
16066
16067 \begin_inset Tabular
16068 <lyxtabular version="3" rows="3" columns="1">
16069 <features>
16070 <column alignment="center" valignment="top" width="0">
16071 <row>
16072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16073 \begin_inset Text
16074
16075 \begin_layout Plain Layout
16076 A
16077 \end_layout
16078
16079 \end_inset
16080 </cell>
16081 </row>
16082 <row topspace="3mm">
16083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16084 \begin_inset Text
16085
16086 \begin_layout Plain Layout
16087 3
16088 \begin_inset space \thinspace{}
16089 \end_inset
16090
16091 mm space top of row
16092 \end_layout
16093
16094 \end_inset
16095 </cell>
16096 </row>
16097 <row>
16098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16099 \begin_inset Text
16100
16101 \begin_layout Plain Layout
16102 C
16103 \end_layout
16104
16105 \end_inset
16106 </cell>
16107 </row>
16108 </lyxtabular>
16109
16110 \end_inset
16111
16112
16113 \begin_inset space \hfill{}
16114 \end_inset
16115
16116
16117 \begin_inset space \hspace*{}
16118 \length 0pt
16119 \end_inset
16120
16121
16122 \begin_inset VSpace medskip
16123 \end_inset
16124
16125
16126 \begin_inset Newline newline
16127 \end_inset
16128
16129 So inserting space to the top of row for normal tables is only useful when
16130  you don't have vertical lines.
16131 \end_layout
16132
16133 \begin_layout Description
16134 Bottom
16135 \begin_inset space ~
16136 \end_inset
16137
16138 of
16139 \begin_inset space ~
16140 \end_inset
16141
16142 row will add space below the characters of the table row.
16143  If the table is a formal table LyX will insert as default 0.5
16144 \begin_inset space \thinspace{}
16145 \end_inset
16146
16147 em space, for normal tables the default size is 2
16148 \begin_inset space \thinspace{}
16149 \end_inset
16150
16151 pt.
16152 \end_layout
16153
16154 \begin_layout Description
16155 Between
16156 \begin_inset space ~
16157 \end_inset
16158
16159 rows adds space between the current and the following row.
16160  If the table is a formal table LyX will insert as default 0.5
16161 \begin_inset space \thinspace{}
16162 \end_inset
16163
16164 em space.
16165  For normal tables the inserted space will unfortunately destroy the vertical
16166  table lines as in the following table:
16167 \begin_inset VSpace medskip
16168 \end_inset
16169
16170
16171 \begin_inset Newline newline
16172 \end_inset
16173
16174
16175 \begin_inset space \hspace*{}
16176 \length 0pt
16177 \end_inset
16178
16179
16180 \begin_inset space \hfill{}
16181 \end_inset
16182
16183
16184 \begin_inset Tabular
16185 <lyxtabular version="3" rows="3" columns="1">
16186 <features>
16187 <column alignment="center" valignment="top" width="0">
16188 <row>
16189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16190 \begin_inset Text
16191
16192 \begin_layout Plain Layout
16193 A
16194 \end_layout
16195
16196 \end_inset
16197 </cell>
16198 </row>
16199 <row interlinespace="3mm">
16200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16201 \begin_inset Text
16202
16203 \begin_layout Plain Layout
16204 \begin_inset Formula $\downarrow$
16205 \end_inset
16206
16207  3
16208 \begin_inset space \thinspace{}
16209 \end_inset
16210
16211 mm space between row 
16212 \begin_inset Formula $\downarrow$
16213 \end_inset
16214
16215
16216 \end_layout
16217
16218 \end_inset
16219 </cell>
16220 </row>
16221 <row>
16222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16223 \begin_inset Text
16224
16225 \begin_layout Plain Layout
16226 \begin_inset Formula $\uparrow$
16227 \end_inset
16228
16229  3
16230 \begin_inset space \thinspace{}
16231 \end_inset
16232
16233 mm space between row 
16234 \begin_inset Formula $\uparrow$
16235 \end_inset
16236
16237
16238 \end_layout
16239
16240 \end_inset
16241 </cell>
16242 </row>
16243 </lyxtabular>
16244
16245 \end_inset
16246
16247
16248 \begin_inset space \hfill{}
16249 \end_inset
16250
16251
16252 \begin_inset space \hspace*{}
16253 \length 0pt
16254 \end_inset
16255
16256
16257 \begin_inset VSpace medskip
16258 \end_inset
16259
16260
16261 \begin_inset Newline newline
16262 \end_inset
16263
16264 So inserting space between rows for normal tables is only useful when you
16265  don't have vertical lines.
16266 \end_layout
16267
16268 \begin_layout Standard
16269 \begin_inset VSpace bigskip
16270 \end_inset
16271
16272 When you want to add extra height to all cells of all tables, you can do
16273  this with the following preamble lines:
16274 \end_layout
16275
16276 \begin_layout Standard
16277
16278 \series bold
16279
16280 \backslash
16281 @ifundefined{extrarowheight}
16282 \begin_inset Newline newline
16283 \end_inset
16284
16285
16286 \begin_inset ERT
16287 status collapsed
16288
16289 \begin_layout Plain Layout
16290
16291
16292 \backslash
16293 hphantom{ }
16294 \end_layout
16295
16296 \end_inset
16297
16298 {
16299 \backslash
16300 usepackage{array}}{}
16301 \begin_inset Newline newline
16302 \end_inset
16303
16304
16305 \backslash
16306 setlength{
16307 \backslash
16308 extrarowheight}{height}
16309 \end_layout
16310
16311 \begin_layout Standard
16312 But this has the disadvantage that the cell texts are no longer exactly
16313  vertically centered.
16314  (The package 
16315 \series bold
16316 array
16317 \series default
16318  will be loaded automatically by LyX when you use self defined table formats.
16319  To avoid that it is loaded twice the command 
16320 \series bold
16321
16322 \backslash
16323 @ifundefined
16324 \series default
16325  is used in the above command.)
16326 \end_layout
16327
16328 \begin_layout Standard
16329 In case you are using font sizes larger than the normal size, the table
16330  borders are often too close to the letters.
16331  This can be corrected by inserting the command 
16332 \series bold
16333
16334 \backslash
16335 strut
16336 \series default
16337  in TeX code at the beginning of a table row.
16338  Table
16339 \begin_inset space ~
16340 \end_inset
16341
16342
16343 \begin_inset CommandInset ref
16344 LatexCommand ref
16345 reference "tab:Vertical-alignment-of"
16346
16347 \end_inset
16348
16349  visualizes the effect.
16350 \end_layout
16351
16352 \begin_layout Standard
16353 \noindent
16354 \begin_inset Float table
16355 placement h
16356 wide false
16357 sideways false
16358 status open
16359
16360 \begin_layout Plain Layout
16361 \begin_inset Caption
16362
16363 \begin_layout Plain Layout
16364 \begin_inset CommandInset label
16365 LatexCommand label
16366 name "tab:Vertical-alignment-of"
16367
16368 \end_inset
16369
16370 Vertical alignment of text with large font sizes.
16371 \end_layout
16372
16373 \end_inset
16374
16375
16376 \end_layout
16377
16378 \begin_layout Plain Layout
16379 \begin_inset space \hfill{}
16380 \end_inset
16381
16382
16383 \begin_inset Float table
16384 wide false
16385 sideways false
16386 status collapsed
16387
16388 \begin_layout Plain Layout
16389 \begin_inset Caption
16390
16391 \begin_layout Plain Layout
16392 Normal table.
16393 \end_layout
16394
16395 \end_inset
16396
16397
16398 \end_layout
16399
16400 \begin_layout Plain Layout
16401 \noindent
16402 \align center
16403 \begin_inset Tabular
16404 <lyxtabular version="3" rows="6" columns="1">
16405 <features>
16406 <column alignment="left" valignment="top" width="0">
16407 <row>
16408 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16409 \begin_inset Text
16410
16411 \begin_layout Plain Layout
16412 Normal, g
16413 \end_layout
16414
16415 \end_inset
16416 </cell>
16417 </row>
16418 <row>
16419 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16420 \begin_inset Text
16421
16422 \begin_layout Plain Layout
16423
16424 \size large
16425 Large
16426 \end_layout
16427
16428 \end_inset
16429 </cell>
16430 </row>
16431 <row>
16432 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16433 \begin_inset Text
16434
16435 \begin_layout Plain Layout
16436
16437 \size larger
16438 Larger
16439 \end_layout
16440
16441 \end_inset
16442 </cell>
16443 </row>
16444 <row>
16445 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16446 \begin_inset Text
16447
16448 \begin_layout Plain Layout
16449
16450 \size largest
16451 Largest
16452 \end_layout
16453
16454 \end_inset
16455 </cell>
16456 </row>
16457 <row>
16458 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16459 \begin_inset Text
16460
16461 \begin_layout Plain Layout
16462
16463 \size huge
16464 Huge
16465 \end_layout
16466
16467 \end_inset
16468 </cell>
16469 </row>
16470 <row>
16471 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16472 \begin_inset Text
16473
16474 \begin_layout Plain Layout
16475
16476 \size huge
16477 Huger
16478 \end_layout
16479
16480 \end_inset
16481 </cell>
16482 </row>
16483 </lyxtabular>
16484
16485 \end_inset
16486
16487
16488 \end_layout
16489
16490 \end_inset
16491
16492
16493 \begin_inset space \hfill{}
16494 \end_inset
16495
16496
16497 \begin_inset Float table
16498 wide false
16499 sideways false
16500 status collapsed
16501
16502 \begin_layout Plain Layout
16503 \begin_inset Caption
16504
16505 \begin_layout Plain Layout
16506 Table using the command 
16507 \series bold
16508
16509 \backslash
16510 strut
16511 \series default
16512 .
16513 \end_layout
16514
16515 \end_inset
16516
16517
16518 \end_layout
16519
16520 \begin_layout Plain Layout
16521 \noindent
16522 \align center
16523 \begin_inset Tabular
16524 <lyxtabular version="3" rows="6" columns="1">
16525 <features>
16526 <column alignment="left" valignment="top" width="0">
16527 <row>
16528 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16529 \begin_inset Text
16530
16531 \begin_layout Plain Layout
16532 Normal, g
16533 \end_layout
16534
16535 \end_inset
16536 </cell>
16537 </row>
16538 <row>
16539 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16540 \begin_inset Text
16541
16542 \begin_layout Plain Layout
16543
16544 \size large
16545 \begin_inset ERT
16546 status collapsed
16547
16548 \begin_layout Plain Layout
16549
16550
16551 \backslash
16552 strut 
16553 \end_layout
16554
16555 \end_inset
16556
16557 Large
16558 \end_layout
16559
16560 \end_inset
16561 </cell>
16562 </row>
16563 <row>
16564 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16565 \begin_inset Text
16566
16567 \begin_layout Plain Layout
16568
16569 \size larger
16570 \begin_inset ERT
16571 status collapsed
16572
16573 \begin_layout Plain Layout
16574
16575
16576 \backslash
16577 strut 
16578 \end_layout
16579
16580 \end_inset
16581
16582 Larger
16583 \end_layout
16584
16585 \end_inset
16586 </cell>
16587 </row>
16588 <row>
16589 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16590 \begin_inset Text
16591
16592 \begin_layout Plain Layout
16593
16594 \size largest
16595 \begin_inset ERT
16596 status collapsed
16597
16598 \begin_layout Plain Layout
16599
16600
16601 \backslash
16602 strut 
16603 \end_layout
16604
16605 \end_inset
16606
16607 Largest
16608 \end_layout
16609
16610 \end_inset
16611 </cell>
16612 </row>
16613 <row>
16614 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16615 \begin_inset Text
16616
16617 \begin_layout Plain Layout
16618
16619 \size huge
16620 \begin_inset ERT
16621 status collapsed
16622
16623 \begin_layout Plain Layout
16624
16625
16626 \backslash
16627 strut 
16628 \end_layout
16629
16630 \end_inset
16631
16632 Huge
16633 \end_layout
16634
16635 \end_inset
16636 </cell>
16637 </row>
16638 <row>
16639 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16640 \begin_inset Text
16641
16642 \begin_layout Plain Layout
16643
16644 \size giant
16645 \begin_inset ERT
16646 status collapsed
16647
16648 \begin_layout Plain Layout
16649
16650
16651 \backslash
16652 strut 
16653 \end_layout
16654
16655 \end_inset
16656
16657
16658 \size huge
16659 Huger
16660 \end_layout
16661
16662 \end_inset
16663 </cell>
16664 </row>
16665 </lyxtabular>
16666
16667 \end_inset
16668
16669
16670 \end_layout
16671
16672 \end_inset
16673
16674
16675 \begin_inset space \hfill{}
16676 \end_inset
16677
16678
16679 \end_layout
16680
16681 \end_inset
16682
16683
16684 \end_layout
16685
16686 \begin_layout Subsection
16687 Special Cell Alignment
16688 \begin_inset Index
16689 status collapsed
16690
16691 \begin_layout Plain Layout
16692 Table Customization ! Special Cell Alignment
16693 \end_layout
16694
16695 \end_inset
16696
16697
16698 \end_layout
16699
16700 \begin_layout Standard
16701 Sometimes it looks better when the cell entries of a column are aligned
16702  with a special character, e.
16703 \begin_inset space \thinspace{}
16704 \end_inset
16705
16706 g.
16707 \begin_inset space \space{}
16708 \end_inset
16709
16710 with the decimal separator as in Table
16711 \begin_inset space ~
16712 \end_inset
16713
16714
16715 \begin_inset CommandInset ref
16716 LatexCommand ref
16717 reference "tab:Table-cells-of"
16718
16719 \end_inset
16720
16721 .
16722 \end_layout
16723
16724 \begin_layout Standard
16725 \begin_inset Float table
16726 placement h
16727 wide false
16728 sideways false
16729 status open
16730
16731 \begin_layout Plain Layout
16732 \begin_inset Caption
16733
16734 \begin_layout Plain Layout
16735 \begin_inset CommandInset label
16736 LatexCommand label
16737 name "tab:Table-cells-of"
16738
16739 \end_inset
16740
16741 Table cells of a column aligned with the decimal separator.
16742 \end_layout
16743
16744 \end_inset
16745
16746
16747 \end_layout
16748
16749 \begin_layout Plain Layout
16750 \align center
16751 \begin_inset Tabular
16752 <lyxtabular version="3" rows="4" columns="2">
16753 <features>
16754 <column alignment="right" valignment="top" width="0">
16755 <column alignment="left" valignment="top" width="0" special="@{}l">
16756 <row>
16757 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16758 \begin_inset Text
16759
16760 \begin_layout Plain Layout
16761 heading
16762 \end_layout
16763
16764 \end_inset
16765 </cell>
16766 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16767 \begin_inset Text
16768
16769 \begin_layout Plain Layout
16770
16771 \end_layout
16772
16773 \end_inset
16774 </cell>
16775 </row>
16776 <row>
16777 <cell alignment="center" valignment="top" usebox="none">
16778 \begin_inset Text
16779
16780 \begin_layout Plain Layout
16781 12.
16782 \end_layout
16783
16784 \end_inset
16785 </cell>
16786 <cell alignment="center" valignment="top" usebox="none">
16787 \begin_inset Text
16788
16789 \begin_layout Plain Layout
16790 6
16791 \end_layout
16792
16793 \end_inset
16794 </cell>
16795 </row>
16796 <row>
16797 <cell alignment="center" valignment="top" usebox="none">
16798 \begin_inset Text
16799
16800 \begin_layout Plain Layout
16801 0.
16802 \end_layout
16803
16804 \end_inset
16805 </cell>
16806 <cell alignment="center" valignment="top" usebox="none">
16807 \begin_inset Text
16808
16809 \begin_layout Plain Layout
16810 68
16811 \end_layout
16812
16813 \end_inset
16814 </cell>
16815 </row>
16816 <row>
16817 <cell alignment="center" valignment="top" usebox="none">
16818 \begin_inset Text
16819
16820 \begin_layout Plain Layout
16821 -123.
16822 \end_layout
16823
16824 \end_inset
16825 </cell>
16826 <cell alignment="center" valignment="top" usebox="none">
16827 \begin_inset Text
16828
16829 \begin_layout Plain Layout
16830 0
16831 \end_layout
16832
16833 \end_inset
16834 </cell>
16835 </row>
16836 </lyxtabular>
16837
16838 \end_inset
16839
16840
16841 \end_layout
16842
16843 \end_inset
16844
16845
16846 \end_layout
16847
16848 \begin_layout Standard
16849 This table was created with a 4×2 table.
16850  The heading is a centered multicolumn.
16851  The first column is right-aligned and contains the digits before the decimal
16852  point and the decimal point.
16853  The second column is left aligned and contains the digits after the decimal
16854  point.
16855  To omit the space that is normally between two table columns, use the following
16856  LaTeX-argument for the second column:
16857 \end_layout
16858
16859 \begin_layout Standard
16860
16861 \series bold
16862 @{}l
16863 \end_layout
16864
16865 \begin_layout Standard
16866 Table
16867 \begin_inset space ~
16868 \end_inset
16869
16870
16871 \begin_inset CommandInset ref
16872 LatexCommand ref
16873 reference "tab:Several-table-cell"
16874
16875 \end_inset
16876
16877  shows some example alignments.
16878  For the alignment with the relation sign, you must add the second smallest
16879  math-space at the beginning of the last column to get the correct space
16880  surrounding the relation sign.
16881 \end_layout
16882
16883 \begin_layout Standard
16884 \begin_inset Float table
16885 wide false
16886 sideways false
16887 status open
16888
16889 \begin_layout Plain Layout
16890 \begin_inset Caption
16891
16892 \begin_layout Plain Layout
16893 \begin_inset CommandInset label
16894 LatexCommand label
16895 name "tab:Several-table-cell"
16896
16897 \end_inset
16898
16899 Several table cell alignments.
16900 \end_layout
16901
16902 \end_inset
16903
16904
16905 \end_layout
16906
16907 \begin_layout Plain Layout
16908 \align center
16909 \begin_inset Tabular
16910 <lyxtabular version="3" rows="4" columns="6">
16911 <features>
16912 <column alignment="right" valignment="top" width="0">
16913 <column alignment="left" valignment="top" width="0" special="@{}l">
16914 <column alignment="right" valignment="top" width="0">
16915 <column alignment="left" valignment="top" width="0" special="@{}l">
16916 <column alignment="right" valignment="top" width="0">
16917 <column alignment="left" valignment="top" width="0" special="@{}l">
16918 <row>
16919 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16920 \begin_inset Text
16921
16922 \begin_layout Plain Layout
16923 units
16924 \end_layout
16925
16926 \end_inset
16927 </cell>
16928 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16929 \begin_inset Text
16930
16931 \begin_layout Plain Layout
16932
16933 \end_layout
16934
16935 \end_inset
16936 </cell>
16937 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16938 \begin_inset Text
16939
16940 \begin_layout Plain Layout
16941 exponents
16942 \end_layout
16943
16944 \end_inset
16945 </cell>
16946 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16947 \begin_inset Text
16948
16949 \begin_layout Plain Layout
16950
16951 \end_layout
16952
16953 \end_inset
16954 </cell>
16955 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16956 \begin_inset Text
16957
16958 \begin_layout Plain Layout
16959 relations
16960 \end_layout
16961
16962 \end_inset
16963 </cell>
16964 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16965 \begin_inset Text
16966
16967 \begin_layout Plain Layout
16968
16969 \end_layout
16970
16971 \end_inset
16972 </cell>
16973 </row>
16974 <row>
16975 <cell alignment="center" valignment="top" usebox="none">
16976 \begin_inset Text
16977
16978 \begin_layout Plain Layout
16979 12×
16980 \end_layout
16981
16982 \end_inset
16983 </cell>
16984 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16985 \begin_inset Text
16986
16987 \begin_layout Plain Layout
16988 24
16989 \begin_inset space \thinspace{}
16990 \end_inset
16991
16992 bottles
16993 \end_layout
16994
16995 \end_inset
16996 </cell>
16997 <cell alignment="center" valignment="top" usebox="none">
16998 \begin_inset Text
16999
17000 \begin_layout Plain Layout
17001 \begin_inset Formula $10\cdot$
17002 \end_inset
17003
17004
17005 \end_layout
17006
17007 \end_inset
17008 </cell>
17009 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17010 \begin_inset Text
17011
17012 \begin_layout Plain Layout
17013 \begin_inset Formula $10^{\mbox{-}17}$
17014 \end_inset
17015
17016
17017 \end_layout
17018
17019 \end_inset
17020 </cell>
17021 <cell alignment="center" valignment="top" usebox="none">
17022 \begin_inset Text
17023
17024 \begin_layout Plain Layout
17025 \begin_inset Formula $\Gamma(t)\propto$
17026 \end_inset
17027
17028
17029 \end_layout
17030
17031 \end_inset
17032 </cell>
17033 <cell alignment="center" valignment="top" usebox="none">
17034 \begin_inset Text
17035
17036 \begin_layout Plain Layout
17037 \begin_inset Formula $\:\Upsilon(t)$
17038 \end_inset
17039
17040
17041 \end_layout
17042
17043 \end_inset
17044 </cell>
17045 </row>
17046 <row>
17047 <cell alignment="center" valignment="top" usebox="none">
17048 \begin_inset Text
17049
17050 \begin_layout Plain Layout
17051 1024×
17052 \end_layout
17053
17054 \end_inset
17055 </cell>
17056 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17057 \begin_inset Text
17058
17059 \begin_layout Plain Layout
17060 768
17061 \begin_inset space \thinspace{}
17062 \end_inset
17063
17064 Pixels
17065 \end_layout
17066
17067 \end_inset
17068 </cell>
17069 <cell alignment="center" valignment="top" usebox="none">
17070 \begin_inset Text
17071
17072 \begin_layout Plain Layout
17073 \begin_inset Formula $5.78\cdot$
17074 \end_inset
17075
17076
17077 \end_layout
17078
17079 \end_inset
17080 </cell>
17081 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17082 \begin_inset Text
17083
17084 \begin_layout Plain Layout
17085 \begin_inset Formula $10^{7}$
17086 \end_inset
17087
17088
17089 \end_layout
17090
17091 \end_inset
17092 </cell>
17093 <cell alignment="center" valignment="top" usebox="none">
17094 \begin_inset Text
17095
17096 \begin_layout Plain Layout
17097 \begin_inset Formula $A\ne$
17098 \end_inset
17099
17100
17101 \end_layout
17102
17103 \end_inset
17104 </cell>
17105 <cell alignment="center" valignment="top" usebox="none">
17106 \begin_inset Text
17107
17108 \begin_layout Plain Layout
17109 \begin_inset Formula $\: B_{\mathrm{red}}$
17110 \end_inset
17111
17112
17113 \end_layout
17114
17115 \end_inset
17116 </cell>
17117 </row>
17118 <row>
17119 <cell alignment="center" valignment="top" usebox="none">
17120 \begin_inset Text
17121
17122 \begin_layout Plain Layout
17123 32×
17124 \end_layout
17125
17126 \end_inset
17127 </cell>
17128 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17129 \begin_inset Text
17130
17131 \begin_layout Plain Layout
17132 6
17133 \begin_inset space \thinspace{}
17134 \end_inset
17135
17136 cm
17137 \end_layout
17138
17139 \end_inset
17140 </cell>
17141 <cell alignment="center" valignment="top" usebox="none">
17142 \begin_inset Text
17143
17144 \begin_layout Plain Layout
17145 -
17146 \begin_inset Formula $33.5\cdot$
17147 \end_inset
17148
17149
17150 \end_layout
17151
17152 \end_inset
17153 </cell>
17154 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17155 \begin_inset Text
17156
17157 \begin_layout Plain Layout
17158 \begin_inset Formula $10^{4}$
17159 \end_inset
17160
17161
17162 \end_layout
17163
17164 \end_inset
17165 </cell>
17166 <cell alignment="center" valignment="top" usebox="none">
17167 \begin_inset Text
17168
17169 \begin_layout Plain Layout
17170 \begin_inset Formula $\sin(\alpha)\ge$
17171 \end_inset
17172
17173
17174 \end_layout
17175
17176 \end_inset
17177 </cell>
17178 <cell alignment="center" valignment="top" usebox="none">
17179 \begin_inset Text
17180
17181 \begin_layout Plain Layout
17182 \begin_inset Formula $\:\sin(\beta)$
17183 \end_inset
17184
17185
17186 \end_layout
17187
17188 \end_inset
17189 </cell>
17190 </row>
17191 </lyxtabular>
17192
17193 \end_inset
17194
17195
17196 \end_layout
17197
17198 \end_inset
17199
17200
17201 \end_layout
17202
17203 \begin_layout Standard
17204 \begin_inset VSpace bigskip
17205 \end_inset
17206
17207 There is also the LaTeX-package 
17208 \series bold
17209 dcolumn
17210 \series default
17211
17212 \begin_inset Index
17213 status collapsed
17214
17215 \begin_layout Plain Layout
17216 LaTeX-packages ! dcolumn
17217 \end_layout
17218
17219 \end_inset
17220
17221  that provides table cell alignments.
17222  But this unfortunately treats the cell entries as math and doesn't allow
17223  formulas in table cells: The first column of Table
17224 \begin_inset space ~
17225 \end_inset
17226
17227
17228 \begin_inset CommandInset ref
17229 LatexCommand ref
17230 reference "tab:Several-table-cell"
17231
17232 \end_inset
17233
17234  will look with 
17235 \series bold
17236 dcolumn
17237 \series default
17238  like the first column in Table
17239 \begin_inset space ~
17240 \end_inset
17241
17242
17243 \begin_inset CommandInset ref
17244 LatexCommand ref
17245 reference "tab:Alignments-when"
17246
17247 \end_inset
17248
17249  and only with some tricks like the expected.
17250  The alignment of the second and third column of Table
17251 \begin_inset space ~
17252 \end_inset
17253
17254
17255 \begin_inset CommandInset ref
17256 LatexCommand ref
17257 reference "tab:Several-table-cell"
17258
17259 \end_inset
17260
17261  is not possible with 
17262 \series bold
17263 dcolumn
17264 \series default
17265 .
17266 \end_layout
17267
17268 \begin_layout Standard
17269 \begin_inset Float table
17270 placement h
17271 wide false
17272 sideways false
17273 status open
17274
17275 \begin_layout Plain Layout
17276 \begin_inset Caption
17277
17278 \begin_layout Plain Layout
17279 \begin_inset CommandInset label
17280 LatexCommand label
17281 name "tab:Alignments-when"
17282
17283 \end_inset
17284
17285 Alignments when LaTeX-package dcolumn is used.
17286  For all column alignments tricks have to be used to get the output.
17287 \end_layout
17288
17289 \end_inset
17290
17291
17292 \end_layout
17293
17294 \begin_layout Plain Layout
17295 \align center
17296 \begin_inset Tabular
17297 <lyxtabular version="3" rows="4" columns="3">
17298 <features>
17299 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
17300 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17301 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17302 <row>
17303 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17304 \begin_inset Text
17305
17306 \begin_layout Plain Layout
17307 units
17308 \end_layout
17309
17310 \end_inset
17311 </cell>
17312 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17313 \begin_inset Text
17314
17315 \begin_layout Plain Layout
17316 units
17317 \end_layout
17318
17319 \end_inset
17320 </cell>
17321 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17322 \begin_inset Text
17323
17324 \begin_layout Plain Layout
17325 units
17326 \end_layout
17327
17328 \end_inset
17329 </cell>
17330 </row>
17331 <row>
17332 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17333 \begin_inset Text
17334
17335 \begin_layout Plain Layout
17336 12x24
17337 \begin_inset space \thinspace{}
17338 \end_inset
17339
17340 bottles
17341 \end_layout
17342
17343 \end_inset
17344 </cell>
17345 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17346 \begin_inset Text
17347
17348 \begin_layout Plain Layout
17349 12x24
17350 \begin_inset space \thinspace{}
17351 \end_inset
17352
17353
17354 \begin_inset Formula $\mbox{bottles}$
17355 \end_inset
17356
17357
17358 \end_layout
17359
17360 \end_inset
17361 </cell>
17362 <cell alignment="center" valignment="top" usebox="none">
17363 \begin_inset Text
17364
17365 \begin_layout Plain Layout
17366 12
17367 \begin_inset ERT
17368 status collapsed
17369
17370 \begin_layout Plain Layout
17371
17372
17373 \backslash
17374 times 
17375 \end_layout
17376
17377 \end_inset
17378
17379 24~
17380 \begin_inset Formula $\mbox{bottles}$
17381 \end_inset
17382
17383
17384 \end_layout
17385
17386 \end_inset
17387 </cell>
17388 </row>
17389 <row>
17390 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17391 \begin_inset Text
17392
17393 \begin_layout Plain Layout
17394 1024x768
17395 \begin_inset space \thinspace{}
17396 \end_inset
17397
17398 Pixels
17399 \end_layout
17400
17401 \end_inset
17402 </cell>
17403 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17404 \begin_inset Text
17405
17406 \begin_layout Plain Layout
17407 1024x768
17408 \begin_inset space \thinspace{}
17409 \end_inset
17410
17411
17412 \begin_inset Formula $\mbox{Pixels}$
17413 \end_inset
17414
17415
17416 \end_layout
17417
17418 \end_inset
17419 </cell>
17420 <cell alignment="center" valignment="top" usebox="none">
17421 \begin_inset Text
17422
17423 \begin_layout Plain Layout
17424 1024
17425 \begin_inset ERT
17426 status collapsed
17427
17428 \begin_layout Plain Layout
17429
17430
17431 \backslash
17432 times 
17433 \end_layout
17434
17435 \end_inset
17436
17437 768~
17438 \begin_inset Formula $\mbox{Pixels}$
17439 \end_inset
17440
17441
17442 \end_layout
17443
17444 \end_inset
17445 </cell>
17446 </row>
17447 <row>
17448 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17449 \begin_inset Text
17450
17451 \begin_layout Plain Layout
17452 32x6
17453 \begin_inset space \thinspace{}
17454 \end_inset
17455
17456 cm
17457 \end_layout
17458
17459 \end_inset
17460 </cell>
17461 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17462 \begin_inset Text
17463
17464 \begin_layout Plain Layout
17465 32x6
17466 \begin_inset space \thinspace{}
17467 \end_inset
17468
17469
17470 \begin_inset Formula $\mbox{cm}$
17471 \end_inset
17472
17473
17474 \end_layout
17475
17476 \end_inset
17477 </cell>
17478 <cell alignment="center" valignment="top" usebox="none">
17479 \begin_inset Text
17480
17481 \begin_layout Plain Layout
17482 32
17483 \begin_inset ERT
17484 status collapsed
17485
17486 \begin_layout Plain Layout
17487
17488
17489 \backslash
17490 times 
17491 \end_layout
17492
17493 \end_inset
17494
17495 6~
17496 \begin_inset Formula $\mbox{cm}$
17497 \end_inset
17498
17499
17500 \end_layout
17501
17502 \end_inset
17503 </cell>
17504 </row>
17505 </lyxtabular>
17506
17507 \end_inset
17508
17509
17510 \end_layout
17511
17512 \end_inset
17513
17514
17515 \end_layout
17516
17517 \begin_layout Subsection
17518 Customized Cell/Column Format
17519 \begin_inset CommandInset label
17520 LatexCommand label
17521 name "sub:Customized-Format"
17522
17523 \end_inset
17524
17525
17526 \begin_inset Index
17527 status collapsed
17528
17529 \begin_layout Plain Layout
17530 Table Customization ! Cell/Column Format
17531 \end_layout
17532
17533 \end_inset
17534
17535
17536 \end_layout
17537
17538 \begin_layout Standard
17539 Calculating the needed width for spanned columns like in section
17540 \begin_inset space ~
17541 \end_inset
17542
17543
17544 \begin_inset CommandInset ref
17545 LatexCommand ref
17546 reference "sub:Multicolumn-Calculations"
17547
17548 \end_inset
17549
17550  is very annoying if you have several tables with multicolumn cells.
17551  To make life easier, you can define a cell/column format in the preamble,
17552  so that it can be used in all tables of the document.
17553  The format is defined with the command
17554 \end_layout
17555
17556 \begin_layout Standard
17557
17558 \series bold
17559
17560 \backslash
17561 newcolumntype{name of format}[number of arguments]{commands}
17562 \end_layout
17563
17564 \begin_layout Standard
17565 The format name may only consist of one letter.
17566  The letters 
17567 \emph on
17568 b
17569 \emph default
17570
17571 \emph on
17572 c
17573 \emph default
17574
17575 \emph on
17576 l
17577 \emph default
17578
17579 \emph on
17580 m
17581 \emph default
17582
17583 \emph on
17584 p
17585 \emph default
17586  and 
17587 \emph on
17588 r
17589 \emph default
17590  are predefined and cannot be used.
17591  But all letters are allowed as capitals.
17592 \end_layout
17593
17594 \begin_layout Standard
17595 \begin_inset VSpace medskip
17596 \end_inset
17597
17598
17599 \end_layout
17600
17601 \begin_layout Standard
17602 For vertically and horizontally centered multicolumn cells with a fixed
17603  width you can define the cell format
17604 \end_layout
17605
17606 \begin_layout Standard
17607
17608 \series bold
17609
17610 \backslash
17611 newcolumntype{M}[1]{>{
17612 \backslash
17613 centering
17614 \backslash
17615 hspace{0pt}}m{#1}}
17616 \end_layout
17617
17618 \begin_layout Standard
17619 where 
17620 \series bold
17621
17622 \backslash
17623 hspace{0pt}
17624 \series default
17625  avoids the problem of hyphenating the first word, as described in section
17626 \begin_inset space ~
17627 \end_inset
17628
17629
17630 \begin_inset CommandInset ref
17631 LatexCommand ref
17632 reference "sub:Multiple-Lines-in"
17633
17634 \end_inset
17635
17636 .
17637  Now you can simply enter
17638 \end_layout
17639
17640 \begin_layout Standard
17641
17642 \series bold
17643 M{width}
17644 \end_layout
17645
17646 \begin_layout Standard
17647 as LaTeX-argument in the table dialog to create a multicolumn.
17648 \end_layout
17649
17650 \begin_layout Standard
17651 \begin_inset VSpace bigskip
17652 \end_inset
17653
17654
17655 \end_layout
17656
17657 \begin_layout Standard
17658 For cells spanned by a multicolumn cell, you can define the format
17659 \end_layout
17660
17661 \begin_layout Standard
17662
17663 \series bold
17664
17665 \backslash
17666 newcolumntype{S}[2]{>{
17667 \backslash
17668 centering
17669 \backslash
17670 hspace{0pt}}
17671 \begin_inset Newline newline
17672 \end_inset
17673
17674
17675 \begin_inset ERT
17676 status collapsed
17677
17678 \begin_layout Plain Layout
17679
17680
17681 \backslash
17682 phantom{
17683 \end_layout
17684
17685 \end_inset
17686
17687
17688 \backslash
17689 newcolumntype
17690 \begin_inset ERT
17691 status collapsed
17692
17693 \begin_layout Plain Layout
17694
17695 }
17696 \end_layout
17697
17698 \end_inset
17699
17700 m{(#1+(2
17701 \backslash
17702 tabcolsep+
17703 \backslash
17704 arrayrulewidth)*(1-#2))/#2}}
17705 \end_layout
17706
17707 \begin_layout Standard
17708 This format uses equation 
17709 \begin_inset CommandInset ref
17710 LatexCommand eqref
17711 reference "eq:Wgn"
17712
17713 \end_inset
17714
17715  to calculate the needed width so that each spanned cell has the same width.
17716 \end_layout
17717
17718 \begin_layout Standard
17719 You can now enter
17720 \end_layout
17721
17722 \begin_layout Standard
17723
17724 \series bold
17725 S{width of multicolumn cell}{number of spanned columns}
17726 \end_layout
17727
17728 \begin_layout Standard
17729 as LaTeX-argument of the column.
17730 \end_layout
17731
17732 \begin_layout Standard
17733 \begin_inset VSpace bigskip
17734 \end_inset
17735
17736
17737 \end_layout
17738
17739 \begin_layout Standard
17740 For colored columns, you can define
17741 \end_layout
17742
17743 \begin_layout Standard
17744
17745 \series bold
17746
17747 \backslash
17748 newcolumntype{K}[1]{>{
17749 \backslash
17750 columncolor{#1}
17751 \backslash
17752 hspace{0pt}}c}
17753 \end_layout
17754
17755 \begin_layout Standard
17756 The 
17757 \begin_inset Quotes eld
17758 \end_inset
17759
17760 c
17761 \begin_inset Quotes erd
17762 \end_inset
17763
17764  at the end creates a column with a flexible width whose text is horizontally
17765  centered.
17766  You can now enter
17767 \end_layout
17768
17769 \begin_layout Standard
17770
17771 \series bold
17772 K{color name}
17773 \end_layout
17774
17775 \begin_layout Standard
17776 as LaTeX-argument.
17777 \end_layout
17778
17779 \begin_layout Standard
17780 \begin_inset VSpace bigskip
17781 \end_inset
17782
17783
17784 \end_layout
17785
17786 \begin_layout Standard
17787 To create Table
17788 \begin_inset space ~
17789 \end_inset
17790
17791
17792 \begin_inset CommandInset ref
17793 LatexCommand ref
17794 reference "tab:Table-using-user-defined"
17795
17796 \end_inset
17797
17798  use the LaTeX-arguments
17799 \end_layout
17800
17801 \begin_layout Standard
17802
17803 \series bold
17804 M{2.5cm}
17805 \end_layout
17806
17807 \begin_layout Standard
17808 for the first column and the multicolumn,
17809 \end_layout
17810
17811 \begin_layout Standard
17812
17813 \series bold
17814 K{red}
17815 \end_layout
17816
17817 \begin_layout Standard
17818 for the the last column, and
17819 \end_layout
17820
17821 \begin_layout Standard
17822
17823 \series bold
17824 S{2.5cm}{2}
17825 \end_layout
17826
17827 \begin_layout Standard
17828 for the cells in the second column.
17829 \end_layout
17830
17831 \begin_layout Standard
17832 \begin_inset Float table
17833 placement h
17834 wide false
17835 sideways false
17836 status open
17837
17838 \begin_layout Plain Layout
17839 \begin_inset Caption
17840
17841 \begin_layout Plain Layout
17842 \begin_inset CommandInset label
17843 LatexCommand label
17844 name "tab:Table-using-user-defined"
17845
17846 \end_inset
17847
17848 Table using user-defined table formats
17849 \end_layout
17850
17851 \end_inset
17852
17853
17854 \end_layout
17855
17856 \begin_layout Plain Layout
17857 \align center
17858 \begin_inset Tabular
17859 <lyxtabular version="3" rows="3" columns="4">
17860 <features>
17861 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17862 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17863 <column alignment="center" valignment="middle" width="0">
17864 <column alignment="center" valignment="middle" width="0" special="K{red}">
17865 <row>
17866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17867 \begin_inset Text
17868
17869 \begin_layout Plain Layout
17870 verylongtablecellword
17871 \end_layout
17872
17873 \end_inset
17874 </cell>
17875 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17876 \begin_inset Text
17877
17878 \begin_layout Plain Layout
17879 multiple lines multicolumn
17880 \end_layout
17881
17882 \end_inset
17883 </cell>
17884 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17885 \begin_inset Text
17886
17887 \begin_layout Plain Layout
17888
17889 \end_layout
17890
17891 \end_inset
17892 </cell>
17893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17894 \begin_inset Text
17895
17896 \begin_layout Plain Layout
17897 c
17898 \end_layout
17899
17900 \end_inset
17901 </cell>
17902 </row>
17903 <row>
17904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17905 \begin_inset Text
17906
17907 \begin_layout Plain Layout
17908 d
17909 \end_layout
17910
17911 \end_inset
17912 </cell>
17913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17914 \begin_inset Text
17915
17916 \begin_layout Plain Layout
17917 e
17918 \end_layout
17919
17920 \end_inset
17921 </cell>
17922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17923 \begin_inset Text
17924
17925 \begin_layout Plain Layout
17926 f
17927 \end_layout
17928
17929 \end_inset
17930 </cell>
17931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17932 \begin_inset Text
17933
17934 \begin_layout Plain Layout
17935 g
17936 \end_layout
17937
17938 \end_inset
17939 </cell>
17940 </row>
17941 <row>
17942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17943 \begin_inset Text
17944
17945 \begin_layout Plain Layout
17946 h
17947 \end_layout
17948
17949 \end_inset
17950 </cell>
17951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17952 \begin_inset Text
17953
17954 \begin_layout Plain Layout
17955 i
17956 \end_layout
17957
17958 \end_inset
17959 </cell>
17960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17961 \begin_inset Text
17962
17963 \begin_layout Plain Layout
17964 j
17965 \end_layout
17966
17967 \end_inset
17968 </cell>
17969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17970 \begin_inset Text
17971
17972 \begin_layout Plain Layout
17973 k
17974 \end_layout
17975
17976 \end_inset
17977 </cell>
17978 </row>
17979 </lyxtabular>
17980
17981 \end_inset
17982
17983
17984 \end_layout
17985
17986 \end_inset
17987
17988
17989 \end_layout
17990
17991 \begin_layout Subsection
17992 Line Thickness
17993 \begin_inset CommandInset label
17994 LatexCommand label
17995 name "sub:Line-Thickness"
17996
17997 \end_inset
17998
17999
18000 \begin_inset Index
18001 status collapsed
18002
18003 \begin_layout Plain Layout
18004 Table Customization ! Line Thickness
18005 \end_layout
18006
18007 \end_inset
18008
18009
18010 \end_layout
18011
18012 \begin_layout Standard
18013 The line thickness for all lines in a table can be adjusted with the length
18014  
18015 \series bold
18016
18017 \backslash
18018 arrayrulewidth
18019 \series default
18020 .
18021  To set for example a line thickness of 1.5
18022 \begin_inset space \thinspace{}
18023 \end_inset
18024
18025 pt, like in Table
18026 \begin_inset space ~
18027 \end_inset
18028
18029
18030 \begin_inset CommandInset ref
18031 LatexCommand ref
18032 reference "tab:Table-with-1.5"
18033
18034 \end_inset
18035
18036 , insert the command
18037 \end_layout
18038
18039 \begin_layout Standard
18040
18041 \series bold
18042
18043 \backslash
18044 setlength{
18045 \backslash
18046 arrayrulewidth}{1.5pt}
18047 \end_layout
18048
18049 \begin_layout Standard
18050 in TeX-Code before the table or table float.
18051  The changed thickness is valid for all following tables.
18052  To use the default value again, set 
18053 \series bold
18054
18055 \backslash
18056 arrayrulewidth
18057 \series default
18058  to 0.4
18059 \begin_inset space \thinspace{}
18060 \end_inset
18061
18062 pt in TeX-Code behind the table or table float.
18063 \end_layout
18064
18065 \begin_layout Standard
18066 \begin_inset ERT
18067 status collapsed
18068
18069 \begin_layout Plain Layout
18070
18071
18072 \backslash
18073 setlength{
18074 \backslash
18075 arrayrulewidth}{1.5pt}
18076 \end_layout
18077
18078 \end_inset
18079
18080
18081 \begin_inset Float table
18082 wide false
18083 sideways false
18084 status open
18085
18086 \begin_layout Plain Layout
18087 \begin_inset Caption
18088
18089 \begin_layout Plain Layout
18090 \begin_inset CommandInset label
18091 LatexCommand label
18092 name "tab:Table-with-1.5"
18093
18094 \end_inset
18095
18096 Table with 1.5
18097 \begin_inset space \thinspace{}
18098 \end_inset
18099
18100 pt thick lines
18101 \end_layout
18102
18103 \end_inset
18104
18105
18106 \end_layout
18107
18108 \begin_layout Plain Layout
18109 \align center
18110 \begin_inset Tabular
18111 <lyxtabular version="3" rows="3" columns="3">
18112 <features>
18113 <column alignment="center" valignment="top" width="0">
18114 <column alignment="center" valignment="top" width="0">
18115 <column alignment="center" valignment="top" width="0">
18116 <row>
18117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18118 \begin_inset Text
18119
18120 \begin_layout Plain Layout
18121 sd
18122 \end_layout
18123
18124 \end_inset
18125 </cell>
18126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18127 \begin_inset Text
18128
18129 \begin_layout Plain Layout
18130
18131 \end_layout
18132
18133 \end_inset
18134 </cell>
18135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18136 \begin_inset Text
18137
18138 \begin_layout Plain Layout
18139
18140 \end_layout
18141
18142 \end_inset
18143 </cell>
18144 </row>
18145 <row>
18146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18147 \begin_inset Text
18148
18149 \begin_layout Plain Layout
18150
18151 \end_layout
18152
18153 \end_inset
18154 </cell>
18155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18156 \begin_inset Text
18157
18158 \begin_layout Plain Layout
18159 sd
18160 \end_layout
18161
18162 \end_inset
18163 </cell>
18164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18165 \begin_inset Text
18166
18167 \begin_layout Plain Layout
18168
18169 \end_layout
18170
18171 \end_inset
18172 </cell>
18173 </row>
18174 <row>
18175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18176 \begin_inset Text
18177
18178 \begin_layout Plain Layout
18179
18180 \end_layout
18181
18182 \end_inset
18183 </cell>
18184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18185 \begin_inset Text
18186
18187 \begin_layout Plain Layout
18188
18189 \end_layout
18190
18191 \end_inset
18192 </cell>
18193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18194 \begin_inset Text
18195
18196 \begin_layout Plain Layout
18197 sd
18198 \end_layout
18199
18200 \end_inset
18201 </cell>
18202 </row>
18203 </lyxtabular>
18204
18205 \end_inset
18206
18207
18208 \end_layout
18209
18210 \end_inset
18211
18212
18213 \begin_inset ERT
18214 status collapsed
18215
18216 \begin_layout Plain Layout
18217
18218
18219 \backslash
18220 setlength{
18221 \backslash
18222 arrayrulewidth}{0.4pt}
18223 \end_layout
18224
18225 \end_inset
18226
18227
18228 \end_layout
18229
18230 \begin_layout Standard
18231 \begin_inset VSpace bigskip
18232 \end_inset
18233
18234 To set the line thickness to 1.5
18235 \begin_inset space \thinspace{}
18236 \end_inset
18237
18238 pt only for horizontal lines, like in Table
18239 \begin_inset space ~
18240 \end_inset
18241
18242
18243 \begin_inset CommandInset ref
18244 LatexCommand ref
18245 reference "tab:Table-with-horizontal"
18246
18247 \end_inset
18248
18249 , insert these commands in TeX-Code before the table or table float:
18250 \end_layout
18251
18252 \begin_layout Standard
18253
18254 \series bold
18255
18256 \backslash
18257 let
18258 \backslash
18259 myHline
18260 \backslash
18261 hline
18262 \begin_inset Newline newline
18263 \end_inset
18264
18265
18266 \backslash
18267 renewcommand{
18268 \backslash
18269 hline}
18270 \begin_inset Newline newline
18271 \end_inset
18272
18273  {
18274 \backslash
18275 noalign{
18276 \backslash
18277 global
18278 \backslash
18279 arrayrulewidth 1.5pt}
18280 \begin_inset Newline newline
18281 \end_inset
18282
18283  
18284 \backslash
18285 myHline
18286 \backslash
18287 noalign{
18288 \backslash
18289 global
18290 \backslash
18291 arrayrulewidth 0.4pt}}
18292 \end_layout
18293
18294 \begin_layout Standard
18295 To return to the default line thickness, insert this command in TeX-Code
18296  behind the table or table float:
18297 \end_layout
18298
18299 \begin_layout Standard
18300
18301 \series bold
18302
18303 \backslash
18304 renewcommand{
18305 \backslash
18306 hline}{
18307 \backslash
18308 myHline}
18309 \end_layout
18310
18311 \begin_layout Standard
18312 \begin_inset ERT
18313 status collapsed
18314
18315 \begin_layout Plain Layout
18316
18317
18318 \backslash
18319 let
18320 \backslash
18321 myHline
18322 \backslash
18323 hline
18324 \end_layout
18325
18326 \begin_layout Plain Layout
18327
18328
18329 \backslash
18330 renewcommand{
18331 \backslash
18332 hline}
18333 \end_layout
18334
18335 \begin_layout Plain Layout
18336
18337  {
18338 \backslash
18339 noalign{
18340 \backslash
18341 global
18342 \backslash
18343 arrayrulewidth 1.5pt}
18344 \end_layout
18345
18346 \begin_layout Plain Layout
18347
18348   
18349 \backslash
18350 myHline
18351 \backslash
18352 noalign{
18353 \backslash
18354 global
18355 \backslash
18356 arrayrulewidth 0.4pt}}
18357 \end_layout
18358
18359 \end_inset
18360
18361
18362 \begin_inset Float table
18363 wide false
18364 sideways false
18365 status open
18366
18367 \begin_layout Plain Layout
18368 \begin_inset Caption
18369
18370 \begin_layout Plain Layout
18371 \begin_inset CommandInset label
18372 LatexCommand label
18373 name "tab:Table-with-horizontal"
18374
18375 \end_inset
18376
18377 Table with 1.5
18378 \begin_inset space \thinspace{}
18379 \end_inset
18380
18381 pt thick horizontal lines
18382 \end_layout
18383
18384 \end_inset
18385
18386
18387 \end_layout
18388
18389 \begin_layout Plain Layout
18390 \align center
18391 \begin_inset Tabular
18392 <lyxtabular version="3" rows="3" columns="3">
18393 <features>
18394 <column alignment="center" valignment="top" width="0">
18395 <column alignment="center" valignment="top" width="0">
18396 <column alignment="center" valignment="top" width="0">
18397 <row>
18398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18399 \begin_inset Text
18400
18401 \begin_layout Plain Layout
18402 sd
18403 \end_layout
18404
18405 \end_inset
18406 </cell>
18407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18408 \begin_inset Text
18409
18410 \begin_layout Plain Layout
18411
18412 \end_layout
18413
18414 \end_inset
18415 </cell>
18416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18417 \begin_inset Text
18418
18419 \begin_layout Plain Layout
18420
18421 \end_layout
18422
18423 \end_inset
18424 </cell>
18425 </row>
18426 <row>
18427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18428 \begin_inset Text
18429
18430 \begin_layout Plain Layout
18431
18432 \end_layout
18433
18434 \end_inset
18435 </cell>
18436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18437 \begin_inset Text
18438
18439 \begin_layout Plain Layout
18440 sd
18441 \end_layout
18442
18443 \end_inset
18444 </cell>
18445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18446 \begin_inset Text
18447
18448 \begin_layout Plain Layout
18449
18450 \end_layout
18451
18452 \end_inset
18453 </cell>
18454 </row>
18455 <row>
18456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18457 \begin_inset Text
18458
18459 \begin_layout Plain Layout
18460
18461 \end_layout
18462
18463 \end_inset
18464 </cell>
18465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18466 \begin_inset Text
18467
18468 \begin_layout Plain Layout
18469
18470 \end_layout
18471
18472 \end_inset
18473 </cell>
18474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18475 \begin_inset Text
18476
18477 \begin_layout Plain Layout
18478 sd
18479 \end_layout
18480
18481 \end_inset
18482 </cell>
18483 </row>
18484 </lyxtabular>
18485
18486 \end_inset
18487
18488
18489 \end_layout
18490
18491 \end_inset
18492
18493
18494 \begin_inset ERT
18495 status collapsed
18496
18497 \begin_layout Plain Layout
18498
18499
18500 \backslash
18501 renewcommand{
18502 \backslash
18503 hline}{
18504 \backslash
18505 myHline}
18506 \end_layout
18507
18508 \end_inset
18509
18510
18511 \end_layout
18512
18513 \begin_layout Standard
18514 \begin_inset VSpace bigskip
18515 \end_inset
18516
18517 To set the line thickness to 1.5
18518 \begin_inset space \thinspace{}
18519 \end_inset
18520
18521 pt only for vertical lines, create the following column format in the document
18522  preamble, according to the description in section
18523 \begin_inset space ~
18524 \end_inset
18525
18526
18527 \begin_inset CommandInset ref
18528 LatexCommand ref
18529 reference "sub:Customized-Format"
18530
18531 \end_inset
18532
18533 :
18534 \end_layout
18535
18536 \begin_layout Standard
18537
18538 \series bold
18539
18540 \backslash
18541 newcolumntype{V}{!{
18542 \backslash
18543 vrule width 1.5pt}}
18544 \end_layout
18545
18546 \begin_layout Standard
18547 For Table
18548 \begin_inset space ~
18549 \end_inset
18550
18551
18552 \begin_inset CommandInset ref
18553 LatexCommand ref
18554 reference "tab:Table-with-vertical"
18555
18556 \end_inset
18557
18558  the LaTeX-argument
18559 \end_layout
18560
18561 \begin_layout Standard
18562
18563 \series bold
18564 VcV
18565 \end_layout
18566
18567 \begin_layout Standard
18568 was used for the last column and
18569 \end_layout
18570
18571 \begin_layout Standard
18572
18573 \series bold
18574 Vc
18575 \end_layout
18576
18577 \begin_layout Standard
18578 for the other columns.
18579 \end_layout
18580
18581 \begin_layout Standard
18582 \begin_inset Float table
18583 wide false
18584 sideways false
18585 status open
18586
18587 \begin_layout Plain Layout
18588 \begin_inset Caption
18589
18590 \begin_layout Plain Layout
18591 \begin_inset CommandInset label
18592 LatexCommand label
18593 name "tab:Table-with-vertical"
18594
18595 \end_inset
18596
18597 Table with 1.5
18598 \begin_inset space \thinspace{}
18599 \end_inset
18600
18601 pt thick vertical lines
18602 \end_layout
18603
18604 \end_inset
18605
18606
18607 \end_layout
18608
18609 \begin_layout Plain Layout
18610 \align center
18611 \begin_inset Tabular
18612 <lyxtabular version="3" rows="3" columns="3">
18613 <features>
18614 <column alignment="center" valignment="top" width="0" special="Vc">
18615 <column alignment="center" valignment="top" width="0" special="Vc">
18616 <column alignment="center" valignment="top" width="0" special="VcV">
18617 <row>
18618 <cell alignment="center" valignment="top" topline="true" usebox="none">
18619 \begin_inset Text
18620
18621 \begin_layout Plain Layout
18622 sd
18623 \end_layout
18624
18625 \end_inset
18626 </cell>
18627 <cell alignment="center" valignment="top" topline="true" usebox="none">
18628 \begin_inset Text
18629
18630 \begin_layout Plain Layout
18631
18632 \end_layout
18633
18634 \end_inset
18635 </cell>
18636 <cell alignment="center" valignment="top" topline="true" usebox="none">
18637 \begin_inset Text
18638
18639 \begin_layout Plain Layout
18640
18641 \end_layout
18642
18643 \end_inset
18644 </cell>
18645 </row>
18646 <row>
18647 <cell alignment="center" valignment="top" topline="true" usebox="none">
18648 \begin_inset Text
18649
18650 \begin_layout Plain Layout
18651
18652 \end_layout
18653
18654 \end_inset
18655 </cell>
18656 <cell alignment="center" valignment="top" topline="true" usebox="none">
18657 \begin_inset Text
18658
18659 \begin_layout Plain Layout
18660 sd
18661 \end_layout
18662
18663 \end_inset
18664 </cell>
18665 <cell alignment="center" valignment="top" topline="true" usebox="none">
18666 \begin_inset Text
18667
18668 \begin_layout Plain Layout
18669
18670 \end_layout
18671
18672 \end_inset
18673 </cell>
18674 </row>
18675 <row>
18676 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18677 \begin_inset Text
18678
18679 \begin_layout Plain Layout
18680
18681 \end_layout
18682
18683 \end_inset
18684 </cell>
18685 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18686 \begin_inset Text
18687
18688 \begin_layout Plain Layout
18689
18690 \end_layout
18691
18692 \end_inset
18693 </cell>
18694 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18695 \begin_inset Text
18696
18697 \begin_layout Plain Layout
18698 sd
18699 \end_layout
18700
18701 \end_inset
18702 </cell>
18703 </row>
18704 </lyxtabular>
18705
18706 \end_inset
18707
18708
18709 \end_layout
18710
18711 \end_inset
18712
18713
18714 \end_layout
18715
18716 \begin_layout Subsection
18717 Dashed Lines
18718 \begin_inset Index
18719 status collapsed
18720
18721 \begin_layout Plain Layout
18722 Table Customization ! Dashed Lines
18723 \end_layout
18724
18725 \end_inset
18726
18727
18728 \end_layout
18729
18730 \begin_layout Standard
18731 \begin_inset ERT
18732 status collapsed
18733
18734 \begin_layout Plain Layout
18735
18736
18737 \backslash
18738 ifarydshln
18739 \end_layout
18740
18741 \end_inset
18742
18743
18744 \begin_inset Note Note
18745 status open
18746
18747 \begin_layout Plain Layout
18748 The following section will only be displayed when the LaTeX-package 
18749 \series bold
18750 arydshln
18751 \series default
18752  is installed.
18753 \end_layout
18754
18755 \end_inset
18756
18757
18758 \end_layout
18759
18760 \begin_layout Standard
18761 \begin_inset Float table
18762 placement H
18763 wide false
18764 sideways false
18765 status open
18766
18767 \begin_layout Plain Layout
18768 \begin_inset Caption
18769
18770 \begin_layout Plain Layout
18771 \begin_inset CommandInset label
18772 LatexCommand label
18773 name "tab:Table-with-dashed"
18774
18775 \end_inset
18776
18777 Table with dashed lines
18778 \end_layout
18779
18780 \end_inset
18781
18782
18783 \end_layout
18784
18785 \begin_layout Plain Layout
18786 \align center
18787 \begin_inset Tabular
18788 <lyxtabular version="3" rows="5" columns="5">
18789 <features>
18790 <column alignment="center" valignment="top" width="0">
18791 <column alignment="center" valignment="top" width="0">
18792 <column alignment="center" valignment="top" width="0" special=":c">
18793 <column alignment="center" valignment="top" width="0">
18794 <column alignment="center" valignment="top" width="0">
18795 <row>
18796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18797 \begin_inset Text
18798
18799 \begin_layout Plain Layout
18800 a
18801 \end_layout
18802
18803 \end_inset
18804 </cell>
18805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18806 \begin_inset Text
18807
18808 \begin_layout Plain Layout
18809 b
18810 \end_layout
18811
18812 \end_inset
18813 </cell>
18814 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18815 \begin_inset Text
18816
18817 \begin_layout Plain Layout
18818 c
18819 \end_layout
18820
18821 \end_inset
18822 </cell>
18823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18824 \begin_inset Text
18825
18826 \begin_layout Plain Layout
18827 d
18828 \end_layout
18829
18830 \end_inset
18831 </cell>
18832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18833 \begin_inset Text
18834
18835 \begin_layout Plain Layout
18836 e
18837 \end_layout
18838
18839 \end_inset
18840 </cell>
18841 </row>
18842 <row>
18843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18844 \begin_inset Text
18845
18846 \begin_layout Plain Layout
18847 f
18848 \end_layout
18849
18850 \end_inset
18851 </cell>
18852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18853 \begin_inset Text
18854
18855 \begin_layout Plain Layout
18856 g
18857 \end_layout
18858
18859 \end_inset
18860 </cell>
18861 <cell alignment="center" valignment="top" topline="true" usebox="none">
18862 \begin_inset Text
18863
18864 \begin_layout Plain Layout
18865 h
18866 \end_layout
18867
18868 \end_inset
18869 </cell>
18870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18871 \begin_inset Text
18872
18873 \begin_layout Plain Layout
18874 i
18875 \end_layout
18876
18877 \end_inset
18878 </cell>
18879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18880 \begin_inset Text
18881
18882 \begin_layout Plain Layout
18883 j
18884 \end_layout
18885
18886 \end_inset
18887 </cell>
18888 </row>
18889 <row>
18890 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18891 \begin_inset Text
18892
18893 \begin_layout Plain Layout
18894 \begin_inset ERT
18895 status collapsed
18896
18897 \begin_layout Plain Layout
18898
18899
18900 \backslash
18901 hdashline 
18902 \end_layout
18903
18904 \end_inset
18905
18906 k
18907 \end_layout
18908
18909 \end_inset
18910 </cell>
18911 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18912 \begin_inset Text
18913
18914 \begin_layout Plain Layout
18915 l
18916 \end_layout
18917
18918 \end_inset
18919 </cell>
18920 <cell alignment="center" valignment="top" usebox="none">
18921 \begin_inset Text
18922
18923 \begin_layout Plain Layout
18924 m
18925 \end_layout
18926
18927 \end_inset
18928 </cell>
18929 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18930 \begin_inset Text
18931
18932 \begin_layout Plain Layout
18933 n
18934 \end_layout
18935
18936 \end_inset
18937 </cell>
18938 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18939 \begin_inset Text
18940
18941 \begin_layout Plain Layout
18942 o
18943 \end_layout
18944
18945 \end_inset
18946 </cell>
18947 </row>
18948 <row>
18949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18950 \begin_inset Text
18951
18952 \begin_layout Plain Layout
18953 \begin_inset ERT
18954 status collapsed
18955
18956 \begin_layout Plain Layout
18957
18958
18959 \backslash
18960 cdashline{4-5}
18961 \end_layout
18962
18963 \end_inset
18964
18965 p
18966 \end_layout
18967
18968 \end_inset
18969 </cell>
18970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18971 \begin_inset Text
18972
18973 \begin_layout Plain Layout
18974 q
18975 \end_layout
18976
18977 \end_inset
18978 </cell>
18979 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18980 \begin_inset Text
18981
18982 \begin_layout Plain Layout
18983 r
18984 \end_layout
18985
18986 \end_inset
18987 </cell>
18988 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18989 \begin_inset Text
18990
18991 \begin_layout Plain Layout
18992 s
18993 \end_layout
18994
18995 \end_inset
18996 </cell>
18997 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18998 \begin_inset Text
18999
19000 \begin_layout Plain Layout
19001
19002 \end_layout
19003
19004 \end_inset
19005 </cell>
19006 </row>
19007 <row>
19008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19009 \begin_inset Text
19010
19011 \begin_layout Plain Layout
19012 t
19013 \end_layout
19014
19015 \end_inset
19016 </cell>
19017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19018 \begin_inset Text
19019
19020 \begin_layout Plain Layout
19021 u
19022 \end_layout
19023
19024 \end_inset
19025 </cell>
19026 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19027 \begin_inset Text
19028
19029 \begin_layout Plain Layout
19030 v
19031 \end_layout
19032
19033 \end_inset
19034 </cell>
19035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19036 \begin_inset Text
19037
19038 \begin_layout Plain Layout
19039 w
19040 \end_layout
19041
19042 \end_inset
19043 </cell>
19044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19045 \begin_inset Text
19046
19047 \begin_layout Plain Layout
19048 x
19049 \end_layout
19050
19051 \end_inset
19052 </cell>
19053 </row>
19054 </lyxtabular>
19055
19056 \end_inset
19057
19058
19059 \end_layout
19060
19061 \end_inset
19062
19063
19064 \end_layout
19065
19066 \begin_layout Standard
19067 LyX doesn't natively support dashed lines, so you have to use TeX-Code.
19068  As prerequisite the LaTeX-package 
19069 \series bold
19070 arydshln
19071 \series default
19072
19073 \begin_inset Index
19074 status collapsed
19075
19076 \begin_layout Plain Layout
19077 LaTeX-packages ! arydshln
19078 \end_layout
19079
19080 \end_inset
19081
19082  must be loaded in the document preamble with the command
19083 \end_layout
19084
19085 \begin_layout Standard
19086
19087 \series bold
19088
19089 \backslash
19090 usepackage{arydshln}
19091 \end_layout
19092
19093 \begin_layout Standard
19094 To make a vertical line dashed, enter the colon 
19095 \begin_inset Quotes eld
19096 \end_inset
19097
19098 :
19099 \begin_inset Quotes erd
19100 \end_inset
19101
19102  together with the character for the horizontal alignment as LaTeX-argument
19103  in the table cell dialog.
19104 \end_layout
19105
19106 \begin_layout Standard
19107 For a horizontal dashed line add the command
19108 \end_layout
19109
19110 \begin_layout Standard
19111
19112 \series bold
19113
19114 \backslash
19115 hdashline
19116 \end_layout
19117
19118 \begin_layout Standard
19119 in TeX-Code as first element of the first cell in the table row.
19120 \end_layout
19121
19122 \begin_layout Standard
19123 For dashed multicolumn lines use the command
19124 \end_layout
19125
19126 \begin_layout Standard
19127
19128 \series bold
19129
19130 \backslash
19131 cdashline{line number
19132 \series default
19133 }
19134 \end_layout
19135
19136 \begin_layout Standard
19137 in TeX-Code as first element of the first cell in the table row.
19138  If you have for example a multicolumn spanning over columns 2 to 4 and
19139  you want to have a dashed line above, add the command
19140 \end_layout
19141
19142 \begin_layout Standard
19143
19144 \series bold
19145
19146 \backslash
19147 cdashline{2-4}
19148 \end_layout
19149
19150 \begin_layout Standard
19151 as first element of the first cell in the row of the multicolumn.
19152 \end_layout
19153
19154 \begin_layout Standard
19155 \begin_inset VSpace bigskip
19156 \end_inset
19157
19158
19159 \end_layout
19160
19161 \begin_layout Standard
19162 Table
19163 \begin_inset space ~
19164 \end_inset
19165
19166
19167 \begin_inset CommandInset ref
19168 LatexCommand ref
19169 reference "tab:Table-with-dashed"
19170
19171 \end_inset
19172
19173  was created using 
19174 \begin_inset Quotes eld
19175 \end_inset
19176
19177
19178 \series bold
19179 :c
19180 \series default
19181
19182 \begin_inset Quotes erd
19183 \end_inset
19184
19185  as LaTeX-argument of the third column.
19186  The TeX-Code command 
19187 \series bold
19188
19189 \backslash
19190 hdashline
19191 \series default
19192  was inserted to the first cell of the third row and the the TeX-Code command
19193 \begin_inset Newline newline
19194 \end_inset
19195
19196  
19197 \series bold
19198
19199 \backslash
19200 cdashline{4-5}
19201 \series default
19202  was inserted to the first cell of the fourth row.
19203 \end_layout
19204
19205 \begin_layout Standard
19206 \begin_inset Note Greyedout
19207 status open
19208
19209 \begin_layout Plain Layout
19210
19211 \series bold
19212 Note:
19213 \series default
19214  The used LaTeX-package 
19215 \series bold
19216 arydshln
19217 \series default
19218  is apparently not compatible with the LaTeX-package 
19219 \series bold
19220 colortbl
19221 \series default
19222
19223 \begin_inset Index
19224 status collapsed
19225
19226 \begin_layout Plain Layout
19227 LaTeX-packages ! colortbl
19228 \end_layout
19229
19230 \end_inset
19231
19232  that is used for colored tables in section
19233 \begin_inset space ~
19234 \end_inset
19235
19236
19237 \begin_inset CommandInset ref
19238 LatexCommand ref
19239 reference "sec:Colored-Tables"
19240
19241 \end_inset
19242
19243 .
19244  That means colored tables cannot have dashed lines.
19245 \end_layout
19246
19247 \end_inset
19248
19249
19250 \end_layout
19251
19252 \begin_layout Standard
19253 \begin_inset ERT
19254 status collapsed
19255
19256 \begin_layout Plain Layout
19257
19258
19259 \backslash
19260 else
19261 \end_layout
19262
19263 \end_inset
19264
19265
19266 \begin_inset Note Note
19267 status open
19268
19269 \begin_layout Plain Layout
19270 The following will be displayed when the LaTeX-package 
19271 \series bold
19272 arydshln
19273 \series default
19274  is not installed:
19275 \end_layout
19276
19277 \end_inset
19278
19279
19280 \end_layout
19281
19282 \begin_layout Standard
19283 You need to install the package 
19284 \series bold
19285 arydshln
19286 \series default
19287  to see the content of this section in the output.
19288 \end_layout
19289
19290 \begin_layout Standard
19291 \begin_inset ERT
19292 status collapsed
19293
19294 \begin_layout Plain Layout
19295
19296
19297 \backslash
19298 fi
19299 \end_layout
19300
19301 \end_inset
19302
19303
19304 \end_layout
19305
19306 \begin_layout Chapter
19307 Floats
19308 \begin_inset Index
19309 status collapsed
19310
19311 \begin_layout Plain Layout
19312 Floats
19313 \end_layout
19314
19315 \end_inset
19316
19317
19318 \end_layout
19319
19320 \begin_layout Section
19321 Introduction
19322 \begin_inset CommandInset label
19323 LatexCommand label
19324 name "sec:FloatIntroduction"
19325
19326 \end_inset
19327
19328
19329 \begin_inset Index
19330 status collapsed
19331
19332 \begin_layout Plain Layout
19333 Floats ! Introduction
19334 \end_layout
19335
19336 \end_inset
19337
19338
19339 \end_layout
19340
19341 \begin_layout Standard
19342 A float is a block of text associated with some sort of label, which doesn't
19343  have a fixed location.
19344  It can 
19345 \begin_inset Quotes eld
19346 \end_inset
19347
19348 float
19349 \begin_inset Quotes erd
19350 \end_inset
19351
19352  forward or backward a page or two, to wherever it fits best.
19353  
19354 \family sans
19355 Footnotes
19356 \family default
19357  and 
19358 \family sans
19359 Margin
19360 \begin_inset space ~
19361 \end_inset
19362
19363 Notes
19364 \family default
19365  are also floats, because they can float to the next page when there are
19366  too many notes at the page.
19367 \end_layout
19368
19369 \begin_layout Standard
19370 Floats allow a high quality layout.
19371  Images and tables can evenly be spread to the pages to avoid white space
19372  and pages without text.
19373  As the floating often destroys the context between the text and the image/table
19374 , every float can be referenced in the text.
19375  Floats are therefore numbered.
19376  Referencing is described in section
19377 \begin_inset space ~
19378 \end_inset
19379
19380
19381 \begin_inset CommandInset ref
19382 LatexCommand ref
19383 reference "sec:Referencing-Floats"
19384
19385 \end_inset
19386
19387 .
19388 \end_layout
19389
19390 \begin_layout Standard
19391 To insert a float, use the menu 
19392 \family sans
19393 Insert\SpecialChar \menuseparator
19394 Float
19395 \family default
19396 .
19397  This inserts the 
19398 \family sans
19399 Caption
19400 \family default
19401  inset, a box with a label.
19402  The label will automatically be translated to the document language in
19403  the output.
19404  Behind the label you can insert the caption text.
19405  The image or table is inserted above or below the caption in a separate
19406  paragraph within the float.
19407  More about the caption placement is described in section
19408 \begin_inset space ~
19409 \end_inset
19410
19411
19412 \begin_inset CommandInset ref
19413 LatexCommand ref
19414 reference "sec:Caption-Placement"
19415
19416 \end_inset
19417
19418 .
19419  To keep your LyX-document readable, you can open and close the float box
19420  by left-clicking on the box label.
19421  A closed float box looks like this: 
19422 \begin_inset Graphics
19423         filename clipart/floatQt4.png
19424         scale 70
19425         scaleBeforeRotation
19426
19427 \end_inset
19428
19429  â€“ a gray button with a red label.
19430 \end_layout
19431
19432 \begin_layout Standard
19433 It is recommended to insert floats as a separate paragraph to avoid possible
19434  LaTeX-errors that can occur when the surrounding text is specially formatted.
19435 \end_layout
19436
19437 \begin_layout Standard
19438 Existing figures or tables can be put into a float by marking them and then
19439  pressing the corresponding toolbar button for a new float.
19440 \end_layout
19441
19442 \begin_layout Section
19443 Float Types
19444 \end_layout
19445
19446 \begin_layout Standard
19447 Besides figure and table floats that are described in section
19448 \begin_inset space ~
19449 \end_inset
19450
19451
19452 \begin_inset CommandInset ref
19453 LatexCommand ref
19454 reference "sec:Figure-Floats"
19455
19456 \end_inset
19457
19458  and 
19459 \begin_inset CommandInset ref
19460 LatexCommand ref
19461 reference "sec:Table-Floats"
19462
19463 \end_inset
19464
19465 , respectively, LyX offers the float types 
19466 \series bold
19467 Algorithm
19468 \series default
19469  and 
19470 \series bold
19471 Wrap
19472 \series default
19473 .
19474 \end_layout
19475
19476 \begin_layout Subsection
19477 Algorithm Floats
19478 \begin_inset Index
19479 status collapsed
19480
19481 \begin_layout Plain Layout
19482 Floats ! Algorithms
19483 \end_layout
19484
19485 \end_inset
19486
19487
19488 \end_layout
19489
19490 \begin_layout Standard
19491 \begin_inset Float algorithm
19492 placement h
19493 wide false
19494 sideways false
19495 status open
19496
19497 \begin_layout Plain Layout
19498 \begin_inset Caption
19499
19500 \begin_layout Plain Layout
19501 \begin_inset CommandInset label
19502 LatexCommand label
19503 name "alg:Example-Algorithm-float"
19504
19505 \end_inset
19506
19507 Example Algorithm float
19508 \end_layout
19509
19510 \end_inset
19511
19512
19513 \end_layout
19514
19515 \begin_layout LyX-Code
19516 for I in 1..N loop
19517 \begin_inset Newline newline
19518 \end_inset
19519
19520  Sum:= Sum + A(I); /*comment*/
19521 \begin_inset Newline newline
19522 \end_inset
19523
19524 end loop
19525 \begin_inset VSpace -4mm
19526 \end_inset
19527
19528
19529 \end_layout
19530
19531 \end_inset
19532
19533
19534 \end_layout
19535
19536 \begin_layout Standard
19537 This float type is inserted with the menu 
19538 \family sans
19539 Insert\SpecialChar \menuseparator
19540 Floats\SpecialChar \menuseparator
19541 Algorithm
19542 \family default
19543 .
19544  It is used for program codes and descriptions of algorithms.
19545  A possible environment for algorithms is the 
19546 \family sans
19547 LyX-Code
19548 \family default
19549 , described in LyX's 
19550 \emph on
19551 Userguide
19552 \emph default
19553 .
19554  Algorithm
19555 \begin_inset space ~
19556 \end_inset
19557
19558
19559 \begin_inset CommandInset ref
19560 LatexCommand ref
19561 reference "alg:Example-Algorithm-float"
19562
19563 \end_inset
19564
19565  is an example of an algorithm float where -4
19566 \begin_inset space \thinspace{}
19567 \end_inset
19568
19569 mm vertical space was added at the end of the float to have the bottom rule
19570  exactly below the last text line.
19571 \end_layout
19572
19573 \begin_layout Standard
19574 The float label is not automatically translated into the document language.
19575  If your document is not in English, you have to do this manually by adding
19576  the following line to the document preamble
19577 \series bold
19578 :
19579 \end_layout
19580
19581 \begin_layout Standard
19582
19583 \series bold
19584
19585 \backslash
19586 floatname{algorithm}{your
19587 \begin_inset space ~
19588 \end_inset
19589
19590 name}
19591 \end_layout
19592
19593 \begin_layout Standard
19594 where 
19595 \family sans
19596 your
19597 \begin_inset space ~
19598 \end_inset
19599
19600 name
19601 \family default
19602  is the word 
19603 \begin_inset Quotes eld
19604 \end_inset
19605
19606
19607 \emph on
19608 algorithm
19609 \emph default
19610
19611 \begin_inset Quotes erd
19612 \end_inset
19613
19614  in your language.
19615 \end_layout
19616
19617 \begin_layout Standard
19618 To insert the list of algorithms you can not use the menu 
19619 \family sans
19620 Insert\SpecialChar \menuseparator
19621 List
19622 \begin_inset space \thinspace{}
19623 \end_inset
19624
19625 /
19626 \begin_inset space \thinspace{}
19627 \end_inset
19628
19629 TOC\SpecialChar \menuseparator
19630 List of Algorithms
19631 \family default
19632  when your document is a non-English one.
19633  In this case use this command in TeX-Code instead:
19634 \end_layout
19635
19636 \begin_layout Standard
19637
19638 \series bold
19639
19640 \backslash
19641 listof{algorithm}{your
19642 \begin_inset space ~
19643 \end_inset
19644
19645 name}
19646 \end_layout
19647
19648 \begin_layout Standard
19649 where 
19650 \family sans
19651 your
19652 \begin_inset space ~
19653 \end_inset
19654
19655 name
19656 \family default
19657  is the word 
19658 \begin_inset Quotes eld
19659 \end_inset
19660
19661
19662 \emph on
19663 List of Algorithm
19664 \emph default
19665 s
19666 \begin_inset Quotes erd
19667 \end_inset
19668
19669  in your language.
19670 \end_layout
19671
19672 \begin_layout Standard
19673 Algorithm floats are not by default numbered in the scheme 
19674 \begin_inset Quotes eld
19675 \end_inset
19676
19677 chapter.algorithm
19678 \begin_inset Quotes erd
19679 \end_inset
19680
19681  like it is the case for table and figure floats in many document-classes.
19682  To number algorithm floats in the same scheme, add this command to your
19683  document preamble:
19684 \end_layout
19685
19686 \begin_layout Standard
19687
19688 \series bold
19689
19690 \backslash
19691 numberwithin{algorithm}{chapter}
19692 \end_layout
19693
19694 \begin_layout Standard
19695 To be able to use the command 
19696 \series bold
19697
19698 \backslash
19699 numberwithin
19700 \series default
19701 , set in the tab 
19702 \family sans
19703 Math
19704 \begin_inset space ~
19705 \end_inset
19706
19707 Options
19708 \family default
19709  in the document settings the option 
19710 \family sans
19711 Use
19712 \begin_inset space ~
19713 \end_inset
19714
19715 AMS
19716 \begin_inset space ~
19717 \end_inset
19718
19719 math
19720 \begin_inset space ~
19721 \end_inset
19722
19723 package
19724 \family default
19725 .
19726 \end_layout
19727
19728 \begin_layout Subsection
19729 Wrap Floats
19730 \begin_inset Index
19731 status collapsed
19732
19733 \begin_layout Plain Layout
19734 Floats ! Wrap Floats
19735 \end_layout
19736
19737 \end_inset
19738
19739
19740 \end_layout
19741
19742 \begin_layout Standard
19743 \begin_inset Wrap figure
19744 lines 0
19745 placement l
19746 overhang 1cm
19747 width "40col%"
19748 status open
19749
19750 \begin_layout Plain Layout
19751 \begin_inset Graphics
19752         filename clipart/mobius.eps
19753         width 40col%
19754         scaleBeforeRotation
19755         rotateOrigin center
19756
19757 \end_inset
19758
19759
19760 \end_layout
19761
19762 \begin_layout Plain Layout
19763 \begin_inset Caption
19764
19765 \begin_layout Plain Layout
19766 \begin_inset CommandInset label
19767 LatexCommand label
19768 name "fig:This-is-a"
19769
19770 \end_inset
19771
19772 This is a figure wrap float.
19773 \end_layout
19774
19775 \end_inset
19776
19777
19778 \end_layout
19779
19780 \end_inset
19781
19782  This float type is used if you want to wrap text around a figure or table
19783  so that it only occupies some fraction of the column width.
19784  It can be inserted using the menu 
19785 \family sans
19786 Insert\SpecialChar \menuseparator
19787 Floats\SpecialChar \menuseparator
19788 Figure
19789 \begin_inset space ~
19790 \end_inset
19791
19792 Wrap
19793 \begin_inset space ~
19794 \end_inset
19795
19796 Float
19797 \family default
19798  or 
19799 \family sans
19800 Table
19801 \begin_inset space ~
19802 \end_inset
19803
19804 Wrap
19805 \begin_inset space ~
19806 \end_inset
19807
19808 Float
19809 \family default
19810  if the LaTeX-package 
19811 \series bold
19812 wrapfig
19813 \series default
19814
19815 \begin_inset Index
19816 status collapsed
19817
19818 \begin_layout Plain Layout
19819 LaTeX-packages ! wrapfig
19820 \begin_inset ERT
19821 status collapsed
19822
19823 \begin_layout Plain Layout
19824
19825
19826 \backslash
19827 vspace{4mm}
19828 \end_layout
19829
19830 \end_inset
19831
19832
19833 \end_layout
19834
19835 \end_inset
19836
19837  is installed.
19838 \begin_inset Foot
19839 status collapsed
19840
19841 \begin_layout Plain Layout
19842 Installing a LaTeX-package is explained it in the 
19843 \emph on
19844 LaTeX
19845 \begin_inset space ~
19846 \end_inset
19847
19848 Configuration
19849 \emph default
19850  manual.
19851 \end_layout
19852
19853 \end_inset
19854
19855  The settings of the float can be modified by right-clicking on the float
19856  box.
19857  The mandatory settings are the float 
19858 \family sans
19859 Placement
19860 \family default
19861  and its 
19862 \family sans
19863 Width
19864 \family default
19865 .
19866  Optional are the 
19867 \family sans
19868 Overhang
19869 \family default
19870  that specifies how much the float is set into the paragraph
19871 \begin_inset space \thinspace{}
19872 \end_inset
19873
19874 /
19875 \begin_inset space \thinspace{}
19876 \end_inset
19877
19878 page margin, and the 
19879 \family sans
19880 Line
19881 \begin_inset space ~
19882 \end_inset
19883
19884 span
19885 \family default
19886  that specifies how many text lines the float will approximately need.
19887  The line span is often hard to be approximated, so better only use it when
19888  you encounter float placement problems.
19889  You can furthermore decide if LaTeX is allowed to let the float float within
19890  the paragraph or to surrounding paragraphs.
19891  Figure
19892 \begin_inset space ~
19893 \end_inset
19894
19895
19896 \begin_inset CommandInset ref
19897 LatexCommand ref
19898 reference "fig:This-is-a"
19899
19900 \end_inset
19901
19902  is an example text wrap float with a width of 40
19903 \begin_inset space \thinspace{}
19904 \end_inset
19905
19906 col%, 1
19907 \begin_inset space \thinspace{}
19908 \end_inset
19909
19910 cm overhang, set to the left.
19911 \begin_inset Foot
19912 status collapsed
19913
19914 \begin_layout Plain Layout
19915 Available units are explained in appendix
19916 \begin_inset space ~
19917 \end_inset
19918
19919
19920 \begin_inset CommandInset ref
19921 LatexCommand ref
19922 reference "cha:Units-available-in"
19923
19924 \end_inset
19925
19926 .
19927 \end_layout
19928
19929 \end_inset
19930
19931
19932 \end_layout
19933
19934 \begin_layout Standard
19935 \begin_inset Note Greyedout
19936 status open
19937
19938 \begin_layout Plain Layout
19939
19940 \series bold
19941 Note:
19942 \series default
19943  Text
19944 \begin_inset space ~
19945 \end_inset
19946
19947 wrap float floats are fragile! E.
19948 \begin_inset space \thinspace{}
19949 \end_inset
19950
19951 g.
19952 \begin_inset space \space{}
19953 \end_inset
19954
19955 having a figure too close to the bottom of the page can mess things up in
19956  the way that the float doesn't appear in the output or that it is placed
19957  over some other text.
19958 \end_layout
19959
19960 \end_inset
19961
19962
19963 \end_layout
19964
19965 \begin_layout Standard
19966 In general:
19967 \end_layout
19968
19969 \begin_layout Itemize
19970 Wrap floats should not be placed in paragraphs that run over a page break.
19971  That means that wrap floats should better be inserted to the exact place
19972  when the document is nearly finished and you are able to estimate where
19973  page breaks will appear.
19974 \end_layout
19975
19976 \begin_layout Itemize
19977 Wrap floats should either be placed in an own paragraph before the paragraph
19978  where they should wrap into or within a paragraph.
19979 \end_layout
19980
19981 \begin_layout Itemize
19982 Wrap floats in consecutive paragraphs may cause troubles, so assure that
19983  there is a text paragraph between them as separator.
19984 \end_layout
19985
19986 \begin_layout Itemize
19987 Wrap floats are not allowed in section headings or tables.
19988 \end_layout
19989
19990 \begin_layout Section
19991 Float Numbering
19992 \begin_inset Index
19993 status collapsed
19994
19995 \begin_layout Plain Layout
19996 Floats ! Numbering
19997 \end_layout
19998
19999 \end_inset
20000
20001
20002 \end_layout
20003
20004 \begin_layout Standard
20005 Floats are usually numbered either independent from the sections the floats
20006  are in, or in the scheme 
20007 \begin_inset Quotes eld
20008 \end_inset
20009
20010 chapter.number
20011 \begin_inset Quotes erd
20012 \end_inset
20013
20014  or 
20015 \begin_inset Quotes eld
20016 \end_inset
20017
20018 section.number
20019 \begin_inset Quotes erd
20020 \end_inset
20021
20022 .
20023  This depends on the used document class.
20024 \end_layout
20025
20026 \begin_layout Standard
20027 To change the section independent numbering, you can use this command in
20028  the document preamble:
20029 \end_layout
20030
20031 \begin_layout Standard
20032
20033 \series bold
20034
20035 \backslash
20036 renewcommand{
20037 \backslash
20038 thetable}{
20039 \backslash
20040 roman{table}}
20041 \end_layout
20042
20043 \begin_layout Standard
20044
20045 \series bold
20046
20047 \backslash
20048 thetable
20049 \series default
20050  is the command that prints the table number, for figure floats, the command
20051  would be 
20052 \series bold
20053
20054 \backslash
20055 thefigure
20056 \series default
20057 .
20058  The command 
20059 \series bold
20060
20061 \backslash
20062 roman
20063 \series default
20064  prints in the command above the table number as small roman number.
20065 \end_layout
20066
20067 \begin_layout Standard
20068 To change the numbering scheme for example to 
20069 \begin_inset Quotes eld
20070 \end_inset
20071
20072 subsection.number
20073 \begin_inset Quotes erd
20074 \end_inset
20075
20076 , use this command in the preamble:
20077 \end_layout
20078
20079 \begin_layout Standard
20080
20081 \series bold
20082
20083 \backslash
20084 numberwithin{table}{subsection}
20085 \end_layout
20086
20087 \begin_layout Standard
20088 To be able to use the command 
20089 \series bold
20090
20091 \backslash
20092 numberwithin
20093 \series default
20094 , set in the tab 
20095 \family sans
20096 Math
20097 \begin_inset space ~
20098 \end_inset
20099
20100 Options
20101 \family default
20102  in the document settings the option 
20103 \family sans
20104 Use
20105 \begin_inset space ~
20106 \end_inset
20107
20108 AMS
20109 \begin_inset space ~
20110 \end_inset
20111
20112 math
20113 \begin_inset space ~
20114 \end_inset
20115
20116 package
20117 \family default
20118 .
20119 \end_layout
20120
20121 \begin_layout Standard
20122 Please also have a look at section
20123 \begin_inset space ~
20124 \end_inset
20125
20126
20127 \begin_inset CommandInset ref
20128 LatexCommand ref
20129 reference "sub:Footnote-Numbering"
20130
20131 \end_inset
20132
20133  for the details and important notes about the numbering commands.
20134 \end_layout
20135
20136 \begin_layout Section
20137 Referencing Floats
20138 \begin_inset CommandInset label
20139 LatexCommand label
20140 name "sec:Referencing-Floats"
20141
20142 \end_inset
20143
20144
20145 \begin_inset Index
20146 status collapsed
20147
20148 \begin_layout Plain Layout
20149 Floats ! References
20150 \end_layout
20151
20152 \end_inset
20153
20154
20155 \begin_inset Index
20156 status collapsed
20157
20158 \begin_layout Plain Layout
20159 References ! to Floats
20160 \end_layout
20161
20162 \end_inset
20163
20164
20165 \end_layout
20166
20167 \begin_layout Standard
20168 To reference a float, insert a label into its caption using the menu 
20169 \family sans
20170 Insert\SpecialChar \menuseparator
20171 Label
20172 \family default
20173  or the toolbar button 
20174 \begin_inset Graphics
20175         filename ../images/label-insert.png
20176         scale 85
20177         scaleBeforeRotation
20178
20179 \end_inset
20180
20181 .
20182  A grey label box like this one: 
20183 \begin_inset Graphics
20184         filename clipart/labelQt4.png
20185         scale 85
20186         scaleBeforeRotation
20187
20188 \end_inset
20189
20190  will be inserted and the label window pops up asking for the label text.
20191  LyX offers as text the first words of the caption with a prefix.
20192  The prefix depends on the float type, e.
20193 \begin_inset space \thinspace{}
20194 \end_inset
20195
20196 g.
20197 \begin_inset space \space{}
20198 \end_inset
20199
20200 for figure floats the prefix will be "
20201 \family sans
20202 fig:
20203 \family default
20204 ".
20205 \end_layout
20206
20207 \begin_layout Standard
20208 The label is used as anchor and name for the reference.
20209  You can refer to the label using the menu 
20210 \family sans
20211 Insert\SpecialChar \menuseparator
20212 Cross-reference
20213 \family default
20214  or the toolbar button 
20215 \begin_inset Graphics
20216         filename ../images/dialog-show-new-inset_ref.png
20217         scale 85
20218         scaleBeforeRotation
20219
20220 \end_inset
20221
20222 .
20223  A grey cross-reference box like this one: 
20224 \begin_inset Graphics
20225         filename clipart/referenceQt4.png
20226         scale 85
20227         scaleBeforeRotation
20228
20229 \end_inset
20230
20231  will be inserted and the cross-reference window appear showing all labels
20232  of the document.
20233  If you have multiple LyX-documents opened, choose the one you are working
20234  on from the drop-list at the top of the dialog.
20235  You can now sort the labels alphabetically and then choose one.
20236  At the position of the cross-reference box the float number will appear
20237  in the output.
20238 \end_layout
20239
20240 \begin_layout Standard
20241 It is recommended to use a protected space between the cross-reference name
20242  and its number to avoid line breaks between them.
20243  If a cross-reference refers to a non-existing label, you will see two question
20244  marks in the output instead of the reference.
20245 \end_layout
20246
20247 \begin_layout Standard
20248 You can change labels at any time by clicking on the label box.
20249  References to the changed label will automatically change its link to the
20250  new label text, so that you don't need to take care about this.
20251 \end_layout
20252
20253 \begin_layout Standard
20254 The button 
20255 \family sans
20256 Go
20257 \begin_inset space ~
20258 \end_inset
20259
20260 to
20261 \begin_inset space ~
20262 \end_inset
20263
20264 Label
20265 \family default
20266  in the cross-reference window sets the cursor before the referred label.
20267  The button text changes then to Go
20268 \begin_inset space ~
20269 \end_inset
20270
20271 Back and you can use it to set the cursor back to the cross-reference.
20272  Right-clicking on a cross-reference box also sets the cursor before the
20273  referenced label but without a possibility to go back.
20274 \end_layout
20275
20276 \begin_layout Subsection
20277 Cross-Reference Formats
20278 \begin_inset CommandInset label
20279 LatexCommand label
20280 name "sub:Cross-Reference-Formats"
20281
20282 \end_inset
20283
20284
20285 \begin_inset Index
20286 status collapsed
20287
20288 \begin_layout Plain Layout
20289 References ! Formats
20290 \end_layout
20291
20292 \end_inset
20293
20294
20295 \end_layout
20296
20297 \begin_layout Standard
20298 There are six varieties of cross-references:
20299 \end_layout
20300
20301 \begin_layout Description
20302 <reference>: prints the float number, this is the default: 
20303 \begin_inset CommandInset ref
20304 LatexCommand ref
20305 reference "fig:Two-distorted-images"
20306
20307 \end_inset
20308
20309
20310 \end_layout
20311
20312 \begin_layout Description
20313 (<reference>): prints the float number within two parentheses, this is the
20314  style normally used to reference formulas, especially when the reference
20315  name 
20316 \begin_inset Quotes eld
20317 \end_inset
20318
20319 Equation
20320 \begin_inset Quotes erd
20321 \end_inset
20322
20323  is omitted: 
20324 \begin_inset CommandInset ref
20325 LatexCommand eqref
20326 reference "eq:Wgn"
20327
20328 \end_inset
20329
20330
20331 \end_layout
20332
20333 \begin_layout Description
20334 <page>: prints the page number: Page
20335 \begin_inset space ~
20336 \end_inset
20337
20338
20339 \begin_inset CommandInset ref
20340 LatexCommand pageref
20341 reference "fig:Two-distorted-images"
20342
20343 \end_inset
20344
20345
20346 \end_layout
20347
20348 \begin_layout Description
20349 on
20350 \begin_inset space ~
20351 \end_inset
20352
20353 page
20354 \begin_inset space ~
20355 \end_inset
20356
20357 <page>: prints the text "on page" and the page number: 
20358 \begin_inset CommandInset ref
20359 LatexCommand vpageref
20360 reference "fig:Two-distorted-images"
20361
20362 \end_inset
20363
20364
20365 \end_layout
20366
20367 \begin_layout Description
20368 <reference>
20369 \begin_inset space ~
20370 \end_inset
20371
20372 on
20373 \begin_inset space ~
20374 \end_inset
20375
20376 page
20377 \begin_inset space ~
20378 \end_inset
20379
20380 <page>: prints the float number, the text "on page", and the page number:
20381  
20382 \begin_inset CommandInset ref
20383 LatexCommand vref
20384 reference "fig:Two-distorted-images"
20385
20386 \end_inset
20387
20388
20389 \end_layout
20390
20391 \begin_layout Description
20392 Formatted
20393 \begin_inset space ~
20394 \end_inset
20395
20396 reference: prints a self defined cross-reference format.
20397  
20398 \begin_inset Note Greyedout
20399 status open
20400
20401 \begin_layout Plain Layout
20402
20403 \series bold
20404 Note:
20405 \series default
20406  This feature is only available when you have the LaTeX-package 
20407 \series bold
20408 prettyref
20409 \series default
20410  installed.
20411 \end_layout
20412
20413 \end_inset
20414
20415
20416 \end_layout
20417
20418 \begin_layout Standard
20419 Note that the style <page> won't print the page number if the label is on
20420  the previous, the same, or the next page.
20421  You will e.
20422 \begin_inset space \thinspace{}
20423 \end_inset
20424
20425 g.
20426 \begin_inset space \space{}
20427 \end_inset
20428
20429 see the text 
20430 \begin_inset Quotes eld
20431 \end_inset
20432
20433
20434 \family sans
20435 on this page
20436 \family default
20437
20438 \begin_inset Quotes erd
20439 \end_inset
20440
20441  instead.
20442 \end_layout
20443
20444 \begin_layout Standard
20445 The number and current page of the referred document part in the output,
20446  is automatically calculated by LaTeX.
20447  The varieties are adjusted in the field 
20448 \family sans
20449 Format
20450 \family default
20451  of the cross-reference window, that appear when you click on the cross-referenc
20452 e box.
20453 \end_layout
20454
20455 \begin_layout Subsection
20456 Automatic Reference Naming
20457 \begin_inset Index
20458 status collapsed
20459
20460 \begin_layout Plain Layout
20461 References ! Automatic Reference Naming
20462 \end_layout
20463
20464 \end_inset
20465
20466
20467 \end_layout
20468
20469 \begin_layout Standard
20470 The LaTeX-package 
20471 \series bold
20472 hyperref
20473 \series default
20474
20475 \begin_inset Index
20476 status collapsed
20477
20478 \begin_layout Plain Layout
20479 LaTeX-packages ! hyperref
20480 \end_layout
20481
20482 \end_inset
20483
20484 , that is enabled in the 
20485 \family sans
20486 PDF Properties
20487 \family default
20488  of the 
20489 \family sans
20490 Document Settings
20491 \family default
20492  dialog, provides a very useful feature that cross-references automatically
20493  include the name of the referenced floats (or text parts like 
20494 \emph on
20495 section
20496 \emph default
20497 ).
20498  So you will save to write e.
20499 \begin_inset space \thinspace{}
20500 \end_inset
20501
20502 g.
20503 \begin_inset space \space{}
20504 \end_inset
20505
20506 the name 
20507 \begin_inset Quotes eld
20508 \end_inset
20509
20510 Figure
20511 \begin_inset Quotes erd
20512 \end_inset
20513
20514  before every reference to a figure.
20515  To use this feature, enable 
20516 \series bold
20517 hyperref
20518 \series default
20519  and insert this line to the LaTeX preamble:
20520 \end_layout
20521
20522 \begin_layout Standard
20523
20524 \series bold
20525
20526 \backslash
20527 AtBeginDocument{
20528 \backslash
20529 renewcommand{
20530 \backslash
20531 ref}[1]{
20532 \backslash
20533 mbox{
20534 \backslash
20535 autoref{#1}}}}
20536 \end_layout
20537
20538 \begin_layout Standard
20539 When you prefer other reference names than the default ones, for example
20540  you want instead of 
20541 \begin_inset Quotes eld
20542 \end_inset
20543
20544 section
20545 \begin_inset Quotes erd
20546 \end_inset
20547
20548  the name 
20549 \begin_inset Quotes eld
20550 \end_inset
20551
20552 sec.
20553 \begin_inset space \thinspace{}
20554 \end_inset
20555
20556
20557 \begin_inset Quotes eld
20558 \end_inset
20559
20560 , you can redefine the name by inserting this to the preamble:
20561 \end_layout
20562
20563 \begin_layout Standard
20564
20565 \series bold
20566
20567 \backslash
20568 addto
20569 \backslash
20570 extrasenglish{
20571 \backslash
20572 renewcommand{
20573 \backslash
20574 sectionautorefname}
20575 \begin_inset Newline newline
20576 \end_inset
20577
20578
20579 \begin_inset ERT
20580 status collapsed
20581
20582 \begin_layout Plain Layout
20583
20584
20585 \backslash
20586 hphantom{ }
20587 \end_layout
20588
20589 \end_inset
20590
20591 {sec.
20592 \backslash
20593 negthinspace}}
20594 \end_layout
20595
20596 \begin_layout Standard
20597 When you are using another document language than English, replace
20598 \begin_inset Newline newline
20599 \end_inset
20600
20601
20602 \series bold
20603
20604 \backslash
20605 extrasenglish
20606 \series default
20607  by 
20608 \series bold
20609
20610 \backslash
20611 extras***
20612 \series default
20613 , where *** is the name of the used language.
20614 \end_layout
20615
20616 \begin_layout Standard
20617 To get automatic names, but not for certain reference types, for example
20618  not for equations, use this preamble code:
20619 \end_layout
20620
20621 \begin_layout Standard
20622
20623 \series bold
20624
20625 \backslash
20626 newlength{
20627 \backslash
20628 abc}
20629 \begin_inset Newline newline
20630 \end_inset
20631
20632
20633 \backslash
20634 settowidth{
20635 \backslash
20636 abc}{
20637 \backslash
20638 space}
20639 \begin_inset Newline newline
20640 \end_inset
20641
20642
20643 \backslash
20644 addto
20645 \backslash
20646 extrasenglish{
20647 \backslash
20648 renewcommand{
20649 \backslash
20650 equationautorefname}
20651 \begin_inset Newline newline
20652 \end_inset
20653
20654
20655 \begin_inset ERT
20656 status collapsed
20657
20658 \begin_layout Plain Layout
20659
20660
20661 \backslash
20662 hphantom{ }
20663 \end_layout
20664
20665 \end_inset
20666
20667 {
20668 \backslash
20669 hspace{-
20670 \backslash
20671 abc}}
20672 \end_layout
20673
20674 \begin_layout Standard
20675 More about this topic can be found in 
20676 \series bold
20677 hyperref
20678 \series default
20679 's documentation 
20680 \begin_inset CommandInset citation
20681 LatexCommand cite
20682 key "hyperref"
20683
20684 \end_inset
20685
20686 .
20687 \end_layout
20688
20689 \begin_layout Standard
20690 \begin_inset Note Greyedout
20691 status open
20692
20693 \begin_layout Plain Layout
20694
20695 \series bold
20696 Note:
20697 \series default
20698  Automatic reference naming cannot be used when you use cross-references
20699  in the 
20700 \family sans
20701 Formatted
20702 \begin_inset space ~
20703 \end_inset
20704
20705 reference
20706 \family default
20707  style, as described in section
20708 \begin_inset space ~
20709 \end_inset
20710
20711
20712 \begin_inset CommandInset ref
20713 LatexCommand ref
20714 reference "sub:Cross-Reference-Formats"
20715
20716 \end_inset
20717
20718 .
20719 \end_layout
20720
20721 \end_inset
20722
20723
20724 \end_layout
20725
20726 \begin_layout Standard
20727 The 
20728 \emph on
20729 Math
20730 \emph default
20731  manual is an example where automatic reference naming is used.
20732 \end_layout
20733
20734 \begin_layout Subsection
20735 Reference Position
20736 \begin_inset CommandInset label
20737 LatexCommand label
20738 name "sub:Reference-Position"
20739
20740 \end_inset
20741
20742
20743 \begin_inset Index
20744 status collapsed
20745
20746 \begin_layout Plain Layout
20747 References ! Reference Position
20748 \end_layout
20749
20750 \end_inset
20751
20752
20753 \end_layout
20754
20755 \begin_layout Standard
20756 If you use 
20757 \series bold
20758 hyperref
20759 \series default
20760
20761 \begin_inset Index
20762 status collapsed
20763
20764 \begin_layout Plain Layout
20765 LaTeX-packages ! hyperref
20766 \end_layout
20767
20768 \end_inset
20769
20770  in the 
20771 \family sans
20772 PDF Properties
20773 \family default
20774  of the 
20775 \family sans
20776 Document Settings
20777 \family default
20778  dialog to link cross-references in the output, you will see that clicking
20779  on an image float reference jumps to the image label.
20780  The caption will be the first text part on the screen, so that you cannot
20781  see the image without scrolling.
20782  This is because the reference link anchor is placed at the position of
20783  the label.
20784  With the use of the package 
20785 \series bold
20786 hypcap
20787 \series default
20788
20789 \begin_inset Index
20790 status collapsed
20791
20792 \begin_layout Plain Layout
20793 LaTeX-packages ! hypcap
20794 \end_layout
20795
20796 \end_inset
20797
20798 , which is part of the LaTeX-package 
20799 \series bold
20800 oberdiek
20801 \series default
20802
20803 \begin_inset Index
20804 status collapsed
20805
20806 \begin_layout Plain Layout
20807 LaTeX-packages ! oberdiek
20808 \end_layout
20809
20810 \end_inset
20811
20812 , the link anchor is placed at the beginning of a float.
20813  To use this feature for figure floats, load 
20814 \series bold
20815 hypcap
20816 \series default
20817  in the document preamble with the line
20818 \end_layout
20819
20820 \begin_layout Standard
20821
20822 \series bold
20823
20824 \backslash
20825 usepackage[figure]{hypcap}
20826 \end_layout
20827
20828 \begin_layout Standard
20829 You can also use 
20830 \series bold
20831 hypcap
20832 \series default
20833  for all float types but this is not recommended for stability reasons.
20834  For more informations, have a look at 
20835 \series bold
20836 hypcap
20837 \series default
20838 's manual 
20839 \begin_inset CommandInset citation
20840 LatexCommand cite
20841 key "hypcap"
20842
20843 \end_inset
20844
20845 .
20846 \end_layout
20847
20848 \begin_layout Standard
20849 \begin_inset Note Greyedout
20850 status open
20851
20852 \begin_layout Plain Layout
20853
20854 \series bold
20855 Note:
20856 \series default
20857  
20858 \series bold
20859 hypcap
20860 \series default
20861  has no effect for references to subfigures.
20862 \end_layout
20863
20864 \end_inset
20865
20866
20867 \end_layout
20868
20869 \begin_layout Section
20870 Float Placement
20871 \begin_inset CommandInset label
20872 LatexCommand label
20873 name "sec:Float-Placement"
20874
20875 \end_inset
20876
20877
20878 \begin_inset Index
20879 status collapsed
20880
20881 \begin_layout Plain Layout
20882 Floats ! Placement
20883 \end_layout
20884
20885 \end_inset
20886
20887
20888 \end_layout
20889
20890 \begin_layout Standard
20891 Right-clicking on a float-box opens a dialog where you can alter the placement
20892  options that LaTeX uses for positioning the float.
20893 \begin_inset Newline newline
20894 \end_inset
20895
20896 The option 
20897 \family sans
20898 Span
20899 \begin_inset space ~
20900 \end_inset
20901
20902 columns
20903 \family default
20904  is only useful for two-column documents: If you select it, the float will
20905  span across both columns on the page instead of being confined to just
20906  one.
20907 \begin_inset Newline newline
20908 \end_inset
20909
20910 The option 
20911 \family sans
20912 Rotate
20913 \begin_inset space ~
20914 \end_inset
20915
20916 sideways
20917 \family default
20918  is used to rotate floats, see section 
20919 \begin_inset CommandInset ref
20920 LatexCommand ref
20921 reference "sec:Rotated-Floats"
20922
20923 \end_inset
20924
20925 .
20926 \end_layout
20927
20928 \begin_layout Standard
20929 You can use one ore more of the following options in the float dialog to
20930  set the placement for a particular float when you uncheck the option 
20931 \family sans
20932 Use
20933 \begin_inset space ~
20934 \end_inset
20935
20936 default
20937 \begin_inset space ~
20938 \end_inset
20939
20940 placement
20941 \family default
20942 :
20943 \end_layout
20944
20945 \begin_layout Description
20946 Here
20947 \begin_inset space ~
20948 \end_inset
20949
20950 if
20951 \begin_inset space ~
20952 \end_inset
20953
20954 possible try to place the float on the position where it is inserted
20955 \end_layout
20956
20957 \begin_layout Description
20958 Top
20959 \begin_inset space ~
20960 \end_inset
20961
20962 of
20963 \begin_inset space ~
20964 \end_inset
20965
20966 page try to place the float on the top of the current page
20967 \end_layout
20968
20969 \begin_layout Description
20970 Bottom
20971 \begin_inset space ~
20972 \end_inset
20973
20974 of
20975 \begin_inset space ~
20976 \end_inset
20977
20978 page try to place the float on the bottom of the current page
20979 \end_layout
20980
20981 \begin_layout Description
20982 Page
20983 \begin_inset space ~
20984 \end_inset
20985
20986 of
20987 \begin_inset space ~
20988 \end_inset
20989
20990 floats try to place the float on an own page 
20991 \end_layout
20992
20993 \begin_layout Standard
20994 The order of the above option is 
20995 \emph on
20996 always
20997 \emph default
20998  used by LaTeX.
20999  That means, if you use the default placement, LaTeX will first try out
21000  
21001 \family sans
21002 Here
21003 \begin_inset space ~
21004 \end_inset
21005
21006 if
21007 \begin_inset space ~
21008 \end_inset
21009
21010 possible
21011 \family default
21012 , then 
21013 \family sans
21014 Top
21015 \begin_inset space ~
21016 \end_inset
21017
21018 of
21019 \begin_inset space ~
21020 \end_inset
21021
21022 page
21023 \family default
21024 , and then the others.
21025  If you don't use the default, LaTeX will try only the checked options but
21026  in the same order.
21027  If none of the 4 placements are possible the procedure is internally repeated
21028  but it is tried to put the float on the following page.
21029 \end_layout
21030
21031 \begin_layout Standard
21032 By default, each option has its own rules:
21033 \end_layout
21034
21035 \begin_layout Labeling
21036 \labelwidthstring 00.00.0000
21037
21038 \family sans
21039 Top
21040 \begin_inset space ~
21041 \end_inset
21042
21043 of
21044 \begin_inset space ~
21045 \end_inset
21046
21047 page
21048 \family default
21049  only floats occupying less than 70
21050 \begin_inset space \thinspace{}
21051 \end_inset
21052
21053 % of the page can be placed at the top of a page (
21054 \series bold
21055
21056 \backslash
21057 topfraction
21058 \series default
21059 )
21060 \end_layout
21061
21062 \begin_layout Labeling
21063 \labelwidthstring 00.00.0000
21064
21065 \family sans
21066 Bottom
21067 \begin_inset space ~
21068 \end_inset
21069
21070 of
21071 \begin_inset space ~
21072 \end_inset
21073
21074 page
21075 \family default
21076 : only floats occupying less than 30
21077 \begin_inset space \thinspace{}
21078 \end_inset
21079
21080 % of the page can be placed at the bottom of a page.
21081  (
21082 \series bold
21083
21084 \backslash
21085 bottomfraction
21086 \series default
21087 )
21088 \end_layout
21089
21090 \begin_layout Labeling
21091 \labelwidthstring 00.00.0000
21092
21093 \family sans
21094 Page
21095 \begin_inset space ~
21096 \end_inset
21097
21098 of
21099 \begin_inset space ~
21100 \end_inset
21101
21102 floats
21103 \family default
21104 : only if more than 50
21105 \begin_inset space \thinspace{}
21106 \end_inset
21107
21108 % of the page are occupied by floats, several floats can be set together
21109  on a page.
21110  (
21111 \series bold
21112
21113 \backslash
21114 floatpagefraction
21115 \series default
21116 )
21117 \end_layout
21118
21119 \begin_layout Standard
21120 If you don't like these rules, you can ignore them by using the additional
21121  option 
21122 \family sans
21123 Ignore
21124 \begin_inset space ~
21125 \end_inset
21126
21127 LaTeX
21128 \begin_inset space ~
21129 \end_inset
21130
21131 rules
21132 \family default
21133 .
21134 \begin_inset Newline newline
21135 \end_inset
21136
21137 You can also redefine the rules with LaTeX-commands that are given in parenthese
21138 s behind the rules description above.
21139  To increase for example the often too small default of the bottom-rule
21140  to 50
21141 \begin_inset space \thinspace{}
21142 \end_inset
21143
21144 % of the page, add this line to your document preamble:
21145 \end_layout
21146
21147 \begin_layout Standard
21148
21149 \series bold
21150
21151 \backslash
21152 renewcommand{
21153 \backslash
21154 bottomfraction}{0.5}
21155 \end_layout
21156
21157 \begin_layout Standard
21158 Sometimes you might need, under all circumstances, a float to be placed
21159  exactly at the position where it is inserted.
21160  For this case you can use the option 
21161 \family sans
21162 Here
21163 \begin_inset space ~
21164 \end_inset
21165
21166 definitely
21167 \family default
21168 .
21169  Use this option very rarely and only if the document is nearly ready to
21170  be printed.
21171  Because the float is then no longer able to 
21172 \begin_inset Quotes eld
21173 \end_inset
21174
21175 float
21176 \begin_inset Quotes erd
21177 \end_inset
21178
21179  when you change your document and this will often destroy the page layout.
21180 \end_layout
21181
21182 \begin_layout Standard
21183 There are no placement options for text wrap floats, because they are always
21184  surrounded by the text of a certain paragraph.
21185 \begin_inset VSpace bigskip
21186 \end_inset
21187
21188
21189 \end_layout
21190
21191 \begin_layout Standard
21192 Sometimes you have the problem that a float is placed at the top of a page
21193  while its corresponding section starts at the middle of the page, so that
21194  the reader could think the float is part of the previous section.
21195  To avoid this the LaTeX-command 
21196 \series bold
21197
21198 \backslash
21199 suppressfloats
21200 \series default
21201  can be used.
21202  It suppresses a given float placement for the page where it is inserted
21203  and can therefore be used to avoid that floats could be set before a section
21204  starts.
21205  To get this, add these commands to your document preamble:
21206 \end_layout
21207
21208 \begin_layout Standard
21209
21210 \series bold
21211
21212 \backslash
21213 let
21214 \backslash
21215 mySection
21216 \backslash
21217 section
21218 \begin_inset Newline newline
21219 \end_inset
21220
21221
21222 \backslash
21223 renewcommand{
21224 \backslash
21225 section}{
21226 \backslash
21227 suppressfloats[t]
21228 \backslash
21229 mySection}
21230 \end_layout
21231
21232 \begin_layout Standard
21233 You can define the same for all section headings, like chapters and subsections.
21234  This definition is not recommended to be used for small text parts like
21235  subsubsections because LaTeX may then have problems to find a suitable
21236  placement.
21237 \end_layout
21238
21239 \begin_layout Standard
21240 \begin_inset VSpace bigskip
21241 \end_inset
21242
21243 In some cases it is required to have all figures/tables at the end of the
21244  document.
21245  For this purpose the LaTeX-package 
21246 \series bold
21247 endfloat
21248 \series default
21249
21250 \begin_inset Index
21251 status collapsed
21252
21253 \begin_layout Plain Layout
21254 LaTeX-packages ! endfloat
21255 \end_layout
21256
21257 \end_inset
21258
21259  was developed.
21260  It puts all figure and table floats at the end of the document into own
21261  sections.
21262  At the original float position a text hint like 
21263 \begin_inset Quotes eld
21264 \end_inset
21265
21266
21267 \family sans
21268 [Figure
21269 \begin_inset space ~
21270 \end_inset
21271
21272 3.2 about here.]
21273 \family default
21274
21275 \begin_inset Quotes erd
21276 \end_inset
21277
21278  is inserted.
21279  The endfloat-package is loaded in the preamble with the line
21280 \end_layout
21281
21282 \begin_layout Standard
21283
21284 \series bold
21285
21286 \backslash
21287 usepackage[options]{endfloat}
21288 \end_layout
21289
21290 \begin_layout Standard
21291 There are various package options to format the created figure/table sections.
21292  For more information we refer to the 
21293 \series bold
21294 endfloat
21295 \series default
21296  documentation 
21297 \begin_inset CommandInset citation
21298 LatexCommand cite
21299 key "endfloat"
21300
21301 \end_inset
21302
21303 .
21304 \begin_inset Newline newline
21305 \end_inset
21306
21307
21308 \begin_inset Note Greyedout
21309 status open
21310
21311 \begin_layout Plain Layout
21312
21313 \series bold
21314 Note: endfloat
21315 \series default
21316  doesn't provide an automatic translation for the text hint, you have to
21317  do this manually, see section
21318 \begin_inset space ~
21319 \end_inset
21320
21321 4 in 
21322 \begin_inset CommandInset citation
21323 LatexCommand cite
21324 key "endfloat"
21325
21326 \end_inset
21327
21328 .
21329 \end_layout
21330
21331 \end_inset
21332
21333
21334 \begin_inset Newline newline
21335 \end_inset
21336
21337
21338 \begin_inset Note Greyedout
21339 status open
21340
21341 \begin_layout Plain Layout
21342
21343 \series bold
21344 Note:
21345 \series default
21346  There is currently a bug in 
21347 \series bold
21348 endfloat
21349 \series default
21350  when the caption contains a German 
21351 \begin_inset Quotes eld
21352 \end_inset
21353
21354 ß
21355 \begin_inset Quotes erd
21356 \end_inset
21357
21358 .
21359  Use in this case the command 
21360 \begin_inset Quotes eld
21361 \end_inset
21362
21363
21364 \series bold
21365
21366 \backslash
21367 ss
21368 \series default
21369
21370 \begin_inset Quotes erd
21371 \end_inset
21372
21373  in TeX-Code instead of 
21374 \begin_inset Quotes eld
21375 \end_inset
21376
21377 ß
21378 \begin_inset Quotes erd
21379 \end_inset
21380
21381 .
21382 \end_layout
21383
21384 \end_inset
21385
21386
21387 \end_layout
21388
21389 \begin_layout Standard
21390 \begin_inset VSpace bigskip
21391 \end_inset
21392
21393 For more details about float placements, have a look at LaTeX books, 
21394 \begin_inset CommandInset citation
21395 LatexCommand cite
21396 key "latexcompanion,latexguide,latexbook"
21397
21398 \end_inset
21399
21400 .
21401 \end_layout
21402
21403 \begin_layout Section
21404 Rotated Floats
21405 \begin_inset CommandInset label
21406 LatexCommand label
21407 name "sec:Rotated-Floats"
21408
21409 \end_inset
21410
21411
21412 \begin_inset Index
21413 status collapsed
21414
21415 \begin_layout Plain Layout
21416 Floats ! Rotating
21417 \end_layout
21418
21419 \end_inset
21420
21421
21422 \end_layout
21423
21424 \begin_layout Standard
21425 Especially for wide tables you might have floats rotated.
21426  To rotate a whole float including the caption, right-click on the float-box
21427  and use the option 
21428 \family sans
21429 Rotate
21430 \begin_inset space ~
21431 \end_inset
21432
21433 sideways
21434 \family default
21435 .
21436 \end_layout
21437
21438 \begin_layout Standard
21439 Rotated floats are always placed on its own page (or column, in case you
21440  have a multi-column document).
21441  You can let them span several columns using the float settings option 
21442 \family sans
21443 Span
21444 \begin_inset space ~
21445 \end_inset
21446
21447 columns
21448 \family default
21449 .
21450  Floats are rotated so that you can read them from the outside margin.
21451  To force a certain rotation direction for all pages, you can add either
21452  the option 
21453 \series bold
21454 figuresleft
21455 \series default
21456  or 
21457 \series bold
21458 figuresright
21459 \series default
21460  to the document class options.
21461 \end_layout
21462
21463 \begin_layout Standard
21464 Referencing rotated floats is the same like for normal floats, the caption
21465  format is also the same: Table
21466 \begin_inset space ~
21467 \end_inset
21468
21469
21470 \begin_inset CommandInset ref
21471 LatexCommand ref
21472 reference "tab:Rotated-table"
21473
21474 \end_inset
21475
21476  is an example of a rotated table float.
21477 \end_layout
21478
21479 \begin_layout Standard
21480 \begin_inset Note Greyedout
21481 status open
21482
21483 \begin_layout Plain Layout
21484
21485 \series bold
21486 Note:
21487 \series default
21488  Not all DVI-viewers are able to display rotated floats.
21489 \end_layout
21490
21491 \end_inset
21492
21493
21494 \end_layout
21495
21496 \begin_layout Standard
21497 \begin_inset Float table
21498 wide false
21499 sideways true
21500 status open
21501
21502 \begin_layout Plain Layout
21503 \begin_inset Caption
21504
21505 \begin_layout Plain Layout
21506 \begin_inset CommandInset label
21507 LatexCommand label
21508 name "tab:Rotated-table"
21509
21510 \end_inset
21511
21512  Rotated table
21513 \end_layout
21514
21515 \end_inset
21516
21517
21518 \end_layout
21519
21520 \begin_layout Plain Layout
21521 \align center
21522 \begin_inset Tabular
21523 <lyxtabular version="3" rows="1" columns="5">
21524 <features>
21525 <column alignment="center" valignment="top" width="0">
21526 <column alignment="center" valignment="top" width="0">
21527 <column alignment="center" valignment="top" width="0">
21528 <column alignment="center" valignment="top" width="0">
21529 <column alignment="center" valignment="top" width="0">
21530 <row>
21531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21532 \begin_inset Text
21533
21534 \begin_layout Plain Layout
21535 test
21536 \end_layout
21537
21538 \end_inset
21539 </cell>
21540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21541 \begin_inset Text
21542
21543 \begin_layout Plain Layout
21544 b
21545 \end_layout
21546
21547 \end_inset
21548 </cell>
21549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21550 \begin_inset Text
21551
21552 \begin_layout Plain Layout
21553 c
21554 \end_layout
21555
21556 \end_inset
21557 </cell>
21558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21559 \begin_inset Text
21560
21561 \begin_layout Plain Layout
21562 d
21563 \end_layout
21564
21565 \end_inset
21566 </cell>
21567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21568 \begin_inset Text
21569
21570 \begin_layout Plain Layout
21571 e
21572 \end_layout
21573
21574 \end_inset
21575 </cell>
21576 </row>
21577 </lyxtabular>
21578
21579 \end_inset
21580
21581
21582 \end_layout
21583
21584 \end_inset
21585
21586
21587 \end_layout
21588
21589 \begin_layout Section
21590 Floats Side by Side
21591 \begin_inset Index
21592 status collapsed
21593
21594 \begin_layout Plain Layout
21595 Floats ! Side by side
21596 \end_layout
21597
21598 \end_inset
21599
21600
21601 \end_layout
21602
21603 \begin_layout Standard
21604 To place floats side by side, like for Figure
21605 \begin_inset space ~
21606 \end_inset
21607
21608
21609 \begin_inset CommandInset ref
21610 LatexCommand ref
21611 reference "fig:Float-left"
21612
21613 \end_inset
21614
21615  and 
21616 \begin_inset CommandInset ref
21617 LatexCommand ref
21618 reference "fig:Float-right"
21619
21620 \end_inset
21621
21622 , only 
21623 \emph on
21624 one
21625 \emph default
21626  float is used.
21627  In it two minipage boxes are inserted.
21628 \begin_inset Foot
21629 status collapsed
21630
21631 \begin_layout Plain Layout
21632 Minipages are explained in section
21633 \begin_inset space ~
21634 \end_inset
21635
21636
21637 \begin_inset CommandInset ref
21638 LatexCommand ref
21639 reference "sec:Minipages"
21640
21641 \end_inset
21642
21643 .
21644 \end_layout
21645
21646 \end_inset
21647
21648  The width is set to 45
21649 \begin_inset space \thinspace{}
21650 \end_inset
21651
21652 -50
21653 \begin_inset space \thinspace{}
21654 \end_inset
21655
21656 column% and the box alignment to 
21657 \family sans
21658 Bottom
21659 \family default
21660  for each minipage.
21661  The minipage boxes contain the image and the caption in the same way as
21662  they are in a float.
21663  The only difference is that the image unit 
21664 \family sans
21665 Column
21666 \begin_inset space ~
21667 \end_inset
21668
21669 Width
21670 \begin_inset space ~
21671 \end_inset
21672
21673 %
21674 \family default
21675  is now calculated according to the width of the minipage boxes.
21676 \end_layout
21677
21678 \begin_layout Standard
21679 \begin_inset Float figure
21680 wide false
21681 sideways false
21682 status open
21683
21684 \begin_layout Plain Layout
21685 \begin_inset Box Frameless
21686 position "b"
21687 hor_pos "c"
21688 has_inner_box 1
21689 inner_pos "t"
21690 use_parbox 0
21691 width "45col%"
21692 special "none"
21693 height "1in"
21694 height_special "totalheight"
21695 status open
21696
21697 \begin_layout Plain Layout
21698 \align center
21699 \begin_inset Graphics
21700         filename clipart/mobius.eps
21701         lyxscale 50
21702         width 100col%
21703         scaleBeforeRotation
21704
21705 \end_inset
21706
21707
21708 \end_layout
21709
21710 \begin_layout Plain Layout
21711 \begin_inset Caption
21712
21713 \begin_layout Plain Layout
21714 \begin_inset CommandInset label
21715 LatexCommand label
21716 name "fig:Float-left"
21717
21718 \end_inset
21719
21720 Float on the left side.
21721 \end_layout
21722
21723 \end_inset
21724
21725
21726 \end_layout
21727
21728 \end_inset
21729
21730
21731 \begin_inset space \hfill{}
21732 \end_inset
21733
21734
21735 \begin_inset Box Frameless
21736 position "b"
21737 hor_pos "c"
21738 has_inner_box 1
21739 inner_pos "t"
21740 use_parbox 0
21741 width "45col%"
21742 special "none"
21743 height "1in"
21744 height_special "totalheight"
21745 status open
21746
21747 \begin_layout Plain Layout
21748 \align center
21749 \begin_inset Graphics
21750         filename clipart/platypus.eps
21751         lyxscale 50
21752         width 100col%
21753         scaleBeforeRotation
21754
21755 \end_inset
21756
21757
21758 \end_layout
21759
21760 \begin_layout Plain Layout
21761 \begin_inset Caption
21762
21763 \begin_layout Plain Layout
21764 \begin_inset CommandInset label
21765 LatexCommand label
21766 name "fig:Float-right"
21767
21768 \end_inset
21769
21770 Float on the right side.
21771 \end_layout
21772
21773 \end_inset
21774
21775
21776 \end_layout
21777
21778 \end_inset
21779
21780
21781 \end_layout
21782
21783 \begin_layout Plain Layout
21784
21785 \end_layout
21786
21787 \end_inset
21788
21789
21790 \end_layout
21791
21792 \begin_layout Section
21793 Caption Formatting
21794 \begin_inset Index
21795 status collapsed
21796
21797 \begin_layout Plain Layout
21798 Caption ! Formatting
21799 \end_layout
21800
21801 \end_inset
21802
21803
21804 \begin_inset Index
21805 status collapsed
21806
21807 \begin_layout Plain Layout
21808 Floats ! Caption Formatting
21809 \end_layout
21810
21811 \end_inset
21812
21813
21814 \begin_inset CommandInset label
21815 LatexCommand label
21816 name "sec:Caption-Formatting"
21817
21818 \end_inset
21819
21820
21821 \end_layout
21822
21823 \begin_layout Standard
21824 The 
21825 \family sans
21826 Caption
21827 \family default
21828  environment is the default paragraph environment for 
21829 \family sans
21830 Floats
21831 \family default
21832 .
21833  On the LyX screen captions appear as label, e.
21834 \begin_inset space \thinspace{}
21835 \end_inset
21836
21837 g.
21838 \begin_inset space \space{}
21839 \end_inset
21840
21841
21842 \begin_inset Quotes eld
21843 \end_inset
21844
21845
21846 \family sans
21847 Figure #:
21848 \family default
21849
21850 \begin_inset Quotes erd
21851 \end_inset
21852
21853  followed by the caption text.
21854  
21855 \begin_inset Quotes eld
21856 \end_inset
21857
21858 #
21859 \begin_inset Quotes erd
21860 \end_inset
21861
21862  is the actual reference number.
21863  By default the label and the number are in the same font as the caption
21864  text and a colon follows the number to divide the label from the text.
21865  This caption format is not suitable for all document formats.
21866  
21867 \end_layout
21868
21869 \begin_layout Standard
21870 To change the default caption format, load the LaTeX-package 
21871 \series bold
21872 caption
21873 \series default
21874
21875 \begin_inset Index
21876 status collapsed
21877
21878 \begin_layout Plain Layout
21879 LaTeX-packages ! caption
21880 \end_layout
21881
21882 \end_inset
21883
21884  in the document preamble with this line:
21885 \end_layout
21886
21887 \begin_layout Standard
21888
21889 \series bold
21890
21891 \backslash
21892 usepackage[format definition]{caption}
21893 \end_layout
21894
21895 \begin_layout Standard
21896 To have for example the label and the number in sans-serif bold font and
21897  the table captions always above the table like in this document, use the
21898  following command:
21899 \end_layout
21900
21901 \begin_layout Standard
21902
21903 \series bold
21904
21905 \backslash
21906 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
21907 \end_layout
21908
21909 \begin_layout Standard
21910 You can also define different caption formats for the different float types.
21911  In this case load the 
21912 \series bold
21913 caption
21914 \series default
21915  package without format specific options and define the different formats
21916  with the help of the command
21917 \end_layout
21918
21919 \begin_layout Standard
21920
21921 \series bold
21922
21923 \backslash
21924 captionsetup[float type]{format definition}
21925 \end_layout
21926
21927 \begin_layout Standard
21928 in the document preamble.
21929  For example the caption formats of Figure
21930 \begin_inset space ~
21931 \end_inset
21932
21933
21934 \begin_inset CommandInset ref
21935 LatexCommand ref
21936 reference "fig:This-is-an-fig"
21937
21938 \end_inset
21939
21940  and Table
21941 \begin_inset space ~
21942 \end_inset
21943
21944
21945 \begin_inset CommandInset ref
21946 LatexCommand ref
21947 reference "tab:This-is-an-tab"
21948
21949 \end_inset
21950
21951  can be created using these commands in the document preamble:
21952 \end_layout
21953
21954 \begin_layout Standard
21955
21956 \series bold
21957
21958 \backslash
21959 usepackage[tableposition=top]{caption}
21960 \series default
21961
21962 \begin_inset Newline newline
21963 \end_inset
21964
21965
21966 \series bold
21967
21968 \backslash
21969 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
21970 \begin_inset Newline newline
21971 \end_inset
21972
21973
21974 \begin_inset ERT
21975 status collapsed
21976
21977 \begin_layout Plain Layout
21978
21979
21980 \backslash
21981 hphantom{
21982 \backslash
21983
21984 \backslash
21985 captionsetup[figure]
21986 \backslash
21987 {}
21988 \end_layout
21989
21990 \end_inset
21991
21992  labelsep=period}
21993 \begin_inset Newline newline
21994 \end_inset
21995
21996
21997 \backslash
21998 captionsetup[table]{labelfont={bf,sf}}
21999 \end_layout
22000
22001 \begin_layout Standard
22002 \begin_inset Note Greyedout
22003 status open
22004
22005 \begin_layout Plain Layout
22006
22007 \series bold
22008 Note:
22009 \series default
22010  The option 
22011 \series bold
22012 tableposition=top
22013 \series default
22014  has no effect when a 
22015 \series bold
22016 koma-script
22017 \series default
22018
22019 \begin_inset Index
22020 status collapsed
22021
22022 \begin_layout Plain Layout
22023 LaTeX-packages ! koma-script
22024 \end_layout
22025
22026 \end_inset
22027
22028  document class is used.
22029  In this case the document class option 
22030 \series bold
22031 tablecaptionabove
22032 \series default
22033  must be used.
22034 \end_layout
22035
22036 \end_inset
22037
22038
22039 \end_layout
22040
22041 \begin_layout Standard
22042 For more information about the package 
22043 \series bold
22044 caption
22045 \series default
22046  we refer to its documentation 
22047 \begin_inset CommandInset citation
22048 LatexCommand cite
22049 key "caption"
22050
22051 \end_inset
22052
22053 .
22054 \end_layout
22055
22056 \begin_layout Standard
22057 To change the label name from e.
22058 \begin_inset space \thinspace{}
22059 \end_inset
22060
22061 g.
22062 \begin_inset space \space{}
22063 \end_inset
22064
22065
22066 \begin_inset Quotes eld
22067 \end_inset
22068
22069 Figure
22070 \begin_inset Quotes erd
22071 \end_inset
22072
22073  to 
22074 \begin_inset Quotes eld
22075 \end_inset
22076
22077 Image
22078 \begin_inset Quotes erd
22079 \end_inset
22080
22081  use this preamble command:
22082 \end_layout
22083
22084 \begin_layout Standard
22085
22086 \series bold
22087
22088 \backslash
22089 renewcommand{
22090 \backslash
22091 fnum@figure}{Image~
22092 \backslash
22093 thefigure}
22094 \end_layout
22095
22096 \begin_layout Standard
22097 where 
22098 \series bold
22099
22100 \backslash
22101 thefigure
22102 \series default
22103  inserts the figure number and
22104 \series bold
22105  
22106 \begin_inset Quotes eld
22107 \end_inset
22108
22109 ~
22110 \series default
22111
22112 \begin_inset Quotes erd
22113 \end_inset
22114
22115  creates a protected space.
22116 \end_layout
22117
22118 \begin_layout Standard
22119 \begin_inset VSpace bigskip
22120 \end_inset
22121
22122 If you are using a 
22123 \series bold
22124 koma-script
22125 \series default
22126
22127 \begin_inset Index
22128 status collapsed
22129
22130 \begin_layout Plain Layout
22131 LaTeX-packages ! koma-script
22132 \end_layout
22133
22134 \end_inset
22135
22136  document class (
22137 \family sans
22138 article (koma-script)
22139 \family default
22140
22141 \family sans
22142 book (koma-script)
22143 \family default
22144
22145 \family sans
22146 letter (koma-script)
22147 \family default
22148 , or 
22149 \family sans
22150 report (koma-script)
22151 \family default
22152
22153 \begin_inset space \thinspace{}
22154 \end_inset
22155
22156 ), you can alternatively to the 
22157 \series bold
22158 caption
22159 \series default
22160  package use 
22161 \series bold
22162 koma-script
22163 \series default
22164 's built-in command 
22165 \series bold
22166
22167 \backslash
22168 setkomafont
22169 \series default
22170 .
22171  For example, to have the caption label in bold, add this command to your
22172  document preamble:
22173 \end_layout
22174
22175 \begin_layout Standard
22176
22177 \series bold
22178
22179 \backslash
22180 setkomafont{captionlabel}{
22181 \backslash
22182 bfseries}
22183 \end_layout
22184
22185 \begin_layout Standard
22186 For more information about 
22187 \series bold
22188
22189 \backslash
22190 setkomafont
22191 \series default
22192  we refer to the 
22193 \series bold
22194 koma-script
22195 \series default
22196  documentation 
22197 \begin_inset CommandInset citation
22198 LatexCommand cite
22199 key "koma-script"
22200
22201 \end_inset
22202
22203 .
22204 \end_layout
22205
22206 \begin_layout Standard
22207 \begin_inset ERT
22208 status collapsed
22209
22210 \begin_layout Plain Layout
22211
22212
22213 \backslash
22214 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22215 }
22216 \end_layout
22217
22218 \end_inset
22219
22220
22221 \begin_inset Note Note
22222 status open
22223
22224 \begin_layout Plain Layout
22225 The caption format is changed only for this example.
22226 \end_layout
22227
22228 \end_inset
22229
22230
22231 \end_layout
22232
22233 \begin_layout Standard
22234 \begin_inset Float figure
22235 placement !p
22236 wide false
22237 sideways false
22238 status open
22239
22240 \begin_layout Plain Layout
22241 \align center
22242 \begin_inset Graphics
22243         filename clipart/mobius.eps
22244         lyxscale 50
22245         scale 50
22246         scaleBeforeRotation
22247
22248 \end_inset
22249
22250
22251 \end_layout
22252
22253 \begin_layout Plain Layout
22254 \begin_inset Caption
22255
22256 \begin_layout Plain Layout
22257 \begin_inset CommandInset label
22258 LatexCommand label
22259 name "fig:This-is-an-fig"
22260
22261 \end_inset
22262
22263 This is an example figure caption that is longer than one line to show the
22264  different caption format.
22265  Here a self-defined caption format is used.
22266 \end_layout
22267
22268 \end_inset
22269
22270
22271 \end_layout
22272
22273 \end_inset
22274
22275
22276 \end_layout
22277
22278 \begin_layout Standard
22279 \begin_inset ERT
22280 status collapsed
22281
22282 \begin_layout Plain Layout
22283
22284
22285 \backslash
22286 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22287 on}
22288 \end_layout
22289
22290 \end_inset
22291
22292
22293 \end_layout
22294
22295 \begin_layout Standard
22296 \begin_inset Float table
22297 placement !p
22298 wide false
22299 sideways false
22300 status open
22301
22302 \begin_layout Plain Layout
22303 \begin_inset Caption
22304
22305 \begin_layout Plain Layout
22306 \begin_inset CommandInset label
22307 LatexCommand label
22308 name "tab:This-is-an-tab"
22309
22310 \end_inset
22311
22312 This is an example table caption that is longer than one line to show the
22313  different caption format.
22314  Here the standard caption format for tables in this document is used.
22315 \end_layout
22316
22317 \end_inset
22318
22319
22320 \end_layout
22321
22322 \begin_layout Plain Layout
22323 \align center
22324 \begin_inset Tabular
22325 <lyxtabular version="3" rows="1" columns="5">
22326 <features>
22327 <column alignment="center" valignment="top" width="0">
22328 <column alignment="center" valignment="top" width="0">
22329 <column alignment="center" valignment="top" width="0">
22330 <column alignment="center" valignment="top" width="0">
22331 <column alignment="center" valignment="top" width="0">
22332 <row>
22333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22334 \begin_inset Text
22335
22336 \begin_layout Plain Layout
22337 a
22338 \end_layout
22339
22340 \end_inset
22341 </cell>
22342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22343 \begin_inset Text
22344
22345 \begin_layout Plain Layout
22346 b
22347 \end_layout
22348
22349 \end_inset
22350 </cell>
22351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22352 \begin_inset Text
22353
22354 \begin_layout Plain Layout
22355 c
22356 \end_layout
22357
22358 \end_inset
22359 </cell>
22360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22361 \begin_inset Text
22362
22363 \begin_layout Plain Layout
22364 d
22365 \end_layout
22366
22367 \end_inset
22368 </cell>
22369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22370 \begin_inset Text
22371
22372 \begin_layout Plain Layout
22373 e
22374 \end_layout
22375
22376 \end_inset
22377 </cell>
22378 </row>
22379 </lyxtabular>
22380
22381 \end_inset
22382
22383
22384 \end_layout
22385
22386 \end_inset
22387
22388
22389 \end_layout
22390
22391 \begin_layout Section
22392 Caption Placement
22393 \begin_inset Index
22394 status collapsed
22395
22396 \begin_layout Plain Layout
22397 Caption ! Placement
22398 \end_layout
22399
22400 \end_inset
22401
22402
22403 \begin_inset Index
22404 status collapsed
22405
22406 \begin_layout Plain Layout
22407 Floats ! Caption Placement
22408 \end_layout
22409
22410 \end_inset
22411
22412
22413 \begin_inset CommandInset label
22414 LatexCommand label
22415 name "sec:Caption-Placement"
22416
22417 \end_inset
22418
22419
22420 \end_layout
22421
22422 \begin_layout Standard
22423 The common caption placement rule is:
22424 \end_layout
22425
22426 \begin_layout Description
22427 Figure: Caption is set below the figure
22428 \end_layout
22429
22430 \begin_layout Description
22431 Table: Caption is set above the table
22432 \end_layout
22433
22434 \begin_layout Standard
22435 Having the caption above the table is unfortunately not supported in LaTeX's
22436  standard classes.
22437  That means if you are using the document classes 
22438 \family sans
22439 article
22440 \family default
22441
22442 \family sans
22443 book
22444 \family default
22445
22446 \family sans
22447 letter
22448 \family default
22449 , or 
22450 \family sans
22451 report
22452 \family default
22453  there will be no space between the caption and the table.
22454  To insert the needed space, add the following option to the load command
22455  of the LaTeX-package 
22456 \series bold
22457 caption
22458 \series default
22459  in your document preamble
22460 \begin_inset Foot
22461 status collapsed
22462
22463 \begin_layout Plain Layout
22464 See section
22465 \begin_inset space ~
22466 \end_inset
22467
22468
22469 \begin_inset CommandInset ref
22470 LatexCommand ref
22471 reference "sec:Caption-Formatting"
22472
22473 \end_inset
22474
22475  for more information of the package 
22476 \series bold
22477 caption
22478 \series default
22479 .
22480 \end_layout
22481
22482 \end_inset
22483
22484 :
22485 \end_layout
22486
22487 \begin_layout Standard
22488
22489 \series bold
22490 tableposition=top
22491 \end_layout
22492
22493 \begin_layout Standard
22494 If you are using a 
22495 \series bold
22496 koma-script
22497 \series default
22498
22499 \begin_inset Index
22500 status collapsed
22501
22502 \begin_layout Plain Layout
22503 LaTeX-packages ! koma-script
22504 \end_layout
22505
22506 \end_inset
22507
22508  document class (
22509 \family sans
22510 article (koma-script)
22511 \family default
22512
22513 \family sans
22514 book (koma-script)
22515 \family default
22516
22517 \family sans
22518 letter (koma-script)
22519 \family default
22520 , or 
22521 \family sans
22522 report (koma-script)
22523 \family default
22524
22525 \begin_inset space \thinspace{}
22526 \end_inset
22527
22528 ), you can alternatively to the 
22529 \series bold
22530 caption
22531 \series default
22532  package set the document class option 
22533 \series bold
22534 tablecaptionabove
22535 \series default
22536 .
22537 \end_layout
22538
22539 \begin_layout Standard
22540 \begin_inset VSpace bigskip
22541 \end_inset
22542
22543 It is also possible to set the caption beside a figure or table.
22544  To get this the LaTeX-package 
22545 \series bold
22546 sidecap
22547 \series default
22548
22549 \begin_inset Index
22550 status collapsed
22551
22552 \begin_layout Plain Layout
22553 LaTeX-packages ! sidecap
22554 \end_layout
22555
22556 \end_inset
22557
22558  has to be loaded in the document preamble with the line
22559 \end_layout
22560
22561 \begin_layout Standard
22562
22563 \series bold
22564
22565 \backslash
22566 usepackage[option]{sidecap}
22567 \end_layout
22568
22569 \begin_layout Standard
22570 If you set no option, the caption is placed on the side of the outer page
22571  margin â€“ to the right on odd pages, to the left on even pages.
22572  You can change the placement to inner margin with the option 
22573 \series bold
22574 innercaption
22575 \series default
22576 .
22577  To force the placement always to the right or left, use the option 
22578 \series bold
22579 rightcaption
22580 \series default
22581  or 
22582 \series bold
22583 leftcaption
22584 \series default
22585 , respectively.
22586 \end_layout
22587
22588 \begin_layout Standard
22589 \begin_inset ERT
22590 status collapsed
22591
22592 \begin_layout Plain Layout
22593
22594
22595 \backslash
22596 ifsidecap
22597 \end_layout
22598
22599 \end_inset
22600
22601
22602 \begin_inset Note Note
22603 status open
22604
22605 \begin_layout Plain Layout
22606 The following section will only be displayed when the LaTeX-package 
22607 \series bold
22608 sidecap
22609 \series default
22610  is installed.
22611 \end_layout
22612
22613 \end_inset
22614
22615
22616 \end_layout
22617
22618 \begin_layout Standard
22619 To place in LyX the caption of a float on the side, it is necessary to add
22620  these commands to the document preamble:
22621 \end_layout
22622
22623 \begin_layout Standard
22624
22625 \lyxline
22626
22627 \end_layout
22628
22629 \begin_layout Standard
22630
22631 \series bold
22632
22633 \backslash
22634 newcommand{
22635 \backslash
22636 TabBesBeg}{%
22637 \begin_inset Newline newline
22638 \end_inset
22639
22640
22641 \begin_inset ERT
22642 status collapsed
22643
22644 \begin_layout Plain Layout
22645
22646
22647 \backslash
22648 hphantom{ }
22649 \end_layout
22650
22651 \end_inset
22652
22653
22654 \backslash
22655 let
22656 \backslash
22657 MyTable
22658 \backslash
22659 table
22660 \begin_inset Newline newline
22661 \end_inset
22662
22663
22664 \begin_inset ERT
22665 status collapsed
22666
22667 \begin_layout Plain Layout
22668
22669
22670 \backslash
22671 hphantom{ }
22672 \end_layout
22673
22674 \end_inset
22675
22676
22677 \backslash
22678 let
22679 \backslash
22680 MyEndtable
22681 \backslash
22682 endtable
22683 \begin_inset Newline newline
22684 \end_inset
22685
22686
22687 \begin_inset ERT
22688 status collapsed
22689
22690 \begin_layout Plain Layout
22691
22692
22693 \backslash
22694 hphantom{ }
22695 \end_layout
22696
22697 \end_inset
22698
22699
22700 \backslash
22701 renewenvironment{table}{
22702 \backslash
22703 begin{SCtable}}{
22704 \backslash
22705 end{SCtable}}}
22706 \end_layout
22707
22708 \begin_layout Standard
22709
22710 \series bold
22711
22712 \backslash
22713 newcommand{
22714 \backslash
22715 TabBesEnd}{%
22716 \begin_inset Newline newline
22717 \end_inset
22718
22719
22720 \begin_inset ERT
22721 status collapsed
22722
22723 \begin_layout Plain Layout
22724
22725
22726 \backslash
22727 hphantom{ }
22728 \end_layout
22729
22730 \end_inset
22731
22732
22733 \backslash
22734 let
22735 \backslash
22736 table
22737 \backslash
22738 MyTable
22739 \begin_inset Newline newline
22740 \end_inset
22741
22742
22743 \begin_inset ERT
22744 status collapsed
22745
22746 \begin_layout Plain Layout
22747
22748
22749 \backslash
22750 hphantom{ }
22751 \end_layout
22752
22753 \end_inset
22754
22755
22756 \backslash
22757 let
22758 \backslash
22759 endtable
22760 \backslash
22761 MyEndtable
22762 \end_layout
22763
22764 \begin_layout Standard
22765
22766 \series bold
22767
22768 \backslash
22769 newcommand{
22770 \backslash
22771 FigBesBeg}{%
22772 \begin_inset Newline newline
22773 \end_inset
22774
22775
22776 \begin_inset ERT
22777 status collapsed
22778
22779 \begin_layout Plain Layout
22780
22781
22782 \backslash
22783 hphantom{ }
22784 \end_layout
22785
22786 \end_inset
22787
22788
22789 \backslash
22790 let
22791 \backslash
22792 MyFigure
22793 \backslash
22794 figure
22795 \begin_inset Newline newline
22796 \end_inset
22797
22798
22799 \begin_inset ERT
22800 status collapsed
22801
22802 \begin_layout Plain Layout
22803
22804
22805 \backslash
22806 hphantom{ }
22807 \end_layout
22808
22809 \end_inset
22810
22811
22812 \backslash
22813 let
22814 \backslash
22815 MyEndfigure
22816 \backslash
22817 endfigure
22818 \begin_inset Newline newline
22819 \end_inset
22820
22821
22822 \begin_inset ERT
22823 status collapsed
22824
22825 \begin_layout Plain Layout
22826
22827
22828 \backslash
22829 hphantom{ }
22830 \end_layout
22831
22832 \end_inset
22833
22834
22835 \backslash
22836 renewenvironment{figure}{
22837 \backslash
22838 begin{SCfigure}}{
22839 \backslash
22840 end{SCfigure}}}
22841 \end_layout
22842
22843 \begin_layout Standard
22844
22845 \series bold
22846
22847 \backslash
22848 newcommand{
22849 \backslash
22850 FigBesEnd}{%
22851 \begin_inset Newline newline
22852 \end_inset
22853
22854
22855 \begin_inset ERT
22856 status collapsed
22857
22858 \begin_layout Plain Layout
22859
22860
22861 \backslash
22862 hphantom{ }
22863 \end_layout
22864
22865 \end_inset
22866
22867
22868 \backslash
22869 let
22870 \backslash
22871 figure
22872 \backslash
22873 MyFigure
22874 \begin_inset Newline newline
22875 \end_inset
22876
22877
22878 \begin_inset ERT
22879 status collapsed
22880
22881 \begin_layout Plain Layout
22882
22883
22884 \backslash
22885 hphantom{ }
22886 \end_layout
22887
22888 \end_inset
22889
22890
22891 \backslash
22892 let
22893 \backslash
22894 endfigure
22895 \backslash
22896 MyEndfigure}
22897 \end_layout
22898
22899 \begin_layout Standard
22900
22901 \lyxline
22902
22903 \end_layout
22904
22905 \begin_layout Standard
22906 The commands allow you to redefine the floats so that the caption is set
22907  on the side.
22908  For figure floats use the command
22909 \end_layout
22910
22911 \begin_layout Standard
22912
22913 \series bold
22914
22915 \backslash
22916 FigBesBeg
22917 \end_layout
22918
22919 \begin_layout Standard
22920 in TeX-Code before the float.
22921  Behind the float insert the command
22922 \end_layout
22923
22924 \begin_layout Standard
22925
22926 \series bold
22927
22928 \backslash
22929 FigBesEnd
22930 \end_layout
22931
22932 \begin_layout Standard
22933 in TeX-Code to get back to the original float definition.
22934 \end_layout
22935
22936 \begin_layout Standard
22937 For table floats use the corresponding commands
22938 \end_layout
22939
22940 \begin_layout Standard
22941
22942 \series bold
22943
22944 \backslash
22945 TabBesBeg
22946 \series default
22947  and 
22948 \series bold
22949
22950 \backslash
22951 TabBesEnd
22952 \end_layout
22953
22954 \begin_layout Standard
22955 Figure
22956 \begin_inset space ~
22957 \end_inset
22958
22959
22960 \begin_inset CommandInset ref
22961 LatexCommand ref
22962 reference "fig:cap-beside-fig"
22963
22964 \end_inset
22965
22966  and Table
22967 \begin_inset space ~
22968 \end_inset
22969
22970
22971 \begin_inset CommandInset ref
22972 LatexCommand ref
22973 reference "tab:cap-beside-tab"
22974
22975 \end_inset
22976
22977  are examples where the caption is set beside.
22978 \end_layout
22979
22980 \begin_layout Standard
22981 You can see in the examples that the caption text appears at the top of
22982  the floats for table floats and at the bottom for figure floats.
22983  To change this, you can use the command
22984 \end_layout
22985
22986 \begin_layout Standard
22987
22988 \series bold
22989
22990 \backslash
22991 sidecaptionvpos{float type}{placement}
22992 \end_layout
22993
22994 \begin_layout Standard
22995 in the document preamble or in TeX-Code before the float.
22996  The float type is either 
22997 \family sans
22998 figure
22999 \family default
23000  or 
23001 \family sans
23002 table
23003 \family default
23004 , the placement can be 
23005 \begin_inset Quotes eld
23006 \end_inset
23007
23008
23009 \family sans
23010 t
23011 \family default
23012
23013 \begin_inset Quotes erd
23014 \end_inset
23015
23016  for top, 
23017 \begin_inset Quotes eld
23018 \end_inset
23019
23020
23021 \family sans
23022 c
23023 \family default
23024
23025 \begin_inset Quotes erd
23026 \end_inset
23027
23028  for center, or 
23029 \begin_inset Quotes eld
23030 \end_inset
23031
23032
23033 \family sans
23034 b
23035 \family default
23036
23037 \begin_inset Quotes erd
23038 \end_inset
23039
23040  for bottom.
23041  To have for example the caption of figure floats vertically centered, use
23042  the command
23043 \end_layout
23044
23045 \begin_layout Standard
23046
23047 \series bold
23048
23049 \backslash
23050 sidecaptionvpos{figure}{c}
23051 \end_layout
23052
23053 \begin_layout Standard
23054 This was used for Figure
23055 \begin_inset space ~
23056 \end_inset
23057
23058
23059 \begin_inset CommandInset ref
23060 LatexCommand ref
23061 reference "fig:cap-beside-fig-2"
23062
23063 \end_inset
23064
23065 .
23066 \end_layout
23067
23068 \begin_layout Standard
23069 \begin_inset VSpace medskip
23070 \end_inset
23071
23072 For more information about the package 
23073 \series bold
23074 sidecap
23075 \series default
23076  we refer to its documentation 
23077 \begin_inset CommandInset citation
23078 LatexCommand cite
23079 key "sidecap"
23080
23081 \end_inset
23082
23083 .
23084 \end_layout
23085
23086 \begin_layout Standard
23087 \begin_inset Note Greyedout
23088 status open
23089
23090 \begin_layout Plain Layout
23091
23092 \series bold
23093 Note:
23094 \series default
23095  The LaTeX-package 
23096 \series bold
23097 hypcap
23098 \series default
23099
23100 \begin_inset Index
23101 status collapsed
23102
23103 \begin_layout Plain Layout
23104 LaTeX-packages ! hypcap
23105 \end_layout
23106
23107 \end_inset
23108
23109 , described in section
23110 \begin_inset space ~
23111 \end_inset
23112
23113
23114 \begin_inset CommandInset ref
23115 LatexCommand ref
23116 reference "sub:Reference-Position"
23117
23118 \end_inset
23119
23120 , has no effect on floats with the caption set beside.
23121 \end_layout
23122
23123 \end_inset
23124
23125
23126 \end_layout
23127
23128 \begin_layout Standard
23129 \begin_inset ERT
23130 status collapsed
23131
23132 \begin_layout Plain Layout
23133
23134
23135 \backslash
23136 FigBesBeg 
23137 \end_layout
23138
23139 \end_inset
23140
23141
23142 \end_layout
23143
23144 \begin_layout Standard
23145 \begin_inset Float figure
23146 wide false
23147 sideways false
23148 status open
23149
23150 \begin_layout Plain Layout
23151 \begin_inset Graphics
23152         filename clipart/escher-lsd.eps
23153         scale 75
23154         scaleBeforeRotation
23155
23156 \end_inset
23157
23158
23159 \end_layout
23160
23161 \begin_layout Plain Layout
23162 \begin_inset Caption
23163
23164 \begin_layout Plain Layout
23165 \begin_inset CommandInset label
23166 LatexCommand label
23167 name "fig:cap-beside-fig"
23168
23169 \end_inset
23170
23171 This is a caption beside a figure.
23172 \end_layout
23173
23174 \end_inset
23175
23176
23177 \end_layout
23178
23179 \end_inset
23180
23181
23182 \end_layout
23183
23184 \begin_layout Standard
23185 \begin_inset ERT
23186 status collapsed
23187
23188 \begin_layout Plain Layout
23189
23190
23191 \backslash
23192 TabBesBeg 
23193 \end_layout
23194
23195 \end_inset
23196
23197
23198 \end_layout
23199
23200 \begin_layout Standard
23201 \begin_inset Float table
23202 wide false
23203 sideways false
23204 status open
23205
23206 \begin_layout Plain Layout
23207 \begin_inset Caption
23208
23209 \begin_layout Plain Layout
23210 \begin_inset CommandInset label
23211 LatexCommand label
23212 name "tab:cap-beside-tab"
23213
23214 \end_inset
23215
23216 This is a caption beside a table.
23217 \end_layout
23218
23219 \end_inset
23220
23221
23222 \end_layout
23223
23224 \begin_layout Plain Layout
23225 \begin_inset Tabular
23226 <lyxtabular version="3" rows="4" columns="5">
23227 <features>
23228 <column alignment="center" valignment="top" width="0">
23229 <column alignment="center" valignment="top" width="0">
23230 <column alignment="center" valignment="top" width="0">
23231 <column alignment="center" valignment="top" width="0">
23232 <column alignment="center" valignment="top" width="0">
23233 <row>
23234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23235 \begin_inset Text
23236
23237 \begin_layout Plain Layout
23238 a
23239 \end_layout
23240
23241 \end_inset
23242 </cell>
23243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23244 \begin_inset Text
23245
23246 \begin_layout Plain Layout
23247
23248 \end_layout
23249
23250 \end_inset
23251 </cell>
23252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23253 \begin_inset Text
23254
23255 \begin_layout Plain Layout
23256 b
23257 \end_layout
23258
23259 \end_inset
23260 </cell>
23261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23262 \begin_inset Text
23263
23264 \begin_layout Plain Layout
23265
23266 \end_layout
23267
23268 \end_inset
23269 </cell>
23270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23271 \begin_inset Text
23272
23273 \begin_layout Plain Layout
23274 c
23275 \end_layout
23276
23277 \end_inset
23278 </cell>
23279 </row>
23280 <row>
23281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23282 \begin_inset Text
23283
23284 \begin_layout Plain Layout
23285
23286 \end_layout
23287
23288 \end_inset
23289 </cell>
23290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23291 \begin_inset Text
23292
23293 \begin_layout Plain Layout
23294 d
23295 \end_layout
23296
23297 \end_inset
23298 </cell>
23299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23300 \begin_inset Text
23301
23302 \begin_layout Plain Layout
23303
23304 \end_layout
23305
23306 \end_inset
23307 </cell>
23308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23309 \begin_inset Text
23310
23311 \begin_layout Plain Layout
23312 e
23313 \end_layout
23314
23315 \end_inset
23316 </cell>
23317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23318 \begin_inset Text
23319
23320 \begin_layout Plain Layout
23321
23322 \end_layout
23323
23324 \end_inset
23325 </cell>
23326 </row>
23327 <row>
23328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23329 \begin_inset Text
23330
23331 \begin_layout Plain Layout
23332 f
23333 \end_layout
23334
23335 \end_inset
23336 </cell>
23337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23338 \begin_inset Text
23339
23340 \begin_layout Plain Layout
23341
23342 \end_layout
23343
23344 \end_inset
23345 </cell>
23346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23347 \begin_inset Text
23348
23349 \begin_layout Plain Layout
23350 g
23351 \end_layout
23352
23353 \end_inset
23354 </cell>
23355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23356 \begin_inset Text
23357
23358 \begin_layout Plain Layout
23359
23360 \end_layout
23361
23362 \end_inset
23363 </cell>
23364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23365 \begin_inset Text
23366
23367 \begin_layout Plain Layout
23368 h
23369 \end_layout
23370
23371 \end_inset
23372 </cell>
23373 </row>
23374 <row>
23375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23376 \begin_inset Text
23377
23378 \begin_layout Plain Layout
23379
23380 \end_layout
23381
23382 \end_inset
23383 </cell>
23384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23385 \begin_inset Text
23386
23387 \begin_layout Plain Layout
23388 i
23389 \end_layout
23390
23391 \end_inset
23392 </cell>
23393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23394 \begin_inset Text
23395
23396 \begin_layout Plain Layout
23397
23398 \end_layout
23399
23400 \end_inset
23401 </cell>
23402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23403 \begin_inset Text
23404
23405 \begin_layout Plain Layout
23406 j
23407 \end_layout
23408
23409 \end_inset
23410 </cell>
23411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23412 \begin_inset Text
23413
23414 \begin_layout Plain Layout
23415
23416 \end_layout
23417
23418 \end_inset
23419 </cell>
23420 </row>
23421 </lyxtabular>
23422
23423 \end_inset
23424
23425
23426 \end_layout
23427
23428 \end_inset
23429
23430
23431 \end_layout
23432
23433 \begin_layout Standard
23434 \begin_inset ERT
23435 status collapsed
23436
23437 \begin_layout Plain Layout
23438
23439
23440 \backslash
23441 TabBesEnd
23442 \end_layout
23443
23444 \end_inset
23445
23446
23447 \end_layout
23448
23449 \begin_layout Standard
23450 \begin_inset ERT
23451 status collapsed
23452
23453 \begin_layout Plain Layout
23454
23455
23456 \backslash
23457 sidecaptionvpos{figure}{c}
23458 \end_layout
23459
23460 \end_inset
23461
23462
23463 \begin_inset Float figure
23464 wide false
23465 sideways false
23466 status open
23467
23468 \begin_layout Plain Layout
23469 \begin_inset Graphics
23470         filename clipart/escher-lsd.eps
23471         scale 75
23472         scaleBeforeRotation
23473
23474 \end_inset
23475
23476
23477 \end_layout
23478
23479 \begin_layout Plain Layout
23480 \begin_inset Caption
23481
23482 \begin_layout Plain Layout
23483 \begin_inset CommandInset label
23484 LatexCommand label
23485 name "fig:cap-beside-fig-2"
23486
23487 \end_inset
23488
23489 This is a vertically centered caption beside a figure.
23490 \end_layout
23491
23492 \end_inset
23493
23494
23495 \end_layout
23496
23497 \end_inset
23498
23499
23500 \end_layout
23501
23502 \begin_layout Standard
23503 \begin_inset ERT
23504 status collapsed
23505
23506 \begin_layout Plain Layout
23507
23508
23509 \backslash
23510 FigBesEnd
23511 \end_layout
23512
23513 \end_inset
23514
23515
23516 \end_layout
23517
23518 \begin_layout Standard
23519 \begin_inset ERT
23520 status collapsed
23521
23522 \begin_layout Plain Layout
23523
23524
23525 \backslash
23526 else
23527 \end_layout
23528
23529 \end_inset
23530
23531
23532 \begin_inset Note Note
23533 status open
23534
23535 \begin_layout Plain Layout
23536 The following will be displayed when the LaTeX-package 
23537 \series bold
23538 sidecap
23539 \series default
23540  is not installed:
23541 \end_layout
23542
23543 \end_inset
23544
23545
23546 \end_layout
23547
23548 \begin_layout Standard
23549 You need to install the LaTeX-package 
23550 \series bold
23551 sidecap
23552 \series default
23553  to see the following part of this section in the output.
23554 \end_layout
23555
23556 \begin_layout Standard
23557 \begin_inset ERT
23558 status collapsed
23559
23560 \begin_layout Plain Layout
23561
23562
23563 \backslash
23564 fi
23565 \end_layout
23566
23567 \end_inset
23568
23569
23570 \end_layout
23571
23572 \begin_layout Section
23573 Listings of Floats
23574 \begin_inset Index
23575 status collapsed
23576
23577 \begin_layout Plain Layout
23578 Floats ! Float Lists
23579 \end_layout
23580
23581 \end_inset
23582
23583
23584 \end_layout
23585
23586 \begin_layout Standard
23587 Similar to the the table of contents where the sections of the document
23588  are listed, there are listings for all float types, like the figures of
23589  the documents.
23590  You can insert them via the 
23591 \family sans
23592 Insert\SpecialChar \menuseparator
23593 List
23594 \begin_inset space ~
23595 \end_inset
23596
23597 /
23598 \begin_inset space ~
23599 \end_inset
23600
23601 TOC
23602 \family default
23603  sub menus.
23604 \end_layout
23605
23606 \begin_layout Standard
23607 The list entries are the float captions or its short title, the float number,
23608  and the page number where they appear in the document.
23609 \end_layout
23610
23611 \begin_layout Standard
23612 You can find the list of figures and tables at the end of this document.
23613 \end_layout
23614
23615 \begin_layout Chapter
23616 Notes
23617 \end_layout
23618
23619 \begin_layout Section
23620 LyX Notes
23621 \begin_inset Index
23622 status collapsed
23623
23624 \begin_layout Plain Layout
23625 Notes ! LyX Notes
23626 \end_layout
23627
23628 \end_inset
23629
23630
23631 \end_layout
23632
23633 \begin_layout Standard
23634 Notes are inserted with the toolbar button 
23635 \begin_inset Graphics
23636         filename ../images/note-insert.png
23637         scale 85
23638         scaleBeforeRotation
23639
23640 \end_inset
23641
23642  or the menu 
23643 \family sans
23644 Insert\SpecialChar \menuseparator
23645 Note
23646 \family default
23647 .
23648  There are three types of notes:
23649 \end_layout
23650
23651 \begin_layout Description
23652 LyX
23653 \begin_inset space ~
23654 \end_inset
23655
23656 Note This note type is for internal notes that won't appear in the output.
23657  Its note-box looks like this:
23658 \begin_inset Newline newline
23659 \end_inset
23660
23661
23662 \begin_inset Newline newline
23663 \end_inset
23664
23665
23666 \begin_inset Graphics
23667         filename clipart/LyXNoteImageQt4.png
23668         display false
23669         scale 85
23670         scaleBeforeRotation
23671
23672 \end_inset
23673
23674  
23675 \begin_inset Note Note
23676 status open
23677
23678 \begin_layout Plain Layout
23679 This is text in a note box that doesn't appear in the output.
23680 \end_layout
23681
23682 \end_inset
23683
23684
23685 \end_layout
23686
23687 \begin_layout Description
23688 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
23689 ent, when you export the document to LaTeX via the menu 
23690 \family sans
23691 File\SpecialChar \menuseparator
23692 Export\SpecialChar \menuseparator
23693 LaTeX (pdflatex) / (plain)
23694 \family default
23695 .
23696  Its note-box looks like this:
23697 \begin_inset Newline newline
23698 \end_inset
23699
23700
23701 \begin_inset Newline newline
23702 \end_inset
23703
23704
23705 \begin_inset Graphics
23706         filename clipart/CommentNoteImageQt4.png
23707         display false
23708         scale 85
23709         scaleBeforeRotation
23710
23711 \end_inset
23712
23713  
23714 \begin_inset Note Comment
23715 status open
23716
23717 \begin_layout Plain Layout
23718 This is text in a note box that only appears as comment in LaTeX-files.
23719 \end_layout
23720
23721 \end_inset
23722
23723
23724 \end_layout
23725
23726 \begin_layout Description
23727 Greyed
23728 \begin_inset space ~
23729 \end_inset
23730
23731 Out This note will appear in the output as grey text.
23732  Its note-box looks like this:
23733 \begin_inset Newline newline
23734 \end_inset
23735
23736
23737 \begin_inset Newline newline
23738 \end_inset
23739
23740
23741 \begin_inset Graphics
23742         filename clipart/GreyedOutNoteImageQt4.png
23743         display false
23744         scale 85
23745         scaleBeforeRotation
23746
23747 \end_inset
23748
23749
23750 \begin_inset Newline newline
23751 \end_inset
23752
23753
23754 \begin_inset ERT
23755 status collapsed
23756
23757 \begin_layout Plain Layout
23758
23759
23760 \backslash
23761 renewenvironment{lyxgreyedout}
23762 \end_layout
23763
23764 \begin_layout Plain Layout
23765
23766 {
23767 \backslash
23768 textcolor[gray]{0.8}
23769 \backslash
23770 bgroup}{
23771 \backslash
23772 egroup}
23773 \end_layout
23774
23775 \end_inset
23776
23777
23778 \begin_inset Note Greyedout
23779 status open
23780
23781 \begin_layout Plain Layout
23782 This is text
23783 \begin_inset Foot
23784 status open
23785
23786 \begin_layout Plain Layout
23787 This is an example footnote within a greyed out note.
23788 \end_layout
23789
23790 \end_inset
23791
23792  of a comment that appears in the output as grey text.
23793 \end_layout
23794
23795 \end_inset
23796
23797
23798 \begin_inset ERT
23799 status collapsed
23800
23801 \begin_layout Plain Layout
23802
23803
23804 \backslash
23805 renewenvironment{lyxgreyedout}
23806 \end_layout
23807
23808 \begin_layout Plain Layout
23809
23810 {
23811 \backslash
23812 textcolor{blue}
23813 \backslash
23814 bgroup}{
23815 \backslash
23816 egroup}
23817 \end_layout
23818
23819 \end_inset
23820
23821
23822 \begin_inset Note Note
23823 status collapsed
23824
23825 \begin_layout Plain Layout
23826 The greyed out note is here redefined to show it with the original LyX definitio
23827 n because greyed out notes are redefined in the preamble of this document,
23828  as described below, to have blue text.
23829 \end_layout
23830
23831 \end_inset
23832
23833
23834 \begin_inset Newline newline
23835 \end_inset
23836
23837
23838 \begin_inset Newline newline
23839 \end_inset
23840
23841 As you can see in the example, the first line of greyed out notes is a bit
23842  indented and greyed out notes can have footnotes.
23843 \end_layout
23844
23845 \begin_layout Standard
23846 \begin_inset VSpace bigskip
23847 \end_inset
23848
23849 When you use the toolbar button 
23850 \begin_inset Graphics
23851         filename ../images/note-insert.png
23852         scale 85
23853         scaleBeforeRotation
23854
23855 \end_inset
23856
23857  to insert notes, a 
23858 \family sans
23859 LyX
23860 \begin_inset space ~
23861 \end_inset
23862
23863 Note
23864 \family default
23865  is inserted.
23866  You can switch between the five note types by right-clicking on the note-box.
23867  
23868 \family roman
23869 \series medium
23870 \bar no
23871 If you want to turn existing text into a note, mark it and click on the
23872  note
23873 \family default
23874 \series default
23875 \bar default
23876  toolbar 
23877 \family roman
23878 \series medium
23879 \bar no
23880 button
23881 \family default
23882 \series default
23883 \bar default
23884 .
23885  To change a note to text, press the backspace key when the cursor is in
23886  the first position of a note, or press the deletey key when the cursor
23887  is in the very last position of the note, respectively.
23888 \end_layout
23889
23890 \begin_layout Standard
23891 \begin_inset VSpace bigskip
23892 \end_inset
23893
23894 You can change the text color of the greyed out notes in the preamble with
23895  the following command:
23896 \end_layout
23897
23898 \begin_layout Standard
23899
23900 \series bold
23901
23902 \backslash
23903 renewenvironment{lyxgreyedout}
23904 \begin_inset Newline newline
23905 \end_inset
23906
23907
23908 \begin_inset ERT
23909 status collapsed
23910
23911 \begin_layout Plain Layout
23912
23913
23914 \backslash
23915 hphantom{ }
23916 \end_layout
23917
23918 \end_inset
23919
23920 {
23921 \backslash
23922 textcolor{color}
23923 \backslash
23924 bgroup}{
23925 \backslash
23926 egroup}
23927 \end_layout
23928
23929 \begin_layout Standard
23930 The available colors and the method to define own colors is explained in
23931  section
23932 \begin_inset space ~
23933 \end_inset
23934
23935
23936 \begin_inset CommandInset ref
23937 LatexCommand ref
23938 reference "sec:Colored-Tables"
23939
23940 \end_inset
23941
23942 .
23943 \end_layout
23944
23945 \begin_layout Standard
23946 Notes that appear in blue in this document are set using greyed out notes
23947  with blue text.
23948 \end_layout
23949
23950 \begin_layout Section
23951 Footnotes
23952 \begin_inset CommandInset label
23953 LatexCommand label
23954 name "sec:Footnotes"
23955
23956 \end_inset
23957
23958
23959 \begin_inset Index
23960 status collapsed
23961
23962 \begin_layout Plain Layout
23963 Notes ! Footnotes
23964 \end_layout
23965
23966 \end_inset
23967
23968
23969 \begin_inset Index
23970 status collapsed
23971
23972 \begin_layout Plain Layout
23973 Footnotes
23974 \end_layout
23975
23976 \end_inset
23977
23978
23979 \end_layout
23980
23981 \begin_layout Standard
23982 Footnotes can be inserted using the toolbar button 
23983 \begin_inset Graphics
23984         filename ../images/footnote-insert.png
23985         scale 85
23986         scaleBeforeRotation
23987
23988 \end_inset
23989
23990  or the menu 
23991 \family sans
23992 Insert\SpecialChar \menuseparator
23993 Footnote
23994 \family default
23995 .
23996  
23997 \family roman
23998 \series medium
23999 \bar no
24000 You'll see
24001 \family default
24002 \series default
24003 \bar default
24004  then the following footnote-box: 
24005 \begin_inset Graphics
24006         filename clipart/footnoteQt4.png
24007         scale 80
24008         scaleBeforeRotation
24009
24010 \end_inset
24011
24012  
24013 \family roman
24014 \series medium
24015 \bar no
24016 where you can enter the footnote text.
24017  If you want to turn existing text into a footnote, mark it and click on
24018  the footnote
24019 \family default
24020 \series default
24021 \bar default
24022  toolbar 
24023 \family roman
24024 \series medium
24025 \bar no
24026 button
24027 \family default
24028 \series default
24029 \bar default
24030 .
24031  To change a 
24032 \family roman
24033 \series medium
24034 \bar no
24035 footnote
24036 \family default
24037 \series default
24038 \bar default
24039  to text, press the Backspace key when the cursor is in the first position
24040  of a 
24041 \family roman
24042 \series medium
24043 \bar no
24044 footnote
24045 \family default
24046 \series default
24047 \bar default
24048 , or press the Delete key when the cursor is in the very last position of
24049  the 
24050 \family roman
24051 \series medium
24052 \bar no
24053 footnote
24054 \family default
24055 \series default
24056 \bar default
24057 , respectively.
24058 \end_layout
24059
24060 \begin_layout Standard
24061 Here is an example footnote:
24062 \family roman
24063 \series medium
24064 \bar no
24065
24066 \begin_inset Foot
24067 status open
24068
24069 \begin_layout Plain Layout
24070 \begin_inset CommandInset label
24071 LatexCommand label
24072 name "foot:This-is-an"
24073
24074 \end_inset
24075
24076 This is an example footnote.
24077 \end_layout
24078
24079 \end_inset
24080
24081
24082 \family default
24083 \series default
24084 \bar default
24085
24086 \begin_inset ERT
24087 status collapsed
24088
24089 \begin_layout Plain Layout
24090
24091
24092 \backslash
24093 newcounter{MyRepeatFoot}
24094 \end_layout
24095
24096 \begin_layout Plain Layout
24097
24098
24099 \backslash
24100 setcounter{MyRepeatFoot}{
24101 \backslash
24102 thefootnote}
24103 \end_layout
24104
24105 \end_inset
24106
24107
24108 \end_layout
24109
24110 \begin_layout Standard
24111 The footnote will appear in the output as a superscript number at the text
24112  position where the footnote box is placed.
24113  The footnote text is placed at the bottom of the current page.
24114  The footnote number is calculated by LaTeX, the numbers are consecutive.
24115  It depends on your document-class, if the footnote number is reset for
24116  every chapter.
24117 \end_layout
24118
24119 \begin_layout Standard
24120 Footnotes can be referenced like floats: Insert a label into the footnote
24121  and cross-reference this label in the text as described in section
24122 \begin_inset space ~
24123 \end_inset
24124
24125
24126 \begin_inset CommandInset ref
24127 LatexCommand ref
24128 reference "sec:Referencing-Floats"
24129
24130 \end_inset
24131
24132 .
24133 \begin_inset Newline newline
24134 \end_inset
24135
24136 This is a cross-reference of Footnote
24137 \begin_inset space ~
24138 \end_inset
24139
24140
24141 \begin_inset CommandInset ref
24142 LatexCommand ref
24143 reference "foot:This-is-an"
24144
24145 \end_inset
24146
24147 .
24148 \end_layout
24149
24150 \begin_layout Standard
24151 \begin_inset VSpace defskip
24152 \end_inset
24153
24154 To use footnotes within tables, you have to use minipages, see section
24155 \begin_inset space ~
24156 \end_inset
24157
24158
24159 \begin_inset CommandInset ref
24160 LatexCommand ref
24161 reference "sec:Minipages"
24162
24163 \end_inset
24164
24165 .
24166  Footnotes within longtables are described in section
24167 \begin_inset space ~
24168 \end_inset
24169
24170
24171 \begin_inset CommandInset ref
24172 LatexCommand ref
24173 reference "sub:Footnotes-in-Longtables"
24174
24175 \end_inset
24176
24177 .
24178 \end_layout
24179
24180 \begin_layout Standard
24181 \begin_inset VSpace defskip
24182 \end_inset
24183
24184 To create only a mark for a footnote, use the command 
24185 \series bold
24186
24187 \backslash
24188 footnotemark[number]
24189 \series default
24190  in TeX-Code.
24191  This is used when you have the same annotation several times in a text
24192  but doesn't want to print the footnote text every time.
24193 \begin_inset Newline newline
24194 \end_inset
24195
24196 As you don't know the number of the repeating footnote while you are writing
24197  the text, you have to store its number.
24198  For the following footnote mark example, these commands were inserted in
24199  TeX-Code behind Footnote
24200 \begin_inset space ~
24201 \end_inset
24202
24203
24204 \begin_inset CommandInset ref
24205 LatexCommand ref
24206 reference "foot:This-is-an"
24207
24208 \end_inset
24209
24210  to store the footnote number:
24211 \end_layout
24212
24213 \begin_layout Standard
24214
24215 \series bold
24216
24217 \backslash
24218 newcounter{MyRepeatFoot}
24219 \begin_inset Newline newline
24220 \end_inset
24221
24222
24223 \backslash
24224 setcounter{MyRepeatFoot}{
24225 \backslash
24226 thefootnote}
24227 \end_layout
24228
24229 \begin_layout Standard
24230 The footnote mark was then created with this command:
24231 \end_layout
24232
24233 \begin_layout Standard
24234
24235 \series bold
24236
24237 \backslash
24238 footnotemark[
24239 \backslash
24240 theMyRepeatFoot]
24241 \end_layout
24242
24243 \begin_layout Standard
24244 Here is an example footnote mark:
24245 \family roman
24246 \series medium
24247 \bar no
24248
24249 \begin_inset ERT
24250 status collapsed
24251
24252 \begin_layout Plain Layout
24253
24254
24255 \backslash
24256 footnotemark[
24257 \backslash
24258 theMyRepeatFoot]
24259 \end_layout
24260
24261 \end_inset
24262
24263
24264 \end_layout
24265
24266 \begin_layout Subsection
24267 Footnote Numbering
24268 \begin_inset CommandInset label
24269 LatexCommand label
24270 name "sub:Footnote-Numbering"
24271
24272 \end_inset
24273
24274
24275 \begin_inset Index
24276 status collapsed
24277
24278 \begin_layout Plain Layout
24279 Footnotes ! Numbering
24280 \end_layout
24281
24282 \end_inset
24283
24284
24285 \end_layout
24286
24287 \begin_layout Standard
24288 To reset the footnote number back to 1 after each section
24289 \family roman
24290 , add this command to your document preamble:
24291 \end_layout
24292
24293 \begin_layout Standard
24294
24295 \series bold
24296
24297 \backslash
24298 @addtoreset{footnote}{section}
24299 \end_layout
24300
24301 \begin_layout Standard
24302 \begin_inset VSpace bigskip
24303 \end_inset
24304
24305 The following preamble command changes the footnote numbering style to small
24306  roman numerals:
24307 \end_layout
24308
24309 \begin_layout Standard
24310
24311 \series bold
24312
24313 \backslash
24314 renewcommand{
24315 \backslash
24316 thefootnote}{
24317 \backslash
24318 roman{footnote}}
24319 \end_layout
24320
24321 \begin_layout Standard
24322 \begin_inset ERT
24323 status collapsed
24324
24325 \begin_layout Plain Layout
24326
24327
24328 \backslash
24329 renewcommand{
24330 \backslash
24331 thefootnote}{
24332 \backslash
24333 roman{footnote}}
24334 \end_layout
24335
24336 \end_inset
24337
24338  This is a footnote with roman numbering:
24339 \begin_inset Foot
24340 status open
24341
24342 \begin_layout Plain Layout
24343 This is an example footnote with roman numbering.
24344 \end_layout
24345
24346 \end_inset
24347
24348
24349 \end_layout
24350
24351 \begin_layout Standard
24352 To change the numbering style to capital roman numerals replace in the command
24353  above 
24354 \series bold
24355
24356 \backslash
24357 roman
24358 \series default
24359  by 
24360 \series bold
24361
24362 \backslash
24363 Roman
24364 \series default
24365 .
24366  To 
24367 \begin_inset Quotes eld
24368 \end_inset
24369
24370 number
24371 \begin_inset Quotes erd
24372 \end_inset
24373
24374  footnotes with capital or small Latin letters use 
24375 \series bold
24376
24377 \backslash
24378 Alph
24379 \series default
24380  or 
24381 \series bold
24382
24383 \backslash
24384 alph
24385 \series default
24386 , respectively.
24387  To 
24388 \begin_inset Quotes eld
24389 \end_inset
24390
24391 number
24392 \begin_inset Quotes erd
24393 \end_inset
24394
24395  footnotes with symbols use 
24396 \series bold
24397
24398 \backslash
24399 fnsymbol
24400 \series default
24401 .
24402 \end_layout
24403
24404 \begin_layout Standard
24405 \begin_inset Note Greyedout
24406 status open
24407
24408 \begin_layout Plain Layout
24409
24410 \series bold
24411 Note:
24412 \series default
24413  You can only number 26 footnotes with Latin letters, because this numbering
24414  is limited to single letters.
24415 \end_layout
24416
24417 \end_inset
24418
24419
24420 \begin_inset Newline newline
24421 \end_inset
24422
24423
24424 \begin_inset Note Greyedout
24425 status open
24426
24427 \begin_layout Plain Layout
24428
24429 \series bold
24430 Note:
24431 \series default
24432  You can only number 9 footnotes with symbols.
24433 \end_layout
24434
24435 \end_inset
24436
24437
24438 \end_layout
24439
24440 \begin_layout Standard
24441 To return to the default numbering style when you changed to another one,
24442  use 
24443 \series bold
24444
24445 \backslash
24446 arabic
24447 \series default
24448  instead of 
24449 \series bold
24450
24451 \backslash
24452 roman
24453 \series default
24454  in the command above.
24455 \begin_inset ERT
24456 status collapsed
24457
24458 \begin_layout Plain Layout
24459
24460
24461 \backslash
24462 renewcommand{
24463 \backslash
24464 thefootnote}{
24465 \backslash
24466 arabic{footnote}}
24467 \end_layout
24468
24469 \end_inset
24470
24471
24472 \end_layout
24473
24474 \begin_layout Standard
24475 \begin_inset VSpace bigskip
24476 \end_inset
24477
24478
24479 \end_layout
24480
24481 \begin_layout Standard
24482 If you want to have footnotes numbered in the scheme 
24483 \begin_inset Quotes eld
24484 \end_inset
24485
24486 chapter.footnote
24487 \begin_inset Quotes erd
24488 \end_inset
24489
24490 , add the following command to your document preamble:
24491 \end_layout
24492
24493 \begin_layout Standard
24494
24495 \series bold
24496
24497 \backslash
24498 numberwithin{footnote}{chapter}
24499 \end_layout
24500
24501 \begin_layout Standard
24502 To be able to use the command 
24503 \series bold
24504
24505 \backslash
24506 numberwithin
24507 \series default
24508 , set in the tab 
24509 \family sans
24510 Math
24511 \begin_inset space ~
24512 \end_inset
24513
24514 Options
24515 \family default
24516  in the document settings the option 
24517 \family sans
24518 Use
24519 \begin_inset space ~
24520 \end_inset
24521
24522 AMS
24523 \begin_inset space ~
24524 \end_inset
24525
24526 math
24527 \begin_inset space ~
24528 \end_inset
24529
24530 package
24531 \family default
24532 .
24533 \end_layout
24534
24535 \begin_layout Standard
24536 \begin_inset ERT
24537 status collapsed
24538
24539 \begin_layout Plain Layout
24540
24541
24542 \backslash
24543 numberwithin{footnote}{chapter}
24544 \end_layout
24545
24546 \end_inset
24547
24548 This is another example footnote:
24549 \series bold
24550
24551 \begin_inset Foot
24552 status open
24553
24554 \begin_layout Plain Layout
24555 This is a footnote numbered in the scheme 
24556 \begin_inset Quotes eld
24557 \end_inset
24558
24559 chapter.footnote
24560 \begin_inset Quotes erd
24561 \end_inset
24562
24563 .
24564 \end_layout
24565
24566 \end_inset
24567
24568
24569 \series default
24570
24571 \begin_inset ERT
24572 status collapsed
24573
24574 \begin_layout Plain Layout
24575
24576
24577 \backslash
24578 renewcommand{
24579 \backslash
24580 thefootnote}{
24581 \backslash
24582 arabic{footnote}}
24583 \end_layout
24584
24585 \end_inset
24586
24587
24588 \end_layout
24589
24590 \begin_layout Standard
24591 \begin_inset Note Greyedout
24592 status open
24593
24594 \begin_layout Plain Layout
24595
24596 \series bold
24597 Note:
24598 \series default
24599  
24600 \series bold
24601
24602 \backslash
24603 numberwithin
24604 \series default
24605  always prints out the footnote number as arabic number; previous redefinitions
24606  to get non-arabic numbers are overwritten.
24607 \end_layout
24608
24609 \end_inset
24610
24611
24612 \end_layout
24613
24614 \begin_layout Standard
24615 So to get for example the scheme 
24616 \begin_inset Quotes eld
24617 \end_inset
24618
24619 chapter.
24620 \backslash
24621 Roman{footnote}
24622 \begin_inset Quotes erd
24623 \end_inset
24624
24625 , use this command instead of 
24626 \series bold
24627
24628 \backslash
24629 numberwithin
24630 \series default
24631 :
24632 \end_layout
24633
24634 \begin_layout Standard
24635
24636 \series bold
24637
24638 \backslash
24639 renewcommand{
24640 \backslash
24641 thefootnote}{
24642 \backslash
24643 thechapter.
24644 \backslash
24645 Roman{footnote}}
24646 \end_layout
24647
24648 \begin_layout Subsection
24649 Footnote Placement
24650 \begin_inset Index
24651 status collapsed
24652
24653 \begin_layout Plain Layout
24654 Footnotes ! Placement
24655 \end_layout
24656
24657 \end_inset
24658
24659
24660 \end_layout
24661
24662 \begin_layout Standard
24663 If you have several footnotes in one page, they appear without vertical
24664  space between them at the bottom of the page.
24665  To make them better readable you can e.
24666 \begin_inset space \thinspace{}
24667 \end_inset
24668
24669 g.
24670 \begin_inset space \space{}
24671 \end_inset
24672
24673 add 1.5
24674 \begin_inset space \thinspace{}
24675 \end_inset
24676
24677 mm space with the following preamble command:
24678 \end_layout
24679
24680 \begin_layout Standard
24681
24682 \series bold
24683
24684 \backslash
24685 let
24686 \backslash
24687 myFoot
24688 \backslash
24689 footnote
24690 \begin_inset Newline newline
24691 \end_inset
24692
24693
24694 \backslash
24695 renewcommand{
24696 \backslash
24697 footnote}[1]{
24698 \backslash
24699 myFoot{#1
24700 \backslash
24701 vspace{1.5mm}}}
24702 \end_layout
24703
24704 \begin_layout Standard
24705 \begin_inset VSpace bigskip
24706 \end_inset
24707
24708 In a two-column document the footnotes appear at the bottom of every column,
24709  see Figure
24710 \begin_inset space ~
24711 \end_inset
24712
24713
24714 \begin_inset CommandInset ref
24715 LatexCommand ref
24716 reference "fig:Standard-footnote-placement"
24717
24718 \end_inset
24719
24720 .
24721  If the footnotes should only appear at the bottom of the right column,
24722  as in Figure
24723 \begin_inset space ~
24724 \end_inset
24725
24726
24727 \begin_inset CommandInset ref
24728 LatexCommand ref
24729 reference "fig:Footnote-placement-in"
24730
24731 \end_inset
24732
24733 , use the LaTeX-package 
24734 \series bold
24735 ftnright
24736 \series default
24737
24738 \begin_inset Index
24739 status collapsed
24740
24741 \begin_layout Plain Layout
24742 LaTeX-packages ! ftnright
24743 \end_layout
24744
24745 \end_inset
24746
24747  with this command in the document preamble:
24748 \end_layout
24749
24750 \begin_layout Standard
24751
24752 \series bold
24753
24754 \backslash
24755 usepackage{ftnright}
24756 \end_layout
24757
24758 \begin_layout Standard
24759 \begin_inset Float figure
24760 placement !h
24761 wide false
24762 sideways false
24763 status open
24764
24765 \begin_layout Plain Layout
24766 \begin_inset ERT
24767 status collapsed
24768
24769 \begin_layout Plain Layout
24770
24771
24772 \backslash
24773 framebox{
24774 \end_layout
24775
24776 \end_inset
24777
24778
24779 \begin_inset Graphics
24780         filename clipart/without_fntright.pdf
24781         width 100col%
24782         scaleBeforeRotation
24783
24784 \end_inset
24785
24786
24787 \begin_inset ERT
24788 status collapsed
24789
24790 \begin_layout Plain Layout
24791
24792 }
24793 \end_layout
24794
24795 \end_inset
24796
24797
24798 \end_layout
24799
24800 \begin_layout Plain Layout
24801 \begin_inset Caption
24802
24803 \begin_layout Plain Layout
24804 \begin_inset CommandInset label
24805 LatexCommand label
24806 name "fig:Standard-footnote-placement"
24807
24808 \end_inset
24809
24810 Standard footnote placement in two-column documents.
24811 \end_layout
24812
24813 \end_inset
24814
24815
24816 \end_layout
24817
24818 \end_inset
24819
24820
24821 \end_layout
24822
24823 \begin_layout Standard
24824 \begin_inset Float figure
24825 placement !h
24826 wide false
24827 sideways false
24828 status open
24829
24830 \begin_layout Plain Layout
24831 \begin_inset ERT
24832 status collapsed
24833
24834 \begin_layout Plain Layout
24835
24836
24837 \backslash
24838 framebox{
24839 \end_layout
24840
24841 \end_inset
24842
24843
24844 \begin_inset Graphics
24845         filename clipart/with_fntright.pdf
24846         width 100col%
24847         scaleBeforeRotation
24848
24849 \end_inset
24850
24851
24852 \begin_inset ERT
24853 status collapsed
24854
24855 \begin_layout Plain Layout
24856
24857 }
24858 \end_layout
24859
24860 \end_inset
24861
24862
24863 \end_layout
24864
24865 \begin_layout Plain Layout
24866 \begin_inset Caption
24867
24868 \begin_layout Plain Layout
24869 \begin_inset CommandInset label
24870 LatexCommand label
24871 name "fig:Footnote-placement-in"
24872
24873 \end_inset
24874
24875 Footnote placement in two-column documents when the LaTeX-package 
24876 \series bold
24877 ftnright
24878 \series default
24879  is used.
24880 \end_layout
24881
24882 \end_inset
24883
24884
24885 \end_layout
24886
24887 \end_inset
24888
24889
24890 \end_layout
24891
24892 \begin_layout Standard
24893 \begin_inset VSpace bigskip
24894 \end_inset
24895
24896 In some scientific literature it is usual to collect the footnotes and print
24897  them in a separate paragraph at the the end of a section, like in Figure
24898 \begin_inset space ~
24899 \end_inset
24900
24901
24902 \begin_inset CommandInset ref
24903 LatexCommand ref
24904 reference "fig:Endnotes----footnotes"
24905
24906 \end_inset
24907
24908 .
24909  They are then so called 
24910 \begin_inset Quotes eld
24911 \end_inset
24912
24913 endnotes
24914 \begin_inset Quotes erd
24915 \end_inset
24916
24917 .
24918 \begin_inset Index
24919 status collapsed
24920
24921 \begin_layout Plain Layout
24922 Endnotes
24923 \end_layout
24924
24925 \end_inset
24926
24927  To use endnotes instead of footnotes in your document, load the LaTeX-package
24928  
24929 \series bold
24930 endnotes
24931 \series default
24932
24933 \begin_inset Index
24934 status collapsed
24935
24936 \begin_layout Plain Layout
24937 LaTeX-packages ! endnotes
24938 \end_layout
24939
24940 \end_inset
24941
24942  with the document preamble lines
24943 \end_layout
24944
24945 \begin_layout Standard
24946
24947 \series bold
24948
24949 \backslash
24950 usepackage{endnotes}
24951 \begin_inset Newline newline
24952 \end_inset
24953
24954
24955 \backslash
24956 let
24957 \backslash
24958 footnote
24959 \backslash
24960 endnote
24961 \end_layout
24962
24963 \begin_layout Standard
24964 To insert the collected footnotes, insert the command
24965 \end_layout
24966
24967 \begin_layout Standard
24968
24969 \series bold
24970
24971 \backslash
24972 theendnotes
24973 \end_layout
24974
24975 \begin_layout Standard
24976 in TeX-Code at the the end of a section or chapter.
24977 \end_layout
24978
24979 \begin_layout Standard
24980 \begin_inset Float figure
24981 wide false
24982 sideways false
24983 status open
24984
24985 \begin_layout Plain Layout
24986 \align center
24987 \begin_inset ERT
24988 status collapsed
24989
24990 \begin_layout Plain Layout
24991
24992
24993 \backslash
24994 framebox{
24995 \end_layout
24996
24997 \end_inset
24998
24999
25000 \begin_inset Graphics
25001         filename clipart/endnotes.pdf
25002         scaleBeforeRotation
25003
25004 \end_inset
25005
25006
25007 \begin_inset ERT
25008 status collapsed
25009
25010 \begin_layout Plain Layout
25011
25012 }
25013 \end_layout
25014
25015 \end_inset
25016
25017
25018 \end_layout
25019
25020 \begin_layout Plain Layout
25021 \begin_inset Caption
25022
25023 \begin_layout Plain Layout
25024 \begin_inset CommandInset label
25025 LatexCommand label
25026 name "fig:Endnotes----footnotes"
25027
25028 \end_inset
25029
25030 Endnotes â€“ footnotes are printed in a separate paragraph at the end of sections
25031  or chapters.
25032 \end_layout
25033
25034 \end_inset
25035
25036
25037 \end_layout
25038
25039 \end_inset
25040
25041
25042 \end_layout
25043
25044 \begin_layout Standard
25045 \begin_inset VSpace medskip
25046 \end_inset
25047
25048 The paragraph heading for the endnotes isn't automatically translated into
25049  the document language, this must be done manually.
25050  The following preamble command translate the default English name 
25051 \begin_inset Quotes eld
25052 \end_inset
25053
25054 Notes
25055 \begin_inset Quotes erd
25056 \end_inset
25057
25058  to the German translation 
25059 \begin_inset Quotes eld
25060 \end_inset
25061
25062 Anmerkungen
25063 \begin_inset Quotes erd
25064 \end_inset
25065
25066 :
25067 \end_layout
25068
25069 \begin_layout Standard
25070
25071 \series bold
25072
25073 \backslash
25074 renewcommand{
25075 \backslash
25076 notesname}{Anmerkungen}
25077 \end_layout
25078
25079 \begin_layout Standard
25080 \begin_inset VSpace medskip
25081 \end_inset
25082
25083 The numbering of endnotes can be changed like the footnote numbering as
25084  described in section
25085 \begin_inset space ~
25086 \end_inset
25087
25088
25089 \begin_inset CommandInset ref
25090 LatexCommand ref
25091 reference "sub:Footnote-Numbering"
25092
25093 \end_inset
25094
25095 ; just replace the command 
25096 \series bold
25097
25098 \backslash
25099 thefootnote
25100 \series default
25101  by 
25102 \series bold
25103
25104 \backslash
25105 theendnote
25106 \series default
25107 .
25108  To reset the endnote number use the command 
25109 \series bold
25110
25111 \backslash
25112 @addtoreset
25113 \series default
25114  as described in section
25115 \begin_inset space ~
25116 \end_inset
25117
25118
25119 \begin_inset CommandInset ref
25120 LatexCommand ref
25121 reference "sub:Footnote-Numbering"
25122
25123 \end_inset
25124
25125  and replace the command parameter 
25126 \series bold
25127 footnote
25128 \series default
25129  by 
25130 \series bold
25131 endnote
25132 \series default
25133 .
25134 \end_layout
25135
25136 \begin_layout Standard
25137 To create only a mark for an endnote, use the command 
25138 \series bold
25139
25140 \backslash
25141 endnotemark[number]
25142 \series default
25143  similar to the command 
25144 \series bold
25145
25146 \backslash
25147 footnotemark
25148 \series default
25149 , described in section
25150 \begin_inset space ~
25151 \end_inset
25152
25153
25154 \begin_inset CommandInset ref
25155 LatexCommand ref
25156 reference "sec:Footnotes"
25157
25158 \end_inset
25159
25160 .
25161 \end_layout
25162
25163 \begin_layout Standard
25164 \begin_inset VSpace bigskip
25165 \end_inset
25166
25167 Footnotes can also be placed in the page margin and the footnote text alignment
25168  can be changed, see the LaTeX-package 
25169 \series bold
25170 footmisc
25171 \series default
25172
25173 \begin_inset Index
25174 status collapsed
25175
25176 \begin_layout Plain Layout
25177 LaTeX-packages ! footmisc
25178 \end_layout
25179
25180 \end_inset
25181
25182
25183 \begin_inset CommandInset citation
25184 LatexCommand cite
25185 key "footmisc"
25186
25187 \end_inset
25188
25189  for more information about this.
25190 \end_layout
25191
25192 \begin_layout Standard
25193 For various further footnote formatting issues have a look at LaTeX-books,
25194  
25195 \begin_inset CommandInset citation
25196 LatexCommand cite
25197 key "latexcompanion,latexguide,latexbook"
25198
25199 \end_inset
25200
25201 .
25202 \end_layout
25203
25204 \begin_layout Section
25205 Margin Notes
25206 \begin_inset Index
25207 status collapsed
25208
25209 \begin_layout Plain Layout
25210 Notes ! Margin Notes
25211 \end_layout
25212
25213 \end_inset
25214
25215
25216 \end_layout
25217
25218 \begin_layout Standard
25219 Margin notes look and behave in LyX like footnotes.
25220  They are inserted via the menu 
25221 \family sans
25222 Insert\SpecialChar \menuseparator
25223 Marginal
25224 \begin_inset space ~
25225 \end_inset
25226
25227 Note
25228 \family default
25229  or the toolbar button 
25230 \begin_inset Graphics
25231         filename ../images/marginalnote-insert.png
25232         scale 85
25233         scaleBeforeRotation
25234
25235 \end_inset
25236
25237 .
25238  A grey 
25239 \family roman
25240 \series medium
25241 box with the
25242 \family default
25243 \series default
25244  red 
25245 \family roman
25246 \series medium
25247 label 
25248 \begin_inset Quotes eld
25249 \end_inset
25250
25251 margin
25252 \begin_inset Quotes erd
25253 \end_inset
25254
25255  appears where you can enter the text of the margin note.
25256 \end_layout
25257
25258 \begin_layout Standard
25259 At the side is an example margin note.
25260
25261 \family roman
25262 \series medium
25263  
25264 \begin_inset Marginal
25265 status open
25266
25267 \begin_layout Plain Layout
25268 This is a margin note.
25269 \end_layout
25270
25271 \end_inset
25272
25273
25274 \end_layout
25275
25276 \begin_layout Standard
25277 Margin notes appear at the right side in single-sided documents.
25278  In double-sided documents they appear in the outer margin â€“ left on even
25279  pages, right on odd pages.
25280  The text of margin notes is aligned opposite to the outer margin â€“ right-aligne
25281 d when the note appears in the left margin.
25282  The first line of the margin note is placed at the position of the text
25283  line where it is inserted in the document.
25284 \end_layout
25285
25286 \begin_layout Standard
25287 \begin_inset VSpace bigskip
25288 \end_inset
25289
25290 To place the margin note in the inner margin, add the command
25291 \end_layout
25292
25293 \begin_layout Standard
25294
25295 \series bold
25296
25297 \backslash
25298 reversemarginpar
25299 \end_layout
25300
25301 \begin_layout Standard
25302 in TeX-Code before a margin note.
25303  The new placement is valid for all following margin notes.
25304  
25305 \begin_inset ERT
25306 status collapsed
25307
25308 \begin_layout Plain Layout
25309
25310
25311 \backslash
25312 reversemarginpar 
25313 \end_layout
25314
25315 \end_inset
25316
25317
25318 \begin_inset Marginal
25319 status open
25320
25321 \begin_layout Plain Layout
25322 This is a margin note in the inner margin.
25323 \end_layout
25324
25325 \end_inset
25326
25327
25328 \series bold
25329
25330 \begin_inset Newline newline
25331 \end_inset
25332
25333
25334 \series default
25335
25336 \begin_inset Note Greyedout
25337 status open
25338
25339 \begin_layout Plain Layout
25340
25341 \series bold
25342 Note:
25343 \series default
25344  There is often not enough space in the inner margin so that the notes are
25345  not correctly displayed in the output.
25346 \end_layout
25347
25348 \end_inset
25349
25350
25351 \end_layout
25352
25353 \begin_layout Standard
25354 To return to the default placement insert the command
25355 \end_layout
25356
25357 \begin_layout Standard
25358
25359 \series bold
25360
25361 \backslash
25362 normalmarginpar
25363 \end_layout
25364
25365 \begin_layout Standard
25366 in TeX-Code.
25367 \begin_inset ERT
25368 status collapsed
25369
25370 \begin_layout Plain Layout
25371
25372
25373 \backslash
25374 normalmarginpar 
25375 \end_layout
25376
25377 \end_inset
25378
25379  
25380 \begin_inset Note Greyedout
25381 status open
25382
25383 \begin_layout Plain Layout
25384
25385 \series bold
25386 Note:
25387 \series default
25388  The command is ignored when it is within a paragraph where also the command
25389  
25390 \series bold
25391
25392 \backslash
25393 reversemarginpar
25394 \series default
25395  is inserted.
25396 \end_layout
25397
25398 \end_inset
25399
25400
25401 \end_layout
25402
25403 \begin_layout Standard
25404 \begin_inset VSpace bigskip
25405 \end_inset
25406
25407
25408 \family roman
25409 \series medium
25410
25411 \begin_inset Marginal
25412 status open
25413
25414 \begin_layout Plain Layout
25415 AVeryLongMarginParWord that isn't hyphenated.
25416 \end_layout
25417
25418 \end_inset
25419
25420
25421 \family default
25422 \series default
25423  Similar to the case described in section
25424 \begin_inset space ~
25425 \end_inset
25426
25427
25428 \begin_inset CommandInset ref
25429 LatexCommand ref
25430 reference "sub:Multiple-Lines-in"
25431
25432 \end_inset
25433
25434 , long words cannot be hyphenated when they are the first word in a margin
25435  note.
25436  To avoid this, insert 0
25437 \begin_inset space \thinspace{}
25438 \end_inset
25439
25440 pt horizontal space before the word
25441 \family roman
25442 \series medium
25443 .
25444  
25445 \begin_inset Marginal
25446 status open
25447
25448 \begin_layout Plain Layout
25449 \begin_inset space \hspace*{}
25450 \length 0pt
25451 \end_inset
25452
25453 AVeryLongMarginParWord that is hyphenated.
25454 \end_layout
25455
25456 \end_inset
25457
25458
25459 \end_layout
25460
25461 \begin_layout Standard
25462 \begin_inset VSpace bigskip
25463 \end_inset
25464
25465
25466 \end_layout
25467
25468 \begin_layout Standard
25469 \begin_inset Note Greyedout
25470 status open
25471
25472 \begin_layout Plain Layout
25473
25474 \series bold
25475 Note:
25476 \series default
25477  Margin notes can normally not be used inside tables, floats, and footnotes.
25478 \end_layout
25479
25480 \end_inset
25481
25482
25483 \end_layout
25484
25485 \begin_layout Standard
25486 \begin_inset VSpace bigskip
25487 \end_inset
25488
25489
25490 \end_layout
25491
25492 \begin_layout Standard
25493 \begin_inset ERT
25494 status collapsed
25495
25496 \begin_layout Plain Layout
25497
25498
25499 \backslash
25500 ifmarginnote
25501 \end_layout
25502
25503 \end_inset
25504
25505
25506 \begin_inset Note Note
25507 status open
25508
25509 \begin_layout Plain Layout
25510 The following section will only be displayed when the LaTeX-package 
25511 \series bold
25512 marginnote
25513 \series default
25514  is installed.
25515 \end_layout
25516
25517 \end_inset
25518
25519
25520 \end_layout
25521
25522 \begin_layout Standard
25523 This restriction can be evaded by using the LaTeX-package 
25524 \series bold
25525 marginnote
25526 \series default
25527
25528 \begin_inset Index
25529 status collapsed
25530
25531 \begin_layout Plain Layout
25532 LaTeX-packages ! marginnote
25533 \end_layout
25534
25535 \end_inset
25536
25537 .
25538  By adding these two lines to your document preamble, the command used by
25539  LyX for margin notes is redefined to use the command provided by the 
25540 \series bold
25541 marginnote
25542 \series default
25543 -package:
25544 \end_layout
25545
25546 \begin_layout Standard
25547
25548 \series bold
25549
25550 \backslash
25551 usepackage{marginnote}
25552 \begin_inset Newline newline
25553 \end_inset
25554
25555
25556 \backslash
25557 let
25558 \backslash
25559 marginpar
25560 \backslash
25561 marginnote
25562 \end_layout
25563
25564 \begin_layout Standard
25565 This is also used in this document because 
25566 \series bold
25567 marginnote
25568 \series default
25569  has another useful feature: You can set a vertical offset for the note.
25570  This is often needed when too many margin notes are too close together
25571  or for a better page layout.
25572  The offset is set in LyX as TeX-Code directly behind the margin note in
25573  the scheme
25574 \end_layout
25575
25576 \begin_layout Standard
25577
25578 \series bold
25579 [offset]
25580 \end_layout
25581
25582 \begin_layout Standard
25583 where the offset is a length with one of the units listed in Table
25584 \begin_inset space ~
25585 \end_inset
25586
25587
25588 \begin_inset CommandInset ref
25589 LatexCommand ref
25590 reference "tab:Units"
25591
25592 \end_inset
25593
25594 .
25595  A negative value shifts the note up, a positive value shifts it down.
25596  
25597 \family roman
25598 \series medium
25599 For example the margin note beside this text line is shifted up 1.5
25600 \begin_inset space \thinspace{}
25601 \end_inset
25602
25603 cm with the TeX-Code-command 
25604 \begin_inset Quotes eld
25605 \end_inset
25606
25607
25608 \family default
25609 \series bold
25610 [-1.5cm]
25611 \family roman
25612 \series medium
25613
25614 \begin_inset Quotes erd
25615 \end_inset
25616
25617
25618 \begin_inset Marginal
25619 status open
25620
25621 \begin_layout Plain Layout
25622 This margin note is shifted up 1.5
25623 \begin_inset space \thinspace{}
25624 \end_inset
25625
25626 cm from its original position.
25627 \end_layout
25628
25629 \end_inset
25630
25631
25632 \family default
25633 \series default
25634
25635 \begin_inset ERT
25636 status collapsed
25637
25638 \begin_layout Plain Layout
25639
25640 [-1.5cm]
25641 \end_layout
25642
25643 \end_inset
25644
25645
25646 \end_layout
25647
25648 \begin_layout Standard
25649 \begin_inset VSpace medskip
25650 \end_inset
25651
25652 With 
25653 \series bold
25654 marginnote
25655 \series default
25656  you can also change the alignment of the text in the margin note.
25657  For example the commands
25658 \end_layout
25659
25660 \begin_layout Standard
25661
25662 \series bold
25663
25664 \backslash
25665 renewcommand*{
25666 \backslash
25667 raggedleftmarginnote}{
25668 \backslash
25669 centering}
25670 \begin_inset Newline newline
25671 \end_inset
25672
25673
25674 \backslash
25675 renewcommand*{
25676 \backslash
25677 raggedrightmarginnote}{
25678 \backslash
25679 centering}
25680 \end_layout
25681
25682 \begin_layout Standard
25683 set the alignment to centered.
25684  
25685 \series bold
25686
25687 \backslash
25688 raggedleftmarginnote
25689 \series default
25690  denotes margin notes that appear at the left side.
25691 \family roman
25692 \series medium
25693
25694 \begin_inset ERT
25695 status collapsed
25696
25697 \begin_layout Plain Layout
25698
25699
25700 \backslash
25701 renewcommand*{
25702 \backslash
25703 raggedleftmarginnote}{
25704 \backslash
25705 centering}
25706 \end_layout
25707
25708 \begin_layout Plain Layout
25709
25710
25711 \backslash
25712 renewcommand*{
25713 \backslash
25714 raggedrightmarginnote}{
25715 \backslash
25716 centering}
25717 \end_layout
25718
25719 \end_inset
25720
25721
25722 \begin_inset Marginal
25723 status open
25724
25725 \begin_layout Plain Layout
25726 The text of this margin note is centered.
25727 \end_layout
25728
25729 \end_inset
25730
25731
25732 \family default
25733 \series default
25734  The default is
25735 \end_layout
25736
25737 \begin_layout Standard
25738
25739 \series bold
25740
25741 \backslash
25742 renewcommand*{
25743 \backslash
25744 raggedleftmarginnote}{
25745 \backslash
25746 raggedleft}
25747 \begin_inset Newline newline
25748 \end_inset
25749
25750
25751 \backslash
25752 renewcommand*{
25753 \backslash
25754 raggedrightmarginnote}{
25755 \backslash
25756 raggedright}
25757 \family roman
25758 \series medium
25759
25760 \begin_inset ERT
25761 status collapsed
25762
25763 \begin_layout Plain Layout
25764
25765
25766 \backslash
25767 renewcommand*{
25768 \backslash
25769 raggedleftmarginnote}{
25770 \backslash
25771 raggedleft}
25772 \end_layout
25773
25774 \begin_layout Plain Layout
25775
25776
25777 \backslash
25778 renewcommand*{
25779 \backslash
25780 raggedrightmarginnote}{
25781 \backslash
25782 raggedright}
25783 \end_layout
25784
25785 \end_inset
25786
25787
25788 \end_layout
25789
25790 \begin_layout Standard
25791 \begin_inset VSpace medskip
25792 \end_inset
25793
25794 For the other features of 
25795 \series bold
25796 marginnote
25797 \series default
25798  we refer to its documentation 
25799 \begin_inset CommandInset citation
25800 LatexCommand cite
25801 key "marginnote"
25802
25803 \end_inset
25804
25805 .
25806 \end_layout
25807
25808 \begin_layout Standard
25809 \begin_inset VSpace bigskip
25810 \end_inset
25811
25812 You can adjust the layout of margin notes by changing its definition.
25813  To create for example a header for all margin notes with the underlined,
25814  sans-serif, and bold header text 
25815 \begin_inset Quotes eld
25816 \end_inset
25817
25818
25819 \family sans
25820 \series bold
25821 \bar under
25822 Attention!
25823 \family default
25824 \series default
25825 \bar default
25826
25827 \begin_inset Quotes erd
25828 \end_inset
25829
25830 , add this to your document preamble:
25831 \end_layout
25832
25833 \begin_layout Standard
25834
25835 \series bold
25836
25837 \backslash
25838 let
25839 \backslash
25840 myMarginpar
25841 \backslash
25842 marginpar
25843 \begin_inset Newline newline
25844 \end_inset
25845
25846
25847 \backslash
25848 renewcommand{
25849 \backslash
25850 marginpar}[1]{
25851 \backslash
25852 myMarginpar{%
25853 \begin_inset Newline newline
25854 \end_inset
25855
25856
25857 \begin_inset ERT
25858 status collapsed
25859
25860 \begin_layout Plain Layout
25861
25862
25863 \backslash
25864 hphantom{ }
25865 \end_layout
25866
25867 \end_inset
25868
25869
25870 \backslash
25871 hspace{0pt}
25872 \backslash
25873 textsf{
25874 \backslash
25875 textbf{
25876 \backslash
25877 underbar{Attention!}}}%
25878 \begin_inset Newline newline
25879 \end_inset
25880
25881
25882 \begin_inset ERT
25883 status collapsed
25884
25885 \begin_layout Plain Layout
25886
25887
25888 \backslash
25889 hphantom{ }
25890 \end_layout
25891
25892 \end_inset
25893
25894
25895 \backslash
25896 vspace{1.5mm}
25897 \backslash
25898
25899 \backslash
25900 #1}}
25901 \end_layout
25902
25903 \begin_layout Standard
25904
25905 \family roman
25906 \series medium
25907 \begin_inset ERT
25908 status collapsed
25909
25910 \begin_layout Plain Layout
25911
25912
25913 \backslash
25914 let
25915 \backslash
25916 myMarginpar
25917 \backslash
25918 marginpar
25919 \end_layout
25920
25921 \begin_layout Plain Layout
25922
25923
25924 \backslash
25925 renewcommand{
25926 \backslash
25927 marginpar}[1]{
25928 \backslash
25929 myMarginpar{%
25930 \end_layout
25931
25932 \begin_layout Plain Layout
25933
25934    
25935 \backslash
25936 textsf{
25937 \backslash
25938 textbf{
25939 \backslash
25940 underbar{Attention!}}}%
25941 \end_layout
25942
25943 \begin_layout Plain Layout
25944
25945    
25946 \backslash
25947 vspace{1.5mm}
25948 \backslash
25949
25950 \backslash
25951 #1}}
25952 \end_layout
25953
25954 \end_inset
25955
25956
25957 \begin_inset Marginal
25958 status open
25959
25960 \begin_layout Plain Layout
25961 This is a margin note with a defined heading.
25962 \end_layout
25963
25964 \end_inset
25965
25966
25967 \family default
25968 \series default
25969
25970 \begin_inset ERT
25971 status collapsed
25972
25973 \begin_layout Plain Layout
25974
25975 [-1.5cm]
25976 \end_layout
25977
25978 \end_inset
25979
25980
25981 \family roman
25982 \series medium
25983
25984 \begin_inset ERT
25985 status collapsed
25986
25987 \begin_layout Plain Layout
25988
25989
25990 \backslash
25991 renewcommand{
25992 \backslash
25993 marginpar}[1]{
25994 \backslash
25995 myMarginpar{#1}}
25996 \end_layout
25997
25998 \end_inset
25999
26000
26001 \family default
26002 \series default
26003
26004 \begin_inset Note Note
26005 status collapsed
26006
26007 \begin_layout Plain Layout
26008 The margin note format is changed only for this example.
26009 \end_layout
26010
26011 \end_inset
26012
26013
26014 \end_layout
26015
26016 \begin_layout Standard
26017 \begin_inset ERT
26018 status collapsed
26019
26020 \begin_layout Plain Layout
26021
26022
26023 \backslash
26024 else
26025 \end_layout
26026
26027 \end_inset
26028
26029
26030 \begin_inset Note Note
26031 status open
26032
26033 \begin_layout Plain Layout
26034 The following will be displayed when the LaTeX-package 
26035 \series bold
26036 marginnote
26037 \series default
26038  is not installed:
26039 \end_layout
26040
26041 \end_inset
26042
26043
26044 \end_layout
26045
26046 \begin_layout Standard
26047 You need to install the LaTeX-package 
26048 \series bold
26049 marginnote
26050 \series default
26051  to see the following part of this section in the output.
26052 \end_layout
26053
26054 \begin_layout Standard
26055 \begin_inset ERT
26056 status collapsed
26057
26058 \begin_layout Plain Layout
26059
26060
26061 \backslash
26062 fi
26063 \end_layout
26064
26065 \end_inset
26066
26067
26068 \end_layout
26069
26070 \begin_layout Chapter
26071 Boxes
26072 \end_layout
26073
26074 \begin_layout Section
26075 Introduction
26076 \begin_inset Index
26077 status collapsed
26078
26079 \begin_layout Plain Layout
26080 Boxes ! Introduction
26081 \end_layout
26082
26083 \end_inset
26084
26085
26086 \end_layout
26087
26088 \begin_layout Standard
26089 Boxes are used to format a block of text.
26090  Boxes can be used to write documents with multiple languages, see section
26091 \begin_inset space ~
26092 \end_inset
26093
26094
26095 \begin_inset CommandInset ref
26096 LatexCommand ref
26097 reference "sec:Minipages"
26098
26099 \end_inset
26100
26101 , to frame texts, see section
26102 \begin_inset space ~
26103 \end_inset
26104
26105
26106 \begin_inset CommandInset ref
26107 LatexCommand ref
26108 reference "sec:Decoration"
26109
26110 \end_inset
26111
26112 , to prevent words to be hyphenated, see section
26113 \begin_inset space ~
26114 \end_inset
26115
26116
26117 \begin_inset CommandInset ref
26118 LatexCommand ref
26119 reference "sec:Prevent-Hyphenation"
26120
26121 \end_inset
26122
26123 , to align text, see section
26124 \begin_inset space ~
26125 \end_inset
26126
26127
26128 \begin_inset CommandInset ref
26129 LatexCommand ref
26130 reference "sub:Vertical-Alignment"
26131
26132 \end_inset
26133
26134 , or to set the background color of texts, see section
26135 \begin_inset space ~
26136 \end_inset
26137
26138
26139 \begin_inset CommandInset ref
26140 LatexCommand ref
26141 reference "sec:Colored-Boxes"
26142
26143 \end_inset
26144
26145 .
26146 \end_layout
26147
26148 \begin_layout Standard
26149 Boxes can be inserted with the menu 
26150 \family sans
26151 Insert\SpecialChar \menuseparator
26152 Box
26153 \family default
26154  or the toolbar button 
26155 \begin_inset Graphics
26156         filename ../images/box-insert.png
26157         scale 85
26158         scaleBeforeRotation
26159
26160 \end_inset
26161
26162 .
26163  A grey box with the label 
26164 \family sans
26165 Box (Minipage)
26166 \family default
26167
26168 \begin_inset Graphics
26169         filename clipart/BoxInsetDefaultQt4.png
26170         scale 85
26171         scaleBeforeRotation
26172
26173 \end_inset
26174
26175  will be inserted.
26176  The box type can be specified by right-clicking on the box.
26177  The appearing box dialog offers the 
26178 \family sans
26179 Inner
26180 \begin_inset space ~
26181 \end_inset
26182
26183 Box
26184 \family default
26185  types 
26186 \family sans
26187 Parbox
26188 \family default
26189  and 
26190 \family sans
26191 Minipage
26192 \family default
26193 .
26194  The type 
26195 \family sans
26196 Minipage
26197 \family default
26198  is the default for new boxes and is explained in section
26199 \begin_inset space ~
26200 \end_inset
26201
26202
26203 \begin_inset CommandInset ref
26204 LatexCommand ref
26205 reference "sec:Minipages"
26206
26207 \end_inset
26208
26209 ; the type 
26210 \family sans
26211 Parbox
26212 \family default
26213  is described in section
26214 \begin_inset space ~
26215 \end_inset
26216
26217
26218 \begin_inset CommandInset ref
26219 LatexCommand ref
26220 reference "sec:Parboxes"
26221
26222 \end_inset
26223
26224 .
26225 \end_layout
26226
26227 \begin_layout Standard
26228 Boxes aren't numbered and can therefore not be referenced like floats or
26229  footnotes.
26230 \end_layout
26231
26232 \begin_layout Standard
26233 \begin_inset Note Greyedout
26234 status open
26235
26236 \begin_layout Plain Layout
26237
26238 \series bold
26239 Note:
26240 \series default
26241  Boxes must not be the item in an 
26242 \family sans
26243 Itemize
26244 \family default
26245  or 
26246 \family sans
26247 Description
26248 \family default
26249  environment.
26250 \end_layout
26251
26252 \end_inset
26253
26254
26255 \end_layout
26256
26257 \begin_layout Standard
26258 \begin_inset Note Greyedout
26259 status open
26260
26261 \begin_layout Plain Layout
26262
26263 \series bold
26264 Note:
26265 \series default
26266  For an unknown reason you can only set the 
26267 \family sans
26268 Inner
26269 \begin_inset space ~
26270 \end_inset
26271
26272 Box
26273 \family default
26274  type to 
26275 \family sans
26276 None
26277 \family default
26278  when you use a framed box.
26279  Boxes without an 
26280 \family sans
26281 Inner
26282 \begin_inset space ~
26283 \end_inset
26284
26285 Box
26286 \family default
26287  type and without frames are explained in section
26288 \begin_inset space ~
26289 \end_inset
26290
26291
26292 \begin_inset CommandInset ref
26293 LatexCommand ref
26294 reference "sec:Prevent-Hyphenation"
26295
26296 \end_inset
26297
26298 .
26299 \end_layout
26300
26301 \end_inset
26302
26303
26304 \end_layout
26305
26306 \begin_layout Section
26307 Box Dialog
26308 \begin_inset CommandInset label
26309 LatexCommand label
26310 name "sec:Box-Dialog"
26311
26312 \end_inset
26313
26314
26315 \begin_inset Index
26316 status collapsed
26317
26318 \begin_layout Plain Layout
26319 Boxes ! Box Dialog
26320 \end_layout
26321
26322 \end_inset
26323
26324
26325 \end_layout
26326
26327 \begin_layout Subsection
26328 Size
26329 \begin_inset Index
26330 status collapsed
26331
26332 \begin_layout Plain Layout
26333 Boxes ! Size
26334 \end_layout
26335
26336 \end_inset
26337
26338
26339 \end_layout
26340
26341 \begin_layout Standard
26342 In the box dialog you can adjust the box geometry in the fields 
26343 \family sans
26344 Width
26345 \family default
26346  and 
26347 \family sans
26348 Height
26349 \family default
26350 .
26351  The available units for the geometry are explained in Table
26352 \begin_inset space ~
26353 \end_inset
26354
26355
26356 \begin_inset CommandInset ref
26357 LatexCommand ref
26358 reference "tab:Units"
26359
26360 \end_inset
26361
26362 .
26363  The field 
26364 \family sans
26365 Heigth
26366 \family default
26367  offers the following additional sizes:
26368 \end_layout
26369
26370 \begin_layout Description
26371 Depth This is the plain text 
26372 \begin_inset Quotes eld
26373 \end_inset
26374
26375 height
26376 \begin_inset Quotes erd
26377 \end_inset
26378
26379 .
26380  It ignores the total depth when there are multiple text lines in the box:
26381 \begin_inset Newline newline
26382 \end_inset
26383
26384
26385 \begin_inset Newline newline
26386 \end_inset
26387
26388
26389 \begin_inset Newline newline
26390 \end_inset
26391
26392
26393 \begin_inset Box Boxed
26394 position "c"
26395 hor_pos "c"
26396 has_inner_box 1
26397 inner_pos "c"
26398 use_parbox 0
26399 width "12col%"
26400 special "none"
26401 height "1in"
26402 height_special "depth"
26403 status collapsed
26404
26405 \begin_layout Plain Layout
26406 \align center
26407 Box height set to 1
26408 \begin_inset space \thinspace{}
26409 \end_inset
26410
26411 Depth
26412 \end_layout
26413
26414 \end_inset
26415
26416
26417 \begin_inset Newline newline
26418 \end_inset
26419
26420
26421 \begin_inset Newline newline
26422 \end_inset
26423
26424
26425 \end_layout
26426
26427 \begin_layout Description
26428 Height This is the heigth of the text that is inside the box.
26429  A value of e.
26430 \begin_inset space \thinspace{}
26431 \end_inset
26432
26433 g.
26434 \begin_inset space \space{}
26435 \end_inset
26436
26437 2 for this size will set the box heigth to 2 times the text height: 
26438 \begin_inset Box Boxed
26439 position "c"
26440 hor_pos "c"
26441 has_inner_box 1
26442 inner_pos "c"
26443 use_parbox 0
26444 width "20col%"
26445 special "none"
26446 height "2in"
26447 height_special "height"
26448 status collapsed
26449
26450 \begin_layout Plain Layout
26451 \align center
26452 Box height set to 2
26453 \begin_inset space \thinspace{}
26454 \end_inset
26455
26456 Height
26457 \end_layout
26458
26459 \end_inset
26460
26461
26462 \end_layout
26463
26464 \begin_layout Description
26465 Total
26466 \begin_inset space ~
26467 \end_inset
26468
26469 Height This is the Height
26470 \begin_inset space \thinspace{}
26471 \end_inset
26472
26473 +
26474 \begin_inset space \thinspace{}
26475 \end_inset
26476
26477 Depth: 
26478 \begin_inset Box Boxed
26479 position "c"
26480 hor_pos "c"
26481 has_inner_box 1
26482 inner_pos "c"
26483 use_parbox 0
26484 width "20col%"
26485 special "none"
26486 height "1in"
26487 height_special "totalheight"
26488 status collapsed
26489
26490 \begin_layout Plain Layout
26491 \align center
26492 Box height set to 1
26493 \begin_inset space \thinspace{}
26494 \end_inset
26495
26496 Total
26497 \begin_inset space ~
26498 \end_inset
26499
26500 Height
26501 \end_layout
26502
26503 \end_inset
26504
26505
26506 \end_layout
26507
26508 \begin_layout Description
26509 Width This sets the width of the box as heigth: 
26510 \begin_inset Box Boxed
26511 position "c"
26512 hor_pos "c"
26513 has_inner_box 1
26514 inner_pos "c"
26515 use_parbox 0
26516 width "12col%"
26517 special "none"
26518 height "1in"
26519 height_special "width"
26520 status collapsed
26521
26522 \begin_layout Plain Layout
26523 \align center
26524 Box height set to 1
26525 \begin_inset space \thinspace{}
26526 \end_inset
26527
26528 Width
26529 \end_layout
26530
26531 \end_inset
26532
26533
26534 \end_layout
26535
26536 \begin_layout Subsection
26537 Alignment
26538 \begin_inset Index
26539 status collapsed
26540
26541 \begin_layout Plain Layout
26542 Boxes ! Alignment
26543 \end_layout
26544
26545 \end_inset
26546
26547
26548 \end_layout
26549
26550 \begin_layout Standard
26551 When you have chosen an 
26552 \family sans
26553 Inner
26554 \begin_inset space ~
26555 \end_inset
26556
26557 Box
26558 \family default
26559 , the vertical box alignment can be:
26560 \end_layout
26561
26562 \begin_layout Description
26563 Top This is an example text line.
26564  
26565 \begin_inset Box Boxed
26566 position "t"
26567 hor_pos "c"
26568 has_inner_box 1
26569 inner_pos "c"
26570 use_parbox 0
26571 width "12col%"
26572 special "none"
26573 height "1in"
26574 height_special "totalheight"
26575 status collapsed
26576
26577 \begin_layout Plain Layout
26578 \align center
26579 This box is top-aligned.
26580 \end_layout
26581
26582 \end_inset
26583
26584  This is an example text line.
26585 \end_layout
26586
26587 \begin_layout Description
26588 Middle This is an example text line.
26589  
26590 \begin_inset Box Boxed
26591 position "c"
26592 hor_pos "c"
26593 has_inner_box 1
26594 inner_pos "c"
26595 use_parbox 0
26596 width "12col%"
26597 special "none"
26598 height "1in"
26599 height_special "totalheight"
26600 status collapsed
26601
26602 \begin_layout Plain Layout
26603 \align center
26604 This box is middle-aligned.
26605 \end_layout
26606
26607 \end_inset
26608
26609  This is an example text line.
26610 \end_layout
26611
26612 \begin_layout Description
26613 Bottom This is an example text line.
26614  
26615 \begin_inset Box Boxed
26616 position "b"
26617 hor_pos "c"
26618 has_inner_box 1
26619 inner_pos "c"
26620 use_parbox 0
26621 width "12col%"
26622 special "none"
26623 height "1in"
26624 height_special "totalheight"
26625 status collapsed
26626
26627 \begin_layout Plain Layout
26628 \align center
26629 This box is bottom-aligned.
26630 \end_layout
26631
26632 \end_inset
26633
26634  This is an example text line.
26635 \end_layout
26636
26637 \begin_layout Standard
26638 \begin_inset Note Greyedout
26639 status open
26640
26641 \begin_layout Plain Layout
26642
26643 \series bold
26644 Note:
26645 \series default
26646  The vertical box aligment can be lost in the output when you have two boxes
26647  in a line and one has e.
26648 \begin_inset space \thinspace{}
26649 \end_inset
26650
26651 g.
26652 \begin_inset space \space{}
26653 \end_inset
26654
26655 a shadow and the other one not.
26656 \end_layout
26657
26658 \end_inset
26659
26660
26661 \end_layout
26662
26663 \begin_layout Standard
26664 The horizontal box alignment can be set via LyX's paragraph dialog when
26665  you set the box into its own paragraph.
26666 \end_layout
26667
26668 \begin_layout Standard
26669 \begin_inset VSpace bigskip
26670 \end_inset
26671
26672 When you have chosen an 
26673 \family sans
26674 Inner
26675 \begin_inset space ~
26676 \end_inset
26677
26678 Box
26679 \family default
26680 , the box content can be vertical aligned to:
26681 \end_layout
26682
26683 \begin_layout Description
26684 top This is an example text line.
26685  
26686 \begin_inset Box Boxed
26687 position "c"
26688 hor_pos "c"
26689 has_inner_box 1
26690 inner_pos "t"
26691 use_parbox 0
26692 width "12col%"
26693 special "none"
26694 height "1.5in"
26695 height_special "totalheight"
26696 status collapsed
26697
26698 \begin_layout Plain Layout
26699 \align center
26700 This box text is top-aligned.
26701 \end_layout
26702
26703 \end_inset
26704
26705  This is an example text line.
26706 \end_layout
26707
26708 \begin_layout Description
26709 middle This is an example text line.
26710  
26711 \begin_inset Box Boxed
26712 position "c"
26713 hor_pos "c"
26714 has_inner_box 1
26715 inner_pos "c"
26716 use_parbox 0
26717 width "12col%"
26718 special "none"
26719 height "1.5in"
26720 height_special "totalheight"
26721 status collapsed
26722
26723 \begin_layout Plain Layout
26724 \align center
26725 This box text is middle-aligned.
26726 \end_layout
26727
26728 \end_inset
26729
26730  This is an example text line.
26731 \end_layout
26732
26733 \begin_layout Description
26734 bottom This is an example text line.
26735  
26736 \begin_inset Box Boxed
26737 position "c"
26738 hor_pos "c"
26739 has_inner_box 1
26740 inner_pos "b"
26741 use_parbox 0
26742 width "12col%"
26743 special "none"
26744 height "1.5in"
26745 height_special "totalheight"
26746 status collapsed
26747
26748 \begin_layout Plain Layout
26749 \align center
26750 This box text is bottom-aligned.
26751 \end_layout
26752
26753 \end_inset
26754
26755  This is an example text line.
26756 \end_layout
26757
26758 \begin_layout Description
26759 stretch This is an example text line.
26760  
26761 \begin_inset Box Boxed
26762 position "c"
26763 hor_pos "c"
26764 has_inner_box 1
26765 inner_pos "s"
26766 use_parbox 0
26767 width "12col%"
26768 special "none"
26769 height "1.5in"
26770 height_special "totalheight"
26771 status collapsed
26772
26773 \begin_layout Plain Layout
26774 \align center
26775 This box
26776 \end_layout
26777
26778 \begin_layout Plain Layout
26779 \align center
26780 text is
26781 \end_layout
26782
26783 \begin_layout Plain Layout
26784 \align center
26785 stretched.
26786 \end_layout
26787
26788 \end_inset
26789
26790  This is an example text line.
26791 \end_layout
26792
26793 \begin_layout Standard
26794 To stretch the box content, it must consist of more than one paragraph.
26795  In the example above every text line is in an own paragraph.
26796 \end_layout
26797
26798 \begin_layout Standard
26799 \begin_inset VSpace bigskip
26800 \end_inset
26801
26802 To align the box content horizontally you can use LyX's paragraph dialog
26803  when you have chosen an 
26804 \family sans
26805 Inner
26806 \begin_inset space ~
26807 \end_inset
26808
26809 Box
26810 \family default
26811 .
26812 \end_layout
26813
26814 \begin_layout Standard
26815 \align center
26816 \begin_inset Box Boxed
26817 position "c"
26818 hor_pos "c"
26819 has_inner_box 1
26820 inner_pos "s"
26821 use_parbox 0
26822 width "15col%"
26823 special "none"
26824 height "1.25in"
26825 height_special "totalheight"
26826 status collapsed
26827
26828 \begin_layout Plain Layout
26829 \align left
26830 This box
26831 \end_layout
26832
26833 \begin_layout Plain Layout
26834 \align center
26835 text is
26836 \end_layout
26837
26838 \begin_layout Plain Layout
26839 \align right
26840 stretched.
26841 \end_layout
26842
26843 \end_inset
26844
26845
26846 \end_layout
26847
26848 \begin_layout Standard
26849 If you haven't set an 
26850 \family sans
26851 Inner
26852 \begin_inset space ~
26853 \end_inset
26854
26855 Box
26856 \family default
26857 , you can align the box content horizontally in the box dialog.
26858 \end_layout
26859
26860 \begin_layout Standard
26861 \align center
26862 \begin_inset Box Boxed
26863 position "c"
26864 hor_pos "s"
26865 has_inner_box 0
26866 inner_pos "s"
26867 use_parbox 0
26868 width "90col%"
26869 special "none"
26870 height "1.25in"
26871 height_special "totalheight"
26872 status collapsed
26873
26874 \begin_layout Plain Layout
26875 \align left
26876 This box text is horizontally stretched.
26877 \end_layout
26878
26879 \end_inset
26880
26881
26882 \end_layout
26883
26884 \begin_layout Subsection
26885 Decoration
26886 \begin_inset CommandInset label
26887 LatexCommand label
26888 name "sec:Decoration"
26889
26890 \end_inset
26891
26892
26893 \begin_inset Index
26894 status collapsed
26895
26896 \begin_layout Plain Layout
26897 Boxes ! Decoration
26898 \end_layout
26899
26900 \end_inset
26901
26902
26903 \end_layout
26904
26905 \begin_layout Standard
26906 The type of the box can be specified in the box-dialog in the drop-down
26907  list 
26908 \family sans
26909 Decoration
26910 \family default
26911 .
26912  The following types are possible:
26913 \end_layout
26914
26915 \begin_layout Description
26916 Simple
26917 \begin_inset space ~
26918 \end_inset
26919
26920 rectangular
26921 \begin_inset space ~
26922 \end_inset
26923
26924 frame This draws a rectangle frame around the box.
26925  The frame line thickness has the size of 
26926 \series bold
26927
26928 \backslash
26929 fboxrule
26930 \series default
26931 .
26932  
26933 \begin_inset Box Boxed
26934 position "c"
26935 hor_pos "c"
26936 has_inner_box 1
26937 inner_pos "c"
26938 use_parbox 0
26939 width "20col%"
26940 special "none"
26941 height "1in"
26942 height_special "totalheight"
26943 status collapsed
26944
26945 \begin_layout Plain Layout
26946 \align center
26947 Rectangular box
26948 \end_layout
26949
26950 \end_inset
26951
26952
26953 \end_layout
26954
26955 \begin_layout Description
26956 Allow
26957 \begin_inset space ~
26958 \end_inset
26959
26960 page
26961 \begin_inset space ~
26962 \end_inset
26963
26964 break When you use the decoration 
26965 \family sans
26966 simple rectangular frame
26967 \family default
26968  and no inner box, you can allow page breaks within a box.
26969  Note that then, in contrary to other framed boxes, the frame always uses
26970  the whole column width, the box is set as its own paragraph, and 
26971 \series bold
26972
26973 \backslash
26974 fboxrule
26975 \series default
26976  and 
26977 \series bold
26978
26979 \backslash
26980 fboxsep
26981 \series default
26982  has no effect on this box type.
26983  The frame line thickness has the size of 
26984 \series bold
26985
26986 \backslash
26987 FrameRule
26988 \series default
26989 .
26990  
26991 \begin_inset Box Framed
26992 position "t"
26993 hor_pos "c"
26994 has_inner_box 0
26995 inner_pos "t"
26996 use_parbox 0
26997 width "100col%"
26998 special "none"
26999 height "1in"
27000 height_special "totalheight"
27001 status collapsed
27002
27003 \begin_layout Plain Layout
27004 Allow page break box
27005 \end_layout
27006
27007 \end_inset
27008
27009
27010 \end_layout
27011
27012 \begin_layout Description
27013 Oval
27014 \begin_inset space ~
27015 \end_inset
27016
27017 box,
27018 \begin_inset space ~
27019 \end_inset
27020
27021 thin This draws an oval frame around the box.
27022  The frame line thickness has the size 0.4
27023 \begin_inset space \thinspace{}
27024 \end_inset
27025
27026 pt.
27027  
27028 \begin_inset Box ovalbox
27029 position "c"
27030 hor_pos "c"
27031 has_inner_box 1
27032 inner_pos "c"
27033 use_parbox 0
27034 width "20col%"
27035 special "none"
27036 height "1in"
27037 height_special "totalheight"
27038 status collapsed
27039
27040 \begin_layout Plain Layout
27041 \align center
27042 Oval box, thin
27043 \end_layout
27044
27045 \end_inset
27046
27047
27048 \end_layout
27049
27050 \begin_layout Description
27051 Oval
27052 \begin_inset space ~
27053 \end_inset
27054
27055 box,
27056 \begin_inset space ~
27057 \end_inset
27058
27059 thick This draws an oval frame around the box.
27060  The frame line thickness has the size 0.8
27061 \begin_inset space \thinspace{}
27062 \end_inset
27063
27064 pt.
27065  
27066 \begin_inset Box Ovalbox
27067 position "c"
27068 hor_pos "c"
27069 has_inner_box 1
27070 inner_pos "c"
27071 use_parbox 0
27072 width "20col%"
27073 special "none"
27074 height "1in"
27075 height_special "totalheight"
27076 status collapsed
27077
27078 \begin_layout Plain Layout
27079 \align center
27080 Oval box, thick
27081 \end_layout
27082
27083 \end_inset
27084
27085
27086 \end_layout
27087
27088 \begin_layout Description
27089 Drop
27090 \begin_inset space ~
27091 \end_inset
27092
27093 shadow This draws a rectangle frame with a shadow around the box.
27094  The frame line thickness has the size of 
27095 \series bold
27096
27097 \backslash
27098 fboxrule
27099 \series default
27100 , the shadow has a width of 4
27101 \begin_inset space \thinspace{}
27102 \end_inset
27103
27104 pt.
27105  
27106 \begin_inset Box Shadowbox
27107 position "c"
27108 hor_pos "c"
27109 has_inner_box 1
27110 inner_pos "c"
27111 use_parbox 0
27112 width "20col%"
27113 special "none"
27114 height "1in"
27115 height_special "totalheight"
27116 status collapsed
27117
27118 \begin_layout Plain Layout
27119 \align center
27120 Shadow box
27121 \end_layout
27122
27123 \end_inset
27124
27125
27126 \end_layout
27127
27128 \begin_layout Description
27129 Shaded
27130 \begin_inset space ~
27131 \end_inset
27132
27133 background This draws a box with red background color.
27134  In contrary to colored boxes
27135 \begin_inset Foot
27136 status collapsed
27137
27138 \begin_layout Plain Layout
27139 see sec.
27140 \begin_inset space \thinspace{}
27141 \end_inset
27142
27143
27144 \begin_inset CommandInset ref
27145 LatexCommand ref
27146 reference "sec:Colored-Boxes"
27147
27148 \end_inset
27149
27150
27151 \end_layout
27152
27153 \end_inset
27154
27155 , it always uses the whole column width and the box is set as its own paragraph.
27156  
27157 \begin_inset Box Shaded
27158 position "t"
27159 hor_pos "c"
27160 has_inner_box 0
27161 inner_pos "t"
27162 use_parbox 0
27163 width "50col%"
27164 special "none"
27165 height "1in"
27166 height_special "totalheight"
27167 status collapsed
27168
27169 \begin_layout Plain Layout
27170 Shaded background box
27171 \end_layout
27172
27173 \end_inset
27174
27175
27176 \end_layout
27177
27178 \begin_layout Description
27179 Double
27180 \begin_inset space ~
27181 \end_inset
27182
27183 rectangular
27184 \begin_inset space ~
27185 \end_inset
27186
27187 frame This draws a double-line rectangle frame around the box.
27188  The line thickness of the inner frame is 0.75
27189 \begin_inset space \thinspace{}
27190 \end_inset
27191
27192
27193 \series bold
27194
27195 \backslash
27196 fboxrule
27197 \series default
27198 , the thickness of the outer frame is 1.5
27199 \begin_inset space \thinspace{}
27200 \end_inset
27201
27202
27203 \series bold
27204
27205 \backslash
27206 fboxrule
27207 \series default
27208 .
27209  The distance between the lines is 1.5
27210 \begin_inset space \thinspace{}
27211 \end_inset
27212
27213
27214 \series bold
27215
27216 \backslash
27217 fboxrule
27218 \series default
27219
27220 \begin_inset space \thinspace{}
27221 \end_inset
27222
27223 +
27224 \begin_inset space \thinspace{}
27225 \end_inset
27226
27227 0.5
27228 \begin_inset space \thinspace{}
27229 \end_inset
27230
27231 pt.
27232  
27233 \begin_inset Box Doublebox
27234 position "c"
27235 hor_pos "c"
27236 has_inner_box 1
27237 inner_pos "c"
27238 use_parbox 0
27239 width "20col%"
27240 special "none"
27241 height "1in"
27242 height_special "totalheight"
27243 status collapsed
27244
27245 \begin_layout Plain Layout
27246 \align center
27247 Double rectangular box
27248 \end_layout
27249
27250 \end_inset
27251
27252
27253 \end_layout
27254
27255 \begin_layout Standard
27256 \begin_inset VSpace bigskip
27257 \end_inset
27258
27259 LyX's box label will reflect the different frame types.
27260  To be able to use all types, the LaTeX-package 
27261 \series bold
27262 fancybox
27263 \series default
27264
27265 \begin_inset Index
27266 status collapsed
27267
27268 \begin_layout Plain Layout
27269 LaTeX-packages ! fancybox
27270 \end_layout
27271
27272 \end_inset
27273
27274  must be installed.
27275 \end_layout
27276
27277 \begin_layout Section
27278 Box customization
27279 \begin_inset Index
27280 status collapsed
27281
27282 \begin_layout Plain Layout
27283 Boxes ! Customization
27284 \end_layout
27285
27286 \end_inset
27287
27288
27289 \end_layout
27290
27291 \begin_layout Standard
27292 The default value for the size 
27293 \series bold
27294
27295 \backslash
27296 fboxrule
27297 \series default
27298  is 0.4
27299 \begin_inset space \thinspace{}
27300 \end_inset
27301
27302 pt.
27303  It can be changed with the following command in TeX-Code to e.
27304 \begin_inset space \thinspace{}
27305 \end_inset
27306
27307 g.
27308 \begin_inset space \space{}
27309 \end_inset
27310
27311 2
27312 \begin_inset space \thinspace{}
27313 \end_inset
27314
27315 pt:
27316 \end_layout
27317
27318 \begin_layout Standard
27319
27320 \series bold
27321
27322 \backslash
27323 setlength{
27324 \backslash
27325 fboxrule}{2pt}
27326 \end_layout
27327
27328 \begin_layout Standard
27329 \begin_inset ERT
27330 status collapsed
27331
27332 \begin_layout Plain Layout
27333
27334
27335 \backslash
27336 setlength{
27337 \backslash
27338 fboxrule}{2pt}
27339 \end_layout
27340
27341 \end_inset
27342
27343
27344 \begin_inset Box Boxed
27345 position "c"
27346 hor_pos "c"
27347 has_inner_box 1
27348 inner_pos "c"
27349 use_parbox 0
27350 width "25col%"
27351 special "none"
27352 height "1in"
27353 height_special "totalheight"
27354 status open
27355
27356 \begin_layout Plain Layout
27357 \align center
27358 Rectangular box with 
27359 \series bold
27360
27361 \backslash
27362 fboxrule
27363 \series default
27364
27365 \begin_inset space \thinspace{}
27366 \end_inset
27367
27368 =
27369 \begin_inset space \thinspace{}
27370 \end_inset
27371
27372 2
27373 \begin_inset space \thinspace{}
27374 \end_inset
27375
27376 pt
27377 \end_layout
27378
27379 \end_inset
27380
27381
27382 \begin_inset ERT
27383 status collapsed
27384
27385 \begin_layout Plain Layout
27386
27387
27388 \backslash
27389 setlength{
27390 \backslash
27391 fboxrule}{0.4pt}
27392 \end_layout
27393
27394 \end_inset
27395
27396
27397 \end_layout
27398
27399 \begin_layout Standard
27400 \begin_inset VSpace bigskip
27401 \end_inset
27402
27403 The space between the frame and the box content is for all frame styles
27404  by default 3
27405 \begin_inset space \thinspace{}
27406 \end_inset
27407
27408 pt.
27409  You can change it by setting the length 
27410 \series bold
27411
27412 \backslash
27413 fboxsep
27414 \series default
27415  to another value.
27416  For example the command
27417 \end_layout
27418
27419 \begin_layout Standard
27420
27421 \series bold
27422
27423 \backslash
27424 setlength{
27425 \backslash
27426 fboxsep}{10pt}
27427 \end_layout
27428
27429 \begin_layout Standard
27430 sets the value to 10
27431 \begin_inset space \thinspace{}
27432 \end_inset
27433
27434 pt, like for the following box:
27435 \end_layout
27436
27437 \begin_layout Standard
27438 \begin_inset ERT
27439 status collapsed
27440
27441 \begin_layout Plain Layout
27442
27443
27444 \backslash
27445 setlength{
27446 \backslash
27447 fboxsep}{10pt}
27448 \end_layout
27449
27450 \end_inset
27451
27452
27453 \begin_inset Box Boxed
27454 position "c"
27455 hor_pos "c"
27456 has_inner_box 1
27457 inner_pos "c"
27458 use_parbox 0
27459 width "25col%"
27460 special "none"
27461 height "1in"
27462 height_special "totalheight"
27463 status open
27464
27465 \begin_layout Plain Layout
27466 \align center
27467 Rectangular box with 
27468 \series bold
27469
27470 \backslash
27471 fboxsep
27472 \series default
27473
27474 \begin_inset space \thinspace{}
27475 \end_inset
27476
27477 =
27478 \begin_inset space \thinspace{}
27479 \end_inset
27480
27481 10
27482 \begin_inset space \thinspace{}
27483 \end_inset
27484
27485 pt
27486 \end_layout
27487
27488 \end_inset
27489
27490
27491 \begin_inset ERT
27492 status collapsed
27493
27494 \begin_layout Plain Layout
27495
27496
27497 \backslash
27498 setlength{
27499 \backslash
27500 fboxsep}{3pt}
27501 \end_layout
27502
27503 \end_inset
27504
27505
27506 \end_layout
27507
27508 \begin_layout Standard
27509 \begin_inset VSpace bigskip
27510 \end_inset
27511
27512 The diameter of the round corners of the oval boxes can be set with the
27513  command 
27514 \series bold
27515
27516 \backslash
27517 cornersize
27518 \series default
27519 .
27520  The command
27521 \end_layout
27522
27523 \begin_layout Standard
27524
27525 \series bold
27526
27527 \backslash
27528 cornersize*{1cm}
27529 \end_layout
27530
27531 \begin_layout Standard
27532 sets the diameter to 1
27533 \begin_inset space \thinspace{}
27534 \end_inset
27535
27536 cm.
27537  The command
27538 \end_layout
27539
27540 \begin_layout Standard
27541
27542 \series bold
27543
27544 \backslash
27545 cornersize{num}
27546 \end_layout
27547
27548 \begin_layout Standard
27549 sets the diameter to 
27550 \family sans
27551 num
27552 \begin_inset space \thinspace{}
27553 \end_inset
27554
27555 ×
27556 \begin_inset space \thinspace{}
27557 \end_inset
27558
27559 minimum(width and heigth of box)
27560 \family default
27561 .
27562  The default is 
27563 \series bold
27564
27565 \backslash
27566 cornersize{0.5}
27567 \series default
27568 .
27569 \end_layout
27570
27571 \begin_layout Standard
27572 \begin_inset ERT
27573 status collapsed
27574
27575 \begin_layout Plain Layout
27576
27577
27578 \backslash
27579 cornersize*{1.5cm}
27580 \end_layout
27581
27582 \end_inset
27583
27584
27585 \begin_inset Box Ovalbox
27586 position "c"
27587 hor_pos "c"
27588 has_inner_box 1
27589 inner_pos "c"
27590 use_parbox 0
27591 width "25col%"
27592 special "none"
27593 height "1in"
27594 height_special "totalheight"
27595 status open
27596
27597 \begin_layout Plain Layout
27598 \align center
27599 Oval box with 
27600 \series bold
27601
27602 \backslash
27603 cornersize
27604 \series default
27605
27606 \begin_inset space \thinspace{}
27607 \end_inset
27608
27609 =
27610 \begin_inset space \thinspace{}
27611 \end_inset
27612
27613 1.5
27614 \begin_inset space \thinspace{}
27615 \end_inset
27616
27617 cm
27618 \end_layout
27619
27620 \end_inset
27621
27622
27623 \begin_inset ERT
27624 status collapsed
27625
27626 \begin_layout Plain Layout
27627
27628
27629 \backslash
27630 cornersize{0.5}
27631 \end_layout
27632
27633 \end_inset
27634
27635
27636 \end_layout
27637
27638 \begin_layout Standard
27639 \begin_inset VSpace bigskip
27640 \end_inset
27641
27642 The size of the shadow can be adjusted by changing the length 
27643 \series bold
27644
27645 \backslash
27646 shadowsize
27647 \series default
27648 .
27649  It it set to 2
27650 \begin_inset space \thinspace{}
27651 \end_inset
27652
27653 pt for the following box by this command:
27654 \end_layout
27655
27656 \begin_layout Standard
27657
27658 \series bold
27659
27660 \backslash
27661 setlength{
27662 \backslash
27663 shadowsize}{2pt}
27664 \end_layout
27665
27666 \begin_layout Standard
27667 \begin_inset ERT
27668 status collapsed
27669
27670 \begin_layout Plain Layout
27671
27672
27673 \backslash
27674 setlength{
27675 \backslash
27676 shadowsize}{2pt}
27677 \end_layout
27678
27679 \end_inset
27680
27681
27682 \begin_inset Box Shadowbox
27683 position "c"
27684 hor_pos "c"
27685 has_inner_box 1
27686 inner_pos "c"
27687 use_parbox 0
27688 width "25col%"
27689 special "none"
27690 height "1in"
27691 height_special "totalheight"
27692 status open
27693
27694 \begin_layout Plain Layout
27695 \align center
27696 Shadow box with 
27697 \series bold
27698
27699 \backslash
27700 shadowsize
27701 \series default
27702
27703 \begin_inset space \thinspace{}
27704 \end_inset
27705
27706 =
27707 \begin_inset space \thinspace{}
27708 \end_inset
27709
27710 2
27711 \begin_inset space \thinspace{}
27712 \end_inset
27713
27714 pt
27715 \end_layout
27716
27717 \end_inset
27718
27719
27720 \begin_inset ERT
27721 status collapsed
27722
27723 \begin_layout Plain Layout
27724
27725
27726 \backslash
27727 setlength{
27728 \backslash
27729 shadowsize}{4pt}
27730 \end_layout
27731
27732 \end_inset
27733
27734
27735 \end_layout
27736
27737 \begin_layout Standard
27738 \begin_inset VSpace bigskip
27739 \end_inset
27740
27741
27742 \end_layout
27743
27744 \begin_layout Standard
27745 The default value for the size 
27746 \series bold
27747
27748 \backslash
27749 FrameRule
27750 \series default
27751  is 0.4
27752 \begin_inset space \thinspace{}
27753 \end_inset
27754
27755 pt.
27756  The default space between the note content and the frame is 9
27757 \begin_inset space \thinspace{}
27758 \end_inset
27759
27760 pt and can be changed with the value of 
27761 \series bold
27762
27763 \backslash
27764 FrameSep
27765 \series default
27766 .
27767  For example the frame appearance of the following 
27768 \family sans
27769 box
27770 \family default
27771  is set with the TeX-Code commands
27772 \end_layout
27773
27774 \begin_layout Standard
27775
27776 \series bold
27777
27778 \backslash
27779 setlength{
27780 \backslash
27781 FrameRule}{5pt}
27782 \begin_inset Newline newline
27783 \end_inset
27784
27785
27786 \backslash
27787 setlength{
27788 \backslash
27789 FrameSep}{0.5cm}
27790 \end_layout
27791
27792 \begin_layout Standard
27793 \begin_inset ERT
27794 status collapsed
27795
27796 \begin_layout Plain Layout
27797
27798
27799 \backslash
27800 setlength{
27801 \backslash
27802 FrameRule}{5pt}
27803 \end_layout
27804
27805 \begin_layout Plain Layout
27806
27807
27808 \backslash
27809 setlength{
27810 \backslash
27811 FrameSep}{0.5cm}
27812 \end_layout
27813
27814 \end_inset
27815
27816
27817 \begin_inset Box Framed
27818 position "t"
27819 hor_pos "c"
27820 has_inner_box 0
27821 inner_pos "t"
27822 use_parbox 0
27823 width "100col%"
27824 special "none"
27825 height "1in"
27826 height_special "totalheight"
27827 status open
27828
27829 \begin_layout Plain Layout
27830 This is text in an 
27831 \family sans
27832 allow page break
27833 \family default
27834  box.
27835 \end_layout
27836
27837 \end_inset
27838
27839
27840 \begin_inset ERT
27841 status collapsed
27842
27843 \begin_layout Plain Layout
27844
27845
27846 \backslash
27847 setlength{
27848 \backslash
27849 FrameRule}{0.4pt}
27850 \end_layout
27851
27852 \begin_layout Plain Layout
27853
27854
27855 \backslash
27856 setlength{
27857 \backslash
27858 FrameSep}{9pt}
27859 \end_layout
27860
27861 \end_inset
27862
27863
27864 \end_layout
27865
27866 \begin_layout Standard
27867 \begin_inset VSpace bigskip
27868 \end_inset
27869
27870
27871 \end_layout
27872
27873 \begin_layout Standard
27874 For 
27875 \family sans
27876 shaded background
27877 \family default
27878  boxes the default space between the box content and the box border is 3
27879 \begin_inset space \thinspace{}
27880 \end_inset
27881
27882 pt and can be changed with the value of 
27883 \series bold
27884
27885 \backslash
27886 fboxsep
27887 \series default
27888 .
27889  The default background color red can either be changed locally with the
27890  command 
27891 \series bold
27892
27893 \backslash
27894 definecolor{shadebox}
27895 \series default
27896  or globally with the menu 
27897 \family sans
27898 Tools\SpecialChar \menuseparator
27899 Preferences\SpecialChar \menuseparator
27900 Colors\SpecialChar \menuseparator
27901 shaded
27902 \begin_inset space ~
27903 \end_inset
27904
27905 box
27906 \family default
27907 .
27908  The scheme of the 
27909 \series bold
27910
27911 \backslash
27912 definecolor
27913 \series default
27914  command is explained in section
27915 \begin_inset space ~
27916 \end_inset
27917
27918
27919 \begin_inset CommandInset ref
27920 LatexCommand ref
27921 reference "sec:Colored-Tables"
27922
27923 \end_inset
27924
27925 .
27926 \begin_inset Foot
27927 status collapsed
27928
27929 \begin_layout Plain Layout
27930 Note that 
27931 \series bold
27932
27933 \backslash
27934 definecolor
27935 \series default
27936  requires the LaTeX-package 
27937 \series bold
27938 color
27939 \series default
27940  in the preamble, see section
27941 \begin_inset space ~
27942 \end_inset
27943
27944
27945 \begin_inset CommandInset ref
27946 LatexCommand ref
27947 reference "sec:Colored-Boxes"
27948
27949 \end_inset
27950
27951 .
27952 \end_layout
27953
27954 \end_inset
27955
27956  For example the appearance of the following shaded background note is set
27957  with the TeX-Code commands
27958 \end_layout
27959
27960 \begin_layout Standard
27961
27962 \series bold
27963
27964 \backslash
27965 setlength{
27966 \backslash
27967 fboxsep}{0.5cm}
27968 \series default
27969
27970 \begin_inset Newline newline
27971 \end_inset
27972
27973
27974 \series bold
27975
27976 \backslash
27977 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27978 \end_layout
27979
27980 \begin_layout Standard
27981 \begin_inset ERT
27982 status collapsed
27983
27984 \begin_layout Plain Layout
27985
27986
27987 \backslash
27988 setlength{
27989 \backslash
27990 fboxsep}{0.5cm}
27991 \end_layout
27992
27993 \begin_layout Plain Layout
27994
27995
27996 \backslash
27997 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
27998 \end_layout
27999
28000 \end_inset
28001
28002
28003 \begin_inset Box Shaded
28004 position "t"
28005 hor_pos "c"
28006 has_inner_box 0
28007 inner_pos "t"
28008 use_parbox 0
28009 width "100col%"
28010 special "none"
28011 height "1in"
28012 height_special "totalheight"
28013 status open
28014
28015 \begin_layout Plain Layout
28016
28017 \color yellow
28018 This is yellow text in a
28019 \color none
28020  
28021 \family sans
28022 \color yellow
28023 shaded background
28024 \family default
28025 \color none
28026  
28027 \color yellow
28028 box with dark green background.
28029 \end_layout
28030
28031 \end_inset
28032
28033
28034 \begin_inset ERT
28035 status collapsed
28036
28037 \begin_layout Plain Layout
28038
28039
28040 \backslash
28041 setlength{
28042 \backslash
28043 fboxsep}{3pt}
28044 \end_layout
28045
28046 \begin_layout Plain Layout
28047
28048
28049 \backslash
28050 definecolor{shadecolor}{rgb}{1,0,0}
28051 \end_layout
28052
28053 \end_inset
28054
28055
28056 \end_layout
28057
28058 \begin_layout Standard
28059 \begin_inset VSpace bigskip
28060 \end_inset
28061
28062 Changed lengths and widths are valid for all boxes following the commands
28063  that change them.
28064 \end_layout
28065
28066 \begin_layout Section
28067 Minipages
28068 \begin_inset CommandInset label
28069 LatexCommand label
28070 name "sec:Minipages"
28071
28072 \end_inset
28073
28074
28075 \begin_inset Index
28076 status collapsed
28077
28078 \begin_layout Plain Layout
28079 Boxes ! Minipages
28080 \end_layout
28081
28082 \end_inset
28083
28084
28085 \end_layout
28086
28087 \begin_layout Standard
28088 Minipages are treated by LaTeX as pages within pages and can therefore for
28089  example have their own footnotes.
28090 \end_layout
28091
28092 \begin_layout Standard
28093 Minipages are useful when you write documents with different languages.
28094 \end_layout
28095
28096 \begin_layout Standard
28097 Below are two example minipages side by side.
28098  Their width is set to 45
28099 \begin_inset space \thinspace{}
28100 \end_inset
28101
28102 col% and they are separated by a horizontal fill, that was inserted via
28103  the menu 
28104 \family sans
28105 Insert\SpecialChar \menuseparator
28106 Special
28107 \begin_inset space ~
28108 \end_inset
28109
28110 Formatting\SpecialChar \menuseparator
28111 Horizontal
28112 \begin_inset space ~
28113 \end_inset
28114
28115 Fill
28116 \family default
28117 .
28118 \begin_inset Newpage newpage
28119 \end_inset
28120
28121
28122 \end_layout
28123
28124 \begin_layout Standard
28125 \begin_inset Box Frameless
28126 position "t"
28127 hor_pos "c"
28128 has_inner_box 1
28129 inner_pos "c"
28130 use_parbox 0
28131 width "45col%"
28132 special "none"
28133 height "1in"
28134 height_special "totalheight"
28135 status open
28136
28137 \begin_layout Plain Layout
28138
28139 \lang german
28140 Dies ist ein deutscher Text.
28141  Dies ist ein deutscher Text.
28142  Dies ist ein deutscher Text.
28143  Dies ist ein deutscher Text.
28144  Dies ist ein deutscher Text.
28145  Dies ist ein deutscher Text.
28146  Dies ist ein deutscher Text.
28147  Dies ist ein deutscher Text.
28148  Dies ist ein deutscher Text.
28149  Dies ist ein deutscher Text.
28150  Dies ist ein deutscher Text.
28151  Dies ist ein deutscher Text.
28152  Dies ist ein deutscher Text
28153 \begin_inset Foot
28154 status collapsed
28155
28156 \begin_layout Plain Layout
28157
28158 \lang german
28159 Dies ist eine deutsche Fußnote.
28160 \end_layout
28161
28162 \end_inset
28163
28164 .
28165  Dies ist ein deutscher Text.
28166  Dies ist ein deutscher Text.
28167 \end_layout
28168
28169 \end_inset
28170
28171
28172 \begin_inset space \hfill{}
28173 \end_inset
28174
28175
28176 \begin_inset Box Frameless
28177 position "t"
28178 hor_pos "c"
28179 has_inner_box 1
28180 inner_pos "c"
28181 use_parbox 0
28182 width "45col%"
28183 special "none"
28184 height "1in"
28185 height_special "totalheight"
28186 status open
28187
28188 \begin_layout Plain Layout
28189 This is an English Text.
28190  This is an English Text.
28191  This is an English Text.
28192  This is an English Text.
28193  This is an English Text.
28194  This is an English Text.
28195  This is an English Text.
28196  This is an English Text.
28197  This is an English Text.
28198  This is an English Text.
28199  This is an English Text.
28200  This is an English Text.
28201  This is an English Text.
28202  This is an English Text.
28203  This is an English Text.
28204  This is an English Text.
28205 \begin_inset Foot
28206 status collapsed
28207
28208 \begin_layout Plain Layout
28209 This is an English footnote.
28210 \end_layout
28211
28212 \end_inset
28213
28214  This is an English Text.
28215  
28216 \end_layout
28217
28218 \end_inset
28219
28220
28221 \end_layout
28222
28223 \begin_layout Standard
28224 \begin_inset VSpace bigskip
28225 \end_inset
28226
28227 Another application for minipages are footnotes within tables.
28228  Due to a LaTeX restriction footnotes within tables doesn't appear at the
28229  bottom of the current page.
28230  But when you put the table with the footnote to a minipage, the footnote
28231  will appear at its bottom, numbered with Latin letters.
28232  The footnote number is reset to 1 in every minipage but not outside the
28233  minipages.
28234 \end_layout
28235
28236 \begin_layout Standard
28237 The footnote of this table doesn't appear: 
28238 \begin_inset Tabular
28239 <lyxtabular version="3" rows="3" columns="4">
28240 <features>
28241 <column alignment="center" valignment="top" width="0pt">
28242 <column alignment="center" valignment="top" width="0pt">
28243 <column alignment="center" valignment="top" width="0pt">
28244 <column alignment="center" valignment="top" width="0pt">
28245 <row>
28246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28247 \begin_inset Text
28248
28249 \begin_layout Plain Layout
28250 1
28251 \end_layout
28252
28253 \end_inset
28254 </cell>
28255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28256 \begin_inset Text
28257
28258 \begin_layout Plain Layout
28259 2
28260 \end_layout
28261
28262 \end_inset
28263 </cell>
28264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28265 \begin_inset Text
28266
28267 \begin_layout Plain Layout
28268 3
28269 \begin_inset Foot
28270 status collapsed
28271
28272 \begin_layout Plain Layout
28273 This is a footnote within a table.
28274 \end_layout
28275
28276 \end_inset
28277
28278
28279 \end_layout
28280
28281 \end_inset
28282 </cell>
28283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28284 \begin_inset Text
28285
28286 \begin_layout Plain Layout
28287 4
28288 \end_layout
28289
28290 \end_inset
28291 </cell>
28292 </row>
28293 <row>
28294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28295 \begin_inset Text
28296
28297 \begin_layout Plain Layout
28298 a
28299 \end_layout
28300
28301 \end_inset
28302 </cell>
28303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28304 \begin_inset Text
28305
28306 \begin_layout Plain Layout
28307 b
28308 \end_layout
28309
28310 \end_inset
28311 </cell>
28312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28313 \begin_inset Text
28314
28315 \begin_layout Plain Layout
28316 c
28317 \end_layout
28318
28319 \end_inset
28320 </cell>
28321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28322 \begin_inset Text
28323
28324 \begin_layout Plain Layout
28325 d
28326 \end_layout
28327
28328 \end_inset
28329 </cell>
28330 </row>
28331 <row>
28332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28333 \begin_inset Text
28334
28335 \begin_layout Plain Layout
28336 e
28337 \end_layout
28338
28339 \end_inset
28340 </cell>
28341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28342 \begin_inset Text
28343
28344 \begin_layout Plain Layout
28345 f
28346 \end_layout
28347
28348 \end_inset
28349 </cell>
28350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28351 \begin_inset Text
28352
28353 \begin_layout Plain Layout
28354 g
28355 \end_layout
28356
28357 \end_inset
28358 </cell>
28359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28360 \begin_inset Text
28361
28362 \begin_layout Plain Layout
28363 h
28364 \end_layout
28365
28366 \end_inset
28367 </cell>
28368 </row>
28369 </lyxtabular>
28370
28371 \end_inset
28372
28373
28374 \end_layout
28375
28376 \begin_layout Standard
28377 \align center
28378 \begin_inset Box Frameless
28379 position "t"
28380 hor_pos "c"
28381 has_inner_box 1
28382 inner_pos "c"
28383 use_parbox 0
28384 width "30col%"
28385 special "none"
28386 height "1in"
28387 height_special "totalheight"
28388 status open
28389
28390 \begin_layout Plain Layout
28391 \align center
28392 \begin_inset Tabular
28393 <lyxtabular version="3" rows="3" columns="4">
28394 <features>
28395 <column alignment="center" valignment="top" width="0pt">
28396 <column alignment="center" valignment="top" width="0pt">
28397 <column alignment="center" valignment="top" width="0pt">
28398 <column alignment="center" valignment="top" width="0pt">
28399 <row>
28400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28401 \begin_inset Text
28402
28403 \begin_layout Plain Layout
28404 1
28405 \end_layout
28406
28407 \end_inset
28408 </cell>
28409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28410 \begin_inset Text
28411
28412 \begin_layout Plain Layout
28413 2
28414 \end_layout
28415
28416 \end_inset
28417 </cell>
28418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28419 \begin_inset Text
28420
28421 \begin_layout Plain Layout
28422 3
28423 \begin_inset Foot
28424 status collapsed
28425
28426 \begin_layout Plain Layout
28427 This is a footnote within a table.
28428 \end_layout
28429
28430 \end_inset
28431
28432
28433 \end_layout
28434
28435 \end_inset
28436 </cell>
28437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28438 \begin_inset Text
28439
28440 \begin_layout Plain Layout
28441 4
28442 \end_layout
28443
28444 \end_inset
28445 </cell>
28446 </row>
28447 <row>
28448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28449 \begin_inset Text
28450
28451 \begin_layout Plain Layout
28452 a
28453 \end_layout
28454
28455 \end_inset
28456 </cell>
28457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28458 \begin_inset Text
28459
28460 \begin_layout Plain Layout
28461 b
28462 \end_layout
28463
28464 \end_inset
28465 </cell>
28466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28467 \begin_inset Text
28468
28469 \begin_layout Plain Layout
28470 c
28471 \end_layout
28472
28473 \end_inset
28474 </cell>
28475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28476 \begin_inset Text
28477
28478 \begin_layout Plain Layout
28479 d
28480 \end_layout
28481
28482 \end_inset
28483 </cell>
28484 </row>
28485 <row>
28486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28487 \begin_inset Text
28488
28489 \begin_layout Plain Layout
28490 e
28491 \end_layout
28492
28493 \end_inset
28494 </cell>
28495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28496 \begin_inset Text
28497
28498 \begin_layout Plain Layout
28499 f
28500 \end_layout
28501
28502 \end_inset
28503 </cell>
28504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28505 \begin_inset Text
28506
28507 \begin_layout Plain Layout
28508 g
28509 \end_layout
28510
28511 \end_inset
28512 </cell>
28513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28514 \begin_inset Text
28515
28516 \begin_layout Plain Layout
28517 h
28518 \end_layout
28519
28520 \end_inset
28521 </cell>
28522 </row>
28523 </lyxtabular>
28524
28525 \end_inset
28526
28527
28528 \end_layout
28529
28530 \end_inset
28531
28532
28533 \end_layout
28534
28535 \begin_layout Standard
28536 \begin_inset VSpace bigskip
28537 \end_inset
28538
28539 The document-wide paragraph settings are ignored within minipages.
28540  That means that there will be no space between paragraphs in minipages
28541  although you set it to e.
28542 \begin_inset space \thinspace{}
28543 \end_inset
28544
28545 g.
28546 \begin_inset space \space{}
28547 \end_inset
28548
28549
28550 \family sans
28551 MedSkip
28552 \family default
28553  in the document settings.
28554 \end_layout
28555
28556 \begin_layout Standard
28557 Minipages can also be used to set a background color for text parts, see
28558  section
28559 \begin_inset space ~
28560 \end_inset
28561
28562
28563 \begin_inset CommandInset ref
28564 LatexCommand ref
28565 reference "sub:Color-for-Paragraphs"
28566
28567 \end_inset
28568
28569 .
28570 \end_layout
28571
28572 \begin_layout Standard
28573 \begin_inset Note Greyedout
28574 status open
28575
28576 \begin_layout Plain Layout
28577
28578 \series bold
28579 Note:
28580 \series default
28581  You cannot have floats or margin notes inside minipages but minipages can
28582  be used inside tables, floats, and other boxes.
28583 \end_layout
28584
28585 \end_inset
28586
28587
28588 \end_layout
28589
28590 \begin_layout Section
28591 Parboxes
28592 \begin_inset CommandInset label
28593 LatexCommand label
28594 name "sec:Parboxes"
28595
28596 \end_inset
28597
28598
28599 \begin_inset Index
28600 status collapsed
28601
28602 \begin_layout Plain Layout
28603 Boxes ! Parboxes
28604 \end_layout
28605
28606 \end_inset
28607
28608
28609 \end_layout
28610
28611 \begin_layout Standard
28612 Parboxes are very similar to minipages with the difference that they cannot
28613  have footnotes.
28614  The main difference to minipages is that minipages are in contrary to parboxes
28615  no real boxes but LaTeX-environments.
28616 \end_layout
28617
28618 \begin_layout Standard
28619 \align center
28620 \begin_inset Box Frameless
28621 position "t"
28622 hor_pos "c"
28623 has_inner_box 1
28624 inner_pos "t"
28625 use_parbox 1
28626 width "33col%"
28627 special "none"
28628 height "1in"
28629 height_special "totalheight"
28630 status collapsed
28631
28632 \begin_layout Plain Layout
28633 This a text within a parbox.
28634  This a text within a parbox.
28635 \end_layout
28636
28637 \begin_layout Plain Layout
28638 This footnote won't appear:
28639 \begin_inset Foot
28640 status collapsed
28641
28642 \begin_layout Plain Layout
28643 This footnote is inside a parbox and will therefore not appear.
28644 \end_layout
28645
28646 \end_inset
28647
28648
28649 \end_layout
28650
28651 \end_inset
28652
28653
28654 \end_layout
28655
28656 \begin_layout Section
28657 Boxes for Words and Characters
28658 \begin_inset Index
28659 status collapsed
28660
28661 \begin_layout Plain Layout
28662 Boxes ! for Characters
28663 \end_layout
28664
28665 \end_inset
28666
28667
28668 \end_layout
28669
28670 \begin_layout Subsection
28671 Prevent Hyphenation
28672 \begin_inset CommandInset label
28673 LatexCommand label
28674 name "sec:Prevent-Hyphenation"
28675
28676 \end_inset
28677
28678
28679 \begin_inset Index
28680 status collapsed
28681
28682 \begin_layout Plain Layout
28683 Boxes ! to Prevent Hyphenation
28684 \end_layout
28685
28686 \end_inset
28687
28688
28689 \end_layout
28690
28691 \begin_layout Standard
28692 You can use a special kind of boxes to prevent words or text to be hyphenated.
28693 \begin_inset Newline newline
28694 \end_inset
28695
28696 Here is an example text:
28697 \end_layout
28698
28699 \begin_layout Standard
28700 This line is an example to show how you can prevent the hyphenation of 
28701 \begin_inset Quotes eld
28702 \end_inset
28703
28704 veryverylongword
28705 \begin_inset Quotes erd
28706 \end_inset
28707
28708 .
28709 \end_layout
28710
28711 \begin_layout Standard
28712 To prevent the hyphenation of the word 
28713 \begin_inset Quotes eld
28714 \end_inset
28715
28716 veryverylongword
28717 \begin_inset Quotes erd
28718 \end_inset
28719
28720 , add the command
28721 \end_layout
28722
28723 \begin_layout Standard
28724
28725 \series bold
28726
28727 \backslash
28728 mbox{
28729 \end_layout
28730
28731 \begin_layout Standard
28732 in TeX-Code before the word.
28733  Behind the word insert a closing brace 
28734 \begin_inset Quotes eld
28735 \end_inset
28736
28737
28738 \series bold
28739 }
28740 \series default
28741
28742 \begin_inset Quotes erd
28743 \end_inset
28744
28745  in TeX-Code.
28746 \end_layout
28747
28748 \begin_layout Standard
28749 This is the result:
28750 \end_layout
28751
28752 \begin_layout Standard
28753 This line is an example to show how you can prevent the hyphenation of 
28754 \begin_inset ERT
28755 status collapsed
28756
28757 \begin_layout Plain Layout
28758
28759
28760 \backslash
28761 mbox{
28762 \end_layout
28763
28764 \end_inset
28765
28766
28767 \begin_inset Quotes eld
28768 \end_inset
28769
28770 veryverylongword
28771 \begin_inset Quotes erd
28772 \end_inset
28773
28774 .
28775 \begin_inset ERT
28776 status collapsed
28777
28778 \begin_layout Plain Layout
28779
28780 }
28781 \end_layout
28782
28783 \end_inset
28784
28785
28786 \end_layout
28787
28788 \begin_layout Standard
28789 You can alternatively set the command 
28790 \begin_inset Quotes eld
28791 \end_inset
28792
28793
28794 \series bold
28795
28796 \backslash
28797 -
28798 \series default
28799
28800 \begin_inset Quotes grd
28801 \end_inset
28802
28803  as TeX-Code directly before the word:
28804 \end_layout
28805
28806 \begin_layout Standard
28807 This line is an example to show how you can prevent the hyphenation of 
28808 \begin_inset Quotes eld
28809 \end_inset
28810
28811
28812 \begin_inset ERT
28813 status collapsed
28814
28815 \begin_layout Plain Layout
28816
28817
28818 \backslash
28819 -
28820 \end_layout
28821
28822 \end_inset
28823
28824 veryverylongword
28825 \begin_inset Quotes erd
28826 \end_inset
28827
28828 .
28829 \end_layout
28830
28831 \begin_layout Standard
28832 Of course the word now protrudes over the side margin.
28833  To avoid this, add via the menu 
28834 \family sans
28835 Insert\SpecialChar \menuseparator
28836 Special
28837 \begin_inset space ~
28838 \end_inset
28839
28840 Formatting\SpecialChar \menuseparator
28841 Line
28842 \begin_inset space ~
28843 \end_inset
28844
28845 Break
28846 \family default
28847  (shortcut 
28848 \begin_inset Info
28849 type  "shortcut"
28850 arg   "newline-insert newline"
28851 \end_inset
28852
28853 ) a line break before the word:
28854 \end_layout
28855
28856 \begin_layout Standard
28857 This line is an example to show how you can prevent the hyphenation of 
28858 \begin_inset Newline newline
28859 \end_inset
28860
28861
28862 \begin_inset ERT
28863 status collapsed
28864
28865 \begin_layout Plain Layout
28866
28867
28868 \backslash
28869 mbox{
28870 \end_layout
28871
28872 \end_inset
28873
28874
28875 \begin_inset Quotes eld
28876 \end_inset
28877
28878 veryverylongword
28879 \begin_inset Quotes erd
28880 \end_inset
28881
28882 .
28883 \begin_inset ERT
28884 status collapsed
28885
28886 \begin_layout Plain Layout
28887
28888 }
28889 \end_layout
28890
28891 \end_inset
28892
28893
28894 \end_layout
28895
28896 \begin_layout Subsection
28897 Vertical Alignment
28898 \begin_inset CommandInset label
28899 LatexCommand label
28900 name "sub:Vertical-Alignment"
28901
28902 \end_inset
28903
28904
28905 \begin_inset Index
28906 status collapsed
28907
28908 \begin_layout Plain Layout
28909 Boxes ! for Vertical Alignment
28910 \end_layout
28911
28912 \end_inset
28913
28914
28915 \begin_inset Index
28916 status collapsed
28917
28918 \begin_layout Plain Layout
28919 Boxes ! Raiseboxes
28920 \end_layout
28921
28922 \end_inset
28923
28924
28925 \end_layout
28926
28927 \begin_layout Standard
28928 With the help of the command 
28929 \series bold
28930
28931 \backslash
28932 raisebox
28933 \series default
28934  you can align words, characters or other boxes vertically to the surrounding
28935  text.
28936  
28937 \series bold
28938
28939 \backslash
28940 raisebox
28941 \series default
28942  is used with the following scheme:
28943 \end_layout
28944
28945 \begin_layout Standard
28946
28947 \series bold
28948
28949 \backslash
28950 raisebox{lift}[height][depth]{box content}
28951 \end_layout
28952
28953 \begin_layout Standard
28954 The lift can be a positive value to raise the box or a negative value to
28955  lower the box.
28956 \end_layout
28957
28958 \begin_layout Standard
28959 To align for example the word 
28960 \begin_inset Quotes eld
28961 \end_inset
28962
28963 preventing
28964 \begin_inset Quotes erd
28965 \end_inset
28966
28967  so that the bottom of the 
28968 \begin_inset Quotes eld
28969 \end_inset
28970
28971 deepest
28972 \begin_inset Quotes erd
28973 \end_inset
28974
28975  character 
28976 \begin_inset Quotes eld
28977 \end_inset
28978
28979 p
28980 \begin_inset Quotes erd
28981 \end_inset
28982
28983  is at the baseline, insert the command
28984 \end_layout
28985
28986 \begin_layout Standard
28987
28988 \series bold
28989
28990 \backslash
28991 raisebox{
28992 \backslash
28993 depth}{
28994 \end_layout
28995
28996 \begin_layout Standard
28997 in TeX-Code before the word.
28998  Behind the word insert a closing brace 
28999 \begin_inset Quotes eld
29000 \end_inset
29001
29002
29003 \series bold
29004 }
29005 \series default
29006
29007 \begin_inset Quotes erd
29008 \end_inset
29009
29010  in TeX-Code.
29011 \begin_inset Newline newline
29012 \end_inset
29013
29014 This is the result:
29015 \end_layout
29016
29017 \begin_layout Standard
29018 This is a text line with the word 
29019 \begin_inset ERT
29020 status collapsed
29021
29022 \begin_layout Plain Layout
29023
29024
29025 \backslash
29026 raisebox{
29027 \backslash
29028 depth}{
29029 \end_layout
29030
29031 \end_inset
29032
29033
29034 \begin_inset Quotes eld
29035 \end_inset
29036
29037 preventing
29038 \begin_inset Quotes erd
29039 \end_inset
29040
29041
29042 \begin_inset ERT
29043 status collapsed
29044
29045 \begin_layout Plain Layout
29046
29047 }
29048 \end_layout
29049
29050 \end_inset
29051
29052  as raised word.
29053 \end_layout
29054
29055 \begin_layout Standard
29056 \begin_inset VSpace bigskip
29057 \end_inset
29058
29059 When you raise or lower characters in a line, the line distance will be
29060  spread:
29061 \end_layout
29062
29063 \begin_layout Standard
29064 This is a text line with the word 
29065 \begin_inset ERT
29066 status collapsed
29067
29068 \begin_layout Plain Layout
29069
29070
29071 \backslash
29072 raisebox{-
29073 \backslash
29074 depth}{
29075 \end_layout
29076
29077 \end_inset
29078
29079
29080 \begin_inset Quotes eld
29081 \end_inset
29082
29083 preventing
29084 \begin_inset Quotes erd
29085 \end_inset
29086
29087
29088 \begin_inset ERT
29089 status collapsed
29090
29091 \begin_layout Plain Layout
29092
29093 }
29094 \end_layout
29095
29096 \end_inset
29097
29098  as lowered word.
29099 \begin_inset Newline newline
29100 \end_inset
29101
29102 This is a text line with the word 
29103 \begin_inset ERT
29104 status collapsed
29105
29106 \begin_layout Plain Layout
29107
29108
29109 \backslash
29110 raisebox{0.5cm}{
29111 \end_layout
29112
29113 \end_inset
29114
29115
29116 \begin_inset Quotes eld
29117 \end_inset
29118
29119 testing
29120 \begin_inset Quotes erd
29121 \end_inset
29122
29123
29124 \begin_inset ERT
29125 status collapsed
29126
29127 \begin_layout Plain Layout
29128
29129 }
29130 \end_layout
29131
29132 \end_inset
29133
29134  as raised word.
29135 \end_layout
29136
29137 \begin_layout Standard
29138 If you want to prevent this for a certain reason, set the box height to
29139  a zero value.
29140  For example use
29141 \end_layout
29142
29143 \begin_layout Standard
29144
29145 \series bold
29146
29147 \backslash
29148 raisebox{-
29149 \backslash
29150 depth}[0pt]{
29151 \end_layout
29152
29153 \begin_layout Standard
29154 This is a text line with the word 
29155 \begin_inset ERT
29156 status collapsed
29157
29158 \begin_layout Plain Layout
29159
29160
29161 \backslash
29162 raisebox{-
29163 \backslash
29164 depth}[0pt]{
29165 \end_layout
29166
29167 \end_inset
29168
29169
29170 \begin_inset Quotes eld
29171 \end_inset
29172
29173 preventing
29174 \begin_inset Quotes erd
29175 \end_inset
29176
29177
29178 \begin_inset ERT
29179 status collapsed
29180
29181 \begin_layout Plain Layout
29182
29183 }
29184 \end_layout
29185
29186 \end_inset
29187
29188  as lowered word.
29189 \begin_inset Newline newline
29190 \end_inset
29191
29192 This is a text line with the word 
29193 \begin_inset ERT
29194 status collapsed
29195
29196 \begin_layout Plain Layout
29197
29198
29199 \backslash
29200 raisebox{0.5cm}[0pt]{
29201 \end_layout
29202
29203 \end_inset
29204
29205
29206 \begin_inset Quotes eld
29207 \end_inset
29208
29209 testing
29210 \begin_inset Quotes erd
29211 \end_inset
29212
29213
29214 \begin_inset ERT
29215 status collapsed
29216
29217 \begin_layout Plain Layout
29218
29219 }
29220 \end_layout
29221
29222 \end_inset
29223
29224  as raised word.
29225 \end_layout
29226
29227 \begin_layout Section
29228 Colored Boxes
29229 \begin_inset CommandInset label
29230 LatexCommand label
29231 name "sec:Colored-Boxes"
29232
29233 \end_inset
29234
29235
29236 \begin_inset Index
29237 status collapsed
29238
29239 \begin_layout Plain Layout
29240 Boxes ! Color
29241 \end_layout
29242
29243 \end_inset
29244
29245
29246 \end_layout
29247
29248 \begin_layout Subsection
29249 Color for Text
29250 \begin_inset Index
29251 status collapsed
29252
29253 \begin_layout Plain Layout
29254 Color ! for Text
29255 \end_layout
29256
29257 \end_inset
29258
29259
29260 \end_layout
29261
29262 \begin_layout Standard
29263 To color the background of text the text must be put into a so called 
29264 \begin_inset Quotes eld
29265 \end_inset
29266
29267 colorbox
29268 \begin_inset Quotes erd
29269 \end_inset
29270
29271 .
29272  This requires that the LaTeX-package 
29273 \series bold
29274 color
29275 \series default
29276
29277 \begin_inset Index
29278 status collapsed
29279
29280 \begin_layout Plain Layout
29281 LaTeX-packages ! color
29282 \end_layout
29283
29284 \end_inset
29285
29286  is loaded in the document preamble with the command
29287 \end_layout
29288
29289 \begin_layout Standard
29290
29291 \series bold
29292
29293 \backslash
29294 @ifundefined{textcolor}
29295 \begin_inset Newline newline
29296 \end_inset
29297
29298
29299 \begin_inset ERT
29300 status collapsed
29301
29302 \begin_layout Plain Layout
29303
29304
29305 \backslash
29306 hphantom{ }
29307 \end_layout
29308
29309 \end_inset
29310
29311 {
29312 \backslash
29313 usepackage{color}}{}
29314 \end_layout
29315
29316 \begin_layout Standard
29317 The package 
29318 \series bold
29319 color
29320 \series default
29321  will be loaded automatically by LyX when you color text
29322 \begin_inset Foot
29323 status collapsed
29324
29325 \begin_layout Plain Layout
29326 To avoid that it is loaded twice the command 
29327 \series bold
29328
29329 \backslash
29330 @ifundefined
29331 \series default
29332  is used.
29333 \end_layout
29334
29335 \end_inset
29336
29337 .
29338 \end_layout
29339
29340 \begin_layout Standard
29341 \begin_inset VSpace medskip
29342 \end_inset
29343
29344 Colorboxes are created with the command 
29345 \series bold
29346
29347 \backslash
29348 colorbox
29349 \series default
29350 .
29351  This will be used with the following scheme:
29352 \end_layout
29353
29354 \begin_layout Standard
29355
29356 \series bold
29357
29358 \backslash
29359 colorbox{color}{box content}
29360 \end_layout
29361
29362 \begin_layout Standard
29363 The box content can also be a box and colorboxes can also be within other
29364  boxes.
29365 \end_layout
29366
29367 \begin_layout Standard
29368 The following colors are predefined:
29369 \begin_inset Newline newline
29370 \end_inset
29371
29372
29373 \family sans
29374 black
29375 \family default
29376
29377 \family sans
29378 blue
29379 \family default
29380
29381 \family sans
29382 cyan
29383 \family default
29384 \series bold
29385 ,
29386 \series default
29387  
29388 \family sans
29389 green
29390 \family default
29391
29392 \family sans
29393 magenta
29394 \family default
29395
29396 \family sans
29397 red
29398 \family default
29399
29400 \family sans
29401 white
29402 \family default
29403 , and 
29404 \family sans
29405 yellow
29406 \family default
29407 .
29408 \begin_inset Newline newline
29409 \end_inset
29410
29411 You can also define your own color as described in section
29412 \begin_inset space ~
29413 \end_inset
29414
29415
29416 \begin_inset CommandInset ref
29417 LatexCommand ref
29418 reference "sec:Colored-Tables"
29419
29420 \end_inset
29421
29422 .
29423 \end_layout
29424
29425 \begin_layout Standard
29426 To have e.
29427 \begin_inset space \thinspace{}
29428 \end_inset
29429
29430 g.
29431 \begin_inset space \space{}
29432 \end_inset
29433
29434 a red background for a word, insert the command
29435 \end_layout
29436
29437 \begin_layout Standard
29438
29439 \series bold
29440
29441 \backslash
29442 colorbox{red}{
29443 \end_layout
29444
29445 \begin_layout Standard
29446 before the word in TeX-Code.
29447  Behind the word insert a closing brace 
29448 \begin_inset Quotes eld
29449 \end_inset
29450
29451
29452 \series bold
29453 }
29454 \series default
29455
29456 \begin_inset Quotes erd
29457 \end_inset
29458
29459  in TeX-Code.
29460 \begin_inset Newline newline
29461 \end_inset
29462
29463 This is the result:
29464 \end_layout
29465
29466 \begin_layout Standard
29467 This is a line where the word 
29468 \begin_inset ERT
29469 status collapsed
29470
29471 \begin_layout Plain Layout
29472
29473
29474 \backslash
29475 colorbox{red}{
29476 \end_layout
29477
29478 \end_inset
29479
29480
29481 \begin_inset Quotes eld
29482 \end_inset
29483
29484 Attention!
29485 \begin_inset Quotes erd
29486 \end_inset
29487
29488
29489 \begin_inset ERT
29490 status collapsed
29491
29492 \begin_layout Plain Layout
29493
29494 }
29495 \end_layout
29496
29497 \end_inset
29498
29499  has a red background.
29500 \end_layout
29501
29502 \begin_layout Standard
29503 \begin_inset VSpace bigskip
29504 \end_inset
29505
29506 If you would have the box frame in a different color, you can use the command
29507  
29508 \series bold
29509
29510 \backslash
29511 fcolorbox
29512 \series default
29513  with the following scheme:
29514 \end_layout
29515
29516 \begin_layout Standard
29517
29518 \series bold
29519
29520 \backslash
29521 fcolorbox{frame color}{box color}{box content}
29522 \end_layout
29523
29524 \begin_layout Standard
29525
29526 \series bold
29527
29528 \backslash
29529 fcolorbox
29530 \series default
29531  is an extension to 
29532 \series bold
29533
29534 \backslash
29535 colorbox
29536 \series default
29537 .
29538  The frame thickness and the space between the frame and the box content
29539  can be adjusted with the lengths 
29540 \series bold
29541
29542 \backslash
29543 fboxrule
29544 \series default
29545  and 
29546 \series bold
29547
29548 \backslash
29549 fboxsep
29550 \series default
29551 , respectively, as described in section
29552 \begin_inset space ~
29553 \end_inset
29554
29555
29556 \begin_inset CommandInset ref
29557 LatexCommand ref
29558 reference "sec:Decoration"
29559
29560 \end_inset
29561
29562 .
29563 \end_layout
29564
29565 \begin_layout Standard
29566 For the following example the command
29567 \end_layout
29568
29569 \begin_layout Standard
29570
29571 \series bold
29572
29573 \backslash
29574 fcolorbox{cyan}{magenta}{
29575 \end_layout
29576
29577 \begin_layout Standard
29578 was used.
29579 \end_layout
29580
29581 \begin_layout Standard
29582 Here is an example where the frame line thickness was set to 1
29583 \begin_inset space \thinspace{}
29584 \end_inset
29585
29586 mm:
29587 \begin_inset Newline newline
29588 \end_inset
29589
29590
29591 \begin_inset ERT
29592 status collapsed
29593
29594 \begin_layout Plain Layout
29595
29596
29597 \backslash
29598 fboxrule 1mm 
29599 \backslash
29600 fboxsep 1mm
29601 \end_layout
29602
29603 \end_inset
29604
29605
29606 \begin_inset ERT
29607 status collapsed
29608
29609 \begin_layout Plain Layout
29610
29611
29612 \backslash
29613 fcolorbox{cyan}{magenta}{
29614 \end_layout
29615
29616 \end_inset
29617
29618 This is text within a colored, framed box.
29619 \begin_inset ERT
29620 status collapsed
29621
29622 \begin_layout Plain Layout
29623
29624 }
29625 \end_layout
29626
29627 \end_inset
29628
29629
29630 \end_layout
29631
29632 \begin_layout Standard
29633 \begin_inset VSpace bigskip
29634 \end_inset
29635
29636 Of course you can also have colored text inside a colorbox:
29637 \begin_inset Newline newline
29638 \end_inset
29639
29640
29641 \begin_inset ERT
29642 status collapsed
29643
29644 \begin_layout Plain Layout
29645
29646
29647 \backslash
29648 fcolorbox{cyan}{magenta}{
29649 \end_layout
29650
29651 \end_inset
29652
29653
29654 \color yellow
29655 This is colored text within a colored, framed box.
29656 \color none
29657
29658 \begin_inset ERT
29659 status collapsed
29660
29661 \begin_layout Plain Layout
29662
29663 }
29664 \end_layout
29665
29666 \end_inset
29667
29668
29669 \begin_inset ERT
29670 status collapsed
29671
29672 \begin_layout Plain Layout
29673
29674
29675 \backslash
29676 fboxrule 0.4pt 
29677 \backslash
29678 fboxsep 3pt
29679 \end_layout
29680
29681 \end_inset
29682
29683
29684 \end_layout
29685
29686 \begin_layout Standard
29687
29688 \series bold
29689 \begin_inset VSpace medskip
29690 \end_inset
29691
29692
29693 \end_layout
29694
29695 \begin_layout Standard
29696 \begin_inset Note Greyedout
29697 status open
29698
29699 \begin_layout Plain Layout
29700
29701 \series bold
29702 Note:
29703 \series default
29704  Text in colorboxes cannot have line breaks.
29705  To color multiple text lines or paragraphs, use a box inside a colorbox
29706  as described in the following.
29707 \end_layout
29708
29709 \end_inset
29710
29711
29712 \end_layout
29713
29714 \begin_layout Subsection
29715 Color for Paragraphs
29716 \begin_inset CommandInset label
29717 LatexCommand label
29718 name "sub:Color-for-Paragraphs"
29719
29720 \end_inset
29721
29722
29723 \begin_inset Index
29724 status collapsed
29725
29726 \begin_layout Plain Layout
29727 Color ! for Paragraphs
29728 \end_layout
29729
29730 \end_inset
29731
29732
29733 \end_layout
29734
29735 \begin_layout Standard
29736 To set the background color for more than one text line, put the text into
29737  a minipage.
29738  Before the minipage insert the 
29739 \series bold
29740
29741 \backslash
29742 colorbox
29743 \series default
29744  command
29745 \end_layout
29746
29747 \begin_layout Standard
29748
29749 \series bold
29750
29751 \backslash
29752 colorbox{color}{
29753 \end_layout
29754
29755 \begin_layout Standard
29756 in TeX-Code.
29757  Behind the minipage insert a closing brace 
29758 \begin_inset Quotes eld
29759 \end_inset
29760
29761
29762 \series bold
29763 }
29764 \series default
29765
29766 \begin_inset Quotes erd
29767 \end_inset
29768
29769  in TeX-Code.
29770 \end_layout
29771
29772 \begin_layout Standard
29773 \begin_inset ERT
29774 status collapsed
29775
29776 \begin_layout Plain Layout
29777
29778
29779 \backslash
29780 colorbox{lightgrey}{
29781 \end_layout
29782
29783 \end_inset
29784
29785
29786 \begin_inset Box Frameless
29787 position "t"
29788 hor_pos "c"
29789 has_inner_box 1
29790 inner_pos "t"
29791 use_parbox 0
29792 width "100col%"
29793 special "none"
29794 height "1in"
29795 height_special "totalheight"
29796 status collapsed
29797
29798 \begin_layout Plain Layout
29799 This is text with background color.
29800  This is text with background color.
29801 \end_layout
29802
29803 \begin_layout Plain Layout
29804 \begin_inset VSpace defskip
29805 \end_inset
29806
29807 The text can have footnotes
29808 \begin_inset Foot
29809 status collapsed
29810
29811 \begin_layout Plain Layout
29812 Another example footnote
29813 \end_layout
29814
29815 \end_inset
29816
29817  and can include tables and figures.
29818 \end_layout
29819
29820 \begin_layout Plain Layout
29821 \align center
29822 \begin_inset Tabular
29823 <lyxtabular version="3" rows="3" columns="3">
29824 <features>
29825 <column alignment="center" valignment="top" width="0">
29826 <column alignment="center" valignment="top" width="0">
29827 <column alignment="center" valignment="top" width="0">
29828 <row>
29829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29830 \begin_inset Text
29831
29832 \begin_layout Plain Layout
29833 a
29834 \end_layout
29835
29836 \end_inset
29837 </cell>
29838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29839 \begin_inset Text
29840
29841 \begin_layout Plain Layout
29842 !
29843 \end_layout
29844
29845 \end_inset
29846 </cell>
29847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29848 \begin_inset Text
29849
29850 \begin_layout Plain Layout
29851 3
29852 \end_layout
29853
29854 \end_inset
29855 </cell>
29856 </row>
29857 <row>
29858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29859 \begin_inset Text
29860
29861 \begin_layout Plain Layout
29862 <
29863 \end_layout
29864
29865 \end_inset
29866 </cell>
29867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29868 \begin_inset Text
29869
29870 \begin_layout Plain Layout
29871 b2
29872 \begin_inset Quotes erd
29873 \end_inset
29874
29875 |
29876 \end_layout
29877
29878 \end_inset
29879 </cell>
29880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29881 \begin_inset Text
29882
29883 \begin_layout Plain Layout
29884 >
29885 \end_layout
29886
29887 \end_inset
29888 </cell>
29889 </row>
29890 <row>
29891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29892 \begin_inset Text
29893
29894 \begin_layout Plain Layout
29895 1
29896 \end_layout
29897
29898 \end_inset
29899 </cell>
29900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29901 \begin_inset Text
29902
29903 \begin_layout Plain Layout
29904 §
29905 \end_layout
29906
29907 \end_inset
29908 </cell>
29909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29910 \begin_inset Text
29911
29912 \begin_layout Plain Layout
29913 c
29914 \end_layout
29915
29916 \end_inset
29917 </cell>
29918 </row>
29919 </lyxtabular>
29920
29921 \end_inset
29922
29923
29924 \end_layout
29925
29926 \end_inset
29927
29928
29929 \begin_inset ERT
29930 status collapsed
29931
29932 \begin_layout Plain Layout
29933
29934 }
29935 \end_layout
29936
29937 \end_inset
29938
29939
29940 \end_layout
29941
29942 \begin_layout Section
29943 Rotated and Scaled Boxes
29944 \end_layout
29945
29946 \begin_layout Standard
29947 To use the the commands described in this section, the LaTeX-package 
29948 \series bold
29949 graphicx
29950 \series default
29951
29952 \begin_inset Index
29953 status collapsed
29954
29955 \begin_layout Plain Layout
29956 LaTeX-packages ! graphicx
29957 \end_layout
29958
29959 \end_inset
29960
29961  needs to be loaded in the document preamble with the command
29962 \end_layout
29963
29964 \begin_layout Standard
29965
29966 \series bold
29967
29968 \backslash
29969 @ifundefined{rotatebox}
29970 \begin_inset Newline newline
29971 \end_inset
29972
29973
29974 \begin_inset ERT
29975 status collapsed
29976
29977 \begin_layout Plain Layout
29978
29979
29980 \backslash
29981 hphantom{ }
29982 \end_layout
29983
29984 \end_inset
29985
29986 {
29987 \backslash
29988 usepackage{graphicx}}{}
29989 \end_layout
29990
29991 \begin_layout Standard
29992 \begin_inset Note Greyedout
29993 status open
29994
29995 \begin_layout Plain Layout
29996
29997 \series bold
29998 Note:
29999 \series default
30000  Some DVI-viewers can't display rotated or scaled material.
30001 \end_layout
30002
30003 \end_inset
30004
30005
30006 \end_layout
30007
30008 \begin_layout Standard
30009 \begin_inset Note Greyedout
30010 status open
30011
30012 \begin_layout Plain Layout
30013
30014 \series bold
30015 Note:
30016 \series default
30017  Floats mustn't be inside a rotated or scaled box.
30018 \end_layout
30019
30020 \end_inset
30021
30022
30023 \end_layout
30024
30025 \begin_layout Subsection
30026 Rotated Boxes
30027 \begin_inset Index
30028 status collapsed
30029
30030 \begin_layout Plain Layout
30031 Boxes ! rotated
30032 \end_layout
30033
30034 \end_inset
30035
30036
30037 \begin_inset Index
30038 status collapsed
30039
30040 \begin_layout Plain Layout
30041 Rotated material
30042 \end_layout
30043
30044 \end_inset
30045
30046
30047 \begin_inset Index
30048 status collapsed
30049
30050 \begin_layout Plain Layout
30051 Figures ! rotated
30052 \end_layout
30053
30054 \end_inset
30055
30056
30057 \begin_inset Index
30058 status collapsed
30059
30060 \begin_layout Plain Layout
30061 Table Customization ! Rotating
30062 \end_layout
30063
30064 \end_inset
30065
30066
30067 \end_layout
30068
30069 \begin_layout Standard
30070 To rotate material, you can put it into a rotated box.
30071  Such a box is created using the command 
30072 \series bold
30073
30074 \backslash
30075 rotatebox
30076 \series default
30077  in TeX-Code with the following scheme:
30078 \end_layout
30079
30080 \begin_layout Standard
30081
30082 \series bold
30083
30084 \backslash
30085 rotatebox[rotation origin]{rotation angle}{box content}
30086 \end_layout
30087
30088 \begin_layout Standard
30089 The rotation origin is specified in the form 
30090 \series bold
30091 origin=position
30092 \series default
30093 .
30094  The following positions are possible: 
30095 \emph on
30096 c
30097 \emph default
30098  (center), 
30099 \emph on
30100 l
30101 \emph default
30102  (left), 
30103 \emph on
30104 r
30105 \emph default
30106  (right), 
30107 \emph on
30108 b
30109 \emph default
30110  (bottom), 
30111 \emph on
30112 t
30113 \emph default
30114  (top), and also expedient combinations of the four base positions.
30115  For example 
30116 \emph on
30117 lt
30118 \emph default
30119  means, that the rotation origin is at the top left corner of the box.
30120  When no rotation origin is specified, the position 
30121 \emph on
30122 l
30123 \emph default
30124  will be used.
30125  The rotation angle is a number that can be negative that specifies the
30126  angle in degrees.
30127  The rotation direction is counterclockwise.
30128 \end_layout
30129
30130 \begin_layout Standard
30131 In the following example the command 
30132 \series bold
30133
30134 \backslash
30135 rotatebox[origin=c]{60}{
30136 \series default
30137  was inserted as TeX-Code before the text 
30138 \begin_inset Quotes eld
30139 \end_inset
30140
30141 with rotated
30142 \begin_inset Quotes erd
30143 \end_inset
30144
30145 ; after the text the box was closed by a closing brace 
30146 \series bold
30147 }
30148 \series default
30149  in TeX-Code.
30150 \end_layout
30151
30152 \begin_layout Standard
30153 This is a line 
30154 \begin_inset ERT
30155 status collapsed
30156
30157 \begin_layout Plain Layout
30158
30159
30160 \backslash
30161 rotatebox[origin=c]{60}{
30162 \end_layout
30163
30164 \end_inset
30165
30166 with rotated
30167 \begin_inset ERT
30168 status collapsed
30169
30170 \begin_layout Plain Layout
30171
30172 }
30173 \end_layout
30174
30175 \end_inset
30176
30177  text.
30178 \end_layout
30179
30180 \begin_layout Standard
30181 The box content can also be another box or an inline formula:
30182 \end_layout
30183
30184 \begin_layout Standard
30185 This is a line
30186 \begin_inset ERT
30187 status collapsed
30188
30189 \begin_layout Plain Layout
30190
30191
30192 \backslash
30193 rotatebox[origin=r]{-60}{
30194 \end_layout
30195
30196 \end_inset
30197
30198
30199 \begin_inset Box Doublebox
30200 position "c"
30201 hor_pos "c"
30202 has_inner_box 0
30203 inner_pos "c"
30204 use_parbox 0
30205 width "1in"
30206 special "width"
30207 height "1in"
30208 height_special "totalheight"
30209 status collapsed
30210
30211 \begin_layout Plain Layout
30212 with rotated
30213 \end_layout
30214
30215 \end_inset
30216
30217
30218 \begin_inset ERT
30219 status collapsed
30220
30221 \begin_layout Plain Layout
30222
30223 }
30224 \end_layout
30225
30226 \end_inset
30227
30228  framed text 
30229 \begin_inset ERT
30230 status collapsed
30231
30232 \begin_layout Plain Layout
30233
30234
30235 \backslash
30236 rotatebox[origin=lb]{60}{
30237 \end_layout
30238
30239 \end_inset
30240
30241
30242 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30243 \end_inset
30244
30245
30246 \begin_inset ERT
30247 status collapsed
30248
30249 \begin_layout Plain Layout
30250
30251 }
30252 \end_layout
30253
30254 \end_inset
30255
30256  and a formula.
30257 \end_layout
30258
30259 \begin_layout Standard
30260 or an image or table:
30261 \end_layout
30262
30263 \begin_layout Standard
30264 This is a line
30265 \begin_inset ERT
30266 status collapsed
30267
30268 \begin_layout Plain Layout
30269
30270
30271 \backslash
30272 rotatebox[origin=lb]{90}{
30273 \end_layout
30274
30275 \end_inset
30276
30277
30278 \begin_inset Graphics
30279         filename clipart/platypus.eps
30280         lyxscale 50
30281         width 25col%
30282
30283 \end_inset
30284
30285
30286 \begin_inset ERT
30287 status collapsed
30288
30289 \begin_layout Plain Layout
30290
30291 }
30292 \end_layout
30293
30294 \end_inset
30295
30296  with a rotated image 
30297 \begin_inset ERT
30298 status collapsed
30299
30300 \begin_layout Plain Layout
30301
30302
30303 \backslash
30304 rotatebox[origin=l]{-90}{
30305 \end_layout
30306
30307 \end_inset
30308
30309
30310 \begin_inset Tabular
30311 <lyxtabular version="3" rows="2" columns="2">
30312 <features>
30313 <column alignment="center" valignment="top" width="0">
30314 <column alignment="center" valignment="top" width="0">
30315 <row>
30316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30317 \begin_inset Text
30318
30319 \begin_layout Plain Layout
30320 q
30321 \end_layout
30322
30323 \end_inset
30324 </cell>
30325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30326 \begin_inset Text
30327
30328 \begin_layout Plain Layout
30329 w
30330 \end_layout
30331
30332 \end_inset
30333 </cell>
30334 </row>
30335 <row>
30336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30337 \begin_inset Text
30338
30339 \begin_layout Plain Layout
30340 e
30341 \end_layout
30342
30343 \end_inset
30344 </cell>
30345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30346 \begin_inset Text
30347
30348 \begin_layout Plain Layout
30349 r
30350 \end_layout
30351
30352 \end_inset
30353 </cell>
30354 </row>
30355 </lyxtabular>
30356
30357 \end_inset
30358
30359
30360 \begin_inset ERT
30361 status collapsed
30362
30363 \begin_layout Plain Layout
30364
30365 }
30366 \end_layout
30367
30368 \end_inset
30369
30370  and table.
30371 \end_layout
30372
30373 \begin_layout Subsection
30374 Scaled Boxes
30375 \begin_inset Index
30376 status collapsed
30377
30378 \begin_layout Plain Layout
30379 Boxes ! scaled
30380 \end_layout
30381
30382 \end_inset
30383
30384
30385 \begin_inset Index
30386 status collapsed
30387
30388 \begin_layout Plain Layout
30389 Scaled material
30390 \end_layout
30391
30392 \end_inset
30393
30394
30395 \begin_inset Index
30396 status collapsed
30397
30398 \begin_layout Plain Layout
30399 Figures ! scaled
30400 \end_layout
30401
30402 \end_inset
30403
30404
30405 \begin_inset Index
30406 status collapsed
30407
30408 \begin_layout Plain Layout
30409 Table Customization ! Scaling
30410 \end_layout
30411
30412 \end_inset
30413
30414
30415 \end_layout
30416
30417 \begin_layout Standard
30418 To scale material the commands 
30419 \series bold
30420
30421 \backslash
30422 scalebox
30423 \series default
30424  and 
30425 \series bold
30426
30427 \backslash
30428 resizebox
30429 \series default
30430  can be used as TeX-Code.
30431 \end_layout
30432
30433 \begin_layout Standard
30434
30435 \series bold
30436
30437 \backslash
30438 scalebox
30439 \series default
30440  is used with the following scheme:
30441 \end_layout
30442
30443 \begin_layout Standard
30444
30445 \series bold
30446
30447 \backslash
30448 scalebox{horizontal}[vertical]{box content}
30449 \end_layout
30450
30451 \begin_layout Standard
30452 Horizontal and vertical are the corresponding scaling factors.
30453  If no vertical scaling factor is given, the horizontal factor will also
30454  be used as vertical one.
30455 \end_layout
30456
30457 \begin_layout Standard
30458 The command 
30459 \series bold
30460
30461 \backslash
30462 scalebox{2}{Hello}
30463 \series default
30464  creates for example a double size 
30465 \begin_inset ERT
30466 status collapsed
30467
30468 \begin_layout Plain Layout
30469
30470
30471 \backslash
30472 scalebox{2}{
30473 \end_layout
30474
30475 \end_inset
30476
30477 Hello
30478 \begin_inset ERT
30479 status collapsed
30480
30481 \begin_layout Plain Layout
30482
30483 }
30484 \end_layout
30485
30486 \end_inset
30487
30488 , compared to the document text size.
30489 \end_layout
30490
30491 \begin_layout Standard
30492
30493 \series bold
30494
30495 \backslash
30496 scalebox{2}[1]{Hello}
30497 \series default
30498  in contrary distorts the 
30499 \begin_inset ERT
30500 status collapsed
30501
30502 \begin_layout Plain Layout
30503
30504
30505 \backslash
30506 scalebox{2}[1]{
30507 \end_layout
30508
30509 \end_inset
30510
30511 Hello
30512 \begin_inset ERT
30513 status collapsed
30514
30515 \begin_layout Plain Layout
30516
30517 }
30518 \end_layout
30519
30520 \end_inset
30521
30522 .
30523 \end_layout
30524
30525 \begin_layout Standard
30526 If a the scaling factor is negative, the box content will be mirrored.
30527  Therefore the command 
30528 \series bold
30529
30530 \backslash
30531 scalebox{-1}[1]{Hello}
30532 \series default
30533  can be used to create mirror writing: 
30534 \begin_inset ERT
30535 status collapsed
30536
30537 \begin_layout Plain Layout
30538
30539
30540 \backslash
30541 scalebox{-1}[1]{
30542 \end_layout
30543
30544 \end_inset
30545
30546 Hello
30547 \begin_inset ERT
30548 status collapsed
30549
30550 \begin_layout Plain Layout
30551
30552 }
30553 \end_layout
30554
30555 \end_inset
30556
30557
30558 \end_layout
30559
30560 \begin_layout Standard
30561
30562 \series bold
30563
30564 \backslash
30565 scalebox{1}[-1]{Hello}
30566 \series default
30567  reflects the 
30568 \begin_inset ERT
30569 status collapsed
30570
30571 \begin_layout Plain Layout
30572
30573
30574 \backslash
30575 scalebox{1}[-1]{
30576 \end_layout
30577
30578 \end_inset
30579
30580 Hello
30581 \begin_inset ERT
30582 status collapsed
30583
30584 \begin_layout Plain Layout
30585
30586 }
30587 \end_layout
30588
30589 \end_inset
30590
30591  at the base line.
30592 \end_layout
30593
30594 \begin_layout Standard
30595 Equivalent to 
30596 \series bold
30597
30598 \backslash
30599 scalebox{-1}[1]{box content}
30600 \series default
30601  there exists the command
30602 \begin_inset Newline newline
30603 \end_inset
30604
30605
30606 \series bold
30607
30608 \backslash
30609 reflectbox{box content}
30610 \series default
30611 .
30612 \end_layout
30613
30614 \begin_layout Standard
30615 \begin_inset VSpace bigskip
30616 \end_inset
30617
30618 The command 
30619 \series bold
30620
30621 \backslash
30622 resizebox
30623 \series default
30624  is used to scale the box to a defined width and height.
30625  The command scheme is:
30626 \end_layout
30627
30628 \begin_layout Standard
30629
30630 \series bold
30631
30632 \backslash
30633 resizebox{width}{height}{box content}
30634 \end_layout
30635
30636 \begin_layout Standard
30637 Is one of the two command arguments given as exclamation mark 
30638 \series bold
30639 !
30640 \series default
30641 , the size is set so that the aspect ratio of the box content is kept.
30642 \end_layout
30643
30644 \begin_layout Standard
30645 The command 
30646 \series bold
30647
30648 \backslash
30649 resizebox{2cm}{1cm}{Hello}
30650 \series default
30651  produces: 
30652 \begin_inset ERT
30653 status collapsed
30654
30655 \begin_layout Plain Layout
30656
30657
30658 \backslash
30659 resizebox{2cm}{1cm}{
30660 \end_layout
30661
30662 \end_inset
30663
30664 Hello
30665 \begin_inset ERT
30666 status collapsed
30667
30668 \begin_layout Plain Layout
30669
30670 }
30671 \end_layout
30672
30673 \end_inset
30674
30675
30676 \begin_inset Newline newline
30677 \end_inset
30678
30679 The command 
30680 \series bold
30681
30682 \backslash
30683 resizebox{2cm}{!}{Hello}
30684 \series default
30685  produces: 
30686 \begin_inset ERT
30687 status collapsed
30688
30689 \begin_layout Plain Layout
30690
30691
30692 \backslash
30693 resizebox{2cm}{!}{
30694 \end_layout
30695
30696 \end_inset
30697
30698 Hello
30699 \begin_inset ERT
30700 status collapsed
30701
30702 \begin_layout Plain Layout
30703
30704 }
30705 \end_layout
30706
30707 \end_inset
30708
30709
30710 \end_layout
30711
30712 \begin_layout Standard
30713 \begin_inset VSpace bigskip
30714 \end_inset
30715
30716
30717 \begin_inset Note Greyedout
30718 status open
30719
30720 \begin_layout Plain Layout
30721
30722 \series bold
30723 Note:
30724 \series default
30725  When arguments of 
30726 \series bold
30727
30728 \backslash
30729 scalebox
30730 \series default
30731  or 
30732 \series bold
30733
30734 \backslash
30735 resizebox
30736 \series default
30737  are set to zero, no LaTeX-errors occur when exporting the document but
30738  the exported files can not or only partly be displayed.
30739 \end_layout
30740
30741 \end_inset
30742
30743
30744 \end_layout
30745
30746 \begin_layout Standard
30747 \begin_inset VSpace bigskip
30748 \end_inset
30749
30750
30751 \end_layout
30752
30753 \begin_layout Standard
30754 The boxes can be combined in any order.
30755  E.
30756 \begin_inset space \thinspace{}
30757 \end_inset
30758
30759 g.
30760 \begin_inset space \space{}
30761 \end_inset
30762
30763 the command
30764 \begin_inset Newline newline
30765 \end_inset
30766
30767
30768 \series bold
30769
30770 \backslash
30771 rotatebox[origin=c]{-45}{
30772 \backslash
30773 resizebox{2cm}{!}{
30774 \backslash
30775 reflectbox{Hello}}}
30776 \begin_inset Newline newline
30777 \end_inset
30778
30779
30780 \series default
30781 produces:
30782 \end_layout
30783
30784 \begin_layout Standard
30785 \align center
30786 \begin_inset ERT
30787 status collapsed
30788
30789 \begin_layout Plain Layout
30790
30791
30792 \backslash
30793 rotatebox[origin=c]{-45}{
30794 \backslash
30795 resizebox{2cm}{!}{
30796 \backslash
30797 reflectbox{
30798 \end_layout
30799
30800 \end_inset
30801
30802 Hello
30803 \begin_inset ERT
30804 status collapsed
30805
30806 \begin_layout Plain Layout
30807
30808 }}}
30809 \end_layout
30810
30811 \end_inset
30812
30813
30814 \end_layout
30815
30816 \begin_layout Standard
30817 \noindent
30818 Images, tables, and inline formulas are allowed as box content:
30819 \end_layout
30820
30821 \begin_layout Standard
30822 \align center
30823 \begin_inset ERT
30824 status collapsed
30825
30826 \begin_layout Plain Layout
30827
30828
30829 \backslash
30830 rotatebox[origin=c]{-30}{
30831 \backslash
30832 resizebox{2cm}{!}{
30833 \backslash
30834 reflectbox{
30835 \end_layout
30836
30837 \end_inset
30838
30839
30840 \begin_inset Graphics
30841         filename clipart/platypus.eps
30842         lyxscale 50
30843         width 25col%
30844
30845 \end_inset
30846
30847
30848 \begin_inset ERT
30849 status collapsed
30850
30851 \begin_layout Plain Layout
30852
30853 }}}
30854 \end_layout
30855
30856 \end_inset
30857
30858
30859 \begin_inset ERT
30860 status collapsed
30861
30862 \begin_layout Plain Layout
30863
30864
30865 \backslash
30866 rotatebox[origin=c]{-45}{
30867 \backslash
30868 resizebox{2cm}{!}{
30869 \backslash
30870 reflectbox{
30871 \end_layout
30872
30873 \end_inset
30874
30875
30876 \begin_inset Tabular
30877 <lyxtabular version="3" rows="2" columns="2">
30878 <features>
30879 <column alignment="center" valignment="top" width="0">
30880 <column alignment="center" valignment="top" width="0">
30881 <row>
30882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30883 \begin_inset Text
30884
30885 \begin_layout Plain Layout
30886 q
30887 \end_layout
30888
30889 \end_inset
30890 </cell>
30891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30892 \begin_inset Text
30893
30894 \begin_layout Plain Layout
30895 w
30896 \end_layout
30897
30898 \end_inset
30899 </cell>
30900 </row>
30901 <row>
30902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30903 \begin_inset Text
30904
30905 \begin_layout Plain Layout
30906 e
30907 \end_layout
30908
30909 \end_inset
30910 </cell>
30911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30912 \begin_inset Text
30913
30914 \begin_layout Plain Layout
30915 r
30916 \end_layout
30917
30918 \end_inset
30919 </cell>
30920 </row>
30921 </lyxtabular>
30922
30923 \end_inset
30924
30925
30926 \begin_inset ERT
30927 status collapsed
30928
30929 \begin_layout Plain Layout
30930
30931 }}}
30932 \end_layout
30933
30934 \end_inset
30935
30936
30937 \begin_inset ERT
30938 status collapsed
30939
30940 \begin_layout Plain Layout
30941
30942
30943 \backslash
30944 rotatebox[origin=c]{-45}{
30945 \backslash
30946 resizebox{2cm}{!}{
30947 \backslash
30948 reflectbox{
30949 \end_layout
30950
30951 \end_inset
30952
30953
30954 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30955 \end_inset
30956
30957
30958 \begin_inset ERT
30959 status collapsed
30960
30961 \begin_layout Plain Layout
30962
30963 }}}
30964 \end_layout
30965
30966 \end_inset
30967
30968
30969 \end_layout
30970
30971 \begin_layout Standard
30972 When the global formula style 
30973 \series bold
30974 fleqn
30975 \series default
30976  is used in the document
30977 \begin_inset Foot
30978 status collapsed
30979
30980 \begin_layout Plain Layout
30981 When 
30982 \begin_inset Quotes eld
30983 \end_inset
30984
30985 fleqn
30986 \begin_inset Quotes erd
30987 \end_inset
30988
30989  is added to the document class options.
30990 \end_layout
30991
30992 \end_inset
30993
30994 , also display formulas can be scaled.
30995 \end_layout
30996
30997 \begin_layout Chapter
30998 External Stuff
30999 \begin_inset Index
31000 status collapsed
31001
31002 \begin_layout Plain Layout
31003 External Stuff
31004 \end_layout
31005
31006 \end_inset
31007
31008
31009 \end_layout
31010
31011 \begin_layout Standard
31012 With the menu 
31013 \family sans
31014 Insert\SpecialChar \menuseparator
31015 File
31016 \family default
31017  you can insert external material to your document.
31018  This can be:
31019 \end_layout
31020
31021 \begin_layout Description
31022 LyX
31023 \begin_inset space ~
31024 \end_inset
31025
31026 Document Another LyX document; its content is directly inserted to your
31027  document.
31028 \end_layout
31029
31030 \begin_layout Description
31031 Plain
31032 \begin_inset space ~
31033 \end_inset
31034
31035 Text A text document; every of its text lines is inserted to your document
31036  as own paragraph.
31037 \end_layout
31038
31039 \begin_layout Description
31040 Plain
31041 \begin_inset space ~
31042 \end_inset
31043
31044 Text,
31045 \begin_inset space ~
31046 \end_inset
31047
31048 Join
31049 \begin_inset space ~
31050 \end_inset
31051
31052 Lines A text document; its text lines are inserted as they are.
31053  Empty text lines creates a new paragraph in your document.
31054 \end_layout
31055
31056 \begin_layout Description
31057 External
31058 \begin_inset space ~
31059 \end_inset
31060
31061 Material Files in various formats.
31062 \end_layout
31063
31064 \begin_layout Description
31065 Child
31066 \begin_inset space ~
31067 \end_inset
31068
31069 Document LyX or LaTeX-documents.
31070 \end_layout
31071
31072 \begin_layout Section
31073 External Material
31074 \begin_inset Index
31075 status collapsed
31076
31077 \begin_layout Plain Layout
31078 External Stuff ! External Material
31079 \end_layout
31080
31081 \end_inset
31082
31083
31084 \end_layout
31085
31086 \begin_layout Standard
31087 The external material feature allows you to insert files to your document
31088  without converting them previously to a format that can be read by the
31089  document output format because LyX takes care of needed conversions.
31090  This is similar to images that can be inserted in various image formats
31091  to LyX documents.
31092  When you have enabled Instant Preview in LyX's preferences under 
31093 \family sans
31094 Look
31095 \begin_inset space ~
31096 \end_inset
31097
31098 and
31099 \begin_inset space ~
31100 \end_inset
31101
31102 feel\SpecialChar \menuseparator
31103 Graphics
31104 \family default
31105 , the external material types Dia and Xfig is directly shown in LyX.
31106 \end_layout
31107
31108 \begin_layout Standard
31109 External material can be inserted via the 
31110 \family sans
31111 External Material
31112 \family default
31113  dialog that is accessible with the menu 
31114 \family sans
31115 Insert\SpecialChar \menuseparator
31116 File\SpecialChar \menuseparator
31117 External
31118 \begin_inset space ~
31119 \end_inset
31120
31121 Material
31122 \family default
31123 .
31124  Currently the following file types (
31125 \family sans
31126 Templates
31127 \family default
31128 ) are allowed:
31129 \end_layout
31130
31131 \begin_layout Description
31132 ChessDiagram This template supports chess position diagrams made with the
31133  program 
31134 \series bold
31135
31136 \begin_inset CommandInset href
31137 LatexCommand href
31138 name "XBoard"
31139 target "http://en.wikipedia.org/wiki/XBoard"
31140
31141 \end_inset
31142
31143
31144 \series default
31145 .
31146 \end_layout
31147
31148 \begin_layout Description
31149 Date This inserts the date in the form 
31150 \emph on
31151 Day-Month-Year
31152 \emph default
31153 .
31154  This is a date inserted as external material: 
31155 \begin_inset External
31156         template Date
31157         filename .
31158
31159 \end_inset
31160
31161
31162 \begin_inset space ~
31163 \end_inset
31164
31165
31166 \begin_inset Note Note
31167 status open
31168
31169 \begin_layout Plain Layout
31170 Remove the protected space when bug 4398 is fixed!
31171 \end_layout
31172
31173 \end_inset
31174
31175
31176 \begin_inset Newline newline
31177 \end_inset
31178
31179 The date is not shown within LyX, only in the output.
31180  There are two other methods of inserting a date: Via menu 
31181 \family sans
31182 Insert\SpecialChar \menuseparator
31183 Date
31184 \family default
31185  and with the LaTeX command 
31186 \series bold
31187
31188 \backslash
31189 today
31190 \series default
31191  as TeX-Code.
31192  The different methods are compared in Table
31193 \begin_inset space ~
31194 \end_inset
31195
31196
31197 \begin_inset CommandInset ref
31198 LatexCommand ref
31199 reference "tab:Comparison-of-the"
31200
31201 \end_inset
31202
31203 .
31204 \end_layout
31205
31206 \begin_layout Description
31207 Dia This template supports diagrams created with the program 
31208 \series bold
31209
31210 \begin_inset CommandInset href
31211 LatexCommand href
31212 name "Dia"
31213 target "http://en.wikipedia.org/wiki/Dia_(software)"
31214
31215 \end_inset
31216
31217
31218 \series default
31219 .
31220 \end_layout
31221
31222 \begin_layout Description
31223 LilyPond This template is used for music notation typeset with the program
31224 \begin_inset Newline linebreak
31225 \end_inset
31226
31227
31228 \series bold
31229
31230 \begin_inset CommandInset href
31231 LatexCommand href
31232 name "LilyPond"
31233 target "http://en.wikipedia.org/wiki/LilyPond"
31234
31235 \end_inset
31236
31237
31238 \series default
31239 .
31240 \end_layout
31241
31242 \begin_layout Description
31243 PDFPages With this template you can insert PDF documents to your document.
31244  To insert certain or all pages of a PDF, use the 
31245 \emph on
31246 pages
31247 \emph default
31248  option in the 
31249 \family sans
31250 Option
31251 \family default
31252  field in the 
31253 \family sans
31254 LaTeX and LyX options
31255 \family default
31256  tab according to the template description in the dialog.
31257  When no 
31258 \emph on
31259 pages
31260 \emph default
31261  option is given, only the first page of the PDF will be inserted.
31262 \end_layout
31263
31264 \begin_layout Description
31265 RasterImage This can be used for bitmap images.
31266  Nearly all popular image formats are supported.
31267  The image can be treated in the 
31268 \family sans
31269 External material
31270 \family default
31271  dialog like the images that are usually included via the 
31272 \family sans
31273 Graphics
31274 \family default
31275  dialog as described in section
31276 \begin_inset space ~
31277 \end_inset
31278
31279
31280 \begin_inset CommandInset ref
31281 LatexCommand ref
31282 reference "sec:Graphics-Dialog"
31283
31284 \end_inset
31285
31286 .
31287  The difference is that only raster images are allowed, that means that
31288  PDF and EPS-images are not supported.
31289 \end_layout
31290
31291 \begin_layout Description
31292 XFig This template supports images created with the program 
31293 \series bold
31294
31295 \begin_inset CommandInset href
31296 LatexCommand href
31297 name "Xfig"
31298 target "http://en.wikipedia.org/wiki/Xfig"
31299
31300 \end_inset
31301
31302
31303 \series default
31304 .
31305 \end_layout
31306
31307 \begin_layout Standard
31308 \begin_inset Float table
31309 placement h
31310 wide false
31311 sideways false
31312 status open
31313
31314 \begin_layout Plain Layout
31315 \begin_inset Caption
31316
31317 \begin_layout Plain Layout
31318 \begin_inset CommandInset label
31319 LatexCommand label
31320 name "tab:Comparison-of-the"
31321
31322 \end_inset
31323
31324 Comparison of the date input methods.
31325 \end_layout
31326
31327 \end_inset
31328
31329
31330 \end_layout
31331
31332 \begin_layout Plain Layout
31333 \align center
31334 \begin_inset Tabular
31335 <lyxtabular version="3" rows="4" columns="4">
31336 <features>
31337 <column alignment="center" valignment="top" width="0">
31338 <column alignment="center" valignment="top" width="0">
31339 <column alignment="center" valignment="top" width="0">
31340 <column alignment="center" valignment="top" width="0">
31341 <row>
31342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31343 \begin_inset Text
31344
31345 \begin_layout Plain Layout
31346 Document format
31347 \end_layout
31348
31349 \end_inset
31350 </cell>
31351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31352 \begin_inset Text
31353
31354 \begin_layout Plain Layout
31355
31356 \family sans
31357 External Material\SpecialChar \menuseparator
31358 Date
31359 \end_layout
31360
31361 \end_inset
31362 </cell>
31363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31364 \begin_inset Text
31365
31366 \begin_layout Plain Layout
31367
31368 \family sans
31369 Insert\SpecialChar \menuseparator
31370 Date
31371 \end_layout
31372
31373 \end_inset
31374 </cell>
31375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31376 \begin_inset Text
31377
31378 \begin_layout Plain Layout
31379 command 
31380 \series bold
31381
31382 \backslash
31383 today
31384 \end_layout
31385
31386 \end_inset
31387 </cell>
31388 </row>
31389 <row>
31390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31391 \begin_inset Text
31392
31393 \begin_layout Plain Layout
31394 LyX
31395 \end_layout
31396
31397 \end_inset
31398 </cell>
31399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31400 \begin_inset Text
31401
31402 \begin_layout Plain Layout
31403 as inset box
31404 \end_layout
31405
31406 \end_inset
31407 </cell>
31408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31409 \begin_inset Text
31410
31411 \begin_layout Plain Layout
31412 as date
31413 \end_layout
31414
31415 \end_inset
31416 </cell>
31417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31418 \begin_inset Text
31419
31420 \begin_layout Plain Layout
31421 as TeX-Code inset box
31422 \end_layout
31423
31424 \end_inset
31425 </cell>
31426 </row>
31427 <row>
31428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31429 \begin_inset Text
31430
31431 \begin_layout Plain Layout
31432 LaTeX
31433 \end_layout
31434
31435 \end_inset
31436 </cell>
31437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31438 \begin_inset Text
31439
31440 \begin_layout Plain Layout
31441 as date
31442 \end_layout
31443
31444 \end_inset
31445 </cell>
31446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31447 \begin_inset Text
31448
31449 \begin_layout Plain Layout
31450 as date
31451 \end_layout
31452
31453 \end_inset
31454 </cell>
31455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31456 \begin_inset Text
31457
31458 \begin_layout Plain Layout
31459 as command
31460 \end_layout
31461
31462 \end_inset
31463 </cell>
31464 </row>
31465 <row>
31466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31467 \begin_inset Text
31468
31469 \begin_layout Plain Layout
31470 DVI, PDF, PS
31471 \end_layout
31472
31473 \end_inset
31474 </cell>
31475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31476 \begin_inset Text
31477
31478 \begin_layout Plain Layout
31479 as date
31480 \end_layout
31481
31482 \end_inset
31483 </cell>
31484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31485 \begin_inset Text
31486
31487 \begin_layout Plain Layout
31488 as date
31489 \end_layout
31490
31491 \end_inset
31492 </cell>
31493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31494 \begin_inset Text
31495
31496 \begin_layout Plain Layout
31497 as date
31498 \end_layout
31499
31500 \end_inset
31501 </cell>
31502 </row>
31503 </lyxtabular>
31504
31505 \end_inset
31506
31507
31508 \end_layout
31509
31510 \end_inset
31511
31512
31513 \end_layout
31514
31515 \begin_layout Standard
31516 When you use the option 
31517 \family sans
31518 Draft
31519 \family default
31520  in the 
31521 \family sans
31522 File
31523 \family default
31524  tab of the 
31525 \family sans
31526 External Material
31527 \family default
31528  dialog, only the path to the inserted file is shown in the output.
31529 \begin_inset Newline newline
31530 \end_inset
31531
31532 External material is displayed in LyX either as box like this: 
31533 \begin_inset Graphics
31534         filename clipart/ExternalMaterialQt4.png
31535         scale 85
31536         scaleBeforeRotation
31537
31538 \end_inset
31539
31540  or as image, depending on the option 
31541 \family sans
31542 Show in LyX
31543 \family default
31544  in the 
31545 \family sans
31546 LaTeX and LyX options
31547 \family default
31548  tab of the dialog.
31549 \end_layout
31550
31551 \begin_layout Standard
31552 The 
31553 \family sans
31554 \emph on
31555 Customization
31556 \family default
31557 \emph default
31558  manual explains how you can define your own templates.
31559 \end_layout
31560
31561 \begin_layout Section
31562 Child Documents
31563 \begin_inset CommandInset label
31564 LatexCommand label
31565 name "sec:Child-Documents"
31566
31567 \end_inset
31568
31569
31570 \begin_inset Index
31571 status collapsed
31572
31573 \begin_layout Plain Layout
31574 External Stuff ! Child Documents
31575 \end_layout
31576
31577 \end_inset
31578
31579
31580 \begin_inset Index
31581 status collapsed
31582
31583 \begin_layout Plain Layout
31584 Files ! Include
31585 \end_layout
31586
31587 \end_inset
31588
31589
31590 \end_layout
31591
31592 \begin_layout Standard
31593 Child documents are used when you have a long document consisting of several
31594  larger parts or sections.
31595  For maintenance it is often useful and sometimes even required to split
31596  the document in several files that can be revised separately.
31597  The different documents are then the so called child documents and a master
31598  document connects them to print the full document or parts of it.
31599  A child documents inherits contents of its master, for example the bibliography
31600  and the labels for cross-references.
31601 \end_layout
31602
31603 \begin_layout Standard
31604 To be able to work on child documents without the need to open its master,
31605  specify in the child document the master in the menu
31606 \family sans
31607  Document\SpecialChar \menuseparator
31608 Settings\SpecialChar \menuseparator
31609 Document
31610 \begin_inset space ~
31611 \end_inset
31612
31613 Class
31614 \family default
31615 .
31616  This master file will then be used in the background by LyX when you edit
31617  the child document.
31618 \end_layout
31619
31620 \begin_layout Standard
31621 Included documents are displayed in LyX as a box like this: 
31622 \begin_inset Graphics
31623         filename clipart/ChildDocumentQt4.png
31624         scale 85
31625         scaleBeforeRotation
31626
31627 \end_inset
31628
31629  To include child documents to a master document use the menu 
31630 \family sans
31631 Insert\SpecialChar \menuseparator
31632 File\SpecialChar \menuseparator
31633 Child
31634 \begin_inset space ~
31635 \end_inset
31636
31637 Documents
31638 \family default
31639 .
31640  A dialog pops up where you can choose between four include methods:
31641 \end_layout
31642
31643 \begin_layout Description
31644 Include You can include LyX and LaTeX-documents.
31645  When you press the 
31646 \family sans
31647 Load
31648 \family default
31649  button in the 
31650 \family sans
31651 Child Document
31652 \family default
31653  dialog, the included documents will be opened in LyX in a new file tab
31654  so that you can modify it.
31655 \begin_inset Newline newline
31656 \end_inset
31657
31658
31659 \end_layout
31660
31661 \begin_layout Standard
31662 Here is a child document inserted using 
31663 \family sans
31664 Include
31665 \family default
31666
31667 \begin_inset CommandInset include
31668 LatexCommand include
31669 filename "DummyDocument1.lyx"
31670
31671 \end_inset
31672
31673
31674 \end_layout
31675
31676 \begin_layout Standard
31677 The section numbering includes the sections of the included files in the
31678  order they are inserted in the master document.
31679  The included example document has for example a subsection that is numbered
31680  as subsection of this section.
31681  Labels of included documents can be referenced: Subsection
31682 \begin_inset space ~
31683 \end_inset
31684
31685
31686 \begin_inset CommandInset ref
31687 LatexCommand ref
31688 reference "sub:External-Subsection-1"
31689
31690 \end_inset
31691
31692
31693 \end_layout
31694
31695 \begin_layout Standard
31696 The preamble of the child document is ignored, only the preamble of the
31697  master document is used.
31698  Included documents are inserted starting on a new page and end with a page
31699  break.
31700 \end_layout
31701
31702 \begin_layout Standard
31703 With the LaTeX-command 
31704 \series bold
31705
31706 \backslash
31707 includeonly 
31708 \series default
31709 you can specify which included child documents are processed when the output
31710  is generated.
31711  This is useful when you are perhaps only working on a certain chapter of
31712  your large document as this saves compiling time.
31713  
31714 \series bold
31715
31716 \backslash
31717 includeonly
31718 \series default
31719  is inserted to the master document preamble.
31720  It takes a comma-separated list of the filenames as argument, e.
31721 \begin_inset space \thinspace{}
31722 \end_inset
31723
31724 g.
31725 \end_layout
31726
31727 \begin_layout Standard
31728
31729 \series bold
31730
31731 \backslash
31732 includeonly{chapter1,chapter5}
31733 \end_layout
31734
31735 \begin_layout Standard
31736 will only process the included files named 
31737 \begin_inset Quotes eld
31738 \end_inset
31739
31740 chapter1.lyx
31741 \begin_inset Quotes erd
31742 \end_inset
31743
31744  (or 
31745 \begin_inset Quotes eld
31746 \end_inset
31747
31748 chapter1.tex
31749 \begin_inset Quotes erd
31750 \end_inset
31751
31752 ) and 
31753 \begin_inset Quotes eld
31754 \end_inset
31755
31756 chapter5.lyx
31757 \begin_inset Quotes erd
31758 \end_inset
31759
31760  .
31761 \end_layout
31762
31763 \begin_layout Standard
31764 \begin_inset Note Greyedout
31765 status open
31766
31767 \begin_layout Plain Layout
31768
31769 \series bold
31770 Note:
31771 \series default
31772  When you have included a LyX- or LaTeX-file, you are warned when you export/vie
31773 w the document in case that the child document uses another document class
31774  than the master document as this will lead to unexpected outputs.
31775 \end_layout
31776
31777 \end_inset
31778
31779
31780 \end_layout
31781
31782 \begin_layout Description
31783 Input This method is very similar to the Include method.
31784  The differences are:
31785 \end_layout
31786
31787 \begin_deeper
31788 \begin_layout Itemize
31789 Input files don't start with a new page and don't end with a page break.
31790 \end_layout
31791
31792 \begin_layout Itemize
31793 Input files can be previewed in LyX when 
31794 \family sans
31795 Instant
31796 \begin_inset space ~
31797 \end_inset
31798
31799 Preview
31800 \family default
31801  is enabled in LyX's preferences under 
31802 \family sans
31803 Look
31804 \begin_inset space ~
31805 \end_inset
31806
31807 and
31808 \begin_inset space ~
31809 \end_inset
31810
31811 feel\SpecialChar \menuseparator
31812 Graphics
31813 \family default
31814 .
31815 \end_layout
31816
31817 \begin_layout Itemize
31818 The LaTeX-command 
31819 \series bold
31820
31821 \backslash
31822 includeonly
31823 \series default
31824  cannot be used.
31825 \end_layout
31826
31827 \end_deeper
31828 \begin_layout Standard
31829 Here is a child document inserted using 
31830 \family sans
31831 Input
31832 \family default
31833
31834 \begin_inset CommandInset include
31835 LatexCommand input
31836 filename "DummyDocument2.lyx"
31837
31838 \end_inset
31839
31840
31841 \end_layout
31842
31843 \begin_layout Description
31844 Verbatim With this method every text file can be included.
31845  The file is shown in the output with its source code, no command used in
31846  the text is invoked.
31847  You can use the option 
31848 \family sans
31849 Mark spaces in output
31850 \family default
31851  that displays the character 
31852 \begin_inset Quotes eld
31853 \end_inset
31854
31855
31856 \begin_inset ERT
31857 status collapsed
31858
31859 \begin_layout Plain Layout
31860
31861
31862 \backslash
31863 textvisiblespace 
31864 \end_layout
31865
31866 \end_inset
31867
31868
31869 \begin_inset Quotes erd
31870 \end_inset
31871
31872  for every space character in the source code.
31873  The difference to the method via the menu 
31874 \family sans
31875 Insert\SpecialChar \menuseparator
31876 File\SpecialChar \menuseparator
31877 Plain
31878 \begin_inset space ~
31879 \end_inset
31880
31881 Text
31882 \family default
31883  is that the document content is not shown in LyX.
31884 \end_layout
31885
31886 \begin_layout Standard
31887 Here is a child document inserted as Verbatim: 
31888 \begin_inset CommandInset include
31889 LatexCommand verbatiminput
31890 filename "DummyTextDocument.txt"
31891
31892 \end_inset
31893
31894
31895 \begin_inset VSpace bigskip
31896 \end_inset
31897
31898 Here is a child document inserted as Verbatim using the 
31899 \family sans
31900 Mark spaces in output
31901 \family default
31902  option: 
31903 \begin_inset CommandInset include
31904 LatexCommand verbatiminput*
31905 filename "DummyTextDocument.txt"
31906
31907 \end_inset
31908
31909
31910 \end_layout
31911
31912 \begin_layout Standard
31913 \begin_inset VSpace bigskip
31914 \end_inset
31915
31916
31917 \end_layout
31918
31919 \begin_layout Standard
31920 \begin_inset Note Greyedout
31921 status open
31922
31923 \begin_layout Plain Layout
31924
31925 \series bold
31926 Note:
31927 \series default
31928  As you can see in the examples above, the text of the documents included
31929  as 
31930 \family sans
31931 verbatim
31932 \family default
31933  is not broken at the end of the document lines.
31934 \end_layout
31935
31936 \end_inset
31937
31938
31939 \end_layout
31940
31941 \begin_layout Description
31942 Listings This type is described in chapter
31943 \begin_inset space ~
31944 \end_inset
31945
31946
31947 \begin_inset CommandInset ref
31948 LatexCommand ref
31949 reference "cha:Program-Code-Listings"
31950
31951 \end_inset
31952
31953 .
31954 \end_layout
31955
31956 \begin_layout Standard
31957 \begin_inset Note Greyedout
31958 status open
31959
31960 \begin_layout Plain Layout
31961
31962 \series bold
31963 Note:
31964 \series default
31965  Including the same document twice in a document using different methods
31966  could cause LaTeX-problems.
31967 \end_layout
31968
31969 \end_inset
31970
31971
31972 \end_layout
31973
31974 \begin_layout Chapter
31975 Program Code Listings
31976 \begin_inset CommandInset label
31977 LatexCommand label
31978 name "cha:Program-Code-Listings"
31979
31980 \end_inset
31981
31982
31983 \begin_inset Index
31984 status collapsed
31985
31986 \begin_layout Plain Layout
31987 Listings
31988 \end_layout
31989
31990 \end_inset
31991
31992
31993 \begin_inset Index
31994 status collapsed
31995
31996 \begin_layout Plain Layout
31997 Program Code
31998 \end_layout
31999
32000 \end_inset
32001
32002
32003 \begin_inset Index
32004 status collapsed
32005
32006 \begin_layout Plain Layout
32007 Floats ! Listings
32008 \end_layout
32009
32010 \end_inset
32011
32012
32013 \end_layout
32014
32015 \begin_layout Standard
32016 To include and typeset program code you can use the 
32017 \family sans
32018 Listings
32019 \family default
32020  inset that can be inserted via the menu 
32021 \family sans
32022 Insert\SpecialChar \menuseparator
32023 Program Listing
32024 \family default
32025 .
32026  The LaTeX-package 
32027 \series bold
32028 listings
32029 \series default
32030
32031 \begin_inset Index
32032 status collapsed
32033
32034 \begin_layout Plain Layout
32035 LaTeX-packages ! listings
32036 \end_layout
32037
32038 \end_inset
32039
32040  provides a powerful and flexible way to insert program source code to your
32041  document.
32042 \end_layout
32043
32044 \begin_layout Standard
32045 Right-clicking on a listings inset opens the context menu containing where
32046  you can set the listings format.
32047 \end_layout
32048
32049 \begin_layout Standard
32050 By default, a listing starts a new paragraph in the output.
32051  The placement option 
32052 \family sans
32053 Inline
32054 \begin_inset space ~
32055 \end_inset
32056
32057 listing
32058 \family default
32059  prints the listing inline like this: 
32060 \begin_inset listings
32061 lstparams "language={C++}"
32062 inline true
32063 status open
32064
32065 \begin_layout Plain Layout
32066
32067 int a=5;
32068 \end_layout
32069
32070 \end_inset
32071
32072
32073 \begin_inset Newline newline
32074 \end_inset
32075
32076 The option 
32077 \family sans
32078 Float
32079 \family default
32080  creates a listings float where you can specify the placement options 
32081 \begin_inset Quotes eld
32082 \end_inset
32083
32084
32085 \family sans
32086 h
32087 \family default
32088
32089 \begin_inset Quotes erd
32090 \end_inset
32091
32092
32093 \begin_inset Quotes eld
32094 \end_inset
32095
32096
32097 \family sans
32098 t
32099 \family default
32100
32101 \begin_inset Quotes erd
32102 \end_inset
32103
32104
32105 \begin_inset Quotes eld
32106 \end_inset
32107
32108
32109 \family sans
32110 b
32111 \family default
32112
32113 \begin_inset Quotes erd
32114 \end_inset
32115
32116 , and 
32117 \begin_inset Quotes eld
32118 \end_inset
32119
32120
32121 \family sans
32122 p
32123 \family default
32124
32125 \begin_inset Quotes erd
32126 \end_inset
32127
32128  corresponding to the float placement options described in section
32129 \begin_inset space ~
32130 \end_inset
32131
32132
32133 \begin_inset CommandInset ref
32134 LatexCommand ref
32135 reference "sec:Float-Placement"
32136
32137 \end_inset
32138
32139 .
32140  The placement options can be mixed and are inserted without any separation,
32141  e.
32142 \begin_inset space \thinspace{}
32143 \end_inset
32144
32145 g.
32146 \begin_inset space \space{}
32147 \end_inset
32148
32149
32150 \begin_inset Quotes eld
32151 \end_inset
32152
32153
32154 \family sans
32155 htbp
32156 \family default
32157
32158 \begin_inset Quotes erd
32159 \end_inset
32160
32161 .
32162  The option 
32163 \begin_inset Quotes eld
32164 \end_inset
32165
32166 h
32167 \begin_inset Quotes erd
32168 \end_inset
32169
32170  has sometimes no effect, but you don't need to use the 
32171 \family sans
32172 Float
32173 \family default
32174  option in this case as also non-float listings can have captions and be
32175  referenced.
32176 \end_layout
32177
32178 \begin_layout Standard
32179 You can add captions to listings with the menu 
32180 \family sans
32181 Insert\SpecialChar \menuseparator
32182 Caption
32183 \family default
32184 .
32185  Listings can be referenced like floats: Listing
32186 \begin_inset space ~
32187 \end_inset
32188
32189
32190 \begin_inset CommandInset ref
32191 LatexCommand ref
32192 reference "lst:Example-Listing"
32193
32194 \end_inset
32195
32196
32197 \end_layout
32198
32199 \begin_layout Standard
32200 \begin_inset listings
32201 lstparams "language=Python"
32202 inline false
32203 status open
32204
32205 \begin_layout Plain Layout
32206
32207 \begin_inset Caption
32208
32209 \begin_layout Plain Layout
32210 \begin_inset CommandInset label
32211 LatexCommand label
32212 name "lst:Example-Listing"
32213
32214 \end_inset
32215
32216 Example Listing float
32217 \end_layout
32218
32219 \end_inset
32220
32221 # Example listing float
32222 \end_layout
32223
32224 \begin_layout Plain Layout
32225
32226 def func(param):
32227 \end_layout
32228
32229 \begin_layout Plain Layout
32230
32231     'this is a python function'
32232 \end_layout
32233
32234 \begin_layout Plain Layout
32235
32236     pass
32237 \end_layout
32238
32239 \end_inset
32240
32241
32242 \end_layout
32243
32244 \begin_layout Standard
32245 When you have set a programming language in the listings dialog, the keywords
32246  of this language will be recognized and specially typeset in the output.
32247  In the example listings the Python keyword 
32248 \begin_inset Quotes eld
32249 \end_inset
32250
32251 def
32252 \begin_inset Quotes erd
32253 \end_inset
32254
32255  is recognized and printed bold in the output.
32256 \end_layout
32257
32258 \begin_layout Standard
32259 \begin_inset Note Greyedout
32260 status open
32261
32262 \begin_layout Plain Layout
32263
32264 \series bold
32265 Note:
32266 \series default
32267  If you don't get bold keywords when using typewriter fonts, your 
32268 \family typewriter
32269 typewriter
32270 \family default
32271  font probably doesn't provide a bold shape.
32272  In this case select a different one in the menu 
32273 \family sans
32274 Document\SpecialChar \menuseparator
32275 Settings\SpecialChar \menuseparator
32276 Fonts
32277 \family default
32278 .
32279  (The fonts 
32280 \emph on
32281 LuxiMono, BeraMono
32282 \emph default
32283  and 
32284 \emph on
32285 Courier
32286 \emph default
32287  provide bold shapes.)
32288 \end_layout
32289
32290 \end_inset
32291
32292
32293 \end_layout
32294
32295 \begin_layout Standard
32296 In section 
32297 \family sans
32298 Line
32299 \begin_inset space ~
32300 \end_inset
32301
32302 numbering
32303 \family default
32304  of the listings dialog you can specify the line numbering style.
32305  You can insert a number to specify which lines are numbered to the field
32306  
32307 \family sans
32308 Step
32309 \family default
32310 .
32311  When you insert e.
32312 \begin_inset space \thinspace{}
32313 \end_inset
32314
32315 g.
32316 \begin_inset space \space{}
32317 \end_inset
32318
32319
32320 \begin_inset Quotes eld
32321 \end_inset
32322
32323 3
32324 \begin_inset Quotes erd
32325 \end_inset
32326
32327 , only every 3rd line will be numbered.
32328 \end_layout
32329
32330 \begin_layout Standard
32331 You can furthermore specify a range of lines, only these will then appear
32332  in the output.
32333  The option 
32334 \family sans
32335 Extended character table
32336 \family default
32337  should be used when you use national characters like the German umlauts
32338  in the listing.
32339 \begin_inset Newline newline
32340 \end_inset
32341
32342 Here is an example listing with left line numbering, step 
32343 \begin_inset Quotes eld
32344 \end_inset
32345
32346 3
32347 \begin_inset Quotes erd
32348 \end_inset
32349
32350 , language 
32351 \begin_inset Quotes eld
32352 \end_inset
32353
32354 Python
32355 \begin_inset Quotes erd
32356 \end_inset
32357
32358 , options 
32359 \begin_inset Quotes eld
32360 \end_inset
32361
32362 Extended character table
32363 \begin_inset Quotes erd
32364 \end_inset
32365
32366  and 
32367 \begin_inset Quotes eld
32368 \end_inset
32369
32370 Space
32371 \begin_inset space ~
32372 \end_inset
32373
32374 as
32375 \begin_inset space ~
32376 \end_inset
32377
32378 symbol
32379 \begin_inset Quotes erd
32380 \end_inset
32381
32382 , range lines 3
32383 \begin_inset space \thinspace{}
32384 \end_inset
32385
32386 -
32387 \begin_inset space \thinspace{}
32388 \end_inset
32389
32390 8:
32391 \end_layout
32392
32393 \begin_layout Standard
32394 \begin_inset listings
32395 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32396 inline false
32397 status open
32398
32399 \begin_layout Plain Layout
32400
32401 def func(param):
32402 \end_layout
32403
32404 \begin_layout Plain Layout
32405
32406     'this is a python function'
32407 \end_layout
32408
32409 \begin_layout Plain Layout
32410
32411     pass
32412 \end_layout
32413
32414 \begin_layout Plain Layout
32415
32416 def func(param):
32417 \end_layout
32418
32419 \begin_layout Plain Layout
32420
32421 'This is a German word: Tschüß'
32422 \end_layout
32423
32424 \begin_layout Plain Layout
32425
32426 pass
32427 \end_layout
32428
32429 \begin_layout Plain Layout
32430
32431 def func(param):
32432 \end_layout
32433
32434 \begin_layout Plain Layout
32435
32436 'this is a python function'
32437 \end_layout
32438
32439 \begin_layout Plain Layout
32440
32441 pass
32442 \end_layout
32443
32444 \end_inset
32445
32446
32447 \end_layout
32448
32449 \begin_layout Standard
32450 When you have tabulators in your listing, you can specify the number of
32451  characters that are spanned by a tabulator in the field 
32452 \family sans
32453 Tabulator
32454 \begin_inset space ~
32455 \end_inset
32456
32457 size
32458 \family default
32459 .
32460 \end_layout
32461
32462 \begin_layout Standard
32463 \begin_inset Note Greyedout
32464 status open
32465
32466 \begin_layout Plain Layout
32467
32468 \series bold
32469 Note:
32470 \series default
32471  Due to a bug in the 
32472 \series bold
32473 listings
32474 \series default
32475  package the line numbering is shifted by a line by every previous listing.
32476  That's the reason why the lines 2 and 5 are numbered in the above listing
32477  and not the lines 3 and 6.
32478 \end_layout
32479
32480 \end_inset
32481
32482
32483 \end_layout
32484
32485 \begin_layout Standard
32486 \begin_inset VSpace bigskip
32487 \end_inset
32488
32489
32490 \end_layout
32491
32492 \begin_layout Standard
32493 It is also possible to print lines from a file as listing.
32494  To do this, use the menu 
32495 \family sans
32496 Insert\SpecialChar \menuseparator
32497 File\SpecialChar \menuseparator
32498 Child Document
32499 \family default
32500  and choose the type 
32501 \family sans
32502 Listings
32503 \family default
32504 .
32505 \begin_inset Foot
32506 status collapsed
32507
32508 \begin_layout Plain Layout
32509 The other child document types are described in section
32510 \begin_inset space ~
32511 \end_inset
32512
32513
32514 \begin_inset CommandInset ref
32515 LatexCommand ref
32516 reference "sec:Child-Documents"
32517
32518 \end_inset
32519
32520 .
32521 \end_layout
32522
32523 \end_inset
32524
32525  In the child document dialog you can specify the listing parameters in
32526  a text box.
32527  To show a list of all available parameters, type in a question mark 
32528 \begin_inset Quotes eld
32529 \end_inset
32530
32531 ?
32532 \begin_inset Quotes erd
32533 \end_inset
32534
32535  in the text box.
32536 \end_layout
32537
32538 \begin_layout Standard
32539 To reference child document listings, write a label text into the corresponding
32540  field of the child document dialog.
32541  The label can then be referenced using the menu 
32542 \family sans
32543 Insert\SpecialChar \menuseparator
32544 Cross-Reference
32545 \family default
32546 .
32547 \end_layout
32548
32549 \begin_layout Standard
32550 Listing
32551 \begin_inset space ~
32552 \end_inset
32553
32554
32555 \begin_inset CommandInset ref
32556 LatexCommand ref
32557 reference "lst:file-listing"
32558
32559 \end_inset
32560
32561  is an example for a listing of a file; there the lines 10
32562 \begin_inset space \thinspace{}
32563 \end_inset
32564
32565 -
32566 \begin_inset space \thinspace{}
32567 \end_inset
32568
32569 15 of this LyX file are listed.
32570 \end_layout
32571
32572 \begin_layout Standard
32573 \begin_inset CommandInset include
32574 LatexCommand lstinputlisting
32575 filename "EmbeddedObjects.lyx"
32576 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
32577
32578 \end_inset
32579
32580
32581 \end_layout
32582
32583 \begin_layout Standard
32584 \begin_inset VSpace bigskip
32585 \end_inset
32586
32587
32588 \end_layout
32589
32590 \begin_layout Standard
32591 Global listings settings can be set in the 
32592 \family sans
32593 Document\SpecialChar \menuseparator
32594 Settings\SpecialChar \menuseparator
32595 Text Layout
32596 \family default
32597  dialog.
32598  To get there a list of available options, type in a question mark 
32599 \begin_inset Quotes eld
32600 \end_inset
32601
32602 ?
32603 \begin_inset Quotes erd
32604 \end_inset
32605
32606  in the 
32607 \family sans
32608 Listings
32609 \begin_inset space ~
32610 \end_inset
32611
32612 settings
32613 \family default
32614  field.
32615 \end_layout
32616
32617 \begin_layout Standard
32618 For more information about the 
32619 \series bold
32620 listings
32621 \series default
32622  package, we refer to its documentation 
32623 \begin_inset CommandInset citation
32624 LatexCommand cite
32625 key "listings"
32626
32627 \end_inset
32628
32629 .
32630 \end_layout
32631
32632 \begin_layout Standard
32633 \begin_inset Newpage newpage
32634 \end_inset
32635
32636
32637 \end_layout
32638
32639 \begin_layout Chapter
32640 \start_of_appendix
32641 Units available in LyX
32642 \begin_inset Index
32643 status collapsed
32644
32645 \begin_layout Plain Layout
32646 Units
32647 \end_layout
32648
32649 \end_inset
32650
32651
32652 \begin_inset CommandInset label
32653 LatexCommand label
32654 name "cha:Units-available-in"
32655
32656 \end_inset
32657
32658
32659 \end_layout
32660
32661 \begin_layout Standard
32662 To understand the units described in this documentation, Table
32663 \begin_inset space ~
32664 \end_inset
32665
32666
32667 \begin_inset CommandInset ref
32668 LatexCommand ref
32669 reference "tab:Units"
32670
32671 \end_inset
32672
32673  explains all units available in LyX.
32674 \end_layout
32675
32676 \begin_layout Standard
32677 \begin_inset Float table
32678 placement h
32679 wide false
32680 sideways false
32681 status open
32682
32683 \begin_layout Plain Layout
32684 \begin_inset Caption
32685
32686 \begin_layout Plain Layout
32687 \begin_inset CommandInset label
32688 LatexCommand label
32689 name "tab:Units"
32690
32691 \end_inset
32692
32693 Units
32694 \end_layout
32695
32696 \end_inset
32697
32698
32699 \end_layout
32700
32701 \begin_layout Plain Layout
32702 \begin_inset VSpace medskip
32703 \end_inset
32704
32705
32706 \end_layout
32707
32708 \begin_layout Plain Layout
32709 \align center
32710 \begin_inset Tabular
32711 <lyxtabular version="3" rows="20" columns="2">
32712 <features>
32713 <column alignment="center" valignment="top" width="0">
32714 <column alignment="center" valignment="top" width="0">
32715 <row>
32716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32717 \begin_inset Text
32718
32719 \begin_layout Plain Layout
32720 unit
32721 \end_layout
32722
32723 \end_inset
32724 </cell>
32725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32726 \begin_inset Text
32727
32728 \begin_layout Plain Layout
32729 name/description
32730 \end_layout
32731
32732 \end_inset
32733 </cell>
32734 </row>
32735 <row>
32736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32737 \begin_inset Text
32738
32739 \begin_layout Plain Layout
32740 mm
32741 \end_layout
32742
32743 \end_inset
32744 </cell>
32745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32746 \begin_inset Text
32747
32748 \begin_layout Plain Layout
32749 millimeter
32750 \end_layout
32751
32752 \end_inset
32753 </cell>
32754 </row>
32755 <row>
32756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32757 \begin_inset Text
32758
32759 \begin_layout Plain Layout
32760 cm
32761 \end_layout
32762
32763 \end_inset
32764 </cell>
32765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32766 \begin_inset Text
32767
32768 \begin_layout Plain Layout
32769 centimeter
32770 \end_layout
32771
32772 \end_inset
32773 </cell>
32774 </row>
32775 <row>
32776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32777 \begin_inset Text
32778
32779 \begin_layout Plain Layout
32780 in
32781 \end_layout
32782
32783 \end_inset
32784 </cell>
32785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32786 \begin_inset Text
32787
32788 \begin_layout Plain Layout
32789 inch
32790 \end_layout
32791
32792 \end_inset
32793 </cell>
32794 </row>
32795 <row>
32796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32797 \begin_inset Text
32798
32799 \begin_layout Plain Layout
32800 pt
32801 \end_layout
32802
32803 \end_inset
32804 </cell>
32805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32806 \begin_inset Text
32807
32808 \begin_layout Plain Layout
32809 point (72.27
32810 \begin_inset space \thinspace{}
32811 \end_inset
32812
32813 pt = 1
32814 \begin_inset space \thinspace{}
32815 \end_inset
32816
32817 in)
32818 \end_layout
32819
32820 \end_inset
32821 </cell>
32822 </row>
32823 <row>
32824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32825 \begin_inset Text
32826
32827 \begin_layout Plain Layout
32828 pc
32829 \end_layout
32830
32831 \end_inset
32832 </cell>
32833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32834 \begin_inset Text
32835
32836 \begin_layout Plain Layout
32837 pica (1
32838 \begin_inset space \thinspace{}
32839 \end_inset
32840
32841 pc = 12
32842 \begin_inset space \thinspace{}
32843 \end_inset
32844
32845 pt)
32846 \end_layout
32847
32848 \end_inset
32849 </cell>
32850 </row>
32851 <row>
32852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32853 \begin_inset Text
32854
32855 \begin_layout Plain Layout
32856 sp
32857 \end_layout
32858
32859 \end_inset
32860 </cell>
32861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32862 \begin_inset Text
32863
32864 \begin_layout Plain Layout
32865 scaled point (65536
32866 \begin_inset space \thinspace{}
32867 \end_inset
32868
32869 sp = 1
32870 \begin_inset space \thinspace{}
32871 \end_inset
32872
32873 pt)
32874 \end_layout
32875
32876 \end_inset
32877 </cell>
32878 </row>
32879 <row>
32880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32881 \begin_inset Text
32882
32883 \begin_layout Plain Layout
32884 bp
32885 \end_layout
32886
32887 \end_inset
32888 </cell>
32889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32890 \begin_inset Text
32891
32892 \begin_layout Plain Layout
32893 big point (72
32894 \begin_inset space \thinspace{}
32895 \end_inset
32896
32897 bp = 1
32898 \begin_inset space \thinspace{}
32899 \end_inset
32900
32901 in)
32902 \end_layout
32903
32904 \end_inset
32905 </cell>
32906 </row>
32907 <row>
32908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32909 \begin_inset Text
32910
32911 \begin_layout Plain Layout
32912 dd
32913 \end_layout
32914
32915 \end_inset
32916 </cell>
32917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32918 \begin_inset Text
32919
32920 \begin_layout Plain Layout
32921 didot (1
32922 \begin_inset space \thinspace{}
32923 \end_inset
32924
32925 dd 
32926 \begin_inset Formula $\approx$
32927 \end_inset
32928
32929  0.376
32930 \begin_inset space \thinspace{}
32931 \end_inset
32932
32933 mm)
32934 \end_layout
32935
32936 \end_inset
32937 </cell>
32938 </row>
32939 <row>
32940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32941 \begin_inset Text
32942
32943 \begin_layout Plain Layout
32944 cc
32945 \end_layout
32946
32947 \end_inset
32948 </cell>
32949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32950 \begin_inset Text
32951
32952 \begin_layout Plain Layout
32953 cicero (1
32954 \begin_inset space \thinspace{}
32955 \end_inset
32956
32957 cc = 12
32958 \begin_inset space \thinspace{}
32959 \end_inset
32960
32961 dd)
32962 \end_layout
32963
32964 \end_inset
32965 </cell>
32966 </row>
32967 <row>
32968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32969 \begin_inset Text
32970
32971 \begin_layout Plain Layout
32972 Scale%
32973 \end_layout
32974
32975 \end_inset
32976 </cell>
32977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32978 \begin_inset Text
32979
32980 \begin_layout Plain Layout
32981 % of original image width
32982 \end_layout
32983
32984 \end_inset
32985 </cell>
32986 </row>
32987 <row>
32988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32989 \begin_inset Text
32990
32991 \begin_layout Plain Layout
32992 text%
32993 \end_layout
32994
32995 \end_inset
32996 </cell>
32997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32998 \begin_inset Text
32999
33000 \begin_layout Plain Layout
33001 % of text width
33002 \end_layout
33003
33004 \end_inset
33005 </cell>
33006 </row>
33007 <row>
33008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33009 \begin_inset Text
33010
33011 \begin_layout Plain Layout
33012 col%
33013 \end_layout
33014
33015 \end_inset
33016 </cell>
33017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33018 \begin_inset Text
33019
33020 \begin_layout Plain Layout
33021 % of column width
33022 \end_layout
33023
33024 \end_inset
33025 </cell>
33026 </row>
33027 <row>
33028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33029 \begin_inset Text
33030
33031 \begin_layout Plain Layout
33032 page%
33033 \end_layout
33034
33035 \end_inset
33036 </cell>
33037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33038 \begin_inset Text
33039
33040 \begin_layout Plain Layout
33041 % of paper width
33042 \end_layout
33043
33044 \end_inset
33045 </cell>
33046 </row>
33047 <row>
33048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33049 \begin_inset Text
33050
33051 \begin_layout Plain Layout
33052 line%
33053 \end_layout
33054
33055 \end_inset
33056 </cell>
33057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33058 \begin_inset Text
33059
33060 \begin_layout Plain Layout
33061 % of line width
33062 \end_layout
33063
33064 \end_inset
33065 </cell>
33066 </row>
33067 <row>
33068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33069 \begin_inset Text
33070
33071 \begin_layout Plain Layout
33072 theight%
33073 \end_layout
33074
33075 \end_inset
33076 </cell>
33077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33078 \begin_inset Text
33079
33080 \begin_layout Plain Layout
33081 % of text height
33082 \end_layout
33083
33084 \end_inset
33085 </cell>
33086 </row>
33087 <row>
33088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33089 \begin_inset Text
33090
33091 \begin_layout Plain Layout
33092 pheight%
33093 \end_layout
33094
33095 \end_inset
33096 </cell>
33097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33098 \begin_inset Text
33099
33100 \begin_layout Plain Layout
33101 % of paper height
33102 \end_layout
33103
33104 \end_inset
33105 </cell>
33106 </row>
33107 <row>
33108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33109 \begin_inset Text
33110
33111 \begin_layout Plain Layout
33112 ex
33113 \end_layout
33114
33115 \end_inset
33116 </cell>
33117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33118 \begin_inset Text
33119
33120 \begin_layout Plain Layout
33121 height of letter 
33122 \emph on
33123 x
33124 \emph default
33125  in current font
33126 \end_layout
33127
33128 \end_inset
33129 </cell>
33130 </row>
33131 <row>
33132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33133 \begin_inset Text
33134
33135 \begin_layout Plain Layout
33136 em
33137 \end_layout
33138
33139 \end_inset
33140 </cell>
33141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33142 \begin_inset Text
33143
33144 \begin_layout Plain Layout
33145 width of letter 
33146 \emph on
33147 M
33148 \emph default
33149  in current font
33150 \end_layout
33151
33152 \end_inset
33153 </cell>
33154 </row>
33155 <row>
33156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33157 \begin_inset Text
33158
33159 \begin_layout Plain Layout
33160 mu
33161 \end_layout
33162
33163 \end_inset
33164 </cell>
33165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33166 \begin_inset Text
33167
33168 \begin_layout Plain Layout
33169 math unit (1
33170 \begin_inset space \thinspace{}
33171 \end_inset
33172
33173 mu = 1/18
33174 \begin_inset space \thinspace{}
33175 \end_inset
33176
33177 em)
33178 \end_layout
33179
33180 \end_inset
33181 </cell>
33182 </row>
33183 </lyxtabular>
33184
33185 \end_inset
33186
33187
33188 \end_layout
33189
33190 \end_inset
33191
33192
33193 \end_layout
33194
33195 \begin_layout Chapter
33196 Output File Formats with Graphics
33197 \begin_inset CommandInset label
33198 LatexCommand label
33199 name "cha:Output-File-Formats"
33200
33201 \end_inset
33202
33203
33204 \end_layout
33205
33206 \begin_layout Section
33207 DVI
33208 \begin_inset Index
33209 status collapsed
33210
33211 \begin_layout Plain Layout
33212 File Formats ! DVI
33213 \end_layout
33214
33215 \end_inset
33216
33217
33218 \begin_inset Index
33219 status collapsed
33220
33221 \begin_layout Plain Layout
33222 DVI|see
33223 \begin_inset ERT
33224 status collapsed
33225
33226 \begin_layout Plain Layout
33227
33228 {
33229 \end_layout
33230
33231 \end_inset
33232
33233 File Formats
33234 \begin_inset ERT
33235 status collapsed
33236
33237 \begin_layout Plain Layout
33238
33239 }
33240 \end_layout
33241
33242 \end_inset
33243
33244
33245 \end_layout
33246
33247 \end_inset
33248
33249
33250 \end_layout
33251
33252 \begin_layout Standard
33253 This file type has the extension 
33254 \begin_inset Quotes eld
33255 \end_inset
33256
33257
33258 \family typewriter
33259 .dvi
33260 \family default
33261
33262 \begin_inset Quotes erd
33263 \end_inset
33264
33265 .
33266  It is called 
33267 \begin_inset Quotes eld
33268 \end_inset
33269
33270 device-independent
33271 \begin_inset Quotes erd
33272 \end_inset
33273
33274  (DVI), because it is completely portable; you can move them from one machine
33275  to another without needing to do any sort of conversion.
33276  At the time when this file-format was developed, this was no matter of
33277  course.
33278  DVIs are used for quick previews and as pre-stage for other output formats,
33279  like PostScript.
33280 \end_layout
33281
33282 \begin_layout Standard
33283 \begin_inset Note Greyedout
33284 status open
33285
33286 \begin_layout Plain Layout
33287
33288 \series bold
33289 Note:
33290 \series default
33291  DVI-files doesn't contain images, they will only be a linked.
33292 \end_layout
33293
33294 \end_inset
33295
33296  So don't forget this, if you move your 
33297 \family typewriter
33298 .dvi
33299 \family default
33300  file to another computer.
33301  This property can also slow down your computer when you view the DVI.
33302  Because the DVI-viewer has to convert the image in the background to make
33303  it visible when you scroll in the DVI.
33304  So we recommend to use PDF for files with many images.
33305 \end_layout
33306
33307 \begin_layout Standard
33308 You can export your document to DVI by using the menu 
33309 \family sans
33310 File\SpecialChar \menuseparator
33311 Export\SpecialChar \menuseparator
33312 DVI
33313 \family default
33314 .
33315  You can view your document as DVI via the 
33316 \family sans
33317 View
33318 \family default
33319  menu or by using the toolbar button 
33320 \begin_inset Graphics
33321         filename ../images/buffer-view_dvi.png
33322         scale 85
33323         scaleBeforeRotation
33324
33325 \end_inset
33326
33327 .
33328 \end_layout
33329
33330 \begin_layout Section
33331 PostScript
33332 \begin_inset CommandInset label
33333 LatexCommand label
33334 name "sec:PostScript"
33335
33336 \end_inset
33337
33338
33339 \begin_inset Index
33340 status collapsed
33341
33342 \begin_layout Plain Layout
33343 File Formats ! PostScript
33344 \end_layout
33345
33346 \end_inset
33347
33348
33349 \begin_inset Index
33350 status collapsed
33351
33352 \begin_layout Plain Layout
33353 PostScript|see
33354 \begin_inset ERT
33355 status collapsed
33356
33357 \begin_layout Plain Layout
33358
33359 {
33360 \end_layout
33361
33362 \end_inset
33363
33364 File Formats
33365 \begin_inset ERT
33366 status collapsed
33367
33368 \begin_layout Plain Layout
33369
33370 }
33371 \end_layout
33372
33373 \end_inset
33374
33375
33376 \end_layout
33377
33378 \end_inset
33379
33380
33381 \end_layout
33382
33383 \begin_layout Standard
33384 This file type has the extension 
33385 \begin_inset Quotes eld
33386 \end_inset
33387
33388
33389 \family typewriter
33390 .ps
33391 \family default
33392
33393 \begin_inset Quotes erd
33394 \end_inset
33395
33396 .
33397  PostScript was developed by the company 
33398 \family typewriter
33399 Adobe
33400 \family default
33401  as printer language.
33402  The file contains therefore commands that the printer uses to print the
33403  file.
33404  PostScript can be seen as 
33405 \begin_inset Quotes eld
33406 \end_inset
33407
33408 programming language
33409 \begin_inset Quotes erd
33410 \end_inset
33411
33412 ; you can calculate with it and draw diagrams and images
33413 \begin_inset Foot
33414 status collapsed
33415
33416 \begin_layout Plain Layout
33417 If you are interested to learn more about this, have a look at the LaTeX-package
33418  
33419 \series bold
33420 PSTricks
33421 \series default
33422  
33423 \begin_inset CommandInset citation
33424 LatexCommand cite
33425 key "pstricks"
33426
33427 \end_inset
33428
33429 .
33430 \end_layout
33431
33432 \end_inset
33433
33434 .
33435  Due to this ability, the files are often bigger than PDFs.
33436 \end_layout
33437
33438 \begin_layout Standard
33439 PostScript can only contain images in the format 
33440 \begin_inset Quotes eld
33441 \end_inset
33442
33443 Encapsulated PostScript
33444 \begin_inset Quotes erd
33445 \end_inset
33446
33447  (EPS, file extension 
33448 \begin_inset Quotes eld
33449 \end_inset
33450
33451
33452 \family typewriter
33453 .eps
33454 \family default
33455
33456 \begin_inset Quotes erd
33457 \end_inset
33458
33459 ).
33460  As LyX allows you to use any known image format in your document, it has
33461  to convert images in the background to EPS.
33462  If you have e.g 50 images in your document, LyX has to do 50 conversions
33463  whenever you view or export your document.
33464  This will slow down your work flow with LyX drastically.
33465  So if you plan to use PostScript, you can insert your images directly as
33466  EPS to avoid this problem.
33467 \end_layout
33468
33469 \begin_layout Standard
33470 You can export your document to PostScript using the menu 
33471 \family sans
33472 File\SpecialChar \menuseparator
33473 Export\SpecialChar \menuseparator
33474 Postscript
33475 \family default
33476 .
33477  You can view your document as PostScript via the 
33478 \family sans
33479 View
33480 \family default
33481  menu or by using the toolbar button 
33482 \begin_inset Graphics
33483         filename ../images/buffer-view_ps.png
33484         scale 85
33485         scaleBeforeRotation
33486
33487 \end_inset
33488
33489 .
33490 \end_layout
33491
33492 \begin_layout Section
33493 PDF
33494 \begin_inset Index
33495 status collapsed
33496
33497 \begin_layout Plain Layout
33498 File Formats ! PDF
33499 \end_layout
33500
33501 \end_inset
33502
33503
33504 \begin_inset Index
33505 status collapsed
33506
33507 \begin_layout Plain Layout
33508 PDF
33509 \end_layout
33510
33511 \end_inset
33512
33513
33514 \end_layout
33515
33516 \begin_layout Standard
33517 This file type has the extension 
33518 \begin_inset Quotes eld
33519 \end_inset
33520
33521
33522 \family typewriter
33523 .pdf
33524 \family default
33525
33526 \begin_inset Quotes erd
33527 \end_inset
33528
33529 .
33530  The 
33531 \begin_inset Quotes eld
33532 \end_inset
33533
33534 Portable Document Format
33535 \begin_inset Quotes erd
33536 \end_inset
33537
33538  (PDF) is developed by 
33539 \family typewriter
33540 Adobe
33541 \family default
33542  as derivative from PostScript.
33543  It is more compressed and it uses much less commands than PostScript.
33544  As the name 
33545 \begin_inset Quotes eld
33546 \end_inset
33547
33548 portable
33549 \begin_inset Quotes erd
33550 \end_inset
33551
33552  implies, it can be processed at any computer system and the printed output
33553  looks exactly the same.
33554 \end_layout
33555
33556 \begin_layout Standard
33557 PDF can contain images in its own PDF format, in the format 
33558 \begin_inset Quotes eld
33559 \end_inset
33560
33561 Joint Photographic Experts Group
33562 \begin_inset Quotes erd
33563 \end_inset
33564
33565  (JPG, file extension 
33566 \begin_inset Quotes eld
33567 \end_inset
33568
33569
33570 \family typewriter
33571 .jpg
33572 \family default
33573
33574 \begin_inset Quotes erd
33575 \end_inset
33576
33577  or 
33578 \begin_inset Quotes eld
33579 \end_inset
33580
33581
33582 \family typewriter
33583 .jpeg
33584 \family default
33585
33586 \begin_inset Quotes erd
33587 \end_inset
33588
33589 ), and in the format 
33590 \begin_inset Quotes eld
33591 \end_inset
33592
33593 Portable Network Graphics
33594 \begin_inset Quotes erd
33595 \end_inset
33596
33597  (PNG, file extension 
33598 \begin_inset Quotes eld
33599 \end_inset
33600
33601
33602 \family typewriter
33603 .png
33604 \family default
33605
33606 \begin_inset Quotes erd
33607 \end_inset
33608
33609 ).
33610  Nevertheless you can use any other image format, because LyX converts them
33611  in the background to one of these formats.
33612  But as described in the section about PostScript, the image conversion
33613  will slow down your work flow.
33614  So it is recommended to use images in one of the three mentioned formats.
33615 \end_layout
33616
33617 \begin_layout Standard
33618 You can export your document to PDF via the menu 
33619 \family sans
33620 File\SpecialChar \menuseparator
33621 Export
33622 \family default
33623  in three different ways:
33624 \end_layout
33625
33626 \begin_layout Description
33627 PDF
33628 \begin_inset space ~
33629 \end_inset
33630
33631 (ps2pdf) This uses the program 
33632 \family typewriter
33633 ps2pdf
33634 \family default
33635  that creates a PDF from a PostScript-version of your file.
33636  The PostScript-version is produced by the program 
33637 \family typewriter
33638 dvips
33639 \family default
33640  which uses a DVI-version as intermediate step.
33641  So this export variant consist of three conversions.
33642 \end_layout
33643
33644 \begin_layout Description
33645 PDF
33646 \begin_inset space ~
33647 \end_inset
33648
33649 (dvipdfm) This uses the program 
33650 \family typewriter
33651 dvipdfm
33652 \family default
33653  that converts your file in the background to DVI and in a second step to
33654  PDF.
33655 \end_layout
33656
33657 \begin_layout Description
33658 PDF
33659 \begin_inset space ~
33660 \end_inset
33661
33662 (pdflatex) This uses the program 
33663 \family typewriter
33664 pdftex
33665 \family default
33666  that converts your file directly to PDF.
33667 \end_layout
33668
33669 \begin_layout Standard
33670 It is recommended to use 
33671 \family sans
33672 PDF
33673 \begin_inset space ~
33674 \end_inset
33675
33676 (pdflatex)
33677 \family default
33678  because 
33679 \family typewriter
33680 pdftex
33681 \family default
33682  supports all features of actual PDF-versions, is quick and works stable
33683  without problems.
33684  The program 
33685 \family typewriter
33686 dvipdfm
33687 \family default
33688  is not under development and therefore a bit outdated.
33689 \end_layout
33690
33691 \begin_layout Standard
33692 You can view your document as PDF via the 
33693 \family sans
33694 View
33695 \family default
33696  menu or by using the toolbar button 
33697 \begin_inset Graphics
33698         filename ../images/buffer-view_pdf2.png
33699         scale 85
33700         scaleBeforeRotation
33701
33702 \end_inset
33703
33704  
33705 \family sans
33706 (
33707 \family default
33708 that uses 
33709 \family sans
33710 PDF
33711 \begin_inset space ~
33712 \end_inset
33713
33714 (pdflatex)
33715 \family default
33716 ).
33717 \end_layout
33718
33719 \begin_layout Chapter
33720 Explanation of Equation
33721 \begin_inset space ~
33722 \end_inset
33723
33724
33725 \begin_inset CommandInset ref
33726 LatexCommand eqref
33727 reference "eq:Wgn"
33728
33729 \end_inset
33730
33731
33732 \begin_inset CommandInset label
33733 LatexCommand label
33734 name "cha:Explanation-of-Equation"
33735
33736 \end_inset
33737
33738
33739 \end_layout
33740
33741 \begin_layout Standard
33742 The total width of 
33743 \emph on
33744 n
33745 \emph default
33746  table cells 
33747 \begin_inset Formula $W_{\mathrm{tot\, n}}$
33748 \end_inset
33749
33750  can be calculated to
33751 \end_layout
33752
33753 \begin_layout Standard
33754 \begin_inset Formula \begin{equation}
33755 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}
33756
33757 \end_inset
33758
33759
33760 \end_layout
33761
33762 \begin_layout Standard
33763 Where 
33764 \begin_inset Formula $W_{g\, n}$
33765 \end_inset
33766
33767  is the given width of all cells.
33768  
33769 \series bold
33770
33771 \backslash
33772 tabcolsep
33773 \series default
33774  is the LaTeX-length between the cell text and the cell border, its default
33775  value is 6
33776 \begin_inset space \thinspace{}
33777 \end_inset
33778
33779 pt.
33780  
33781 \series bold
33782
33783 \backslash
33784 arrayrulewidth
33785 \series default
33786  is the thickness of the cell border line, the default is 0.4
33787 \begin_inset space \thinspace{}
33788 \end_inset
33789
33790 pt.
33791 \end_layout
33792
33793 \begin_layout Standard
33794 Following equation
33795 \begin_inset space ~
33796 \end_inset
33797
33798
33799 \begin_inset CommandInset ref
33800 LatexCommand eqref
33801 reference "eq:Wtot_n"
33802
33803 \end_inset
33804
33805 , the total width of a multicolumn 
33806 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
33807 \end_inset
33808
33809  is
33810 \end_layout
33811
33812 \begin_layout Standard
33813 \begin_inset Formula \begin{equation}
33814 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
33815
33816 \end_inset
33817
33818
33819 \end_layout
33820
33821 \begin_layout Standard
33822 By setting equation
33823 \begin_inset space ~
33824 \end_inset
33825
33826
33827 \begin_inset CommandInset ref
33828 LatexCommand eqref
33829 reference "eq:Wtot_n"
33830
33831 \end_inset
33832
33833  and 
33834 \begin_inset CommandInset ref
33835 LatexCommand eqref
33836 reference "eq:Wtot_mult"
33837
33838 \end_inset
33839
33840  equal we can calculate the needed given width 
33841 \begin_inset Formula $W_{g\, n}$
33842 \end_inset
33843
33844  when 
33845 \emph on
33846 n
33847 \emph default
33848  columns are spanned, so that each column has a total width of 
33849 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
33850 \end_inset
33851
33852 :
33853 \end_layout
33854
33855 \begin_layout Standard
33856 \begin_inset Formula \begin{equation}
33857 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
33858
33859 \end_inset
33860
33861
33862 \end_layout
33863
33864 \begin_layout Bibliography
33865 \begin_inset CommandInset bibitem
33866 LatexCommand bibitem
33867 key "latexcompanion"
33868
33869 \end_inset
33870
33871 Frank Mittelbach and Michel Goossens: 
33872 \emph on
33873 The LaTeX Companion Second Edition.
33874
33875 \emph default
33876  Addison-Wesley, 2004
33877 \end_layout
33878
33879 \begin_layout Bibliography
33880 \begin_inset CommandInset bibitem
33881 LatexCommand bibitem
33882 key "latexguide"
33883
33884 \end_inset
33885
33886 Helmut Kopka and Patrick W.
33887  Daly: 
33888 \emph on
33889 A Guide to LaTeX Fourth Edition.
33890
33891 \emph default
33892  Addison-Wesley, 2003
33893 \end_layout
33894
33895 \begin_layout Bibliography
33896 \begin_inset CommandInset bibitem
33897 LatexCommand bibitem
33898 key "latexbook"
33899
33900 \end_inset
33901
33902 Leslie Lamport: 
33903 \emph on
33904 LaTeX: A Document Preparation System.
33905
33906 \emph default
33907  Addison-Wesley, second edition, 1994
33908 \end_layout
33909
33910 \begin_layout Bibliography
33911 \begin_inset CommandInset bibitem
33912 LatexCommand bibitem
33913 key "booktabs"
33914
33915 \end_inset
33916
33917 Documentation of the LaTeX-package 
33918 \series bold
33919
33920 \begin_inset CommandInset href
33921 LatexCommand href
33922 name "booktabs"
33923 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
33924
33925 \end_inset
33926
33927
33928 \series default
33929
33930 \begin_inset Index
33931 status collapsed
33932
33933 \begin_layout Plain Layout
33934 LaTeX-packages ! booktabs
33935 \end_layout
33936
33937 \end_inset
33938
33939
33940 \end_layout
33941
33942 \begin_layout Bibliography
33943 \begin_inset CommandInset bibitem
33944 LatexCommand bibitem
33945 key "caption"
33946
33947 \end_inset
33948
33949 Documentation of the LaTeX-package 
33950 \series bold
33951
33952 \begin_inset CommandInset href
33953 LatexCommand href
33954 name "caption"
33955 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
33956
33957 \end_inset
33958
33959
33960 \series default
33961
33962 \begin_inset Index
33963 status collapsed
33964
33965 \begin_layout Plain Layout
33966 LaTeX-packages ! caption
33967 \end_layout
33968
33969 \end_inset
33970
33971
33972 \end_layout
33973
33974 \begin_layout Bibliography
33975 \begin_inset CommandInset bibitem
33976 LatexCommand bibitem
33977 key "endfloat"
33978
33979 \end_inset
33980
33981 Documentation of the LaTeX-package 
33982 \series bold
33983
33984 \begin_inset CommandInset href
33985 LatexCommand href
33986 name "endfloat"
33987 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
33988
33989 \end_inset
33990
33991
33992 \series default
33993
33994 \begin_inset Index
33995 status collapsed
33996
33997 \begin_layout Plain Layout
33998 LaTeX-packages ! endfloat
33999 \end_layout
34000
34001 \end_inset
34002
34003
34004 \end_layout
34005
34006 \begin_layout Bibliography
34007 \begin_inset CommandInset bibitem
34008 LatexCommand bibitem
34009 key "wrapfig"
34010
34011 \end_inset
34012
34013 Documentation of the LaTeX-package 
34014 \series bold
34015
34016 \begin_inset CommandInset href
34017 LatexCommand href
34018 name "wrapfig"
34019 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34020
34021 \end_inset
34022
34023
34024 \series default
34025
34026 \begin_inset Index
34027 status collapsed
34028
34029 \begin_layout Plain Layout
34030 LaTeX-packages ! wrapfig
34031 \begin_inset ERT
34032 status collapsed
34033
34034 \begin_layout Plain Layout
34035
34036
34037 \backslash
34038 vspace{4mm}
34039 \end_layout
34040
34041 \end_inset
34042
34043
34044 \end_layout
34045
34046 \end_inset
34047
34048
34049 \end_layout
34050
34051 \begin_layout Bibliography
34052 \begin_inset CommandInset bibitem
34053 LatexCommand bibitem
34054 key "footmisc"
34055
34056 \end_inset
34057
34058 Documentation of the LaTeX-package 
34059 \series bold
34060
34061 \begin_inset CommandInset href
34062 LatexCommand href
34063 name "footmisc"
34064 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34065
34066 \end_inset
34067
34068
34069 \series default
34070
34071 \begin_inset Index
34072 status collapsed
34073
34074 \begin_layout Plain Layout
34075 LaTeX-packages ! footmisc
34076 \end_layout
34077
34078 \end_inset
34079
34080
34081 \end_layout
34082
34083 \begin_layout Bibliography
34084 \begin_inset CommandInset bibitem
34085 LatexCommand bibitem
34086 key "hypcap"
34087
34088 \end_inset
34089
34090 Documentation of the LaTeX-package 
34091 \series bold
34092
34093 \begin_inset CommandInset href
34094 LatexCommand href
34095 name "hypcap"
34096 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34097
34098 \end_inset
34099
34100
34101 \series default
34102
34103 \begin_inset Index
34104 status collapsed
34105
34106 \begin_layout Plain Layout
34107 LaTeX-packages ! hyperref
34108 \end_layout
34109
34110 \end_inset
34111
34112
34113 \end_layout
34114
34115 \begin_layout Bibliography
34116 \begin_inset CommandInset bibitem
34117 LatexCommand bibitem
34118 key "hyperref"
34119
34120 \end_inset
34121
34122 Documentation of the LaTeX-package 
34123 \series bold
34124
34125 \begin_inset CommandInset href
34126 LatexCommand href
34127 name "hyperref"
34128 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34129
34130 \end_inset
34131
34132
34133 \series default
34134
34135 \begin_inset Index
34136 status collapsed
34137
34138 \begin_layout Plain Layout
34139 LaTeX-packages ! hyperref
34140 \end_layout
34141
34142 \end_inset
34143
34144
34145 \end_layout
34146
34147 \begin_layout Bibliography
34148 \begin_inset CommandInset bibitem
34149 LatexCommand bibitem
34150 key "koma-script"
34151
34152 \end_inset
34153
34154 Documentation of the LaTeX-package 
34155 \series bold
34156
34157 \begin_inset CommandInset href
34158 LatexCommand href
34159 name "koma-script"
34160 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34161
34162 \end_inset
34163
34164
34165 \series default
34166
34167 \begin_inset Index
34168 status collapsed
34169
34170 \begin_layout Plain Layout
34171 LaTeX-packages ! koma-script
34172 \end_layout
34173
34174 \end_inset
34175
34176
34177 \end_layout
34178
34179 \begin_layout Bibliography
34180 \begin_inset CommandInset bibitem
34181 LatexCommand bibitem
34182 key "listings"
34183
34184 \end_inset
34185
34186 Documentation of the LaTeX-package 
34187 \series bold
34188
34189 \begin_inset CommandInset href
34190 LatexCommand href
34191 name "listings"
34192 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34193
34194 \end_inset
34195
34196
34197 \series default
34198
34199 \begin_inset Index
34200 status collapsed
34201
34202 \begin_layout Plain Layout
34203 LaTeX-packages ! listings
34204 \end_layout
34205
34206 \end_inset
34207
34208
34209 \end_layout
34210
34211 \begin_layout Bibliography
34212 \begin_inset CommandInset bibitem
34213 LatexCommand bibitem
34214 key "marginnote"
34215
34216 \end_inset
34217
34218 Documentation of the LaTeX-package 
34219 \series bold
34220
34221 \begin_inset CommandInset href
34222 LatexCommand href
34223 name "marginnote"
34224 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34225
34226 \end_inset
34227
34228
34229 \series default
34230
34231 \begin_inset Index
34232 status collapsed
34233
34234 \begin_layout Plain Layout
34235 LaTeX-packages ! marginnote
34236 \end_layout
34237
34238 \end_inset
34239
34240
34241 \end_layout
34242
34243 \begin_layout Bibliography
34244 \begin_inset CommandInset bibitem
34245 LatexCommand bibitem
34246 key "pstricks"
34247
34248 \end_inset
34249
34250 Web page of the LaTeX-package 
34251 \series bold
34252
34253 \begin_inset CommandInset href
34254 LatexCommand href
34255 name "PSTricks"
34256 target "http://tug.org/PSTricks/"
34257
34258 \end_inset
34259
34260
34261 \series default
34262
34263 \begin_inset Index
34264 status collapsed
34265
34266 \begin_layout Plain Layout
34267 LaTeX-packages ! PSTricks
34268 \end_layout
34269
34270 \end_inset
34271
34272
34273 \end_layout
34274
34275 \begin_layout Bibliography
34276 \begin_inset CommandInset bibitem
34277 LatexCommand bibitem
34278 key "sidecap"
34279
34280 \end_inset
34281
34282 Documentation of the LaTeX-package 
34283 \series bold
34284
34285 \begin_inset CommandInset href
34286 LatexCommand href
34287 name "sidecap"
34288 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34289
34290 \end_inset
34291
34292
34293 \series default
34294
34295 \begin_inset Index
34296 status collapsed
34297
34298 \begin_layout Plain Layout
34299 LaTeX-packages ! sidecap
34300 \end_layout
34301
34302 \end_inset
34303
34304
34305 \end_layout
34306
34307 \begin_layout Bibliography
34308 \begin_inset CommandInset bibitem
34309 LatexCommand bibitem
34310 key "NewInLyX16"
34311
34312 \end_inset
34313
34314
34315 \begin_inset CommandInset href
34316 LatexCommand href
34317 name "Wiki page"
34318 target "http://wiki.lyx.org/LyX/NewInLyX16"
34319
34320 \end_inset
34321
34322  about new features in 
34323 \family sans
34324 LyX 1.6.0
34325 \family default
34326 .
34327 \end_layout
34328
34329 \begin_layout Standard
34330 \begin_inset CommandInset index_print
34331 LatexCommand printindex
34332
34333 \end_inset
34334
34335
34336 \end_layout
34337
34338 \begin_layout Standard
34339 \begin_inset FloatList figure
34340
34341 \end_inset
34342
34343
34344 \end_layout
34345
34346 \begin_layout Standard
34347 \begin_inset FloatList table
34348
34349 \end_inset
34350
34351
34352 \end_layout
34353
34354 \begin_layout Standard
34355 \begin_inset FloatList algorithm
34356
34357 \end_inset
34358
34359
34360 \end_layout
34361
34362 \end_body
34363 \end_document