]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
Add to credit, sorry Edwin your 2c seem to be the only ones
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 1.6.6svn 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   \setboolean{sidecap}{true}}
156  {\setboolean{sidecap}{false}}
157
158 % redefine the \LyX macro for PDF bookmarks
159 \def\LyX{\texorpdfstring{%
160   L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
161   {LyX}}
162 \end_preamble
163 \options fleqn,liststotoc,bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
164 \use_default_options false
165 \language english
166 \inputencoding auto
167 \font_roman default
168 \font_sans default
169 \font_typewriter default
170 \font_default_family default
171 \font_sc false
172 \font_osf false
173 \font_sf_scale 100
174 \font_tt_scale 100
175
176 \graphics default
177 \paperfontsize 12
178 \spacing single
179 \use_hyperref true
180 \pdf_title "LyX's Figure, Table, Floats, Notes, and Boxes manual"
181 \pdf_author "LyX Team, Uwe Stöhr"
182 \pdf_subject "LyX-documentation about figures, tables, floats, notes, and boxes"
183 \pdf_keywords "LyX, Tables, Figures, Floats, Boxes, Notes"
184 \pdf_bookmarks true
185 \pdf_bookmarksnumbered true
186 \pdf_bookmarksopen true
187 \pdf_bookmarksopenlevel 1
188 \pdf_breaklinks false
189 \pdf_pdfborder false
190 \pdf_colorlinks true
191 \pdf_backref false
192 \pdf_pdfusetitle false
193 \pdf_quoted_options " linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
194 \papersize default
195 \use_geometry false
196 \use_amsmath 2
197 \use_esint 0
198 \cite_engine basic
199 \use_bibtopic false
200 \paperorientation portrait
201 \secnumdepth 3
202 \tocdepth 3
203 \paragraph_separation skip
204 \defskip medskip
205 \quotes_language english
206 \papercolumns 1
207 \papersides 2
208 \paperpagestyle default
209 \bullet 1 1 34 -1
210 \bullet 2 2 35 -1
211 \bullet 3 2 7 -1
212 \tracking_changes true
213 \output_changes false
214 \author "Vincent" vfr@lyx.org
215 \end_header
216
217 \begin_body
218
219 \begin_layout Title
220 LyX's detailed Figure, Table, Floats, Notes, Boxes and External Material
221  manual
222 \end_layout
223
224 \begin_layout Author
225 by the LyX Team
226 \begin_inset Foot
227 status collapsed
228
229 \begin_layout Plain Layout
230 \noindent
231 If you have comments or error corrections, please send them to the LyX Documenta
232 tion mailing list: 
233 \begin_inset CommandInset href
234 LatexCommand href
235 name "lyx-docs@lists.lyx.org"
236 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
237 type "mailto:"
238
239 \end_inset
240
241
242 \end_layout
243
244 \end_inset
245
246
247 \begin_inset Note Note
248 status collapsed
249
250 \begin_layout Plain Layout
251 author: Uwe Stöhr
252 \end_layout
253
254 \end_inset
255
256
257 \begin_inset Newline newline
258 \end_inset
259
260
261 \begin_inset Newline newline
262 \end_inset
263
264
265 \family sans
266 Version 1.6.x
267 \end_layout
268
269 \begin_layout Standard
270 \begin_inset CommandInset toc
271 LatexCommand tableofcontents
272
273 \end_inset
274
275
276 \end_layout
277
278 \begin_layout Standard
279 \begin_inset Note Note
280 status open
281
282 \begin_layout Plain Layout
283 To export all parts of this document to PDF, PS, or DVI the LaTeX-packages
284  
285 \series bold
286 arydshln
287 \series default
288
289 \series bold
290 colortbl
291 \series default
292
293 \series bold
294 marginnote
295 \series default
296 , and 
297 \series bold
298 sidecap
299 \series default
300  must be installed.
301  If they are not installed you can export the document anyway but the sections
302  where the packages are required won't appear in the output.
303 \end_layout
304
305 \begin_layout Plain Layout
306 The latest PDF-version of this document can be found here:
307 \begin_inset Newline newline
308 \end_inset
309
310
311 \series bold
312 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
313 \end_layout
314
315 \end_inset
316
317
318 \end_layout
319
320 \begin_layout Chapter
321 Figures
322 \begin_inset Index
323 status collapsed
324
325 \begin_layout Plain Layout
326 Figures
327 \end_layout
328
329 \end_inset
330
331
332 \begin_inset Index
333 status collapsed
334
335 \begin_layout Plain Layout
336 Graphics|see
337 \begin_inset ERT
338 status collapsed
339
340 \begin_layout Plain Layout
341
342 {
343 \end_layout
344
345 \end_inset
346
347 Figures
348 \begin_inset ERT
349 status collapsed
350
351 \begin_layout Plain Layout
352
353 }
354 \end_layout
355
356 \end_inset
357
358
359 \end_layout
360
361 \end_inset
362
363
364 \end_layout
365
366 \begin_layout Section
367 Graphics Dialog
368 \begin_inset Index
369 status collapsed
370
371 \begin_layout Plain Layout
372 Figures ! Graphics Dialog
373 \end_layout
374
375 \end_inset
376
377
378 \begin_inset CommandInset label
379 LatexCommand label
380 name "sec:Graphics-Dialog"
381
382 \end_inset
383
384
385 \end_layout
386
387 \begin_layout Standard
388 To insert an image into your document, place the cursor at the text position
389  you want and click on the toolbar icon 
390 \begin_inset Graphics
391         filename ../images/dialog-show-new-inset_graphics.png
392         scale 85
393         scaleBeforeRotation
394
395 \end_inset
396
397  or use the menu 
398 \family sans
399 Insert\SpecialChar \menuseparator
400 Graphics
401 \family default
402 .
403  Then a dialog will appear to choose the file to load.
404  The image will appear in the output exactly at the position where it is
405  in the text.
406 \end_layout
407
408 \begin_layout Standard
409 The graphics dialog can be called at any time by clicking on an image.
410  This dialog has three tabs:
411 \end_layout
412
413 \begin_layout Description
414
415 \family sans
416 Graphics
417 \family default
418  Here you can choose an image file and adjust its appearance in the output.
419  The available units for the image size are explained in appendix
420 \begin_inset space ~
421 \end_inset
422
423
424 \begin_inset CommandInset ref
425 LatexCommand ref
426 reference "cha:Units-available-in"
427
428 \end_inset
429
430 .
431 \begin_inset Newline newline
432 \end_inset
433
434
435 \begin_inset Index
436 status collapsed
437
438 \begin_layout Plain Layout
439 Figures ! rotated
440 \end_layout
441
442 \end_inset
443
444 You can rotate images counter-clockwise by setting a rotation angle and
445  a rotation origin.
446  The image will also be rotated inside LyX.
447 \begin_inset Newline newline
448 \end_inset
449
450
451 \begin_inset Index
452 status collapsed
453
454 \begin_layout Plain Layout
455 Figures ! scaled
456 \end_layout
457
458 \end_inset
459
460 Images can be scaled by using a percentage value or by setting the width
461  and height explicitly.
462  If you set only the width or only the height, the other size will be determined
463  automatically.
464  If you set both, then the image will be transformed to the given size,
465  possibly distorting it.
466  To prevent the image from distortion, use the option 
467 \family sans
468 Maintain aspect ratio
469 \family default
470 .
471  The image will then be scaled so that its width and height don't exceed
472  the specified dimensions.
473 \begin_inset Newline newline
474 \end_inset
475
476 Images can be opened in a program of your choice by right-clicking on it
477  choosing the entry 
478 \family sans
479 Edit
480 \begin_inset space ~
481 \end_inset
482
483 externally
484 \family default
485  in the appearing context menu.
486  The program can be set for every image format in the file format settings
487  in LyX's preferences.
488 \end_layout
489
490 \begin_layout Description
491
492 \family sans
493 Clipping
494 \family default
495  Alternatively to the usage of scaling units it is possible to set image
496  coordinates to adjust the height and width of the image in the output.
497  The coordinates can also be calculated automatically by pressing the button
498  
499 \family sans
500 Get
501 \begin_inset space ~
502 \end_inset
503
504 from
505 \begin_inset space ~
506 \end_inset
507
508 File
509 \family default
510 .
511  The option 
512 \family sans
513 Clip
514 \begin_inset space ~
515 \end_inset
516
517 to
518 \begin_inset space ~
519 \end_inset
520
521 bounding
522 \begin_inset space ~
523 \end_inset
524
525 box
526 \family default
527  will only print the image region within the given coordinates.
528  Normally you don't need to take care about image coordinates and can ignore
529  this tab.
530 \end_layout
531
532 \begin_layout Description
533
534 \family sans
535 LaTeX
536 \begin_inset space ~
537 \end_inset
538
539 and
540 \begin_inset space ~
541 \end_inset
542
543 LyX
544 \begin_inset space ~
545 \end_inset
546
547 options
548 \family default
549  In this tab you can modify the appearance of the image within LyX and LaTeX
550  experts can specify additional LaTeX options.
551 \begin_inset Newline newline
552 \end_inset
553
554 The option 
555 \family sans
556 Draft
557 \begin_inset space ~
558 \end_inset
559
560 mode
561 \family default
562  makes the image appear in the output only as a frame with the size of the
563  image.
564 \begin_inset Newline newline
565 \end_inset
566
567 The 
568 \family sans
569 Don't
570 \begin_inset space ~
571 \end_inset
572
573 unzip
574 \begin_inset space ~
575 \end_inset
576
577 on
578 \begin_inset space ~
579 \end_inset
580
581 export
582 \family default
583  option only affects zipped EPS-graphics, e.
584 \begin_inset space \thinspace{}
585 \end_inset
586
587 g.
588 \begin_inset space \space{}
589 \end_inset
590
591
592 \emph on
593 x.eps.gz
594 \emph default
595 .
596  When the option is used the images will not be unzipped on export, since
597  LaTeX can handle them as they are.
598 \begin_inset Newline newline
599 \end_inset
600
601 Zipped EPS-graphics are useful to save disk space when you choose PostScript
602  as output format, see appendix
603 \begin_inset space ~
604 \end_inset
605
606
607 \begin_inset CommandInset ref
608 LatexCommand ref
609 reference "sec:PostScript"
610
611 \end_inset
612
613 .
614  To zip EPS-graphics, use the following commands in a UNIX-shell or a Windows
615  console:
616 \begin_inset Newline newline
617 \end_inset
618
619
620 \series bold
621 gzip x.eps
622 \series default
623
624 \begin_inset Newline newline
625 \end_inset
626
627
628 \series bold
629 zgrep %%Bounding x.eps.gz > x.eps.bb
630 \series default
631
632 \begin_inset Newline newline
633 \end_inset
634
635 The second command creates the bounding box file 
636 \begin_inset Quotes eld
637 \end_inset
638
639 x.eps.bb
640 \begin_inset Quotes erd
641 \end_inset
642
643  that is needed by LaTeX for zipped graphics.
644 \begin_inset Newline newline
645 \end_inset
646
647 The field 
648 \family sans
649 Initialize
650 \begin_inset space ~
651 \end_inset
652
653 Group
654 \begin_inset space ~
655 \end_inset
656
657 Name
658 \family default
659  allows you define or join an image settings group.
660 \begin_inset Index
661 status collapsed
662
663 \begin_layout Plain Layout
664 Figures ! Settings grouping
665 \end_layout
666
667 \end_inset
668
669  Images within such a group share their settings, so adjusting one image
670  of the group automatically also adjusts all other images of the group in
671  the same way.
672  So you can for example change the size for a bunch of images without the
673  need to manually change each of them.
674  Joining an existing group can also be done using the context menu of the
675  image by checking the name of the desired group.
676 \end_layout
677
678 \begin_layout Standard
679 \begin_inset VSpace bigskip
680 \end_inset
681
682
683 \end_layout
684
685 \begin_layout Standard
686 This is an example image in EPS format
687 \begin_inset Foot
688 status collapsed
689
690 \begin_layout Plain Layout
691 Image formats are explained in section
692 \begin_inset space ~
693 \end_inset
694
695
696 \begin_inset CommandInset ref
697 LatexCommand ref
698 reference "sec:Image-Formats"
699
700 \end_inset
701
702 .
703 \end_layout
704
705 \end_inset
706
707  within a separate, horizontally centered paragraph:
708 \end_layout
709
710 \begin_layout Standard
711 \align center
712 \begin_inset Graphics
713         filename clipart/mobius.eps
714         scale 70
715         scaleBeforeRotation
716         rotateOrigin center
717
718 \end_inset
719
720
721 \end_layout
722
723 \begin_layout Standard
724 This is the same image like the one above but in draft mode:
725 \end_layout
726
727 \begin_layout Standard
728 \align center
729 \begin_inset Graphics
730         filename clipart/mobius.eps
731         scale 70
732         draft
733         scaleBeforeRotation
734         rotateOrigin center
735
736 \end_inset
737
738
739 \end_layout
740
741 \begin_layout Standard
742 \begin_inset Newpage newpage
743 \end_inset
744
745
746 \end_layout
747
748 \begin_layout Section
749 Figure Floats
750 \begin_inset CommandInset label
751 LatexCommand label
752 name "sec:Figure-Floats"
753
754 \end_inset
755
756
757 \begin_inset Index
758 status collapsed
759
760 \begin_layout Plain Layout
761 Floats ! Figures
762 \end_layout
763
764 \end_inset
765
766
767 \begin_inset Index
768 status collapsed
769
770 \begin_layout Plain Layout
771 Figures ! Floats
772 \end_layout
773
774 \end_inset
775
776
777 \end_layout
778
779 \begin_layout Standard
780 For general explanations about floats, have a look at section
781 \begin_inset space ~
782 \end_inset
783
784
785 \begin_inset CommandInset ref
786 LatexCommand ref
787 reference "sec:FloatIntroduction"
788
789 \end_inset
790
791 .
792 \end_layout
793
794 \begin_layout Standard
795 The toolbar button 
796 \begin_inset Graphics
797         filename ../images/float-insert_figure.png
798         scale 85
799         scaleBeforeRotation
800
801 \end_inset
802
803  and the menu 
804 \family sans
805 Insert\SpecialChar \menuseparator
806 Float\SpecialChar \menuseparator
807 Figure
808 \family default
809  inserts a float with a caption that has the label 
810 \begin_inset Quotes eld
811 \end_inset
812
813 Figure
814 \begin_inset space ~
815 \end_inset
816
817 #:
818 \begin_inset Quotes erd
819 \end_inset
820
821  (# is the actual number).
822  You can insert the image above the caption, like in Figure
823 \begin_inset space ~
824 \end_inset
825
826
827 \begin_inset CommandInset ref
828 LatexCommand ref
829 reference "fig:kill-plat"
830
831 \end_inset
832
833  or below the caption, like in Figure
834 \begin_inset space ~
835 \end_inset
836
837
838 \begin_inset CommandInset ref
839 LatexCommand ref
840 reference "fig:escher"
841
842 \end_inset
843
844 .
845  More about the caption placement is described in section
846 \begin_inset space ~
847 \end_inset
848
849
850 \begin_inset CommandInset ref
851 LatexCommand ref
852 reference "sec:Caption-Placement"
853
854 \end_inset
855
856 .
857 \end_layout
858
859 \begin_layout Standard
860 \begin_inset Float figure
861 wide false
862 sideways false
863 status open
864
865 \begin_layout Plain Layout
866 \align center
867 \begin_inset Graphics
868         filename clipart/platypus.eps
869         width 50col%
870         scaleBeforeRotation
871         rotateOrigin center
872
873 \end_inset
874
875
876 \end_layout
877
878 \begin_layout Plain Layout
879 \begin_inset Caption
880
881 \begin_layout Plain Layout
882 \begin_inset CommandInset label
883 LatexCommand label
884 name "fig:kill-plat"
885
886 \end_inset
887
888 A severely distorted platypus in a float.
889 \end_layout
890
891 \end_inset
892
893
894 \end_layout
895
896 \end_inset
897
898
899 \end_layout
900
901 \begin_layout Standard
902 \begin_inset Float figure
903 wide false
904 sideways false
905 status open
906
907 \begin_layout Plain Layout
908 \begin_inset Caption
909
910 \begin_layout Plain Layout
911 \begin_inset CommandInset label
912 LatexCommand label
913 name "fig:escher"
914
915 \end_inset
916
917 M.C.
918  Escher on acid.
919 \end_layout
920
921 \end_inset
922
923
924 \end_layout
925
926 \begin_layout Plain Layout
927 \align center
928 \begin_inset Graphics
929         filename clipart/escher-lsd.eps
930         scale 80
931         scaleBeforeRotation
932         rotateOrigin center
933
934 \end_inset
935
936
937 \end_layout
938
939 \end_inset
940
941
942 \end_layout
943
944 \begin_layout Standard
945 \begin_inset Index
946 status collapsed
947
948 \begin_layout Plain Layout
949 References ! to Figures
950 \end_layout
951
952 \end_inset
953
954 Figure
955 \begin_inset space ~
956 \end_inset
957
958
959 \begin_inset CommandInset ref
960 LatexCommand ref
961 reference "fig:kill-plat"
962
963 \end_inset
964
965  and 
966 \begin_inset CommandInset ref
967 LatexCommand ref
968 reference "fig:escher"
969
970 \end_inset
971
972  are examples of referenced figures.
973  Figures can be referenced in the text by referencing their label.
974  To do this insert a label in the caption using the menu 
975 \family sans
976 Insert\SpecialChar \menuseparator
977 Label
978 \family default
979  or the toolbar button 
980 \begin_inset Graphics
981         filename ../images/label-insert.png
982         scale 85
983         scaleBeforeRotation
984
985 \end_inset
986
987 .
988  You can now refer to the label using the menu 
989 \family sans
990 Insert\SpecialChar \menuseparator
991 Cross
992 \begin_inset space ~
993 \end_inset
994
995 reference
996 \family default
997  or the toolbar button 
998 \begin_inset Graphics
999         filename ../images/dialog-show-new-inset_ref.png
1000         scale 85
1001         scaleBeforeRotation
1002
1003 \end_inset
1004
1005 .
1006  It is important to use references to floats, rather than using vague references
1007  like 
1008 \begin_inset Quotes eld
1009 \end_inset
1010
1011 the figure above
1012 \begin_inset Quotes erd
1013 \end_inset
1014
1015 , because as LaTeX will reposition the floats in the final document, it
1016  might not be 
1017 \begin_inset Quotes eld
1018 \end_inset
1019
1020 above
1021 \begin_inset Quotes erd
1022 \end_inset
1023
1024  at all.
1025 \begin_inset Newline newline
1026 \end_inset
1027
1028 Referencing is explained in detail in section
1029 \begin_inset space ~
1030 \end_inset
1031
1032
1033 \begin_inset CommandInset ref
1034 LatexCommand ref
1035 reference "sec:Referencing-Floats"
1036
1037 \end_inset
1038
1039 .
1040 \end_layout
1041
1042 \begin_layout Standard
1043 Normally only one image is inserted to a figure float, but sometimes you
1044  might want to use two images with separate subcaptions.
1045  This can be done by inserting image floats into existing image floats.
1046  Note that only the main caption of the float is added to the List of Figures.
1047  Figure
1048 \begin_inset space ~
1049 \end_inset
1050
1051
1052 \begin_inset CommandInset ref
1053 LatexCommand ref
1054 reference "fig:Two-distorted-images"
1055
1056 \end_inset
1057
1058  is an example of a figure float with two images set side by side.
1059  You can also set the images one below the other.
1060  Figure
1061 \begin_inset space ~
1062 \end_inset
1063
1064
1065 \begin_inset CommandInset ref
1066 LatexCommand ref
1067 reference "fig:Undefinable-structure"
1068
1069 \end_inset
1070
1071  and 
1072 \begin_inset CommandInset ref
1073 LatexCommand ref
1074 reference "fig:A-Platypus"
1075
1076 \end_inset
1077
1078  are the subfigures.
1079 \end_layout
1080
1081 \begin_layout Standard
1082 \begin_inset Float figure
1083 wide false
1084 sideways false
1085 status open
1086
1087 \begin_layout Plain Layout
1088 \begin_inset space \hfill{}
1089 \end_inset
1090
1091
1092 \begin_inset Float figure
1093 wide false
1094 sideways false
1095 status collapsed
1096
1097 \begin_layout Plain Layout
1098 \begin_inset Caption
1099
1100 \begin_layout Plain Layout
1101 \begin_inset CommandInset label
1102 LatexCommand label
1103 name "fig:Undefinable-structure"
1104
1105 \end_inset
1106
1107 Undefinable structure.
1108 \end_layout
1109
1110 \end_inset
1111
1112
1113 \end_layout
1114
1115 \begin_layout Plain Layout
1116 \begin_inset Graphics
1117         filename clipart/escher-lsd.eps
1118         width 45col%
1119         scaleBeforeRotation
1120         groupId distorted
1121
1122 \end_inset
1123
1124
1125 \end_layout
1126
1127 \end_inset
1128
1129
1130 \begin_inset space \hfill{}
1131 \end_inset
1132
1133
1134 \begin_inset Float figure
1135 wide false
1136 sideways false
1137 status collapsed
1138
1139 \begin_layout Plain Layout
1140 \begin_inset Caption
1141
1142 \begin_layout Plain Layout
1143 \begin_inset CommandInset label
1144 LatexCommand label
1145 name "fig:A-Platypus"
1146
1147 \end_inset
1148
1149 A Platypus.
1150 \end_layout
1151
1152 \end_inset
1153
1154
1155 \end_layout
1156
1157 \begin_layout Plain Layout
1158 \begin_inset Graphics
1159         filename clipart/platypus.eps
1160         width 45col%
1161         scaleBeforeRotation
1162         groupId distorted
1163
1164 \end_inset
1165
1166
1167 \end_layout
1168
1169 \end_inset
1170
1171
1172 \begin_inset space \hfill{}
1173 \end_inset
1174
1175
1176 \end_layout
1177
1178 \begin_layout Plain Layout
1179 \begin_inset Caption
1180
1181 \begin_layout Plain Layout
1182 \begin_inset CommandInset label
1183 LatexCommand label
1184 name "fig:Two-distorted-images"
1185
1186 \end_inset
1187
1188 Two distorted images.
1189  Both images are in the image settings group named 
1190 \begin_inset Quotes eld
1191 \end_inset
1192
1193 distorted
1194 \begin_inset Quotes erd
1195 \end_inset
1196
1197 .
1198 \end_layout
1199
1200 \end_inset
1201
1202
1203 \end_layout
1204
1205 \end_inset
1206
1207
1208 \end_layout
1209
1210 \begin_layout Standard
1211 \begin_inset Newpage newpage
1212 \end_inset
1213
1214
1215 \end_layout
1216
1217 \begin_layout Section
1218 Image Formats
1219 \begin_inset CommandInset label
1220 LatexCommand label
1221 name "sec:Image-Formats"
1222
1223 \end_inset
1224
1225
1226 \begin_inset Index
1227 status collapsed
1228
1229 \begin_layout Plain Layout
1230 Image Formats
1231 \end_layout
1232
1233 \end_inset
1234
1235
1236 \begin_inset Index
1237 status collapsed
1238
1239 \begin_layout Plain Layout
1240 Figures ! Image Formats
1241 \end_layout
1242
1243 \end_inset
1244
1245
1246 \end_layout
1247
1248 \begin_layout Standard
1249 You can insert images in any known file format.
1250  But as explained in appendix
1251 \begin_inset space ~
1252 \end_inset
1253
1254
1255 \begin_inset CommandInset ref
1256 LatexCommand ref
1257 reference "cha:Output-File-Formats"
1258
1259 \end_inset
1260
1261 , every output document format allows only a few image formats.
1262  LyX uses therefore the program 
1263 \family typewriter
1264 ImageMagick
1265 \family default
1266  in the background to convert the images to the right format.
1267  To increase your work flow by avoiding these conversions in the background,
1268  you can use only the image formats that can directly be embedded in the
1269  output file format.
1270  The output file formats are explained in appendix
1271 \begin_inset space ~
1272 \end_inset
1273
1274
1275 \begin_inset CommandInset ref
1276 LatexCommand ref
1277 reference "cha:Output-File-Formats"
1278
1279 \end_inset
1280
1281 .
1282 \end_layout
1283
1284 \begin_layout Standard
1285 Similar to fonts there are two types of image formats:
1286 \end_layout
1287
1288 \begin_layout Description
1289 Bitmap
1290 \begin_inset space ~
1291 \end_inset
1292
1293 images consist of pixel values, often in a compressed form.
1294  They are therefore not fully scalable and look pixeled in large zooms.
1295  Well-known bitmap image formats are 
1296 \begin_inset Quotes eld
1297 \end_inset
1298
1299 Graphics Interchange Format
1300 \begin_inset Quotes erd
1301 \end_inset
1302
1303  (GIF, file extension 
1304 \begin_inset Quotes eld
1305 \end_inset
1306
1307
1308 \family typewriter
1309 .gif
1310 \family default
1311
1312 \begin_inset Quotes erd
1313 \end_inset
1314
1315 )
1316 \begin_inset Index
1317 status collapsed
1318
1319 \begin_layout Plain Layout
1320 GIF|see
1321 \begin_inset ERT
1322 status collapsed
1323
1324 \begin_layout Plain Layout
1325
1326 {
1327 \end_layout
1328
1329 \end_inset
1330
1331 Image formats
1332 \begin_inset ERT
1333 status collapsed
1334
1335 \begin_layout Plain Layout
1336
1337 }
1338 \end_layout
1339
1340 \end_inset
1341
1342
1343 \end_layout
1344
1345 \end_inset
1346
1347
1348 \begin_inset Quotes eld
1349 \end_inset
1350
1351 Portable Network Graphics
1352 \begin_inset Quotes erd
1353 \end_inset
1354
1355  (PNG, file extension 
1356 \begin_inset Quotes eld
1357 \end_inset
1358
1359
1360 \family typewriter
1361 .png
1362 \family default
1363
1364 \begin_inset Quotes erd
1365 \end_inset
1366
1367 )
1368 \begin_inset Index
1369 status collapsed
1370
1371 \begin_layout Plain Layout
1372 PNG|see
1373 \begin_inset ERT
1374 status collapsed
1375
1376 \begin_layout Plain Layout
1377
1378 {
1379 \end_layout
1380
1381 \end_inset
1382
1383 Image formats
1384 \begin_inset ERT
1385 status collapsed
1386
1387 \begin_layout Plain Layout
1388
1389 }
1390 \end_layout
1391
1392 \end_inset
1393
1394
1395 \end_layout
1396
1397 \end_inset
1398
1399 , and 
1400 \begin_inset Quotes eld
1401 \end_inset
1402
1403 Joint Photographic Experts Group
1404 \begin_inset Quotes erd
1405 \end_inset
1406
1407  (JPG, file extension 
1408 \begin_inset Quotes eld
1409 \end_inset
1410
1411
1412 \family typewriter
1413 .jpg
1414 \family default
1415
1416 \begin_inset Quotes erd
1417 \end_inset
1418
1419  or 
1420 \begin_inset Quotes eld
1421 \end_inset
1422
1423
1424 \family typewriter
1425 .jpeg
1426 \family default
1427
1428 \begin_inset Quotes erd
1429 \end_inset
1430
1431 )
1432 \begin_inset Index
1433 status collapsed
1434
1435 \begin_layout Plain Layout
1436 JPG|see
1437 \begin_inset ERT
1438 status collapsed
1439
1440 \begin_layout Plain Layout
1441
1442 {
1443 \end_layout
1444
1445 \end_inset
1446
1447 Image formats
1448 \begin_inset ERT
1449 status collapsed
1450
1451 \begin_layout Plain Layout
1452
1453 }
1454 \end_layout
1455
1456 \end_inset
1457
1458
1459 \end_layout
1460
1461 \end_inset
1462
1463 .
1464 \end_layout
1465
1466 \begin_layout Description
1467 Vector
1468 \begin_inset space ~
1469 \end_inset
1470
1471 images consist of vectors and can therefore be scaled to any size without
1472  data loss.
1473  The scaling ability is necessary if you want to create presentations, because
1474  presentations are always scaled by the video projector.
1475  Scaling is also useful for online documents to let the user zoom into diagrams.
1476 \begin_inset Newline newline
1477 \end_inset
1478
1479 Well-known scalable image formats are 
1480 \begin_inset Quotes eld
1481 \end_inset
1482
1483 Scalable Vector Graphics
1484 \begin_inset Quotes erd
1485 \end_inset
1486
1487  (SVG, file extension 
1488 \begin_inset Quotes eld
1489 \end_inset
1490
1491
1492 \family typewriter
1493 .svg
1494 \family default
1495
1496 \begin_inset Quotes erd
1497 \end_inset
1498
1499 )
1500 \begin_inset Index
1501 status collapsed
1502
1503 \begin_layout Plain Layout
1504 SVG|see
1505 \begin_inset ERT
1506 status collapsed
1507
1508 \begin_layout Plain Layout
1509
1510 {
1511 \end_layout
1512
1513 \end_inset
1514
1515 Image formats
1516 \begin_inset ERT
1517 status collapsed
1518
1519 \begin_layout Plain Layout
1520
1521 }
1522 \end_layout
1523
1524 \end_inset
1525
1526
1527 \end_layout
1528
1529 \end_inset
1530
1531
1532 \begin_inset Quotes eld
1533 \end_inset
1534
1535 Encapsulated PostScript
1536 \begin_inset Quotes erd
1537 \end_inset
1538
1539  (EPS, file extension 
1540 \begin_inset Quotes eld
1541 \end_inset
1542
1543
1544 \family typewriter
1545 .eps
1546 \family default
1547
1548 \begin_inset Quotes erd
1549 \end_inset
1550
1551 )
1552 \begin_inset Index
1553 status collapsed
1554
1555 \begin_layout Plain Layout
1556 EPS|see
1557 \begin_inset ERT
1558 status collapsed
1559
1560 \begin_layout Plain Layout
1561
1562 {
1563 \end_layout
1564
1565 \end_inset
1566
1567 Image formats
1568 \begin_inset ERT
1569 status collapsed
1570
1571 \begin_layout Plain Layout
1572
1573 }
1574 \end_layout
1575
1576 \end_inset
1577
1578
1579 \end_layout
1580
1581 \end_inset
1582
1583
1584 \begin_inset Quotes eld
1585 \end_inset
1586
1587 Portable Document Format
1588 \begin_inset Quotes erd
1589 \end_inset
1590
1591  (PDF, file extension 
1592 \begin_inset Quotes eld
1593 \end_inset
1594
1595
1596 \family typewriter
1597 .pdf
1598 \family default
1599
1600 \begin_inset Quotes erd
1601 \end_inset
1602
1603 )
1604 \begin_inset Index
1605 status collapsed
1606
1607 \begin_layout Plain Layout
1608 PDF
1609 \end_layout
1610
1611 \end_inset
1612
1613 , and 
1614 \begin_inset Quotes eld
1615 \end_inset
1616
1617 Windows Metafile
1618 \begin_inset Quotes erd
1619 \end_inset
1620
1621  (WMF, file extension 
1622 \begin_inset Quotes eld
1623 \end_inset
1624
1625
1626 \family typewriter
1627 .wmf
1628 \family default
1629
1630 \begin_inset Quotes erd
1631 \end_inset
1632
1633 )
1634 \begin_inset Index
1635 status collapsed
1636
1637 \begin_layout Plain Layout
1638 SVG|see
1639 \begin_inset ERT
1640 status collapsed
1641
1642 \begin_layout Plain Layout
1643
1644 {
1645 \end_layout
1646
1647 \end_inset
1648
1649 Image formats
1650 \begin_inset ERT
1651 status collapsed
1652
1653 \begin_layout Plain Layout
1654
1655 }
1656 \end_layout
1657
1658 \end_inset
1659
1660
1661 \end_layout
1662
1663 \end_inset
1664
1665 .
1666  We wrote 
1667 \begin_inset Quotes eld
1668 \end_inset
1669
1670 can be
1671 \begin_inset Quotes erd
1672 \end_inset
1673
1674 , because you can convert any bitmap image to a PDF or EPS-image and the
1675  result will still be a bitmap image.
1676  In this cases only a header with the image properties is added to the original
1677  image
1678 \begin_inset Foot
1679 status collapsed
1680
1681 \begin_layout Plain Layout
1682 In the case of PDF, the original image is additionally compressed.
1683 \end_layout
1684
1685 \end_inset
1686
1687 .
1688  The PDF-files generated by 
1689 \family typewriter
1690 Adobe Photoshop
1691 \family default
1692  are for example bitmap images.
1693 \end_layout
1694
1695 \begin_layout Standard
1696 Normally it is not possible to convert a bitmap image into a scalable one,
1697  only vice versa.
1698  Only the image formats PDF and EPS can directly be embedded to PDF and
1699  PostScript output files, respectively.
1700  SVG and WMF-images are recalculated to bitmaps when the output file is
1701  generated because there is currently no adequate WMF/SVG
1702 \begin_inset Formula $\to$
1703 \end_inset
1704
1705 PDF/EPS converter available.
1706 \end_layout
1707
1708 \begin_layout Chapter
1709 Tables
1710 \begin_inset Index
1711 status collapsed
1712
1713 \begin_layout Plain Layout
1714 Table
1715 \end_layout
1716
1717 \end_inset
1718
1719
1720 \end_layout
1721
1722 \begin_layout Section
1723 Introduction
1724 \begin_inset Index
1725 status collapsed
1726
1727 \begin_layout Plain Layout
1728 Table ! Introduction
1729 \end_layout
1730
1731 \end_inset
1732
1733
1734 \end_layout
1735
1736 \begin_layout Standard
1737 You can insert a table using either the toolbar button 
1738 \begin_inset Graphics
1739         filename ../images/tabular-insert.png
1740         scale 85
1741         scaleBeforeRotation
1742
1743 \end_inset
1744
1745  or the menu 
1746 \family sans
1747 Insert\SpecialChar \menuseparator
1748 Table
1749 \family default
1750 .
1751  The toolbar button offers you a graphical selection: Move the mouse to
1752  set the column/row number of the table that should be created and then
1753  press a mouse button.
1754  When you use the menu to create a table, a dialog will appear, asking you
1755  for the number of rows and columns.
1756 \begin_inset Newline newline
1757 \end_inset
1758
1759  The default table has lines around any cell and the first row appears separated
1760  from the rest of the table.
1761  This separation occurs due to a double line: The cells of the first row
1762  have a line below them and the cells of the second row have a line above
1763  them.
1764  Here is an example table:
1765 \end_layout
1766
1767 \begin_layout Standard
1768 \align center
1769 \begin_inset Tabular
1770 <lyxtabular version="3" rows="4" columns="4">
1771 <features>
1772 <column alignment="center" valignment="top" width="0">
1773 <column alignment="center" valignment="top" width="0">
1774 <column alignment="center" valignment="top" width="0">
1775 <column alignment="center" valignment="top" width="0">
1776 <row>
1777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1778 \begin_inset Text
1779
1780 \begin_layout Plain Layout
1781
1782 \end_layout
1783
1784 \end_inset
1785 </cell>
1786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1787 \begin_inset Text
1788
1789 \begin_layout Plain Layout
1790
1791 \family roman
1792 \series medium
1793 \shape up
1794 \size normal
1795 \emph off
1796 \bar no
1797 \noun off
1798 \color none
1799 1
1800 \end_layout
1801
1802 \end_inset
1803 </cell>
1804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1805 \begin_inset Text
1806
1807 \begin_layout Plain Layout
1808 2
1809 \end_layout
1810
1811 \end_inset
1812 </cell>
1813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1814 \begin_inset Text
1815
1816 \begin_layout Plain Layout
1817 3
1818 \end_layout
1819
1820 \end_inset
1821 </cell>
1822 </row>
1823 <row>
1824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1825 \begin_inset Text
1826
1827 \begin_layout Plain Layout
1828
1829 \family roman
1830 \series medium
1831 \shape up
1832 \size normal
1833 \emph off
1834 \bar no
1835 \noun off
1836 \color none
1837 A
1838 \end_layout
1839
1840 \end_inset
1841 </cell>
1842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1843 \begin_inset Text
1844
1845 \begin_layout Plain Layout
1846
1847 \end_layout
1848
1849 \end_inset
1850 </cell>
1851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1852 \begin_inset Text
1853
1854 \begin_layout Plain Layout
1855
1856 \end_layout
1857
1858 \end_inset
1859 </cell>
1860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1861 \begin_inset Text
1862
1863 \begin_layout Plain Layout
1864
1865 \end_layout
1866
1867 \end_inset
1868 </cell>
1869 </row>
1870 <row>
1871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1872 \begin_inset Text
1873
1874 \begin_layout Plain Layout
1875
1876 \family roman
1877 \series medium
1878 \shape up
1879 \size normal
1880 \emph off
1881 \bar no
1882 \noun off
1883 \color none
1884 B
1885 \end_layout
1886
1887 \end_inset
1888 </cell>
1889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1890 \begin_inset Text
1891
1892 \begin_layout Plain Layout
1893
1894 \end_layout
1895
1896 \end_inset
1897 </cell>
1898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1899 \begin_inset Text
1900
1901 \begin_layout Plain Layout
1902
1903 \end_layout
1904
1905 \end_inset
1906 </cell>
1907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1908 \begin_inset Text
1909
1910 \begin_layout Plain Layout
1911
1912 \end_layout
1913
1914 \end_inset
1915 </cell>
1916 </row>
1917 <row>
1918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1919 \begin_inset Text
1920
1921 \begin_layout Plain Layout
1922
1923 \family roman
1924 \series medium
1925 \shape up
1926 \size normal
1927 \emph off
1928 \bar no
1929 \noun off
1930 \color none
1931 C
1932 \end_layout
1933
1934 \end_inset
1935 </cell>
1936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1937 \begin_inset Text
1938
1939 \begin_layout Plain Layout
1940
1941 \end_layout
1942
1943 \end_inset
1944 </cell>
1945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1946 \begin_inset Text
1947
1948 \begin_layout Plain Layout
1949
1950 \end_layout
1951
1952 \end_inset
1953 </cell>
1954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1955 \begin_inset Text
1956
1957 \begin_layout Plain Layout
1958
1959 \end_layout
1960
1961 \end_inset
1962 </cell>
1963 </row>
1964 </lyxtabular>
1965
1966 \end_inset
1967
1968
1969 \end_layout
1970
1971 \begin_layout Section
1972 Table Dialog
1973 \begin_inset Index
1974 status collapsed
1975
1976 \begin_layout Plain Layout
1977 Table ! Dialog
1978 \end_layout
1979
1980 \end_inset
1981
1982
1983 \end_layout
1984
1985 \begin_layout Standard
1986 You can alter a table by clicking on it with the right mouse button, which
1987  brings up the table dialog.
1988  Here you can adjust the settings of that cell and row/column respectively
1989  where the cursor is currently placed.
1990  Most of the dialog options also work on selections.
1991  This means if you select more cells, columns or rows, the action is done
1992  for the whole selection.
1993  Note that there is a difference between selecting the 
1994 \emph on
1995 contents
1996 \emph default
1997  of the cell, and the cell itself.
1998  You can alter tables with the following tabs of the table dialog:
1999 \end_layout
2000
2001 \begin_layout Description
2002
2003 \family sans
2004 Table
2005 \begin_inset space ~
2006 \end_inset
2007
2008 Settings
2009 \family default
2010  Here you can set the horizontal alignment and the width of the current
2011  column.
2012  When you have set a width you can also adjust the vertical alignment of
2013  the current row.
2014  A given width will allow the cell to have line breaks and multiple paragraphs
2015  of text, see section
2016 \begin_inset space ~
2017 \end_inset
2018
2019
2020 \begin_inset CommandInset ref
2021 LatexCommand ref
2022 reference "sub:Multiple-Lines-in"
2023
2024 \end_inset
2025
2026 .
2027  If you set no width, the column is as wide as their widest cell content
2028  is.
2029 \begin_inset Newline newline
2030 \end_inset
2031
2032 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2033  cell, see section
2034 \begin_inset space ~
2035 \end_inset
2036
2037
2038 \begin_inset CommandInset ref
2039 LatexCommand ref
2040 reference "sub:Multicolumns"
2041
2042 \end_inset
2043
2044 .
2045 \begin_inset Newline newline
2046 \end_inset
2047
2048 The rotate check boxes rotates the current cell, a selection, or the whole
2049  table counter-clockwise by 90°.
2050  The rotation is not shown within LyX, only in the output.
2051 \begin_inset Newline newline
2052 \end_inset
2053
2054
2055 \begin_inset Note Greyedout
2056 status open
2057
2058 \begin_layout Plain Layout
2059
2060 \series bold
2061 Note:
2062 \series default
2063  Not all DVI-viewers are able to display rotations.
2064 \end_layout
2065
2066 \end_inset
2067
2068
2069 \begin_inset Newline newline
2070 \end_inset
2071
2072 It is also possible to enter a LaTeX-argument which is needed for special
2073  table formattings, see section
2074 \begin_inset space ~
2075 \end_inset
2076
2077
2078 \begin_inset CommandInset ref
2079 LatexCommand ref
2080 reference "sub:Multicolumn-Calculations"
2081
2082 \end_inset
2083
2084  and 
2085 \begin_inset CommandInset ref
2086 LatexCommand ref
2087 reference "sec:Colored-Tables"
2088
2089 \end_inset
2090
2091 .
2092 \end_layout
2093
2094 \begin_layout Description
2095
2096 \family sans
2097 Borders
2098 \family default
2099  In this tab you can add and delete border lines for the current row/column.
2100 \begin_inset Newline newline
2101 \end_inset
2102
2103 Using the style option 
2104 \family sans
2105 Formal
2106 \family default
2107  will convert the table to a formal table as described in section
2108 \begin_inset space ~
2109 \end_inset
2110
2111
2112 \begin_inset CommandInset ref
2113 LatexCommand ref
2114 reference "sec:Formal-Tables"
2115
2116 \end_inset
2117
2118 .
2119 \begin_inset Newline newline
2120 \end_inset
2121
2122 You can also add here space to table rows as decribed in section
2123 \begin_inset space ~
2124 \end_inset
2125
2126
2127 \begin_inset CommandInset ref
2128 LatexCommand ref
2129 reference "sub:Row-Spacing"
2130
2131 \end_inset
2132
2133 .
2134 \end_layout
2135
2136 \begin_layout Description
2137
2138 \family sans
2139 Longtable
2140 \family default
2141  This tab is to make a table a so called 
2142 \begin_inset Quotes eld
2143 \end_inset
2144
2145
2146 \emph on
2147 longtable
2148 \emph default
2149
2150 \begin_inset Quotes erd
2151 \end_inset
2152
2153  that can run over several pages.
2154  Section
2155 \begin_inset space ~
2156 \end_inset
2157
2158
2159 \begin_inset CommandInset ref
2160 LatexCommand ref
2161 reference "sec:Longtables"
2162
2163 \end_inset
2164
2165  and 
2166 \begin_inset CommandInset ref
2167 LatexCommand ref
2168 reference "sec:Special-Longtable-Issues"
2169
2170 \end_inset
2171
2172  describe the longtable features in detail.
2173 \end_layout
2174
2175 \begin_layout Standard
2176 When the table dialog is open, you can move the cursor with the arrow keys
2177  from cell to cell and the property of the current cell will immediately
2178  be displayed in the dialog.
2179 \end_layout
2180
2181 \begin_layout Section
2182 Table Toolbar
2183 \begin_inset Index
2184 status collapsed
2185
2186 \begin_layout Plain Layout
2187 Table ! Toolbar
2188 \end_layout
2189
2190 \end_inset
2191
2192
2193 \end_layout
2194
2195 \begin_layout Standard
2196 The table toolbar is an alternative to the table dialog to be able to alter
2197  tables faster.
2198  It should normally appear at the bottom of LyX's main window when the cursor
2199  is inside a table.
2200  You can alternatively switch it on to appear always, by right-clicking
2201  in LyX's main menu bar.
2202 \end_layout
2203
2204 \begin_layout Standard
2205 The toolbar has the following icons:
2206 \end_layout
2207
2208 \begin_layout Labeling
2209 \labelwidthstring 00.00.0000
2210 \begin_inset Graphics
2211         filename ../images/tabular-feature_append-row.png
2212         scaleBeforeRotation
2213
2214 \end_inset
2215
2216  adds a row below the current cell or selection
2217 \end_layout
2218
2219 \begin_layout Labeling
2220 \labelwidthstring 00.00.0000
2221 \begin_inset Graphics
2222         filename ../images/tabular-feature_append-column.png
2223         scaleBeforeRotation
2224
2225 \end_inset
2226
2227  adds a column right beside the current cell or selection
2228 \end_layout
2229
2230 \begin_layout Labeling
2231 \labelwidthstring 00.00.0000
2232 \begin_inset Graphics
2233         filename ../images/tabular-feature_delete-row.png
2234         scaleBeforeRotation
2235
2236 \end_inset
2237
2238  deletes the current row or selection
2239 \end_layout
2240
2241 \begin_layout Labeling
2242 \labelwidthstring 00.00.0000
2243 \begin_inset Graphics
2244         filename ../images/tabular-feature_delete-column.png
2245         scaleBeforeRotation
2246
2247 \end_inset
2248
2249  deletes the current column or selection
2250 \end_layout
2251
2252 \begin_layout Labeling
2253 \labelwidthstring 00.00.0000
2254 \begin_inset Graphics
2255         filename ../images/tabular-feature_toggle-line-top.png
2256         scaleBeforeRotation
2257
2258 \end_inset
2259
2260  adds a line at the top of the current cell / row or of a selection
2261 \end_layout
2262
2263 \begin_layout Labeling
2264 \labelwidthstring 00.00.0000
2265 \begin_inset Graphics
2266         filename ../images/tabular-feature_toggle-line-bottom.png
2267         scaleBeforeRotation
2268
2269 \end_inset
2270
2271  adds a line at the bottom of the current cell / row or of a selection
2272 \end_layout
2273
2274 \begin_layout Labeling
2275 \labelwidthstring 00.00.0000
2276 \begin_inset Graphics
2277         filename ../images/tabular-feature_toggle-line-left.png
2278         scaleBeforeRotation
2279
2280 \end_inset
2281
2282  adds a line at the left side of the current cell / row or of a selection
2283 \end_layout
2284
2285 \begin_layout Labeling
2286 \labelwidthstring 00.00.0000
2287 \begin_inset Graphics
2288         filename ../images/tabular-feature_toggle-line-right.png
2289         scaleBeforeRotation
2290
2291 \end_inset
2292
2293  adds a line at the right side of the current cell / row or of a selection
2294 \end_layout
2295
2296 \begin_layout Labeling
2297 \labelwidthstring 00.00.0000
2298 \begin_inset Graphics
2299         filename ../images/tabular-feature_set-all-lines.png
2300         scaleBeforeRotation
2301
2302 \end_inset
2303
2304  adds lines around the current or selected cells - if the current cell no
2305  multicolumn this also affects the current row and column
2306 \end_layout
2307
2308 \begin_layout Labeling
2309 \labelwidthstring 00.00.0000
2310 \begin_inset Graphics
2311         filename ../images/tabular-feature_unset-all-lines.png
2312         scaleBeforeRotation
2313
2314 \end_inset
2315
2316  deletes all lines of the current or selected cells - if the current cell
2317  no multicolumn this also affects the current row and column
2318 \end_layout
2319
2320 \begin_layout Labeling
2321 \labelwidthstring 00.00.0000
2322 \begin_inset Graphics
2323         filename ../images/tabular-feature_m-align-left.png
2324         scaleBeforeRotation
2325
2326 \end_inset
2327
2328  left-aligns the content of the current cell / column
2329 \end_layout
2330
2331 \begin_layout Labeling
2332 \labelwidthstring 00.00.0000
2333 \begin_inset Graphics
2334         filename ../images/tabular-feature_m-align-center.png
2335         scaleBeforeRotation
2336
2337 \end_inset
2338
2339  centers the content of the current cell / column horizontally
2340 \end_layout
2341
2342 \begin_layout Labeling
2343 \labelwidthstring 00.00.0000
2344 \begin_inset Graphics
2345         filename ../images/tabular-feature_m-align-right.png
2346         scaleBeforeRotation
2347
2348 \end_inset
2349
2350  right-aligns the content of the current cell / column
2351 \end_layout
2352
2353 \begin_layout Labeling
2354 \labelwidthstring 00.00.0000
2355 \begin_inset Graphics
2356         filename ../images/tabular-feature_m-valign-top.png
2357         scaleBeforeRotation
2358
2359 \end_inset
2360
2361  aligns the content of the current cell vertically to the top
2362 \end_layout
2363
2364 \begin_layout Labeling
2365 \labelwidthstring 00.00.0000
2366 \begin_inset Graphics
2367         filename ../images/tabular-feature_m-valign-middle.png
2368         scaleBeforeRotation
2369
2370 \end_inset
2371
2372  centers the content of the current cell vertically
2373 \end_layout
2374
2375 \begin_layout Labeling
2376 \labelwidthstring 00.00.0000
2377 \begin_inset Graphics
2378         filename ../images/tabular-feature_m-valign-bottom.png
2379         scaleBeforeRotation
2380
2381 \end_inset
2382
2383  aligns the content of the current cell vertically to the bottom
2384 \end_layout
2385
2386 \begin_layout Labeling
2387 \labelwidthstring 00.00.0000
2388 \begin_inset Graphics
2389         filename ../images/tabular-feature_set-rotate-cell.png
2390         scaleBeforeRotation
2391
2392 \end_inset
2393
2394  rotates the current cell or selection counter-clockwise by 90°
2395 \end_layout
2396
2397 \begin_layout Labeling
2398 \labelwidthstring 00.00.0000
2399 \begin_inset Graphics
2400         filename ../images/tabular-feature_set-rotate-tabular.png
2401         scaleBeforeRotation
2402
2403 \end_inset
2404
2405  rotates the whole table counter-clockwise by 90°
2406 \end_layout
2407
2408 \begin_layout Labeling
2409 \labelwidthstring 00.00.0000
2410 \begin_inset Graphics
2411         filename ../images/tabular-feature_multicolumn.png
2412         scaleBeforeRotation
2413
2414 \end_inset
2415
2416  sets the current cell or selection as a multicolumn
2417 \end_layout
2418
2419 \begin_layout Standard
2420 \begin_inset Note Greyedout
2421 status open
2422
2423 \begin_layout Plain Layout
2424
2425 \series bold
2426 Note:
2427 \series default
2428  For the output the vertical alignment of the first cell in a row is used
2429  for all following cells in the row.
2430 \end_layout
2431
2432 \end_inset
2433
2434
2435 \end_layout
2436
2437 \begin_layout Section
2438 Edit Table Menu
2439 \begin_inset Index
2440 status collapsed
2441
2442 \begin_layout Plain Layout
2443 Table ! Edit Menu
2444 \end_layout
2445
2446 \end_inset
2447
2448
2449 \end_layout
2450
2451 \begin_layout Standard
2452 Additionally to the table dialog and toolbar, the menu 
2453 \family sans
2454 Edit\SpecialChar \menuseparator
2455 Table
2456 \family default
2457  allows you to add and delete border lines for the current row/column and
2458  to set the current selection as multicolumn.
2459  The menu is only available when the cursor is inside a table.
2460 \end_layout
2461
2462 \begin_layout Section
2463 Table Floats
2464 \begin_inset CommandInset label
2465 LatexCommand label
2466 name "sec:Table-Floats"
2467
2468 \end_inset
2469
2470
2471 \begin_inset Index
2472 status collapsed
2473
2474 \begin_layout Plain Layout
2475 Floats ! Tables
2476 \end_layout
2477
2478 \end_inset
2479
2480
2481 \begin_inset Index
2482 status collapsed
2483
2484 \begin_layout Plain Layout
2485 Table ! Floats
2486 \end_layout
2487
2488 \end_inset
2489
2490
2491 \end_layout
2492
2493 \begin_layout Standard
2494 For general explanations about floats, have a look at section
2495 \begin_inset space ~
2496 \end_inset
2497
2498
2499 \begin_inset CommandInset ref
2500 LatexCommand ref
2501 reference "sec:FloatIntroduction"
2502
2503 \end_inset
2504
2505 .
2506 \end_layout
2507
2508 \begin_layout Standard
2509 \begin_inset Float table
2510 placement h
2511 wide false
2512 sideways false
2513 status open
2514
2515 \begin_layout Plain Layout
2516 \begin_inset Caption
2517
2518 \begin_layout Plain Layout
2519 \begin_inset CommandInset label
2520 LatexCommand label
2521 name "tab:a table float"
2522
2523 \end_inset
2524
2525 A table float.
2526 \end_layout
2527
2528 \end_inset
2529
2530
2531 \end_layout
2532
2533 \begin_layout Plain Layout
2534 \align center
2535 \begin_inset Tabular
2536 <lyxtabular version="3" rows="3" columns="3">
2537 <features>
2538 <column alignment="center" valignment="top" width="0pt">
2539 <column alignment="center" valignment="top" width="0pt">
2540 <column alignment="center" valignment="top" width="0pt">
2541 <row>
2542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2543 \begin_inset Text
2544
2545 \begin_layout Plain Layout
2546
2547 \family roman
2548 \series medium
2549 \shape up
2550 \size normal
2551 \emph off
2552 \bar no
2553 \noun off
2554 \color none
2555 1
2556 \end_layout
2557
2558 \end_inset
2559 </cell>
2560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2561 \begin_inset Text
2562
2563 \begin_layout Plain Layout
2564
2565 \family roman
2566 \series medium
2567 \shape up
2568 \size normal
2569 \emph off
2570 \bar no
2571 \noun off
2572 \color none
2573 2
2574 \end_layout
2575
2576 \end_inset
2577 </cell>
2578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2579 \begin_inset Text
2580
2581 \begin_layout Plain Layout
2582
2583 \family roman
2584 \series medium
2585 \shape up
2586 \size normal
2587 \emph off
2588 \bar no
2589 \noun off
2590 \color none
2591 3
2592 \end_layout
2593
2594 \end_inset
2595 </cell>
2596 </row>
2597 <row>
2598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2599 \begin_inset Text
2600
2601 \begin_layout Plain Layout
2602
2603 \family roman
2604 \series medium
2605 \shape up
2606 \size normal
2607 \emph off
2608 \bar no
2609 \noun off
2610 \color none
2611 Joe
2612 \end_layout
2613
2614 \end_inset
2615 </cell>
2616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2617 \begin_inset Text
2618
2619 \begin_layout Plain Layout
2620
2621 \family roman
2622 \series medium
2623 \shape up
2624 \size normal
2625 \emph off
2626 \bar no
2627 \noun off
2628 \color none
2629 Mary
2630 \end_layout
2631
2632 \end_inset
2633 </cell>
2634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2635 \begin_inset Text
2636
2637 \begin_layout Plain Layout
2638
2639 \family roman
2640 \series medium
2641 \shape up
2642 \size normal
2643 \emph off
2644 \bar no
2645 \noun off
2646 \color none
2647 Ted
2648 \end_layout
2649
2650 \end_inset
2651 </cell>
2652 </row>
2653 <row>
2654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2655 \begin_inset Text
2656
2657 \begin_layout Plain Layout
2658
2659 \family roman
2660 \series medium
2661 \shape up
2662 \size normal
2663 \emph off
2664 \bar no
2665 \noun off
2666 \color none
2667 \begin_inset Formula $\int x^{2}dx$
2668 \end_inset
2669
2670
2671 \end_layout
2672
2673 \end_inset
2674 </cell>
2675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2676 \begin_inset Text
2677
2678 \begin_layout Plain Layout
2679
2680 \family roman
2681 \series medium
2682 \shape up
2683 \size normal
2684 \emph off
2685 \bar no
2686 \noun off
2687 \color none
2688 \begin_inset Formula $\left[\begin{array}{cc}
2689 a & b\\
2690 c & d\end{array}\right]$
2691 \end_inset
2692
2693
2694 \end_layout
2695
2696 \end_inset
2697 </cell>
2698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2699 \begin_inset Text
2700
2701 \begin_layout Plain Layout
2702
2703 \family roman
2704 \series medium
2705 \shape up
2706 \size normal
2707 \emph off
2708 \bar no
2709 \noun off
2710 \color none
2711 \begin_inset Formula $1+1=2$
2712 \end_inset
2713
2714
2715 \end_layout
2716
2717 \end_inset
2718 </cell>
2719 </row>
2720 </lyxtabular>
2721
2722 \end_inset
2723
2724
2725 \end_layout
2726
2727 \end_inset
2728
2729
2730 \end_layout
2731
2732 \begin_layout Standard
2733 Table floats can be inserted using the menu 
2734 \family sans
2735 Insert\SpecialChar \menuseparator
2736 Float\SpecialChar \menuseparator
2737 Table
2738 \family default
2739  or the toolbar button 
2740 \begin_inset Graphics
2741         filename ../images/float-insert_table.png
2742         scale 85
2743         scaleBeforeRotation
2744
2745 \end_inset
2746
2747 .
2748 \end_layout
2749
2750 \begin_layout Standard
2751 The float appears as a collapsible box with a caption that has the label
2752  
2753 \begin_inset Quotes eld
2754 \end_inset
2755
2756 Table
2757 \begin_inset space ~
2758 \end_inset
2759
2760 #:
2761 \begin_inset Quotes erd
2762 \end_inset
2763
2764  (# is the actual table number).
2765  You can insert tables to the float above or below the caption.
2766 \end_layout
2767
2768 \begin_layout Standard
2769 Table
2770 \begin_inset space ~
2771 \end_inset
2772
2773
2774 \begin_inset CommandInset ref
2775 LatexCommand ref
2776 reference "tab:a table float"
2777
2778 \end_inset
2779
2780  is an example table within a table float.
2781 \end_layout
2782
2783 \begin_layout Standard
2784 Having the caption above the table is the common rule that is unfortunately
2785  not supported in LaTeX's standard classes.
2786  That means if you are using the document classes 
2787 \family sans
2788 article
2789 \family default
2790
2791 \family sans
2792 book
2793 \family default
2794
2795 \family sans
2796 letter
2797 \family default
2798 , or 
2799 \family sans
2800 report
2801 \family default
2802  there will be no space between the caption and the table.
2803  To insert the needed space, add the following option to the load command
2804  of the LaTeX-package 
2805 \series bold
2806 caption
2807 \series default
2808
2809 \begin_inset Index
2810 status collapsed
2811
2812 \begin_layout Plain Layout
2813 LaTeX-packages ! caption
2814 \end_layout
2815
2816 \end_inset
2817
2818  in your document preamble
2819 \begin_inset Foot
2820 status collapsed
2821
2822 \begin_layout Plain Layout
2823 For more information have a look at section
2824 \begin_inset space ~
2825 \end_inset
2826
2827
2828 \begin_inset CommandInset ref
2829 LatexCommand ref
2830 reference "sec:Caption-Placement"
2831
2832 \end_inset
2833
2834 .
2835 \end_layout
2836
2837 \end_inset
2838
2839 :
2840 \end_layout
2841
2842 \begin_layout Standard
2843
2844 \series bold
2845 tableposition=top
2846 \end_layout
2847
2848 \begin_layout Standard
2849 The package 
2850 \series bold
2851 caption
2852 \series default
2853 , which is described in section
2854 \begin_inset space ~
2855 \end_inset
2856
2857
2858 \begin_inset CommandInset ref
2859 LatexCommand ref
2860 reference "sec:Caption-Formatting"
2861
2862 \end_inset
2863
2864 , is used to adjust the caption format.
2865 \end_layout
2866
2867 \begin_layout Standard
2868 \begin_inset Index
2869 status collapsed
2870
2871 \begin_layout Plain Layout
2872 References ! to Tables
2873 \end_layout
2874
2875 \end_inset
2876
2877 Tables can be cross-referenced in the text by referencing their label.
2878  To do this insert a label in the caption using the menu 
2879 \family sans
2880 Insert\SpecialChar \menuseparator
2881 Label
2882 \family default
2883  or the toolbar button 
2884 \begin_inset Graphics
2885         filename ../images/label-insert.png
2886         scale 85
2887         scaleBeforeRotation
2888
2889 \end_inset
2890
2891 .
2892  You can now refer to the label using the menu 
2893 \family sans
2894 Insert\SpecialChar \menuseparator
2895 Cross
2896 \begin_inset space ~
2897 \end_inset
2898
2899 reference
2900 \family default
2901  or the toolbar button 
2902 \begin_inset Graphics
2903         filename ../images/dialog-show-new-inset_ref.png
2904         scale 85
2905         scaleBeforeRotation
2906
2907 \end_inset
2908
2909 .
2910 \begin_inset Newline newline
2911 \end_inset
2912
2913 Referencing is explained in detail in section
2914 \begin_inset space ~
2915 \end_inset
2916
2917
2918 \begin_inset CommandInset ref
2919 LatexCommand ref
2920 reference "sec:Referencing-Floats"
2921
2922 \end_inset
2923
2924 .
2925 \end_layout
2926
2927 \begin_layout Section
2928 Longtables
2929 \begin_inset CommandInset label
2930 LatexCommand label
2931 name "sec:Longtables"
2932
2933 \end_inset
2934
2935
2936 \begin_inset Index
2937 status collapsed
2938
2939 \begin_layout Plain Layout
2940 Longtables
2941 \end_layout
2942
2943 \end_inset
2944
2945
2946 \begin_inset Index
2947 status collapsed
2948
2949 \begin_layout Plain Layout
2950 Table ! Longtables
2951 \end_layout
2952
2953 \end_inset
2954
2955
2956 \end_layout
2957
2958 \begin_layout Standard
2959 If the table is too long to fit on one page, you can use the option 
2960 \family sans
2961 Use
2962 \begin_inset space ~
2963 \end_inset
2964
2965 long
2966 \begin_inset space ~
2967 \end_inset
2968
2969 table
2970 \family default
2971  in the tab 
2972 \family sans
2973 Longtable
2974 \family default
2975  of the table dialog to split the table automatically over more pages.
2976  Doing this enables the following options:
2977 \end_layout
2978
2979 \begin_layout Description
2980 Header: The current row is defined to be a header row that appears on all
2981  pages of the longtable; except for the first page, if 
2982 \family sans
2983 First
2984 \begin_inset space ~
2985 \end_inset
2986
2987 header
2988 \family default
2989  is defined.
2990  This therefore called the main header.
2991 \end_layout
2992
2993 \begin_layout Description
2994 First
2995 \begin_inset space ~
2996 \end_inset
2997
2998 header: The current row is defined to be a header row that appears on the
2999  first page of the longtable.
3000 \end_layout
3001
3002 \begin_layout Description
3003 Footer: The current row is defined to be a footer row that appears on all
3004  pages of the longtable; except for the last page, if 
3005 \family sans
3006 Last
3007 \begin_inset space ~
3008 \end_inset
3009
3010 footer
3011 \family default
3012  is defined.
3013 \end_layout
3014
3015 \begin_layout Description
3016 Last
3017 \begin_inset space ~
3018 \end_inset
3019
3020 footer: The current row is defined to be a footer row that appear on the
3021  last page of the longtable.
3022 \end_layout
3023
3024 \begin_layout Description
3025 Caption: The current row contains the table caption.
3026  The row is reset as single column and a caption is inserted.
3027  More about longtable captions is explained in sec.
3028 \begin_inset space \thinspace{}
3029 \end_inset
3030
3031
3032 \begin_inset CommandInset ref
3033 LatexCommand ref
3034 reference "sub:Longtable-Captions"
3035
3036 \end_inset
3037
3038 .
3039 \end_layout
3040
3041 \begin_layout Standard
3042 You can also specify a row where the table is split.
3043  See the following longtable to see how it works:
3044 \end_layout
3045
3046 \begin_layout Standard
3047 \align center
3048 \begin_inset Tabular
3049 <lyxtabular version="3" rows="69" columns="3">
3050 <features islongtable="true">
3051 <column alignment="left" valignment="top" width="0cm">
3052 <column alignment="left" valignment="top" width="0pt">
3053 <column alignment="center" valignment="top" width="0pt">
3054 <row endfirsthead="true">
3055 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3056 \begin_inset Text
3057
3058 \begin_layout Plain Layout
3059
3060 \series bold
3061 Example Phone List (ignore the names)
3062 \end_layout
3063
3064 \end_inset
3065 </cell>
3066 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3067 \begin_inset Text
3068
3069 \begin_layout Plain Layout
3070
3071 \end_layout
3072
3073 \end_inset
3074 </cell>
3075 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3076 \begin_inset Text
3077
3078 \begin_layout Plain Layout
3079
3080 \end_layout
3081
3082 \end_inset
3083 </cell>
3084 </row>
3085 <row endfirsthead="true">
3086 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3087 \begin_inset Text
3088
3089 \begin_layout Plain Layout
3090
3091 \series bold
3092 NAME
3093 \end_layout
3094
3095 \end_inset
3096 </cell>
3097 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3098 \begin_inset Text
3099
3100 \begin_layout Plain Layout
3101
3102 \end_layout
3103
3104 \end_inset
3105 </cell>
3106 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3107 \begin_inset Text
3108
3109 \begin_layout Plain Layout
3110
3111 \series bold
3112 TEL.
3113 \end_layout
3114
3115 \end_inset
3116 </cell>
3117 </row>
3118 <row endhead="true">
3119 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3120 \begin_inset Text
3121
3122 \begin_layout Plain Layout
3123
3124 \series bold
3125 Example Phone List
3126 \end_layout
3127
3128 \end_inset
3129 </cell>
3130 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3131 \begin_inset Text
3132
3133 \begin_layout Plain Layout
3134
3135 \end_layout
3136
3137 \end_inset
3138 </cell>
3139 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3140 \begin_inset Text
3141
3142 \begin_layout Plain Layout
3143
3144 \end_layout
3145
3146 \end_inset
3147 </cell>
3148 </row>
3149 <row endhead="true">
3150 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3151 \begin_inset Text
3152
3153 \begin_layout Plain Layout
3154
3155 \series bold
3156 NAME
3157 \end_layout
3158
3159 \end_inset
3160 </cell>
3161 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3162 \begin_inset Text
3163
3164 \begin_layout Plain Layout
3165
3166 \end_layout
3167
3168 \end_inset
3169 </cell>
3170 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3171 \begin_inset Text
3172
3173 \begin_layout Plain Layout
3174
3175 \series bold
3176 TEL.
3177 \end_layout
3178
3179 \end_inset
3180 </cell>
3181 </row>
3182 <row endfoot="true">
3183 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3184 \begin_inset Text
3185
3186 \begin_layout Plain Layout
3187  continued on next page
3188 \end_layout
3189
3190 \end_inset
3191 </cell>
3192 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3193 \begin_inset Text
3194
3195 \begin_layout Plain Layout
3196
3197 \end_layout
3198
3199 \end_inset
3200 </cell>
3201 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3202 \begin_inset Text
3203
3204 \begin_layout Plain Layout
3205
3206 \end_layout
3207
3208 \end_inset
3209 </cell>
3210 </row>
3211 <row>
3212 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3213 \begin_inset Text
3214
3215 \begin_layout Plain Layout
3216
3217 \series bold
3218 Annovi
3219 \end_layout
3220
3221 \end_inset
3222 </cell>
3223 <cell alignment="center" valignment="top" usebox="none">
3224 \begin_inset Text
3225
3226 \begin_layout Plain Layout
3227 Silvia
3228 \end_layout
3229
3230 \end_inset
3231 </cell>
3232 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3233 \begin_inset Text
3234
3235 \begin_layout Plain Layout
3236 111
3237 \end_layout
3238
3239 \end_inset
3240 </cell>
3241 </row>
3242 <row>
3243 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3244 \begin_inset Text
3245
3246 \begin_layout Plain Layout
3247
3248 \series bold
3249 Bertoli
3250 \end_layout
3251
3252 \end_inset
3253 </cell>
3254 <cell alignment="center" valignment="top" usebox="none">
3255 \begin_inset Text
3256
3257 \begin_layout Plain Layout
3258 Stefano
3259 \end_layout
3260
3261 \end_inset
3262 </cell>
3263 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3264 \begin_inset Text
3265
3266 \begin_layout Plain Layout
3267 111
3268 \end_layout
3269
3270 \end_inset
3271 </cell>
3272 </row>
3273 <row>
3274 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3275 \begin_inset Text
3276
3277 \begin_layout Plain Layout
3278
3279 \series bold
3280 Bozzi
3281 \end_layout
3282
3283 \end_inset
3284 </cell>
3285 <cell alignment="center" valignment="top" usebox="none">
3286 \begin_inset Text
3287
3288 \begin_layout Plain Layout
3289 Walter
3290 \end_layout
3291
3292 \end_inset
3293 </cell>
3294 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3295 \begin_inset Text
3296
3297 \begin_layout Plain Layout
3298 111
3299 \end_layout
3300
3301 \end_inset
3302 </cell>
3303 </row>
3304 <row>
3305 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3306 \begin_inset Text
3307
3308 \begin_layout Plain Layout
3309
3310 \series bold
3311 Cachia
3312 \end_layout
3313
3314 \end_inset
3315 </cell>
3316 <cell alignment="center" valignment="top" usebox="none">
3317 \begin_inset Text
3318
3319 \begin_layout Plain Layout
3320 Maria
3321 \end_layout
3322
3323 \end_inset
3324 </cell>
3325 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3326 \begin_inset Text
3327
3328 \begin_layout Plain Layout
3329 111
3330 \end_layout
3331
3332 \end_inset
3333 </cell>
3334 </row>
3335 <row>
3336 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3337 \begin_inset Text
3338
3339 \begin_layout Plain Layout
3340
3341 \series bold
3342 Cachia
3343 \end_layout
3344
3345 \end_inset
3346 </cell>
3347 <cell alignment="center" valignment="top" usebox="none">
3348 \begin_inset Text
3349
3350 \begin_layout Plain Layout
3351 Maurizio
3352 \end_layout
3353
3354 \end_inset
3355 </cell>
3356 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3357 \begin_inset Text
3358
3359 \begin_layout Plain Layout
3360 111
3361 \end_layout
3362
3363 \end_inset
3364 </cell>
3365 </row>
3366 <row>
3367 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3368 \begin_inset Text
3369
3370 \begin_layout Plain Layout
3371
3372 \series bold
3373 Cinquemani
3374 \end_layout
3375
3376 \end_inset
3377 </cell>
3378 <cell alignment="center" valignment="top" usebox="none">
3379 \begin_inset Text
3380
3381 \begin_layout Plain Layout
3382 Giusi
3383 \end_layout
3384
3385 \end_inset
3386 </cell>
3387 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3388 \begin_inset Text
3389
3390 \begin_layout Plain Layout
3391 111
3392 \end_layout
3393
3394 \end_inset
3395 </cell>
3396 </row>
3397 <row>
3398 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3399 \begin_inset Text
3400
3401 \begin_layout Plain Layout
3402
3403 \series bold
3404 Colin
3405 \end_layout
3406
3407 \end_inset
3408 </cell>
3409 <cell alignment="center" valignment="top" usebox="none">
3410 \begin_inset Text
3411
3412 \begin_layout Plain Layout
3413 Bernard
3414 \end_layout
3415
3416 \end_inset
3417 </cell>
3418 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3419 \begin_inset Text
3420
3421 \begin_layout Plain Layout
3422 111
3423 \end_layout
3424
3425 \end_inset
3426 </cell>
3427 </row>
3428 <row>
3429 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3430 \begin_inset Text
3431
3432 \begin_layout Plain Layout
3433
3434 \series bold
3435 Concli
3436 \end_layout
3437
3438 \end_inset
3439 </cell>
3440 <cell alignment="center" valignment="top" usebox="none">
3441 \begin_inset Text
3442
3443 \begin_layout Plain Layout
3444 Gianfranco
3445 \end_layout
3446
3447 \end_inset
3448 </cell>
3449 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3450 \begin_inset Text
3451
3452 \begin_layout Plain Layout
3453 111
3454 \end_layout
3455
3456 \end_inset
3457 </cell>
3458 </row>
3459 <row>
3460 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3461 \begin_inset Text
3462
3463 \begin_layout Plain Layout
3464
3465 \series bold
3466 Dal Bosco
3467 \end_layout
3468
3469 \end_inset
3470 </cell>
3471 <cell alignment="center" valignment="top" usebox="none">
3472 \begin_inset Text
3473
3474 \begin_layout Plain Layout
3475 Carolina
3476 \end_layout
3477
3478 \end_inset
3479 </cell>
3480 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3481 \begin_inset Text
3482
3483 \begin_layout Plain Layout
3484 111
3485 \end_layout
3486
3487 \end_inset
3488 </cell>
3489 </row>
3490 <row>
3491 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3492 \begin_inset Text
3493
3494 \begin_layout Plain Layout
3495
3496 \series bold
3497 Dalpiaz
3498 \end_layout
3499
3500 \end_inset
3501 </cell>
3502 <cell alignment="center" valignment="top" usebox="none">
3503 \begin_inset Text
3504
3505 \begin_layout Plain Layout
3506 Annamaria
3507 \end_layout
3508
3509 \end_inset
3510 </cell>
3511 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3512 \begin_inset Text
3513
3514 \begin_layout Plain Layout
3515 111
3516 \end_layout
3517
3518 \end_inset
3519 </cell>
3520 </row>
3521 <row>
3522 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3523 \begin_inset Text
3524
3525 \begin_layout Plain Layout
3526
3527 \series bold
3528 Feliciello
3529 \end_layout
3530
3531 \end_inset
3532 </cell>
3533 <cell alignment="center" valignment="top" usebox="none">
3534 \begin_inset Text
3535
3536 \begin_layout Plain Layout
3537 Domenico
3538 \end_layout
3539
3540 \end_inset
3541 </cell>
3542 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3543 \begin_inset Text
3544
3545 \begin_layout Plain Layout
3546 111
3547 \end_layout
3548
3549 \end_inset
3550 </cell>
3551 </row>
3552 <row>
3553 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3554 \begin_inset Text
3555
3556 \begin_layout Plain Layout
3557
3558 \series bold
3559 Focarelli
3560 \end_layout
3561
3562 \end_inset
3563 </cell>
3564 <cell alignment="center" valignment="top" usebox="none">
3565 \begin_inset Text
3566
3567 \begin_layout Plain Layout
3568 Paola
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3574 \begin_inset Text
3575
3576 \begin_layout Plain Layout
3577 111
3578 \end_layout
3579
3580 \end_inset
3581 </cell>
3582 </row>
3583 <row>
3584 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3585 \begin_inset Text
3586
3587 \begin_layout Plain Layout
3588
3589 \series bold
3590 Galletti
3591 \end_layout
3592
3593 \end_inset
3594 </cell>
3595 <cell alignment="center" valignment="top" usebox="none">
3596 \begin_inset Text
3597
3598 \begin_layout Plain Layout
3599 Oreste
3600 \end_layout
3601
3602 \end_inset
3603 </cell>
3604 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3605 \begin_inset Text
3606
3607 \begin_layout Plain Layout
3608 111
3609 \end_layout
3610
3611 \end_inset
3612 </cell>
3613 </row>
3614 <row>
3615 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3616 \begin_inset Text
3617
3618 \begin_layout Plain Layout
3619
3620 \series bold
3621 Gasparini
3622 \end_layout
3623
3624 \end_inset
3625 </cell>
3626 <cell alignment="center" valignment="top" usebox="none">
3627 \begin_inset Text
3628
3629 \begin_layout Plain Layout
3630 Franca
3631 \end_layout
3632
3633 \end_inset
3634 </cell>
3635 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3636 \begin_inset Text
3637
3638 \begin_layout Plain Layout
3639 111
3640 \end_layout
3641
3642 \end_inset
3643 </cell>
3644 </row>
3645 <row>
3646 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3647 \begin_inset Text
3648
3649 \begin_layout Plain Layout
3650
3651 \series bold
3652 Rizzardi
3653 \end_layout
3654
3655 \end_inset
3656 </cell>
3657 <cell alignment="center" valignment="top" usebox="none">
3658 \begin_inset Text
3659
3660 \begin_layout Plain Layout
3661 Paola
3662 \end_layout
3663
3664 \end_inset
3665 </cell>
3666 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3667 \begin_inset Text
3668
3669 \begin_layout Plain Layout
3670 111
3671 \end_layout
3672
3673 \end_inset
3674 </cell>
3675 </row>
3676 <row>
3677 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3678 \begin_inset Text
3679
3680 \begin_layout Plain Layout
3681
3682 \series bold
3683 Lassini
3684 \end_layout
3685
3686 \end_inset
3687 </cell>
3688 <cell alignment="center" valignment="top" usebox="none">
3689 \begin_inset Text
3690
3691 \begin_layout Plain Layout
3692 Giancarlo
3693 \end_layout
3694
3695 \end_inset
3696 </cell>
3697 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3698 \begin_inset Text
3699
3700 \begin_layout Plain Layout
3701 111
3702 \end_layout
3703
3704 \end_inset
3705 </cell>
3706 </row>
3707 <row>
3708 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3709 \begin_inset Text
3710
3711 \begin_layout Plain Layout
3712
3713 \series bold
3714 Malfatti
3715 \end_layout
3716
3717 \end_inset
3718 </cell>
3719 <cell alignment="center" valignment="top" usebox="none">
3720 \begin_inset Text
3721
3722 \begin_layout Plain Layout
3723 Luciano
3724 \end_layout
3725
3726 \end_inset
3727 </cell>
3728 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3729 \begin_inset Text
3730
3731 \begin_layout Plain Layout
3732 111
3733 \end_layout
3734
3735 \end_inset
3736 </cell>
3737 </row>
3738 <row>
3739 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3740 \begin_inset Text
3741
3742 \begin_layout Plain Layout
3743
3744 \series bold
3745 Malfatti
3746 \end_layout
3747
3748 \end_inset
3749 </cell>
3750 <cell alignment="center" valignment="top" usebox="none">
3751 \begin_inset Text
3752
3753 \begin_layout Plain Layout
3754 Valeriano
3755 \end_layout
3756
3757 \end_inset
3758 </cell>
3759 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3760 \begin_inset Text
3761
3762 \begin_layout Plain Layout
3763 111
3764 \end_layout
3765
3766 \end_inset
3767 </cell>
3768 </row>
3769 <row>
3770 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3771 \begin_inset Text
3772
3773 \begin_layout Plain Layout
3774
3775 \series bold
3776 Meneguzzo
3777 \end_layout
3778
3779 \end_inset
3780 </cell>
3781 <cell alignment="center" valignment="top" usebox="none">
3782 \begin_inset Text
3783
3784 \begin_layout Plain Layout
3785 Roberto
3786 \end_layout
3787
3788 \end_inset
3789 </cell>
3790 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3791 \begin_inset Text
3792
3793 \begin_layout Plain Layout
3794 111
3795 \end_layout
3796
3797 \end_inset
3798 </cell>
3799 </row>
3800 <row>
3801 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3802 \begin_inset Text
3803
3804 \begin_layout Plain Layout
3805
3806 \series bold
3807 Mezzadra
3808 \end_layout
3809
3810 \end_inset
3811 </cell>
3812 <cell alignment="center" valignment="top" usebox="none">
3813 \begin_inset Text
3814
3815 \begin_layout Plain Layout
3816 Roberto
3817 \end_layout
3818
3819 \end_inset
3820 </cell>
3821 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3822 \begin_inset Text
3823
3824 \begin_layout Plain Layout
3825 111
3826 \end_layout
3827
3828 \end_inset
3829 </cell>
3830 </row>
3831 <row>
3832 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3833 \begin_inset Text
3834
3835 \begin_layout Plain Layout
3836
3837 \series bold
3838 Pirpamer
3839 \end_layout
3840
3841 \end_inset
3842 </cell>
3843 <cell alignment="center" valignment="top" usebox="none">
3844 \begin_inset Text
3845
3846 \begin_layout Plain Layout
3847 Erich
3848 \end_layout
3849
3850 \end_inset
3851 </cell>
3852 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3853 \begin_inset Text
3854
3855 \begin_layout Plain Layout
3856 111
3857 \end_layout
3858
3859 \end_inset
3860 </cell>
3861 </row>
3862 <row>
3863 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3864 \begin_inset Text
3865
3866 \begin_layout Plain Layout
3867
3868 \series bold
3869 Pochiesa
3870 \end_layout
3871
3872 \end_inset
3873 </cell>
3874 <cell alignment="center" valignment="top" usebox="none">
3875 \begin_inset Text
3876
3877 \begin_layout Plain Layout
3878 Paolo
3879 \end_layout
3880
3881 \end_inset
3882 </cell>
3883 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3884 \begin_inset Text
3885
3886 \begin_layout Plain Layout
3887 111, 222
3888 \end_layout
3889
3890 \end_inset
3891 </cell>
3892 </row>
3893 <row>
3894 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3895 \begin_inset Text
3896
3897 \begin_layout Plain Layout
3898
3899 \series bold
3900 Radina
3901 \end_layout
3902
3903 \end_inset
3904 </cell>
3905 <cell alignment="center" valignment="top" usebox="none">
3906 \begin_inset Text
3907
3908 \begin_layout Plain Layout
3909 Claudio
3910 \end_layout
3911
3912 \end_inset
3913 </cell>
3914 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3915 \begin_inset Text
3916
3917 \begin_layout Plain Layout
3918 111
3919 \end_layout
3920
3921 \end_inset
3922 </cell>
3923 </row>
3924 <row>
3925 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3926 \begin_inset Text
3927
3928 \begin_layout Plain Layout
3929
3930 \series bold
3931 Stuffer
3932 \end_layout
3933
3934 \end_inset
3935 </cell>
3936 <cell alignment="center" valignment="top" usebox="none">
3937 \begin_inset Text
3938
3939 \begin_layout Plain Layout
3940 Oskar
3941 \end_layout
3942
3943 \end_inset
3944 </cell>
3945 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3946 \begin_inset Text
3947
3948 \begin_layout Plain Layout
3949 111
3950 \end_layout
3951
3952 \end_inset
3953 </cell>
3954 </row>
3955 <row>
3956 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3957 \begin_inset Text
3958
3959 \begin_layout Plain Layout
3960
3961 \series bold
3962 Tacchelli
3963 \end_layout
3964
3965 \end_inset
3966 </cell>
3967 <cell alignment="center" valignment="top" usebox="none">
3968 \begin_inset Text
3969
3970 \begin_layout Plain Layout
3971 Ugo
3972 \end_layout
3973
3974 \end_inset
3975 </cell>
3976 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3977 \begin_inset Text
3978
3979 \begin_layout Plain Layout
3980 111
3981 \end_layout
3982
3983 \end_inset
3984 </cell>
3985 </row>
3986 <row>
3987 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3988 \begin_inset Text
3989
3990 \begin_layout Plain Layout
3991
3992 \series bold
3993 Tezzele
3994 \end_layout
3995
3996 \end_inset
3997 </cell>
3998 <cell alignment="center" valignment="top" usebox="none">
3999 \begin_inset Text
4000
4001 \begin_layout Plain Layout
4002 Margit
4003 \end_layout
4004
4005 \end_inset
4006 </cell>
4007 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4008 \begin_inset Text
4009
4010 \begin_layout Plain Layout
4011 111
4012 \end_layout
4013
4014 \end_inset
4015 </cell>
4016 </row>
4017 <row>
4018 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4019 \begin_inset Text
4020
4021 \begin_layout Plain Layout
4022
4023 \series bold
4024 Unterkalmsteiner
4025 \end_layout
4026
4027 \end_inset
4028 </cell>
4029 <cell alignment="center" valignment="top" usebox="none">
4030 \begin_inset Text
4031
4032 \begin_layout Plain Layout
4033 Frieda
4034 \end_layout
4035
4036 \end_inset
4037 </cell>
4038 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4039 \begin_inset Text
4040
4041 \begin_layout Plain Layout
4042 111
4043 \end_layout
4044
4045 \end_inset
4046 </cell>
4047 </row>
4048 <row>
4049 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4050 \begin_inset Text
4051
4052 \begin_layout Plain Layout
4053
4054 \series bold
4055 Vieider
4056 \end_layout
4057
4058 \end_inset
4059 </cell>
4060 <cell alignment="center" valignment="top" usebox="none">
4061 \begin_inset Text
4062
4063 \begin_layout Plain Layout
4064 Hilde
4065 \end_layout
4066
4067 \end_inset
4068 </cell>
4069 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4070 \begin_inset Text
4071
4072 \begin_layout Plain Layout
4073 111
4074 \end_layout
4075
4076 \end_inset
4077 </cell>
4078 </row>
4079 <row>
4080 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4081 \begin_inset Text
4082
4083 \begin_layout Plain Layout
4084
4085 \series bold
4086 Vigna
4087 \end_layout
4088
4089 \end_inset
4090 </cell>
4091 <cell alignment="center" valignment="top" usebox="none">
4092 \begin_inset Text
4093
4094 \begin_layout Plain Layout
4095 Jürgen
4096 \end_layout
4097
4098 \end_inset
4099 </cell>
4100 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4101 \begin_inset Text
4102
4103 \begin_layout Plain Layout
4104 111
4105 \end_layout
4106
4107 \end_inset
4108 </cell>
4109 </row>
4110 <row>
4111 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4112 \begin_inset Text
4113
4114 \begin_layout Plain Layout
4115
4116 \series bold
4117 Weber
4118 \end_layout
4119
4120 \end_inset
4121 </cell>
4122 <cell alignment="center" valignment="top" usebox="none">
4123 \begin_inset Text
4124
4125 \begin_layout Plain Layout
4126 Maurizio
4127 \end_layout
4128
4129 \end_inset
4130 </cell>
4131 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4132 \begin_inset Text
4133
4134 \begin_layout Plain Layout
4135 111
4136 \end_layout
4137
4138 \end_inset
4139 </cell>
4140 </row>
4141 <row>
4142 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4143 \begin_inset Text
4144
4145 \begin_layout Plain Layout
4146
4147 \series bold
4148 Winkler
4149 \end_layout
4150
4151 \end_inset
4152 </cell>
4153 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4154 \begin_inset Text
4155
4156 \begin_layout Plain Layout
4157 Franz
4158 \end_layout
4159
4160 \end_inset
4161 </cell>
4162 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4163 \begin_inset Text
4164
4165 \begin_layout Plain Layout
4166 111
4167 \end_layout
4168
4169 \end_inset
4170 </cell>
4171 </row>
4172 <row>
4173 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4174 \begin_inset Text
4175
4176 \begin_layout Plain Layout
4177  
4178 \end_layout
4179
4180 \end_inset
4181 </cell>
4182 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4183 \begin_inset Text
4184
4185 \begin_layout Plain Layout
4186
4187 \end_layout
4188
4189 \end_inset
4190 </cell>
4191 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4192 \begin_inset Text
4193
4194 \begin_layout Plain Layout
4195
4196 \end_layout
4197
4198 \end_inset
4199 </cell>
4200 </row>
4201 <row>
4202 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4203 \begin_inset Text
4204
4205 \begin_layout Plain Layout
4206
4207 \series bold
4208 Annovi
4209 \end_layout
4210
4211 \end_inset
4212 </cell>
4213 <cell alignment="center" valignment="top" usebox="none">
4214 \begin_inset Text
4215
4216 \begin_layout Plain Layout
4217 Silvia
4218 \end_layout
4219
4220 \end_inset
4221 </cell>
4222 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4223 \begin_inset Text
4224
4225 \begin_layout Plain Layout
4226 555
4227 \end_layout
4228
4229 \end_inset
4230 </cell>
4231 </row>
4232 <row>
4233 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4234 \begin_inset Text
4235
4236 \begin_layout Plain Layout
4237
4238 \series bold
4239 Bertoli
4240 \end_layout
4241
4242 \end_inset
4243 </cell>
4244 <cell alignment="center" valignment="top" usebox="none">
4245 \begin_inset Text
4246
4247 \begin_layout Plain Layout
4248 Stefano
4249 \end_layout
4250
4251 \end_inset
4252 </cell>
4253 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4254 \begin_inset Text
4255
4256 \begin_layout Plain Layout
4257 555
4258 \end_layout
4259
4260 \end_inset
4261 </cell>
4262 </row>
4263 <row>
4264 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4265 \begin_inset Text
4266
4267 \begin_layout Plain Layout
4268
4269 \series bold
4270 Bozzi
4271 \end_layout
4272
4273 \end_inset
4274 </cell>
4275 <cell alignment="center" valignment="top" usebox="none">
4276 \begin_inset Text
4277
4278 \begin_layout Plain Layout
4279 Walter
4280 \end_layout
4281
4282 \end_inset
4283 </cell>
4284 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4285 \begin_inset Text
4286
4287 \begin_layout Plain Layout
4288 555
4289 \end_layout
4290
4291 \end_inset
4292 </cell>
4293 </row>
4294 <row>
4295 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4296 \begin_inset Text
4297
4298 \begin_layout Plain Layout
4299
4300 \series bold
4301 Cachia
4302 \end_layout
4303
4304 \end_inset
4305 </cell>
4306 <cell alignment="center" valignment="top" usebox="none">
4307 \begin_inset Text
4308
4309 \begin_layout Plain Layout
4310 Maria
4311 \end_layout
4312
4313 \end_inset
4314 </cell>
4315 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4316 \begin_inset Text
4317
4318 \begin_layout Plain Layout
4319 555
4320 \end_layout
4321
4322 \end_inset
4323 </cell>
4324 </row>
4325 <row>
4326 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4327 \begin_inset Text
4328
4329 \begin_layout Plain Layout
4330
4331 \series bold
4332 Cachia
4333 \end_layout
4334
4335 \end_inset
4336 </cell>
4337 <cell alignment="center" valignment="top" usebox="none">
4338 \begin_inset Text
4339
4340 \begin_layout Plain Layout
4341 Maurizio
4342 \end_layout
4343
4344 \end_inset
4345 </cell>
4346 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4347 \begin_inset Text
4348
4349 \begin_layout Plain Layout
4350 555
4351 \end_layout
4352
4353 \end_inset
4354 </cell>
4355 </row>
4356 <row>
4357 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4358 \begin_inset Text
4359
4360 \begin_layout Plain Layout
4361
4362 \series bold
4363 Cinquemani
4364 \end_layout
4365
4366 \end_inset
4367 </cell>
4368 <cell alignment="center" valignment="top" usebox="none">
4369 \begin_inset Text
4370
4371 \begin_layout Plain Layout
4372 Giusi
4373 \end_layout
4374
4375 \end_inset
4376 </cell>
4377 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4378 \begin_inset Text
4379
4380 \begin_layout Plain Layout
4381 555
4382 \end_layout
4383
4384 \end_inset
4385 </cell>
4386 </row>
4387 <row>
4388 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4389 \begin_inset Text
4390
4391 \begin_layout Plain Layout
4392
4393 \series bold
4394 Colin
4395 \end_layout
4396
4397 \end_inset
4398 </cell>
4399 <cell alignment="center" valignment="top" usebox="none">
4400 \begin_inset Text
4401
4402 \begin_layout Plain Layout
4403 Bernard
4404 \end_layout
4405
4406 \end_inset
4407 </cell>
4408 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4409 \begin_inset Text
4410
4411 \begin_layout Plain Layout
4412 555
4413 \end_layout
4414
4415 \end_inset
4416 </cell>
4417 </row>
4418 <row>
4419 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4420 \begin_inset Text
4421
4422 \begin_layout Plain Layout
4423
4424 \series bold
4425 Concli
4426 \end_layout
4427
4428 \end_inset
4429 </cell>
4430 <cell alignment="center" valignment="top" usebox="none">
4431 \begin_inset Text
4432
4433 \begin_layout Plain Layout
4434 Gianfranco
4435 \end_layout
4436
4437 \end_inset
4438 </cell>
4439 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4440 \begin_inset Text
4441
4442 \begin_layout Plain Layout
4443 555
4444 \end_layout
4445
4446 \end_inset
4447 </cell>
4448 </row>
4449 <row>
4450 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4451 \begin_inset Text
4452
4453 \begin_layout Plain Layout
4454
4455 \series bold
4456 Dal Bosco
4457 \end_layout
4458
4459 \end_inset
4460 </cell>
4461 <cell alignment="center" valignment="top" usebox="none">
4462 \begin_inset Text
4463
4464 \begin_layout Plain Layout
4465 Carolina
4466 \end_layout
4467
4468 \end_inset
4469 </cell>
4470 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4471 \begin_inset Text
4472
4473 \begin_layout Plain Layout
4474 555
4475 \end_layout
4476
4477 \end_inset
4478 </cell>
4479 </row>
4480 <row>
4481 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4482 \begin_inset Text
4483
4484 \begin_layout Plain Layout
4485
4486 \series bold
4487 Dalpiaz
4488 \end_layout
4489
4490 \end_inset
4491 </cell>
4492 <cell alignment="center" valignment="top" usebox="none">
4493 \begin_inset Text
4494
4495 \begin_layout Plain Layout
4496 Annamaria
4497 \end_layout
4498
4499 \end_inset
4500 </cell>
4501 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4502 \begin_inset Text
4503
4504 \begin_layout Plain Layout
4505 555
4506 \end_layout
4507
4508 \end_inset
4509 </cell>
4510 </row>
4511 <row>
4512 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4513 \begin_inset Text
4514
4515 \begin_layout Plain Layout
4516
4517 \series bold
4518 Feliciello
4519 \end_layout
4520
4521 \end_inset
4522 </cell>
4523 <cell alignment="center" valignment="top" usebox="none">
4524 \begin_inset Text
4525
4526 \begin_layout Plain Layout
4527 Domenico
4528 \end_layout
4529
4530 \end_inset
4531 </cell>
4532 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4533 \begin_inset Text
4534
4535 \begin_layout Plain Layout
4536 555
4537 \end_layout
4538
4539 \end_inset
4540 </cell>
4541 </row>
4542 <row>
4543 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4544 \begin_inset Text
4545
4546 \begin_layout Plain Layout
4547
4548 \series bold
4549 Focarelli
4550 \end_layout
4551
4552 \end_inset
4553 </cell>
4554 <cell alignment="center" valignment="top" usebox="none">
4555 \begin_inset Text
4556
4557 \begin_layout Plain Layout
4558 Paola
4559 \end_layout
4560
4561 \end_inset
4562 </cell>
4563 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4564 \begin_inset Text
4565
4566 \begin_layout Plain Layout
4567 555
4568 \end_layout
4569
4570 \end_inset
4571 </cell>
4572 </row>
4573 <row>
4574 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4575 \begin_inset Text
4576
4577 \begin_layout Plain Layout
4578
4579 \series bold
4580 Galletti
4581 \end_layout
4582
4583 \end_inset
4584 </cell>
4585 <cell alignment="center" valignment="top" usebox="none">
4586 \begin_inset Text
4587
4588 \begin_layout Plain Layout
4589 Oreste
4590 \end_layout
4591
4592 \end_inset
4593 </cell>
4594 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4595 \begin_inset Text
4596
4597 \begin_layout Plain Layout
4598 555
4599 \end_layout
4600
4601 \end_inset
4602 </cell>
4603 </row>
4604 <row>
4605 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4606 \begin_inset Text
4607
4608 \begin_layout Plain Layout
4609
4610 \series bold
4611 Gasparini
4612 \end_layout
4613
4614 \end_inset
4615 </cell>
4616 <cell alignment="center" valignment="top" usebox="none">
4617 \begin_inset Text
4618
4619 \begin_layout Plain Layout
4620 Franca
4621 \end_layout
4622
4623 \end_inset
4624 </cell>
4625 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4626 \begin_inset Text
4627
4628 \begin_layout Plain Layout
4629 555
4630 \end_layout
4631
4632 \end_inset
4633 </cell>
4634 </row>
4635 <row>
4636 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4637 \begin_inset Text
4638
4639 \begin_layout Plain Layout
4640
4641 \series bold
4642 Rizzardi
4643 \end_layout
4644
4645 \end_inset
4646 </cell>
4647 <cell alignment="center" valignment="top" usebox="none">
4648 \begin_inset Text
4649
4650 \begin_layout Plain Layout
4651 Paola
4652 \end_layout
4653
4654 \end_inset
4655 </cell>
4656 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4657 \begin_inset Text
4658
4659 \begin_layout Plain Layout
4660 555
4661 \end_layout
4662
4663 \end_inset
4664 </cell>
4665 </row>
4666 <row>
4667 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4668 \begin_inset Text
4669
4670 \begin_layout Plain Layout
4671
4672 \series bold
4673 Lassini
4674 \end_layout
4675
4676 \end_inset
4677 </cell>
4678 <cell alignment="center" valignment="top" usebox="none">
4679 \begin_inset Text
4680
4681 \begin_layout Plain Layout
4682 Giancarlo
4683 \end_layout
4684
4685 \end_inset
4686 </cell>
4687 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4688 \begin_inset Text
4689
4690 \begin_layout Plain Layout
4691 555
4692 \end_layout
4693
4694 \end_inset
4695 </cell>
4696 </row>
4697 <row>
4698 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4699 \begin_inset Text
4700
4701 \begin_layout Plain Layout
4702
4703 \series bold
4704 Malfatti
4705 \end_layout
4706
4707 \end_inset
4708 </cell>
4709 <cell alignment="center" valignment="top" usebox="none">
4710 \begin_inset Text
4711
4712 \begin_layout Plain Layout
4713 Luciano
4714 \end_layout
4715
4716 \end_inset
4717 </cell>
4718 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4719 \begin_inset Text
4720
4721 \begin_layout Plain Layout
4722 555
4723 \end_layout
4724
4725 \end_inset
4726 </cell>
4727 </row>
4728 <row>
4729 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4730 \begin_inset Text
4731
4732 \begin_layout Plain Layout
4733
4734 \series bold
4735 Malfatti
4736 \end_layout
4737
4738 \end_inset
4739 </cell>
4740 <cell alignment="center" valignment="top" usebox="none">
4741 \begin_inset Text
4742
4743 \begin_layout Plain Layout
4744 Valeriano
4745 \end_layout
4746
4747 \end_inset
4748 </cell>
4749 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4750 \begin_inset Text
4751
4752 \begin_layout Plain Layout
4753 555
4754 \end_layout
4755
4756 \end_inset
4757 </cell>
4758 </row>
4759 <row>
4760 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4761 \begin_inset Text
4762
4763 \begin_layout Plain Layout
4764
4765 \series bold
4766 Meneguzzo
4767 \end_layout
4768
4769 \end_inset
4770 </cell>
4771 <cell alignment="center" valignment="top" usebox="none">
4772 \begin_inset Text
4773
4774 \begin_layout Plain Layout
4775 Roberto
4776 \end_layout
4777
4778 \end_inset
4779 </cell>
4780 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4781 \begin_inset Text
4782
4783 \begin_layout Plain Layout
4784 555
4785 \end_layout
4786
4787 \end_inset
4788 </cell>
4789 </row>
4790 <row>
4791 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4792 \begin_inset Text
4793
4794 \begin_layout Plain Layout
4795
4796 \series bold
4797 Mezzadra
4798 \end_layout
4799
4800 \end_inset
4801 </cell>
4802 <cell alignment="center" valignment="top" usebox="none">
4803 \begin_inset Text
4804
4805 \begin_layout Plain Layout
4806 Roberto
4807 \end_layout
4808
4809 \end_inset
4810 </cell>
4811 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4812 \begin_inset Text
4813
4814 \begin_layout Plain Layout
4815 555
4816 \end_layout
4817
4818 \end_inset
4819 </cell>
4820 </row>
4821 <row>
4822 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4823 \begin_inset Text
4824
4825 \begin_layout Plain Layout
4826
4827 \series bold
4828 Pirpamer
4829 \end_layout
4830
4831 \end_inset
4832 </cell>
4833 <cell alignment="center" valignment="top" usebox="none">
4834 \begin_inset Text
4835
4836 \begin_layout Plain Layout
4837 Erich
4838 \end_layout
4839
4840 \end_inset
4841 </cell>
4842 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4843 \begin_inset Text
4844
4845 \begin_layout Plain Layout
4846 555
4847 \end_layout
4848
4849 \end_inset
4850 </cell>
4851 </row>
4852 <row>
4853 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4854 \begin_inset Text
4855
4856 \begin_layout Plain Layout
4857
4858 \series bold
4859 Pochiesa
4860 \end_layout
4861
4862 \end_inset
4863 </cell>
4864 <cell alignment="center" valignment="top" usebox="none">
4865 \begin_inset Text
4866
4867 \begin_layout Plain Layout
4868 Paolo
4869 \end_layout
4870
4871 \end_inset
4872 </cell>
4873 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4874 \begin_inset Text
4875
4876 \begin_layout Plain Layout
4877 555, 222
4878 \end_layout
4879
4880 \end_inset
4881 </cell>
4882 </row>
4883 <row>
4884 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4885 \begin_inset Text
4886
4887 \begin_layout Plain Layout
4888
4889 \series bold
4890 Radina
4891 \end_layout
4892
4893 \end_inset
4894 </cell>
4895 <cell alignment="center" valignment="top" usebox="none">
4896 \begin_inset Text
4897
4898 \begin_layout Plain Layout
4899 Claudio
4900 \end_layout
4901
4902 \end_inset
4903 </cell>
4904 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4905 \begin_inset Text
4906
4907 \begin_layout Plain Layout
4908 555
4909 \end_layout
4910
4911 \end_inset
4912 </cell>
4913 </row>
4914 <row>
4915 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4916 \begin_inset Text
4917
4918 \begin_layout Plain Layout
4919
4920 \series bold
4921 Stuffer
4922 \end_layout
4923
4924 \end_inset
4925 </cell>
4926 <cell alignment="center" valignment="top" usebox="none">
4927 \begin_inset Text
4928
4929 \begin_layout Plain Layout
4930 Oskar
4931 \end_layout
4932
4933 \end_inset
4934 </cell>
4935 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4936 \begin_inset Text
4937
4938 \begin_layout Plain Layout
4939 555
4940 \end_layout
4941
4942 \end_inset
4943 </cell>
4944 </row>
4945 <row>
4946 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4947 \begin_inset Text
4948
4949 \begin_layout Plain Layout
4950
4951 \series bold
4952 Tacchelli
4953 \end_layout
4954
4955 \end_inset
4956 </cell>
4957 <cell alignment="center" valignment="top" usebox="none">
4958 \begin_inset Text
4959
4960 \begin_layout Plain Layout
4961 Ugo
4962 \end_layout
4963
4964 \end_inset
4965 </cell>
4966 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4967 \begin_inset Text
4968
4969 \begin_layout Plain Layout
4970 555
4971 \end_layout
4972
4973 \end_inset
4974 </cell>
4975 </row>
4976 <row>
4977 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4978 \begin_inset Text
4979
4980 \begin_layout Plain Layout
4981
4982 \series bold
4983 Tezzele
4984 \end_layout
4985
4986 \end_inset
4987 </cell>
4988 <cell alignment="center" valignment="top" usebox="none">
4989 \begin_inset Text
4990
4991 \begin_layout Plain Layout
4992 Margit
4993 \end_layout
4994
4995 \end_inset
4996 </cell>
4997 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4998 \begin_inset Text
4999
5000 \begin_layout Plain Layout
5001 555
5002 \end_layout
5003
5004 \end_inset
5005 </cell>
5006 </row>
5007 <row>
5008 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5009 \begin_inset Text
5010
5011 \begin_layout Plain Layout
5012
5013 \series bold
5014 Unterkalmsteiner
5015 \end_layout
5016
5017 \end_inset
5018 </cell>
5019 <cell alignment="center" valignment="top" usebox="none">
5020 \begin_inset Text
5021
5022 \begin_layout Plain Layout
5023 Frieda
5024 \end_layout
5025
5026 \end_inset
5027 </cell>
5028 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5029 \begin_inset Text
5030
5031 \begin_layout Plain Layout
5032 555
5033 \end_layout
5034
5035 \end_inset
5036 </cell>
5037 </row>
5038 <row>
5039 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5040 \begin_inset Text
5041
5042 \begin_layout Plain Layout
5043
5044 \series bold
5045 Vieider
5046 \end_layout
5047
5048 \end_inset
5049 </cell>
5050 <cell alignment="center" valignment="top" usebox="none">
5051 \begin_inset Text
5052
5053 \begin_layout Plain Layout
5054 Hilde
5055 \end_layout
5056
5057 \end_inset
5058 </cell>
5059 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5060 \begin_inset Text
5061
5062 \begin_layout Plain Layout
5063 555
5064 \end_layout
5065
5066 \end_inset
5067 </cell>
5068 </row>
5069 <row>
5070 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5071 \begin_inset Text
5072
5073 \begin_layout Plain Layout
5074
5075 \series bold
5076 Vigna
5077 \end_layout
5078
5079 \end_inset
5080 </cell>
5081 <cell alignment="center" valignment="top" usebox="none">
5082 \begin_inset Text
5083
5084 \begin_layout Plain Layout
5085 Jürgen
5086 \end_layout
5087
5088 \end_inset
5089 </cell>
5090 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5091 \begin_inset Text
5092
5093 \begin_layout Plain Layout
5094 999
5095 \end_layout
5096
5097 \end_inset
5098 </cell>
5099 </row>
5100 <row>
5101 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5102 \begin_inset Text
5103
5104 \begin_layout Plain Layout
5105
5106 \series bold
5107 Weber
5108 \end_layout
5109
5110 \end_inset
5111 </cell>
5112 <cell alignment="center" valignment="top" usebox="none">
5113 \begin_inset Text
5114
5115 \begin_layout Plain Layout
5116 Maurizio
5117 \end_layout
5118
5119 \end_inset
5120 </cell>
5121 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5122 \begin_inset Text
5123
5124 \begin_layout Plain Layout
5125 555
5126 \end_layout
5127
5128 \end_inset
5129 </cell>
5130 </row>
5131 <row>
5132 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5133 \begin_inset Text
5134
5135 \begin_layout Plain Layout
5136
5137 \series bold
5138 Winkler
5139 \end_layout
5140
5141 \end_inset
5142 </cell>
5143 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5144 \begin_inset Text
5145
5146 \begin_layout Plain Layout
5147 Franz
5148 \end_layout
5149
5150 \end_inset
5151 </cell>
5152 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5153 \begin_inset Text
5154
5155 \begin_layout Plain Layout
5156 555
5157 \end_layout
5158
5159 \end_inset
5160 </cell>
5161 </row>
5162 <row endlastfoot="true">
5163 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5164 \begin_inset Text
5165
5166 \begin_layout Plain Layout
5167 end
5168 \end_layout
5169
5170 \end_inset
5171 </cell>
5172 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5173 \begin_inset Text
5174
5175 \begin_layout Plain Layout
5176
5177 \end_layout
5178
5179 \end_inset
5180 </cell>
5181 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5182 \begin_inset Text
5183
5184 \begin_layout Plain Layout
5185
5186 \end_layout
5187
5188 \end_inset
5189 </cell>
5190 </row>
5191 </lyxtabular>
5192
5193 \end_inset
5194
5195
5196 \begin_inset ERT
5197 status collapsed
5198
5199 \begin_layout Plain Layout
5200
5201
5202 \backslash
5203 addtocounter{table}{-1}
5204 \end_layout
5205
5206 \end_inset
5207
5208
5209 \begin_inset Note Note
5210 status collapsed
5211
5212 \begin_layout Plain Layout
5213 See the first greyed-out note in section
5214 \begin_inset space ~
5215 \end_inset
5216
5217
5218 \begin_inset CommandInset ref
5219 LatexCommand ref
5220 reference "sub:Longtable-Captions"
5221
5222 \end_inset
5223
5224  for an explanation of this command.
5225 \end_layout
5226
5227 \end_inset
5228
5229
5230 \end_layout
5231
5232 \begin_layout Subsection
5233 Footnotes in Longtables
5234 \begin_inset CommandInset label
5235 LatexCommand label
5236 name "sub:Footnotes-in-Longtables"
5237
5238 \end_inset
5239
5240
5241 \begin_inset Index
5242 status collapsed
5243
5244 \begin_layout Plain Layout
5245 Longtables ! Footnotes
5246 \end_layout
5247
5248 \end_inset
5249
5250
5251 \end_layout
5252
5253 \begin_layout Standard
5254 Footnotes can be inserted to every longtable cell.
5255  They appear at the bottom of the page where the table cell with the footnote
5256  appears.
5257  Table
5258 \begin_inset space ~
5259 \end_inset
5260
5261
5262 \begin_inset CommandInset ref
5263 LatexCommand ref
5264 reference "tab:DiffCaptions"
5265
5266 \end_inset
5267
5268  has for example a footnote.
5269 \end_layout
5270
5271 \begin_layout Subsection
5272 Longtable Alignment
5273 \begin_inset Index
5274 status collapsed
5275
5276 \begin_layout Plain Layout
5277 Longtables ! Alignment
5278 \end_layout
5279
5280 \end_inset
5281
5282
5283 \end_layout
5284
5285 \begin_layout Standard
5286 Longtables are by default centered.
5287  In contrary to the alignment of the table columns and row, the table alignment
5288  can currently not be changed in the table dialog.
5289  To change the alignment of longtables you have to change the value of the
5290  lengths 
5291 \series bold
5292
5293 \backslash
5294 LTleft 
5295 \series default
5296 and 
5297 \series bold
5298
5299 \backslash
5300 LTright
5301 \series default
5302  by inserting this line as TeX-Code before the corresponding longtable:
5303 \end_layout
5304
5305 \begin_layout Standard
5306
5307 \series bold
5308
5309 \backslash
5310 setlength{
5311 \backslash
5312 LTleft}{value}
5313 \end_layout
5314
5315 \begin_layout Standard
5316 Where the value can have any of the units listed in Table
5317 \begin_inset space ~
5318 \end_inset
5319
5320
5321 \begin_inset CommandInset ref
5322 LatexCommand ref
5323 reference "tab:Units"
5324
5325 \end_inset
5326
5327 .
5328  
5329 \series bold
5330
5331 \backslash
5332 LTleft
5333 \series default
5334  controls the horizontal distance from the left page border to the longtable,
5335  
5336 \series bold
5337
5338 \backslash
5339 LTright
5340 \series default
5341  the distance from the right side.
5342  The default value for both lengths is 
5343 \series bold
5344
5345 \backslash
5346 fill
5347 \series default
5348 , which is in this case the same as an horizontal fill in LyX.
5349 \end_layout
5350
5351 \begin_layout Standard
5352 The following longtable was left-aligned by setting 
5353 \series bold
5354
5355 \backslash
5356 LTleft
5357 \series default
5358  to 0
5359 \begin_inset space \thinspace{}
5360 \end_inset
5361
5362 pt.
5363 \begin_inset ERT
5364 status collapsed
5365
5366 \begin_layout Plain Layout
5367
5368
5369 \backslash
5370 setlength{
5371 \backslash
5372 LTleft}{0pt}
5373 \end_layout
5374
5375 \end_inset
5376
5377
5378 \end_layout
5379
5380 \begin_layout Standard
5381 \begin_inset Tabular
5382 <lyxtabular version="3" rows="5" columns="5">
5383 <features islongtable="true">
5384 <column alignment="center" valignment="top" width="0">
5385 <column alignment="center" valignment="top" width="0">
5386 <column alignment="center" valignment="top" width="0">
5387 <column alignment="center" valignment="top" width="0">
5388 <column alignment="center" valignment="top" width="0">
5389 <row>
5390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5391 \begin_inset Text
5392
5393 \begin_layout Plain Layout
5394 1
5395 \end_layout
5396
5397 \end_inset
5398 </cell>
5399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5400 \begin_inset Text
5401
5402 \begin_layout Plain Layout
5403 2
5404 \end_layout
5405
5406 \end_inset
5407 </cell>
5408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5409 \begin_inset Text
5410
5411 \begin_layout Plain Layout
5412 3
5413 \end_layout
5414
5415 \end_inset
5416 </cell>
5417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5418 \begin_inset Text
5419
5420 \begin_layout Plain Layout
5421 4
5422 \end_layout
5423
5424 \end_inset
5425 </cell>
5426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5427 \begin_inset Text
5428
5429 \begin_layout Plain Layout
5430 5
5431 \end_layout
5432
5433 \end_inset
5434 </cell>
5435 </row>
5436 <row>
5437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5438 \begin_inset Text
5439
5440 \begin_layout Plain Layout
5441 asd
5442 \end_layout
5443
5444 \end_inset
5445 </cell>
5446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5447 \begin_inset Text
5448
5449 \begin_layout Plain Layout
5450 s
5451 \end_layout
5452
5453 \end_inset
5454 </cell>
5455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5456 \begin_inset Text
5457
5458 \begin_layout Plain Layout
5459 s
5460 \end_layout
5461
5462 \end_inset
5463 </cell>
5464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5465 \begin_inset Text
5466
5467 \begin_layout Plain Layout
5468 s
5469 \end_layout
5470
5471 \end_inset
5472 </cell>
5473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5474 \begin_inset Text
5475
5476 \begin_layout Plain Layout
5477 asd
5478 \end_layout
5479
5480 \end_inset
5481 </cell>
5482 </row>
5483 <row>
5484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5485 \begin_inset Text
5486
5487 \begin_layout Plain Layout
5488 asd
5489 \end_layout
5490
5491 \end_inset
5492 </cell>
5493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5494 \begin_inset Text
5495
5496 \begin_layout Plain Layout
5497 s
5498 \end_layout
5499
5500 \end_inset
5501 </cell>
5502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5503 \begin_inset Text
5504
5505 \begin_layout Plain Layout
5506 s
5507 \end_layout
5508
5509 \end_inset
5510 </cell>
5511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5512 \begin_inset Text
5513
5514 \begin_layout Plain Layout
5515 s
5516 \end_layout
5517
5518 \end_inset
5519 </cell>
5520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5521 \begin_inset Text
5522
5523 \begin_layout Plain Layout
5524 asd
5525 \end_layout
5526
5527 \end_inset
5528 </cell>
5529 </row>
5530 <row>
5531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5532 \begin_inset Text
5533
5534 \begin_layout Plain Layout
5535 asd
5536 \end_layout
5537
5538 \end_inset
5539 </cell>
5540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5541 \begin_inset Text
5542
5543 \begin_layout Plain Layout
5544 s
5545 \end_layout
5546
5547 \end_inset
5548 </cell>
5549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5550 \begin_inset Text
5551
5552 \begin_layout Plain Layout
5553 s
5554 \end_layout
5555
5556 \end_inset
5557 </cell>
5558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5559 \begin_inset Text
5560
5561 \begin_layout Plain Layout
5562 s
5563 \end_layout
5564
5565 \end_inset
5566 </cell>
5567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5568 \begin_inset Text
5569
5570 \begin_layout Plain Layout
5571 asd
5572 \end_layout
5573
5574 \end_inset
5575 </cell>
5576 </row>
5577 <row>
5578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5579 \begin_inset Text
5580
5581 \begin_layout Plain Layout
5582 asd
5583 \end_layout
5584
5585 \end_inset
5586 </cell>
5587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5588 \begin_inset Text
5589
5590 \begin_layout Plain Layout
5591 asd
5592 \end_layout
5593
5594 \end_inset
5595 </cell>
5596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5597 \begin_inset Text
5598
5599 \begin_layout Plain Layout
5600 asd
5601 \end_layout
5602
5603 \end_inset
5604 </cell>
5605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5606 \begin_inset Text
5607
5608 \begin_layout Plain Layout
5609 asd
5610 \end_layout
5611
5612 \end_inset
5613 </cell>
5614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5615 \begin_inset Text
5616
5617 \begin_layout Plain Layout
5618 asd
5619 \end_layout
5620
5621 \end_inset
5622 </cell>
5623 </row>
5624 </lyxtabular>
5625
5626 \end_inset
5627
5628
5629 \begin_inset ERT
5630 status collapsed
5631
5632 \begin_layout Plain Layout
5633
5634
5635 \backslash
5636 setlength{
5637 \backslash
5638 LTleft}{
5639 \backslash
5640 fill}
5641 \end_layout
5642
5643 \end_inset
5644
5645
5646 \begin_inset ERT
5647 status collapsed
5648
5649 \begin_layout Plain Layout
5650
5651
5652 \backslash
5653 addtocounter{table}{-1}
5654 \end_layout
5655
5656 \end_inset
5657
5658
5659 \begin_inset Note Note
5660 status collapsed
5661
5662 \begin_layout Plain Layout
5663 See the first greyed-out note in section
5664 \begin_inset space ~
5665 \end_inset
5666
5667
5668 \begin_inset CommandInset ref
5669 LatexCommand ref
5670 reference "sub:Longtable-Captions"
5671
5672 \end_inset
5673
5674  for an explanation of this command.
5675 \end_layout
5676
5677 \end_inset
5678
5679
5680 \end_layout
5681
5682 \begin_layout Subsection
5683 Longtable Captions
5684 \begin_inset Index
5685 status collapsed
5686
5687 \begin_layout Plain Layout
5688 Longtables ! Captions
5689 \end_layout
5690
5691 \end_inset
5692
5693
5694 \begin_inset CommandInset label
5695 LatexCommand label
5696 name "sub:Longtable-Captions"
5697
5698 \end_inset
5699
5700
5701 \end_layout
5702
5703 \begin_layout Standard
5704 A longtable cannot be put into a table float because floats can only be
5705  on one page.
5706  But the caption environment of floats can also be used for longtables when
5707  you use for a table row the longtable option 
5708 \family sans
5709 Caption
5710 \family default
5711  as described in sec.
5712 \begin_inset space \thinspace{}
5713 \end_inset
5714
5715
5716 \begin_inset CommandInset ref
5717 LatexCommand ref
5718 reference "sec:Longtables"
5719
5720 \end_inset
5721
5722 .
5723  Only one table row can contain the caption.
5724 \end_layout
5725
5726 \begin_layout Standard
5727 Here is a short longtable to see how it works:
5728 \end_layout
5729
5730 \begin_layout Standard
5731 \begin_inset Tabular
5732 <lyxtabular version="3" rows="6" columns="5">
5733 <features islongtable="true">
5734 <column alignment="center" valignment="top" width="0">
5735 <column alignment="center" valignment="top" width="0">
5736 <column alignment="center" valignment="top" width="0">
5737 <column alignment="center" valignment="top" width="0">
5738 <column alignment="center" valignment="top" width="0">
5739 <row caption="true">
5740 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5741 \begin_inset Text
5742
5743 \begin_layout Plain Layout
5744 \begin_inset Caption
5745
5746 \begin_layout Plain Layout
5747 Longtable with caption
5748 \begin_inset OptArg
5749 status open
5750
5751 \begin_layout Plain Layout
5752 Longtable
5753 \end_layout
5754
5755 \end_inset
5756
5757
5758 \end_layout
5759
5760 \end_inset
5761
5762
5763 \end_layout
5764
5765 \end_inset
5766 </cell>
5767 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5768 \begin_inset Text
5769
5770 \begin_layout Plain Layout
5771
5772 \end_layout
5773
5774 \end_inset
5775 </cell>
5776 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5777 \begin_inset Text
5778
5779 \begin_layout Plain Layout
5780
5781 \end_layout
5782
5783 \end_inset
5784 </cell>
5785 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5786 \begin_inset Text
5787
5788 \begin_layout Plain Layout
5789
5790 \end_layout
5791
5792 \end_inset
5793 </cell>
5794 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5795 \begin_inset Text
5796
5797 \begin_layout Plain Layout
5798
5799 \end_layout
5800
5801 \end_inset
5802 </cell>
5803 </row>
5804 <row>
5805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5806 \begin_inset Text
5807
5808 \begin_layout Plain Layout
5809 1
5810 \end_layout
5811
5812 \end_inset
5813 </cell>
5814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5815 \begin_inset Text
5816
5817 \begin_layout Plain Layout
5818 2
5819 \end_layout
5820
5821 \end_inset
5822 </cell>
5823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5824 \begin_inset Text
5825
5826 \begin_layout Plain Layout
5827 3
5828 \end_layout
5829
5830 \end_inset
5831 </cell>
5832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5833 \begin_inset Text
5834
5835 \begin_layout Plain Layout
5836 4
5837 \end_layout
5838
5839 \end_inset
5840 </cell>
5841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5842 \begin_inset Text
5843
5844 \begin_layout Plain Layout
5845 5
5846 \end_layout
5847
5848 \end_inset
5849 </cell>
5850 </row>
5851 <row>
5852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5853 \begin_inset Text
5854
5855 \begin_layout Plain Layout
5856 asd
5857 \end_layout
5858
5859 \end_inset
5860 </cell>
5861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5862 \begin_inset Text
5863
5864 \begin_layout Plain Layout
5865 s
5866 \end_layout
5867
5868 \end_inset
5869 </cell>
5870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5871 \begin_inset Text
5872
5873 \begin_layout Plain Layout
5874 s
5875 \end_layout
5876
5877 \end_inset
5878 </cell>
5879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5880 \begin_inset Text
5881
5882 \begin_layout Plain Layout
5883 s
5884 \end_layout
5885
5886 \end_inset
5887 </cell>
5888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5889 \begin_inset Text
5890
5891 \begin_layout Plain Layout
5892 asd
5893 \end_layout
5894
5895 \end_inset
5896 </cell>
5897 </row>
5898 <row>
5899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5900 \begin_inset Text
5901
5902 \begin_layout Plain Layout
5903 asd
5904 \end_layout
5905
5906 \end_inset
5907 </cell>
5908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5909 \begin_inset Text
5910
5911 \begin_layout Plain Layout
5912 s
5913 \end_layout
5914
5915 \end_inset
5916 </cell>
5917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5918 \begin_inset Text
5919
5920 \begin_layout Plain Layout
5921 s
5922 \end_layout
5923
5924 \end_inset
5925 </cell>
5926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5927 \begin_inset Text
5928
5929 \begin_layout Plain Layout
5930 s
5931 \end_layout
5932
5933 \end_inset
5934 </cell>
5935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5936 \begin_inset Text
5937
5938 \begin_layout Plain Layout
5939 asd
5940 \end_layout
5941
5942 \end_inset
5943 </cell>
5944 </row>
5945 <row>
5946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5947 \begin_inset Text
5948
5949 \begin_layout Plain Layout
5950 asd
5951 \end_layout
5952
5953 \end_inset
5954 </cell>
5955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5956 \begin_inset Text
5957
5958 \begin_layout Plain Layout
5959 s
5960 \end_layout
5961
5962 \end_inset
5963 </cell>
5964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5965 \begin_inset Text
5966
5967 \begin_layout Plain Layout
5968 s
5969 \end_layout
5970
5971 \end_inset
5972 </cell>
5973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5974 \begin_inset Text
5975
5976 \begin_layout Plain Layout
5977 s
5978 \end_layout
5979
5980 \end_inset
5981 </cell>
5982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5983 \begin_inset Text
5984
5985 \begin_layout Plain Layout
5986 asd
5987 \end_layout
5988
5989 \end_inset
5990 </cell>
5991 </row>
5992 <row>
5993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5994 \begin_inset Text
5995
5996 \begin_layout Plain Layout
5997 asd
5998 \end_layout
5999
6000 \end_inset
6001 </cell>
6002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6003 \begin_inset Text
6004
6005 \begin_layout Plain Layout
6006 asd
6007 \end_layout
6008
6009 \end_inset
6010 </cell>
6011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6012 \begin_inset Text
6013
6014 \begin_layout Plain Layout
6015 asd
6016 \end_layout
6017
6018 \end_inset
6019 </cell>
6020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6021 \begin_inset Text
6022
6023 \begin_layout Plain Layout
6024 asd
6025 \end_layout
6026
6027 \end_inset
6028 </cell>
6029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6030 \begin_inset Text
6031
6032 \begin_layout Plain Layout
6033 asd
6034 \end_layout
6035
6036 \end_inset
6037 </cell>
6038 </row>
6039 </lyxtabular>
6040
6041 \end_inset
6042
6043
6044 \end_layout
6045
6046 \begin_layout Standard
6047 \begin_inset VSpace medskip
6048 \end_inset
6049
6050
6051 \begin_inset Note Greyedout
6052 status open
6053
6054 \begin_layout Plain Layout
6055
6056 \series bold
6057 Note
6058 \begin_inset space ~
6059 \end_inset
6060
6061 1:
6062 \series default
6063  The table number is increased for every longtable, also if you didn't set
6064  a caption for it.
6065  For this reason you could have the case that e.
6066 \begin_inset space \thinspace{}
6067 \end_inset
6068
6069 g.
6070 \begin_inset space \space{}
6071 \end_inset
6072
6073 Table
6074 \begin_inset space ~
6075 \end_inset
6076
6077 2.4 follows on Table
6078 \begin_inset space ~
6079 \end_inset
6080
6081 2.1 in the list of tables if there are two longtables without captions.
6082  To avoid this you can add the following command in TeX-Code behind every
6083  longtable without a caption:
6084 \end_layout
6085
6086 \begin_layout Plain Layout
6087
6088 \series bold
6089
6090 \backslash
6091 addtocounter{table}{-1}
6092 \end_layout
6093
6094 \begin_layout Plain Layout
6095 This is not needed when none of your longtables have a caption and you add
6096  the following code to the document preamble:
6097 \end_layout
6098
6099 \begin_layout Plain Layout
6100
6101 \series bold
6102
6103 \backslash
6104 let
6105 \backslash
6106 myEnd
6107 \backslash
6108 endlongtable
6109 \begin_inset Newline newline
6110 \end_inset
6111
6112
6113 \backslash
6114 renewcommand{
6115 \backslash
6116 endlongtable}{
6117 \backslash
6118 myEnd
6119 \backslash
6120 addtocounter{table}{-1}}
6121 \end_layout
6122
6123 \end_inset
6124
6125
6126 \end_layout
6127
6128 \begin_layout Standard
6129 \begin_inset Note Greyedout
6130 status open
6131
6132 \begin_layout Plain Layout
6133
6134 \series bold
6135 Note
6136 \begin_inset space ~
6137 \end_inset
6138
6139 2:
6140 \series default
6141  If you are using
6142 \series bold
6143  hyperref
6144 \series default
6145
6146 \begin_inset Index
6147 status collapsed
6148
6149 \begin_layout Plain Layout
6150 LaTeX-packages ! hyperref
6151 \end_layout
6152
6153 \end_inset
6154
6155  in the 
6156 \family sans
6157 PDF Properties
6158 \family default
6159  of the 
6160 \family sans
6161 Document Settings
6162 \family default
6163  dialog to link cross-references, the link to a longtable caption will always
6164  point to the beginning of the document.
6165 \end_layout
6166
6167 \end_inset
6168
6169
6170 \end_layout
6171
6172 \begin_layout Subsubsection
6173 References to Longtables
6174 \begin_inset Index
6175 status collapsed
6176
6177 \begin_layout Plain Layout
6178 Longtables ! References
6179 \end_layout
6180
6181 \end_inset
6182
6183
6184 \end_layout
6185
6186 \begin_layout Standard
6187 \begin_inset Tabular
6188 <lyxtabular version="3" rows="6" columns="5">
6189 <features islongtable="true">
6190 <column alignment="center" valignment="top" width="0">
6191 <column alignment="center" valignment="top" width="0">
6192 <column alignment="center" valignment="top" width="0">
6193 <column alignment="center" valignment="top" width="0">
6194 <column alignment="center" valignment="top" width="0">
6195 <row caption="true">
6196 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6197 \begin_inset Text
6198
6199 \begin_layout Plain Layout
6200 \begin_inset Caption
6201
6202 \begin_layout Plain Layout
6203 Referenced longtable
6204 \begin_inset CommandInset label
6205 LatexCommand label
6206 name "tab:RefExample"
6207
6208 \end_inset
6209
6210
6211 \end_layout
6212
6213 \end_inset
6214
6215
6216 \end_layout
6217
6218 \end_inset
6219 </cell>
6220 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6221 \begin_inset Text
6222
6223 \begin_layout Plain Layout
6224
6225 \end_layout
6226
6227 \end_inset
6228 </cell>
6229 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6230 \begin_inset Text
6231
6232 \begin_layout Plain Layout
6233
6234 \end_layout
6235
6236 \end_inset
6237 </cell>
6238 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6239 \begin_inset Text
6240
6241 \begin_layout Plain Layout
6242
6243 \end_layout
6244
6245 \end_inset
6246 </cell>
6247 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6248 \begin_inset Text
6249
6250 \begin_layout Plain Layout
6251
6252 \end_layout
6253
6254 \end_inset
6255 </cell>
6256 </row>
6257 <row>
6258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6259 \begin_inset Text
6260
6261 \begin_layout Plain Layout
6262 1
6263 \end_layout
6264
6265 \end_inset
6266 </cell>
6267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6268 \begin_inset Text
6269
6270 \begin_layout Plain Layout
6271 2
6272 \end_layout
6273
6274 \end_inset
6275 </cell>
6276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6277 \begin_inset Text
6278
6279 \begin_layout Plain Layout
6280 3
6281 \end_layout
6282
6283 \end_inset
6284 </cell>
6285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6286 \begin_inset Text
6287
6288 \begin_layout Plain Layout
6289 4
6290 \end_layout
6291
6292 \end_inset
6293 </cell>
6294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6295 \begin_inset Text
6296
6297 \begin_layout Plain Layout
6298 5
6299 \end_layout
6300
6301 \end_inset
6302 </cell>
6303 </row>
6304 <row>
6305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6306 \begin_inset Text
6307
6308 \begin_layout Plain Layout
6309 asd
6310 \end_layout
6311
6312 \end_inset
6313 </cell>
6314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6315 \begin_inset Text
6316
6317 \begin_layout Plain Layout
6318 s
6319 \end_layout
6320
6321 \end_inset
6322 </cell>
6323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6324 \begin_inset Text
6325
6326 \begin_layout Plain Layout
6327 s
6328 \end_layout
6329
6330 \end_inset
6331 </cell>
6332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6333 \begin_inset Text
6334
6335 \begin_layout Plain Layout
6336 s
6337 \end_layout
6338
6339 \end_inset
6340 </cell>
6341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6342 \begin_inset Text
6343
6344 \begin_layout Plain Layout
6345 asd
6346 \end_layout
6347
6348 \end_inset
6349 </cell>
6350 </row>
6351 <row>
6352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6353 \begin_inset Text
6354
6355 \begin_layout Plain Layout
6356 asd
6357 \end_layout
6358
6359 \end_inset
6360 </cell>
6361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6362 \begin_inset Text
6363
6364 \begin_layout Plain Layout
6365 s
6366 \end_layout
6367
6368 \end_inset
6369 </cell>
6370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6371 \begin_inset Text
6372
6373 \begin_layout Plain Layout
6374 s
6375 \end_layout
6376
6377 \end_inset
6378 </cell>
6379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6380 \begin_inset Text
6381
6382 \begin_layout Plain Layout
6383 s
6384 \end_layout
6385
6386 \end_inset
6387 </cell>
6388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6389 \begin_inset Text
6390
6391 \begin_layout Plain Layout
6392 asd
6393 \end_layout
6394
6395 \end_inset
6396 </cell>
6397 </row>
6398 <row>
6399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6400 \begin_inset Text
6401
6402 \begin_layout Plain Layout
6403 asd
6404 \end_layout
6405
6406 \end_inset
6407 </cell>
6408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6409 \begin_inset Text
6410
6411 \begin_layout Plain Layout
6412 s
6413 \end_layout
6414
6415 \end_inset
6416 </cell>
6417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6418 \begin_inset Text
6419
6420 \begin_layout Plain Layout
6421 s
6422 \end_layout
6423
6424 \end_inset
6425 </cell>
6426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6427 \begin_inset Text
6428
6429 \begin_layout Plain Layout
6430 s
6431 \end_layout
6432
6433 \end_inset
6434 </cell>
6435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6436 \begin_inset Text
6437
6438 \begin_layout Plain Layout
6439 asd
6440 \end_layout
6441
6442 \end_inset
6443 </cell>
6444 </row>
6445 <row>
6446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6447 \begin_inset Text
6448
6449 \begin_layout Plain Layout
6450 asd
6451 \end_layout
6452
6453 \end_inset
6454 </cell>
6455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6456 \begin_inset Text
6457
6458 \begin_layout Plain Layout
6459 sad
6460 \end_layout
6461
6462 \end_inset
6463 </cell>
6464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6465 \begin_inset Text
6466
6467 \begin_layout Plain Layout
6468 asd
6469 \end_layout
6470
6471 \end_inset
6472 </cell>
6473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6474 \begin_inset Text
6475
6476 \begin_layout Plain Layout
6477 asd
6478 \end_layout
6479
6480 \end_inset
6481 </cell>
6482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6483 \begin_inset Text
6484
6485 \begin_layout Plain Layout
6486 asd
6487 \end_layout
6488
6489 \end_inset
6490 </cell>
6491 </row>
6492 </lyxtabular>
6493
6494 \end_inset
6495
6496
6497 \end_layout
6498
6499 \begin_layout Standard
6500 To reference a longtable, insert a label into the caption.
6501 \end_layout
6502
6503 \begin_layout Standard
6504 This is a reference to Table
6505 \begin_inset space ~
6506 \end_inset
6507
6508
6509 \begin_inset CommandInset ref
6510 LatexCommand ref
6511 reference "tab:RefExample"
6512
6513 \end_inset
6514
6515 .
6516 \end_layout
6517
6518 \begin_layout Standard
6519 The caption layout can be set together with all other captions of your document
6520  using the LaTeX-package 
6521 \series bold
6522 caption
6523 \series default
6524
6525 \begin_inset Index
6526 status collapsed
6527
6528 \begin_layout Plain Layout
6529 LaTeX-packages ! caption
6530 \end_layout
6531
6532 \end_inset
6533
6534 , see section
6535 \begin_inset space ~
6536 \end_inset
6537
6538
6539 \begin_inset CommandInset ref
6540 LatexCommand ref
6541 reference "sec:Caption-Formatting"
6542
6543 \end_inset
6544
6545 .
6546 \end_layout
6547
6548 \begin_layout Subsubsection
6549 Caption Width
6550 \begin_inset Index
6551 status collapsed
6552
6553 \begin_layout Plain Layout
6554 Longtables ! Caption Width
6555 \end_layout
6556
6557 \end_inset
6558
6559
6560 \end_layout
6561
6562 \begin_layout Standard
6563 The maximal width of of caption lines is defined by the length 
6564 \series bold
6565
6566 \backslash
6567 LTcapwidth
6568 \series default
6569 .
6570  Its default value is 4
6571 \begin_inset space \thinspace{}
6572 \end_inset
6573
6574 in.
6575  To change it add the following command to your document preamble or as
6576  TeX-Code into your document before the longtable that should be affected
6577 \end_layout
6578
6579 \begin_layout Standard
6580
6581 \series bold
6582
6583 \backslash
6584 setlength{
6585 \backslash
6586 LTcapwidth}{width}
6587 \end_layout
6588
6589 \begin_layout Standard
6590 where the width could have one of the units listed in appendix
6591 \begin_inset space ~
6592 \end_inset
6593
6594
6595 \begin_inset CommandInset ref
6596 LatexCommand ref
6597 reference "cha:Units-available-in"
6598
6599 \end_inset
6600
6601 .
6602 \end_layout
6603
6604 \begin_layout Standard
6605 The following tables show the difference:
6606 \end_layout
6607
6608 \begin_layout Standard
6609 \begin_inset Tabular
6610 <lyxtabular version="3" rows="6" columns="5">
6611 <features islongtable="true">
6612 <column alignment="center" valignment="top" width="0">
6613 <column alignment="center" valignment="top" width="0">
6614 <column alignment="center" valignment="top" width="0">
6615 <column alignment="center" valignment="top" width="0">
6616 <column alignment="center" valignment="top" width="0">
6617 <row caption="true">
6618 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6619 \begin_inset Text
6620
6621 \begin_layout Plain Layout
6622 \begin_inset Caption
6623
6624 \begin_layout Plain Layout
6625 long full title with default width long full title with default width long
6626  full title with default width
6627 \begin_inset OptArg
6628 status collapsed
6629
6630 \begin_layout Plain Layout
6631 caption with default width
6632 \end_layout
6633
6634 \end_inset
6635
6636
6637 \end_layout
6638
6639 \end_inset
6640
6641
6642 \end_layout
6643
6644 \end_inset
6645 </cell>
6646 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6647 \begin_inset Text
6648
6649 \begin_layout Plain Layout
6650
6651 \end_layout
6652
6653 \end_inset
6654 </cell>
6655 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6656 \begin_inset Text
6657
6658 \begin_layout Plain Layout
6659
6660 \end_layout
6661
6662 \end_inset
6663 </cell>
6664 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6665 \begin_inset Text
6666
6667 \begin_layout Plain Layout
6668
6669 \end_layout
6670
6671 \end_inset
6672 </cell>
6673 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6674 \begin_inset Text
6675
6676 \begin_layout Plain Layout
6677
6678 \end_layout
6679
6680 \end_inset
6681 </cell>
6682 </row>
6683 <row>
6684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6685 \begin_inset Text
6686
6687 \begin_layout Plain Layout
6688 1
6689 \end_layout
6690
6691 \end_inset
6692 </cell>
6693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6694 \begin_inset Text
6695
6696 \begin_layout Plain Layout
6697 2
6698 \end_layout
6699
6700 \end_inset
6701 </cell>
6702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6703 \begin_inset Text
6704
6705 \begin_layout Plain Layout
6706 3
6707 \end_layout
6708
6709 \end_inset
6710 </cell>
6711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6712 \begin_inset Text
6713
6714 \begin_layout Plain Layout
6715 4
6716 \end_layout
6717
6718 \end_inset
6719 </cell>
6720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6721 \begin_inset Text
6722
6723 \begin_layout Plain Layout
6724 5
6725 \end_layout
6726
6727 \end_inset
6728 </cell>
6729 </row>
6730 <row>
6731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6732 \begin_inset Text
6733
6734 \begin_layout Plain Layout
6735 asd
6736 \end_layout
6737
6738 \end_inset
6739 </cell>
6740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6741 \begin_inset Text
6742
6743 \begin_layout Plain Layout
6744 s
6745 \end_layout
6746
6747 \end_inset
6748 </cell>
6749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6750 \begin_inset Text
6751
6752 \begin_layout Plain Layout
6753 s
6754 \end_layout
6755
6756 \end_inset
6757 </cell>
6758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6759 \begin_inset Text
6760
6761 \begin_layout Plain Layout
6762 s
6763 \end_layout
6764
6765 \end_inset
6766 </cell>
6767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6768 \begin_inset Text
6769
6770 \begin_layout Plain Layout
6771 asd
6772 \end_layout
6773
6774 \end_inset
6775 </cell>
6776 </row>
6777 <row>
6778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6779 \begin_inset Text
6780
6781 \begin_layout Plain Layout
6782 asd
6783 \end_layout
6784
6785 \end_inset
6786 </cell>
6787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6788 \begin_inset Text
6789
6790 \begin_layout Plain Layout
6791 s
6792 \end_layout
6793
6794 \end_inset
6795 </cell>
6796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6797 \begin_inset Text
6798
6799 \begin_layout Plain Layout
6800 s
6801 \end_layout
6802
6803 \end_inset
6804 </cell>
6805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6806 \begin_inset Text
6807
6808 \begin_layout Plain Layout
6809 s
6810 \end_layout
6811
6812 \end_inset
6813 </cell>
6814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6815 \begin_inset Text
6816
6817 \begin_layout Plain Layout
6818 asd
6819 \end_layout
6820
6821 \end_inset
6822 </cell>
6823 </row>
6824 <row>
6825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6826 \begin_inset Text
6827
6828 \begin_layout Plain Layout
6829 asd
6830 \end_layout
6831
6832 \end_inset
6833 </cell>
6834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6835 \begin_inset Text
6836
6837 \begin_layout Plain Layout
6838 s
6839 \end_layout
6840
6841 \end_inset
6842 </cell>
6843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6844 \begin_inset Text
6845
6846 \begin_layout Plain Layout
6847 s
6848 \end_layout
6849
6850 \end_inset
6851 </cell>
6852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6853 \begin_inset Text
6854
6855 \begin_layout Plain Layout
6856 s
6857 \end_layout
6858
6859 \end_inset
6860 </cell>
6861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6862 \begin_inset Text
6863
6864 \begin_layout Plain Layout
6865 asd
6866 \end_layout
6867
6868 \end_inset
6869 </cell>
6870 </row>
6871 <row>
6872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6873 \begin_inset Text
6874
6875 \begin_layout Plain Layout
6876 asd
6877 \end_layout
6878
6879 \end_inset
6880 </cell>
6881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6882 \begin_inset Text
6883
6884 \begin_layout Plain Layout
6885 sad
6886 \end_layout
6887
6888 \end_inset
6889 </cell>
6890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6891 \begin_inset Text
6892
6893 \begin_layout Plain Layout
6894 asd
6895 \end_layout
6896
6897 \end_inset
6898 </cell>
6899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6900 \begin_inset Text
6901
6902 \begin_layout Plain Layout
6903 asd
6904 \end_layout
6905
6906 \end_inset
6907 </cell>
6908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6909 \begin_inset Text
6910
6911 \begin_layout Plain Layout
6912 asd
6913 \end_layout
6914
6915 \end_inset
6916 </cell>
6917 </row>
6918 </lyxtabular>
6919
6920 \end_inset
6921
6922
6923 \end_layout
6924
6925 \begin_layout Standard
6926 \begin_inset ERT
6927 status collapsed
6928
6929 \begin_layout Plain Layout
6930
6931
6932 \backslash
6933 setlength{
6934 \backslash
6935 LTcapwidth}{5cm}
6936 \end_layout
6937
6938 \end_inset
6939
6940
6941 \begin_inset Tabular
6942 <lyxtabular version="3" rows="6" columns="5">
6943 <features islongtable="true">
6944 <column alignment="center" valignment="top" width="0">
6945 <column alignment="center" valignment="top" width="0">
6946 <column alignment="center" valignment="top" width="0">
6947 <column alignment="center" valignment="top" width="0">
6948 <column alignment="center" valignment="top" width="0">
6949 <row caption="true">
6950 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6951 \begin_inset Text
6952
6953 \begin_layout Plain Layout
6954 \begin_inset Caption
6955
6956 \begin_layout Plain Layout
6957 long full title with width set to 5
6958 \begin_inset space \thinspace{}
6959 \end_inset
6960
6961 cm long full title with width set to 5
6962 \begin_inset space \thinspace{}
6963 \end_inset
6964
6965 cm long full title with width set to 5
6966 \begin_inset space \thinspace{}
6967 \end_inset
6968
6969 cm
6970 \begin_inset OptArg
6971 status collapsed
6972
6973 \begin_layout Plain Layout
6974 caption with width
6975 \begin_inset space \thinspace{}
6976 \end_inset
6977
6978 =
6979 \begin_inset space \thinspace{}
6980 \end_inset
6981
6982 5
6983 \begin_inset space \thinspace{}
6984 \end_inset
6985
6986 cm
6987 \end_layout
6988
6989 \end_inset
6990
6991
6992 \end_layout
6993
6994 \end_inset
6995
6996
6997 \end_layout
6998
6999 \end_inset
7000 </cell>
7001 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7002 \begin_inset Text
7003
7004 \begin_layout Plain Layout
7005
7006 \end_layout
7007
7008 \end_inset
7009 </cell>
7010 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7011 \begin_inset Text
7012
7013 \begin_layout Plain Layout
7014
7015 \end_layout
7016
7017 \end_inset
7018 </cell>
7019 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7020 \begin_inset Text
7021
7022 \begin_layout Plain Layout
7023
7024 \end_layout
7025
7026 \end_inset
7027 </cell>
7028 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7029 \begin_inset Text
7030
7031 \begin_layout Plain Layout
7032
7033 \end_layout
7034
7035 \end_inset
7036 </cell>
7037 </row>
7038 <row>
7039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7040 \begin_inset Text
7041
7042 \begin_layout Plain Layout
7043 1
7044 \end_layout
7045
7046 \end_inset
7047 </cell>
7048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7049 \begin_inset Text
7050
7051 \begin_layout Plain Layout
7052 2
7053 \end_layout
7054
7055 \end_inset
7056 </cell>
7057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7058 \begin_inset Text
7059
7060 \begin_layout Plain Layout
7061 3
7062 \end_layout
7063
7064 \end_inset
7065 </cell>
7066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7067 \begin_inset Text
7068
7069 \begin_layout Plain Layout
7070 4
7071 \end_layout
7072
7073 \end_inset
7074 </cell>
7075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7076 \begin_inset Text
7077
7078 \begin_layout Plain Layout
7079 5
7080 \end_layout
7081
7082 \end_inset
7083 </cell>
7084 </row>
7085 <row>
7086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7087 \begin_inset Text
7088
7089 \begin_layout Plain Layout
7090 asd
7091 \end_layout
7092
7093 \end_inset
7094 </cell>
7095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7096 \begin_inset Text
7097
7098 \begin_layout Plain Layout
7099 s
7100 \end_layout
7101
7102 \end_inset
7103 </cell>
7104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7105 \begin_inset Text
7106
7107 \begin_layout Plain Layout
7108 s
7109 \end_layout
7110
7111 \end_inset
7112 </cell>
7113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7114 \begin_inset Text
7115
7116 \begin_layout Plain Layout
7117 s
7118 \end_layout
7119
7120 \end_inset
7121 </cell>
7122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7123 \begin_inset Text
7124
7125 \begin_layout Plain Layout
7126 asd
7127 \end_layout
7128
7129 \end_inset
7130 </cell>
7131 </row>
7132 <row>
7133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7134 \begin_inset Text
7135
7136 \begin_layout Plain Layout
7137 asd
7138 \end_layout
7139
7140 \end_inset
7141 </cell>
7142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7143 \begin_inset Text
7144
7145 \begin_layout Plain Layout
7146 s
7147 \end_layout
7148
7149 \end_inset
7150 </cell>
7151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7152 \begin_inset Text
7153
7154 \begin_layout Plain Layout
7155 s
7156 \end_layout
7157
7158 \end_inset
7159 </cell>
7160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7161 \begin_inset Text
7162
7163 \begin_layout Plain Layout
7164 s
7165 \end_layout
7166
7167 \end_inset
7168 </cell>
7169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7170 \begin_inset Text
7171
7172 \begin_layout Plain Layout
7173 asd
7174 \end_layout
7175
7176 \end_inset
7177 </cell>
7178 </row>
7179 <row>
7180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7181 \begin_inset Text
7182
7183 \begin_layout Plain Layout
7184 asd
7185 \end_layout
7186
7187 \end_inset
7188 </cell>
7189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7190 \begin_inset Text
7191
7192 \begin_layout Plain Layout
7193 s
7194 \end_layout
7195
7196 \end_inset
7197 </cell>
7198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7199 \begin_inset Text
7200
7201 \begin_layout Plain Layout
7202 s
7203 \end_layout
7204
7205 \end_inset
7206 </cell>
7207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7208 \begin_inset Text
7209
7210 \begin_layout Plain Layout
7211 s
7212 \end_layout
7213
7214 \end_inset
7215 </cell>
7216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7217 \begin_inset Text
7218
7219 \begin_layout Plain Layout
7220 asd
7221 \end_layout
7222
7223 \end_inset
7224 </cell>
7225 </row>
7226 <row>
7227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7228 \begin_inset Text
7229
7230 \begin_layout Plain Layout
7231 asd
7232 \end_layout
7233
7234 \end_inset
7235 </cell>
7236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7237 \begin_inset Text
7238
7239 \begin_layout Plain Layout
7240 sad
7241 \end_layout
7242
7243 \end_inset
7244 </cell>
7245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7246 \begin_inset Text
7247
7248 \begin_layout Plain Layout
7249 asd
7250 \end_layout
7251
7252 \end_inset
7253 </cell>
7254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7255 \begin_inset Text
7256
7257 \begin_layout Plain Layout
7258 asd
7259 \end_layout
7260
7261 \end_inset
7262 </cell>
7263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7264 \begin_inset Text
7265
7266 \begin_layout Plain Layout
7267 asd
7268 \end_layout
7269
7270 \end_inset
7271 </cell>
7272 </row>
7273 </lyxtabular>
7274
7275 \end_inset
7276
7277
7278 \end_layout
7279
7280 \begin_layout Standard
7281 \begin_inset ERT
7282 status collapsed
7283
7284 \begin_layout Plain Layout
7285
7286
7287 \backslash
7288 setlength{
7289 \backslash
7290 LTcapwidth}{4in}
7291 \end_layout
7292
7293 \end_inset
7294
7295
7296 \end_layout
7297
7298 \begin_layout Standard
7299 \begin_inset Note Greyedout
7300 status open
7301
7302 \begin_layout Plain Layout
7303
7304 \series bold
7305 Note:
7306 \series default
7307  When the LaTeX-package 
7308 \series bold
7309 caption
7310 \series default
7311
7312 \begin_inset Index
7313 status collapsed
7314
7315 \begin_layout Plain Layout
7316 LaTeX-packages ! caption
7317 \end_layout
7318
7319 \end_inset
7320
7321  is used, as in this document, the full page width is used for the caption
7322  when you use the default value of 4
7323 \begin_inset space \thinspace{}
7324 \end_inset
7325
7326 in for 
7327 \series bold
7328
7329 \backslash
7330 LTcapwidth
7331 \series default
7332 .
7333  To get in this case exactly a 4
7334 \begin_inset space \thinspace{}
7335 \end_inset
7336
7337 in wide caption, you can either use a value slightly different from 4.0
7338 \begin_inset space \thinspace{}
7339 \end_inset
7340
7341 in, e.
7342 \begin_inset space \thinspace{}
7343 \end_inset
7344
7345 g.
7346 \begin_inset space \space{}
7347 \end_inset
7348
7349 3.99
7350 \begin_inset space \thinspace{}
7351 \end_inset
7352
7353 in, or the LaTeX-command 
7354 \series bold
7355
7356 \backslash
7357 captionsetup{width=value}
7358 \series default
7359  that is provided by the 
7360 \series bold
7361 caption
7362 \series default
7363 -package.
7364 \end_layout
7365
7366 \end_inset
7367
7368
7369 \end_layout
7370
7371 \begin_layout Subsubsection
7372 Different Captions for Table Pages
7373 \begin_inset Index
7374 status collapsed
7375
7376 \begin_layout Plain Layout
7377 Longtables ! Different Captions for Pages
7378 \end_layout
7379
7380 \end_inset
7381
7382
7383 \end_layout
7384
7385 \begin_layout Standard
7386 When the table captions for the following pages should differ from the one
7387  of the first table page, insert a caption with the TeX code command
7388 \end_layout
7389
7390 \begin_layout Standard
7391
7392 \series bold
7393
7394 \backslash
7395 caption*{caption text}
7396 \backslash
7397
7398 \backslash
7399 %
7400 \end_layout
7401
7402 \begin_layout Standard
7403 in a dummy caption row that is marked as header.
7404  Table
7405 \begin_inset space ~
7406 \end_inset
7407
7408
7409 \begin_inset CommandInset ref
7410 LatexCommand ref
7411 reference "tab:DiffCaptions"
7412
7413 \end_inset
7414
7415  is an example for a longtable with different heading where the second caption
7416  doesn't include the table number.
7417 \end_layout
7418
7419 \begin_layout Standard
7420 \align center
7421 \begin_inset Tabular
7422 <lyxtabular version="3" rows="59" columns="3">
7423 <features islongtable="true" lastFootEmpty="true">
7424 <column alignment="left" valignment="top" width="0cm">
7425 <column alignment="left" valignment="top" width="0pt">
7426 <column alignment="center" valignment="top" width="0pt">
7427 <row caption="true">
7428 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7429 \begin_inset Text
7430
7431 \begin_layout Plain Layout
7432 \begin_inset Caption
7433
7434 \begin_layout Plain Layout
7435 Example Phone List
7436 \begin_inset CommandInset label
7437 LatexCommand label
7438 name "tab:DiffCaptions"
7439
7440 \end_inset
7441
7442
7443 \begin_inset OptArg
7444 status collapsed
7445
7446 \begin_layout Plain Layout
7447 Example Phone List
7448 \end_layout
7449
7450 \end_inset
7451
7452
7453 \end_layout
7454
7455 \end_inset
7456
7457
7458 \end_layout
7459
7460 \end_inset
7461 </cell>
7462 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7463 \begin_inset Text
7464
7465 \begin_layout Plain Layout
7466
7467 \end_layout
7468
7469 \end_inset
7470 </cell>
7471 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7472 \begin_inset Text
7473
7474 \begin_layout Plain Layout
7475
7476 \end_layout
7477
7478 \end_inset
7479 </cell>
7480 </row>
7481 <row endfirsthead="true">
7482 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7483 \begin_inset Text
7484
7485 \begin_layout Plain Layout
7486
7487 \series bold
7488 Example Phone List (ignore the names)
7489 \end_layout
7490
7491 \end_inset
7492 </cell>
7493 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7494 \begin_inset Text
7495
7496 \begin_layout Plain Layout
7497
7498 \end_layout
7499
7500 \end_inset
7501 </cell>
7502 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7503 \begin_inset Text
7504
7505 \begin_layout Plain Layout
7506
7507 \end_layout
7508
7509 \end_inset
7510 </cell>
7511 </row>
7512 <row endfirsthead="true">
7513 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7514 \begin_inset Text
7515
7516 \begin_layout Plain Layout
7517
7518 \series bold
7519 NAME
7520 \end_layout
7521
7522 \end_inset
7523 </cell>
7524 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7525 \begin_inset Text
7526
7527 \begin_layout Plain Layout
7528
7529 \end_layout
7530
7531 \end_inset
7532 </cell>
7533 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7534 \begin_inset Text
7535
7536 \begin_layout Plain Layout
7537
7538 \series bold
7539 TEL.
7540 \end_layout
7541
7542 \end_inset
7543 </cell>
7544 </row>
7545 <row endhead="true">
7546 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7547 \begin_inset Text
7548
7549 \begin_layout Plain Layout
7550 \begin_inset ERT
7551 status open
7552
7553 \begin_layout Plain Layout
7554
7555
7556 \backslash
7557 caption*{Continued Example Phone List}
7558 \backslash
7559
7560 \backslash
7561 %
7562 \end_layout
7563
7564 \end_inset
7565
7566
7567 \end_layout
7568
7569 \end_inset
7570 </cell>
7571 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7572 \begin_inset Text
7573
7574 \begin_layout Plain Layout
7575
7576 \end_layout
7577
7578 \end_inset
7579 </cell>
7580 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7581 \begin_inset Text
7582
7583 \begin_layout Plain Layout
7584
7585 \end_layout
7586
7587 \end_inset
7588 </cell>
7589 </row>
7590 <row endhead="true">
7591 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7592 \begin_inset Text
7593
7594 \begin_layout Plain Layout
7595
7596 \series bold
7597 Example Phone List
7598 \end_layout
7599
7600 \end_inset
7601 </cell>
7602 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7603 \begin_inset Text
7604
7605 \begin_layout Plain Layout
7606
7607 \end_layout
7608
7609 \end_inset
7610 </cell>
7611 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7612 \begin_inset Text
7613
7614 \begin_layout Plain Layout
7615
7616 \end_layout
7617
7618 \end_inset
7619 </cell>
7620 </row>
7621 <row endhead="true">
7622 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7623 \begin_inset Text
7624
7625 \begin_layout Plain Layout
7626
7627 \series bold
7628 NAME
7629 \end_layout
7630
7631 \end_inset
7632 </cell>
7633 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7634 \begin_inset Text
7635
7636 \begin_layout Plain Layout
7637
7638 \end_layout
7639
7640 \end_inset
7641 </cell>
7642 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7643 \begin_inset Text
7644
7645 \begin_layout Plain Layout
7646
7647 \series bold
7648 TEL.
7649 \end_layout
7650
7651 \end_inset
7652 </cell>
7653 </row>
7654 <row endfoot="true">
7655 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7656 \begin_inset Text
7657
7658 \begin_layout Plain Layout
7659 continued on next page
7660 \end_layout
7661
7662 \end_inset
7663 </cell>
7664 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7665 \begin_inset Text
7666
7667 \begin_layout Plain Layout
7668
7669 \end_layout
7670
7671 \end_inset
7672 </cell>
7673 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7674 \begin_inset Text
7675
7676 \begin_layout Plain Layout
7677
7678 \end_layout
7679
7680 \end_inset
7681 </cell>
7682 </row>
7683 <row>
7684 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7685 \begin_inset Text
7686
7687 \begin_layout Plain Layout
7688
7689 \series bold
7690 Annovi
7691 \end_layout
7692
7693 \end_inset
7694 </cell>
7695 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7696 \begin_inset Text
7697
7698 \begin_layout Plain Layout
7699 Silvia
7700 \end_layout
7701
7702 \end_inset
7703 </cell>
7704 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7705 \begin_inset Text
7706
7707 \begin_layout Plain Layout
7708 111
7709 \end_layout
7710
7711 \end_inset
7712 </cell>
7713 </row>
7714 <row>
7715 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7716 \begin_inset Text
7717
7718 \begin_layout Plain Layout
7719
7720 \series bold
7721 Bertoli
7722 \end_layout
7723
7724 \end_inset
7725 </cell>
7726 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7727 \begin_inset Text
7728
7729 \begin_layout Plain Layout
7730 Stefano
7731 \end_layout
7732
7733 \end_inset
7734 </cell>
7735 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7736 \begin_inset Text
7737
7738 \begin_layout Plain Layout
7739 111
7740 \end_layout
7741
7742 \end_inset
7743 </cell>
7744 </row>
7745 <row>
7746 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7747 \begin_inset Text
7748
7749 \begin_layout Plain Layout
7750
7751 \series bold
7752 Bozzi
7753 \end_layout
7754
7755 \end_inset
7756 </cell>
7757 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7758 \begin_inset Text
7759
7760 \begin_layout Plain Layout
7761 Walter
7762 \end_layout
7763
7764 \end_inset
7765 </cell>
7766 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7767 \begin_inset Text
7768
7769 \begin_layout Plain Layout
7770 111
7771 \end_layout
7772
7773 \end_inset
7774 </cell>
7775 </row>
7776 <row>
7777 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7778 \begin_inset Text
7779
7780 \begin_layout Plain Layout
7781
7782 \series bold
7783 Cachia
7784 \end_layout
7785
7786 \end_inset
7787 </cell>
7788 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7789 \begin_inset Text
7790
7791 \begin_layout Plain Layout
7792 Maria
7793 \end_layout
7794
7795 \end_inset
7796 </cell>
7797 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7798 \begin_inset Text
7799
7800 \begin_layout Plain Layout
7801 111
7802 \end_layout
7803
7804 \end_inset
7805 </cell>
7806 </row>
7807 <row>
7808 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7809 \begin_inset Text
7810
7811 \begin_layout Plain Layout
7812
7813 \series bold
7814 Cachia
7815 \end_layout
7816
7817 \end_inset
7818 </cell>
7819 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7820 \begin_inset Text
7821
7822 \begin_layout Plain Layout
7823 Maurizio
7824 \end_layout
7825
7826 \end_inset
7827 </cell>
7828 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7829 \begin_inset Text
7830
7831 \begin_layout Plain Layout
7832 111
7833 \end_layout
7834
7835 \end_inset
7836 </cell>
7837 </row>
7838 <row>
7839 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7840 \begin_inset Text
7841
7842 \begin_layout Plain Layout
7843
7844 \series bold
7845 Cinquemani
7846 \end_layout
7847
7848 \end_inset
7849 </cell>
7850 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7851 \begin_inset Text
7852
7853 \begin_layout Plain Layout
7854 Giusi
7855 \end_layout
7856
7857 \end_inset
7858 </cell>
7859 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7860 \begin_inset Text
7861
7862 \begin_layout Plain Layout
7863 111
7864 \end_layout
7865
7866 \end_inset
7867 </cell>
7868 </row>
7869 <row>
7870 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7871 \begin_inset Text
7872
7873 \begin_layout Plain Layout
7874
7875 \series bold
7876 Colin
7877 \end_layout
7878
7879 \end_inset
7880 </cell>
7881 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7882 \begin_inset Text
7883
7884 \begin_layout Plain Layout
7885 Bernard
7886 \end_layout
7887
7888 \end_inset
7889 </cell>
7890 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7891 \begin_inset Text
7892
7893 \begin_layout Plain Layout
7894 111
7895 \end_layout
7896
7897 \end_inset
7898 </cell>
7899 </row>
7900 <row>
7901 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7902 \begin_inset Text
7903
7904 \begin_layout Plain Layout
7905
7906 \series bold
7907 Concli
7908 \end_layout
7909
7910 \end_inset
7911 </cell>
7912 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7913 \begin_inset Text
7914
7915 \begin_layout Plain Layout
7916 Gianfranco
7917 \end_layout
7918
7919 \end_inset
7920 </cell>
7921 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Plain Layout
7925 111
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 </row>
7931 <row>
7932 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7933 \begin_inset Text
7934
7935 \begin_layout Plain Layout
7936
7937 \series bold
7938 Dal Bosco
7939 \end_layout
7940
7941 \end_inset
7942 </cell>
7943 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7944 \begin_inset Text
7945
7946 \begin_layout Plain Layout
7947 Carolina
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956 111
7957 \end_layout
7958
7959 \end_inset
7960 </cell>
7961 </row>
7962 <row>
7963 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7964 \begin_inset Text
7965
7966 \begin_layout Plain Layout
7967
7968 \series bold
7969 Dalpiaz
7970 \end_layout
7971
7972 \end_inset
7973 </cell>
7974 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7975 \begin_inset Text
7976
7977 \begin_layout Plain Layout
7978 Annamaria
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Plain Layout
7987 111
7988 \end_layout
7989
7990 \end_inset
7991 </cell>
7992 </row>
7993 <row>
7994 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7995 \begin_inset Text
7996
7997 \begin_layout Plain Layout
7998
7999 \series bold
8000 Feliciello
8001 \end_layout
8002
8003 \end_inset
8004 </cell>
8005 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8006 \begin_inset Text
8007
8008 \begin_layout Plain Layout
8009 Domenico
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8015 \begin_inset Text
8016
8017 \begin_layout Plain Layout
8018 111
8019 \end_layout
8020
8021 \end_inset
8022 </cell>
8023 </row>
8024 <row>
8025 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8026 \begin_inset Text
8027
8028 \begin_layout Plain Layout
8029
8030 \series bold
8031 Focarelli
8032 \end_layout
8033
8034 \end_inset
8035 </cell>
8036 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8037 \begin_inset Text
8038
8039 \begin_layout Plain Layout
8040 Paola
8041 \end_layout
8042
8043 \end_inset
8044 </cell>
8045 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8046 \begin_inset Text
8047
8048 \begin_layout Plain Layout
8049 111
8050 \end_layout
8051
8052 \end_inset
8053 </cell>
8054 </row>
8055 <row>
8056 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8057 \begin_inset Text
8058
8059 \begin_layout Plain Layout
8060
8061 \series bold
8062 Galletti
8063 \end_layout
8064
8065 \end_inset
8066 </cell>
8067 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8068 \begin_inset Text
8069
8070 \begin_layout Plain Layout
8071 Oreste
8072 \end_layout
8073
8074 \end_inset
8075 </cell>
8076 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8077 \begin_inset Text
8078
8079 \begin_layout Plain Layout
8080 111
8081 \end_layout
8082
8083 \end_inset
8084 </cell>
8085 </row>
8086 <row>
8087 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8088 \begin_inset Text
8089
8090 \begin_layout Plain Layout
8091
8092 \series bold
8093 Gasparini
8094 \end_layout
8095
8096 \end_inset
8097 </cell>
8098 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8099 \begin_inset Text
8100
8101 \begin_layout Plain Layout
8102 Franca
8103 \end_layout
8104
8105 \end_inset
8106 </cell>
8107 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8108 \begin_inset Text
8109
8110 \begin_layout Plain Layout
8111 111
8112 \end_layout
8113
8114 \end_inset
8115 </cell>
8116 </row>
8117 <row>
8118 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8119 \begin_inset Text
8120
8121 \begin_layout Plain Layout
8122
8123 \series bold
8124 Rizzardi
8125 \series default
8126
8127 \begin_inset Foot
8128 status open
8129
8130 \begin_layout Plain Layout
8131 Example footnote
8132 \end_layout
8133
8134 \end_inset
8135
8136
8137 \end_layout
8138
8139 \end_inset
8140 </cell>
8141 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8142 \begin_inset Text
8143
8144 \begin_layout Plain Layout
8145 Paola
8146 \end_layout
8147
8148 \end_inset
8149 </cell>
8150 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8151 \begin_inset Text
8152
8153 \begin_layout Plain Layout
8154 111
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 </row>
8160 <row>
8161 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8162 \begin_inset Text
8163
8164 \begin_layout Plain Layout
8165
8166 \series bold
8167 Lassini
8168 \end_layout
8169
8170 \end_inset
8171 </cell>
8172 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8173 \begin_inset Text
8174
8175 \begin_layout Plain Layout
8176 Giancarlo
8177 \end_layout
8178
8179 \end_inset
8180 </cell>
8181 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8182 \begin_inset Text
8183
8184 \begin_layout Plain Layout
8185 111
8186 \end_layout
8187
8188 \end_inset
8189 </cell>
8190 </row>
8191 <row>
8192 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8193 \begin_inset Text
8194
8195 \begin_layout Plain Layout
8196
8197 \series bold
8198 Malfatti
8199 \end_layout
8200
8201 \end_inset
8202 </cell>
8203 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8204 \begin_inset Text
8205
8206 \begin_layout Plain Layout
8207 Luciano
8208 \end_layout
8209
8210 \end_inset
8211 </cell>
8212 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8213 \begin_inset Text
8214
8215 \begin_layout Plain Layout
8216 111
8217 \end_layout
8218
8219 \end_inset
8220 </cell>
8221 </row>
8222 <row>
8223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8224 \begin_inset Text
8225
8226 \begin_layout Plain Layout
8227
8228 \series bold
8229 Malfatti
8230 \end_layout
8231
8232 \end_inset
8233 </cell>
8234 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8235 \begin_inset Text
8236
8237 \begin_layout Plain Layout
8238 Valeriano
8239 \end_layout
8240
8241 \end_inset
8242 </cell>
8243 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8244 \begin_inset Text
8245
8246 \begin_layout Plain Layout
8247 111
8248 \end_layout
8249
8250 \end_inset
8251 </cell>
8252 </row>
8253 <row>
8254 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8255 \begin_inset Text
8256
8257 \begin_layout Plain Layout
8258
8259 \series bold
8260 Meneguzzo
8261 \end_layout
8262
8263 \end_inset
8264 </cell>
8265 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8266 \begin_inset Text
8267
8268 \begin_layout Plain Layout
8269 Roberto
8270 \end_layout
8271
8272 \end_inset
8273 </cell>
8274 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8275 \begin_inset Text
8276
8277 \begin_layout Plain Layout
8278 111
8279 \end_layout
8280
8281 \end_inset
8282 </cell>
8283 </row>
8284 <row>
8285 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8286 \begin_inset Text
8287
8288 \begin_layout Plain Layout
8289
8290 \series bold
8291 Mezzadra
8292 \end_layout
8293
8294 \end_inset
8295 </cell>
8296 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8297 \begin_inset Text
8298
8299 \begin_layout Plain Layout
8300 Roberto
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309 111
8310 \end_layout
8311
8312 \end_inset
8313 </cell>
8314 </row>
8315 <row>
8316 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8317 \begin_inset Text
8318
8319 \begin_layout Plain Layout
8320
8321 \series bold
8322 Pirpamer
8323 \end_layout
8324
8325 \end_inset
8326 </cell>
8327 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8328 \begin_inset Text
8329
8330 \begin_layout Plain Layout
8331 Erich
8332 \end_layout
8333
8334 \end_inset
8335 </cell>
8336 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8337 \begin_inset Text
8338
8339 \begin_layout Plain Layout
8340 111
8341 \end_layout
8342
8343 \end_inset
8344 </cell>
8345 </row>
8346 <row>
8347 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8348 \begin_inset Text
8349
8350 \begin_layout Plain Layout
8351
8352 \series bold
8353 Pochiesa
8354 \end_layout
8355
8356 \end_inset
8357 </cell>
8358 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8359 \begin_inset Text
8360
8361 \begin_layout Plain Layout
8362 Paolo
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8368 \begin_inset Text
8369
8370 \begin_layout Plain Layout
8371 111, 222
8372 \end_layout
8373
8374 \end_inset
8375 </cell>
8376 </row>
8377 <row>
8378 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8379 \begin_inset Text
8380
8381 \begin_layout Plain Layout
8382
8383 \series bold
8384 Radina
8385 \end_layout
8386
8387 \end_inset
8388 </cell>
8389 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8390 \begin_inset Text
8391
8392 \begin_layout Plain Layout
8393 Claudio
8394 \end_layout
8395
8396 \end_inset
8397 </cell>
8398 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8399 \begin_inset Text
8400
8401 \begin_layout Plain Layout
8402 111
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 </row>
8408 <row>
8409 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8410 \begin_inset Text
8411
8412 \begin_layout Plain Layout
8413
8414 \series bold
8415 Stuffer
8416 \end_layout
8417
8418 \end_inset
8419 </cell>
8420 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8421 \begin_inset Text
8422
8423 \begin_layout Plain Layout
8424 Oskar
8425 \end_layout
8426
8427 \end_inset
8428 </cell>
8429 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8430 \begin_inset Text
8431
8432 \begin_layout Plain Layout
8433 111
8434 \end_layout
8435
8436 \end_inset
8437 </cell>
8438 </row>
8439 <row>
8440 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8441 \begin_inset Text
8442
8443 \begin_layout Plain Layout
8444
8445 \series bold
8446 Tacchelli
8447 \end_layout
8448
8449 \end_inset
8450 </cell>
8451 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8452 \begin_inset Text
8453
8454 \begin_layout Plain Layout
8455 Ugo
8456 \end_layout
8457
8458 \end_inset
8459 </cell>
8460 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8461 \begin_inset Text
8462
8463 \begin_layout Plain Layout
8464 111
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 </row>
8470 <row>
8471 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8472 \begin_inset Text
8473
8474 \begin_layout Plain Layout
8475
8476 \series bold
8477 Tezzele
8478 \end_layout
8479
8480 \end_inset
8481 </cell>
8482 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8483 \begin_inset Text
8484
8485 \begin_layout Plain Layout
8486 Margit
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8492 \begin_inset Text
8493
8494 \begin_layout Plain Layout
8495 111
8496 \end_layout
8497
8498 \end_inset
8499 </cell>
8500 </row>
8501 <row>
8502 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8503 \begin_inset Text
8504
8505 \begin_layout Plain Layout
8506
8507 \series bold
8508 Unterkalmsteiner
8509 \end_layout
8510
8511 \end_inset
8512 </cell>
8513 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8514 \begin_inset Text
8515
8516 \begin_layout Plain Layout
8517 Frieda
8518 \end_layout
8519
8520 \end_inset
8521 </cell>
8522 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8523 \begin_inset Text
8524
8525 \begin_layout Plain Layout
8526 111
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 </row>
8532 <row>
8533 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8534 \begin_inset Text
8535
8536 \begin_layout Plain Layout
8537
8538 \series bold
8539 Vieider
8540 \end_layout
8541
8542 \end_inset
8543 </cell>
8544 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8545 \begin_inset Text
8546
8547 \begin_layout Plain Layout
8548 Hilde
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8554 \begin_inset Text
8555
8556 \begin_layout Plain Layout
8557 111
8558 \end_layout
8559
8560 \end_inset
8561 </cell>
8562 </row>
8563 <row>
8564 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8565 \begin_inset Text
8566
8567 \begin_layout Plain Layout
8568
8569 \series bold
8570 Vigna
8571 \end_layout
8572
8573 \end_inset
8574 </cell>
8575 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8576 \begin_inset Text
8577
8578 \begin_layout Plain Layout
8579 Jürgen
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8585 \begin_inset Text
8586
8587 \begin_layout Plain Layout
8588 111
8589 \end_layout
8590
8591 \end_inset
8592 </cell>
8593 </row>
8594 <row>
8595 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8596 \begin_inset Text
8597
8598 \begin_layout Plain Layout
8599
8600 \series bold
8601 Weber
8602 \end_layout
8603
8604 \end_inset
8605 </cell>
8606 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8607 \begin_inset Text
8608
8609 \begin_layout Plain Layout
8610 Maurizio
8611 \end_layout
8612
8613 \end_inset
8614 </cell>
8615 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8616 \begin_inset Text
8617
8618 \begin_layout Plain Layout
8619 111
8620 \end_layout
8621
8622 \end_inset
8623 </cell>
8624 </row>
8625 <row>
8626 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8627 \begin_inset Text
8628
8629 \begin_layout Plain Layout
8630
8631 \series bold
8632 Winkler
8633 \end_layout
8634
8635 \end_inset
8636 </cell>
8637 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8638 \begin_inset Text
8639
8640 \begin_layout Plain Layout
8641 Franz
8642 \end_layout
8643
8644 \end_inset
8645 </cell>
8646 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8647 \begin_inset Text
8648
8649 \begin_layout Plain Layout
8650 111
8651 \end_layout
8652
8653 \end_inset
8654 </cell>
8655 </row>
8656 <row>
8657 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8658 \begin_inset Text
8659
8660 \begin_layout Plain Layout
8661  
8662 \end_layout
8663
8664 \end_inset
8665 </cell>
8666 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8667 \begin_inset Text
8668
8669 \begin_layout Plain Layout
8670
8671 \end_layout
8672
8673 \end_inset
8674 </cell>
8675 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8676 \begin_inset Text
8677
8678 \begin_layout Plain Layout
8679
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 </row>
8685 <row>
8686 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8687 \begin_inset Text
8688
8689 \begin_layout Plain Layout
8690
8691 \series bold
8692 Annovi
8693 \end_layout
8694
8695 \end_inset
8696 </cell>
8697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8698 \begin_inset Text
8699
8700 \begin_layout Plain Layout
8701 Silvia
8702 \end_layout
8703
8704 \end_inset
8705 </cell>
8706 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8707 \begin_inset Text
8708
8709 \begin_layout Plain Layout
8710 555
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 </row>
8716 <row>
8717 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8718 \begin_inset Text
8719
8720 \begin_layout Plain Layout
8721
8722 \series bold
8723 Bertoli
8724 \end_layout
8725
8726 \end_inset
8727 </cell>
8728 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8729 \begin_inset Text
8730
8731 \begin_layout Plain Layout
8732 Stefano
8733 \end_layout
8734
8735 \end_inset
8736 </cell>
8737 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8738 \begin_inset Text
8739
8740 \begin_layout Plain Layout
8741 555
8742 \end_layout
8743
8744 \end_inset
8745 </cell>
8746 </row>
8747 <row>
8748 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8749 \begin_inset Text
8750
8751 \begin_layout Plain Layout
8752
8753 \series bold
8754 Bozzi
8755 \end_layout
8756
8757 \end_inset
8758 </cell>
8759 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8760 \begin_inset Text
8761
8762 \begin_layout Plain Layout
8763 Walter
8764 \end_layout
8765
8766 \end_inset
8767 </cell>
8768 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8769 \begin_inset Text
8770
8771 \begin_layout Plain Layout
8772 555
8773 \end_layout
8774
8775 \end_inset
8776 </cell>
8777 </row>
8778 <row>
8779 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8780 \begin_inset Text
8781
8782 \begin_layout Plain Layout
8783
8784 \series bold
8785 Cachia
8786 \end_layout
8787
8788 \end_inset
8789 </cell>
8790 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8791 \begin_inset Text
8792
8793 \begin_layout Plain Layout
8794 Maria
8795 \end_layout
8796
8797 \end_inset
8798 </cell>
8799 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8800 \begin_inset Text
8801
8802 \begin_layout Plain Layout
8803 555
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 </row>
8809 <row>
8810 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8811 \begin_inset Text
8812
8813 \begin_layout Plain Layout
8814
8815 \series bold
8816 Cachia
8817 \end_layout
8818
8819 \end_inset
8820 </cell>
8821 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8822 \begin_inset Text
8823
8824 \begin_layout Plain Layout
8825 Maurizio
8826 \end_layout
8827
8828 \end_inset
8829 </cell>
8830 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8831 \begin_inset Text
8832
8833 \begin_layout Plain Layout
8834 555
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 </row>
8840 <row>
8841 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Plain Layout
8845
8846 \series bold
8847 Cinquemani
8848 \end_layout
8849
8850 \end_inset
8851 </cell>
8852 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8853 \begin_inset Text
8854
8855 \begin_layout Plain Layout
8856 Giusi
8857 \end_layout
8858
8859 \end_inset
8860 </cell>
8861 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8862 \begin_inset Text
8863
8864 \begin_layout Plain Layout
8865 555
8866 \end_layout
8867
8868 \end_inset
8869 </cell>
8870 </row>
8871 <row>
8872 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8873 \begin_inset Text
8874
8875 \begin_layout Plain Layout
8876
8877 \series bold
8878 Colin
8879 \end_layout
8880
8881 \end_inset
8882 </cell>
8883 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8884 \begin_inset Text
8885
8886 \begin_layout Plain Layout
8887 Bernard
8888 \end_layout
8889
8890 \end_inset
8891 </cell>
8892 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8893 \begin_inset Text
8894
8895 \begin_layout Plain Layout
8896 555
8897 \end_layout
8898
8899 \end_inset
8900 </cell>
8901 </row>
8902 <row>
8903 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8904 \begin_inset Text
8905
8906 \begin_layout Plain Layout
8907
8908 \series bold
8909 Concli
8910 \end_layout
8911
8912 \end_inset
8913 </cell>
8914 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8915 \begin_inset Text
8916
8917 \begin_layout Plain Layout
8918 Gianfranco
8919 \end_layout
8920
8921 \end_inset
8922 </cell>
8923 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8924 \begin_inset Text
8925
8926 \begin_layout Plain Layout
8927 555
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 </row>
8933 <row>
8934 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8935 \begin_inset Text
8936
8937 \begin_layout Plain Layout
8938
8939 \series bold
8940 Dal Bosco
8941 \end_layout
8942
8943 \end_inset
8944 </cell>
8945 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8946 \begin_inset Text
8947
8948 \begin_layout Plain Layout
8949 Carolina
8950 \end_layout
8951
8952 \end_inset
8953 </cell>
8954 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Plain Layout
8958 555
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 </row>
8964 <row>
8965 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8966 \begin_inset Text
8967
8968 \begin_layout Plain Layout
8969
8970 \series bold
8971 Dalpiaz
8972 \end_layout
8973
8974 \end_inset
8975 </cell>
8976 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8977 \begin_inset Text
8978
8979 \begin_layout Plain Layout
8980 Annamaria
8981 \end_layout
8982
8983 \end_inset
8984 </cell>
8985 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8986 \begin_inset Text
8987
8988 \begin_layout Plain Layout
8989 555
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 </row>
8995 <row>
8996 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8997 \begin_inset Text
8998
8999 \begin_layout Plain Layout
9000
9001 \series bold
9002 Feliciello
9003 \end_layout
9004
9005 \end_inset
9006 </cell>
9007 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9008 \begin_inset Text
9009
9010 \begin_layout Plain Layout
9011 Domenico
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9017 \begin_inset Text
9018
9019 \begin_layout Plain Layout
9020 555
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 </row>
9026 <row>
9027 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9028 \begin_inset Text
9029
9030 \begin_layout Plain Layout
9031
9032 \series bold
9033 Focarelli
9034 \end_layout
9035
9036 \end_inset
9037 </cell>
9038 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9039 \begin_inset Text
9040
9041 \begin_layout Plain Layout
9042 Paola
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9048 \begin_inset Text
9049
9050 \begin_layout Plain Layout
9051 555
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 </row>
9057 <row>
9058 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9059 \begin_inset Text
9060
9061 \begin_layout Plain Layout
9062
9063 \series bold
9064 Galletti
9065 \end_layout
9066
9067 \end_inset
9068 </cell>
9069 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9070 \begin_inset Text
9071
9072 \begin_layout Plain Layout
9073 Oreste
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9079 \begin_inset Text
9080
9081 \begin_layout Plain Layout
9082 555
9083 \end_layout
9084
9085 \end_inset
9086 </cell>
9087 </row>
9088 <row>
9089 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9090 \begin_inset Text
9091
9092 \begin_layout Plain Layout
9093
9094 \series bold
9095 Gasparini
9096 \end_layout
9097
9098 \end_inset
9099 </cell>
9100 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9101 \begin_inset Text
9102
9103 \begin_layout Plain Layout
9104 Franca
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Plain Layout
9113 555
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 </row>
9119 <row>
9120 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9121 \begin_inset Text
9122
9123 \begin_layout Plain Layout
9124
9125 \series bold
9126 Rizzardi
9127 \end_layout
9128
9129 \end_inset
9130 </cell>
9131 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9132 \begin_inset Text
9133
9134 \begin_layout Plain Layout
9135 Paola
9136 \end_layout
9137
9138 \end_inset
9139 </cell>
9140 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9141 \begin_inset Text
9142
9143 \begin_layout Plain Layout
9144 555
9145 \end_layout
9146
9147 \end_inset
9148 </cell>
9149 </row>
9150 <row>
9151 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9152 \begin_inset Text
9153
9154 \begin_layout Plain Layout
9155
9156 \series bold
9157 Lassini
9158 \end_layout
9159
9160 \end_inset
9161 </cell>
9162 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9163 \begin_inset Text
9164
9165 \begin_layout Plain Layout
9166 Giancarlo
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Plain Layout
9175 555
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 </row>
9181 <row>
9182 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9183 \begin_inset Text
9184
9185 \begin_layout Plain Layout
9186
9187 \series bold
9188 Malfatti
9189 \end_layout
9190
9191 \end_inset
9192 </cell>
9193 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9194 \begin_inset Text
9195
9196 \begin_layout Plain Layout
9197 Luciano
9198 \end_layout
9199
9200 \end_inset
9201 </cell>
9202 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9203 \begin_inset Text
9204
9205 \begin_layout Plain Layout
9206 555
9207 \end_layout
9208
9209 \end_inset
9210 </cell>
9211 </row>
9212 <row>
9213 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9214 \begin_inset Text
9215
9216 \begin_layout Plain Layout
9217
9218 \series bold
9219 Malfatti
9220 \end_layout
9221
9222 \end_inset
9223 </cell>
9224 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9225 \begin_inset Text
9226
9227 \begin_layout Plain Layout
9228 Valeriano
9229 \end_layout
9230
9231 \end_inset
9232 </cell>
9233 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9234 \begin_inset Text
9235
9236 \begin_layout Plain Layout
9237 555
9238 \end_layout
9239
9240 \end_inset
9241 </cell>
9242 </row>
9243 <row>
9244 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9245 \begin_inset Text
9246
9247 \begin_layout Plain Layout
9248
9249 \series bold
9250 Meneguzzo
9251 \end_layout
9252
9253 \end_inset
9254 </cell>
9255 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9256 \begin_inset Text
9257
9258 \begin_layout Plain Layout
9259 Roberto
9260 \end_layout
9261
9262 \end_inset
9263 </cell>
9264 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9265 \begin_inset Text
9266
9267 \begin_layout Plain Layout
9268 555
9269 \end_layout
9270
9271 \end_inset
9272 </cell>
9273 </row>
9274 <row>
9275 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9276 \begin_inset Text
9277
9278 \begin_layout Plain Layout
9279
9280 \series bold
9281 Mezzadra
9282 \end_layout
9283
9284 \end_inset
9285 </cell>
9286 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9287 \begin_inset Text
9288
9289 \begin_layout Plain Layout
9290 Roberto
9291 \end_layout
9292
9293 \end_inset
9294 </cell>
9295 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9296 \begin_inset Text
9297
9298 \begin_layout Plain Layout
9299 555
9300 \end_layout
9301
9302 \end_inset
9303 </cell>
9304 </row>
9305 </lyxtabular>
9306
9307 \end_inset
9308
9309
9310 \end_layout
9311
9312 \begin_layout Section
9313 Special Longtable Issues
9314 \begin_inset CommandInset label
9315 LatexCommand label
9316 name "sec:Special-Longtable-Issues"
9317
9318 \end_inset
9319
9320
9321 \end_layout
9322
9323 \begin_layout Subsection
9324 Longtable Calculation
9325 \begin_inset Index
9326 status collapsed
9327
9328 \begin_layout Plain Layout
9329 Longtables ! Calculation
9330 \end_layout
9331
9332 \end_inset
9333
9334
9335 \end_layout
9336
9337 \begin_layout Standard
9338 LaTeX calculates the height of table pages and their page breaks using so
9339  called chunks.
9340  Chunks are pieces of the tables that are at once in LaTeX's memory.
9341  The default value is historically set to only 20 table rows.
9342  If you are using longtables with many pages this may slow down the creation
9343  of your document.
9344  You can safely increase the chunk size to values of 100-1000 by adding
9345  this command line to your document preamble:
9346 \end_layout
9347
9348 \begin_layout Standard
9349
9350 \series bold
9351
9352 \backslash
9353 setcounter{LTchunksize}{100}
9354 \end_layout
9355
9356 \begin_layout Subsection
9357 Floats and Longtables
9358 \begin_inset Index
9359 status collapsed
9360
9361 \begin_layout Plain Layout
9362 Longtables ! Floats
9363 \end_layout
9364
9365 \end_inset
9366
9367
9368 \end_layout
9369
9370 \begin_layout Standard
9371 There might be problems when a float appears on the same page where a longtable
9372  starts.
9373  To avoid such situation, add the command 
9374 \series bold
9375
9376 \backslash
9377 clearpage
9378 \series default
9379  as TeX-Code before your longtable.
9380 \end_layout
9381
9382 \begin_layout Subsection
9383 Forced Page Breaks
9384 \begin_inset Index
9385 status collapsed
9386
9387 \begin_layout Plain Layout
9388 Longtables ! Forced Page Breaks
9389 \end_layout
9390
9391 \end_inset
9392
9393
9394 \end_layout
9395
9396 \begin_layout Standard
9397 By default tables are only broken between rows.
9398  If you have a cell with multiples lines and want to have a page break within
9399  the cell, insert the new line command 
9400 \begin_inset Quotes eld
9401 \end_inset
9402
9403
9404 \series bold
9405
9406 \backslash
9407
9408 \backslash
9409
9410 \series default
9411
9412 \begin_inset Quotes erd
9413 \end_inset
9414
9415  as TeX-Code at this point of the cell where it can be broken.
9416  Before the 
9417 \series bold
9418
9419 \backslash
9420
9421 \backslash
9422
9423 \series default
9424  command you have to insert in TeX-Code so many 
9425 \begin_inset Quotes eld
9426 \end_inset
9427
9428
9429 \series bold
9430 &
9431 \series default
9432
9433 \begin_inset Quotes erd
9434 \end_inset
9435
9436  characters like the number of the following table columns.
9437  The 
9438 \series bold
9439 &
9440 \series default
9441  is the character to separate table cells.
9442  Write in TeX-Code after each 
9443 \series bold
9444 &
9445 \series default
9446  the content of the corresponding following cell and delete the content
9447  of these cells.
9448 \begin_inset Newline newline
9449 \end_inset
9450
9451 Behind the the 
9452 \series bold
9453
9454 \backslash
9455
9456 \backslash
9457
9458 \series default
9459  command, insert so many 
9460 \series bold
9461 &
9462 \series default
9463  characters like the number of table columns before the current column.
9464  In Table
9465 \begin_inset space ~
9466 \end_inset
9467
9468
9469 \begin_inset CommandInset ref
9470 LatexCommand ref
9471 reference "tab:ForcedPagebreak"
9472
9473 \end_inset
9474
9475  the cell that should be broken is in the second column followed by another
9476  column.
9477  Therefore the following command was inserted in the cell as TeX-Code behind
9478  
9479 \begin_inset Quotes eld
9480 \end_inset
9481
9482
9483 \emph on
9484 Castelchiodato,
9485 \emph default
9486
9487 \begin_inset Quotes erd
9488 \end_inset
9489
9490 :
9491 \end_layout
9492
9493 \begin_layout Standard
9494
9495 \series bold
9496 & 111
9497 \backslash
9498
9499 \backslash
9500  
9501 \backslash
9502 newpage
9503 \begin_inset Newline newline
9504 \end_inset
9505
9506 &
9507 \end_layout
9508
9509 \begin_layout Standard
9510 The 
9511 \begin_inset Quotes eld
9512 \end_inset
9513
9514 111
9515 \begin_inset Quotes erd
9516 \end_inset
9517
9518  in the third columns of the row was deleted.
9519  
9520 \series bold
9521
9522 \backslash
9523 newpage
9524 \series default
9525  is only needed when a page break should definitively occur at this position,
9526  otherwise it is only a possibility to break.
9527  If your footer row of the longtable has for a certain reason no upper line
9528  but you would have a horizontal line where the cell is broken, use this
9529  command instead:
9530 \end_layout
9531
9532 \begin_layout Standard
9533
9534 \series bold
9535 & 111
9536 \backslash
9537
9538 \backslash
9539
9540 \begin_inset Newline newline
9541 \end_inset
9542
9543
9544 \backslash
9545 hline &
9546 \end_layout
9547
9548 \begin_layout Standard
9549 When the cell to be broken is in the last column, the command
9550 \end_layout
9551
9552 \begin_layout Standard
9553
9554 \series bold
9555
9556 \backslash
9557 setlength{
9558 \backslash
9559 parfillskip}{0pt}
9560 \end_layout
9561
9562 \begin_layout Standard
9563 must be inserted as TeX-Code at the beginning of the cell.
9564  This assures that the part of the cell that will be displayed on the new
9565  page appears with the full width.
9566 \end_layout
9567
9568 \begin_layout Standard
9569 \align center
9570 \begin_inset Tabular
9571 <lyxtabular version="3" rows="38" columns="3">
9572 <features islongtable="true" lastFootEmpty="true">
9573 <column alignment="left" valignment="top" width="0cm">
9574 <column alignment="left" valignment="top" width="3cm">
9575 <column alignment="center" valignment="top" width="0pt">
9576 <row caption="true">
9577 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9578 \begin_inset Text
9579
9580 \begin_layout Plain Layout
9581 \begin_inset Caption
9582
9583 \begin_layout Plain Layout
9584 Table with forced page break in table cell
9585 \begin_inset CommandInset label
9586 LatexCommand label
9587 name "tab:ForcedPagebreak"
9588
9589 \end_inset
9590
9591
9592 \begin_inset OptArg
9593 status collapsed
9594
9595 \begin_layout Plain Layout
9596 Table with forced page break in table cell
9597 \end_layout
9598
9599 \end_inset
9600
9601
9602 \end_layout
9603
9604 \end_inset
9605
9606
9607 \end_layout
9608
9609 \end_inset
9610 </cell>
9611 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9612 \begin_inset Text
9613
9614 \begin_layout Plain Layout
9615
9616 \end_layout
9617
9618 \end_inset
9619 </cell>
9620 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9621 \begin_inset Text
9622
9623 \begin_layout Plain Layout
9624
9625 \end_layout
9626
9627 \end_inset
9628 </cell>
9629 </row>
9630 <row endfirsthead="true">
9631 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9632 \begin_inset Text
9633
9634 \begin_layout Plain Layout
9635
9636 \series bold
9637 Example Phone List (ignore the names)
9638 \end_layout
9639
9640 \end_inset
9641 </cell>
9642 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9643 \begin_inset Text
9644
9645 \begin_layout Plain Layout
9646
9647 \end_layout
9648
9649 \end_inset
9650 </cell>
9651 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9652 \begin_inset Text
9653
9654 \begin_layout Plain Layout
9655
9656 \end_layout
9657
9658 \end_inset
9659 </cell>
9660 </row>
9661 <row endfirsthead="true">
9662 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9663 \begin_inset Text
9664
9665 \begin_layout Plain Layout
9666
9667 \series bold
9668 NAME
9669 \end_layout
9670
9671 \end_inset
9672 </cell>
9673 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9674 \begin_inset Text
9675
9676 \begin_layout Plain Layout
9677
9678 \end_layout
9679
9680 \end_inset
9681 </cell>
9682 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9683 \begin_inset Text
9684
9685 \begin_layout Plain Layout
9686
9687 \series bold
9688 TEL.
9689 \end_layout
9690
9691 \end_inset
9692 </cell>
9693 </row>
9694 <row endhead="true">
9695 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9696 \begin_inset Text
9697
9698 \begin_layout Plain Layout
9699 \begin_inset ERT
9700 status collapsed
9701
9702 \begin_layout Plain Layout
9703
9704
9705 \backslash
9706 caption*{Continued Example Phone List}
9707 \backslash
9708
9709 \backslash
9710 %
9711 \end_layout
9712
9713 \end_inset
9714
9715
9716 \end_layout
9717
9718 \end_inset
9719 </cell>
9720 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9721 \begin_inset Text
9722
9723 \begin_layout Plain Layout
9724
9725 \end_layout
9726
9727 \end_inset
9728 </cell>
9729 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9730 \begin_inset Text
9731
9732 \begin_layout Plain Layout
9733
9734 \end_layout
9735
9736 \end_inset
9737 </cell>
9738 </row>
9739 <row endhead="true">
9740 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9741 \begin_inset Text
9742
9743 \begin_layout Plain Layout
9744
9745 \series bold
9746 Example Phone List
9747 \end_layout
9748
9749 \end_inset
9750 </cell>
9751 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9752 \begin_inset Text
9753
9754 \begin_layout Plain Layout
9755
9756 \end_layout
9757
9758 \end_inset
9759 </cell>
9760 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9761 \begin_inset Text
9762
9763 \begin_layout Plain Layout
9764
9765 \end_layout
9766
9767 \end_inset
9768 </cell>
9769 </row>
9770 <row endhead="true">
9771 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9772 \begin_inset Text
9773
9774 \begin_layout Plain Layout
9775
9776 \series bold
9777 NAME
9778 \end_layout
9779
9780 \end_inset
9781 </cell>
9782 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9783 \begin_inset Text
9784
9785 \begin_layout Plain Layout
9786
9787 \end_layout
9788
9789 \end_inset
9790 </cell>
9791 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9792 \begin_inset Text
9793
9794 \begin_layout Plain Layout
9795
9796 \series bold
9797 TEL.
9798 \end_layout
9799
9800 \end_inset
9801 </cell>
9802 </row>
9803 <row endfoot="true">
9804 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9805 \begin_inset Text
9806
9807 \begin_layout Plain Layout
9808 continued on next page
9809 \end_layout
9810
9811 \end_inset
9812 </cell>
9813 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9814 \begin_inset Text
9815
9816 \begin_layout Plain Layout
9817
9818 \end_layout
9819
9820 \end_inset
9821 </cell>
9822 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9823 \begin_inset Text
9824
9825 \begin_layout Plain Layout
9826
9827 \end_layout
9828
9829 \end_inset
9830 </cell>
9831 </row>
9832 <row>
9833 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9834 \begin_inset Text
9835
9836 \begin_layout Plain Layout
9837
9838 \series bold
9839 Annovi
9840 \end_layout
9841
9842 \end_inset
9843 </cell>
9844 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9845 \begin_inset Text
9846
9847 \begin_layout Plain Layout
9848 Silvia
9849 \end_layout
9850
9851 \end_inset
9852 </cell>
9853 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9854 \begin_inset Text
9855
9856 \begin_layout Plain Layout
9857 111
9858 \end_layout
9859
9860 \end_inset
9861 </cell>
9862 </row>
9863 <row>
9864 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9865 \begin_inset Text
9866
9867 \begin_layout Plain Layout
9868
9869 \series bold
9870 Bertoli
9871 \end_layout
9872
9873 \end_inset
9874 </cell>
9875 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9876 \begin_inset Text
9877
9878 \begin_layout Plain Layout
9879 Stefano
9880 \end_layout
9881
9882 \end_inset
9883 </cell>
9884 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9885 \begin_inset Text
9886
9887 \begin_layout Plain Layout
9888 111
9889 \end_layout
9890
9891 \end_inset
9892 </cell>
9893 </row>
9894 <row>
9895 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9896 \begin_inset Text
9897
9898 \begin_layout Plain Layout
9899
9900 \series bold
9901 Bozzi
9902 \end_layout
9903
9904 \end_inset
9905 </cell>
9906 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9907 \begin_inset Text
9908
9909 \begin_layout Plain Layout
9910 Walter
9911 \end_layout
9912
9913 \end_inset
9914 </cell>
9915 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9916 \begin_inset Text
9917
9918 \begin_layout Plain Layout
9919 111
9920 \end_layout
9921
9922 \end_inset
9923 </cell>
9924 </row>
9925 <row>
9926 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9927 \begin_inset Text
9928
9929 \begin_layout Plain Layout
9930
9931 \series bold
9932 Cachia
9933 \end_layout
9934
9935 \end_inset
9936 </cell>
9937 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9938 \begin_inset Text
9939
9940 \begin_layout Plain Layout
9941 Maria
9942 \end_layout
9943
9944 \end_inset
9945 </cell>
9946 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9947 \begin_inset Text
9948
9949 \begin_layout Plain Layout
9950 111
9951 \end_layout
9952
9953 \end_inset
9954 </cell>
9955 </row>
9956 <row>
9957 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9958 \begin_inset Text
9959
9960 \begin_layout Plain Layout
9961
9962 \series bold
9963 Cachia
9964 \end_layout
9965
9966 \end_inset
9967 </cell>
9968 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9969 \begin_inset Text
9970
9971 \begin_layout Plain Layout
9972 Maurizio
9973 \end_layout
9974
9975 \end_inset
9976 </cell>
9977 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9978 \begin_inset Text
9979
9980 \begin_layout Plain Layout
9981 111
9982 \end_layout
9983
9984 \end_inset
9985 </cell>
9986 </row>
9987 <row>
9988 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9989 \begin_inset Text
9990
9991 \begin_layout Plain Layout
9992
9993 \series bold
9994 Cinquemani
9995 \end_layout
9996
9997 \end_inset
9998 </cell>
9999 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10000 \begin_inset Text
10001
10002 \begin_layout Plain Layout
10003 Giusi
10004 \end_layout
10005
10006 \end_inset
10007 </cell>
10008 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10009 \begin_inset Text
10010
10011 \begin_layout Plain Layout
10012 111
10013 \end_layout
10014
10015 \end_inset
10016 </cell>
10017 </row>
10018 <row>
10019 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10020 \begin_inset Text
10021
10022 \begin_layout Plain Layout
10023
10024 \series bold
10025 Colin
10026 \end_layout
10027
10028 \end_inset
10029 </cell>
10030 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10031 \begin_inset Text
10032
10033 \begin_layout Plain Layout
10034 Bernard
10035 \end_layout
10036
10037 \end_inset
10038 </cell>
10039 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10040 \begin_inset Text
10041
10042 \begin_layout Plain Layout
10043 111
10044 \end_layout
10045
10046 \end_inset
10047 </cell>
10048 </row>
10049 <row>
10050 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10051 \begin_inset Text
10052
10053 \begin_layout Plain Layout
10054
10055 \series bold
10056 Concli
10057 \end_layout
10058
10059 \end_inset
10060 </cell>
10061 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10062 \begin_inset Text
10063
10064 \begin_layout Plain Layout
10065 Gianfranco
10066 \end_layout
10067
10068 \end_inset
10069 </cell>
10070 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10071 \begin_inset Text
10072
10073 \begin_layout Plain Layout
10074 111
10075 \end_layout
10076
10077 \end_inset
10078 </cell>
10079 </row>
10080 <row>
10081 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10082 \begin_inset Text
10083
10084 \begin_layout Plain Layout
10085
10086 \series bold
10087 Dal Bosco
10088 \end_layout
10089
10090 \end_inset
10091 </cell>
10092 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10093 \begin_inset Text
10094
10095 \begin_layout Plain Layout
10096 Carolina
10097 \end_layout
10098
10099 \end_inset
10100 </cell>
10101 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10102 \begin_inset Text
10103
10104 \begin_layout Plain Layout
10105 111
10106 \end_layout
10107
10108 \end_inset
10109 </cell>
10110 </row>
10111 <row>
10112 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10113 \begin_inset Text
10114
10115 \begin_layout Plain Layout
10116
10117 \series bold
10118 Dalpiaz
10119 \end_layout
10120
10121 \end_inset
10122 </cell>
10123 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10124 \begin_inset Text
10125
10126 \begin_layout Plain Layout
10127 Annamaria
10128 \end_layout
10129
10130 \end_inset
10131 </cell>
10132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10133 \begin_inset Text
10134
10135 \begin_layout Plain Layout
10136 111
10137 \end_layout
10138
10139 \end_inset
10140 </cell>
10141 </row>
10142 <row>
10143 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10144 \begin_inset Text
10145
10146 \begin_layout Plain Layout
10147
10148 \series bold
10149 Feliciello
10150 \end_layout
10151
10152 \end_inset
10153 </cell>
10154 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10155 \begin_inset Text
10156
10157 \begin_layout Plain Layout
10158 Domenico
10159 \end_layout
10160
10161 \end_inset
10162 </cell>
10163 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10164 \begin_inset Text
10165
10166 \begin_layout Plain Layout
10167 111
10168 \end_layout
10169
10170 \end_inset
10171 </cell>
10172 </row>
10173 <row>
10174 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10175 \begin_inset Text
10176
10177 \begin_layout Plain Layout
10178
10179 \series bold
10180 Focarelli
10181 \end_layout
10182
10183 \end_inset
10184 </cell>
10185 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10186 \begin_inset Text
10187
10188 \begin_layout Plain Layout
10189 Paola
10190 \end_layout
10191
10192 \end_inset
10193 </cell>
10194 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10195 \begin_inset Text
10196
10197 \begin_layout Plain Layout
10198 111
10199 \end_layout
10200
10201 \end_inset
10202 </cell>
10203 </row>
10204 <row>
10205 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10206 \begin_inset Text
10207
10208 \begin_layout Plain Layout
10209
10210 \series bold
10211 Galletti
10212 \end_layout
10213
10214 \end_inset
10215 </cell>
10216 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10217 \begin_inset Text
10218
10219 \begin_layout Plain Layout
10220 Oreste
10221 \end_layout
10222
10223 \end_inset
10224 </cell>
10225 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10226 \begin_inset Text
10227
10228 \begin_layout Plain Layout
10229 111
10230 \end_layout
10231
10232 \end_inset
10233 </cell>
10234 </row>
10235 <row>
10236 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10237 \begin_inset Text
10238
10239 \begin_layout Plain Layout
10240
10241 \series bold
10242 Gasparini
10243 \end_layout
10244
10245 \end_inset
10246 </cell>
10247 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10248 \begin_inset Text
10249
10250 \begin_layout Plain Layout
10251 Franca
10252 \end_layout
10253
10254 \end_inset
10255 </cell>
10256 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10257 \begin_inset Text
10258
10259 \begin_layout Plain Layout
10260 111
10261 \end_layout
10262
10263 \end_inset
10264 </cell>
10265 </row>
10266 <row>
10267 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10268 \begin_inset Text
10269
10270 \begin_layout Plain Layout
10271
10272 \series bold
10273 Lassini
10274 \end_layout
10275
10276 \end_inset
10277 </cell>
10278 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10279 \begin_inset Text
10280
10281 \begin_layout Plain Layout
10282 Giancarlo
10283 \end_layout
10284
10285 \end_inset
10286 </cell>
10287 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10288 \begin_inset Text
10289
10290 \begin_layout Plain Layout
10291 111
10292 \end_layout
10293
10294 \end_inset
10295 </cell>
10296 </row>
10297 <row>
10298 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10299 \begin_inset Text
10300
10301 \begin_layout Plain Layout
10302
10303 \series bold
10304 Malfatti
10305 \end_layout
10306
10307 \end_inset
10308 </cell>
10309 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10310 \begin_inset Text
10311
10312 \begin_layout Plain Layout
10313 Luciano
10314 \end_layout
10315
10316 \end_inset
10317 </cell>
10318 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10319 \begin_inset Text
10320
10321 \begin_layout Plain Layout
10322 111
10323 \end_layout
10324
10325 \end_inset
10326 </cell>
10327 </row>
10328 <row>
10329 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10330 \begin_inset Text
10331
10332 \begin_layout Plain Layout
10333
10334 \series bold
10335 Malfatti
10336 \end_layout
10337
10338 \end_inset
10339 </cell>
10340 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10341 \begin_inset Text
10342
10343 \begin_layout Plain Layout
10344 Valeriano
10345 \end_layout
10346
10347 \end_inset
10348 </cell>
10349 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10350 \begin_inset Text
10351
10352 \begin_layout Plain Layout
10353 111
10354 \end_layout
10355
10356 \end_inset
10357 </cell>
10358 </row>
10359 <row>
10360 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10361 \begin_inset Text
10362
10363 \begin_layout Plain Layout
10364
10365 \series bold
10366 Meneguzzo
10367 \end_layout
10368
10369 \end_inset
10370 </cell>
10371 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10372 \begin_inset Text
10373
10374 \begin_layout Plain Layout
10375 Roberto
10376 \end_layout
10377
10378 \end_inset
10379 </cell>
10380 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10381 \begin_inset Text
10382
10383 \begin_layout Plain Layout
10384 111
10385 \end_layout
10386
10387 \end_inset
10388 </cell>
10389 </row>
10390 <row>
10391 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10392 \begin_inset Text
10393
10394 \begin_layout Plain Layout
10395
10396 \series bold
10397 Mezzadra
10398 \end_layout
10399
10400 \end_inset
10401 </cell>
10402 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10403 \begin_inset Text
10404
10405 \begin_layout Plain Layout
10406 Roberto
10407 \end_layout
10408
10409 \end_inset
10410 </cell>
10411 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10412 \begin_inset Text
10413
10414 \begin_layout Plain Layout
10415 111
10416 \end_layout
10417
10418 \end_inset
10419 </cell>
10420 </row>
10421 <row>
10422 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10423 \begin_inset Text
10424
10425 \begin_layout Plain Layout
10426
10427 \series bold
10428 Pirpamer
10429 \end_layout
10430
10431 \end_inset
10432 </cell>
10433 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10434 \begin_inset Text
10435
10436 \begin_layout Plain Layout
10437 Erich
10438 \end_layout
10439
10440 \end_inset
10441 </cell>
10442 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10443 \begin_inset Text
10444
10445 \begin_layout Plain Layout
10446 111
10447 \end_layout
10448
10449 \end_inset
10450 </cell>
10451 </row>
10452 <row>
10453 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10454 \begin_inset Text
10455
10456 \begin_layout Plain Layout
10457
10458 \series bold
10459 Pochiesa
10460 \end_layout
10461
10462 \end_inset
10463 </cell>
10464 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10465 \begin_inset Text
10466
10467 \begin_layout Plain Layout
10468 Paolo
10469 \end_layout
10470
10471 \end_inset
10472 </cell>
10473 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10474 \begin_inset Text
10475
10476 \begin_layout Plain Layout
10477 111, 222
10478 \end_layout
10479
10480 \end_inset
10481 </cell>
10482 </row>
10483 <row>
10484 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10485 \begin_inset Text
10486
10487 \begin_layout Plain Layout
10488
10489 \series bold
10490 Radina
10491 \end_layout
10492
10493 \end_inset
10494 </cell>
10495 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10496 \begin_inset Text
10497
10498 \begin_layout Plain Layout
10499 Claudio
10500 \end_layout
10501
10502 \end_inset
10503 </cell>
10504 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10505 \begin_inset Text
10506
10507 \begin_layout Plain Layout
10508 111
10509 \end_layout
10510
10511 \end_inset
10512 </cell>
10513 </row>
10514 <row>
10515 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10516 \begin_inset Text
10517
10518 \begin_layout Plain Layout
10519
10520 \series bold
10521 Rizzardi
10522 \end_layout
10523
10524 \end_inset
10525 </cell>
10526 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10527 \begin_inset Text
10528
10529 \begin_layout Plain Layout
10530 Paolo, 11.
10531  Fürst von Montecompatri, 11.
10532  Fürst von Sulmona und Vivaro, 10.
10533  Fürst von Rossano, 5.
10534  Herzog von Canemorte, 11.
10535  Herzog von Palombara, 5.
10536  Herzog von Castelchiodato,
10537 \begin_inset ERT
10538 status open
10539
10540 \begin_layout Plain Layout
10541
10542 & 111
10543 \backslash
10544
10545 \backslash
10546  
10547 \backslash
10548 newpage
10549 \end_layout
10550
10551 \begin_layout Plain Layout
10552
10553 &
10554 \end_layout
10555
10556 \end_inset
10557
10558  11.
10559  Herzog von Poggionativo, 11.
10560  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10561  Graf von Valinfreda, 11.
10562  Baron von Cropalati, 11.
10563  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10564 \end_layout
10565
10566 \end_inset
10567 </cell>
10568 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10569 \begin_inset Text
10570
10571 \begin_layout Plain Layout
10572
10573 \end_layout
10574
10575 \end_inset
10576 </cell>
10577 </row>
10578 <row>
10579 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10580 \begin_inset Text
10581
10582 \begin_layout Plain Layout
10583
10584 \series bold
10585 Stuffer
10586 \end_layout
10587
10588 \end_inset
10589 </cell>
10590 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10591 \begin_inset Text
10592
10593 \begin_layout Plain Layout
10594 Oskar
10595 \end_layout
10596
10597 \end_inset
10598 </cell>
10599 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10600 \begin_inset Text
10601
10602 \begin_layout Plain Layout
10603 111
10604 \end_layout
10605
10606 \end_inset
10607 </cell>
10608 </row>
10609 <row>
10610 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10611 \begin_inset Text
10612
10613 \begin_layout Plain Layout
10614
10615 \series bold
10616 Tacchelli
10617 \end_layout
10618
10619 \end_inset
10620 </cell>
10621 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625 Ugo
10626 \end_layout
10627
10628 \end_inset
10629 </cell>
10630 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10631 \begin_inset Text
10632
10633 \begin_layout Plain Layout
10634 111
10635 \end_layout
10636
10637 \end_inset
10638 </cell>
10639 </row>
10640 <row>
10641 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10642 \begin_inset Text
10643
10644 \begin_layout Plain Layout
10645
10646 \series bold
10647 Tezzele
10648 \end_layout
10649
10650 \end_inset
10651 </cell>
10652 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10653 \begin_inset Text
10654
10655 \begin_layout Plain Layout
10656 Margit
10657 \end_layout
10658
10659 \end_inset
10660 </cell>
10661 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10662 \begin_inset Text
10663
10664 \begin_layout Plain Layout
10665 111
10666 \end_layout
10667
10668 \end_inset
10669 </cell>
10670 </row>
10671 <row>
10672 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10673 \begin_inset Text
10674
10675 \begin_layout Plain Layout
10676
10677 \series bold
10678 Unterkalmsteiner
10679 \end_layout
10680
10681 \end_inset
10682 </cell>
10683 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10684 \begin_inset Text
10685
10686 \begin_layout Plain Layout
10687 Frieda
10688 \end_layout
10689
10690 \end_inset
10691 </cell>
10692 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10693 \begin_inset Text
10694
10695 \begin_layout Plain Layout
10696 111
10697 \end_layout
10698
10699 \end_inset
10700 </cell>
10701 </row>
10702 <row>
10703 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10704 \begin_inset Text
10705
10706 \begin_layout Plain Layout
10707
10708 \series bold
10709 Vieider
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10715 \begin_inset Text
10716
10717 \begin_layout Plain Layout
10718 Hilde
10719 \end_layout
10720
10721 \end_inset
10722 </cell>
10723 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10724 \begin_inset Text
10725
10726 \begin_layout Plain Layout
10727 111
10728 \end_layout
10729
10730 \end_inset
10731 </cell>
10732 </row>
10733 <row>
10734 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10735 \begin_inset Text
10736
10737 \begin_layout Plain Layout
10738
10739 \series bold
10740 Vigna
10741 \end_layout
10742
10743 \end_inset
10744 </cell>
10745 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10746 \begin_inset Text
10747
10748 \begin_layout Plain Layout
10749 Jürgen
10750 \end_layout
10751
10752 \end_inset
10753 </cell>
10754 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10755 \begin_inset Text
10756
10757 \begin_layout Plain Layout
10758 111
10759 \end_layout
10760
10761 \end_inset
10762 </cell>
10763 </row>
10764 <row>
10765 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10766 \begin_inset Text
10767
10768 \begin_layout Plain Layout
10769
10770 \series bold
10771 Weber
10772 \end_layout
10773
10774 \end_inset
10775 </cell>
10776 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10777 \begin_inset Text
10778
10779 \begin_layout Plain Layout
10780 Maurizio
10781 \end_layout
10782
10783 \end_inset
10784 </cell>
10785 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10786 \begin_inset Text
10787
10788 \begin_layout Plain Layout
10789 111
10790 \end_layout
10791
10792 \end_inset
10793 </cell>
10794 </row>
10795 <row>
10796 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10797 \begin_inset Text
10798
10799 \begin_layout Plain Layout
10800
10801 \series bold
10802 Winkler
10803 \end_layout
10804
10805 \end_inset
10806 </cell>
10807 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10808 \begin_inset Text
10809
10810 \begin_layout Plain Layout
10811 Franz
10812 \end_layout
10813
10814 \end_inset
10815 </cell>
10816 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10817 \begin_inset Text
10818
10819 \begin_layout Plain Layout
10820 111
10821 \end_layout
10822
10823 \end_inset
10824 </cell>
10825 </row>
10826 </lyxtabular>
10827
10828 \end_inset
10829
10830
10831 \end_layout
10832
10833 \begin_layout Section
10834 Multiple Lines Columns and Rows
10835 \end_layout
10836
10837 \begin_layout Subsection
10838 Multiple Lines in Table Cells
10839 \begin_inset CommandInset label
10840 LatexCommand label
10841 name "sub:Multiple-Lines-in"
10842
10843 \end_inset
10844
10845
10846 \begin_inset Index
10847 status collapsed
10848
10849 \begin_layout Plain Layout
10850 Multiple Lines in Table Cells
10851 \end_layout
10852
10853 \end_inset
10854
10855
10856 \begin_inset Index
10857 status collapsed
10858
10859 \begin_layout Plain Layout
10860 Table ! Linebreaks
10861 \end_layout
10862
10863 \end_inset
10864
10865
10866 \end_layout
10867
10868 \begin_layout Standard
10869 \noindent
10870 \begin_inset Float table
10871 placement H
10872 wide false
10873 sideways false
10874 status open
10875
10876 \begin_layout Plain Layout
10877 \begin_inset Caption
10878
10879 \begin_layout Plain Layout
10880 \begin_inset CommandInset label
10881 LatexCommand label
10882 name "tab:Table-with-multiple"
10883
10884 \end_inset
10885
10886 Table with multiple lines in cells
10887 \end_layout
10888
10889 \end_inset
10890
10891
10892 \end_layout
10893
10894 \begin_layout Plain Layout
10895 \align center
10896 \begin_inset Tabular
10897 <lyxtabular version="3" rows="3" columns="3">
10898 <features>
10899 <column alignment="center" valignment="middle" width="2.5cm">
10900 <column alignment="center" valignment="middle" width="0">
10901 <column alignment="center" valignment="middle" width="0">
10902 <row>
10903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10904 \begin_inset Text
10905
10906 \begin_layout Plain Layout
10907 multiple
10908 \begin_inset Newline linebreak
10909 \end_inset
10910
10911 lines
10912 \end_layout
10913
10914 \end_inset
10915 </cell>
10916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10917 \begin_inset Text
10918
10919 \begin_layout Plain Layout
10920 b
10921 \end_layout
10922
10923 \end_inset
10924 </cell>
10925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10926 \begin_inset Text
10927
10928 \begin_layout Plain Layout
10929 c
10930 \end_layout
10931
10932 \end_inset
10933 </cell>
10934 </row>
10935 <row>
10936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10937 \begin_inset Text
10938
10939 \begin_layout Plain Layout
10940 d
10941 \end_layout
10942
10943 \end_inset
10944 </cell>
10945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10946 \begin_inset Text
10947
10948 \begin_layout Plain Layout
10949 e
10950 \end_layout
10951
10952 \end_inset
10953 </cell>
10954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10955 \begin_inset Text
10956
10957 \begin_layout Plain Layout
10958 f
10959 \end_layout
10960
10961 \end_inset
10962 </cell>
10963 </row>
10964 <row>
10965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10966 \begin_inset Text
10967
10968 \begin_layout Plain Layout
10969 g
10970 \end_layout
10971
10972 \end_inset
10973 </cell>
10974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10975 \begin_inset Text
10976
10977 \begin_layout Plain Layout
10978 h
10979 \end_layout
10980
10981 \end_inset
10982 </cell>
10983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10984 \begin_inset Text
10985
10986 \begin_layout Plain Layout
10987 i
10988 \end_layout
10989
10990 \end_inset
10991 </cell>
10992 </row>
10993 </lyxtabular>
10994
10995 \end_inset
10996
10997
10998 \end_layout
10999
11000 \end_inset
11001
11002
11003 \end_layout
11004
11005 \begin_layout Standard
11006 Adjusting a fixed width for a column, enables to enter text as a paragraph
11007  with multiple lines and hyphenations.
11008 \end_layout
11009
11010 \begin_layout Standard
11011 To produce Table
11012 \begin_inset space ~
11013 \end_inset
11014
11015
11016 \begin_inset CommandInset ref
11017 LatexCommand ref
11018 reference "tab:Table-with-multiple"
11019
11020 \end_inset
11021
11022 , create a 3×3 table, mark the first cell and right-click on it.
11023  In the appearing table dialog we set a cell width of 2.5
11024 \begin_inset space \thinspace{}
11025 \end_inset
11026
11027 cm and choose centered for the vertical and horizontal alignment.
11028  The vertical alignment is used for all cells of the row.
11029  As our text is smaller than than 2.5
11030 \begin_inset space \thinspace{}
11031 \end_inset
11032
11033 cm, only one line will appear.
11034  To get two lines, a justified line break (shortcut 
11035 \begin_inset Info
11036 type  "shortcut"
11037 arg   "newline-insert linebreak"
11038 \end_inset
11039
11040 ) was added.
11041  If the text is wider than the set cell width, it will automatically be
11042  broken to several lines.
11043 \end_layout
11044
11045 \begin_layout Standard
11046 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11047  by LaTeX if it is the first entry.
11048  Therefore you need to insert something, to make the word not being the
11049  first entry.
11050  So add a horizontal space of 0
11051 \begin_inset space \thinspace{}
11052 \end_inset
11053
11054 pt before the word.
11055  As the space is zero, it doesn't change the output.
11056  Table
11057 \begin_inset space ~
11058 \end_inset
11059
11060
11061 \begin_inset CommandInset ref
11062 LatexCommand ref
11063 reference "tab:Table-with-and"
11064
11065 \end_inset
11066
11067  shows the effect.
11068 \end_layout
11069
11070 \begin_layout Standard
11071 \begin_inset Float table
11072 placement h
11073 wide false
11074 sideways false
11075 status open
11076
11077 \begin_layout Plain Layout
11078 \begin_inset Caption
11079
11080 \begin_layout Plain Layout
11081 \begin_inset CommandInset label
11082 LatexCommand label
11083 name "tab:Table-with-and"
11084
11085 \end_inset
11086
11087 Table with and without hyphenation
11088 \end_layout
11089
11090 \end_inset
11091
11092
11093 \end_layout
11094
11095 \begin_layout Plain Layout
11096 \begin_inset space \hfill{}
11097 \end_inset
11098
11099
11100 \begin_inset Tabular
11101 <lyxtabular version="3" rows="3" columns="3">
11102 <features>
11103 <column alignment="center" valignment="middle" width="2.5cm">
11104 <column alignment="center" valignment="middle" width="0">
11105 <column alignment="center" valignment="middle" width="0">
11106 <row>
11107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11108 \begin_inset Text
11109
11110 \begin_layout Plain Layout
11111 verylongtablecellword
11112 \end_layout
11113
11114 \end_inset
11115 </cell>
11116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11117 \begin_inset Text
11118
11119 \begin_layout Plain Layout
11120 b
11121 \end_layout
11122
11123 \end_inset
11124 </cell>
11125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11126 \begin_inset Text
11127
11128 \begin_layout Plain Layout
11129 c
11130 \end_layout
11131
11132 \end_inset
11133 </cell>
11134 </row>
11135 <row>
11136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11137 \begin_inset Text
11138
11139 \begin_layout Plain Layout
11140 d
11141 \end_layout
11142
11143 \end_inset
11144 </cell>
11145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11146 \begin_inset Text
11147
11148 \begin_layout Plain Layout
11149 e
11150 \end_layout
11151
11152 \end_inset
11153 </cell>
11154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11155 \begin_inset Text
11156
11157 \begin_layout Plain Layout
11158 f
11159 \end_layout
11160
11161 \end_inset
11162 </cell>
11163 </row>
11164 <row>
11165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11166 \begin_inset Text
11167
11168 \begin_layout Plain Layout
11169 g
11170 \end_layout
11171
11172 \end_inset
11173 </cell>
11174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11175 \begin_inset Text
11176
11177 \begin_layout Plain Layout
11178 h
11179 \end_layout
11180
11181 \end_inset
11182 </cell>
11183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11184 \begin_inset Text
11185
11186 \begin_layout Plain Layout
11187 i
11188 \end_layout
11189
11190 \end_inset
11191 </cell>
11192 </row>
11193 </lyxtabular>
11194
11195 \end_inset
11196
11197
11198 \begin_inset space \hfill{}
11199 \end_inset
11200
11201
11202 \begin_inset Tabular
11203 <lyxtabular version="3" rows="3" columns="3">
11204 <features>
11205 <column alignment="center" valignment="middle" width="2.5cm">
11206 <column alignment="center" valignment="middle" width="0">
11207 <column alignment="center" valignment="middle" width="0">
11208 <row>
11209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11210 \begin_inset Text
11211
11212 \begin_layout Plain Layout
11213 \begin_inset space \hspace{}
11214 \length 0pt
11215 \end_inset
11216
11217 verylongtablecellword
11218 \end_layout
11219
11220 \end_inset
11221 </cell>
11222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11223 \begin_inset Text
11224
11225 \begin_layout Plain Layout
11226 b
11227 \end_layout
11228
11229 \end_inset
11230 </cell>
11231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11232 \begin_inset Text
11233
11234 \begin_layout Plain Layout
11235 c
11236 \end_layout
11237
11238 \end_inset
11239 </cell>
11240 </row>
11241 <row>
11242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11243 \begin_inset Text
11244
11245 \begin_layout Plain Layout
11246 d
11247 \end_layout
11248
11249 \end_inset
11250 </cell>
11251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11252 \begin_inset Text
11253
11254 \begin_layout Plain Layout
11255 e
11256 \end_layout
11257
11258 \end_inset
11259 </cell>
11260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11261 \begin_inset Text
11262
11263 \begin_layout Plain Layout
11264 f
11265 \end_layout
11266
11267 \end_inset
11268 </cell>
11269 </row>
11270 <row>
11271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11272 \begin_inset Text
11273
11274 \begin_layout Plain Layout
11275 g
11276 \end_layout
11277
11278 \end_inset
11279 </cell>
11280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11281 \begin_inset Text
11282
11283 \begin_layout Plain Layout
11284 h
11285 \end_layout
11286
11287 \end_inset
11288 </cell>
11289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11290 \begin_inset Text
11291
11292 \begin_layout Plain Layout
11293 i
11294 \end_layout
11295
11296 \end_inset
11297 </cell>
11298 </row>
11299 </lyxtabular>
11300
11301 \end_inset
11302
11303
11304 \begin_inset space \hfill{}
11305 \end_inset
11306
11307
11308 \end_layout
11309
11310 \end_inset
11311
11312
11313 \end_layout
11314
11315 \begin_layout Subsection
11316 Multicolumns
11317 \begin_inset CommandInset label
11318 LatexCommand label
11319 name "sub:Multicolumns"
11320
11321 \end_inset
11322
11323
11324 \begin_inset Index
11325 status collapsed
11326
11327 \begin_layout Plain Layout
11328 Multicolumns
11329 \end_layout
11330
11331 \end_inset
11332
11333
11334 \begin_inset Index
11335 status collapsed
11336
11337 \begin_layout Plain Layout
11338 Table ! Multicolumns
11339 \end_layout
11340
11341 \end_inset
11342
11343
11344 \end_layout
11345
11346 \begin_layout Subsubsection
11347 Multicolumn Basics
11348 \end_layout
11349
11350 \begin_layout Standard
11351 To span a cell over multiple columns, mark as much cells within a line that
11352  should be one spanned cell and use either the table-toolbar button 
11353 \begin_inset Graphics
11354         filename ../images/tabular-feature_multicolumn.png
11355         scale 85
11356         scaleBeforeRotation
11357
11358 \end_inset
11359
11360 , or the menu 
11361 \family sans
11362 Edit\SpecialChar \menuseparator
11363 Table\SpecialChar \menuseparator
11364 Multicolumn
11365 \family default
11366 , or right click on the marked cells and choose multicolumn in the appearing
11367  table dialog under the tab 
11368 \family sans
11369 Table Settings
11370 \family default
11371 .
11372 \end_layout
11373
11374 \begin_layout Standard
11375 Multicolumns have there own cell settings.
11376  That means changing cell borders, cell alignment, and the width only affects
11377  the multicolumn.
11378  Here is an example table with a multicolumn cell in the first row and one
11379  in the last row without the upper border:
11380 \end_layout
11381
11382 \begin_layout Standard
11383 \align center
11384 \begin_inset Tabular
11385 <lyxtabular version="3" rows="3" columns="4">
11386 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11387 <column alignment="center" valignment="top" width="0pt">
11388 <column alignment="center" valignment="middle" width="0">
11389 <column alignment="center" valignment="top" width="0in">
11390 <column alignment="center" valignment="top" width="0pt">
11391 <row>
11392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11393 \begin_inset Text
11394
11395 \begin_layout Plain Layout
11396 abc
11397 \end_layout
11398
11399 \end_inset
11400 </cell>
11401 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11402 \begin_inset Text
11403
11404 \begin_layout Plain Layout
11405 def ghi
11406 \end_layout
11407
11408 \end_inset
11409 </cell>
11410 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11411 \begin_inset Text
11412
11413 \begin_layout Plain Layout
11414
11415 \end_layout
11416
11417 \end_inset
11418 </cell>
11419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11420 \begin_inset Text
11421
11422 \begin_layout Plain Layout
11423 jkl
11424 \end_layout
11425
11426 \end_inset
11427 </cell>
11428 </row>
11429 <row>
11430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11431 \begin_inset Text
11432
11433 \begin_layout Plain Layout
11434
11435 \family roman
11436 \series medium
11437 \shape up
11438 \size normal
11439 \emph off
11440 \bar no
11441 \noun off
11442 \color none
11443 A
11444 \end_layout
11445
11446 \end_inset
11447 </cell>
11448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11449 \begin_inset Text
11450
11451 \begin_layout Plain Layout
11452 B
11453 \end_layout
11454
11455 \end_inset
11456 </cell>
11457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11458 \begin_inset Text
11459
11460 \begin_layout Plain Layout
11461 C
11462 \end_layout
11463
11464 \end_inset
11465 </cell>
11466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11467 \begin_inset Text
11468
11469 \begin_layout Plain Layout
11470 D
11471 \end_layout
11472
11473 \end_inset
11474 </cell>
11475 </row>
11476 <row>
11477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11478 \begin_inset Text
11479
11480 \begin_layout Plain Layout
11481 1
11482 \end_layout
11483
11484 \end_inset
11485 </cell>
11486 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11487 \begin_inset Text
11488
11489 \begin_layout Plain Layout
11490 2
11491 \end_layout
11492
11493 \end_inset
11494 </cell>
11495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11496 \begin_inset Text
11497
11498 \begin_layout Plain Layout
11499 3
11500 \end_layout
11501
11502 \end_inset
11503 </cell>
11504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11505 \begin_inset Text
11506
11507 \begin_layout Plain Layout
11508 4
11509 \end_layout
11510
11511 \end_inset
11512 </cell>
11513 </row>
11514 </lyxtabular>
11515
11516 \end_inset
11517
11518
11519 \end_layout
11520
11521 \begin_layout Subsubsection
11522 Multicolumn Calculations
11523 \begin_inset CommandInset label
11524 LatexCommand label
11525 name "sub:Multicolumn-Calculations"
11526
11527 \end_inset
11528
11529
11530 \begin_inset Index
11531 status collapsed
11532
11533 \begin_layout Plain Layout
11534 Multicolumns ! Calculations
11535 \end_layout
11536
11537 \end_inset
11538
11539
11540 \end_layout
11541
11542 \begin_layout Standard
11543 LyX supports multicolumns directly, but we have to take notice of the cell
11544  width of the columns spanned by the multicolumn cell.
11545 \end_layout
11546
11547 \begin_layout Standard
11548 \begin_inset Float table
11549 placement h
11550 wide false
11551 sideways false
11552 status open
11553
11554 \begin_layout Plain Layout
11555 \begin_inset Caption
11556
11557 \begin_layout Plain Layout
11558 \begin_inset CommandInset label
11559 LatexCommand label
11560 name "tab:Table-with-centered"
11561
11562 \end_inset
11563
11564 Table with centered multicolumn text above two columns that have exactly
11565  half the width of the multicolumn cell
11566 \begin_inset OptArg
11567 status collapsed
11568
11569 \begin_layout Plain Layout
11570 Perfect multicolumn table
11571 \end_layout
11572
11573 \end_inset
11574
11575
11576 \end_layout
11577
11578 \end_inset
11579
11580
11581 \end_layout
11582
11583 \begin_layout Plain Layout
11584 \align center
11585 \begin_inset Tabular
11586 <lyxtabular version="3" rows="3" columns="3">
11587 <features>
11588 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11589 <column alignment="center" valignment="middle" width="0">
11590 <column alignment="center" valignment="top" width="0">
11591 <row>
11592 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11593 \begin_inset Text
11594
11595 \begin_layout Plain Layout
11596 multiple lines multicolumn
11597 \end_layout
11598
11599 \end_inset
11600 </cell>
11601 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11602 \begin_inset Text
11603
11604 \begin_layout Plain Layout
11605
11606 \end_layout
11607
11608 \end_inset
11609 </cell>
11610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11611 \begin_inset Text
11612
11613 \begin_layout Plain Layout
11614 c
11615 \end_layout
11616
11617 \end_inset
11618 </cell>
11619 </row>
11620 <row>
11621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11622 \begin_inset Text
11623
11624 \begin_layout Plain Layout
11625 d
11626 \end_layout
11627
11628 \end_inset
11629 </cell>
11630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11631 \begin_inset Text
11632
11633 \begin_layout Plain Layout
11634 e
11635 \end_layout
11636
11637 \end_inset
11638 </cell>
11639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11640 \begin_inset Text
11641
11642 \begin_layout Plain Layout
11643 f
11644 \end_layout
11645
11646 \end_inset
11647 </cell>
11648 </row>
11649 <row>
11650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11651 \begin_inset Text
11652
11653 \begin_layout Plain Layout
11654 g
11655 \end_layout
11656
11657 \end_inset
11658 </cell>
11659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11660 \begin_inset Text
11661
11662 \begin_layout Plain Layout
11663 h
11664 \end_layout
11665
11666 \end_inset
11667 </cell>
11668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11669 \begin_inset Text
11670
11671 \begin_layout Plain Layout
11672 i
11673 \end_layout
11674
11675 \end_inset
11676 </cell>
11677 </row>
11678 </lyxtabular>
11679
11680 \end_inset
11681
11682
11683 \end_layout
11684
11685 \end_inset
11686
11687
11688 \end_layout
11689
11690 \begin_layout Standard
11691 To create for example Table
11692 \begin_inset space ~
11693 \end_inset
11694
11695
11696 \begin_inset CommandInset ref
11697 LatexCommand ref
11698 reference "tab:Table-with-centered"
11699
11700 \end_inset
11701
11702 , mark the first two cells in the first row of a 3×3 table and right-click
11703  on them.
11704  Now choose for this cell 
11705 \emph on
11706 multicolumn
11707 \emph default
11708
11709 \emph on
11710 centered alignment
11711 \emph default
11712  and a width of 2.5
11713 \begin_inset space \thinspace{}
11714 \end_inset
11715
11716 cm in the table dialog.
11717  The spanned columns should have exactly half the width of the multicolumn
11718  cell, so that you would adjust a width of 1.25
11719 \begin_inset space \thinspace{}
11720 \end_inset
11721
11722 cm for the first column.
11723  The second column has then automatically a width of 1.25
11724 \begin_inset space \thinspace{}
11725 \end_inset
11726
11727 cm (multicolumn width - width of first column).
11728  This was done for Table
11729 \begin_inset space ~
11730 \end_inset
11731
11732
11733 \begin_inset CommandInset ref
11734 LatexCommand ref
11735 reference "tab:Table-without-half"
11736
11737 \end_inset
11738
11739 .
11740 \end_layout
11741
11742 \begin_layout Standard
11743 \begin_inset Float table
11744 wide false
11745 sideways false
11746 status open
11747
11748 \begin_layout Plain Layout
11749 \begin_inset Caption
11750
11751 \begin_layout Plain Layout
11752 \begin_inset CommandInset label
11753 LatexCommand label
11754 name "tab:Table-without-half"
11755
11756 \end_inset
11757
11758 Table where the spanned table columns have not exactly half the width of
11759  the multicolumn cell
11760 \begin_inset OptArg
11761 status collapsed
11762
11763 \begin_layout Plain Layout
11764 Imperfect multicolumn table
11765 \end_layout
11766
11767 \end_inset
11768
11769
11770 \end_layout
11771
11772 \end_inset
11773
11774
11775 \end_layout
11776
11777 \begin_layout Plain Layout
11778 \align center
11779 \begin_inset Tabular
11780 <lyxtabular version="3" rows="3" columns="3">
11781 <features>
11782 <column alignment="center" valignment="top" width="1.25cm">
11783 <column alignment="center" valignment="top" width="0">
11784 <column alignment="center" valignment="top" width="0">
11785 <row>
11786 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11787 \begin_inset Text
11788
11789 \begin_layout Plain Layout
11790 multiple lines multicolumn
11791 \end_layout
11792
11793 \end_inset
11794 </cell>
11795 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11796 \begin_inset Text
11797
11798 \begin_layout Plain Layout
11799
11800 \end_layout
11801
11802 \end_inset
11803 </cell>
11804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11805 \begin_inset Text
11806
11807 \begin_layout Plain Layout
11808 c
11809 \end_layout
11810
11811 \end_inset
11812 </cell>
11813 </row>
11814 <row>
11815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11816 \begin_inset Text
11817
11818 \begin_layout Plain Layout
11819 d
11820 \end_layout
11821
11822 \end_inset
11823 </cell>
11824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11825 \begin_inset Text
11826
11827 \begin_layout Plain Layout
11828 e
11829 \end_layout
11830
11831 \end_inset
11832 </cell>
11833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11834 \begin_inset Text
11835
11836 \begin_layout Plain Layout
11837 f
11838 \end_layout
11839
11840 \end_inset
11841 </cell>
11842 </row>
11843 <row>
11844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11845 \begin_inset Text
11846
11847 \begin_layout Plain Layout
11848 g
11849 \end_layout
11850
11851 \end_inset
11852 </cell>
11853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11854 \begin_inset Text
11855
11856 \begin_layout Plain Layout
11857 h
11858 \end_layout
11859
11860 \end_inset
11861 </cell>
11862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11863 \begin_inset Text
11864
11865 \begin_layout Plain Layout
11866 i
11867 \end_layout
11868
11869 \end_inset
11870 </cell>
11871 </row>
11872 </lyxtabular>
11873
11874 \end_inset
11875
11876
11877 \end_layout
11878
11879 \end_inset
11880
11881
11882 \end_layout
11883
11884 \begin_layout Standard
11885 You can see that the first column has not the half width of the multicolumn
11886  cell, it is a bit bigger.
11887  The reason is that the given width of a cell 
11888 \begin_inset Formula $W_{g}$
11889 \end_inset
11890
11891  is not its total width 
11892 \begin_inset Formula $W_{\mathrm{tot}}$
11893 \end_inset
11894
11895  because a cell is always a bit larger than its given width.
11896  Appendix
11897 \begin_inset space ~
11898 \end_inset
11899
11900
11901 \begin_inset CommandInset ref
11902 LatexCommand eqref
11903 reference "cha:Explanation-of-Equation"
11904
11905 \end_inset
11906
11907  explains it in detail.
11908 \end_layout
11909
11910 \begin_layout Standard
11911 The needed given width 
11912 \begin_inset Formula $W_{g\, n}$
11913 \end_inset
11914
11915  when 
11916 \emph on
11917 n
11918 \emph default
11919  columns are spanned can be calculated, so that each column has a total
11920  width of 
11921 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11922 \end_inset
11923
11924 :
11925 \begin_inset Formula \begin{equation}
11926 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11927
11928 \end_inset
11929
11930
11931 \end_layout
11932
11933 \begin_layout Standard
11934 In our case we have 
11935 \begin_inset Formula $n=2$
11936 \end_inset
11937
11938
11939 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11940 \end_inset
11941
11942 cm and the default values for the lengths, so that equation 
11943 \begin_inset CommandInset ref
11944 LatexCommand ref
11945 reference "eq:Wgn"
11946
11947 \end_inset
11948
11949  becomes
11950 \begin_inset Formula \begin{equation}
11951 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11952
11953 \end_inset
11954
11955
11956 \end_layout
11957
11958 \begin_layout Standard
11959 To enable calculations in LaTeX, the LaTeX-package 
11960 \series bold
11961 calc
11962 \series default
11963  must be loaded with the document preamble line
11964 \begin_inset Index
11965 status collapsed
11966
11967 \begin_layout Plain Layout
11968 LaTeX-packages ! calc
11969 \end_layout
11970
11971 \end_inset
11972
11973
11974 \end_layout
11975
11976 \begin_layout Standard
11977
11978 \series bold
11979
11980 \backslash
11981 usepackage{calc}
11982 \end_layout
11983
11984 \begin_layout Standard
11985 LyX does not allow to calculate lengths in the width-field of the table
11986  dialog.
11987  Therefore you have to format the column by inserting a LaTeX-argument in
11988  the dialog.
11989  Here is an overview about the arguments:
11990 \end_layout
11991
11992 \begin_layout Itemize
11993
11994 \series bold
11995 p{width}
11996 \series default
11997  creates cell with a fixed width, its text is vertically top-aligned
11998 \end_layout
11999
12000 \begin_layout Itemize
12001
12002 \series bold
12003 m{width}
12004 \series default
12005  creates cell with a fixed width, its text is vertically centered
12006 \end_layout
12007
12008 \begin_layout Itemize
12009
12010 \series bold
12011 b{width}
12012 \series default
12013  creates cell with a fixed width, its text is vertically bottom-aligned
12014 \end_layout
12015
12016 \begin_layout Standard
12017 By entering a LaTeX-argument, all cell settings set in the table dialog
12018  are overwritten.
12019 \end_layout
12020
12021 \begin_layout Standard
12022 \begin_inset Note Greyedout
12023 status open
12024
12025 \begin_layout Plain Layout
12026
12027 \series bold
12028 Note:
12029 \series default
12030  Due to a bug, LyX shows the overwritten settings anyway.
12031 \end_layout
12032
12033 \end_inset
12034
12035
12036 \end_layout
12037
12038 \begin_layout Standard
12039 As the text should be horizontally centered, the command 
12040 \series bold
12041
12042 \backslash
12043 centering
12044 \series default
12045  is added.
12046  You can now enter the following LaTeX-argument for the first spanned column:
12047 \end_layout
12048
12049 \begin_layout Standard
12050
12051 \series bold
12052 >{
12053 \backslash
12054 centering}m{1.25cm-6.2pt}
12055 \end_layout
12056
12057 \begin_layout Standard
12058 The command 
12059 \series bold
12060 >{ }
12061 \series default
12062  means, that the commands inside the braces are applied before the cell
12063  is created.
12064 \end_layout
12065
12066 \begin_layout Standard
12067 Although we have chosen centered alignment for the text of the multicolumn
12068  cell, it is still left aligned.
12069  This is because LyX only applies the alignment to single columns.
12070  So we have to use for the multicolumn the LaTeX-argument
12071 \end_layout
12072
12073 \begin_layout Standard
12074
12075 \series bold
12076 >{
12077 \backslash
12078 centering}m{2.5cm}
12079 \end_layout
12080
12081 \begin_layout Subsection
12082 Multirows
12083 \begin_inset Index
12084 status collapsed
12085
12086 \begin_layout Plain Layout
12087 Multirows
12088 \end_layout
12089
12090 \end_inset
12091
12092
12093 \begin_inset Index
12094 status collapsed
12095
12096 \begin_layout Plain Layout
12097 Table ! Multirows
12098 \end_layout
12099
12100 \end_inset
12101
12102
12103 \end_layout
12104
12105 \begin_layout Standard
12106 In contrary to multicolumns multirows are not yet supported by LyX so a
12107  bit of TeX-Code needs to be used.
12108  To use multirows load the LaTeX-package 
12109 \series bold
12110 multirow
12111 \series default
12112
12113 \begin_inset Index
12114 status collapsed
12115
12116 \begin_layout Plain Layout
12117 LaTeX-packages ! multirow
12118 \end_layout
12119
12120 \end_inset
12121
12122  in your document preamble with the command
12123 \end_layout
12124
12125 \begin_layout Standard
12126
12127 \series bold
12128
12129 \backslash
12130 usepackage{multirow}
12131 \end_layout
12132
12133 \begin_layout Standard
12134 Multirows are created with the command
12135 \end_layout
12136
12137 \begin_layout Standard
12138
12139 \series bold
12140
12141 \backslash
12142 multirow{number of rows}{cell width}{cell entry}
12143 \end_layout
12144
12145 \begin_layout Standard
12146 To create the following table:
12147 \end_layout
12148
12149 \begin_layout Standard
12150 \align center
12151 \begin_inset ERT
12152 status collapsed
12153
12154 \begin_layout Plain Layout
12155
12156
12157 \backslash
12158 renewcommand{
12159 \backslash
12160 multirowsetup}{
12161 \backslash
12162 centering}
12163 \end_layout
12164
12165 \end_inset
12166
12167
12168 \begin_inset Tabular
12169 <lyxtabular version="3" rows="3" columns="3">
12170 <features>
12171 <column alignment="center" valignment="top" width="0">
12172 <column alignment="center" valignment="top" width="0">
12173 <column alignment="center" valignment="top" width="0">
12174 <row>
12175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12176 \begin_inset Text
12177
12178 \begin_layout Plain Layout
12179 a
12180 \end_layout
12181
12182 \end_inset
12183 </cell>
12184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12185 \begin_inset Text
12186
12187 \begin_layout Plain Layout
12188 b
12189 \end_layout
12190
12191 \end_inset
12192 </cell>
12193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12194 \begin_inset Text
12195
12196 \begin_layout Plain Layout
12197 c
12198 \end_layout
12199
12200 \end_inset
12201 </cell>
12202 </row>
12203 <row>
12204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12205 \begin_inset Text
12206
12207 \begin_layout Plain Layout
12208 \begin_inset ERT
12209 status collapsed
12210
12211 \begin_layout Plain Layout
12212
12213
12214 \backslash
12215 multirow{2}{2.5cm}{
12216 \end_layout
12217
12218 \end_inset
12219
12220 multirow entry
12221 \begin_inset ERT
12222 status collapsed
12223
12224 \begin_layout Plain Layout
12225
12226 }
12227 \end_layout
12228
12229 \end_inset
12230
12231
12232 \end_layout
12233
12234 \end_inset
12235 </cell>
12236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12237 \begin_inset Text
12238
12239 \begin_layout Plain Layout
12240 e
12241 \end_layout
12242
12243 \end_inset
12244 </cell>
12245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12246 \begin_inset Text
12247
12248 \begin_layout Plain Layout
12249 f
12250 \end_layout
12251
12252 \end_inset
12253 </cell>
12254 </row>
12255 <row>
12256 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12257 \begin_inset Text
12258
12259 \begin_layout Plain Layout
12260
12261 \end_layout
12262
12263 \end_inset
12264 </cell>
12265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12266 \begin_inset Text
12267
12268 \begin_layout Plain Layout
12269 h
12270 \end_layout
12271
12272 \end_inset
12273 </cell>
12274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12275 \begin_inset Text
12276
12277 \begin_layout Plain Layout
12278 i
12279 \end_layout
12280
12281 \end_inset
12282 </cell>
12283 </row>
12284 </lyxtabular>
12285
12286 \end_inset
12287
12288
12289 \begin_inset ERT
12290 status collapsed
12291
12292 \begin_layout Plain Layout
12293
12294
12295 \backslash
12296 renewcommand{
12297 \backslash
12298 multirowsetup}{
12299 \backslash
12300 raggedright}
12301 \end_layout
12302
12303 \end_inset
12304
12305
12306 \end_layout
12307
12308 \begin_layout Standard
12309 create a 3×3 table.
12310  Unset the upper border of the last cell in the first column.
12311  The multirow is now created in the second row of the first column by inserting
12312  there the command
12313 \end_layout
12314
12315 \begin_layout Standard
12316
12317 \series bold
12318
12319 \backslash
12320 multirow{2}{2.5cm}{
12321 \end_layout
12322
12323 \begin_layout Standard
12324 as TeX-Code.
12325  According to the command parameters the multirow spans now two rows and
12326  has a width of 2.5
12327 \begin_inset space \thinspace{}
12328 \end_inset
12329
12330 cm.
12331  The content of the multirow cell follows outside the TeX-Code box and the
12332  command is finished with a right brace 
12333 \series bold
12334 }
12335 \series default
12336  in another TeX-Code-box behind the text.
12337 \end_layout
12338
12339 \begin_layout Standard
12340
12341 \series bold
12342
12343 \backslash
12344 multirow
12345 \series default
12346  left-aligns its content by default.
12347  To override the default, renew the command 
12348 \series bold
12349
12350 \backslash
12351 multirowsetup
12352 \series default
12353  with the command
12354 \end_layout
12355
12356 \begin_layout Standard
12357
12358 \series bold
12359
12360 \backslash
12361 renewcommand{
12362 \backslash
12363 multirowsetup}{
12364 \backslash
12365 centering}
12366 \end_layout
12367
12368 \begin_layout Standard
12369 in TeX-Code in the document preamble.
12370  Then all entries of multirow cells in the document are centered.
12371  If centering is only needed for several tables, you can renew the command
12372  in an TeX-Code box just before the table instead of the preamble.
12373  If the text should be right-aligned, replace 
12374 \series bold
12375
12376 \backslash
12377 centering
12378 \series default
12379  by 
12380 \series bold
12381
12382 \backslash
12383 raggedleft
12384 \series default
12385 .
12386  To return to left-alignment 
12387 \series bold
12388
12389 \backslash
12390 raggedright
12391 \series default
12392  is used.
12393 \end_layout
12394
12395 \begin_layout Section
12396 Formal Tables
12397 \begin_inset CommandInset label
12398 LatexCommand label
12399 name "sec:Formal-Tables"
12400
12401 \end_inset
12402
12403
12404 \begin_inset Index
12405 status collapsed
12406
12407 \begin_layout Plain Layout
12408 Table ! Formal
12409 \end_layout
12410
12411 \end_inset
12412
12413
12414 \end_layout
12415
12416 \begin_layout Standard
12417 Tables are often typeset in books similar to Table
12418 \begin_inset space ~
12419 \end_inset
12420
12421
12422 \begin_inset CommandInset ref
12423 LatexCommand ref
12424 reference "tab:Example-booktabs-table"
12425
12426 \end_inset
12427
12428 .
12429  This kind of tables is called 
12430 \begin_inset Quotes eld
12431 \end_inset
12432
12433
12434 \emph on
12435 formal
12436 \emph default
12437
12438 \begin_inset Quotes erd
12439 \end_inset
12440
12441 .
12442  To make a table a formal table use the option 
12443 \family sans
12444 Formal
12445 \family default
12446  in the 
12447 \family sans
12448 Borders
12449 \family default
12450  tab of the table dialog.
12451 \end_layout
12452
12453 \begin_layout Standard
12454 \begin_inset Float table
12455 placement h
12456 wide false
12457 sideways false
12458 status open
12459
12460 \begin_layout Plain Layout
12461 \begin_inset Caption
12462
12463 \begin_layout Plain Layout
12464 \begin_inset CommandInset label
12465 LatexCommand label
12466 name "tab:Example-booktabs-table"
12467
12468 \end_inset
12469
12470 Example booktabs-table
12471 \end_layout
12472
12473 \end_inset
12474
12475
12476 \end_layout
12477
12478 \begin_layout Plain Layout
12479 \align center
12480 \begin_inset Tabular
12481 <lyxtabular version="3" rows="8" columns="4">
12482 <features booktabs="true">
12483 <column alignment="center" valignment="top" width="0">
12484 <column alignment="center" valignment="top" width="0">
12485 <column alignment="center" valignment="top" width="0">
12486 <column alignment="center" valignment="top" width="0">
12487 <row>
12488 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12489 \begin_inset Text
12490
12491 \begin_layout Plain Layout
12492 System
12493 \end_layout
12494
12495 \end_inset
12496 </cell>
12497 <cell alignment="center" valignment="top" topline="true" usebox="none">
12498 \begin_inset Text
12499
12500 \begin_layout Plain Layout
12501 Medipix
12502 \begin_inset space \thinspace{}
12503 \end_inset
12504
12505 1
12506 \end_layout
12507
12508 \end_inset
12509 </cell>
12510 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12511 \begin_inset Text
12512
12513 \begin_layout Plain Layout
12514 Medipix
12515 \begin_inset space \thinspace{}
12516 \end_inset
12517
12518 2
12519 \end_layout
12520
12521 \end_inset
12522 </cell>
12523 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12524 \begin_inset Text
12525
12526 \begin_layout Plain Layout
12527
12528 \end_layout
12529
12530 \end_inset
12531 </cell>
12532 </row>
12533 <row>
12534 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12535 \begin_inset Text
12536
12537 \begin_layout Plain Layout
12538 \begin_inset ERT
12539 status collapsed
12540
12541 \begin_layout Plain Layout
12542
12543
12544 \backslash
12545 cmidrule(r){2-2}
12546 \end_layout
12547
12548 \end_inset
12549
12550
12551 \begin_inset ERT
12552 status collapsed
12553
12554 \begin_layout Plain Layout
12555
12556
12557 \backslash
12558 cmidrule(l){3-4}
12559 \end_layout
12560
12561 \end_inset
12562
12563 Detector thickness [µm]
12564 \end_layout
12565
12566 \end_inset
12567 </cell>
12568 <cell alignment="center" valignment="top" usebox="none">
12569 \begin_inset Text
12570
12571 \begin_layout Plain Layout
12572 300
12573 \end_layout
12574
12575 \end_inset
12576 </cell>
12577 <cell alignment="center" valignment="top" usebox="none">
12578 \begin_inset Text
12579
12580 \begin_layout Plain Layout
12581 300
12582 \end_layout
12583
12584 \end_inset
12585 </cell>
12586 <cell alignment="center" valignment="top" usebox="none">
12587 \begin_inset Text
12588
12589 \begin_layout Plain Layout
12590 700
12591 \end_layout
12592
12593 \end_inset
12594 </cell>
12595 </row>
12596 <row>
12597 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12598 \begin_inset Text
12599
12600 \begin_layout Plain Layout
12601 Edge angle [°]
12602 \end_layout
12603
12604 \end_inset
12605 </cell>
12606 <cell alignment="center" valignment="top" topline="true" usebox="none">
12607 \begin_inset Text
12608
12609 \begin_layout Plain Layout
12610 3.55
12611 \end_layout
12612
12613 \end_inset
12614 </cell>
12615 <cell alignment="center" valignment="top" topline="true" usebox="none">
12616 \begin_inset Text
12617
12618 \begin_layout Plain Layout
12619 2.71
12620 \end_layout
12621
12622 \end_inset
12623 </cell>
12624 <cell alignment="center" valignment="top" topline="true" usebox="none">
12625 \begin_inset Text
12626
12627 \begin_layout Plain Layout
12628 7.99
12629 \end_layout
12630
12631 \end_inset
12632 </cell>
12633 </row>
12634 <row topspace="default">
12635 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12636 \begin_inset Text
12637
12638 \begin_layout Plain Layout
12639 Spatial resolution [µm]
12640 \end_layout
12641
12642 \end_inset
12643 </cell>
12644 <cell alignment="center" valignment="top" usebox="none">
12645 \begin_inset Text
12646
12647 \begin_layout Plain Layout
12648 4.26
12649 \end_layout
12650
12651 \end_inset
12652 </cell>
12653 <cell alignment="center" valignment="top" usebox="none">
12654 \begin_inset Text
12655
12656 \begin_layout Plain Layout
12657 10.17
12658 \end_layout
12659
12660 \end_inset
12661 </cell>
12662 <cell alignment="center" valignment="top" usebox="none">
12663 \begin_inset Text
12664
12665 \begin_layout Plain Layout
12666 10.56
12667 \end_layout
12668
12669 \end_inset
12670 </cell>
12671 </row>
12672 <row topspace="default">
12673 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12674 \begin_inset Text
12675
12676 \begin_layout Plain Layout
12677 MTF at 
12678 \begin_inset Formula $f_{\mathrm{max}}$
12679 \end_inset
12680
12681
12682 \end_layout
12683
12684 \end_inset
12685 </cell>
12686 <cell alignment="center" valignment="top" usebox="none">
12687 \begin_inset Text
12688
12689 \begin_layout Plain Layout
12690 0.53
12691 \end_layout
12692
12693 \end_inset
12694 </cell>
12695 <cell alignment="center" valignment="top" usebox="none">
12696 \begin_inset Text
12697
12698 \begin_layout Plain Layout
12699 0.37
12700 \end_layout
12701
12702 \end_inset
12703 </cell>
12704 <cell alignment="center" valignment="top" usebox="none">
12705 \begin_inset Text
12706
12707 \begin_layout Plain Layout
12708 0.39
12709 \end_layout
12710
12711 \end_inset
12712 </cell>
12713 </row>
12714 <row topspace="default">
12715 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12716 \begin_inset Text
12717
12718 \begin_layout Plain Layout
12719 \begin_inset ERT
12720 status collapsed
12721
12722 \begin_layout Plain Layout
12723
12724
12725 \backslash
12726 cmidrule(l{10pt}){1-1}
12727 \end_layout
12728
12729 \end_inset
12730
12731 LSF-spatial resolution
12732 \end_layout
12733
12734 \end_inset
12735 </cell>
12736 <cell alignment="center" valignment="top" usebox="none">
12737 \begin_inset Text
12738
12739 \begin_layout Plain Layout
12740
12741 \end_layout
12742
12743 \end_inset
12744 </cell>
12745 <cell alignment="center" valignment="top" usebox="none">
12746 \begin_inset Text
12747
12748 \begin_layout Plain Layout
12749
12750 \end_layout
12751
12752 \end_inset
12753 </cell>
12754 <cell alignment="center" valignment="top" usebox="none">
12755 \begin_inset Text
12756
12757 \begin_layout Plain Layout
12758
12759 \end_layout
12760
12761 \end_inset
12762 </cell>
12763 </row>
12764 <row>
12765 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12766 \begin_inset Text
12767
12768 \begin_layout Plain Layout
12769 in Âµm
12770 \end_layout
12771
12772 \end_inset
12773 </cell>
12774 <cell alignment="center" valignment="top" usebox="none">
12775 \begin_inset Text
12776
12777 \begin_layout Plain Layout
12778 129.7
12779 \end_layout
12780
12781 \end_inset
12782 </cell>
12783 <cell alignment="center" valignment="top" usebox="none">
12784 \begin_inset Text
12785
12786 \begin_layout Plain Layout
12787 52.75
12788 \end_layout
12789
12790 \end_inset
12791 </cell>
12792 <cell alignment="center" valignment="top" usebox="none">
12793 \begin_inset Text
12794
12795 \begin_layout Plain Layout
12796 50.78
12797 \end_layout
12798
12799 \end_inset
12800 </cell>
12801 </row>
12802 <row>
12803 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12804 \begin_inset Text
12805
12806 \begin_layout Plain Layout
12807 in % of pixel size
12808 \end_layout
12809
12810 \end_inset
12811 </cell>
12812 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12813 \begin_inset Text
12814
12815 \begin_layout Plain Layout
12816 76.3
12817 \end_layout
12818
12819 \end_inset
12820 </cell>
12821 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12822 \begin_inset Text
12823
12824 \begin_layout Plain Layout
12825 95.9
12826 \end_layout
12827
12828 \end_inset
12829 </cell>
12830 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12831 \begin_inset Text
12832
12833 \begin_layout Plain Layout
12834 92.3
12835 \end_layout
12836
12837 \end_inset
12838 </cell>
12839 </row>
12840 </lyxtabular>
12841
12842 \end_inset
12843
12844
12845 \end_layout
12846
12847 \end_inset
12848
12849
12850 \end_layout
12851
12852 \begin_layout Standard
12853 Spaces to table rows can be added using the 
12854 \family sans
12855 Borders
12856 \family default
12857  tab of the table dialog as described in section
12858 \begin_inset space ~
12859 \end_inset
12860
12861
12862 \begin_inset CommandInset ref
12863 LatexCommand ref
12864 reference "sub:Row-Spacing"
12865
12866 \end_inset
12867
12868 .
12869 \end_layout
12870
12871 \begin_layout Standard
12872 In contrary to normal tables, formal tables have no vertical table lines.
12873  The horizontal table lines can be set like for normal tables but they appear
12874  with different width in the output:
12875 \begin_inset Newline newline
12876 \end_inset
12877
12878 The first and the last table line have a default width of 0.08
12879 \begin_inset space \thinspace{}
12880 \end_inset
12881
12882 em while the other lines have a default width of 0.05
12883 \begin_inset space \thinspace{}
12884 \end_inset
12885
12886 em.
12887 \end_layout
12888
12889 \begin_layout Standard
12890 The default widths can be changed with the following preamble lines
12891 \end_layout
12892
12893 \begin_layout Standard
12894
12895 \series bold
12896
12897 \backslash
12898 let
12899 \backslash
12900 mytoprule
12901 \backslash
12902 toprule
12903 \begin_inset Newline newline
12904 \end_inset
12905
12906
12907 \backslash
12908 renewcommand{
12909 \backslash
12910 toprule}{
12911 \backslash
12912 mytoprule[width]}
12913 \end_layout
12914
12915 \begin_layout Standard
12916 This example is for the first line, the so called 
12917 \series bold
12918 toprule
12919 \series default
12920 .
12921  If you want to change the width for the last line, replace 
12922 \series bold
12923 toprule
12924 \series default
12925  by 
12926 \series bold
12927 bottomrule
12928 \series default
12929 .
12930  To change the width for the other lines replace 
12931 \series bold
12932 toprule
12933 \series default
12934  by 
12935 \series bold
12936 midrule
12937 \series default
12938 .
12939  You can use all units listed in appendix
12940 \begin_inset space ~
12941 \end_inset
12942
12943
12944 \begin_inset CommandInset ref
12945 LatexCommand ref
12946 reference "cha:Units-available-in"
12947
12948 \end_inset
12949
12950  to set the width.
12951 \end_layout
12952
12953 \begin_layout Standard
12954 Lines that don't span over all table columns can be created by setting a
12955  table line for multicolumn cells.
12956  LyX will then internally use the command 
12957 \series bold
12958
12959 \backslash
12960 cmidrule
12961 \series default
12962  to create this line.
12963  Its full scheme is
12964 \end_layout
12965
12966 \begin_layout Standard
12967
12968 \series bold
12969
12970 \backslash
12971 cmidrule[width](trim){startcol-endcol}
12972 \end_layout
12973
12974 \begin_layout Standard
12975 The options of 
12976 \series bold
12977
12978 \backslash
12979 cmidrule
12980 \series default
12981  are are currently not supported by LyX so you have to use TeX-Code to be
12982  able to use them.
12983  
12984 \series bold
12985
12986 \backslash
12987 cmidrule
12988 \series default
12989 s can manually be created by inserting the command as TeX-Code as first
12990  cell entry of the first cell of a row.
12991  The line is then drawn in the output above the current row.
12992 \end_layout
12993
12994 \begin_layout Standard
12995 The default for the width is 0.03
12996 \begin_inset space \thinspace{}
12997 \end_inset
12998
12999 em.
13000  Startcol is the number of the column where the line starts and endcol the
13001  column number where the line ends.
13002  The endcol always needs to be specified, also when the line should span
13003  only one column.
13004  The optional parameter trim could be either 
13005 \emph on
13006 l{trimwidth}
13007 \emph default
13008 , or 
13009 \emph on
13010 r{trimwidth}
13011 \emph default
13012  where the trimwidth is also optional.
13013  Using for example the parameter 
13014 \emph on
13015 l{2pt}
13016 \emph default
13017  means that the line is trimmed from its left end by 2
13018 \begin_inset space \thinspace{}
13019 \end_inset
13020
13021 pt.
13022  If you don't specify the trimwidth the lines are trimmed by the default
13023  of 0.5
13024 \begin_inset space \thinspace{}
13025 \end_inset
13026
13027 em.
13028 \end_layout
13029
13030 \begin_layout Standard
13031 \begin_inset VSpace bigskip
13032 \end_inset
13033
13034 Table
13035 \begin_inset space ~
13036 \end_inset
13037
13038
13039 \begin_inset CommandInset ref
13040 LatexCommand ref
13041 reference "tab:Example-booktabs-table"
13042
13043 \end_inset
13044
13045  was created using the commands
13046 \end_layout
13047
13048 \begin_layout Standard
13049
13050 \series bold
13051
13052 \backslash
13053 cmidrule(r){2-2}
13054 \backslash
13055 cmidrule(l){3-4}
13056 \end_layout
13057
13058 \begin_layout Standard
13059 at the beginning of the in the second row and
13060 \end_layout
13061
13062 \begin_layout Standard
13063
13064 \series bold
13065
13066 \backslash
13067 cmidrule(l{10pt}){1-1}
13068 \end_layout
13069
13070 \begin_layout Standard
13071 in the sixth row.
13072 \end_layout
13073
13074 \begin_layout Standard
13075 \begin_inset VSpace bigskip
13076 \end_inset
13077
13078
13079 \end_layout
13080
13081 \begin_layout Standard
13082 You might want to have overlapping 
13083 \series bold
13084
13085 \backslash
13086 cmidrule
13087 \series default
13088 s like in Table
13089 \begin_inset space ~
13090 \end_inset
13091
13092
13093 \begin_inset CommandInset ref
13094 LatexCommand ref
13095 reference "tab:Special-booktabs-table"
13096
13097 \end_inset
13098
13099 .
13100  This can be achieved with the TeX-Code command
13101 \end_layout
13102
13103 \begin_layout Standard
13104
13105 \series bold
13106
13107 \backslash
13108 morecmidrules
13109 \end_layout
13110
13111 \begin_layout Standard
13112 The command that was used for the second row of Table
13113 \begin_inset space ~
13114 \end_inset
13115
13116
13117 \begin_inset CommandInset ref
13118 LatexCommand ref
13119 reference "tab:Special-booktabs-table"
13120
13121 \end_inset
13122
13123  is
13124 \end_layout
13125
13126 \begin_layout Standard
13127
13128 \series bold
13129
13130 \backslash
13131 cmidrule(r){2-2}
13132 \backslash
13133 cmidrule(l){3-4}
13134 \backslash
13135 morecmidrules
13136 \backslash
13137 cmidrule{2-4}
13138 \end_layout
13139
13140 \begin_layout Standard
13141 The command for the sixth row is
13142 \end_layout
13143
13144 \begin_layout Standard
13145
13146 \series bold
13147
13148 \backslash
13149 midrule
13150 \backslash
13151 morecmidrules
13152 \backslash
13153 cmidrule{3-4}
13154 \end_layout
13155
13156 \begin_layout Standard
13157 \begin_inset VSpace bigskip
13158 \end_inset
13159
13160
13161 \end_layout
13162
13163 \begin_layout Standard
13164 If you are anyway not satisfied with the border line spacing, you can use
13165  the following command to produce lines that span over all table columns
13166 \series bold
13167 :
13168 \end_layout
13169
13170 \begin_layout Standard
13171
13172 \series bold
13173
13174 \backslash
13175 specialrule{width}{space above}{space below}
13176 \end_layout
13177
13178 \begin_layout Standard
13179 For more information about these specialties, we refer to the manual of
13180  the LaTeX-package 
13181 \series bold
13182 booktabs
13183 \series default
13184  
13185 \begin_inset CommandInset citation
13186 LatexCommand cite
13187 key "booktabs"
13188
13189 \end_inset
13190
13191 .
13192 \begin_inset Index
13193 status collapsed
13194
13195 \begin_layout Plain Layout
13196 LaTeX-packages ! booktabs
13197 \end_layout
13198
13199 \end_inset
13200
13201
13202 \end_layout
13203
13204 \begin_layout Standard
13205 \begin_inset Float table
13206 placement h
13207 wide false
13208 sideways false
13209 status open
13210
13211 \begin_layout Plain Layout
13212 \begin_inset Caption
13213
13214 \begin_layout Plain Layout
13215 \begin_inset CommandInset label
13216 LatexCommand label
13217 name "tab:Special-booktabs-table"
13218
13219 \end_inset
13220
13221 Special booktabs-table
13222 \end_layout
13223
13224 \end_inset
13225
13226
13227 \end_layout
13228
13229 \begin_layout Plain Layout
13230 \align center
13231 \begin_inset Tabular
13232 <lyxtabular version="3" rows="8" columns="4">
13233 <features booktabs="true">
13234 <column alignment="center" valignment="top" width="0">
13235 <column alignment="center" valignment="top" width="0">
13236 <column alignment="center" valignment="top" width="0">
13237 <column alignment="center" valignment="top" width="0">
13238 <row>
13239 <cell alignment="center" valignment="top" topline="true" usebox="none">
13240 \begin_inset Text
13241
13242 \begin_layout Plain Layout
13243 System
13244 \end_layout
13245
13246 \end_inset
13247 </cell>
13248 <cell alignment="center" valignment="top" topline="true" usebox="none">
13249 \begin_inset Text
13250
13251 \begin_layout Plain Layout
13252 Medipix
13253 \begin_inset space \thinspace{}
13254 \end_inset
13255
13256 1
13257 \end_layout
13258
13259 \end_inset
13260 </cell>
13261 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13262 \begin_inset Text
13263
13264 \begin_layout Plain Layout
13265 Medipix
13266 \begin_inset space \thinspace{}
13267 \end_inset
13268
13269 2
13270 \end_layout
13271
13272 \end_inset
13273 </cell>
13274 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13275 \begin_inset Text
13276
13277 \begin_layout Plain Layout
13278
13279 \end_layout
13280
13281 \end_inset
13282 </cell>
13283 </row>
13284 <row>
13285 <cell alignment="center" valignment="top" usebox="none">
13286 \begin_inset Text
13287
13288 \begin_layout Plain Layout
13289 \begin_inset ERT
13290 status collapsed
13291
13292 \begin_layout Plain Layout
13293
13294
13295 \backslash
13296 cmidrule(r){2-2}
13297 \end_layout
13298
13299 \end_inset
13300
13301
13302 \begin_inset ERT
13303 status collapsed
13304
13305 \begin_layout Plain Layout
13306
13307
13308 \backslash
13309 cmidrule(l){3-4}
13310 \end_layout
13311
13312 \end_inset
13313
13314
13315 \begin_inset ERT
13316 status collapsed
13317
13318 \begin_layout Plain Layout
13319
13320
13321 \backslash
13322 morecmidrules 
13323 \end_layout
13324
13325 \end_inset
13326
13327
13328 \begin_inset ERT
13329 status collapsed
13330
13331 \begin_layout Plain Layout
13332
13333
13334 \backslash
13335 cmidrule{2-4}
13336 \end_layout
13337
13338 \end_inset
13339
13340 Detector thickness [µm]
13341 \end_layout
13342
13343 \end_inset
13344 </cell>
13345 <cell alignment="center" valignment="top" usebox="none">
13346 \begin_inset Text
13347
13348 \begin_layout Plain Layout
13349 300
13350 \end_layout
13351
13352 \end_inset
13353 </cell>
13354 <cell alignment="center" valignment="top" usebox="none">
13355 \begin_inset Text
13356
13357 \begin_layout Plain Layout
13358 300
13359 \end_layout
13360
13361 \end_inset
13362 </cell>
13363 <cell alignment="center" valignment="top" usebox="none">
13364 \begin_inset Text
13365
13366 \begin_layout Plain Layout
13367 700
13368 \end_layout
13369
13370 \end_inset
13371 </cell>
13372 </row>
13373 <row>
13374 <cell alignment="center" valignment="top" topline="true" usebox="none">
13375 \begin_inset Text
13376
13377 \begin_layout Plain Layout
13378 Edge angle [°]
13379 \end_layout
13380
13381 \end_inset
13382 </cell>
13383 <cell alignment="center" valignment="top" topline="true" usebox="none">
13384 \begin_inset Text
13385
13386 \begin_layout Plain Layout
13387 3.55
13388 \end_layout
13389
13390 \end_inset
13391 </cell>
13392 <cell alignment="center" valignment="top" topline="true" usebox="none">
13393 \begin_inset Text
13394
13395 \begin_layout Plain Layout
13396 2.71
13397 \end_layout
13398
13399 \end_inset
13400 </cell>
13401 <cell alignment="center" valignment="top" topline="true" usebox="none">
13402 \begin_inset Text
13403
13404 \begin_layout Plain Layout
13405 7.99
13406 \end_layout
13407
13408 \end_inset
13409 </cell>
13410 </row>
13411 <row topspace="default">
13412 <cell alignment="center" valignment="top" usebox="none">
13413 \begin_inset Text
13414
13415 \begin_layout Plain Layout
13416 Spatial resolution [µm]
13417 \end_layout
13418
13419 \end_inset
13420 </cell>
13421 <cell alignment="center" valignment="top" usebox="none">
13422 \begin_inset Text
13423
13424 \begin_layout Plain Layout
13425 4.26
13426 \end_layout
13427
13428 \end_inset
13429 </cell>
13430 <cell alignment="center" valignment="top" usebox="none">
13431 \begin_inset Text
13432
13433 \begin_layout Plain Layout
13434 10.17
13435 \end_layout
13436
13437 \end_inset
13438 </cell>
13439 <cell alignment="center" valignment="top" usebox="none">
13440 \begin_inset Text
13441
13442 \begin_layout Plain Layout
13443 10.56
13444 \end_layout
13445
13446 \end_inset
13447 </cell>
13448 </row>
13449 <row topspace="default">
13450 <cell alignment="center" valignment="top" usebox="none">
13451 \begin_inset Text
13452
13453 \begin_layout Plain Layout
13454 MTF at 
13455 \begin_inset Formula $f_{\mathrm{max}}$
13456 \end_inset
13457
13458
13459 \end_layout
13460
13461 \end_inset
13462 </cell>
13463 <cell alignment="center" valignment="top" usebox="none">
13464 \begin_inset Text
13465
13466 \begin_layout Plain Layout
13467 0.53
13468 \end_layout
13469
13470 \end_inset
13471 </cell>
13472 <cell alignment="center" valignment="top" usebox="none">
13473 \begin_inset Text
13474
13475 \begin_layout Plain Layout
13476 0.37
13477 \end_layout
13478
13479 \end_inset
13480 </cell>
13481 <cell alignment="center" valignment="top" usebox="none">
13482 \begin_inset Text
13483
13484 \begin_layout Plain Layout
13485 0.39
13486 \end_layout
13487
13488 \end_inset
13489 </cell>
13490 </row>
13491 <row>
13492 <cell alignment="center" valignment="top" topline="true" usebox="none">
13493 \begin_inset Text
13494
13495 \begin_layout Plain Layout
13496 \begin_inset ERT
13497 status collapsed
13498
13499 \begin_layout Plain Layout
13500
13501
13502 \backslash
13503 morecmidrules 
13504 \end_layout
13505
13506 \end_inset
13507
13508
13509 \begin_inset ERT
13510 status collapsed
13511
13512 \begin_layout Plain Layout
13513
13514
13515 \backslash
13516 cmidrule{3-4}
13517 \end_layout
13518
13519 \end_inset
13520
13521 LSF-spatial resolution
13522 \end_layout
13523
13524 \end_inset
13525 </cell>
13526 <cell alignment="center" valignment="top" topline="true" usebox="none">
13527 \begin_inset Text
13528
13529 \begin_layout Plain Layout
13530
13531 \end_layout
13532
13533 \end_inset
13534 </cell>
13535 <cell alignment="center" valignment="top" topline="true" usebox="none">
13536 \begin_inset Text
13537
13538 \begin_layout Plain Layout
13539
13540 \end_layout
13541
13542 \end_inset
13543 </cell>
13544 <cell alignment="center" valignment="top" topline="true" usebox="none">
13545 \begin_inset Text
13546
13547 \begin_layout Plain Layout
13548
13549 \end_layout
13550
13551 \end_inset
13552 </cell>
13553 </row>
13554 <row>
13555 <cell alignment="center" valignment="top" usebox="none">
13556 \begin_inset Text
13557
13558 \begin_layout Plain Layout
13559 in Âµm
13560 \end_layout
13561
13562 \end_inset
13563 </cell>
13564 <cell alignment="center" valignment="top" usebox="none">
13565 \begin_inset Text
13566
13567 \begin_layout Plain Layout
13568 129.7
13569 \end_layout
13570
13571 \end_inset
13572 </cell>
13573 <cell alignment="center" valignment="top" usebox="none">
13574 \begin_inset Text
13575
13576 \begin_layout Plain Layout
13577 52.75
13578 \end_layout
13579
13580 \end_inset
13581 </cell>
13582 <cell alignment="center" valignment="top" usebox="none">
13583 \begin_inset Text
13584
13585 \begin_layout Plain Layout
13586 50.78
13587 \end_layout
13588
13589 \end_inset
13590 </cell>
13591 </row>
13592 <row>
13593 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13594 \begin_inset Text
13595
13596 \begin_layout Plain Layout
13597 in % of pixel size
13598 \end_layout
13599
13600 \end_inset
13601 </cell>
13602 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13603 \begin_inset Text
13604
13605 \begin_layout Plain Layout
13606 76.3
13607 \end_layout
13608
13609 \end_inset
13610 </cell>
13611 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13612 \begin_inset Text
13613
13614 \begin_layout Plain Layout
13615 95.9
13616 \end_layout
13617
13618 \end_inset
13619 </cell>
13620 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13621 \begin_inset Text
13622
13623 \begin_layout Plain Layout
13624 92.3
13625 \end_layout
13626
13627 \end_inset
13628 </cell>
13629 </row>
13630 </lyxtabular>
13631
13632 \end_inset
13633
13634
13635 \end_layout
13636
13637 \end_inset
13638
13639
13640 \end_layout
13641
13642 \begin_layout Section
13643 Vertical Table Alignment
13644 \begin_inset Index
13645 status collapsed
13646
13647 \begin_layout Plain Layout
13648 Table ! Alignment
13649 \end_layout
13650
13651 \end_inset
13652
13653
13654 \end_layout
13655
13656 \begin_layout Standard
13657 To align tables vertically in a text line the table must be inside a box.
13658  The box can then be vertically aligned as described in section
13659 \begin_inset space ~
13660 \end_inset
13661
13662
13663 \begin_inset CommandInset ref
13664 LatexCommand ref
13665 reference "sec:Box-Dialog"
13666
13667 \end_inset
13668
13669 .
13670 \end_layout
13671
13672 \begin_layout Standard
13673 In the following example the tables are inside a minipage
13674 \begin_inset Foot
13675 status collapsed
13676
13677 \begin_layout Plain Layout
13678 Minipages are described in section
13679 \begin_inset space ~
13680 \end_inset
13681
13682
13683 \begin_inset CommandInset ref
13684 LatexCommand ref
13685 reference "sec:Minipages"
13686
13687 \end_inset
13688
13689 .
13690 \end_layout
13691
13692 \end_inset
13693
13694  box that has a width of 15
13695 \begin_inset space \thinspace{}
13696 \end_inset
13697
13698 col%:
13699 \end_layout
13700
13701 \begin_layout Itemize
13702 test 
13703 \begin_inset Box Frameless
13704 position "t"
13705 hor_pos "c"
13706 has_inner_box 1
13707 inner_pos "c"
13708 use_parbox 0
13709 width "15col%"
13710 special "none"
13711 height "1in"
13712 height_special "totalheight"
13713 status collapsed
13714
13715 \begin_layout Plain Layout
13716 \begin_inset Tabular
13717 <lyxtabular version="3" rows="3" columns="3">
13718 <features>
13719 <column alignment="center" valignment="top" width="0">
13720 <column alignment="center" valignment="top" width="0">
13721 <column alignment="center" valignment="top" width="0">
13722 <row>
13723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13724 \begin_inset Text
13725
13726 \begin_layout Plain Layout
13727 a
13728 \end_layout
13729
13730 \end_inset
13731 </cell>
13732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13733 \begin_inset Text
13734
13735 \begin_layout Plain Layout
13736 d
13737 \end_layout
13738
13739 \end_inset
13740 </cell>
13741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13742 \begin_inset Text
13743
13744 \begin_layout Plain Layout
13745 g
13746 \end_layout
13747
13748 \end_inset
13749 </cell>
13750 </row>
13751 <row>
13752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13753 \begin_inset Text
13754
13755 \begin_layout Plain Layout
13756 b
13757 \end_layout
13758
13759 \end_inset
13760 </cell>
13761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13762 \begin_inset Text
13763
13764 \begin_layout Plain Layout
13765 e
13766 \end_layout
13767
13768 \end_inset
13769 </cell>
13770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13771 \begin_inset Text
13772
13773 \begin_layout Plain Layout
13774 h
13775 \end_layout
13776
13777 \end_inset
13778 </cell>
13779 </row>
13780 <row>
13781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13782 \begin_inset Text
13783
13784 \begin_layout Plain Layout
13785 c
13786 \end_layout
13787
13788 \end_inset
13789 </cell>
13790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13791 \begin_inset Text
13792
13793 \begin_layout Plain Layout
13794 f
13795 \end_layout
13796
13797 \end_inset
13798 </cell>
13799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13800 \begin_inset Text
13801
13802 \begin_layout Plain Layout
13803 i
13804 \end_layout
13805
13806 \end_inset
13807 </cell>
13808 </row>
13809 </lyxtabular>
13810
13811 \end_inset
13812
13813
13814 \end_layout
13815
13816 \end_inset
13817
13818  test 
13819 \begin_inset ERT
13820 status collapsed
13821
13822 \begin_layout Plain Layout
13823
13824
13825 \backslash
13826 raisebox{0.85
13827 \backslash
13828 baselineskip}{
13829 \end_layout
13830
13831 \end_inset
13832
13833
13834 \begin_inset Box Frameless
13835 position "t"
13836 hor_pos "c"
13837 has_inner_box 1
13838 inner_pos "c"
13839 use_parbox 0
13840 width "15col%"
13841 special "none"
13842 height "1in"
13843 height_special "totalheight"
13844 status collapsed
13845
13846 \begin_layout Plain Layout
13847 \begin_inset Tabular
13848 <lyxtabular version="3" rows="3" columns="3">
13849 <features>
13850 <column alignment="center" valignment="top" width="0">
13851 <column alignment="center" valignment="top" width="0">
13852 <column alignment="center" valignment="top" width="0">
13853 <row>
13854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13855 \begin_inset Text
13856
13857 \begin_layout Plain Layout
13858 a
13859 \end_layout
13860
13861 \end_inset
13862 </cell>
13863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13864 \begin_inset Text
13865
13866 \begin_layout Plain Layout
13867 d
13868 \end_layout
13869
13870 \end_inset
13871 </cell>
13872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13873 \begin_inset Text
13874
13875 \begin_layout Plain Layout
13876 g
13877 \end_layout
13878
13879 \end_inset
13880 </cell>
13881 </row>
13882 <row>
13883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13884 \begin_inset Text
13885
13886 \begin_layout Plain Layout
13887 b
13888 \end_layout
13889
13890 \end_inset
13891 </cell>
13892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13893 \begin_inset Text
13894
13895 \begin_layout Plain Layout
13896 e
13897 \end_layout
13898
13899 \end_inset
13900 </cell>
13901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13902 \begin_inset Text
13903
13904 \begin_layout Plain Layout
13905 h
13906 \end_layout
13907
13908 \end_inset
13909 </cell>
13910 </row>
13911 <row>
13912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13913 \begin_inset Text
13914
13915 \begin_layout Plain Layout
13916 c
13917 \end_layout
13918
13919 \end_inset
13920 </cell>
13921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13922 \begin_inset Text
13923
13924 \begin_layout Plain Layout
13925 f
13926 \end_layout
13927
13928 \end_inset
13929 </cell>
13930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13931 \begin_inset Text
13932
13933 \begin_layout Plain Layout
13934 i
13935 \end_layout
13936
13937 \end_inset
13938 </cell>
13939 </row>
13940 </lyxtabular>
13941
13942 \end_inset
13943
13944
13945 \end_layout
13946
13947 \end_inset
13948
13949
13950 \begin_inset ERT
13951 status collapsed
13952
13953 \begin_layout Plain Layout
13954
13955 }
13956 \end_layout
13957
13958 \end_inset
13959
13960
13961 \end_layout
13962
13963 \begin_layout Itemize
13964 test 
13965 \begin_inset Box Frameless
13966 position "c"
13967 hor_pos "c"
13968 has_inner_box 1
13969 inner_pos "c"
13970 use_parbox 0
13971 width "15col%"
13972 special "none"
13973 height "1in"
13974 height_special "totalheight"
13975 status collapsed
13976
13977 \begin_layout Plain Layout
13978 \begin_inset Tabular
13979 <lyxtabular version="3" rows="3" columns="3">
13980 <features>
13981 <column alignment="center" valignment="top" width="0">
13982 <column alignment="center" valignment="top" width="0">
13983 <column alignment="center" valignment="top" width="0">
13984 <row>
13985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13986 \begin_inset Text
13987
13988 \begin_layout Plain Layout
13989 a
13990 \end_layout
13991
13992 \end_inset
13993 </cell>
13994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13995 \begin_inset Text
13996
13997 \begin_layout Plain Layout
13998 d
13999 \end_layout
14000
14001 \end_inset
14002 </cell>
14003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14004 \begin_inset Text
14005
14006 \begin_layout Plain Layout
14007 g
14008 \end_layout
14009
14010 \end_inset
14011 </cell>
14012 </row>
14013 <row>
14014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14015 \begin_inset Text
14016
14017 \begin_layout Plain Layout
14018 b
14019 \end_layout
14020
14021 \end_inset
14022 </cell>
14023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14024 \begin_inset Text
14025
14026 \begin_layout Plain Layout
14027 e
14028 \end_layout
14029
14030 \end_inset
14031 </cell>
14032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14033 \begin_inset Text
14034
14035 \begin_layout Plain Layout
14036 h
14037 \end_layout
14038
14039 \end_inset
14040 </cell>
14041 </row>
14042 <row>
14043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14044 \begin_inset Text
14045
14046 \begin_layout Plain Layout
14047 c
14048 \end_layout
14049
14050 \end_inset
14051 </cell>
14052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14053 \begin_inset Text
14054
14055 \begin_layout Plain Layout
14056 f
14057 \end_layout
14058
14059 \end_inset
14060 </cell>
14061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14062 \begin_inset Text
14063
14064 \begin_layout Plain Layout
14065 i
14066 \end_layout
14067
14068 \end_inset
14069 </cell>
14070 </row>
14071 </lyxtabular>
14072
14073 \end_inset
14074
14075
14076 \end_layout
14077
14078 \end_inset
14079
14080
14081 \end_layout
14082
14083 \begin_layout Itemize
14084 test 
14085 \begin_inset Box Frameless
14086 position "b"
14087 hor_pos "c"
14088 has_inner_box 1
14089 inner_pos "c"
14090 use_parbox 0
14091 width "15col%"
14092 special "none"
14093 height "1in"
14094 height_special "totalheight"
14095 status collapsed
14096
14097 \begin_layout Plain Layout
14098 \begin_inset Tabular
14099 <lyxtabular version="3" rows="3" columns="3">
14100 <features>
14101 <column alignment="center" valignment="top" width="0">
14102 <column alignment="center" valignment="top" width="0">
14103 <column alignment="center" valignment="top" width="0">
14104 <row>
14105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14106 \begin_inset Text
14107
14108 \begin_layout Plain Layout
14109 a
14110 \end_layout
14111
14112 \end_inset
14113 </cell>
14114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14115 \begin_inset Text
14116
14117 \begin_layout Plain Layout
14118 d
14119 \end_layout
14120
14121 \end_inset
14122 </cell>
14123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14124 \begin_inset Text
14125
14126 \begin_layout Plain Layout
14127 g
14128 \end_layout
14129
14130 \end_inset
14131 </cell>
14132 </row>
14133 <row>
14134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14135 \begin_inset Text
14136
14137 \begin_layout Plain Layout
14138 b
14139 \end_layout
14140
14141 \end_inset
14142 </cell>
14143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14144 \begin_inset Text
14145
14146 \begin_layout Plain Layout
14147 e
14148 \end_layout
14149
14150 \end_inset
14151 </cell>
14152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14153 \begin_inset Text
14154
14155 \begin_layout Plain Layout
14156 h
14157 \end_layout
14158
14159 \end_inset
14160 </cell>
14161 </row>
14162 <row>
14163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14164 \begin_inset Text
14165
14166 \begin_layout Plain Layout
14167 c
14168 \end_layout
14169
14170 \end_inset
14171 </cell>
14172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14173 \begin_inset Text
14174
14175 \begin_layout Plain Layout
14176 f
14177 \end_layout
14178
14179 \end_inset
14180 </cell>
14181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14182 \begin_inset Text
14183
14184 \begin_layout Plain Layout
14185 i
14186 \end_layout
14187
14188 \end_inset
14189 </cell>
14190 </row>
14191 </lyxtabular>
14192
14193 \end_inset
14194
14195
14196 \end_layout
14197
14198 \end_inset
14199
14200  test 
14201 \begin_inset ERT
14202 status collapsed
14203
14204 \begin_layout Plain Layout
14205
14206
14207 \backslash
14208 raisebox{-0.32
14209 \backslash
14210 baselineskip}{
14211 \end_layout
14212
14213 \end_inset
14214
14215
14216 \begin_inset Box Frameless
14217 position "b"
14218 hor_pos "c"
14219 has_inner_box 1
14220 inner_pos "c"
14221 use_parbox 0
14222 width "15col%"
14223 special "none"
14224 height "1in"
14225 height_special "totalheight"
14226 status collapsed
14227
14228 \begin_layout Plain Layout
14229 \begin_inset Tabular
14230 <lyxtabular version="3" rows="3" columns="3">
14231 <features>
14232 <column alignment="center" valignment="top" width="0">
14233 <column alignment="center" valignment="top" width="0">
14234 <column alignment="center" valignment="top" width="0">
14235 <row>
14236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14237 \begin_inset Text
14238
14239 \begin_layout Plain Layout
14240 a
14241 \end_layout
14242
14243 \end_inset
14244 </cell>
14245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14246 \begin_inset Text
14247
14248 \begin_layout Plain Layout
14249 d
14250 \end_layout
14251
14252 \end_inset
14253 </cell>
14254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14255 \begin_inset Text
14256
14257 \begin_layout Plain Layout
14258 g
14259 \end_layout
14260
14261 \end_inset
14262 </cell>
14263 </row>
14264 <row>
14265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14266 \begin_inset Text
14267
14268 \begin_layout Plain Layout
14269 b
14270 \end_layout
14271
14272 \end_inset
14273 </cell>
14274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14275 \begin_inset Text
14276
14277 \begin_layout Plain Layout
14278 e
14279 \end_layout
14280
14281 \end_inset
14282 </cell>
14283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14284 \begin_inset Text
14285
14286 \begin_layout Plain Layout
14287 h
14288 \end_layout
14289
14290 \end_inset
14291 </cell>
14292 </row>
14293 <row>
14294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14295 \begin_inset Text
14296
14297 \begin_layout Plain Layout
14298 c
14299 \end_layout
14300
14301 \end_inset
14302 </cell>
14303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14304 \begin_inset Text
14305
14306 \begin_layout Plain Layout
14307 f
14308 \end_layout
14309
14310 \end_inset
14311 </cell>
14312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14313 \begin_inset Text
14314
14315 \begin_layout Plain Layout
14316 i
14317 \end_layout
14318
14319 \end_inset
14320 </cell>
14321 </row>
14322 </lyxtabular>
14323
14324 \end_inset
14325
14326
14327 \end_layout
14328
14329 \end_inset
14330
14331
14332 \begin_inset ERT
14333 status collapsed
14334
14335 \begin_layout Plain Layout
14336
14337 }
14338 \end_layout
14339
14340 \end_inset
14341
14342
14343 \end_layout
14344
14345 \begin_layout Standard
14346 As you can see, the content of the first and last table row is not correctly
14347  aligned with the text line where the table is in.
14348  To get this alignment, the minipage box must be set into a raisebox
14349 \begin_inset Foot
14350 status collapsed
14351
14352 \begin_layout Plain Layout
14353 Raiseboxes are described in section
14354 \begin_inset space ~
14355 \end_inset
14356
14357
14358 \begin_inset CommandInset ref
14359 LatexCommand ref
14360 reference "sub:Vertical-Alignment"
14361
14362 \end_inset
14363
14364 .
14365 \end_layout
14366
14367 \end_inset
14368
14369 .
14370  In the example above the second table in the first item is aligned using
14371  the TeX-Code-command
14372 \end_layout
14373
14374 \begin_layout Standard
14375
14376 \series bold
14377
14378 \backslash
14379 raisebox{0.85
14380 \backslash
14381 baselineskip}{
14382 \end_layout
14383
14384 \begin_layout Standard
14385 before the box.
14386  Behind the box the closing brace 
14387 \series bold
14388 }
14389 \series default
14390  is inserted as TeX-Code.
14391  For the second table in the last item the command
14392 \end_layout
14393
14394 \begin_layout Standard
14395
14396 \series bold
14397
14398 \backslash
14399 raisebox{-0.32
14400 \backslash
14401 baselineskip}{
14402 \end_layout
14403
14404 \begin_layout Standard
14405 is used.
14406 \end_layout
14407
14408 \begin_layout Standard
14409 \begin_inset Note Greyedout
14410 status open
14411
14412 \begin_layout Plain Layout
14413
14414 \series bold
14415 Note:
14416 \series default
14417  The alignment of the table row content to the surrounding text line is
14418  not exact.
14419  The needed factor of the 
14420 \series bold
14421
14422 \backslash
14423 raisebox
14424 \series default
14425  command for this alignment depends on the document font, the font size,
14426  and the table line thickness.
14427 \end_layout
14428
14429 \end_inset
14430
14431
14432 \end_layout
14433
14434 \begin_layout Section
14435 Colored Tables
14436 \begin_inset CommandInset label
14437 LatexCommand label
14438 name "sec:Colored-Tables"
14439
14440 \end_inset
14441
14442
14443 \begin_inset Index
14444 status collapsed
14445
14446 \begin_layout Plain Layout
14447 Table ! Color
14448 \end_layout
14449
14450 \end_inset
14451
14452
14453 \end_layout
14454
14455 \begin_layout Subsection
14456 Colored Cells
14457 \begin_inset Index
14458 status collapsed
14459
14460 \begin_layout Plain Layout
14461 Table Color ! for Cells
14462 \end_layout
14463
14464 \end_inset
14465
14466
14467 \begin_inset Index
14468 status collapsed
14469
14470 \begin_layout Plain Layout
14471 Color ! for Table Cells
14472 \end_layout
14473
14474 \end_inset
14475
14476
14477 \end_layout
14478
14479 \begin_layout Standard
14480 \begin_inset Float table
14481 placement h
14482 wide false
14483 sideways false
14484 status open
14485
14486 \begin_layout Plain Layout
14487 \begin_inset Caption
14488
14489 \begin_layout Plain Layout
14490 \begin_inset CommandInset label
14491 LatexCommand label
14492 name "tab:Table-colored-without"
14493
14494 \end_inset
14495
14496 Table colored without using the package 
14497 \series bold
14498 colortbl
14499 \series default
14500
14501 \begin_inset OptArg
14502 status collapsed
14503
14504 \begin_layout Plain Layout
14505 Table without colortbl
14506 \end_layout
14507
14508 \end_inset
14509
14510
14511 \end_layout
14512
14513 \end_inset
14514
14515
14516 \end_layout
14517
14518 \begin_layout Plain Layout
14519 \align center
14520 \begin_inset Tabular
14521 <lyxtabular version="3" rows="3" columns="3">
14522 <features>
14523 <column alignment="center" valignment="top" width="0">
14524 <column alignment="center" valignment="top" width="0">
14525 <column alignment="center" valignment="top" width="0">
14526 <row>
14527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14528 \begin_inset Text
14529
14530 \begin_layout Plain Layout
14531
14532 \color green
14533 a
14534 \end_layout
14535
14536 \end_inset
14537 </cell>
14538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14539 \begin_inset Text
14540
14541 \begin_layout Plain Layout
14542
14543 \color red
14544 b
14545 \end_layout
14546
14547 \end_inset
14548 </cell>
14549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14550 \begin_inset Text
14551
14552 \begin_layout Plain Layout
14553
14554 \color red
14555 c
14556 \end_layout
14557
14558 \end_inset
14559 </cell>
14560 </row>
14561 <row>
14562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14563 \begin_inset Text
14564
14565 \begin_layout Plain Layout
14566
14567 \color green
14568 d
14569 \end_layout
14570
14571 \end_inset
14572 </cell>
14573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14574 \begin_inset Text
14575
14576 \begin_layout Plain Layout
14577
14578 \color blue
14579 e
14580 \end_layout
14581
14582 \end_inset
14583 </cell>
14584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14585 \begin_inset Text
14586
14587 \begin_layout Plain Layout
14588
14589 \color blue
14590 f
14591 \end_layout
14592
14593 \end_inset
14594 </cell>
14595 </row>
14596 <row>
14597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14598 \begin_inset Text
14599
14600 \begin_layout Plain Layout
14601
14602 \color green
14603 g
14604 \end_layout
14605
14606 \end_inset
14607 </cell>
14608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14609 \begin_inset Text
14610
14611 \begin_layout Plain Layout
14612
14613 \color blue
14614 h
14615 \end_layout
14616
14617 \end_inset
14618 </cell>
14619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14620 \begin_inset Text
14621
14622 \begin_layout Plain Layout
14623
14624 \color blue
14625 i
14626 \end_layout
14627
14628 \end_inset
14629 </cell>
14630 </row>
14631 </lyxtabular>
14632
14633 \end_inset
14634
14635
14636 \end_layout
14637
14638 \end_inset
14639
14640
14641 \end_layout
14642
14643 \begin_layout Standard
14644 If you only need colored text, mark the cells and choose a color in the
14645  menu 
14646 \family sans
14647 Edit\SpecialChar \menuseparator
14648 Text
14649 \begin_inset space ~
14650 \end_inset
14651
14652 Style
14653 \family default
14654 .
14655  This was used to create Table
14656 \begin_inset space ~
14657 \end_inset
14658
14659
14660 \begin_inset CommandInset ref
14661 LatexCommand ref
14662 reference "tab:Table-colored-without"
14663
14664 \end_inset
14665
14666 .
14667  In any other case you have to use the LaTeX-package 
14668 \series bold
14669 colortbl
14670 \series default
14671 .
14672 \begin_inset Index
14673 status collapsed
14674
14675 \begin_layout Plain Layout
14676 LaTeX-packages ! colortbl
14677 \end_layout
14678
14679 \end_inset
14680
14681
14682 \end_layout
14683
14684 \begin_layout Standard
14685 \begin_inset ERT
14686 status collapsed
14687
14688 \begin_layout Plain Layout
14689
14690
14691 \backslash
14692 ifcolortbl
14693 \end_layout
14694
14695 \end_inset
14696
14697
14698 \begin_inset Note Note
14699 status open
14700
14701 \begin_layout Plain Layout
14702 The following section part will only be displayed when the LaTeX-package
14703  
14704 \series bold
14705 colortbl
14706 \series default
14707  is installed.
14708 \end_layout
14709
14710 \end_inset
14711
14712
14713 \end_layout
14714
14715 \begin_layout Standard
14716 To create colored tables, 
14717 \series bold
14718 colortbl
14719 \series default
14720  must be loaded in the preamble with the line
14721 \end_layout
14722
14723 \begin_layout Standard
14724
14725 \series bold
14726
14727 \backslash
14728 usepackage{colortbl}
14729 \end_layout
14730
14731 \begin_layout Standard
14732 The color of a column is adjusted with the command
14733 \end_layout
14734
14735 \begin_layout Standard
14736
14737 \series bold
14738
14739 \backslash
14740 columncolor{name of color}
14741 \end_layout
14742
14743 \begin_layout Standard
14744 inside the command 
14745 \series bold
14746 >{ }
14747 \series default
14748 .
14749  More about the command 
14750 \series bold
14751 >{}
14752 \series default
14753  is described in section
14754 \begin_inset space ~
14755 \end_inset
14756
14757
14758 \begin_inset CommandInset ref
14759 LatexCommand ref
14760 reference "sub:Multicolumn-Calculations"
14761
14762 \end_inset
14763
14764 .
14765 \end_layout
14766
14767 \begin_layout Standard
14768 The following color names are predefined:
14769 \end_layout
14770
14771 \begin_layout Standard
14772
14773 \family sans
14774 red
14775 \family default
14776
14777 \family sans
14778 green
14779 \family default
14780
14781 \family sans
14782 yellow
14783 \family default
14784
14785 \family sans
14786 blue
14787 \family default
14788
14789 \family sans
14790 cyan
14791 \family default
14792
14793 \family sans
14794 magenta
14795 \family default
14796
14797 \family sans
14798 black
14799 \family default
14800  and 
14801 \family sans
14802 white
14803 \end_layout
14804
14805 \begin_layout Standard
14806 \begin_inset VSpace medskip
14807 \end_inset
14808
14809
14810 \end_layout
14811
14812 \begin_layout Standard
14813 You can also define your own color with the command
14814 \end_layout
14815
14816 \begin_layout Standard
14817
14818 \series bold
14819
14820 \backslash
14821 definecolor{color name}{color model}{color values}
14822 \end_layout
14823
14824 \begin_layout Standard
14825 The color model can be
14826 \end_layout
14827
14828 \begin_layout Labeling
14829 \labelwidthstring 00.00.0000
14830 cmyk: cyan, magenta, yellow, black
14831 \end_layout
14832
14833 \begin_layout Labeling
14834 \labelwidthstring 00.00.0000
14835 rgb: red, green blue
14836 \end_layout
14837
14838 \begin_layout Labeling
14839 \labelwidthstring 00.00.0000
14840 gray gray
14841 \end_layout
14842
14843 \begin_layout Standard
14844 and the color values are comma separated numbers between 0 and 1 describing
14845  the factor for the corresponding color of the color model.
14846 \end_layout
14847
14848 \begin_layout Standard
14849 You can e.
14850 \begin_inset space \thinspace{}
14851 \end_inset
14852
14853 g.
14854 \begin_inset space \space{}
14855 \end_inset
14856
14857 define the color "
14858 \emph on
14859 darkgreen
14860 \emph default
14861 " in the preamble with
14862 \end_layout
14863
14864 \begin_layout Standard
14865
14866 \series bold
14867
14868 \backslash
14869 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
14870 \end_layout
14871
14872 \begin_layout Standard
14873 and the color "
14874 \emph on
14875 lightgray
14876 \emph default
14877 " with
14878 \end_layout
14879
14880 \begin_layout Standard
14881
14882 \series bold
14883
14884 \backslash
14885 definecolor{lightgray}{gray}{0.8}
14886 \end_layout
14887
14888 \begin_layout Standard
14889 \begin_inset VSpace medskip
14890 \end_inset
14891
14892
14893 \end_layout
14894
14895 \begin_layout Standard
14896 Lines are colored with the command
14897 \end_layout
14898
14899 \begin_layout Standard
14900
14901 \series bold
14902
14903 \backslash
14904 rowcolor{name of color}
14905 \end_layout
14906
14907 \begin_layout Standard
14908 and cells are colored with the command
14909 \end_layout
14910
14911 \begin_layout Standard
14912
14913 \series bold
14914
14915 \backslash
14916 cellcolor{name of color}
14917 \end_layout
14918
14919 \begin_layout Standard
14920 Both commands are inserted at the beginning of a cell as TeX-Code.
14921 \end_layout
14922
14923 \begin_layout Standard
14924 To color characters in the table, mark the cells and use the LyX menu 
14925 \family sans
14926 Edit\SpecialChar \menuseparator
14927 Text
14928 \begin_inset space ~
14929 \end_inset
14930
14931 Style
14932 \family default
14933 .
14934  If a cell contains TeX-Code mark only the characters, otherwise the colored
14935  TeX-Code will cause LaTeX-errors.
14936 \end_layout
14937
14938 \begin_layout Standard
14939 \begin_inset Note Greyedout
14940 status open
14941
14942 \begin_layout Plain Layout
14943
14944 \series bold
14945 Note:
14946 \series default
14947  Not all DVI-viewers are able to display self-defined colors.
14948 \end_layout
14949
14950 \end_inset
14951
14952
14953 \end_layout
14954
14955 \begin_layout Standard
14956 \begin_inset VSpace bigskip
14957 \end_inset
14958
14959
14960 \end_layout
14961
14962 \begin_layout Standard
14963 To create Table
14964 \begin_inset space ~
14965 \end_inset
14966
14967
14968 \begin_inset CommandInset ref
14969 LatexCommand ref
14970 reference "tab:Table-colored-using"
14971
14972 \end_inset
14973
14974  do the following: The color of the first column should be 
14975 \emph on
14976 darkgreen
14977 \emph default
14978 .
14979  So insert
14980 \end_layout
14981
14982 \begin_layout Standard
14983
14984 \series bold
14985 >{
14986 \backslash
14987 columncolor{darkgreen}
14988 \backslash
14989 centering}c
14990 \end_layout
14991
14992 \begin_layout Standard
14993 as LaTeX-argument for this column.
14994  The first row should be blue, therefore the TeX-Code command
14995 \end_layout
14996
14997 \begin_layout Standard
14998
14999 \series bold
15000
15001 \backslash
15002 rowcolow{cyan}
15003 \end_layout
15004
15005 \begin_layout Standard
15006 is inserted to the first cell of this row.
15007  Note that this overwrites the column color for the first cell.
15008  The last cell of the last row is colored magenta by inserting the TeX-Code
15009  command
15010 \end_layout
15011
15012 \begin_layout Standard
15013
15014 \series bold
15015
15016 \backslash
15017 cellcolor{magenta}
15018 \end_layout
15019
15020 \begin_layout Standard
15021 The characters could now be colored using the menu 
15022 \family sans
15023 Edit\SpecialChar \menuseparator
15024 Text
15025 \begin_inset space ~
15026 \end_inset
15027
15028 Style
15029 \family default
15030 .
15031 \end_layout
15032
15033 \begin_layout Standard
15034 \begin_inset Float table
15035 placement h
15036 wide false
15037 sideways false
15038 status open
15039
15040 \begin_layout Plain Layout
15041 \begin_inset Caption
15042
15043 \begin_layout Plain Layout
15044 \begin_inset CommandInset label
15045 LatexCommand label
15046 name "tab:Table-colored-using"
15047
15048 \end_inset
15049
15050 Table colored using the package 
15051 \series bold
15052 colortbl
15053 \series default
15054
15055 \begin_inset OptArg
15056 status collapsed
15057
15058 \begin_layout Plain Layout
15059 Table with colortbl
15060 \end_layout
15061
15062 \end_inset
15063
15064
15065 \end_layout
15066
15067 \end_inset
15068
15069
15070 \end_layout
15071
15072 \begin_layout Plain Layout
15073 \align center
15074 \begin_inset Tabular
15075 <lyxtabular version="3" rows="3" columns="3">
15076 <features>
15077 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15078 <column alignment="center" valignment="top" width="0">
15079 <column alignment="center" valignment="top" width="0">
15080 <row>
15081 <cell alignment="center" valignment="top" usebox="none">
15082 \begin_inset Text
15083
15084 \begin_layout Plain Layout
15085 \begin_inset ERT
15086 status collapsed
15087
15088 \begin_layout Plain Layout
15089
15090
15091 \backslash
15092 rowcolor{cyan}
15093 \end_layout
15094
15095 \end_inset
15096
15097
15098 \color magenta
15099 a
15100 \end_layout
15101
15102 \end_inset
15103 </cell>
15104 <cell alignment="center" valignment="top" usebox="none">
15105 \begin_inset Text
15106
15107 \begin_layout Plain Layout
15108
15109 \color red
15110 b
15111 \end_layout
15112
15113 \end_inset
15114 </cell>
15115 <cell alignment="center" valignment="top" usebox="none">
15116 \begin_inset Text
15117
15118 \begin_layout Plain Layout
15119
15120 \color red
15121 c
15122 \end_layout
15123
15124 \end_inset
15125 </cell>
15126 </row>
15127 <row>
15128 <cell alignment="center" valignment="top" usebox="none">
15129 \begin_inset Text
15130
15131 \begin_layout Plain Layout
15132
15133 \color yellow
15134 d
15135 \end_layout
15136
15137 \end_inset
15138 </cell>
15139 <cell alignment="center" valignment="top" usebox="none">
15140 \begin_inset Text
15141
15142 \begin_layout Plain Layout
15143
15144 \color blue
15145 e
15146 \end_layout
15147
15148 \end_inset
15149 </cell>
15150 <cell alignment="center" valignment="top" usebox="none">
15151 \begin_inset Text
15152
15153 \begin_layout Plain Layout
15154
15155 \color blue
15156 f
15157 \end_layout
15158
15159 \end_inset
15160 </cell>
15161 </row>
15162 <row>
15163 <cell alignment="center" valignment="top" usebox="none">
15164 \begin_inset Text
15165
15166 \begin_layout Plain Layout
15167
15168 \color yellow
15169 g
15170 \end_layout
15171
15172 \end_inset
15173 </cell>
15174 <cell alignment="center" valignment="top" usebox="none">
15175 \begin_inset Text
15176
15177 \begin_layout Plain Layout
15178
15179 \color blue
15180 h
15181 \end_layout
15182
15183 \end_inset
15184 </cell>
15185 <cell alignment="center" valignment="top" usebox="none">
15186 \begin_inset Text
15187
15188 \begin_layout Plain Layout
15189 \begin_inset ERT
15190 status collapsed
15191
15192 \begin_layout Plain Layout
15193
15194
15195 \backslash
15196 cellcolor{magenta}
15197 \end_layout
15198
15199 \end_inset
15200
15201
15202 \color green
15203 i
15204 \end_layout
15205
15206 \end_inset
15207 </cell>
15208 </row>
15209 </lyxtabular>
15210
15211 \end_inset
15212
15213
15214 \end_layout
15215
15216 \end_inset
15217
15218
15219 \end_layout
15220
15221 \begin_layout Standard
15222 \begin_inset ERT
15223 status collapsed
15224
15225 \begin_layout Plain Layout
15226
15227
15228 \backslash
15229 else
15230 \end_layout
15231
15232 \end_inset
15233
15234
15235 \begin_inset Note Note
15236 status open
15237
15238 \begin_layout Plain Layout
15239 The following will be displayed when the LaTeX-package 
15240 \series bold
15241 colortbl
15242 \series default
15243  is not installed:
15244 \end_layout
15245
15246 \end_inset
15247
15248
15249 \end_layout
15250
15251 \begin_layout Standard
15252 You need to install the package 
15253 \series bold
15254 colortbl
15255 \series default
15256  to see the content of this section in the output.
15257 \end_layout
15258
15259 \begin_layout Standard
15260 \begin_inset ERT
15261 status collapsed
15262
15263 \begin_layout Plain Layout
15264
15265
15266 \backslash
15267 fi
15268 \end_layout
15269
15270 \end_inset
15271
15272
15273 \end_layout
15274
15275 \begin_layout Subsection
15276 Colored Lines
15277 \begin_inset Index
15278 status collapsed
15279
15280 \begin_layout Plain Layout
15281 Table Color ! for Lines
15282 \end_layout
15283
15284 \end_inset
15285
15286
15287 \begin_inset Index
15288 status collapsed
15289
15290 \begin_layout Plain Layout
15291 Color ! for Table Lines
15292 \end_layout
15293
15294 \end_inset
15295
15296
15297 \end_layout
15298
15299 \begin_layout Standard
15300 As described in section
15301 \begin_inset space ~
15302 \end_inset
15303
15304
15305 \begin_inset CommandInset ref
15306 LatexCommand ref
15307 reference "sub:Line-Thickness"
15308
15309 \end_inset
15310
15311 , the line thickness for all lines in a table can be adjusted with the length
15312  
15313 \series bold
15314
15315 \backslash
15316 arrayrulewidth
15317 \series default
15318 .
15319  It is set to 1.5
15320 \begin_inset space \thinspace{}
15321 \end_inset
15322
15323 pt for all tables of this section.
15324 \begin_inset ERT
15325 status collapsed
15326
15327 \begin_layout Plain Layout
15328
15329
15330 \backslash
15331 setlength{
15332 \backslash
15333 arrayrulewidth}{1.5pt}
15334 \end_layout
15335
15336 \end_inset
15337
15338
15339 \end_layout
15340
15341 \begin_layout Standard
15342 To color vertical lines for example with green, create the following column
15343  format in the document preamble, according to the description in section
15344 \begin_inset space ~
15345 \end_inset
15346
15347
15348 \begin_inset CommandInset ref
15349 LatexCommand ref
15350 reference "sub:Customized-Format"
15351
15352 \end_inset
15353
15354 :
15355 \end_layout
15356
15357 \begin_layout Standard
15358
15359 \series bold
15360
15361 \backslash
15362 newcolumntype{W}{!{
15363 \backslash
15364 color{green}
15365 \backslash
15366 vline}}
15367 \end_layout
15368
15369 \begin_layout Standard
15370 For Table
15371 \begin_inset space ~
15372 \end_inset
15373
15374
15375 \begin_inset CommandInset ref
15376 LatexCommand ref
15377 reference "tab:Table-with-vertical-colored"
15378
15379 \end_inset
15380
15381  the LaTeX-argument
15382 \series bold
15383  WcW
15384 \series default
15385  was used for the last column and
15386 \series bold
15387  Wc
15388 \series default
15389  for the other columns.
15390 \end_layout
15391
15392 \begin_layout Standard
15393 If you want to have several colors, define more column formats.
15394 \end_layout
15395
15396 \begin_layout Standard
15397 \begin_inset Float table
15398 placement h
15399 wide false
15400 sideways false
15401 status open
15402
15403 \begin_layout Plain Layout
15404 \begin_inset Caption
15405
15406 \begin_layout Plain Layout
15407 \begin_inset CommandInset label
15408 LatexCommand label
15409 name "tab:Table-with-vertical-colored"
15410
15411 \end_inset
15412
15413 Table with colored vertical lines
15414 \end_layout
15415
15416 \end_inset
15417
15418
15419 \end_layout
15420
15421 \begin_layout Plain Layout
15422 \align center
15423 \begin_inset Tabular
15424 <lyxtabular version="3" rows="3" columns="3">
15425 <features>
15426 <column alignment="center" valignment="top" width="0" special="Wc">
15427 <column alignment="center" valignment="top" width="0" special="Wc">
15428 <column alignment="center" valignment="top" width="0" special="WcW">
15429 <row>
15430 <cell alignment="center" valignment="top" topline="true" usebox="none">
15431 \begin_inset Text
15432
15433 \begin_layout Plain Layout
15434 sd
15435 \end_layout
15436
15437 \end_inset
15438 </cell>
15439 <cell alignment="center" valignment="top" topline="true" usebox="none">
15440 \begin_inset Text
15441
15442 \begin_layout Plain Layout
15443
15444 \end_layout
15445
15446 \end_inset
15447 </cell>
15448 <cell alignment="center" valignment="top" topline="true" usebox="none">
15449 \begin_inset Text
15450
15451 \begin_layout Plain Layout
15452
15453 \end_layout
15454
15455 \end_inset
15456 </cell>
15457 </row>
15458 <row>
15459 <cell alignment="center" valignment="top" topline="true" usebox="none">
15460 \begin_inset Text
15461
15462 \begin_layout Plain Layout
15463
15464 \end_layout
15465
15466 \end_inset
15467 </cell>
15468 <cell alignment="center" valignment="top" topline="true" usebox="none">
15469 \begin_inset Text
15470
15471 \begin_layout Plain Layout
15472 sd
15473 \end_layout
15474
15475 \end_inset
15476 </cell>
15477 <cell alignment="center" valignment="top" topline="true" usebox="none">
15478 \begin_inset Text
15479
15480 \begin_layout Plain Layout
15481
15482 \end_layout
15483
15484 \end_inset
15485 </cell>
15486 </row>
15487 <row>
15488 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15489 \begin_inset Text
15490
15491 \begin_layout Plain Layout
15492
15493 \end_layout
15494
15495 \end_inset
15496 </cell>
15497 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15498 \begin_inset Text
15499
15500 \begin_layout Plain Layout
15501
15502 \end_layout
15503
15504 \end_inset
15505 </cell>
15506 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15507 \begin_inset Text
15508
15509 \begin_layout Plain Layout
15510 sd
15511 \end_layout
15512
15513 \end_inset
15514 </cell>
15515 </row>
15516 </lyxtabular>
15517
15518 \end_inset
15519
15520
15521 \end_layout
15522
15523 \end_inset
15524
15525
15526 \end_layout
15527
15528 \begin_layout Standard
15529 \begin_inset VSpace bigskip
15530 \end_inset
15531
15532 To color horizontal lines for example with red, like in Table
15533 \begin_inset space ~
15534 \end_inset
15535
15536
15537 \begin_inset CommandInset ref
15538 LatexCommand ref
15539 reference "tab:Table-with-horizontal-colored"
15540
15541 \end_inset
15542
15543 , insert these commands in TeX-Code before the table or table float:
15544 \end_layout
15545
15546 \begin_layout Standard
15547
15548 \series bold
15549
15550 \backslash
15551 let
15552 \backslash
15553 myHlineC
15554 \backslash
15555 hline
15556 \begin_inset Newline newline
15557 \end_inset
15558
15559
15560 \backslash
15561 renewcommand{
15562 \backslash
15563 hline}
15564 \begin_inset Newline newline
15565 \end_inset
15566
15567
15568 \begin_inset ERT
15569 status collapsed
15570
15571 \begin_layout Plain Layout
15572
15573
15574 \backslash
15575 hphantom{ }
15576 \end_layout
15577
15578 \end_inset
15579
15580 {
15581 \backslash
15582 arrayrulecolor{red}
15583 \backslash
15584 myHlineC
15585 \backslash
15586 arrayrulecolor{black}}
15587 \end_layout
15588
15589 \begin_layout Standard
15590 \begin_inset ERT
15591 status collapsed
15592
15593 \begin_layout Plain Layout
15594
15595
15596 \backslash
15597 let
15598 \backslash
15599 myHlineC
15600 \backslash
15601 hline
15602 \end_layout
15603
15604 \begin_layout Plain Layout
15605
15606
15607 \backslash
15608 renewcommand{
15609 \backslash
15610 hline}
15611 \end_layout
15612
15613 \begin_layout Plain Layout
15614
15615  {
15616 \backslash
15617 arrayrulecolor{red}
15618 \backslash
15619 myHlineC
15620 \backslash
15621 arrayrulecolor{black}}
15622 \end_layout
15623
15624 \end_inset
15625
15626
15627 \begin_inset Float table
15628 placement h
15629 wide false
15630 sideways false
15631 status open
15632
15633 \begin_layout Plain Layout
15634 \begin_inset Caption
15635
15636 \begin_layout Plain Layout
15637 \begin_inset CommandInset label
15638 LatexCommand label
15639 name "tab:Table-with-horizontal-colored"
15640
15641 \end_inset
15642
15643 Table with colored horizontal lines
15644 \end_layout
15645
15646 \end_inset
15647
15648
15649 \end_layout
15650
15651 \begin_layout Plain Layout
15652 \align center
15653 \begin_inset Tabular
15654 <lyxtabular version="3" rows="3" columns="3">
15655 <features>
15656 <column alignment="center" valignment="top" width="0">
15657 <column alignment="center" valignment="top" width="0">
15658 <column alignment="center" valignment="top" width="0">
15659 <row>
15660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15661 \begin_inset Text
15662
15663 \begin_layout Plain Layout
15664 sd
15665 \end_layout
15666
15667 \end_inset
15668 </cell>
15669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15670 \begin_inset Text
15671
15672 \begin_layout Plain Layout
15673
15674 \end_layout
15675
15676 \end_inset
15677 </cell>
15678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15679 \begin_inset Text
15680
15681 \begin_layout Plain Layout
15682
15683 \end_layout
15684
15685 \end_inset
15686 </cell>
15687 </row>
15688 <row>
15689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15690 \begin_inset Text
15691
15692 \begin_layout Plain Layout
15693
15694 \end_layout
15695
15696 \end_inset
15697 </cell>
15698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15699 \begin_inset Text
15700
15701 \begin_layout Plain Layout
15702 sd
15703 \end_layout
15704
15705 \end_inset
15706 </cell>
15707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15708 \begin_inset Text
15709
15710 \begin_layout Plain Layout
15711
15712 \end_layout
15713
15714 \end_inset
15715 </cell>
15716 </row>
15717 <row>
15718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15719 \begin_inset Text
15720
15721 \begin_layout Plain Layout
15722
15723 \end_layout
15724
15725 \end_inset
15726 </cell>
15727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15728 \begin_inset Text
15729
15730 \begin_layout Plain Layout
15731
15732 \end_layout
15733
15734 \end_inset
15735 </cell>
15736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15737 \begin_inset Text
15738
15739 \begin_layout Plain Layout
15740 sd
15741 \end_layout
15742
15743 \end_inset
15744 </cell>
15745 </row>
15746 </lyxtabular>
15747
15748 \end_inset
15749
15750
15751 \end_layout
15752
15753 \end_inset
15754
15755
15756 \end_layout
15757
15758 \begin_layout Standard
15759 To return to the default line color black, insert this command in TeX-Code
15760  behind the table or table float:
15761 \end_layout
15762
15763 \begin_layout Standard
15764
15765 \series bold
15766
15767 \backslash
15768 renewcommand{
15769 \backslash
15770 hline}{
15771 \backslash
15772 myHlineC}
15773 \end_layout
15774
15775 \begin_layout Standard
15776 Table
15777 \begin_inset space ~
15778 \end_inset
15779
15780
15781 \begin_inset CommandInset ref
15782 LatexCommand ref
15783 reference "tab:Table-with-colored"
15784
15785 \end_inset
15786
15787  is an example with colored vertical and horizontal lines.
15788 \end_layout
15789
15790 \begin_layout Standard
15791 \begin_inset Float table
15792 placement h
15793 wide false
15794 sideways false
15795 status open
15796
15797 \begin_layout Plain Layout
15798 \begin_inset Caption
15799
15800 \begin_layout Plain Layout
15801 \begin_inset CommandInset label
15802 LatexCommand label
15803 name "tab:Table-with-colored"
15804
15805 \end_inset
15806
15807 Table with colored lines
15808 \end_layout
15809
15810 \end_inset
15811
15812
15813 \end_layout
15814
15815 \begin_layout Plain Layout
15816 \align center
15817 \begin_inset Tabular
15818 <lyxtabular version="3" rows="3" columns="3">
15819 <features>
15820 <column alignment="center" valignment="top" width="0" special="Wc">
15821 <column alignment="center" valignment="top" width="0" special="Wc">
15822 <column alignment="center" valignment="top" width="0" special="WcW">
15823 <row>
15824 <cell alignment="center" valignment="top" topline="true" usebox="none">
15825 \begin_inset Text
15826
15827 \begin_layout Plain Layout
15828 sd
15829 \end_layout
15830
15831 \end_inset
15832 </cell>
15833 <cell alignment="center" valignment="top" topline="true" usebox="none">
15834 \begin_inset Text
15835
15836 \begin_layout Plain Layout
15837
15838 \end_layout
15839
15840 \end_inset
15841 </cell>
15842 <cell alignment="center" valignment="top" topline="true" usebox="none">
15843 \begin_inset Text
15844
15845 \begin_layout Plain Layout
15846
15847 \end_layout
15848
15849 \end_inset
15850 </cell>
15851 </row>
15852 <row>
15853 <cell alignment="center" valignment="top" topline="true" usebox="none">
15854 \begin_inset Text
15855
15856 \begin_layout Plain Layout
15857
15858 \end_layout
15859
15860 \end_inset
15861 </cell>
15862 <cell alignment="center" valignment="top" topline="true" usebox="none">
15863 \begin_inset Text
15864
15865 \begin_layout Plain Layout
15866 sd
15867 \end_layout
15868
15869 \end_inset
15870 </cell>
15871 <cell alignment="center" valignment="top" topline="true" usebox="none">
15872 \begin_inset Text
15873
15874 \begin_layout Plain Layout
15875
15876 \end_layout
15877
15878 \end_inset
15879 </cell>
15880 </row>
15881 <row topspace="default">
15882 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15883 \begin_inset Text
15884
15885 \begin_layout Plain Layout
15886
15887 \end_layout
15888
15889 \end_inset
15890 </cell>
15891 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15892 \begin_inset Text
15893
15894 \begin_layout Plain Layout
15895
15896 \end_layout
15897
15898 \end_inset
15899 </cell>
15900 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15901 \begin_inset Text
15902
15903 \begin_layout Plain Layout
15904 sd
15905 \end_layout
15906
15907 \end_inset
15908 </cell>
15909 </row>
15910 </lyxtabular>
15911
15912 \end_inset
15913
15914
15915 \end_layout
15916
15917 \end_inset
15918
15919
15920 \end_layout
15921
15922 \begin_layout Standard
15923 \begin_inset ERT
15924 status collapsed
15925
15926 \begin_layout Plain Layout
15927
15928
15929 \backslash
15930 renewcommand{
15931 \backslash
15932 hline}{
15933 \backslash
15934 myHlineC}
15935 \end_layout
15936
15937 \end_inset
15938
15939
15940 \end_layout
15941
15942 \begin_layout Standard
15943 \begin_inset ERT
15944 status collapsed
15945
15946 \begin_layout Plain Layout
15947
15948
15949 \backslash
15950 setlength{
15951 \backslash
15952 arrayrulewidth}{0.4pt}
15953 \end_layout
15954
15955 \end_inset
15956
15957
15958 \end_layout
15959
15960 \begin_layout Section
15961 Table Customization
15962 \begin_inset Index
15963 status collapsed
15964
15965 \begin_layout Plain Layout
15966 Table Customization
15967 \end_layout
15968
15969 \end_inset
15970
15971
15972 \begin_inset Index
15973 status collapsed
15974
15975 \begin_layout Plain Layout
15976 Table ! Customization
15977 \end_layout
15978
15979 \end_inset
15980
15981
15982 \end_layout
15983
15984 \begin_layout Subsection
15985 Row Spacing
15986 \begin_inset CommandInset label
15987 LatexCommand label
15988 name "sub:Row-Spacing"
15989
15990 \end_inset
15991
15992
15993 \begin_inset Index
15994 status collapsed
15995
15996 \begin_layout Plain Layout
15997 Table Customization ! Row Spacing
15998 \end_layout
15999
16000 \end_inset
16001
16002
16003 \end_layout
16004
16005 \begin_layout Standard
16006 You can add vertical space to table rows in the 
16007 \family sans
16008 Borders
16009 \family default
16010  tab of the table dialog.
16011  You find there three possibilities:
16012 \end_layout
16013
16014 \begin_layout Description
16015 Top
16016 \begin_inset space ~
16017 \end_inset
16018
16019 of
16020 \begin_inset space ~
16021 \end_inset
16022
16023 row will add space above the characters of the table row.
16024  If the table is a formal table
16025 \begin_inset Foot
16026 status collapsed
16027
16028 \begin_layout Plain Layout
16029 Formal tables are explained in section
16030 \begin_inset space ~
16031 \end_inset
16032
16033
16034 \begin_inset CommandInset ref
16035 LatexCommand ref
16036 reference "sec:Formal-Tables"
16037
16038 \end_inset
16039
16040 .
16041 \end_layout
16042
16043 \end_inset
16044
16045  LyX will insert as default 0.5
16046 \begin_inset space \thinspace{}
16047 \end_inset
16048
16049 em space.
16050  For normal tables the inserted space will unfortunately destroy the vertical
16051  table lines as in the following table:
16052 \begin_inset VSpace medskip
16053 \end_inset
16054
16055
16056 \begin_inset Newline newline
16057 \end_inset
16058
16059
16060 \begin_inset space \hspace*{}
16061 \length 0pt
16062 \end_inset
16063
16064
16065 \begin_inset space \hfill{}
16066 \end_inset
16067
16068
16069 \begin_inset Tabular
16070 <lyxtabular version="3" rows="3" columns="1">
16071 <features>
16072 <column alignment="center" valignment="top" width="0">
16073 <row>
16074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16075 \begin_inset Text
16076
16077 \begin_layout Plain Layout
16078 A
16079 \end_layout
16080
16081 \end_inset
16082 </cell>
16083 </row>
16084 <row topspace="3mm">
16085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16086 \begin_inset Text
16087
16088 \begin_layout Plain Layout
16089 3
16090 \begin_inset space \thinspace{}
16091 \end_inset
16092
16093 mm space top of row
16094 \end_layout
16095
16096 \end_inset
16097 </cell>
16098 </row>
16099 <row>
16100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16101 \begin_inset Text
16102
16103 \begin_layout Plain Layout
16104 C
16105 \end_layout
16106
16107 \end_inset
16108 </cell>
16109 </row>
16110 </lyxtabular>
16111
16112 \end_inset
16113
16114
16115 \begin_inset space \hfill{}
16116 \end_inset
16117
16118
16119 \begin_inset space \hspace*{}
16120 \length 0pt
16121 \end_inset
16122
16123
16124 \begin_inset VSpace medskip
16125 \end_inset
16126
16127
16128 \begin_inset Newline newline
16129 \end_inset
16130
16131 So inserting space to the top of row for normal tables is only useful when
16132  you don't have vertical lines.
16133 \end_layout
16134
16135 \begin_layout Description
16136 Bottom
16137 \begin_inset space ~
16138 \end_inset
16139
16140 of
16141 \begin_inset space ~
16142 \end_inset
16143
16144 row will add space below the characters of the table row.
16145  If the table is a formal table LyX will insert as default 0.5
16146 \begin_inset space \thinspace{}
16147 \end_inset
16148
16149 em space, for normal tables the default size is 2
16150 \begin_inset space \thinspace{}
16151 \end_inset
16152
16153 pt.
16154 \end_layout
16155
16156 \begin_layout Description
16157 Between
16158 \begin_inset space ~
16159 \end_inset
16160
16161 rows adds space between the current and the following row.
16162  If the table is a formal table LyX will insert as default 0.5
16163 \begin_inset space \thinspace{}
16164 \end_inset
16165
16166 em space.
16167  For normal tables the inserted space will unfortunately destroy the vertical
16168  table lines as in the following table:
16169 \begin_inset VSpace medskip
16170 \end_inset
16171
16172
16173 \begin_inset Newline newline
16174 \end_inset
16175
16176
16177 \begin_inset space \hspace*{}
16178 \length 0pt
16179 \end_inset
16180
16181
16182 \begin_inset space \hfill{}
16183 \end_inset
16184
16185
16186 \begin_inset Tabular
16187 <lyxtabular version="3" rows="3" columns="1">
16188 <features>
16189 <column alignment="center" valignment="top" width="0">
16190 <row>
16191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16192 \begin_inset Text
16193
16194 \begin_layout Plain Layout
16195 A
16196 \end_layout
16197
16198 \end_inset
16199 </cell>
16200 </row>
16201 <row interlinespace="3mm">
16202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16203 \begin_inset Text
16204
16205 \begin_layout Plain Layout
16206 \begin_inset Formula $\downarrow$
16207 \end_inset
16208
16209  3
16210 \begin_inset space \thinspace{}
16211 \end_inset
16212
16213 mm space between row 
16214 \begin_inset Formula $\downarrow$
16215 \end_inset
16216
16217
16218 \end_layout
16219
16220 \end_inset
16221 </cell>
16222 </row>
16223 <row>
16224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16225 \begin_inset Text
16226
16227 \begin_layout Plain Layout
16228 \begin_inset Formula $\uparrow$
16229 \end_inset
16230
16231  3
16232 \begin_inset space \thinspace{}
16233 \end_inset
16234
16235 mm space between row 
16236 \begin_inset Formula $\uparrow$
16237 \end_inset
16238
16239
16240 \end_layout
16241
16242 \end_inset
16243 </cell>
16244 </row>
16245 </lyxtabular>
16246
16247 \end_inset
16248
16249
16250 \begin_inset space \hfill{}
16251 \end_inset
16252
16253
16254 \begin_inset space \hspace*{}
16255 \length 0pt
16256 \end_inset
16257
16258
16259 \begin_inset VSpace medskip
16260 \end_inset
16261
16262
16263 \begin_inset Newline newline
16264 \end_inset
16265
16266 So inserting space between rows for normal tables is only useful when you
16267  don't have vertical lines.
16268 \end_layout
16269
16270 \begin_layout Standard
16271 \begin_inset VSpace bigskip
16272 \end_inset
16273
16274 When you want to add extra height to all cells of all tables, you can do
16275  this with the following preamble lines:
16276 \end_layout
16277
16278 \begin_layout Standard
16279
16280 \series bold
16281
16282 \backslash
16283 @ifundefined{extrarowheight}
16284 \begin_inset Newline newline
16285 \end_inset
16286
16287
16288 \begin_inset ERT
16289 status collapsed
16290
16291 \begin_layout Plain Layout
16292
16293
16294 \backslash
16295 hphantom{ }
16296 \end_layout
16297
16298 \end_inset
16299
16300 {
16301 \backslash
16302 usepackage{array}}{}
16303 \begin_inset Newline newline
16304 \end_inset
16305
16306
16307 \backslash
16308 setlength{
16309 \backslash
16310 extrarowheight}{height}
16311 \end_layout
16312
16313 \begin_layout Standard
16314 But this has the disadvantage that the cell texts are no longer exactly
16315  vertically centered.
16316  (The package 
16317 \series bold
16318 array
16319 \series default
16320  will be loaded automatically by LyX when you use self defined table formats.
16321  To avoid that it is loaded twice the command 
16322 \series bold
16323
16324 \backslash
16325 @ifundefined
16326 \series default
16327  is used in the above command.)
16328 \end_layout
16329
16330 \begin_layout Standard
16331 In case you are using font sizes larger than the normal size, the table
16332  borders are often too close to the letters.
16333  This can be corrected by inserting the command 
16334 \series bold
16335
16336 \backslash
16337 strut
16338 \series default
16339  in TeX code at the beginning of a table row.
16340  Table
16341 \begin_inset space ~
16342 \end_inset
16343
16344
16345 \begin_inset CommandInset ref
16346 LatexCommand ref
16347 reference "tab:Vertical-alignment-of"
16348
16349 \end_inset
16350
16351  visualizes the effect.
16352 \end_layout
16353
16354 \begin_layout Standard
16355 \noindent
16356 \begin_inset Float table
16357 placement h
16358 wide false
16359 sideways false
16360 status open
16361
16362 \begin_layout Plain Layout
16363 \begin_inset Caption
16364
16365 \begin_layout Plain Layout
16366 \begin_inset CommandInset label
16367 LatexCommand label
16368 name "tab:Vertical-alignment-of"
16369
16370 \end_inset
16371
16372 Vertical alignment of text with large font sizes.
16373 \end_layout
16374
16375 \end_inset
16376
16377
16378 \end_layout
16379
16380 \begin_layout Plain Layout
16381 \begin_inset space \hfill{}
16382 \end_inset
16383
16384
16385 \begin_inset Float table
16386 wide false
16387 sideways false
16388 status collapsed
16389
16390 \begin_layout Plain Layout
16391 \begin_inset Caption
16392
16393 \begin_layout Plain Layout
16394 Normal table.
16395 \end_layout
16396
16397 \end_inset
16398
16399
16400 \end_layout
16401
16402 \begin_layout Plain Layout
16403 \noindent
16404 \align center
16405 \begin_inset Tabular
16406 <lyxtabular version="3" rows="6" columns="1">
16407 <features>
16408 <column alignment="left" valignment="top" width="0">
16409 <row>
16410 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16411 \begin_inset Text
16412
16413 \begin_layout Plain Layout
16414 Normal, g
16415 \end_layout
16416
16417 \end_inset
16418 </cell>
16419 </row>
16420 <row>
16421 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16422 \begin_inset Text
16423
16424 \begin_layout Plain Layout
16425
16426 \size large
16427 Large
16428 \end_layout
16429
16430 \end_inset
16431 </cell>
16432 </row>
16433 <row>
16434 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16435 \begin_inset Text
16436
16437 \begin_layout Plain Layout
16438
16439 \size larger
16440 Larger
16441 \end_layout
16442
16443 \end_inset
16444 </cell>
16445 </row>
16446 <row>
16447 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16448 \begin_inset Text
16449
16450 \begin_layout Plain Layout
16451
16452 \size largest
16453 Largest
16454 \end_layout
16455
16456 \end_inset
16457 </cell>
16458 </row>
16459 <row>
16460 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16461 \begin_inset Text
16462
16463 \begin_layout Plain Layout
16464
16465 \size huge
16466 Huge
16467 \end_layout
16468
16469 \end_inset
16470 </cell>
16471 </row>
16472 <row>
16473 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16474 \begin_inset Text
16475
16476 \begin_layout Plain Layout
16477
16478 \size huge
16479 Huger
16480 \end_layout
16481
16482 \end_inset
16483 </cell>
16484 </row>
16485 </lyxtabular>
16486
16487 \end_inset
16488
16489
16490 \end_layout
16491
16492 \end_inset
16493
16494
16495 \begin_inset space \hfill{}
16496 \end_inset
16497
16498
16499 \begin_inset Float table
16500 wide false
16501 sideways false
16502 status collapsed
16503
16504 \begin_layout Plain Layout
16505 \begin_inset Caption
16506
16507 \begin_layout Plain Layout
16508 Table using the command 
16509 \series bold
16510
16511 \backslash
16512 strut
16513 \series default
16514 .
16515 \end_layout
16516
16517 \end_inset
16518
16519
16520 \end_layout
16521
16522 \begin_layout Plain Layout
16523 \noindent
16524 \align center
16525 \begin_inset Tabular
16526 <lyxtabular version="3" rows="6" columns="1">
16527 <features>
16528 <column alignment="left" valignment="top" width="0">
16529 <row>
16530 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16531 \begin_inset Text
16532
16533 \begin_layout Plain Layout
16534 Normal, g
16535 \end_layout
16536
16537 \end_inset
16538 </cell>
16539 </row>
16540 <row>
16541 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16542 \begin_inset Text
16543
16544 \begin_layout Plain Layout
16545
16546 \size large
16547 \begin_inset ERT
16548 status collapsed
16549
16550 \begin_layout Plain Layout
16551
16552
16553 \backslash
16554 strut 
16555 \end_layout
16556
16557 \end_inset
16558
16559 Large
16560 \end_layout
16561
16562 \end_inset
16563 </cell>
16564 </row>
16565 <row>
16566 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16567 \begin_inset Text
16568
16569 \begin_layout Plain Layout
16570
16571 \size larger
16572 \begin_inset ERT
16573 status collapsed
16574
16575 \begin_layout Plain Layout
16576
16577
16578 \backslash
16579 strut 
16580 \end_layout
16581
16582 \end_inset
16583
16584 Larger
16585 \end_layout
16586
16587 \end_inset
16588 </cell>
16589 </row>
16590 <row>
16591 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16592 \begin_inset Text
16593
16594 \begin_layout Plain Layout
16595
16596 \size largest
16597 \begin_inset ERT
16598 status collapsed
16599
16600 \begin_layout Plain Layout
16601
16602
16603 \backslash
16604 strut 
16605 \end_layout
16606
16607 \end_inset
16608
16609 Largest
16610 \end_layout
16611
16612 \end_inset
16613 </cell>
16614 </row>
16615 <row>
16616 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16617 \begin_inset Text
16618
16619 \begin_layout Plain Layout
16620
16621 \size huge
16622 \begin_inset ERT
16623 status collapsed
16624
16625 \begin_layout Plain Layout
16626
16627
16628 \backslash
16629 strut 
16630 \end_layout
16631
16632 \end_inset
16633
16634 Huge
16635 \end_layout
16636
16637 \end_inset
16638 </cell>
16639 </row>
16640 <row>
16641 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16642 \begin_inset Text
16643
16644 \begin_layout Plain Layout
16645
16646 \size giant
16647 \begin_inset ERT
16648 status collapsed
16649
16650 \begin_layout Plain Layout
16651
16652
16653 \backslash
16654 strut 
16655 \end_layout
16656
16657 \end_inset
16658
16659
16660 \size huge
16661 Huger
16662 \end_layout
16663
16664 \end_inset
16665 </cell>
16666 </row>
16667 </lyxtabular>
16668
16669 \end_inset
16670
16671
16672 \end_layout
16673
16674 \end_inset
16675
16676
16677 \begin_inset space \hfill{}
16678 \end_inset
16679
16680
16681 \end_layout
16682
16683 \end_inset
16684
16685
16686 \end_layout
16687
16688 \begin_layout Subsection
16689 Special Cell Alignment
16690 \begin_inset Index
16691 status collapsed
16692
16693 \begin_layout Plain Layout
16694 Table Customization ! Special Cell Alignment
16695 \end_layout
16696
16697 \end_inset
16698
16699
16700 \end_layout
16701
16702 \begin_layout Standard
16703 Sometimes it looks better when the cell entries of a column are aligned
16704  with a special character, e.
16705 \begin_inset space \thinspace{}
16706 \end_inset
16707
16708 g.
16709 \begin_inset space \space{}
16710 \end_inset
16711
16712 with the decimal separator as in Table
16713 \begin_inset space ~
16714 \end_inset
16715
16716
16717 \begin_inset CommandInset ref
16718 LatexCommand ref
16719 reference "tab:Table-cells-of"
16720
16721 \end_inset
16722
16723 .
16724 \end_layout
16725
16726 \begin_layout Standard
16727 \begin_inset Float table
16728 placement h
16729 wide false
16730 sideways false
16731 status open
16732
16733 \begin_layout Plain Layout
16734 \begin_inset Caption
16735
16736 \begin_layout Plain Layout
16737 \begin_inset CommandInset label
16738 LatexCommand label
16739 name "tab:Table-cells-of"
16740
16741 \end_inset
16742
16743 Table cells of a column aligned with the decimal separator.
16744 \end_layout
16745
16746 \end_inset
16747
16748
16749 \end_layout
16750
16751 \begin_layout Plain Layout
16752 \align center
16753 \begin_inset Tabular
16754 <lyxtabular version="3" rows="4" columns="2">
16755 <features>
16756 <column alignment="right" valignment="top" width="0">
16757 <column alignment="left" valignment="top" width="0" special="@{}l">
16758 <row>
16759 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16760 \begin_inset Text
16761
16762 \begin_layout Plain Layout
16763 heading
16764 \end_layout
16765
16766 \end_inset
16767 </cell>
16768 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16769 \begin_inset Text
16770
16771 \begin_layout Plain Layout
16772
16773 \end_layout
16774
16775 \end_inset
16776 </cell>
16777 </row>
16778 <row>
16779 <cell alignment="center" valignment="top" usebox="none">
16780 \begin_inset Text
16781
16782 \begin_layout Plain Layout
16783 12.
16784 \end_layout
16785
16786 \end_inset
16787 </cell>
16788 <cell alignment="center" valignment="top" usebox="none">
16789 \begin_inset Text
16790
16791 \begin_layout Plain Layout
16792 6
16793 \end_layout
16794
16795 \end_inset
16796 </cell>
16797 </row>
16798 <row>
16799 <cell alignment="center" valignment="top" usebox="none">
16800 \begin_inset Text
16801
16802 \begin_layout Plain Layout
16803 0.
16804 \end_layout
16805
16806 \end_inset
16807 </cell>
16808 <cell alignment="center" valignment="top" usebox="none">
16809 \begin_inset Text
16810
16811 \begin_layout Plain Layout
16812 68
16813 \end_layout
16814
16815 \end_inset
16816 </cell>
16817 </row>
16818 <row>
16819 <cell alignment="center" valignment="top" usebox="none">
16820 \begin_inset Text
16821
16822 \begin_layout Plain Layout
16823 -123.
16824 \end_layout
16825
16826 \end_inset
16827 </cell>
16828 <cell alignment="center" valignment="top" usebox="none">
16829 \begin_inset Text
16830
16831 \begin_layout Plain Layout
16832 0
16833 \end_layout
16834
16835 \end_inset
16836 </cell>
16837 </row>
16838 </lyxtabular>
16839
16840 \end_inset
16841
16842
16843 \end_layout
16844
16845 \end_inset
16846
16847
16848 \end_layout
16849
16850 \begin_layout Standard
16851 This table was created with a 4×2 table.
16852  The heading is a centered multicolumn.
16853  The first column is right-aligned and contains the digits before the decimal
16854  point and the decimal point.
16855  The second column is left aligned and contains the digits after the decimal
16856  point.
16857  To omit the space that is normally between two table columns, use the following
16858  LaTeX-argument for the second column:
16859 \end_layout
16860
16861 \begin_layout Standard
16862
16863 \series bold
16864 @{}l
16865 \end_layout
16866
16867 \begin_layout Standard
16868 Table
16869 \begin_inset space ~
16870 \end_inset
16871
16872
16873 \begin_inset CommandInset ref
16874 LatexCommand ref
16875 reference "tab:Several-table-cell"
16876
16877 \end_inset
16878
16879  shows some example alignments.
16880  For the alignment with the relation sign, you must add the second smallest
16881  math-space at the beginning of the last column to get the correct space
16882  surrounding the relation sign.
16883 \end_layout
16884
16885 \begin_layout Standard
16886 \begin_inset Float table
16887 placement h
16888 wide false
16889 sideways false
16890 status open
16891
16892 \begin_layout Plain Layout
16893 \begin_inset Caption
16894
16895 \begin_layout Plain Layout
16896 \begin_inset CommandInset label
16897 LatexCommand label
16898 name "tab:Several-table-cell"
16899
16900 \end_inset
16901
16902 Several table cell alignments.
16903 \end_layout
16904
16905 \end_inset
16906
16907
16908 \end_layout
16909
16910 \begin_layout Plain Layout
16911 \align center
16912 \begin_inset Tabular
16913 <lyxtabular version="3" rows="4" columns="6">
16914 <features>
16915 <column alignment="right" valignment="top" width="0">
16916 <column alignment="left" valignment="top" width="0" special="@{}l">
16917 <column alignment="right" valignment="top" width="0">
16918 <column alignment="left" valignment="top" width="0" special="@{}l">
16919 <column alignment="right" valignment="top" width="0">
16920 <column alignment="left" valignment="top" width="0" special="@{}l">
16921 <row>
16922 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16923 \begin_inset Text
16924
16925 \begin_layout Plain Layout
16926 units
16927 \end_layout
16928
16929 \end_inset
16930 </cell>
16931 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16932 \begin_inset Text
16933
16934 \begin_layout Plain Layout
16935
16936 \end_layout
16937
16938 \end_inset
16939 </cell>
16940 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16941 \begin_inset Text
16942
16943 \begin_layout Plain Layout
16944 exponents
16945 \end_layout
16946
16947 \end_inset
16948 </cell>
16949 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16950 \begin_inset Text
16951
16952 \begin_layout Plain Layout
16953
16954 \end_layout
16955
16956 \end_inset
16957 </cell>
16958 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16959 \begin_inset Text
16960
16961 \begin_layout Plain Layout
16962 relations
16963 \end_layout
16964
16965 \end_inset
16966 </cell>
16967 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16968 \begin_inset Text
16969
16970 \begin_layout Plain Layout
16971
16972 \end_layout
16973
16974 \end_inset
16975 </cell>
16976 </row>
16977 <row>
16978 <cell alignment="center" valignment="top" usebox="none">
16979 \begin_inset Text
16980
16981 \begin_layout Plain Layout
16982 12×
16983 \end_layout
16984
16985 \end_inset
16986 </cell>
16987 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16988 \begin_inset Text
16989
16990 \begin_layout Plain Layout
16991 24
16992 \begin_inset space \thinspace{}
16993 \end_inset
16994
16995 bottles
16996 \end_layout
16997
16998 \end_inset
16999 </cell>
17000 <cell alignment="center" valignment="top" usebox="none">
17001 \begin_inset Text
17002
17003 \begin_layout Plain Layout
17004 \begin_inset Formula $10\cdot$
17005 \end_inset
17006
17007
17008 \end_layout
17009
17010 \end_inset
17011 </cell>
17012 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17013 \begin_inset Text
17014
17015 \begin_layout Plain Layout
17016 \begin_inset Formula $10^{\mbox{-}17}$
17017 \end_inset
17018
17019
17020 \end_layout
17021
17022 \end_inset
17023 </cell>
17024 <cell alignment="center" valignment="top" usebox="none">
17025 \begin_inset Text
17026
17027 \begin_layout Plain Layout
17028 \begin_inset Formula $\Gamma(t)\propto$
17029 \end_inset
17030
17031
17032 \end_layout
17033
17034 \end_inset
17035 </cell>
17036 <cell alignment="center" valignment="top" usebox="none">
17037 \begin_inset Text
17038
17039 \begin_layout Plain Layout
17040 \begin_inset Formula $\:\Upsilon(t)$
17041 \end_inset
17042
17043
17044 \end_layout
17045
17046 \end_inset
17047 </cell>
17048 </row>
17049 <row>
17050 <cell alignment="center" valignment="top" usebox="none">
17051 \begin_inset Text
17052
17053 \begin_layout Plain Layout
17054 1024×
17055 \end_layout
17056
17057 \end_inset
17058 </cell>
17059 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17060 \begin_inset Text
17061
17062 \begin_layout Plain Layout
17063 768
17064 \begin_inset space \thinspace{}
17065 \end_inset
17066
17067 Pixels
17068 \end_layout
17069
17070 \end_inset
17071 </cell>
17072 <cell alignment="center" valignment="top" usebox="none">
17073 \begin_inset Text
17074
17075 \begin_layout Plain Layout
17076 \begin_inset Formula $5.78\cdot$
17077 \end_inset
17078
17079
17080 \end_layout
17081
17082 \end_inset
17083 </cell>
17084 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17085 \begin_inset Text
17086
17087 \begin_layout Plain Layout
17088 \begin_inset Formula $10^{7}$
17089 \end_inset
17090
17091
17092 \end_layout
17093
17094 \end_inset
17095 </cell>
17096 <cell alignment="center" valignment="top" usebox="none">
17097 \begin_inset Text
17098
17099 \begin_layout Plain Layout
17100 \begin_inset Formula $A\ne$
17101 \end_inset
17102
17103
17104 \end_layout
17105
17106 \end_inset
17107 </cell>
17108 <cell alignment="center" valignment="top" usebox="none">
17109 \begin_inset Text
17110
17111 \begin_layout Plain Layout
17112 \begin_inset Formula $\: B_{\mathrm{red}}$
17113 \end_inset
17114
17115
17116 \end_layout
17117
17118 \end_inset
17119 </cell>
17120 </row>
17121 <row>
17122 <cell alignment="center" valignment="top" usebox="none">
17123 \begin_inset Text
17124
17125 \begin_layout Plain Layout
17126 32×
17127 \end_layout
17128
17129 \end_inset
17130 </cell>
17131 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17132 \begin_inset Text
17133
17134 \begin_layout Plain Layout
17135 6
17136 \begin_inset space \thinspace{}
17137 \end_inset
17138
17139 cm
17140 \end_layout
17141
17142 \end_inset
17143 </cell>
17144 <cell alignment="center" valignment="top" usebox="none">
17145 \begin_inset Text
17146
17147 \begin_layout Plain Layout
17148 -
17149 \begin_inset Formula $33.5\cdot$
17150 \end_inset
17151
17152
17153 \end_layout
17154
17155 \end_inset
17156 </cell>
17157 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17158 \begin_inset Text
17159
17160 \begin_layout Plain Layout
17161 \begin_inset Formula $10^{4}$
17162 \end_inset
17163
17164
17165 \end_layout
17166
17167 \end_inset
17168 </cell>
17169 <cell alignment="center" valignment="top" usebox="none">
17170 \begin_inset Text
17171
17172 \begin_layout Plain Layout
17173 \begin_inset Formula $\sin(\alpha)\ge$
17174 \end_inset
17175
17176
17177 \end_layout
17178
17179 \end_inset
17180 </cell>
17181 <cell alignment="center" valignment="top" usebox="none">
17182 \begin_inset Text
17183
17184 \begin_layout Plain Layout
17185 \begin_inset Formula $\:\sin(\beta)$
17186 \end_inset
17187
17188
17189 \end_layout
17190
17191 \end_inset
17192 </cell>
17193 </row>
17194 </lyxtabular>
17195
17196 \end_inset
17197
17198
17199 \end_layout
17200
17201 \end_inset
17202
17203
17204 \end_layout
17205
17206 \begin_layout Standard
17207 \begin_inset VSpace bigskip
17208 \end_inset
17209
17210 There is also the LaTeX-package 
17211 \series bold
17212 dcolumn
17213 \series default
17214
17215 \begin_inset Index
17216 status collapsed
17217
17218 \begin_layout Plain Layout
17219 LaTeX-packages ! dcolumn
17220 \end_layout
17221
17222 \end_inset
17223
17224  that provides table cell alignments.
17225  But this unfortunately treats the cell entries as math and does not allow
17226  formulas in table cells: The first column of Table
17227 \begin_inset space ~
17228 \end_inset
17229
17230
17231 \begin_inset CommandInset ref
17232 LatexCommand ref
17233 reference "tab:Several-table-cell"
17234
17235 \end_inset
17236
17237  will look with 
17238 \series bold
17239 dcolumn
17240 \series default
17241  like the first column in Table
17242 \begin_inset space ~
17243 \end_inset
17244
17245
17246 \begin_inset CommandInset ref
17247 LatexCommand ref
17248 reference "tab:Alignments-when"
17249
17250 \end_inset
17251
17252  and only with some tricks like the expected.
17253  The alignment of the second and third column of Table
17254 \begin_inset space ~
17255 \end_inset
17256
17257
17258 \begin_inset CommandInset ref
17259 LatexCommand ref
17260 reference "tab:Several-table-cell"
17261
17262 \end_inset
17263
17264  is not possible with 
17265 \series bold
17266 dcolumn
17267 \series default
17268 .
17269 \end_layout
17270
17271 \begin_layout Standard
17272 \begin_inset Newpage newpage
17273 \end_inset
17274
17275
17276 \end_layout
17277
17278 \begin_layout Standard
17279 \begin_inset Float table
17280 placement h
17281 wide false
17282 sideways false
17283 status open
17284
17285 \begin_layout Plain Layout
17286 \begin_inset Caption
17287
17288 \begin_layout Plain Layout
17289 \begin_inset CommandInset label
17290 LatexCommand label
17291 name "tab:Alignments-when"
17292
17293 \end_inset
17294
17295 Alignments when LaTeX-package dcolumn is used.
17296  For all column alignments tricks have to be used to get the output.
17297 \end_layout
17298
17299 \end_inset
17300
17301
17302 \end_layout
17303
17304 \begin_layout Plain Layout
17305 \align center
17306 \begin_inset Tabular
17307 <lyxtabular version="3" rows="4" columns="3">
17308 <features>
17309 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
17310 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17311 <column alignment="center" valignment="top" width="0" special="D{+}{\,}{9.7}">
17312 <row>
17313 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17314 \begin_inset Text
17315
17316 \begin_layout Plain Layout
17317 units
17318 \end_layout
17319
17320 \end_inset
17321 </cell>
17322 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17323 \begin_inset Text
17324
17325 \begin_layout Plain Layout
17326 units
17327 \end_layout
17328
17329 \end_inset
17330 </cell>
17331 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17332 \begin_inset Text
17333
17334 \begin_layout Plain Layout
17335 units
17336 \end_layout
17337
17338 \end_inset
17339 </cell>
17340 </row>
17341 <row>
17342 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17343 \begin_inset Text
17344
17345 \begin_layout Plain Layout
17346 12x24
17347 \begin_inset space \thinspace{}
17348 \end_inset
17349
17350 bottles
17351 \end_layout
17352
17353 \end_inset
17354 </cell>
17355 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17356 \begin_inset Text
17357
17358 \begin_layout Plain Layout
17359 12x24
17360 \begin_inset space \thinspace{}
17361 \end_inset
17362
17363
17364 \begin_inset Formula $\mbox{bottles}$
17365 \end_inset
17366
17367
17368 \end_layout
17369
17370 \end_inset
17371 </cell>
17372 <cell alignment="center" valignment="top" usebox="none">
17373 \begin_inset Text
17374
17375 \begin_layout Plain Layout
17376 12
17377 \begin_inset ERT
17378 status collapsed
17379
17380 \begin_layout Plain Layout
17381
17382
17383 \backslash
17384 times 
17385 \end_layout
17386
17387 \end_inset
17388
17389 24+
17390 \begin_inset Formula $\mbox{bottles}$
17391 \end_inset
17392
17393
17394 \end_layout
17395
17396 \end_inset
17397 </cell>
17398 </row>
17399 <row>
17400 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17401 \begin_inset Text
17402
17403 \begin_layout Plain Layout
17404 1024x768
17405 \begin_inset space \thinspace{}
17406 \end_inset
17407
17408 Pixels
17409 \end_layout
17410
17411 \end_inset
17412 </cell>
17413 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17414 \begin_inset Text
17415
17416 \begin_layout Plain Layout
17417 1024x768
17418 \begin_inset space \thinspace{}
17419 \end_inset
17420
17421
17422 \begin_inset Formula $\mbox{Pixels}$
17423 \end_inset
17424
17425
17426 \end_layout
17427
17428 \end_inset
17429 </cell>
17430 <cell alignment="center" valignment="top" usebox="none">
17431 \begin_inset Text
17432
17433 \begin_layout Plain Layout
17434 1024
17435 \begin_inset ERT
17436 status collapsed
17437
17438 \begin_layout Plain Layout
17439
17440
17441 \backslash
17442 times 
17443 \end_layout
17444
17445 \end_inset
17446
17447 768+
17448 \begin_inset Formula $\mbox{Pixels}$
17449 \end_inset
17450
17451
17452 \end_layout
17453
17454 \end_inset
17455 </cell>
17456 </row>
17457 <row>
17458 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17459 \begin_inset Text
17460
17461 \begin_layout Plain Layout
17462 32x6
17463 \begin_inset space \thinspace{}
17464 \end_inset
17465
17466 cm
17467 \end_layout
17468
17469 \end_inset
17470 </cell>
17471 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17472 \begin_inset Text
17473
17474 \begin_layout Plain Layout
17475 32x6
17476 \begin_inset space \thinspace{}
17477 \end_inset
17478
17479
17480 \begin_inset Formula $\mbox{cm}$
17481 \end_inset
17482
17483
17484 \end_layout
17485
17486 \end_inset
17487 </cell>
17488 <cell alignment="center" valignment="top" usebox="none">
17489 \begin_inset Text
17490
17491 \begin_layout Plain Layout
17492 32
17493 \begin_inset ERT
17494 status collapsed
17495
17496 \begin_layout Plain Layout
17497
17498
17499 \backslash
17500 times 
17501 \end_layout
17502
17503 \end_inset
17504
17505 6+
17506 \begin_inset Formula $\mbox{cm}$
17507 \end_inset
17508
17509
17510 \end_layout
17511
17512 \end_inset
17513 </cell>
17514 </row>
17515 </lyxtabular>
17516
17517 \end_inset
17518
17519
17520 \end_layout
17521
17522 \end_inset
17523
17524
17525 \end_layout
17526
17527 \begin_layout Subsection
17528 Customized Cell/Column Format
17529 \begin_inset CommandInset label
17530 LatexCommand label
17531 name "sub:Customized-Format"
17532
17533 \end_inset
17534
17535
17536 \begin_inset Index
17537 status collapsed
17538
17539 \begin_layout Plain Layout
17540 Table Customization ! Cell/Column Format
17541 \end_layout
17542
17543 \end_inset
17544
17545
17546 \end_layout
17547
17548 \begin_layout Standard
17549 Calculating the needed width for spanned columns like in section
17550 \begin_inset space ~
17551 \end_inset
17552
17553
17554 \begin_inset CommandInset ref
17555 LatexCommand ref
17556 reference "sub:Multicolumn-Calculations"
17557
17558 \end_inset
17559
17560  is very annoying if you have several tables with multicolumn cells.
17561  To make life easier, you can define a cell/column format in the preamble,
17562  so that it can be used in all tables of the document.
17563  The format is defined with the command
17564 \end_layout
17565
17566 \begin_layout Standard
17567
17568 \series bold
17569
17570 \backslash
17571 newcolumntype{name of format}[number of arguments]{commands}
17572 \end_layout
17573
17574 \begin_layout Standard
17575 The format name may only consist of one letter.
17576  The letters 
17577 \emph on
17578 b
17579 \emph default
17580
17581 \emph on
17582 c
17583 \emph default
17584
17585 \emph on
17586 l
17587 \emph default
17588
17589 \emph on
17590 m
17591 \emph default
17592
17593 \emph on
17594 p
17595 \emph default
17596  and 
17597 \emph on
17598 r
17599 \emph default
17600  are predefined and cannot be used.
17601  But all letters are allowed as capitals.
17602 \end_layout
17603
17604 \begin_layout Standard
17605 \begin_inset VSpace medskip
17606 \end_inset
17607
17608
17609 \end_layout
17610
17611 \begin_layout Standard
17612 For vertically and horizontally centered multicolumn cells with a fixed
17613  width you can define the cell format
17614 \end_layout
17615
17616 \begin_layout Standard
17617
17618 \series bold
17619
17620 \backslash
17621 newcolumntype{M}[1]{>{
17622 \backslash
17623 centering
17624 \backslash
17625 hspace{0pt}}m{#1}}
17626 \end_layout
17627
17628 \begin_layout Standard
17629 where 
17630 \series bold
17631
17632 \backslash
17633 hspace{0pt}
17634 \series default
17635  avoids the problem of hyphenating the first word, as described in section
17636 \begin_inset space ~
17637 \end_inset
17638
17639
17640 \begin_inset CommandInset ref
17641 LatexCommand ref
17642 reference "sub:Multiple-Lines-in"
17643
17644 \end_inset
17645
17646 .
17647  Now you can simply enter
17648 \end_layout
17649
17650 \begin_layout Standard
17651
17652 \series bold
17653 M{width}
17654 \end_layout
17655
17656 \begin_layout Standard
17657 as LaTeX-argument in the table dialog to create a multicolumn.
17658 \end_layout
17659
17660 \begin_layout Standard
17661 \begin_inset VSpace bigskip
17662 \end_inset
17663
17664
17665 \end_layout
17666
17667 \begin_layout Standard
17668 For cells spanned by a multicolumn cell, you can define the format
17669 \end_layout
17670
17671 \begin_layout Standard
17672
17673 \series bold
17674
17675 \backslash
17676 newcolumntype{S}[2]{>{
17677 \backslash
17678 centering
17679 \backslash
17680 hspace{0pt}}
17681 \begin_inset Newline newline
17682 \end_inset
17683
17684
17685 \begin_inset ERT
17686 status collapsed
17687
17688 \begin_layout Plain Layout
17689
17690
17691 \backslash
17692 phantom{
17693 \end_layout
17694
17695 \end_inset
17696
17697
17698 \backslash
17699 newcolumntype
17700 \begin_inset ERT
17701 status collapsed
17702
17703 \begin_layout Plain Layout
17704
17705 }
17706 \end_layout
17707
17708 \end_inset
17709
17710 m{(#1+(2
17711 \backslash
17712 tabcolsep+
17713 \backslash
17714 arrayrulewidth)*(1-#2))/#2}}
17715 \end_layout
17716
17717 \begin_layout Standard
17718 This format uses equation 
17719 \begin_inset CommandInset ref
17720 LatexCommand eqref
17721 reference "eq:Wgn"
17722
17723 \end_inset
17724
17725  to calculate the needed width so that each spanned cell has the same width.
17726 \end_layout
17727
17728 \begin_layout Standard
17729 You can now enter
17730 \end_layout
17731
17732 \begin_layout Standard
17733
17734 \series bold
17735 S{width of multicolumn cell}{number of spanned columns}
17736 \end_layout
17737
17738 \begin_layout Standard
17739 as LaTeX-argument of the column.
17740 \end_layout
17741
17742 \begin_layout Standard
17743 \begin_inset VSpace bigskip
17744 \end_inset
17745
17746
17747 \end_layout
17748
17749 \begin_layout Standard
17750 For colored columns, you can define
17751 \end_layout
17752
17753 \begin_layout Standard
17754
17755 \series bold
17756
17757 \backslash
17758 newcolumntype{K}[1]{>{
17759 \backslash
17760 columncolor{#1}
17761 \backslash
17762 hspace{0pt}}c}
17763 \end_layout
17764
17765 \begin_layout Standard
17766 The 
17767 \begin_inset Quotes eld
17768 \end_inset
17769
17770 c
17771 \begin_inset Quotes erd
17772 \end_inset
17773
17774  at the end creates a column with a flexible width whose text is horizontally
17775  centered.
17776  You can now enter
17777 \end_layout
17778
17779 \begin_layout Standard
17780
17781 \series bold
17782 K{color name}
17783 \end_layout
17784
17785 \begin_layout Standard
17786 as LaTeX-argument.
17787 \end_layout
17788
17789 \begin_layout Standard
17790 \begin_inset VSpace bigskip
17791 \end_inset
17792
17793
17794 \end_layout
17795
17796 \begin_layout Standard
17797 To create Table
17798 \begin_inset space ~
17799 \end_inset
17800
17801
17802 \begin_inset CommandInset ref
17803 LatexCommand ref
17804 reference "tab:Table-using-user-defined"
17805
17806 \end_inset
17807
17808  use the LaTeX-arguments
17809 \end_layout
17810
17811 \begin_layout Standard
17812
17813 \series bold
17814 M{2.5cm}
17815 \end_layout
17816
17817 \begin_layout Standard
17818 for the first column and the multicolumn,
17819 \end_layout
17820
17821 \begin_layout Standard
17822
17823 \series bold
17824 K{red}
17825 \end_layout
17826
17827 \begin_layout Standard
17828 for the the last column, and
17829 \end_layout
17830
17831 \begin_layout Standard
17832
17833 \series bold
17834 S{2.5cm}{2}
17835 \end_layout
17836
17837 \begin_layout Standard
17838 for the cells in the second column.
17839 \end_layout
17840
17841 \begin_layout Standard
17842 \begin_inset Float table
17843 placement h
17844 wide false
17845 sideways false
17846 status open
17847
17848 \begin_layout Plain Layout
17849 \begin_inset Caption
17850
17851 \begin_layout Plain Layout
17852 \begin_inset CommandInset label
17853 LatexCommand label
17854 name "tab:Table-using-user-defined"
17855
17856 \end_inset
17857
17858 Table using user-defined table formats
17859 \end_layout
17860
17861 \end_inset
17862
17863
17864 \end_layout
17865
17866 \begin_layout Plain Layout
17867 \align center
17868 \begin_inset Tabular
17869 <lyxtabular version="3" rows="3" columns="4">
17870 <features>
17871 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17872 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17873 <column alignment="center" valignment="middle" width="0">
17874 <column alignment="center" valignment="middle" width="0" special="K{red}">
17875 <row>
17876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17877 \begin_inset Text
17878
17879 \begin_layout Plain Layout
17880 verylongtablecellword
17881 \end_layout
17882
17883 \end_inset
17884 </cell>
17885 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17886 \begin_inset Text
17887
17888 \begin_layout Plain Layout
17889 multiple lines multicolumn
17890 \end_layout
17891
17892 \end_inset
17893 </cell>
17894 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17895 \begin_inset Text
17896
17897 \begin_layout Plain Layout
17898
17899 \end_layout
17900
17901 \end_inset
17902 </cell>
17903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17904 \begin_inset Text
17905
17906 \begin_layout Plain Layout
17907 c
17908 \end_layout
17909
17910 \end_inset
17911 </cell>
17912 </row>
17913 <row>
17914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17915 \begin_inset Text
17916
17917 \begin_layout Plain Layout
17918 d
17919 \end_layout
17920
17921 \end_inset
17922 </cell>
17923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17924 \begin_inset Text
17925
17926 \begin_layout Plain Layout
17927 e
17928 \end_layout
17929
17930 \end_inset
17931 </cell>
17932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17933 \begin_inset Text
17934
17935 \begin_layout Plain Layout
17936 f
17937 \end_layout
17938
17939 \end_inset
17940 </cell>
17941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17942 \begin_inset Text
17943
17944 \begin_layout Plain Layout
17945 g
17946 \end_layout
17947
17948 \end_inset
17949 </cell>
17950 </row>
17951 <row>
17952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17953 \begin_inset Text
17954
17955 \begin_layout Plain Layout
17956 h
17957 \end_layout
17958
17959 \end_inset
17960 </cell>
17961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17962 \begin_inset Text
17963
17964 \begin_layout Plain Layout
17965 i
17966 \end_layout
17967
17968 \end_inset
17969 </cell>
17970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17971 \begin_inset Text
17972
17973 \begin_layout Plain Layout
17974 j
17975 \end_layout
17976
17977 \end_inset
17978 </cell>
17979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17980 \begin_inset Text
17981
17982 \begin_layout Plain Layout
17983 k
17984 \end_layout
17985
17986 \end_inset
17987 </cell>
17988 </row>
17989 </lyxtabular>
17990
17991 \end_inset
17992
17993
17994 \end_layout
17995
17996 \end_inset
17997
17998
17999 \end_layout
18000
18001 \begin_layout Subsection
18002 Line Thickness
18003 \begin_inset CommandInset label
18004 LatexCommand label
18005 name "sub:Line-Thickness"
18006
18007 \end_inset
18008
18009
18010 \begin_inset Index
18011 status collapsed
18012
18013 \begin_layout Plain Layout
18014 Table Customization ! Line Thickness
18015 \end_layout
18016
18017 \end_inset
18018
18019
18020 \end_layout
18021
18022 \begin_layout Standard
18023 The line thickness for all lines in a table can be adjusted with the length
18024  
18025 \series bold
18026
18027 \backslash
18028 arrayrulewidth
18029 \series default
18030 .
18031  To set for example a line thickness of 1.5
18032 \begin_inset space \thinspace{}
18033 \end_inset
18034
18035 pt, like in Table
18036 \begin_inset space ~
18037 \end_inset
18038
18039
18040 \begin_inset CommandInset ref
18041 LatexCommand ref
18042 reference "tab:Table-with-1.5"
18043
18044 \end_inset
18045
18046 , insert the command
18047 \end_layout
18048
18049 \begin_layout Standard
18050
18051 \series bold
18052
18053 \backslash
18054 setlength{
18055 \backslash
18056 arrayrulewidth}{1.5pt}
18057 \end_layout
18058
18059 \begin_layout Standard
18060 in TeX-Code before the table or table float.
18061  The changed thickness is valid for all following tables.
18062  To use the default value again, set 
18063 \series bold
18064
18065 \backslash
18066 arrayrulewidth
18067 \series default
18068  to 0.4
18069 \begin_inset space \thinspace{}
18070 \end_inset
18071
18072 pt in TeX-Code behind the table or table float.
18073 \end_layout
18074
18075 \begin_layout Standard
18076 \begin_inset ERT
18077 status collapsed
18078
18079 \begin_layout Plain Layout
18080
18081
18082 \backslash
18083 setlength{
18084 \backslash
18085 arrayrulewidth}{1.5pt}
18086 \end_layout
18087
18088 \end_inset
18089
18090
18091 \begin_inset Float table
18092 wide false
18093 sideways false
18094 status open
18095
18096 \begin_layout Plain Layout
18097 \begin_inset Caption
18098
18099 \begin_layout Plain Layout
18100 \begin_inset CommandInset label
18101 LatexCommand label
18102 name "tab:Table-with-1.5"
18103
18104 \end_inset
18105
18106 Table with 1.5
18107 \begin_inset space \thinspace{}
18108 \end_inset
18109
18110 pt thick lines
18111 \end_layout
18112
18113 \end_inset
18114
18115
18116 \end_layout
18117
18118 \begin_layout Plain Layout
18119 \align center
18120 \begin_inset Tabular
18121 <lyxtabular version="3" rows="3" columns="3">
18122 <features>
18123 <column alignment="center" valignment="top" width="0">
18124 <column alignment="center" valignment="top" width="0">
18125 <column alignment="center" valignment="top" width="0">
18126 <row>
18127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18128 \begin_inset Text
18129
18130 \begin_layout Plain Layout
18131 sd
18132 \end_layout
18133
18134 \end_inset
18135 </cell>
18136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18137 \begin_inset Text
18138
18139 \begin_layout Plain Layout
18140
18141 \end_layout
18142
18143 \end_inset
18144 </cell>
18145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18146 \begin_inset Text
18147
18148 \begin_layout Plain Layout
18149
18150 \end_layout
18151
18152 \end_inset
18153 </cell>
18154 </row>
18155 <row>
18156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18157 \begin_inset Text
18158
18159 \begin_layout Plain Layout
18160
18161 \end_layout
18162
18163 \end_inset
18164 </cell>
18165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18166 \begin_inset Text
18167
18168 \begin_layout Plain Layout
18169 sd
18170 \end_layout
18171
18172 \end_inset
18173 </cell>
18174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18175 \begin_inset Text
18176
18177 \begin_layout Plain Layout
18178
18179 \end_layout
18180
18181 \end_inset
18182 </cell>
18183 </row>
18184 <row>
18185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18186 \begin_inset Text
18187
18188 \begin_layout Plain Layout
18189
18190 \end_layout
18191
18192 \end_inset
18193 </cell>
18194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18195 \begin_inset Text
18196
18197 \begin_layout Plain Layout
18198
18199 \end_layout
18200
18201 \end_inset
18202 </cell>
18203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18204 \begin_inset Text
18205
18206 \begin_layout Plain Layout
18207 sd
18208 \end_layout
18209
18210 \end_inset
18211 </cell>
18212 </row>
18213 </lyxtabular>
18214
18215 \end_inset
18216
18217
18218 \end_layout
18219
18220 \end_inset
18221
18222
18223 \begin_inset ERT
18224 status collapsed
18225
18226 \begin_layout Plain Layout
18227
18228
18229 \backslash
18230 setlength{
18231 \backslash
18232 arrayrulewidth}{0.4pt}
18233 \end_layout
18234
18235 \end_inset
18236
18237
18238 \end_layout
18239
18240 \begin_layout Standard
18241 \begin_inset VSpace bigskip
18242 \end_inset
18243
18244 To set the line thickness to 1.5
18245 \begin_inset space \thinspace{}
18246 \end_inset
18247
18248 pt only for horizontal lines, like in Table
18249 \begin_inset space ~
18250 \end_inset
18251
18252
18253 \begin_inset CommandInset ref
18254 LatexCommand ref
18255 reference "tab:Table-with-horizontal"
18256
18257 \end_inset
18258
18259 , insert these commands in TeX-Code before the table or table float:
18260 \end_layout
18261
18262 \begin_layout Standard
18263
18264 \series bold
18265
18266 \backslash
18267 let
18268 \backslash
18269 myHline
18270 \backslash
18271 hline
18272 \begin_inset Newline newline
18273 \end_inset
18274
18275
18276 \backslash
18277 renewcommand{
18278 \backslash
18279 hline}
18280 \begin_inset Newline newline
18281 \end_inset
18282
18283  {
18284 \backslash
18285 noalign{
18286 \backslash
18287 global
18288 \backslash
18289 arrayrulewidth 1.5pt}
18290 \begin_inset Newline newline
18291 \end_inset
18292
18293  
18294 \backslash
18295 myHline
18296 \backslash
18297 noalign{
18298 \backslash
18299 global
18300 \backslash
18301 arrayrulewidth 0.4pt}}
18302 \end_layout
18303
18304 \begin_layout Standard
18305 To return to the default line thickness, insert this command in TeX-Code
18306  behind the table or table float:
18307 \end_layout
18308
18309 \begin_layout Standard
18310
18311 \series bold
18312
18313 \backslash
18314 renewcommand{
18315 \backslash
18316 hline}{
18317 \backslash
18318 myHline}
18319 \end_layout
18320
18321 \begin_layout Standard
18322 \begin_inset ERT
18323 status collapsed
18324
18325 \begin_layout Plain Layout
18326
18327
18328 \backslash
18329 let
18330 \backslash
18331 myHline
18332 \backslash
18333 hline
18334 \end_layout
18335
18336 \begin_layout Plain Layout
18337
18338
18339 \backslash
18340 renewcommand{
18341 \backslash
18342 hline}
18343 \end_layout
18344
18345 \begin_layout Plain Layout
18346
18347  {
18348 \backslash
18349 noalign{
18350 \backslash
18351 global
18352 \backslash
18353 arrayrulewidth 1.5pt}
18354 \end_layout
18355
18356 \begin_layout Plain Layout
18357
18358   
18359 \backslash
18360 myHline
18361 \backslash
18362 noalign{
18363 \backslash
18364 global
18365 \backslash
18366 arrayrulewidth 0.4pt}}
18367 \end_layout
18368
18369 \end_inset
18370
18371
18372 \begin_inset Float table
18373 wide false
18374 sideways false
18375 status open
18376
18377 \begin_layout Plain Layout
18378 \begin_inset Caption
18379
18380 \begin_layout Plain Layout
18381 \begin_inset CommandInset label
18382 LatexCommand label
18383 name "tab:Table-with-horizontal"
18384
18385 \end_inset
18386
18387 Table with 1.5
18388 \begin_inset space \thinspace{}
18389 \end_inset
18390
18391 pt thick horizontal lines
18392 \end_layout
18393
18394 \end_inset
18395
18396
18397 \end_layout
18398
18399 \begin_layout Plain Layout
18400 \align center
18401 \begin_inset Tabular
18402 <lyxtabular version="3" rows="3" columns="3">
18403 <features>
18404 <column alignment="center" valignment="top" width="0">
18405 <column alignment="center" valignment="top" width="0">
18406 <column alignment="center" valignment="top" width="0">
18407 <row>
18408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18409 \begin_inset Text
18410
18411 \begin_layout Plain Layout
18412 sd
18413 \end_layout
18414
18415 \end_inset
18416 </cell>
18417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18418 \begin_inset Text
18419
18420 \begin_layout Plain Layout
18421
18422 \end_layout
18423
18424 \end_inset
18425 </cell>
18426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18427 \begin_inset Text
18428
18429 \begin_layout Plain Layout
18430
18431 \end_layout
18432
18433 \end_inset
18434 </cell>
18435 </row>
18436 <row>
18437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18438 \begin_inset Text
18439
18440 \begin_layout Plain Layout
18441
18442 \end_layout
18443
18444 \end_inset
18445 </cell>
18446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18447 \begin_inset Text
18448
18449 \begin_layout Plain Layout
18450 sd
18451 \end_layout
18452
18453 \end_inset
18454 </cell>
18455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18456 \begin_inset Text
18457
18458 \begin_layout Plain Layout
18459
18460 \end_layout
18461
18462 \end_inset
18463 </cell>
18464 </row>
18465 <row>
18466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18467 \begin_inset Text
18468
18469 \begin_layout Plain Layout
18470
18471 \end_layout
18472
18473 \end_inset
18474 </cell>
18475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18476 \begin_inset Text
18477
18478 \begin_layout Plain Layout
18479
18480 \end_layout
18481
18482 \end_inset
18483 </cell>
18484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18485 \begin_inset Text
18486
18487 \begin_layout Plain Layout
18488 sd
18489 \end_layout
18490
18491 \end_inset
18492 </cell>
18493 </row>
18494 </lyxtabular>
18495
18496 \end_inset
18497
18498
18499 \end_layout
18500
18501 \end_inset
18502
18503
18504 \begin_inset ERT
18505 status collapsed
18506
18507 \begin_layout Plain Layout
18508
18509
18510 \backslash
18511 renewcommand{
18512 \backslash
18513 hline}{
18514 \backslash
18515 myHline}
18516 \end_layout
18517
18518 \end_inset
18519
18520
18521 \end_layout
18522
18523 \begin_layout Standard
18524 \begin_inset VSpace bigskip
18525 \end_inset
18526
18527 To set the line thickness to 1.5
18528 \begin_inset space \thinspace{}
18529 \end_inset
18530
18531 pt only for vertical lines, create the following column format in the document
18532  preamble, according to the description in section
18533 \begin_inset space ~
18534 \end_inset
18535
18536
18537 \begin_inset CommandInset ref
18538 LatexCommand ref
18539 reference "sub:Customized-Format"
18540
18541 \end_inset
18542
18543 :
18544 \end_layout
18545
18546 \begin_layout Standard
18547
18548 \series bold
18549
18550 \backslash
18551 newcolumntype{V}{!{
18552 \backslash
18553 vrule width 1.5pt}}
18554 \end_layout
18555
18556 \begin_layout Standard
18557 For Table
18558 \begin_inset space ~
18559 \end_inset
18560
18561
18562 \begin_inset CommandInset ref
18563 LatexCommand ref
18564 reference "tab:Table-with-vertical"
18565
18566 \end_inset
18567
18568  the LaTeX-argument
18569 \end_layout
18570
18571 \begin_layout Standard
18572
18573 \series bold
18574 VcV
18575 \end_layout
18576
18577 \begin_layout Standard
18578 was used for the last column and
18579 \end_layout
18580
18581 \begin_layout Standard
18582
18583 \series bold
18584 Vc
18585 \end_layout
18586
18587 \begin_layout Standard
18588 for the other columns.
18589 \end_layout
18590
18591 \begin_layout Standard
18592 \begin_inset Float table
18593 wide false
18594 sideways false
18595 status open
18596
18597 \begin_layout Plain Layout
18598 \begin_inset Caption
18599
18600 \begin_layout Plain Layout
18601 \begin_inset CommandInset label
18602 LatexCommand label
18603 name "tab:Table-with-vertical"
18604
18605 \end_inset
18606
18607 Table with 1.5
18608 \begin_inset space \thinspace{}
18609 \end_inset
18610
18611 pt thick vertical lines
18612 \end_layout
18613
18614 \end_inset
18615
18616
18617 \end_layout
18618
18619 \begin_layout Plain Layout
18620 \align center
18621 \begin_inset Tabular
18622 <lyxtabular version="3" rows="3" columns="3">
18623 <features>
18624 <column alignment="center" valignment="top" width="0" special="Vc">
18625 <column alignment="center" valignment="top" width="0" special="Vc">
18626 <column alignment="center" valignment="top" width="0" special="VcV">
18627 <row>
18628 <cell alignment="center" valignment="top" topline="true" usebox="none">
18629 \begin_inset Text
18630
18631 \begin_layout Plain Layout
18632 sd
18633 \end_layout
18634
18635 \end_inset
18636 </cell>
18637 <cell alignment="center" valignment="top" topline="true" usebox="none">
18638 \begin_inset Text
18639
18640 \begin_layout Plain Layout
18641
18642 \end_layout
18643
18644 \end_inset
18645 </cell>
18646 <cell alignment="center" valignment="top" topline="true" usebox="none">
18647 \begin_inset Text
18648
18649 \begin_layout Plain Layout
18650
18651 \end_layout
18652
18653 \end_inset
18654 </cell>
18655 </row>
18656 <row>
18657 <cell alignment="center" valignment="top" topline="true" usebox="none">
18658 \begin_inset Text
18659
18660 \begin_layout Plain Layout
18661
18662 \end_layout
18663
18664 \end_inset
18665 </cell>
18666 <cell alignment="center" valignment="top" topline="true" usebox="none">
18667 \begin_inset Text
18668
18669 \begin_layout Plain Layout
18670 sd
18671 \end_layout
18672
18673 \end_inset
18674 </cell>
18675 <cell alignment="center" valignment="top" topline="true" usebox="none">
18676 \begin_inset Text
18677
18678 \begin_layout Plain Layout
18679
18680 \end_layout
18681
18682 \end_inset
18683 </cell>
18684 </row>
18685 <row>
18686 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18687 \begin_inset Text
18688
18689 \begin_layout Plain Layout
18690
18691 \end_layout
18692
18693 \end_inset
18694 </cell>
18695 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18696 \begin_inset Text
18697
18698 \begin_layout Plain Layout
18699
18700 \end_layout
18701
18702 \end_inset
18703 </cell>
18704 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18705 \begin_inset Text
18706
18707 \begin_layout Plain Layout
18708 sd
18709 \end_layout
18710
18711 \end_inset
18712 </cell>
18713 </row>
18714 </lyxtabular>
18715
18716 \end_inset
18717
18718
18719 \end_layout
18720
18721 \end_inset
18722
18723
18724 \end_layout
18725
18726 \begin_layout Subsection
18727 Dashed Lines
18728 \begin_inset Index
18729 status collapsed
18730
18731 \begin_layout Plain Layout
18732 Table Customization ! Dashed Lines
18733 \end_layout
18734
18735 \end_inset
18736
18737
18738 \end_layout
18739
18740 \begin_layout Standard
18741 \begin_inset ERT
18742 status collapsed
18743
18744 \begin_layout Plain Layout
18745
18746
18747 \backslash
18748 ifarydshln
18749 \end_layout
18750
18751 \end_inset
18752
18753
18754 \begin_inset Note Note
18755 status open
18756
18757 \begin_layout Plain Layout
18758 The following section will only be displayed when the LaTeX-package 
18759 \series bold
18760 arydshln
18761 \series default
18762  is installed.
18763 \end_layout
18764
18765 \end_inset
18766
18767
18768 \end_layout
18769
18770 \begin_layout Standard
18771 \begin_inset Float table
18772 placement H
18773 wide false
18774 sideways false
18775 status open
18776
18777 \begin_layout Plain Layout
18778 \begin_inset Caption
18779
18780 \begin_layout Plain Layout
18781 \begin_inset CommandInset label
18782 LatexCommand label
18783 name "tab:Table-with-dashed"
18784
18785 \end_inset
18786
18787 Table with dashed lines
18788 \end_layout
18789
18790 \end_inset
18791
18792
18793 \end_layout
18794
18795 \begin_layout Plain Layout
18796 \align center
18797 \begin_inset Tabular
18798 <lyxtabular version="3" rows="5" columns="5">
18799 <features>
18800 <column alignment="center" valignment="top" width="0">
18801 <column alignment="center" valignment="top" width="0">
18802 <column alignment="center" valignment="top" width="0" special=":c">
18803 <column alignment="center" valignment="top" width="0">
18804 <column alignment="center" valignment="top" width="0">
18805 <row>
18806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18807 \begin_inset Text
18808
18809 \begin_layout Plain Layout
18810 a
18811 \end_layout
18812
18813 \end_inset
18814 </cell>
18815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18816 \begin_inset Text
18817
18818 \begin_layout Plain Layout
18819 b
18820 \end_layout
18821
18822 \end_inset
18823 </cell>
18824 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18825 \begin_inset Text
18826
18827 \begin_layout Plain Layout
18828 c
18829 \end_layout
18830
18831 \end_inset
18832 </cell>
18833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18834 \begin_inset Text
18835
18836 \begin_layout Plain Layout
18837 d
18838 \end_layout
18839
18840 \end_inset
18841 </cell>
18842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18843 \begin_inset Text
18844
18845 \begin_layout Plain Layout
18846 e
18847 \end_layout
18848
18849 \end_inset
18850 </cell>
18851 </row>
18852 <row>
18853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18854 \begin_inset Text
18855
18856 \begin_layout Plain Layout
18857 f
18858 \end_layout
18859
18860 \end_inset
18861 </cell>
18862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18863 \begin_inset Text
18864
18865 \begin_layout Plain Layout
18866 g
18867 \end_layout
18868
18869 \end_inset
18870 </cell>
18871 <cell alignment="center" valignment="top" topline="true" usebox="none">
18872 \begin_inset Text
18873
18874 \begin_layout Plain Layout
18875 h
18876 \end_layout
18877
18878 \end_inset
18879 </cell>
18880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18881 \begin_inset Text
18882
18883 \begin_layout Plain Layout
18884 i
18885 \end_layout
18886
18887 \end_inset
18888 </cell>
18889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18890 \begin_inset Text
18891
18892 \begin_layout Plain Layout
18893 j
18894 \end_layout
18895
18896 \end_inset
18897 </cell>
18898 </row>
18899 <row>
18900 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18901 \begin_inset Text
18902
18903 \begin_layout Plain Layout
18904 \begin_inset ERT
18905 status collapsed
18906
18907 \begin_layout Plain Layout
18908
18909
18910 \backslash
18911 hdashline 
18912 \end_layout
18913
18914 \end_inset
18915
18916 k
18917 \end_layout
18918
18919 \end_inset
18920 </cell>
18921 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18922 \begin_inset Text
18923
18924 \begin_layout Plain Layout
18925 l
18926 \end_layout
18927
18928 \end_inset
18929 </cell>
18930 <cell alignment="center" valignment="top" usebox="none">
18931 \begin_inset Text
18932
18933 \begin_layout Plain Layout
18934 m
18935 \end_layout
18936
18937 \end_inset
18938 </cell>
18939 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18940 \begin_inset Text
18941
18942 \begin_layout Plain Layout
18943 n
18944 \end_layout
18945
18946 \end_inset
18947 </cell>
18948 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18949 \begin_inset Text
18950
18951 \begin_layout Plain Layout
18952 o
18953 \end_layout
18954
18955 \end_inset
18956 </cell>
18957 </row>
18958 <row>
18959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18960 \begin_inset Text
18961
18962 \begin_layout Plain Layout
18963 \begin_inset ERT
18964 status collapsed
18965
18966 \begin_layout Plain Layout
18967
18968
18969 \backslash
18970 cdashline{4-5}
18971 \end_layout
18972
18973 \end_inset
18974
18975 p
18976 \end_layout
18977
18978 \end_inset
18979 </cell>
18980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18981 \begin_inset Text
18982
18983 \begin_layout Plain Layout
18984 q
18985 \end_layout
18986
18987 \end_inset
18988 </cell>
18989 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18990 \begin_inset Text
18991
18992 \begin_layout Plain Layout
18993 r
18994 \end_layout
18995
18996 \end_inset
18997 </cell>
18998 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18999 \begin_inset Text
19000
19001 \begin_layout Plain Layout
19002 s
19003 \end_layout
19004
19005 \end_inset
19006 </cell>
19007 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19008 \begin_inset Text
19009
19010 \begin_layout Plain Layout
19011
19012 \end_layout
19013
19014 \end_inset
19015 </cell>
19016 </row>
19017 <row>
19018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19019 \begin_inset Text
19020
19021 \begin_layout Plain Layout
19022 t
19023 \end_layout
19024
19025 \end_inset
19026 </cell>
19027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19028 \begin_inset Text
19029
19030 \begin_layout Plain Layout
19031 u
19032 \end_layout
19033
19034 \end_inset
19035 </cell>
19036 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19037 \begin_inset Text
19038
19039 \begin_layout Plain Layout
19040 v
19041 \end_layout
19042
19043 \end_inset
19044 </cell>
19045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19046 \begin_inset Text
19047
19048 \begin_layout Plain Layout
19049 w
19050 \end_layout
19051
19052 \end_inset
19053 </cell>
19054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19055 \begin_inset Text
19056
19057 \begin_layout Plain Layout
19058 x
19059 \end_layout
19060
19061 \end_inset
19062 </cell>
19063 </row>
19064 </lyxtabular>
19065
19066 \end_inset
19067
19068
19069 \end_layout
19070
19071 \end_inset
19072
19073
19074 \end_layout
19075
19076 \begin_layout Standard
19077 LyX doesn't natively support dashed lines, so you have to use TeX-Code.
19078  As prerequisite the LaTeX-package 
19079 \series bold
19080 arydshln
19081 \series default
19082
19083 \begin_inset Index
19084 status collapsed
19085
19086 \begin_layout Plain Layout
19087 LaTeX-packages ! arydshln
19088 \end_layout
19089
19090 \end_inset
19091
19092  must be loaded in the document preamble with the command
19093 \end_layout
19094
19095 \begin_layout Standard
19096
19097 \series bold
19098
19099 \backslash
19100 usepackage{arydshln}
19101 \end_layout
19102
19103 \begin_layout Standard
19104 To make a vertical line dashed, enter the colon 
19105 \begin_inset Quotes eld
19106 \end_inset
19107
19108 :
19109 \begin_inset Quotes erd
19110 \end_inset
19111
19112  together with the character for the horizontal alignment as LaTeX-argument
19113  in the table cell dialog.
19114 \end_layout
19115
19116 \begin_layout Standard
19117 For a horizontal dashed line add the command
19118 \end_layout
19119
19120 \begin_layout Standard
19121
19122 \series bold
19123
19124 \backslash
19125 hdashline
19126 \end_layout
19127
19128 \begin_layout Standard
19129 in TeX-Code as first element of the first cell in the table row.
19130 \end_layout
19131
19132 \begin_layout Standard
19133 For dashed multicolumn lines use the command
19134 \end_layout
19135
19136 \begin_layout Standard
19137
19138 \series bold
19139
19140 \backslash
19141 cdashline{line number
19142 \series default
19143 }
19144 \end_layout
19145
19146 \begin_layout Standard
19147 in TeX-Code as first element of the first cell in the table row.
19148  If you have for example a multicolumn spanning over columns 2 to 4 and
19149  you want to have a dashed line above, add the command
19150 \end_layout
19151
19152 \begin_layout Standard
19153
19154 \series bold
19155
19156 \backslash
19157 cdashline{2-4}
19158 \end_layout
19159
19160 \begin_layout Standard
19161 as first element of the first cell in the row of the multicolumn.
19162 \end_layout
19163
19164 \begin_layout Standard
19165 \begin_inset VSpace bigskip
19166 \end_inset
19167
19168
19169 \end_layout
19170
19171 \begin_layout Standard
19172 Table
19173 \begin_inset space ~
19174 \end_inset
19175
19176
19177 \begin_inset CommandInset ref
19178 LatexCommand ref
19179 reference "tab:Table-with-dashed"
19180
19181 \end_inset
19182
19183  was created using 
19184 \begin_inset Quotes eld
19185 \end_inset
19186
19187
19188 \series bold
19189 :c
19190 \series default
19191
19192 \begin_inset Quotes erd
19193 \end_inset
19194
19195  as LaTeX-argument of the third column.
19196  The TeX-Code command 
19197 \series bold
19198
19199 \backslash
19200 hdashline
19201 \series default
19202  was inserted to the first cell of the third row and the the TeX-Code command
19203 \begin_inset Newline newline
19204 \end_inset
19205
19206  
19207 \series bold
19208
19209 \backslash
19210 cdashline{4-5}
19211 \series default
19212  was inserted to the first cell of the fourth row.
19213 \end_layout
19214
19215 \begin_layout Standard
19216 \begin_inset Note Greyedout
19217 status open
19218
19219 \begin_layout Plain Layout
19220
19221 \series bold
19222 Note:
19223 \series default
19224  The used LaTeX-package 
19225 \series bold
19226 arydshln
19227 \series default
19228  is apparently not compatible with the LaTeX-package 
19229 \series bold
19230 colortbl
19231 \series default
19232
19233 \begin_inset Index
19234 status collapsed
19235
19236 \begin_layout Plain Layout
19237 LaTeX-packages ! colortbl
19238 \end_layout
19239
19240 \end_inset
19241
19242  that is used for colored tables in section
19243 \begin_inset space ~
19244 \end_inset
19245
19246
19247 \begin_inset CommandInset ref
19248 LatexCommand ref
19249 reference "sec:Colored-Tables"
19250
19251 \end_inset
19252
19253 .
19254  That means colored tables cannot have dashed lines.
19255 \end_layout
19256
19257 \end_inset
19258
19259
19260 \end_layout
19261
19262 \begin_layout Standard
19263 \begin_inset ERT
19264 status collapsed
19265
19266 \begin_layout Plain Layout
19267
19268
19269 \backslash
19270 else
19271 \end_layout
19272
19273 \end_inset
19274
19275
19276 \begin_inset Note Note
19277 status open
19278
19279 \begin_layout Plain Layout
19280 The following will be displayed when the LaTeX-package 
19281 \series bold
19282 arydshln
19283 \series default
19284  is not installed:
19285 \end_layout
19286
19287 \end_inset
19288
19289
19290 \end_layout
19291
19292 \begin_layout Standard
19293 You need to install the package 
19294 \series bold
19295 arydshln
19296 \series default
19297  to see the content of this section in the output.
19298 \end_layout
19299
19300 \begin_layout Standard
19301 \begin_inset ERT
19302 status collapsed
19303
19304 \begin_layout Plain Layout
19305
19306
19307 \backslash
19308 fi
19309 \end_layout
19310
19311 \end_inset
19312
19313
19314 \end_layout
19315
19316 \begin_layout Chapter
19317 Floats
19318 \begin_inset Index
19319 status collapsed
19320
19321 \begin_layout Plain Layout
19322 Floats
19323 \end_layout
19324
19325 \end_inset
19326
19327
19328 \end_layout
19329
19330 \begin_layout Section
19331 Introduction
19332 \begin_inset CommandInset label
19333 LatexCommand label
19334 name "sec:FloatIntroduction"
19335
19336 \end_inset
19337
19338
19339 \begin_inset Index
19340 status collapsed
19341
19342 \begin_layout Plain Layout
19343 Floats ! Introduction
19344 \end_layout
19345
19346 \end_inset
19347
19348
19349 \end_layout
19350
19351 \begin_layout Standard
19352 A float is a block of text associated with some sort of label, which doesn't
19353  have a fixed location.
19354  It can 
19355 \begin_inset Quotes eld
19356 \end_inset
19357
19358 float
19359 \begin_inset Quotes erd
19360 \end_inset
19361
19362  forward or backward a page or two, to wherever it fits best.
19363  
19364 \family sans
19365 Footnotes
19366 \family default
19367  and 
19368 \family sans
19369 Margin
19370 \begin_inset space ~
19371 \end_inset
19372
19373 Notes
19374 \family default
19375  are also floats, because they can float to the next page when there are
19376  too many notes at the page.
19377 \end_layout
19378
19379 \begin_layout Standard
19380 Floats allow a high quality layout.
19381  Images and tables can evenly be spread to the pages to avoid white space
19382  and pages without text.
19383  As the floating often destroys the context between the text and the image/table
19384 , every float can be referenced in the text.
19385  Floats are therefore numbered.
19386  Referencing is described in section
19387 \begin_inset space ~
19388 \end_inset
19389
19390
19391 \begin_inset CommandInset ref
19392 LatexCommand ref
19393 reference "sec:Referencing-Floats"
19394
19395 \end_inset
19396
19397 .
19398 \end_layout
19399
19400 \begin_layout Standard
19401 To insert a float, use the menu 
19402 \family sans
19403 Insert\SpecialChar \menuseparator
19404 Float
19405 \family default
19406 .
19407  This inserts the 
19408 \family sans
19409 Caption
19410 \family default
19411  inset, a box with a label.
19412  The label will automatically be translated to the document language in
19413  the output.
19414  Behind the label you can insert the caption text.
19415  The image or table is inserted above or below the caption in a separate
19416  paragraph within the float.
19417  More about the caption placement is described in section
19418 \begin_inset space ~
19419 \end_inset
19420
19421
19422 \begin_inset CommandInset ref
19423 LatexCommand ref
19424 reference "sec:Caption-Placement"
19425
19426 \end_inset
19427
19428 .
19429  To keep your LyX-document readable, you can open and close the float box
19430  by left-clicking on the box label.
19431  A closed float box looks like this: 
19432 \begin_inset Graphics
19433         filename clipart/floatQt4.png
19434         scale 70
19435         scaleBeforeRotation
19436
19437 \end_inset
19438
19439  â€“ a gray button with a red label.
19440 \end_layout
19441
19442 \begin_layout Standard
19443 It is recommended to insert floats as a separate paragraph to avoid possible
19444  LaTeX-errors that can occur when the surrounding text is specially formatted.
19445 \end_layout
19446
19447 \begin_layout Standard
19448 Existing figures or tables can be put into a float by marking them and then
19449  pressing the corresponding toolbar button for a new float.
19450 \end_layout
19451
19452 \begin_layout Section
19453 Float Types
19454 \end_layout
19455
19456 \begin_layout Standard
19457 Besides figure and table floats that are described in section
19458 \begin_inset space ~
19459 \end_inset
19460
19461
19462 \begin_inset CommandInset ref
19463 LatexCommand ref
19464 reference "sec:Figure-Floats"
19465
19466 \end_inset
19467
19468  and 
19469 \begin_inset CommandInset ref
19470 LatexCommand ref
19471 reference "sec:Table-Floats"
19472
19473 \end_inset
19474
19475 , respectively, LyX offers the float types 
19476 \series bold
19477 Algorithm
19478 \series default
19479  and 
19480 \series bold
19481 Wrap
19482 \series default
19483 .
19484 \end_layout
19485
19486 \begin_layout Subsection
19487 Algorithm Floats
19488 \begin_inset Index
19489 status collapsed
19490
19491 \begin_layout Plain Layout
19492 Floats ! Algorithms
19493 \end_layout
19494
19495 \end_inset
19496
19497
19498 \end_layout
19499
19500 \begin_layout Standard
19501 \begin_inset Float algorithm
19502 placement h
19503 wide false
19504 sideways false
19505 status open
19506
19507 \begin_layout Plain Layout
19508 \begin_inset Caption
19509
19510 \begin_layout Plain Layout
19511 \begin_inset CommandInset label
19512 LatexCommand label
19513 name "alg:Example-Algorithm-float"
19514
19515 \end_inset
19516
19517 Example Algorithm float
19518 \end_layout
19519
19520 \end_inset
19521
19522
19523 \end_layout
19524
19525 \begin_layout LyX-Code
19526 for I in 1..N loop
19527 \begin_inset Newline newline
19528 \end_inset
19529
19530  Sum:= Sum + A(I); /*comment*/
19531 \begin_inset Newline newline
19532 \end_inset
19533
19534 end loop
19535 \begin_inset VSpace -4mm
19536 \end_inset
19537
19538
19539 \end_layout
19540
19541 \end_inset
19542
19543
19544 \end_layout
19545
19546 \begin_layout Standard
19547 This float type is inserted with the menu 
19548 \family sans
19549 Insert\SpecialChar \menuseparator
19550 Floats\SpecialChar \menuseparator
19551 Algorithm
19552 \family default
19553 .
19554  It is used for program codes and descriptions of algorithms and can be
19555  seen as an alternative to program code listings that are explained in chapter
19556 \begin_inset space ~
19557 \end_inset
19558
19559
19560 \begin_inset CommandInset ref
19561 LatexCommand ref
19562 reference "cha:Program-Code-Listings"
19563
19564 \end_inset
19565
19566 .
19567  A possible environment for algorithms is the 
19568 \family sans
19569 LyX-Code
19570 \family default
19571 , described in LyX's 
19572 \emph on
19573 Userguide
19574 \emph default
19575 .
19576  Algorithm
19577 \begin_inset space ~
19578 \end_inset
19579
19580
19581 \begin_inset CommandInset ref
19582 LatexCommand ref
19583 reference "alg:Example-Algorithm-float"
19584
19585 \end_inset
19586
19587  is an example of an algorithm float where -4
19588 \begin_inset space \thinspace{}
19589 \end_inset
19590
19591 mm vertical space was added at the end of the float to have the bottom rule
19592  exactly below the last text line.
19593 \end_layout
19594
19595 \begin_layout Standard
19596 The float label is not automatically translated into the document language.
19597  If your document is not in English, you have to do this manually by adding
19598  the following line to the document preamble
19599 \series bold
19600 :
19601 \end_layout
19602
19603 \begin_layout Standard
19604
19605 \series bold
19606
19607 \backslash
19608 floatname{algorithm}{your
19609 \begin_inset space ~
19610 \end_inset
19611
19612 name}
19613 \end_layout
19614
19615 \begin_layout Standard
19616 where 
19617 \family sans
19618 your
19619 \begin_inset space ~
19620 \end_inset
19621
19622 name
19623 \family default
19624  is the word 
19625 \begin_inset Quotes eld
19626 \end_inset
19627
19628
19629 \emph on
19630 algorithm
19631 \emph default
19632
19633 \begin_inset Quotes erd
19634 \end_inset
19635
19636  in your language.
19637 \end_layout
19638
19639 \begin_layout Standard
19640 To insert the list of algorithms you can use the menu 
19641 \family sans
19642 Insert\SpecialChar \menuseparator
19643 List
19644 \begin_inset space \thinspace{}
19645 \end_inset
19646
19647 /
19648 \begin_inset space \thinspace{}
19649 \end_inset
19650
19651 TOC\SpecialChar \menuseparator
19652 List of Algorithms
19653 \family default
19654  when your document has the same language as LyX's menu names.
19655  In other cases use this command in TeX-Code instead:
19656 \end_layout
19657
19658 \begin_layout Standard
19659
19660 \series bold
19661
19662 \backslash
19663 listof{algorithm}{your
19664 \begin_inset space ~
19665 \end_inset
19666
19667 name}
19668 \end_layout
19669
19670 \begin_layout Standard
19671 where 
19672 \family sans
19673 your
19674 \begin_inset space ~
19675 \end_inset
19676
19677 name
19678 \family default
19679  is the word 
19680 \begin_inset Quotes eld
19681 \end_inset
19682
19683
19684 \emph on
19685 List of Algorithm
19686 \emph default
19687 s
19688 \begin_inset Quotes erd
19689 \end_inset
19690
19691  in your language.
19692 \end_layout
19693
19694 \begin_layout Standard
19695 Algorithm floats are not by default numbered in the scheme 
19696 \begin_inset Quotes eld
19697 \end_inset
19698
19699 chapter.algorithm
19700 \begin_inset Quotes erd
19701 \end_inset
19702
19703  like it is the case for table and figure floats in many document-classes.
19704  To number algorithm floats in the same scheme, add this command to your
19705  document preamble:
19706 \end_layout
19707
19708 \begin_layout Standard
19709
19710 \series bold
19711
19712 \backslash
19713 numberwithin{algorithm}{chapter}
19714 \end_layout
19715
19716 \begin_layout Standard
19717 To be able to use the command 
19718 \series bold
19719
19720 \backslash
19721 numberwithin
19722 \series default
19723 , set in the tab 
19724 \family sans
19725 Math
19726 \begin_inset space ~
19727 \end_inset
19728
19729 Options
19730 \family default
19731  in the document settings the option 
19732 \family sans
19733 Use
19734 \begin_inset space ~
19735 \end_inset
19736
19737 AMS
19738 \begin_inset space ~
19739 \end_inset
19740
19741 math
19742 \begin_inset space ~
19743 \end_inset
19744
19745 package
19746 \family default
19747 .
19748 \end_layout
19749
19750 \begin_layout Subsection
19751 Wrap Floats
19752 \begin_inset Index
19753 status collapsed
19754
19755 \begin_layout Plain Layout
19756 Floats ! Wrap Floats
19757 \end_layout
19758
19759 \end_inset
19760
19761
19762 \end_layout
19763
19764 \begin_layout Standard
19765 \begin_inset Wrap figure
19766 lines 0
19767 placement l
19768 overhang 1cm
19769 width "40col%"
19770 status open
19771
19772 \begin_layout Plain Layout
19773 \begin_inset Graphics
19774         filename clipart/mobius.eps
19775         width 40col%
19776         scaleBeforeRotation
19777         rotateOrigin center
19778
19779 \end_inset
19780
19781
19782 \end_layout
19783
19784 \begin_layout Plain Layout
19785 \begin_inset Caption
19786
19787 \begin_layout Plain Layout
19788 \begin_inset CommandInset label
19789 LatexCommand label
19790 name "fig:This-is-a"
19791
19792 \end_inset
19793
19794 This is a figure wrap float.
19795 \end_layout
19796
19797 \end_inset
19798
19799
19800 \end_layout
19801
19802 \end_inset
19803
19804  This float type is used if you want to wrap text around a figure or table
19805  so that it only occupies some fraction of the column width.
19806  It can be inserted using the menu 
19807 \family sans
19808 Insert\SpecialChar \menuseparator
19809 Floats\SpecialChar \menuseparator
19810 Figure
19811 \begin_inset space ~
19812 \end_inset
19813
19814 Wrap
19815 \begin_inset space ~
19816 \end_inset
19817
19818 Float
19819 \family default
19820  or 
19821 \family sans
19822 Table
19823 \begin_inset space ~
19824 \end_inset
19825
19826 Wrap
19827 \begin_inset space ~
19828 \end_inset
19829
19830 Float
19831 \family default
19832  if the LaTeX-package 
19833 \series bold
19834 wrapfig
19835 \series default
19836
19837 \begin_inset Index
19838 status collapsed
19839
19840 \begin_layout Plain Layout
19841 LaTeX-packages ! wrapfig
19842 \begin_inset ERT
19843 status collapsed
19844
19845 \begin_layout Plain Layout
19846
19847
19848 \backslash
19849 vspace{4mm}
19850 \end_layout
19851
19852 \end_inset
19853
19854
19855 \end_layout
19856
19857 \end_inset
19858
19859  is installed.
19860 \begin_inset Foot
19861 status collapsed
19862
19863 \begin_layout Plain Layout
19864 Installing a LaTeX-package is explained it in the 
19865 \emph on
19866 LaTeX
19867 \begin_inset space ~
19868 \end_inset
19869
19870 Configuration
19871 \emph default
19872  manual.
19873 \end_layout
19874
19875 \end_inset
19876
19877  The settings of the float can be modified by right-clicking on the float
19878  box.
19879  The mandatory settings are the float 
19880 \family sans
19881 Placement
19882 \family default
19883  and its 
19884 \family sans
19885 Width
19886 \family default
19887 .
19888  Optional are the 
19889 \family sans
19890 Overhang
19891 \family default
19892  that specifies how much the float is set into the paragraph
19893 \begin_inset space \thinspace{}
19894 \end_inset
19895
19896 /
19897 \begin_inset space \thinspace{}
19898 \end_inset
19899
19900 page margin, and the 
19901 \family sans
19902 Line
19903 \begin_inset space ~
19904 \end_inset
19905
19906 span
19907 \family default
19908  that specifies how many text lines the float will approximately need.
19909  The line span is often hard to be approximated, so better only use it when
19910  you encounter float placement problems.
19911  You can furthermore decide if LaTeX is allowed to let the float float within
19912  the paragraph or to surrounding paragraphs.
19913  Figure
19914 \begin_inset space ~
19915 \end_inset
19916
19917
19918 \begin_inset CommandInset ref
19919 LatexCommand ref
19920 reference "fig:This-is-a"
19921
19922 \end_inset
19923
19924  is an example text wrap float with a width of 40
19925 \begin_inset space \thinspace{}
19926 \end_inset
19927
19928 col%, 1
19929 \begin_inset space \thinspace{}
19930 \end_inset
19931
19932 cm overhang, set to the left.
19933 \begin_inset Foot
19934 status collapsed
19935
19936 \begin_layout Plain Layout
19937 Available units are explained in appendix
19938 \begin_inset space ~
19939 \end_inset
19940
19941
19942 \begin_inset CommandInset ref
19943 LatexCommand ref
19944 reference "cha:Units-available-in"
19945
19946 \end_inset
19947
19948 .
19949 \end_layout
19950
19951 \end_inset
19952
19953
19954 \end_layout
19955
19956 \begin_layout Standard
19957 \begin_inset Note Greyedout
19958 status open
19959
19960 \begin_layout Plain Layout
19961
19962 \series bold
19963 Note:
19964 \series default
19965  Text
19966 \begin_inset space ~
19967 \end_inset
19968
19969 wrap float floats are fragile! E.
19970 \begin_inset space \thinspace{}
19971 \end_inset
19972
19973 g.
19974 \begin_inset space \space{}
19975 \end_inset
19976
19977 having a figure too close to the bottom of the page can mess things up in
19978  the way that the float doesn't appear in the output or that it is placed
19979  over some other text.
19980 \end_layout
19981
19982 \end_inset
19983
19984
19985 \end_layout
19986
19987 \begin_layout Standard
19988 In general:
19989 \end_layout
19990
19991 \begin_layout Itemize
19992 Wrap floats should not be placed in paragraphs that run over a page break.
19993  That means that wrap floats should better be inserted to the exact place
19994  when the document is nearly finished and you are able to estimate where
19995  page breaks will appear.
19996 \end_layout
19997
19998 \begin_layout Itemize
19999 Wrap floats should either be placed in an own paragraph before the paragraph
20000  where they should wrap into or within a paragraph.
20001 \end_layout
20002
20003 \begin_layout Itemize
20004 Wrap floats in consecutive paragraphs may cause troubles, so assure that
20005  there is a text paragraph between them as separator.
20006 \end_layout
20007
20008 \begin_layout Itemize
20009 Wrap floats are not allowed in section headings or tables.
20010 \end_layout
20011
20012 \begin_layout Section
20013 Float Numbering
20014 \begin_inset Index
20015 status collapsed
20016
20017 \begin_layout Plain Layout
20018 Floats ! Numbering
20019 \end_layout
20020
20021 \end_inset
20022
20023
20024 \end_layout
20025
20026 \begin_layout Standard
20027 Floats are usually numbered either independent from the sections the floats
20028  are in, or in the scheme 
20029 \begin_inset Quotes eld
20030 \end_inset
20031
20032 chapter.number
20033 \begin_inset Quotes erd
20034 \end_inset
20035
20036  or 
20037 \begin_inset Quotes eld
20038 \end_inset
20039
20040 section.number
20041 \begin_inset Quotes erd
20042 \end_inset
20043
20044 .
20045  This depends on the used document class.
20046 \end_layout
20047
20048 \begin_layout Standard
20049 To change the section independent numbering, you can use this command in
20050  the document preamble:
20051 \end_layout
20052
20053 \begin_layout Standard
20054
20055 \series bold
20056
20057 \backslash
20058 renewcommand{
20059 \backslash
20060 thetable}{
20061 \backslash
20062 roman{table}}
20063 \end_layout
20064
20065 \begin_layout Standard
20066
20067 \series bold
20068
20069 \backslash
20070 thetable
20071 \series default
20072  is the command that prints the table number, for figure floats, the command
20073  would be 
20074 \series bold
20075
20076 \backslash
20077 thefigure
20078 \series default
20079 .
20080  The command 
20081 \series bold
20082
20083 \backslash
20084 roman
20085 \series default
20086  prints in the command above the table number as small roman number.
20087 \end_layout
20088
20089 \begin_layout Standard
20090 To change the numbering scheme for example to 
20091 \begin_inset Quotes eld
20092 \end_inset
20093
20094 subsection.number
20095 \begin_inset Quotes erd
20096 \end_inset
20097
20098 , use this command in the preamble:
20099 \end_layout
20100
20101 \begin_layout Standard
20102
20103 \series bold
20104
20105 \backslash
20106 numberwithin{table}{subsection}
20107 \end_layout
20108
20109 \begin_layout Standard
20110 To be able to use the command 
20111 \series bold
20112
20113 \backslash
20114 numberwithin
20115 \series default
20116 , set in the tab 
20117 \family sans
20118 Math
20119 \begin_inset space ~
20120 \end_inset
20121
20122 Options
20123 \family default
20124  in the document settings the option 
20125 \family sans
20126 Use
20127 \begin_inset space ~
20128 \end_inset
20129
20130 AMS
20131 \begin_inset space ~
20132 \end_inset
20133
20134 math
20135 \begin_inset space ~
20136 \end_inset
20137
20138 package
20139 \family default
20140 .
20141 \end_layout
20142
20143 \begin_layout Standard
20144 Please also have a look at section
20145 \begin_inset space ~
20146 \end_inset
20147
20148
20149 \begin_inset CommandInset ref
20150 LatexCommand ref
20151 reference "sub:Footnote-Numbering"
20152
20153 \end_inset
20154
20155  for the details and important notes about the numbering commands.
20156 \end_layout
20157
20158 \begin_layout Section
20159 Referencing Floats
20160 \begin_inset CommandInset label
20161 LatexCommand label
20162 name "sec:Referencing-Floats"
20163
20164 \end_inset
20165
20166
20167 \begin_inset Index
20168 status collapsed
20169
20170 \begin_layout Plain Layout
20171 Floats ! References
20172 \end_layout
20173
20174 \end_inset
20175
20176
20177 \begin_inset Index
20178 status collapsed
20179
20180 \begin_layout Plain Layout
20181 References ! to Floats
20182 \end_layout
20183
20184 \end_inset
20185
20186
20187 \end_layout
20188
20189 \begin_layout Standard
20190 To reference a float, insert a label into its caption using the menu 
20191 \family sans
20192 Insert\SpecialChar \menuseparator
20193 Label
20194 \family default
20195  or the toolbar button 
20196 \begin_inset Graphics
20197         filename ../images/label-insert.png
20198         scale 85
20199         scaleBeforeRotation
20200
20201 \end_inset
20202
20203 .
20204  A grey label box like this one: 
20205 \begin_inset Graphics
20206         filename clipart/labelQt4.png
20207         scale 85
20208         scaleBeforeRotation
20209
20210 \end_inset
20211
20212  will be inserted and the label window pops up asking for the label text.
20213  LyX offers as text the first words of the caption with a prefix.
20214  The prefix depends on the float type, e.
20215 \begin_inset space \thinspace{}
20216 \end_inset
20217
20218 g.
20219 \begin_inset space \space{}
20220 \end_inset
20221
20222 for figure floats the prefix will be "
20223 \family sans
20224 fig:
20225 \family default
20226 ".
20227 \end_layout
20228
20229 \begin_layout Standard
20230 The label is used as anchor and name for the reference.
20231  You can refer to the label using the menu 
20232 \family sans
20233 Insert\SpecialChar \menuseparator
20234 Cross-reference
20235 \family default
20236  or the toolbar button 
20237 \begin_inset Graphics
20238         filename ../images/dialog-show-new-inset_ref.png
20239         scale 85
20240         scaleBeforeRotation
20241
20242 \end_inset
20243
20244 .
20245  A grey cross-reference box like this one: 
20246 \begin_inset Graphics
20247         filename clipart/referenceQt4.png
20248         scale 85
20249         scaleBeforeRotation
20250
20251 \end_inset
20252
20253  will be inserted and the cross-reference window appear showing all labels
20254  of the document.
20255  If you have multiple LyX-documents opened, choose the one you are working
20256  on from the drop-list at the top of the dialog.
20257  You can now sort the labels alphabetically and then choose one.
20258  At the position of the cross-reference box the float number will appear
20259  in the output.
20260 \end_layout
20261
20262 \begin_layout Standard
20263 It is recommended to use a protected space between the cross-reference name
20264  and its number to avoid line breaks between them.
20265  If a cross-reference refers to a non-existing label, you will see two question
20266  marks in the output instead of the reference.
20267 \end_layout
20268
20269 \begin_layout Standard
20270 You can change labels at any time by clicking on the label box.
20271  References to the changed label will automatically change its link to the
20272  new label text, so that you don't need to take care about this.
20273 \end_layout
20274
20275 \begin_layout Standard
20276 The button 
20277 \family sans
20278 Go
20279 \begin_inset space ~
20280 \end_inset
20281
20282 to
20283 \begin_inset space ~
20284 \end_inset
20285
20286 Label
20287 \family default
20288  in the cross-reference window sets the cursor before the referred label.
20289  The button text changes then to Go
20290 \begin_inset space ~
20291 \end_inset
20292
20293 Back and you can use it to set the cursor back to the cross-reference.
20294  Right-clicking on a cross-reference box also sets the cursor before the
20295  referenced label but without a possibility to go back.
20296 \end_layout
20297
20298 \begin_layout Subsection
20299 Cross-Reference Formats
20300 \begin_inset CommandInset label
20301 LatexCommand label
20302 name "sub:Cross-Reference-Formats"
20303
20304 \end_inset
20305
20306
20307 \begin_inset Index
20308 status collapsed
20309
20310 \begin_layout Plain Layout
20311 References ! Formats
20312 \end_layout
20313
20314 \end_inset
20315
20316
20317 \end_layout
20318
20319 \begin_layout Standard
20320 There are six varieties of cross-references:
20321 \end_layout
20322
20323 \begin_layout Description
20324 <reference>: prints the float number, this is the default: 
20325 \begin_inset CommandInset ref
20326 LatexCommand ref
20327 reference "fig:Two-distorted-images"
20328
20329 \end_inset
20330
20331
20332 \end_layout
20333
20334 \begin_layout Description
20335 (<reference>): prints the float number within two parentheses, this is the
20336  style normally used to reference formulas, especially when the reference
20337  name 
20338 \begin_inset Quotes eld
20339 \end_inset
20340
20341 Equation
20342 \begin_inset Quotes erd
20343 \end_inset
20344
20345  is omitted: 
20346 \begin_inset CommandInset ref
20347 LatexCommand eqref
20348 reference "eq:Wgn"
20349
20350 \end_inset
20351
20352
20353 \end_layout
20354
20355 \begin_layout Description
20356 <page>: prints the page number: Page
20357 \begin_inset space ~
20358 \end_inset
20359
20360
20361 \begin_inset CommandInset ref
20362 LatexCommand pageref
20363 reference "fig:Two-distorted-images"
20364
20365 \end_inset
20366
20367
20368 \end_layout
20369
20370 \begin_layout Description
20371 on
20372 \begin_inset space ~
20373 \end_inset
20374
20375 page
20376 \begin_inset space ~
20377 \end_inset
20378
20379 <page>: prints the text "on page" and the page number: 
20380 \begin_inset CommandInset ref
20381 LatexCommand vpageref
20382 reference "fig:Two-distorted-images"
20383
20384 \end_inset
20385
20386
20387 \end_layout
20388
20389 \begin_layout Description
20390 <reference>
20391 \begin_inset space ~
20392 \end_inset
20393
20394 on
20395 \begin_inset space ~
20396 \end_inset
20397
20398 page
20399 \begin_inset space ~
20400 \end_inset
20401
20402 <page>: prints the float number, the text "on page", and the page number:
20403  
20404 \begin_inset CommandInset ref
20405 LatexCommand vref
20406 reference "fig:Two-distorted-images"
20407
20408 \end_inset
20409
20410
20411 \end_layout
20412
20413 \begin_layout Description
20414 Formatted
20415 \begin_inset space ~
20416 \end_inset
20417
20418 reference: prints a self defined cross-reference format.
20419  
20420 \begin_inset Note Greyedout
20421 status open
20422
20423 \begin_layout Plain Layout
20424
20425 \series bold
20426 Note:
20427 \series default
20428  This feature is only available when you have the LaTeX-package 
20429 \series bold
20430 prettyref
20431 \series default
20432  installed.
20433 \end_layout
20434
20435 \end_inset
20436
20437
20438 \end_layout
20439
20440 \begin_layout Standard
20441 Note that the style <page> won't print the page number if the label is on
20442  the previous, the same, or the next page.
20443  You will e.
20444 \begin_inset space \thinspace{}
20445 \end_inset
20446
20447 g.
20448 \begin_inset space \space{}
20449 \end_inset
20450
20451 see the text 
20452 \begin_inset Quotes eld
20453 \end_inset
20454
20455
20456 \family sans
20457 on this page
20458 \family default
20459
20460 \begin_inset Quotes erd
20461 \end_inset
20462
20463  instead.
20464 \end_layout
20465
20466 \begin_layout Standard
20467 The number and current page of the referred document part in the output,
20468  is automatically calculated by LaTeX.
20469  The varieties are adjusted in the field 
20470 \family sans
20471 Format
20472 \family default
20473  of the cross-reference window, that appear when you click on the cross-referenc
20474 e box.
20475 \end_layout
20476
20477 \begin_layout Subsection
20478 Automatic Reference Naming
20479 \begin_inset Index
20480 status collapsed
20481
20482 \begin_layout Plain Layout
20483 References ! Automatic Reference Naming
20484 \end_layout
20485
20486 \end_inset
20487
20488
20489 \end_layout
20490
20491 \begin_layout Standard
20492 The LaTeX-package 
20493 \series bold
20494 hyperref
20495 \series default
20496
20497 \begin_inset Index
20498 status collapsed
20499
20500 \begin_layout Plain Layout
20501 LaTeX-packages ! hyperref
20502 \end_layout
20503
20504 \end_inset
20505
20506 , that is enabled in the 
20507 \family sans
20508 PDF Properties
20509 \family default
20510  of the 
20511 \family sans
20512 Document Settings
20513 \family default
20514  dialog, provides a very useful feature that cross-references automatically
20515  include the name of the referenced floats (or text parts like 
20516 \emph on
20517 section
20518 \emph default
20519 ).
20520  So you will save to write e.
20521 \begin_inset space \thinspace{}
20522 \end_inset
20523
20524 g.
20525 \begin_inset space \space{}
20526 \end_inset
20527
20528 the name 
20529 \begin_inset Quotes eld
20530 \end_inset
20531
20532 Figure
20533 \begin_inset Quotes erd
20534 \end_inset
20535
20536  before every reference to a figure.
20537  To use this feature, enable 
20538 \series bold
20539 hyperref
20540 \series default
20541  and insert this line to the LaTeX preamble:
20542 \end_layout
20543
20544 \begin_layout Standard
20545
20546 \series bold
20547
20548 \backslash
20549 AtBeginDocument{
20550 \backslash
20551 renewcommand{
20552 \backslash
20553 ref}[1]{
20554 \backslash
20555 mbox{
20556 \backslash
20557 autoref{#1}}}}
20558 \end_layout
20559
20560 \begin_layout Standard
20561 When you prefer other reference names than the default ones, for example
20562  you want instead of 
20563 \begin_inset Quotes eld
20564 \end_inset
20565
20566 section
20567 \begin_inset Quotes erd
20568 \end_inset
20569
20570  the name 
20571 \begin_inset Quotes eld
20572 \end_inset
20573
20574 sec.
20575 \begin_inset space \thinspace{}
20576 \end_inset
20577
20578
20579 \begin_inset Quotes eld
20580 \end_inset
20581
20582 , you can redefine the name by inserting this to the preamble:
20583 \end_layout
20584
20585 \begin_layout Standard
20586
20587 \series bold
20588
20589 \backslash
20590 addto
20591 \backslash
20592 extrasenglish{
20593 \backslash
20594 renewcommand{
20595 \backslash
20596 sectionautorefname}
20597 \begin_inset Newline newline
20598 \end_inset
20599
20600
20601 \begin_inset ERT
20602 status collapsed
20603
20604 \begin_layout Plain Layout
20605
20606
20607 \backslash
20608 hphantom{ }
20609 \end_layout
20610
20611 \end_inset
20612
20613 {sec.
20614 \backslash
20615 negthinspace}}
20616 \end_layout
20617
20618 \begin_layout Standard
20619 When you are using another document language than English, replace
20620 \begin_inset Newline newline
20621 \end_inset
20622
20623
20624 \series bold
20625
20626 \backslash
20627 extrasenglish
20628 \series default
20629  by 
20630 \series bold
20631
20632 \backslash
20633 extras***
20634 \series default
20635 , where *** is the name of the used language.
20636 \end_layout
20637
20638 \begin_layout Standard
20639 To get automatic names, but not for certain reference types, for example
20640  not for equations, use this preamble code:
20641 \end_layout
20642
20643 \begin_layout Standard
20644
20645 \series bold
20646
20647 \backslash
20648 newlength{
20649 \backslash
20650 abc}
20651 \begin_inset Newline newline
20652 \end_inset
20653
20654
20655 \backslash
20656 settowidth{
20657 \backslash
20658 abc}{
20659 \backslash
20660 space}
20661 \begin_inset Newline newline
20662 \end_inset
20663
20664
20665 \backslash
20666 addto
20667 \backslash
20668 extrasenglish{
20669 \backslash
20670 renewcommand{
20671 \backslash
20672 equationautorefname}
20673 \begin_inset Newline newline
20674 \end_inset
20675
20676
20677 \begin_inset ERT
20678 status collapsed
20679
20680 \begin_layout Plain Layout
20681
20682
20683 \backslash
20684 hphantom{ }
20685 \end_layout
20686
20687 \end_inset
20688
20689 {
20690 \backslash
20691 hspace{-
20692 \backslash
20693 abc}}
20694 \end_layout
20695
20696 \begin_layout Standard
20697 More about this topic can be found in 
20698 \series bold
20699 hyperref
20700 \series default
20701 's documentation 
20702 \begin_inset CommandInset citation
20703 LatexCommand cite
20704 key "hyperref"
20705
20706 \end_inset
20707
20708 .
20709 \end_layout
20710
20711 \begin_layout Standard
20712 \begin_inset Note Greyedout
20713 status open
20714
20715 \begin_layout Plain Layout
20716
20717 \series bold
20718 Note:
20719 \series default
20720  Automatic reference naming cannot be used when you use cross-references
20721  in the 
20722 \family sans
20723 Formatted
20724 \begin_inset space ~
20725 \end_inset
20726
20727 reference
20728 \family default
20729  style, as described in section
20730 \begin_inset space ~
20731 \end_inset
20732
20733
20734 \begin_inset CommandInset ref
20735 LatexCommand ref
20736 reference "sub:Cross-Reference-Formats"
20737
20738 \end_inset
20739
20740 .
20741 \end_layout
20742
20743 \end_inset
20744
20745
20746 \end_layout
20747
20748 \begin_layout Standard
20749 The 
20750 \emph on
20751 Math
20752 \emph default
20753  manual is an example where automatic reference naming is used.
20754 \end_layout
20755
20756 \begin_layout Subsection
20757 Reference Position
20758 \begin_inset CommandInset label
20759 LatexCommand label
20760 name "sub:Reference-Position"
20761
20762 \end_inset
20763
20764
20765 \begin_inset Index
20766 status collapsed
20767
20768 \begin_layout Plain Layout
20769 References ! Reference Position
20770 \end_layout
20771
20772 \end_inset
20773
20774
20775 \end_layout
20776
20777 \begin_layout Standard
20778 If you use 
20779 \series bold
20780 hyperref
20781 \series default
20782
20783 \begin_inset Index
20784 status collapsed
20785
20786 \begin_layout Plain Layout
20787 LaTeX-packages ! hyperref
20788 \end_layout
20789
20790 \end_inset
20791
20792  in the 
20793 \family sans
20794 PDF Properties
20795 \family default
20796  of the 
20797 \family sans
20798 Document Settings
20799 \family default
20800  dialog to link cross-references in the output, you will see that clicking
20801  on an image float reference jumps to the image label.
20802  The caption will be the first text part on the screen, so that you cannot
20803  see the image without scrolling.
20804  This is because the reference link anchor is placed at the position of
20805  the label.
20806  With the use of the package 
20807 \series bold
20808 hypcap
20809 \series default
20810
20811 \begin_inset Index
20812 status collapsed
20813
20814 \begin_layout Plain Layout
20815 LaTeX-packages ! hypcap
20816 \end_layout
20817
20818 \end_inset
20819
20820 , which is part of the LaTeX-package 
20821 \series bold
20822 oberdiek
20823 \series default
20824
20825 \begin_inset Index
20826 status collapsed
20827
20828 \begin_layout Plain Layout
20829 LaTeX-packages ! oberdiek
20830 \end_layout
20831
20832 \end_inset
20833
20834 , the link anchor is placed at the beginning of a float.
20835  To use this feature for figure floats, load 
20836 \series bold
20837 hypcap
20838 \series default
20839  in the document preamble with the line
20840 \end_layout
20841
20842 \begin_layout Standard
20843
20844 \series bold
20845
20846 \backslash
20847 usepackage[figure]{hypcap}
20848 \end_layout
20849
20850 \begin_layout Standard
20851 You can also use 
20852 \series bold
20853 hypcap
20854 \series default
20855  for all float types but this is not recommended for stability reasons.
20856  For more information, have a look at 
20857 \series bold
20858 hypcap
20859 \series default
20860 's manual 
20861 \begin_inset CommandInset citation
20862 LatexCommand cite
20863 key "hypcap"
20864
20865 \end_inset
20866
20867 .
20868 \end_layout
20869
20870 \begin_layout Standard
20871 \begin_inset Note Greyedout
20872 status open
20873
20874 \begin_layout Plain Layout
20875
20876 \series bold
20877 Note:
20878 \series default
20879  
20880 \series bold
20881 hypcap
20882 \series default
20883  has no effect for references to subfigures.
20884 \end_layout
20885
20886 \end_inset
20887
20888
20889 \end_layout
20890
20891 \begin_layout Section
20892 Float Placement
20893 \begin_inset CommandInset label
20894 LatexCommand label
20895 name "sec:Float-Placement"
20896
20897 \end_inset
20898
20899
20900 \begin_inset Index
20901 status collapsed
20902
20903 \begin_layout Plain Layout
20904 Floats ! Placement
20905 \end_layout
20906
20907 \end_inset
20908
20909
20910 \end_layout
20911
20912 \begin_layout Standard
20913 Right-clicking on a float-box opens a dialog where you can alter the placement
20914  options that LaTeX uses for positioning the float.
20915 \begin_inset Newline newline
20916 \end_inset
20917
20918 The option 
20919 \family sans
20920 Span
20921 \begin_inset space ~
20922 \end_inset
20923
20924 columns
20925 \family default
20926  is only useful for two-column documents: If you select it, the float will
20927  span across both columns on the page instead of being confined to just
20928  one.
20929 \begin_inset Newline newline
20930 \end_inset
20931
20932 The option 
20933 \family sans
20934 Rotate
20935 \begin_inset space ~
20936 \end_inset
20937
20938 sideways
20939 \family default
20940  is used to rotate floats, see section 
20941 \begin_inset CommandInset ref
20942 LatexCommand ref
20943 reference "sec:Rotated-Floats"
20944
20945 \end_inset
20946
20947 .
20948 \end_layout
20949
20950 \begin_layout Standard
20951 You can use one ore more of the following options in the float dialog to
20952  set the placement for a particular float when you uncheck the option 
20953 \family sans
20954 Use
20955 \begin_inset space ~
20956 \end_inset
20957
20958 default
20959 \begin_inset space ~
20960 \end_inset
20961
20962 placement
20963 \family default
20964 :
20965 \end_layout
20966
20967 \begin_layout Description
20968 Here
20969 \begin_inset space ~
20970 \end_inset
20971
20972 if
20973 \begin_inset space ~
20974 \end_inset
20975
20976 possible try to place the float on the position where it is inserted
20977 \end_layout
20978
20979 \begin_layout Description
20980 Top
20981 \begin_inset space ~
20982 \end_inset
20983
20984 of
20985 \begin_inset space ~
20986 \end_inset
20987
20988 page try to place the float on the top of the current page
20989 \end_layout
20990
20991 \begin_layout Description
20992 Bottom
20993 \begin_inset space ~
20994 \end_inset
20995
20996 of
20997 \begin_inset space ~
20998 \end_inset
20999
21000 page try to place the float on the bottom of the current page
21001 \end_layout
21002
21003 \begin_layout Description
21004 Page
21005 \begin_inset space ~
21006 \end_inset
21007
21008 of
21009 \begin_inset space ~
21010 \end_inset
21011
21012 floats try to place the float on an own page 
21013 \end_layout
21014
21015 \begin_layout Standard
21016 The order of the above option is 
21017 \emph on
21018 always
21019 \emph default
21020  used by LaTeX.
21021  That means, if you use the default placement, LaTeX will first try out
21022  
21023 \family sans
21024 Here
21025 \begin_inset space ~
21026 \end_inset
21027
21028 if
21029 \begin_inset space ~
21030 \end_inset
21031
21032 possible
21033 \family default
21034 , then 
21035 \family sans
21036 Top
21037 \begin_inset space ~
21038 \end_inset
21039
21040 of
21041 \begin_inset space ~
21042 \end_inset
21043
21044 page
21045 \family default
21046 , and then the others.
21047  If you don't use the default, LaTeX will try only the checked options but
21048  in the same order.
21049  If none of the 4 placements are possible the procedure is internally repeated
21050  but it is tried to put the float on the following page.
21051 \end_layout
21052
21053 \begin_layout Standard
21054 By default, each option has its own rules:
21055 \end_layout
21056
21057 \begin_layout Labeling
21058 \labelwidthstring 00.00.0000
21059
21060 \family sans
21061 Top
21062 \begin_inset space ~
21063 \end_inset
21064
21065 of
21066 \begin_inset space ~
21067 \end_inset
21068
21069 page
21070 \family default
21071  only floats occupying less than 70
21072 \begin_inset space \thinspace{}
21073 \end_inset
21074
21075 % of the page can be placed at the top of a page (
21076 \series bold
21077
21078 \backslash
21079 topfraction
21080 \series default
21081 )
21082 \end_layout
21083
21084 \begin_layout Labeling
21085 \labelwidthstring 00.00.0000
21086
21087 \family sans
21088 Bottom
21089 \begin_inset space ~
21090 \end_inset
21091
21092 of
21093 \begin_inset space ~
21094 \end_inset
21095
21096 page
21097 \family default
21098 : only floats occupying less than 30
21099 \begin_inset space \thinspace{}
21100 \end_inset
21101
21102 % of the page can be placed at the bottom of a page.
21103  (
21104 \series bold
21105
21106 \backslash
21107 bottomfraction
21108 \series default
21109 )
21110 \end_layout
21111
21112 \begin_layout Labeling
21113 \labelwidthstring 00.00.0000
21114
21115 \family sans
21116 Page
21117 \begin_inset space ~
21118 \end_inset
21119
21120 of
21121 \begin_inset space ~
21122 \end_inset
21123
21124 floats
21125 \family default
21126 : only if more than 50
21127 \begin_inset space \thinspace{}
21128 \end_inset
21129
21130 % of the page are occupied by floats, several floats can be set together
21131  on a page.
21132  (
21133 \series bold
21134
21135 \backslash
21136 floatpagefraction
21137 \series default
21138 )
21139 \end_layout
21140
21141 \begin_layout Standard
21142 If you don't like these rules, you can ignore them by using the additional
21143  option 
21144 \family sans
21145 Ignore
21146 \begin_inset space ~
21147 \end_inset
21148
21149 LaTeX
21150 \begin_inset space ~
21151 \end_inset
21152
21153 rules
21154 \family default
21155 .
21156 \begin_inset Newline newline
21157 \end_inset
21158
21159 You can also redefine the rules with LaTeX-commands that are given in parenthese
21160 s behind the rules description above.
21161  To increase for example the often too small default of the bottom-rule
21162  to 50
21163 \begin_inset space \thinspace{}
21164 \end_inset
21165
21166 % of the page, add this line to your document preamble:
21167 \end_layout
21168
21169 \begin_layout Standard
21170
21171 \series bold
21172
21173 \backslash
21174 renewcommand{
21175 \backslash
21176 bottomfraction}{0.5}
21177 \end_layout
21178
21179 \begin_layout Standard
21180 Sometimes you might need, under all circumstances, a float to be placed
21181  exactly at the position where it is inserted.
21182  For this case you can use the option 
21183 \family sans
21184 Here
21185 \begin_inset space ~
21186 \end_inset
21187
21188 definitely
21189 \family default
21190 .
21191  Use this option very rarely and only if the document is nearly ready to
21192  be printed.
21193  Because the float is then no longer able to 
21194 \begin_inset Quotes eld
21195 \end_inset
21196
21197 float
21198 \begin_inset Quotes erd
21199 \end_inset
21200
21201  when you change your document and this will often destroy the page layout.
21202 \end_layout
21203
21204 \begin_layout Standard
21205 There are no placement options for text wrap floats, because they are always
21206  surrounded by the text of a certain paragraph.
21207 \begin_inset VSpace bigskip
21208 \end_inset
21209
21210
21211 \end_layout
21212
21213 \begin_layout Standard
21214 Sometimes you have the problem that a float is placed at the top of a page
21215  while its corresponding section starts at the middle of the page, so that
21216  the reader could think the float is part of the previous section.
21217  To avoid this the LaTeX-command 
21218 \series bold
21219
21220 \backslash
21221 suppressfloats
21222 \series default
21223  can be used.
21224  It suppresses a given float placement for the page where it is inserted
21225  and can therefore be used to avoid that floats could be set before a section
21226  starts.
21227  To get this, add these commands to your document preamble:
21228 \end_layout
21229
21230 \begin_layout Standard
21231
21232 \series bold
21233
21234 \backslash
21235 let
21236 \backslash
21237 mySection
21238 \backslash
21239 section
21240 \begin_inset Newline newline
21241 \end_inset
21242
21243
21244 \backslash
21245 renewcommand{
21246 \backslash
21247 section}{
21248 \backslash
21249 suppressfloats[t]
21250 \backslash
21251 mySection}
21252 \end_layout
21253
21254 \begin_layout Standard
21255 You can define the same for all section headings, like chapters and subsections.
21256  This definition is not recommended to be used for small text parts like
21257  subsubsections because LaTeX may then have problems to find a suitable
21258  placement.
21259 \end_layout
21260
21261 \begin_layout Standard
21262 \begin_inset VSpace bigskip
21263 \end_inset
21264
21265 In some cases it is required to have all figures/tables at the end of the
21266  document.
21267  For this purpose the LaTeX-package 
21268 \series bold
21269 endfloat
21270 \series default
21271
21272 \begin_inset Index
21273 status collapsed
21274
21275 \begin_layout Plain Layout
21276 LaTeX-packages ! endfloat
21277 \end_layout
21278
21279 \end_inset
21280
21281  was developed.
21282  It puts all figure and table floats at the end of the document into own
21283  sections.
21284  At the original float position a text hint like 
21285 \begin_inset Quotes eld
21286 \end_inset
21287
21288
21289 \family sans
21290 [Figure
21291 \begin_inset space ~
21292 \end_inset
21293
21294 3.2 about here.]
21295 \family default
21296
21297 \begin_inset Quotes erd
21298 \end_inset
21299
21300  is inserted.
21301  The endfloat-package is loaded in the preamble with the line
21302 \end_layout
21303
21304 \begin_layout Standard
21305
21306 \series bold
21307
21308 \backslash
21309 usepackage[options]{endfloat}
21310 \end_layout
21311
21312 \begin_layout Standard
21313 There are various package options to format the created figure/table sections.
21314  For more information we refer to the 
21315 \series bold
21316 endfloat
21317 \series default
21318  documentation 
21319 \begin_inset CommandInset citation
21320 LatexCommand cite
21321 key "endfloat"
21322
21323 \end_inset
21324
21325 .
21326 \begin_inset Newline newline
21327 \end_inset
21328
21329
21330 \begin_inset Note Greyedout
21331 status open
21332
21333 \begin_layout Plain Layout
21334
21335 \series bold
21336 Note: endfloat
21337 \series default
21338  doesn't provide an automatic translation for the text hint, you have to
21339  do this manually, see section
21340 \begin_inset space ~
21341 \end_inset
21342
21343 4 in 
21344 \begin_inset CommandInset citation
21345 LatexCommand cite
21346 key "endfloat"
21347
21348 \end_inset
21349
21350 .
21351 \end_layout
21352
21353 \end_inset
21354
21355
21356 \begin_inset Newline newline
21357 \end_inset
21358
21359
21360 \begin_inset Note Greyedout
21361 status open
21362
21363 \begin_layout Plain Layout
21364
21365 \series bold
21366 Note:
21367 \series default
21368  There is currently a bug in 
21369 \series bold
21370 endfloat
21371 \series default
21372  when the caption contains a German 
21373 \begin_inset Quotes eld
21374 \end_inset
21375
21376 ß
21377 \begin_inset Quotes erd
21378 \end_inset
21379
21380 .
21381  Use in this case the command 
21382 \begin_inset Quotes eld
21383 \end_inset
21384
21385
21386 \series bold
21387
21388 \backslash
21389 ss
21390 \series default
21391
21392 \begin_inset Quotes erd
21393 \end_inset
21394
21395  in TeX-Code instead of 
21396 \begin_inset Quotes eld
21397 \end_inset
21398
21399 ß
21400 \begin_inset Quotes erd
21401 \end_inset
21402
21403 .
21404 \end_layout
21405
21406 \end_inset
21407
21408
21409 \end_layout
21410
21411 \begin_layout Standard
21412 \begin_inset VSpace bigskip
21413 \end_inset
21414
21415 For more details about float placements, have a look at LaTeX books, 
21416 \begin_inset CommandInset citation
21417 LatexCommand cite
21418 key "latexcompanion,latexguide,latexbook"
21419
21420 \end_inset
21421
21422 .
21423 \end_layout
21424
21425 \begin_layout Section
21426 Rotated Floats
21427 \begin_inset CommandInset label
21428 LatexCommand label
21429 name "sec:Rotated-Floats"
21430
21431 \end_inset
21432
21433
21434 \begin_inset Index
21435 status collapsed
21436
21437 \begin_layout Plain Layout
21438 Floats ! Rotating
21439 \end_layout
21440
21441 \end_inset
21442
21443
21444 \end_layout
21445
21446 \begin_layout Standard
21447 Especially for wide tables you might have floats rotated.
21448  To rotate a whole float including the caption, right-click on the float-box
21449  and use the option 
21450 \family sans
21451 Rotate
21452 \begin_inset space ~
21453 \end_inset
21454
21455 sideways
21456 \family default
21457 .
21458 \end_layout
21459
21460 \begin_layout Standard
21461 Rotated floats are always placed on its own page (or column, in case you
21462  have a multi-column document).
21463  You can let them span several columns using the float settings option 
21464 \family sans
21465 Span
21466 \begin_inset space ~
21467 \end_inset
21468
21469 columns
21470 \family default
21471 .
21472  Floats are rotated so that you can read them from the outside margin.
21473  To force a certain rotation direction for all pages, you can add either
21474  the option 
21475 \series bold
21476 figuresleft
21477 \series default
21478  or 
21479 \series bold
21480 figuresright
21481 \series default
21482  to the document class options.
21483 \end_layout
21484
21485 \begin_layout Standard
21486 Referencing rotated floats is the same like for normal floats, the caption
21487  format is also the same: Table
21488 \begin_inset space ~
21489 \end_inset
21490
21491
21492 \begin_inset CommandInset ref
21493 LatexCommand ref
21494 reference "tab:Rotated-table"
21495
21496 \end_inset
21497
21498  is an example of a rotated table float.
21499 \end_layout
21500
21501 \begin_layout Standard
21502 \begin_inset Note Greyedout
21503 status open
21504
21505 \begin_layout Plain Layout
21506
21507 \series bold
21508 Note:
21509 \series default
21510  Not all DVI-viewers are able to display rotated floats.
21511 \end_layout
21512
21513 \end_inset
21514
21515
21516 \end_layout
21517
21518 \begin_layout Standard
21519 \begin_inset Float table
21520 wide false
21521 sideways true
21522 status open
21523
21524 \begin_layout Plain Layout
21525 \begin_inset Caption
21526
21527 \begin_layout Plain Layout
21528 \begin_inset CommandInset label
21529 LatexCommand label
21530 name "tab:Rotated-table"
21531
21532 \end_inset
21533
21534  Rotated table
21535 \end_layout
21536
21537 \end_inset
21538
21539
21540 \end_layout
21541
21542 \begin_layout Plain Layout
21543 \align center
21544 \begin_inset Tabular
21545 <lyxtabular version="3" rows="1" columns="5">
21546 <features>
21547 <column alignment="center" valignment="top" width="0">
21548 <column alignment="center" valignment="top" width="0">
21549 <column alignment="center" valignment="top" width="0">
21550 <column alignment="center" valignment="top" width="0">
21551 <column alignment="center" valignment="top" width="0">
21552 <row>
21553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21554 \begin_inset Text
21555
21556 \begin_layout Plain Layout
21557 test
21558 \end_layout
21559
21560 \end_inset
21561 </cell>
21562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21563 \begin_inset Text
21564
21565 \begin_layout Plain Layout
21566 b
21567 \end_layout
21568
21569 \end_inset
21570 </cell>
21571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21572 \begin_inset Text
21573
21574 \begin_layout Plain Layout
21575 c
21576 \end_layout
21577
21578 \end_inset
21579 </cell>
21580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21581 \begin_inset Text
21582
21583 \begin_layout Plain Layout
21584 d
21585 \end_layout
21586
21587 \end_inset
21588 </cell>
21589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21590 \begin_inset Text
21591
21592 \begin_layout Plain Layout
21593 e
21594 \end_layout
21595
21596 \end_inset
21597 </cell>
21598 </row>
21599 </lyxtabular>
21600
21601 \end_inset
21602
21603
21604 \end_layout
21605
21606 \end_inset
21607
21608
21609 \end_layout
21610
21611 \begin_layout Section
21612 Subfloats
21613 \begin_inset Index
21614 status collapsed
21615
21616 \begin_layout Plain Layout
21617 Floats ! Subfloats
21618 \end_layout
21619
21620 \end_inset
21621
21622
21623 \end_layout
21624
21625 \begin_layout Standard
21626 Subfloats are for example used when a figure consists of several images.
21627  They are created by inserting a float to an existing float.
21628  The placement of the subfloats can be controlled like for paragraphs as
21629  shown in table
21630 \begin_inset space ~
21631 \end_inset
21632
21633
21634 \begin_inset CommandInset ref
21635 LatexCommand ref
21636 reference "tab:Two-subtables-side"
21637
21638 \end_inset
21639
21640  and 
21641 \begin_inset CommandInset ref
21642 LatexCommand ref
21643 reference "tab:Two-subtables-upon"
21644
21645 \end_inset
21646
21647 .
21648 \end_layout
21649
21650 \begin_layout Standard
21651 Referencing subfloats works as for normal floats: Table
21652 \begin_inset space ~
21653 \end_inset
21654
21655
21656 \begin_inset CommandInset ref
21657 LatexCommand ref
21658 reference "tab:This-is-subtable-a"
21659
21660 \end_inset
21661
21662  and 
21663 \begin_inset CommandInset ref
21664 LatexCommand ref
21665 reference "tab:This-is-subtable-b"
21666
21667 \end_inset
21668
21669  are subtables of table
21670 \begin_inset space ~
21671 \end_inset
21672
21673
21674 \begin_inset CommandInset ref
21675 LatexCommand ref
21676 reference "tab:Two-subtables-side"
21677
21678 \end_inset
21679
21680 .
21681 \end_layout
21682
21683 \begin_layout Standard
21684 \begin_inset Float table
21685 wide false
21686 sideways false
21687 status open
21688
21689 \begin_layout Plain Layout
21690 \begin_inset Caption
21691
21692 \begin_layout Plain Layout
21693 \begin_inset CommandInset label
21694 LatexCommand label
21695 name "tab:Two-subtables-side"
21696
21697 \end_inset
21698
21699 Two subtables placed side by side.
21700 \end_layout
21701
21702 \end_inset
21703
21704
21705 \end_layout
21706
21707 \begin_layout Plain Layout
21708 \align center
21709 \begin_inset space \hfill{}
21710 \end_inset
21711
21712
21713 \begin_inset Float table
21714 wide false
21715 sideways false
21716 status collapsed
21717
21718 \begin_layout Plain Layout
21719 \begin_inset Caption
21720
21721 \begin_layout Plain Layout
21722 \begin_inset CommandInset label
21723 LatexCommand label
21724 name "tab:This-is-subtable-a"
21725
21726 \end_inset
21727
21728 This is subtable a.
21729 \end_layout
21730
21731 \end_inset
21732
21733
21734 \end_layout
21735
21736 \begin_layout Plain Layout
21737 \align center
21738 \begin_inset Tabular
21739 <lyxtabular version="3" rows="1" columns="5">
21740 <features>
21741 <column alignment="center" valignment="top" width="0">
21742 <column alignment="center" valignment="top" width="0">
21743 <column alignment="center" valignment="top" width="0">
21744 <column alignment="center" valignment="top" width="0">
21745 <column alignment="center" valignment="top" width="0">
21746 <row>
21747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21748 \begin_inset Text
21749
21750 \begin_layout Plain Layout
21751 test
21752 \end_layout
21753
21754 \end_inset
21755 </cell>
21756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21757 \begin_inset Text
21758
21759 \begin_layout Plain Layout
21760 b
21761 \end_layout
21762
21763 \end_inset
21764 </cell>
21765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21766 \begin_inset Text
21767
21768 \begin_layout Plain Layout
21769 c
21770 \end_layout
21771
21772 \end_inset
21773 </cell>
21774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21775 \begin_inset Text
21776
21777 \begin_layout Plain Layout
21778 d
21779 \end_layout
21780
21781 \end_inset
21782 </cell>
21783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21784 \begin_inset Text
21785
21786 \begin_layout Plain Layout
21787 e
21788 \end_layout
21789
21790 \end_inset
21791 </cell>
21792 </row>
21793 </lyxtabular>
21794
21795 \end_inset
21796
21797
21798 \end_layout
21799
21800 \end_inset
21801
21802
21803 \begin_inset space \hfill{}
21804 \end_inset
21805
21806
21807 \begin_inset Float table
21808 wide false
21809 sideways false
21810 status collapsed
21811
21812 \begin_layout Plain Layout
21813 \begin_inset Caption
21814
21815 \begin_layout Plain Layout
21816 \begin_inset CommandInset label
21817 LatexCommand label
21818 name "tab:This-is-subtable-b"
21819
21820 \end_inset
21821
21822 This is subtable b.
21823 \end_layout
21824
21825 \end_inset
21826
21827
21828 \end_layout
21829
21830 \begin_layout Plain Layout
21831 \align center
21832 \begin_inset Tabular
21833 <lyxtabular version="3" rows="1" columns="5">
21834 <features>
21835 <column alignment="center" valignment="top" width="0">
21836 <column alignment="center" valignment="top" width="0">
21837 <column alignment="center" valignment="top" width="0">
21838 <column alignment="center" valignment="top" width="0">
21839 <column alignment="center" valignment="top" width="0">
21840 <row>
21841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21842 \begin_inset Text
21843
21844 \begin_layout Plain Layout
21845 e
21846 \end_layout
21847
21848 \end_inset
21849 </cell>
21850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21851 \begin_inset Text
21852
21853 \begin_layout Plain Layout
21854 d
21855 \end_layout
21856
21857 \end_inset
21858 </cell>
21859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21860 \begin_inset Text
21861
21862 \begin_layout Plain Layout
21863 c
21864 \end_layout
21865
21866 \end_inset
21867 </cell>
21868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21869 \begin_inset Text
21870
21871 \begin_layout Plain Layout
21872 b
21873 \end_layout
21874
21875 \end_inset
21876 </cell>
21877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21878 \begin_inset Text
21879
21880 \begin_layout Plain Layout
21881 test
21882 \end_layout
21883
21884 \end_inset
21885 </cell>
21886 </row>
21887 </lyxtabular>
21888
21889 \end_inset
21890
21891
21892 \end_layout
21893
21894 \end_inset
21895
21896
21897 \begin_inset space \hfill{}
21898 \end_inset
21899
21900
21901 \end_layout
21902
21903 \end_inset
21904
21905
21906 \end_layout
21907
21908 \begin_layout Standard
21909 \begin_inset Float table
21910 wide false
21911 sideways false
21912 status open
21913
21914 \begin_layout Plain Layout
21915 \begin_inset Caption
21916
21917 \begin_layout Plain Layout
21918 \begin_inset CommandInset label
21919 LatexCommand label
21920 name "tab:Two-subtables-upon"
21921
21922 \end_inset
21923
21924 Two subtables placed one upon the other.
21925  (a) table with 4 cells, (b) table with 5 cells.
21926 \end_layout
21927
21928 \end_inset
21929
21930
21931 \end_layout
21932
21933 \begin_layout Plain Layout
21934 \align center
21935 \begin_inset Float table
21936 wide false
21937 sideways false
21938 status collapsed
21939
21940 \begin_layout Plain Layout
21941 \begin_inset Caption
21942
21943 \begin_layout Plain Layout
21944
21945 \end_layout
21946
21947 \end_inset
21948
21949
21950 \end_layout
21951
21952 \begin_layout Plain Layout
21953 \align center
21954 \begin_inset Tabular
21955 <lyxtabular version="3" rows="1" columns="4">
21956 <features>
21957 <column alignment="center" valignment="top" width="0">
21958 <column alignment="center" valignment="top" width="0">
21959 <column alignment="center" valignment="top" width="0">
21960 <column alignment="center" valignment="top" width="0">
21961 <row>
21962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21963 \begin_inset Text
21964
21965 \begin_layout Plain Layout
21966 test
21967 \end_layout
21968
21969 \end_inset
21970 </cell>
21971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21972 \begin_inset Text
21973
21974 \begin_layout Plain Layout
21975 test
21976 \end_layout
21977
21978 \end_inset
21979 </cell>
21980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21981 \begin_inset Text
21982
21983 \begin_layout Plain Layout
21984 test
21985 \end_layout
21986
21987 \end_inset
21988 </cell>
21989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21990 \begin_inset Text
21991
21992 \begin_layout Plain Layout
21993 test
21994 \end_layout
21995
21996 \end_inset
21997 </cell>
21998 </row>
21999 </lyxtabular>
22000
22001 \end_inset
22002
22003
22004 \end_layout
22005
22006 \end_inset
22007
22008
22009 \end_layout
22010
22011 \begin_layout Plain Layout
22012 \align center
22013 \begin_inset Float table
22014 wide false
22015 sideways false
22016 status collapsed
22017
22018 \begin_layout Plain Layout
22019 \begin_inset Caption
22020
22021 \begin_layout Plain Layout
22022
22023 \end_layout
22024
22025 \end_inset
22026
22027
22028 \end_layout
22029
22030 \begin_layout Plain Layout
22031 \align center
22032 \begin_inset Tabular
22033 <lyxtabular version="3" rows="1" columns="5">
22034 <features>
22035 <column alignment="center" valignment="top" width="0">
22036 <column alignment="center" valignment="top" width="0">
22037 <column alignment="center" valignment="top" width="0">
22038 <column alignment="center" valignment="top" width="0">
22039 <column alignment="center" valignment="top" width="0">
22040 <row>
22041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22042 \begin_inset Text
22043
22044 \begin_layout Plain Layout
22045 a
22046 \end_layout
22047
22048 \end_inset
22049 </cell>
22050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22051 \begin_inset Text
22052
22053 \begin_layout Plain Layout
22054 b
22055 \end_layout
22056
22057 \end_inset
22058 </cell>
22059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22060 \begin_inset Text
22061
22062 \begin_layout Plain Layout
22063 c
22064 \end_layout
22065
22066 \end_inset
22067 </cell>
22068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22069 \begin_inset Text
22070
22071 \begin_layout Plain Layout
22072 d
22073 \end_layout
22074
22075 \end_inset
22076 </cell>
22077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22078 \begin_inset Text
22079
22080 \begin_layout Plain Layout
22081 e
22082 \end_layout
22083
22084 \end_inset
22085 </cell>
22086 </row>
22087 </lyxtabular>
22088
22089 \end_inset
22090
22091
22092 \end_layout
22093
22094 \end_inset
22095
22096
22097 \end_layout
22098
22099 \end_inset
22100
22101
22102 \end_layout
22103
22104 \begin_layout Section
22105 Floats Side by Side
22106 \begin_inset Index
22107 status collapsed
22108
22109 \begin_layout Plain Layout
22110 Floats ! Side by side
22111 \end_layout
22112
22113 \end_inset
22114
22115
22116 \end_layout
22117
22118 \begin_layout Standard
22119 To place floats side by side, like for Figure
22120 \begin_inset space ~
22121 \end_inset
22122
22123
22124 \begin_inset CommandInset ref
22125 LatexCommand ref
22126 reference "fig:Float-left"
22127
22128 \end_inset
22129
22130  and 
22131 \begin_inset CommandInset ref
22132 LatexCommand ref
22133 reference "fig:Float-right"
22134
22135 \end_inset
22136
22137 , only 
22138 \emph on
22139 one
22140 \emph default
22141  float is used.
22142  In it two minipage boxes are inserted.
22143 \begin_inset Foot
22144 status collapsed
22145
22146 \begin_layout Plain Layout
22147 Minipages are explained in section
22148 \begin_inset space ~
22149 \end_inset
22150
22151
22152 \begin_inset CommandInset ref
22153 LatexCommand ref
22154 reference "sec:Minipages"
22155
22156 \end_inset
22157
22158 .
22159 \end_layout
22160
22161 \end_inset
22162
22163  The width is set to 45
22164 \begin_inset space \thinspace{}
22165 \end_inset
22166
22167 -50
22168 \begin_inset space \thinspace{}
22169 \end_inset
22170
22171 column% and the box alignment to 
22172 \family sans
22173 Bottom
22174 \family default
22175  for each minipage.
22176  The minipage boxes contain the image and the caption in the same way as
22177  they are in a float.
22178  The only difference is that the image unit 
22179 \family sans
22180 Column
22181 \begin_inset space ~
22182 \end_inset
22183
22184 Width
22185 \begin_inset space ~
22186 \end_inset
22187
22188 %
22189 \family default
22190  is now calculated according to the width of the minipage boxes.
22191 \end_layout
22192
22193 \begin_layout Standard
22194 \begin_inset Float figure
22195 wide false
22196 sideways false
22197 status open
22198
22199 \begin_layout Plain Layout
22200 \begin_inset Box Frameless
22201 position "b"
22202 hor_pos "c"
22203 has_inner_box 1
22204 inner_pos "t"
22205 use_parbox 0
22206 width "45col%"
22207 special "none"
22208 height "1in"
22209 height_special "totalheight"
22210 status open
22211
22212 \begin_layout Plain Layout
22213 \align center
22214 \begin_inset Graphics
22215         filename clipart/mobius.eps
22216         lyxscale 50
22217         width 100col%
22218         scaleBeforeRotation
22219
22220 \end_inset
22221
22222
22223 \end_layout
22224
22225 \begin_layout Plain Layout
22226 \begin_inset Caption
22227
22228 \begin_layout Plain Layout
22229 \begin_inset CommandInset label
22230 LatexCommand label
22231 name "fig:Float-left"
22232
22233 \end_inset
22234
22235 Float on the left side.
22236 \end_layout
22237
22238 \end_inset
22239
22240
22241 \end_layout
22242
22243 \end_inset
22244
22245
22246 \begin_inset space \hfill{}
22247 \end_inset
22248
22249
22250 \begin_inset Box Frameless
22251 position "b"
22252 hor_pos "c"
22253 has_inner_box 1
22254 inner_pos "t"
22255 use_parbox 0
22256 width "45col%"
22257 special "none"
22258 height "1in"
22259 height_special "totalheight"
22260 status open
22261
22262 \begin_layout Plain Layout
22263 \align center
22264 \begin_inset Graphics
22265         filename clipart/platypus.eps
22266         lyxscale 50
22267         width 100col%
22268         scaleBeforeRotation
22269
22270 \end_inset
22271
22272
22273 \end_layout
22274
22275 \begin_layout Plain Layout
22276 \begin_inset Caption
22277
22278 \begin_layout Plain Layout
22279 \begin_inset CommandInset label
22280 LatexCommand label
22281 name "fig:Float-right"
22282
22283 \end_inset
22284
22285 Float on the right side.
22286 \end_layout
22287
22288 \end_inset
22289
22290
22291 \end_layout
22292
22293 \end_inset
22294
22295
22296 \end_layout
22297
22298 \begin_layout Plain Layout
22299
22300 \end_layout
22301
22302 \end_inset
22303
22304
22305 \end_layout
22306
22307 \begin_layout Section
22308 Caption Formatting
22309 \begin_inset Index
22310 status collapsed
22311
22312 \begin_layout Plain Layout
22313 Caption ! Formatting
22314 \end_layout
22315
22316 \end_inset
22317
22318
22319 \begin_inset Index
22320 status collapsed
22321
22322 \begin_layout Plain Layout
22323 Floats ! Caption Formatting
22324 \end_layout
22325
22326 \end_inset
22327
22328
22329 \begin_inset CommandInset label
22330 LatexCommand label
22331 name "sec:Caption-Formatting"
22332
22333 \end_inset
22334
22335
22336 \end_layout
22337
22338 \begin_layout Standard
22339 The 
22340 \family sans
22341 Caption
22342 \family default
22343  environment is the default paragraph environment for 
22344 \family sans
22345 Floats
22346 \family default
22347 .
22348  On the LyX screen captions appear as label, e.
22349 \begin_inset space \thinspace{}
22350 \end_inset
22351
22352 g.
22353 \begin_inset space \space{}
22354 \end_inset
22355
22356
22357 \begin_inset Quotes eld
22358 \end_inset
22359
22360
22361 \family sans
22362 Figure #:
22363 \family default
22364
22365 \begin_inset Quotes erd
22366 \end_inset
22367
22368  followed by the caption text.
22369  
22370 \begin_inset Quotes eld
22371 \end_inset
22372
22373 #
22374 \begin_inset Quotes erd
22375 \end_inset
22376
22377  is the actual reference number.
22378  By default the label and the number are in the same font as the caption
22379  text and a colon follows the number to divide the label from the text.
22380  This caption format is not suitable for all document formats.
22381  
22382 \end_layout
22383
22384 \begin_layout Standard
22385 To change the default caption format, load the LaTeX-package 
22386 \series bold
22387 caption
22388 \series default
22389
22390 \begin_inset Index
22391 status collapsed
22392
22393 \begin_layout Plain Layout
22394 LaTeX-packages ! caption
22395 \end_layout
22396
22397 \end_inset
22398
22399  in the document preamble with this line:
22400 \end_layout
22401
22402 \begin_layout Standard
22403
22404 \series bold
22405
22406 \backslash
22407 usepackage[format definition]{caption}
22408 \end_layout
22409
22410 \begin_layout Standard
22411 To have for example the label and the number in sans-serif bold font and
22412  the table captions always above the table like in this document, use the
22413  following command:
22414 \end_layout
22415
22416 \begin_layout Standard
22417
22418 \series bold
22419
22420 \backslash
22421 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22422 \end_layout
22423
22424 \begin_layout Standard
22425 You can also define different caption formats for the different float types.
22426  In this case load the 
22427 \series bold
22428 caption
22429 \series default
22430  package without format specific options and define the different formats
22431  with the help of the command
22432 \end_layout
22433
22434 \begin_layout Standard
22435
22436 \series bold
22437
22438 \backslash
22439 captionsetup[float type]{format definition}
22440 \end_layout
22441
22442 \begin_layout Standard
22443 in the document preamble.
22444  For example the caption formats of Figure
22445 \begin_inset space ~
22446 \end_inset
22447
22448
22449 \begin_inset CommandInset ref
22450 LatexCommand ref
22451 reference "fig:This-is-an-fig"
22452
22453 \end_inset
22454
22455  and Table
22456 \begin_inset space ~
22457 \end_inset
22458
22459
22460 \begin_inset CommandInset ref
22461 LatexCommand ref
22462 reference "tab:This-is-an-tab"
22463
22464 \end_inset
22465
22466  can be created using these commands in the document preamble:
22467 \end_layout
22468
22469 \begin_layout Standard
22470
22471 \series bold
22472
22473 \backslash
22474 usepackage[tableposition=top]{caption}
22475 \series default
22476
22477 \begin_inset Newline newline
22478 \end_inset
22479
22480
22481 \series bold
22482
22483 \backslash
22484 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22485 \begin_inset Newline newline
22486 \end_inset
22487
22488
22489 \begin_inset ERT
22490 status collapsed
22491
22492 \begin_layout Plain Layout
22493
22494
22495 \backslash
22496 hphantom{
22497 \backslash
22498
22499 \backslash
22500 captionsetup[figure]
22501 \backslash
22502 {}
22503 \end_layout
22504
22505 \end_inset
22506
22507  labelsep=period}
22508 \begin_inset Newline newline
22509 \end_inset
22510
22511
22512 \backslash
22513 captionsetup[table]{labelfont={bf,sf}}
22514 \end_layout
22515
22516 \begin_layout Standard
22517 \begin_inset Note Greyedout
22518 status open
22519
22520 \begin_layout Plain Layout
22521
22522 \series bold
22523 Note:
22524 \series default
22525  The option 
22526 \series bold
22527 tableposition=top
22528 \series default
22529  has no effect when a 
22530 \series bold
22531 KOMA-script
22532 \series default
22533
22534 \begin_inset Index
22535 status collapsed
22536
22537 \begin_layout Plain Layout
22538 LaTeX-packages ! KOMA-script
22539 \end_layout
22540
22541 \end_inset
22542
22543  document class is used.
22544  In this case the document class option 
22545 \series bold
22546 tablecaptionabove
22547 \series default
22548  must be used.
22549 \end_layout
22550
22551 \end_inset
22552
22553
22554 \end_layout
22555
22556 \begin_layout Standard
22557 For more information about the package 
22558 \series bold
22559 caption
22560 \series default
22561  we refer to its documentation 
22562 \begin_inset CommandInset citation
22563 LatexCommand cite
22564 key "caption"
22565
22566 \end_inset
22567
22568 .
22569 \end_layout
22570
22571 \begin_layout Standard
22572 To change the label name from e.
22573 \begin_inset space \thinspace{}
22574 \end_inset
22575
22576 g.
22577 \begin_inset space \space{}
22578 \end_inset
22579
22580
22581 \begin_inset Quotes eld
22582 \end_inset
22583
22584 Figure
22585 \begin_inset Quotes erd
22586 \end_inset
22587
22588  to 
22589 \begin_inset Quotes eld
22590 \end_inset
22591
22592 Image
22593 \begin_inset Quotes erd
22594 \end_inset
22595
22596  use this preamble command:
22597 \end_layout
22598
22599 \begin_layout Standard
22600
22601 \series bold
22602
22603 \backslash
22604 renewcommand{
22605 \backslash
22606 fnum@figure}{Image~
22607 \backslash
22608 thefigure}
22609 \end_layout
22610
22611 \begin_layout Standard
22612 where 
22613 \series bold
22614
22615 \backslash
22616 thefigure
22617 \series default
22618  inserts the figure number and
22619 \series bold
22620  
22621 \begin_inset Quotes eld
22622 \end_inset
22623
22624 ~
22625 \series default
22626
22627 \begin_inset Quotes erd
22628 \end_inset
22629
22630  creates a protected space.
22631 \end_layout
22632
22633 \begin_layout Standard
22634 \begin_inset VSpace bigskip
22635 \end_inset
22636
22637 If you are using a 
22638 \series bold
22639 KOMA-script
22640 \series default
22641
22642 \begin_inset Index
22643 status collapsed
22644
22645 \begin_layout Plain Layout
22646 LaTeX-packages ! KOMA-script
22647 \end_layout
22648
22649 \end_inset
22650
22651  document class (
22652 \family sans
22653 article (KOMA-script)
22654 \family default
22655
22656 \family sans
22657 book (KOMA-script)
22658 \family default
22659
22660 \family sans
22661 letter (KOMA-script)
22662 \family default
22663 , or 
22664 \family sans
22665 report (KOMA-script)
22666 \family default
22667
22668 \begin_inset space \thinspace{}
22669 \end_inset
22670
22671 ), you can alternatively to the 
22672 \series bold
22673 caption
22674 \series default
22675  package use 
22676 \series bold
22677 KOMA-script
22678 \series default
22679 's built-in command 
22680 \series bold
22681
22682 \backslash
22683 setkomafont
22684 \series default
22685 .
22686  For example, to have the caption label in bold, add this command to your
22687  document preamble:
22688 \end_layout
22689
22690 \begin_layout Standard
22691
22692 \series bold
22693
22694 \backslash
22695 setkomafont{captionlabel}{
22696 \backslash
22697 bfseries}
22698 \end_layout
22699
22700 \begin_layout Standard
22701 For more information about 
22702 \series bold
22703
22704 \backslash
22705 setkomafont
22706 \series default
22707  we refer to the 
22708 \series bold
22709 KOMA-script
22710 \series default
22711  documentation 
22712 \begin_inset CommandInset citation
22713 LatexCommand cite
22714 key "KOMA-script"
22715
22716 \end_inset
22717
22718 .
22719 \end_layout
22720
22721 \begin_layout Standard
22722 \begin_inset ERT
22723 status collapsed
22724
22725 \begin_layout Plain Layout
22726
22727
22728 \backslash
22729 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22730 }
22731 \end_layout
22732
22733 \end_inset
22734
22735
22736 \begin_inset Note Note
22737 status open
22738
22739 \begin_layout Plain Layout
22740 The caption format is changed only for this example.
22741 \end_layout
22742
22743 \end_inset
22744
22745
22746 \end_layout
22747
22748 \begin_layout Standard
22749 \begin_inset Float figure
22750 placement !p
22751 wide false
22752 sideways false
22753 status open
22754
22755 \begin_layout Plain Layout
22756 \align center
22757 \begin_inset Graphics
22758         filename clipart/mobius.eps
22759         lyxscale 50
22760         scale 50
22761         scaleBeforeRotation
22762
22763 \end_inset
22764
22765
22766 \end_layout
22767
22768 \begin_layout Plain Layout
22769 \begin_inset Caption
22770
22771 \begin_layout Plain Layout
22772 \begin_inset CommandInset label
22773 LatexCommand label
22774 name "fig:This-is-an-fig"
22775
22776 \end_inset
22777
22778 This is an example figure caption that is longer than one line to show the
22779  different caption format.
22780  Here a self-defined caption format is used.
22781 \end_layout
22782
22783 \end_inset
22784
22785
22786 \end_layout
22787
22788 \end_inset
22789
22790
22791 \end_layout
22792
22793 \begin_layout Standard
22794 \begin_inset ERT
22795 status collapsed
22796
22797 \begin_layout Plain Layout
22798
22799
22800 \backslash
22801 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22802 on}
22803 \end_layout
22804
22805 \end_inset
22806
22807
22808 \end_layout
22809
22810 \begin_layout Standard
22811 \begin_inset Float table
22812 placement !p
22813 wide false
22814 sideways false
22815 status open
22816
22817 \begin_layout Plain Layout
22818 \begin_inset Caption
22819
22820 \begin_layout Plain Layout
22821 \begin_inset CommandInset label
22822 LatexCommand label
22823 name "tab:This-is-an-tab"
22824
22825 \end_inset
22826
22827 This is an example table caption that is longer than one line to show the
22828  different caption format.
22829  Here the standard caption format for tables in this document is used.
22830 \end_layout
22831
22832 \end_inset
22833
22834
22835 \end_layout
22836
22837 \begin_layout Plain Layout
22838 \align center
22839 \begin_inset Tabular
22840 <lyxtabular version="3" rows="1" columns="5">
22841 <features>
22842 <column alignment="center" valignment="top" width="0">
22843 <column alignment="center" valignment="top" width="0">
22844 <column alignment="center" valignment="top" width="0">
22845 <column alignment="center" valignment="top" width="0">
22846 <column alignment="center" valignment="top" width="0">
22847 <row>
22848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22849 \begin_inset Text
22850
22851 \begin_layout Plain Layout
22852 a
22853 \end_layout
22854
22855 \end_inset
22856 </cell>
22857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22858 \begin_inset Text
22859
22860 \begin_layout Plain Layout
22861 b
22862 \end_layout
22863
22864 \end_inset
22865 </cell>
22866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22867 \begin_inset Text
22868
22869 \begin_layout Plain Layout
22870 c
22871 \end_layout
22872
22873 \end_inset
22874 </cell>
22875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22876 \begin_inset Text
22877
22878 \begin_layout Plain Layout
22879 d
22880 \end_layout
22881
22882 \end_inset
22883 </cell>
22884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22885 \begin_inset Text
22886
22887 \begin_layout Plain Layout
22888 e
22889 \end_layout
22890
22891 \end_inset
22892 </cell>
22893 </row>
22894 </lyxtabular>
22895
22896 \end_inset
22897
22898
22899 \end_layout
22900
22901 \end_inset
22902
22903
22904 \end_layout
22905
22906 \begin_layout Section
22907 Caption Placement
22908 \begin_inset Index
22909 status collapsed
22910
22911 \begin_layout Plain Layout
22912 Caption ! Placement
22913 \end_layout
22914
22915 \end_inset
22916
22917
22918 \begin_inset Index
22919 status collapsed
22920
22921 \begin_layout Plain Layout
22922 Floats ! Caption Placement
22923 \end_layout
22924
22925 \end_inset
22926
22927
22928 \begin_inset CommandInset label
22929 LatexCommand label
22930 name "sec:Caption-Placement"
22931
22932 \end_inset
22933
22934
22935 \end_layout
22936
22937 \begin_layout Standard
22938 The common caption placement rule is:
22939 \end_layout
22940
22941 \begin_layout Description
22942 Figure: Caption is set below the figure
22943 \end_layout
22944
22945 \begin_layout Description
22946 Table: Caption is set above the table
22947 \end_layout
22948
22949 \begin_layout Standard
22950 Having the caption above the table is unfortunately not supported in LaTeX's
22951  standard classes.
22952  That means if you are using the document classes 
22953 \family sans
22954 article
22955 \family default
22956
22957 \family sans
22958 book
22959 \family default
22960
22961 \family sans
22962 letter
22963 \family default
22964 , or 
22965 \family sans
22966 report
22967 \family default
22968  there will be no space between the caption and the table.
22969  To insert the needed space, add the following option to the load command
22970  of the LaTeX-package 
22971 \series bold
22972 caption
22973 \series default
22974  in your document preamble
22975 \begin_inset Foot
22976 status collapsed
22977
22978 \begin_layout Plain Layout
22979 See section
22980 \begin_inset space ~
22981 \end_inset
22982
22983
22984 \begin_inset CommandInset ref
22985 LatexCommand ref
22986 reference "sec:Caption-Formatting"
22987
22988 \end_inset
22989
22990  for more information of the package 
22991 \series bold
22992 caption
22993 \series default
22994 .
22995 \end_layout
22996
22997 \end_inset
22998
22999 :
23000 \end_layout
23001
23002 \begin_layout Standard
23003
23004 \series bold
23005 tableposition=top
23006 \end_layout
23007
23008 \begin_layout Standard
23009 If you are using a 
23010 \series bold
23011 KOMA-script
23012 \series default
23013
23014 \begin_inset Index
23015 status collapsed
23016
23017 \begin_layout Plain Layout
23018 LaTeX-packages ! KOMA-script
23019 \end_layout
23020
23021 \end_inset
23022
23023  document class (
23024 \family sans
23025 article (KOMA-script)
23026 \family default
23027
23028 \family sans
23029 book (KOMA-script)
23030 \family default
23031
23032 \family sans
23033 letter (KOMA-script)
23034 \family default
23035 , or 
23036 \family sans
23037 report (KOMA-script)
23038 \family default
23039
23040 \begin_inset space \thinspace{}
23041 \end_inset
23042
23043 ), you can alternatively to the 
23044 \series bold
23045 caption
23046 \series default
23047  package set the document class option 
23048 \series bold
23049 tablecaptionabove
23050 \series default
23051 .
23052 \end_layout
23053
23054 \begin_layout Standard
23055 \begin_inset VSpace bigskip
23056 \end_inset
23057
23058 It is also possible to set the caption beside a figure or table.
23059  To get this the LaTeX-package 
23060 \series bold
23061 sidecap
23062 \series default
23063
23064 \begin_inset Index
23065 status collapsed
23066
23067 \begin_layout Plain Layout
23068 LaTeX-packages ! sidecap
23069 \end_layout
23070
23071 \end_inset
23072
23073  has to be loaded in the document preamble with the line
23074 \end_layout
23075
23076 \begin_layout Standard
23077
23078 \series bold
23079
23080 \backslash
23081 usepackage[option]{sidecap}
23082 \end_layout
23083
23084 \begin_layout Standard
23085 If you set no option, the caption is placed on the side of the outer page
23086  margin â€“ to the right on odd pages, to the left on even pages.
23087  You can change the placement to inner margin with the option 
23088 \series bold
23089 innercaption
23090 \series default
23091 .
23092  To force the placement always to the right or left, use the option 
23093 \series bold
23094 rightcaption
23095 \series default
23096  or 
23097 \series bold
23098 leftcaption
23099 \series default
23100 , respectively.
23101 \end_layout
23102
23103 \begin_layout Standard
23104 \begin_inset ERT
23105 status collapsed
23106
23107 \begin_layout Plain Layout
23108
23109
23110 \backslash
23111 ifsidecap
23112 \end_layout
23113
23114 \end_inset
23115
23116
23117 \begin_inset Note Note
23118 status open
23119
23120 \begin_layout Plain Layout
23121 The following section will only be displayed when the LaTeX-package 
23122 \series bold
23123 sidecap
23124 \series default
23125  is installed.
23126 \end_layout
23127
23128 \end_inset
23129
23130
23131 \end_layout
23132
23133 \begin_layout Standard
23134 To place in LyX the caption of a float on the side, it is necessary to add
23135  these commands to the document preamble:
23136 \end_layout
23137
23138 \begin_layout Standard
23139
23140 \lyxline
23141
23142 \end_layout
23143
23144 \begin_layout Standard
23145
23146 \series bold
23147
23148 \backslash
23149 newcommand{
23150 \backslash
23151 TabBesBeg}{%
23152 \begin_inset Newline newline
23153 \end_inset
23154
23155
23156 \begin_inset ERT
23157 status collapsed
23158
23159 \begin_layout Plain Layout
23160
23161
23162 \backslash
23163 hphantom{ }
23164 \end_layout
23165
23166 \end_inset
23167
23168
23169 \backslash
23170 let
23171 \backslash
23172 MyTable
23173 \backslash
23174 table
23175 \begin_inset Newline newline
23176 \end_inset
23177
23178
23179 \begin_inset ERT
23180 status collapsed
23181
23182 \begin_layout Plain Layout
23183
23184
23185 \backslash
23186 hphantom{ }
23187 \end_layout
23188
23189 \end_inset
23190
23191
23192 \backslash
23193 let
23194 \backslash
23195 MyEndtable
23196 \backslash
23197 endtable
23198 \begin_inset Newline newline
23199 \end_inset
23200
23201
23202 \begin_inset ERT
23203 status collapsed
23204
23205 \begin_layout Plain Layout
23206
23207
23208 \backslash
23209 hphantom{ }
23210 \end_layout
23211
23212 \end_inset
23213
23214
23215 \backslash
23216 renewenvironment{table}{
23217 \backslash
23218 begin{SCtable}}{
23219 \backslash
23220 end{SCtable}}}
23221 \end_layout
23222
23223 \begin_layout Standard
23224
23225 \series bold
23226
23227 \backslash
23228 newcommand{
23229 \backslash
23230 TabBesEnd}{%
23231 \begin_inset Newline newline
23232 \end_inset
23233
23234
23235 \begin_inset ERT
23236 status collapsed
23237
23238 \begin_layout Plain Layout
23239
23240
23241 \backslash
23242 hphantom{ }
23243 \end_layout
23244
23245 \end_inset
23246
23247
23248 \backslash
23249 let
23250 \backslash
23251 table
23252 \backslash
23253 MyTable
23254 \begin_inset Newline newline
23255 \end_inset
23256
23257
23258 \begin_inset ERT
23259 status collapsed
23260
23261 \begin_layout Plain Layout
23262
23263
23264 \backslash
23265 hphantom{ }
23266 \end_layout
23267
23268 \end_inset
23269
23270
23271 \backslash
23272 let
23273 \backslash
23274 endtable
23275 \backslash
23276 MyEndtable
23277 \end_layout
23278
23279 \begin_layout Standard
23280
23281 \series bold
23282
23283 \backslash
23284 newcommand{
23285 \backslash
23286 FigBesBeg}{%
23287 \begin_inset Newline newline
23288 \end_inset
23289
23290
23291 \begin_inset ERT
23292 status collapsed
23293
23294 \begin_layout Plain Layout
23295
23296
23297 \backslash
23298 hphantom{ }
23299 \end_layout
23300
23301 \end_inset
23302
23303
23304 \backslash
23305 let
23306 \backslash
23307 MyFigure
23308 \backslash
23309 figure
23310 \begin_inset Newline newline
23311 \end_inset
23312
23313
23314 \begin_inset ERT
23315 status collapsed
23316
23317 \begin_layout Plain Layout
23318
23319
23320 \backslash
23321 hphantom{ }
23322 \end_layout
23323
23324 \end_inset
23325
23326
23327 \backslash
23328 let
23329 \backslash
23330 MyEndfigure
23331 \backslash
23332 endfigure
23333 \begin_inset Newline newline
23334 \end_inset
23335
23336
23337 \begin_inset ERT
23338 status collapsed
23339
23340 \begin_layout Plain Layout
23341
23342
23343 \backslash
23344 hphantom{ }
23345 \end_layout
23346
23347 \end_inset
23348
23349
23350 \backslash
23351 renewenvironment{figure}{
23352 \backslash
23353 begin{SCfigure}}{
23354 \backslash
23355 end{SCfigure}}}
23356 \end_layout
23357
23358 \begin_layout Standard
23359
23360 \series bold
23361
23362 \backslash
23363 newcommand{
23364 \backslash
23365 FigBesEnd}{%
23366 \begin_inset Newline newline
23367 \end_inset
23368
23369
23370 \begin_inset ERT
23371 status collapsed
23372
23373 \begin_layout Plain Layout
23374
23375
23376 \backslash
23377 hphantom{ }
23378 \end_layout
23379
23380 \end_inset
23381
23382
23383 \backslash
23384 let
23385 \backslash
23386 figure
23387 \backslash
23388 MyFigure
23389 \begin_inset Newline newline
23390 \end_inset
23391
23392
23393 \begin_inset ERT
23394 status collapsed
23395
23396 \begin_layout Plain Layout
23397
23398
23399 \backslash
23400 hphantom{ }
23401 \end_layout
23402
23403 \end_inset
23404
23405
23406 \backslash
23407 let
23408 \backslash
23409 endfigure
23410 \backslash
23411 MyEndfigure}
23412 \end_layout
23413
23414 \begin_layout Standard
23415
23416 \lyxline
23417
23418 \end_layout
23419
23420 \begin_layout Standard
23421 The commands allow you to redefine the floats so that the caption is set
23422  on the side.
23423  For figure floats use the command
23424 \end_layout
23425
23426 \begin_layout Standard
23427
23428 \series bold
23429
23430 \backslash
23431 FigBesBeg
23432 \end_layout
23433
23434 \begin_layout Standard
23435 in TeX-Code before the float.
23436  Behind the float insert the command
23437 \end_layout
23438
23439 \begin_layout Standard
23440
23441 \series bold
23442
23443 \backslash
23444 FigBesEnd
23445 \end_layout
23446
23447 \begin_layout Standard
23448 in TeX-Code to get back to the original float definition.
23449 \end_layout
23450
23451 \begin_layout Standard
23452 For table floats use the corresponding commands
23453 \end_layout
23454
23455 \begin_layout Standard
23456
23457 \series bold
23458
23459 \backslash
23460 TabBesBeg
23461 \series default
23462  and 
23463 \series bold
23464
23465 \backslash
23466 TabBesEnd
23467 \end_layout
23468
23469 \begin_layout Standard
23470 Figure
23471 \begin_inset space ~
23472 \end_inset
23473
23474
23475 \begin_inset CommandInset ref
23476 LatexCommand ref
23477 reference "fig:cap-beside-fig"
23478
23479 \end_inset
23480
23481  and Table
23482 \begin_inset space ~
23483 \end_inset
23484
23485
23486 \begin_inset CommandInset ref
23487 LatexCommand ref
23488 reference "tab:cap-beside-tab"
23489
23490 \end_inset
23491
23492  are examples where the caption is set beside.
23493 \end_layout
23494
23495 \begin_layout Standard
23496 You can see in the examples that the caption text appears at the top of
23497  the floats for table floats and at the bottom for figure floats.
23498  To change this, you can use the command
23499 \end_layout
23500
23501 \begin_layout Standard
23502
23503 \series bold
23504
23505 \backslash
23506 sidecaptionvpos{float type}{placement}
23507 \end_layout
23508
23509 \begin_layout Standard
23510 in the document preamble or in TeX-Code before the float.
23511  The float type is either 
23512 \family sans
23513 figure
23514 \family default
23515  or 
23516 \family sans
23517 table
23518 \family default
23519 , the placement can be 
23520 \begin_inset Quotes eld
23521 \end_inset
23522
23523
23524 \family sans
23525 t
23526 \family default
23527
23528 \begin_inset Quotes erd
23529 \end_inset
23530
23531  for top, 
23532 \begin_inset Quotes eld
23533 \end_inset
23534
23535
23536 \family sans
23537 c
23538 \family default
23539
23540 \begin_inset Quotes erd
23541 \end_inset
23542
23543  for center, or 
23544 \begin_inset Quotes eld
23545 \end_inset
23546
23547
23548 \family sans
23549 b
23550 \family default
23551
23552 \begin_inset Quotes erd
23553 \end_inset
23554
23555  for bottom.
23556  To have for example the caption of figure floats vertically centered, use
23557  the command
23558 \end_layout
23559
23560 \begin_layout Standard
23561
23562 \series bold
23563
23564 \backslash
23565 sidecaptionvpos{figure}{c}
23566 \end_layout
23567
23568 \begin_layout Standard
23569 This was used for Figure
23570 \begin_inset space ~
23571 \end_inset
23572
23573
23574 \begin_inset CommandInset ref
23575 LatexCommand ref
23576 reference "fig:cap-beside-fig-2"
23577
23578 \end_inset
23579
23580 .
23581 \end_layout
23582
23583 \begin_layout Standard
23584 \begin_inset VSpace medskip
23585 \end_inset
23586
23587 For more information about the package 
23588 \series bold
23589 sidecap
23590 \series default
23591  we refer to its documentation 
23592 \begin_inset CommandInset citation
23593 LatexCommand cite
23594 key "sidecap"
23595
23596 \end_inset
23597
23598 .
23599 \end_layout
23600
23601 \begin_layout Standard
23602 \begin_inset Note Greyedout
23603 status open
23604
23605 \begin_layout Plain Layout
23606
23607 \series bold
23608 Note:
23609 \series default
23610  The LaTeX-package 
23611 \series bold
23612 hypcap
23613 \series default
23614
23615 \begin_inset Index
23616 status collapsed
23617
23618 \begin_layout Plain Layout
23619 LaTeX-packages ! hypcap
23620 \end_layout
23621
23622 \end_inset
23623
23624 , described in section
23625 \begin_inset space ~
23626 \end_inset
23627
23628
23629 \begin_inset CommandInset ref
23630 LatexCommand ref
23631 reference "sub:Reference-Position"
23632
23633 \end_inset
23634
23635 , has no effect on floats with the caption set beside.
23636 \end_layout
23637
23638 \end_inset
23639
23640
23641 \end_layout
23642
23643 \begin_layout Standard
23644 \begin_inset ERT
23645 status collapsed
23646
23647 \begin_layout Plain Layout
23648
23649
23650 \backslash
23651 FigBesBeg 
23652 \end_layout
23653
23654 \end_inset
23655
23656
23657 \end_layout
23658
23659 \begin_layout Standard
23660 \begin_inset Float figure
23661 wide false
23662 sideways false
23663 status open
23664
23665 \begin_layout Plain Layout
23666 \begin_inset Graphics
23667         filename clipart/escher-lsd.eps
23668         scale 75
23669         scaleBeforeRotation
23670
23671 \end_inset
23672
23673
23674 \end_layout
23675
23676 \begin_layout Plain Layout
23677 \begin_inset Caption
23678
23679 \begin_layout Plain Layout
23680 \begin_inset CommandInset label
23681 LatexCommand label
23682 name "fig:cap-beside-fig"
23683
23684 \end_inset
23685
23686 This is a caption beside a figure.
23687 \end_layout
23688
23689 \end_inset
23690
23691
23692 \end_layout
23693
23694 \end_inset
23695
23696
23697 \end_layout
23698
23699 \begin_layout Standard
23700 \begin_inset ERT
23701 status collapsed
23702
23703 \begin_layout Plain Layout
23704
23705
23706 \backslash
23707 TabBesBeg 
23708 \end_layout
23709
23710 \end_inset
23711
23712
23713 \end_layout
23714
23715 \begin_layout Standard
23716 \begin_inset Float table
23717 wide false
23718 sideways false
23719 status open
23720
23721 \begin_layout Plain Layout
23722 \begin_inset Caption
23723
23724 \begin_layout Plain Layout
23725 \begin_inset CommandInset label
23726 LatexCommand label
23727 name "tab:cap-beside-tab"
23728
23729 \end_inset
23730
23731 This is a caption beside a table.
23732 \end_layout
23733
23734 \end_inset
23735
23736
23737 \end_layout
23738
23739 \begin_layout Plain Layout
23740 \begin_inset Tabular
23741 <lyxtabular version="3" rows="4" columns="5">
23742 <features>
23743 <column alignment="center" valignment="top" width="0">
23744 <column alignment="center" valignment="top" width="0">
23745 <column alignment="center" valignment="top" width="0">
23746 <column alignment="center" valignment="top" width="0">
23747 <column alignment="center" valignment="top" width="0">
23748 <row>
23749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23750 \begin_inset Text
23751
23752 \begin_layout Plain Layout
23753 a
23754 \end_layout
23755
23756 \end_inset
23757 </cell>
23758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23759 \begin_inset Text
23760
23761 \begin_layout Plain Layout
23762
23763 \end_layout
23764
23765 \end_inset
23766 </cell>
23767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23768 \begin_inset Text
23769
23770 \begin_layout Plain Layout
23771 b
23772 \end_layout
23773
23774 \end_inset
23775 </cell>
23776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23777 \begin_inset Text
23778
23779 \begin_layout Plain Layout
23780
23781 \end_layout
23782
23783 \end_inset
23784 </cell>
23785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23786 \begin_inset Text
23787
23788 \begin_layout Plain Layout
23789 c
23790 \end_layout
23791
23792 \end_inset
23793 </cell>
23794 </row>
23795 <row>
23796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23797 \begin_inset Text
23798
23799 \begin_layout Plain Layout
23800
23801 \end_layout
23802
23803 \end_inset
23804 </cell>
23805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23806 \begin_inset Text
23807
23808 \begin_layout Plain Layout
23809 d
23810 \end_layout
23811
23812 \end_inset
23813 </cell>
23814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23815 \begin_inset Text
23816
23817 \begin_layout Plain Layout
23818
23819 \end_layout
23820
23821 \end_inset
23822 </cell>
23823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23824 \begin_inset Text
23825
23826 \begin_layout Plain Layout
23827 e
23828 \end_layout
23829
23830 \end_inset
23831 </cell>
23832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23833 \begin_inset Text
23834
23835 \begin_layout Plain Layout
23836
23837 \end_layout
23838
23839 \end_inset
23840 </cell>
23841 </row>
23842 <row>
23843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23844 \begin_inset Text
23845
23846 \begin_layout Plain Layout
23847 f
23848 \end_layout
23849
23850 \end_inset
23851 </cell>
23852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23853 \begin_inset Text
23854
23855 \begin_layout Plain Layout
23856
23857 \end_layout
23858
23859 \end_inset
23860 </cell>
23861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23862 \begin_inset Text
23863
23864 \begin_layout Plain Layout
23865 g
23866 \end_layout
23867
23868 \end_inset
23869 </cell>
23870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23871 \begin_inset Text
23872
23873 \begin_layout Plain Layout
23874
23875 \end_layout
23876
23877 \end_inset
23878 </cell>
23879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23880 \begin_inset Text
23881
23882 \begin_layout Plain Layout
23883 h
23884 \end_layout
23885
23886 \end_inset
23887 </cell>
23888 </row>
23889 <row>
23890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23891 \begin_inset Text
23892
23893 \begin_layout Plain Layout
23894
23895 \end_layout
23896
23897 \end_inset
23898 </cell>
23899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23900 \begin_inset Text
23901
23902 \begin_layout Plain Layout
23903 i
23904 \end_layout
23905
23906 \end_inset
23907 </cell>
23908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23909 \begin_inset Text
23910
23911 \begin_layout Plain Layout
23912
23913 \end_layout
23914
23915 \end_inset
23916 </cell>
23917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23918 \begin_inset Text
23919
23920 \begin_layout Plain Layout
23921 j
23922 \end_layout
23923
23924 \end_inset
23925 </cell>
23926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23927 \begin_inset Text
23928
23929 \begin_layout Plain Layout
23930
23931 \end_layout
23932
23933 \end_inset
23934 </cell>
23935 </row>
23936 </lyxtabular>
23937
23938 \end_inset
23939
23940
23941 \end_layout
23942
23943 \end_inset
23944
23945
23946 \end_layout
23947
23948 \begin_layout Standard
23949 \begin_inset ERT
23950 status collapsed
23951
23952 \begin_layout Plain Layout
23953
23954
23955 \backslash
23956 TabBesEnd
23957 \end_layout
23958
23959 \end_inset
23960
23961
23962 \end_layout
23963
23964 \begin_layout Standard
23965 \begin_inset ERT
23966 status collapsed
23967
23968 \begin_layout Plain Layout
23969
23970
23971 \backslash
23972 sidecaptionvpos{figure}{c}
23973 \end_layout
23974
23975 \end_inset
23976
23977
23978 \begin_inset Float figure
23979 wide false
23980 sideways false
23981 status open
23982
23983 \begin_layout Plain Layout
23984 \begin_inset Graphics
23985         filename clipart/escher-lsd.eps
23986         scale 75
23987         scaleBeforeRotation
23988
23989 \end_inset
23990
23991
23992 \end_layout
23993
23994 \begin_layout Plain Layout
23995 \begin_inset Caption
23996
23997 \begin_layout Plain Layout
23998 \begin_inset CommandInset label
23999 LatexCommand label
24000 name "fig:cap-beside-fig-2"
24001
24002 \end_inset
24003
24004 This is a vertically centered caption beside a figure.
24005 \end_layout
24006
24007 \end_inset
24008
24009
24010 \end_layout
24011
24012 \end_inset
24013
24014
24015 \end_layout
24016
24017 \begin_layout Standard
24018 \begin_inset ERT
24019 status collapsed
24020
24021 \begin_layout Plain Layout
24022
24023
24024 \backslash
24025 FigBesEnd
24026 \end_layout
24027
24028 \end_inset
24029
24030
24031 \end_layout
24032
24033 \begin_layout Standard
24034 \begin_inset ERT
24035 status collapsed
24036
24037 \begin_layout Plain Layout
24038
24039
24040 \backslash
24041 else
24042 \end_layout
24043
24044 \end_inset
24045
24046
24047 \begin_inset Note Note
24048 status open
24049
24050 \begin_layout Plain Layout
24051 The following will be displayed when the LaTeX-package 
24052 \series bold
24053 sidecap
24054 \series default
24055  is not installed:
24056 \end_layout
24057
24058 \end_inset
24059
24060
24061 \end_layout
24062
24063 \begin_layout Standard
24064 You need to install the LaTeX-package 
24065 \series bold
24066 sidecap
24067 \series default
24068  to see the following part of this section in the output.
24069 \end_layout
24070
24071 \begin_layout Standard
24072 \begin_inset ERT
24073 status collapsed
24074
24075 \begin_layout Plain Layout
24076
24077
24078 \backslash
24079 fi
24080 \end_layout
24081
24082 \end_inset
24083
24084
24085 \end_layout
24086
24087 \begin_layout Section
24088 Listings of Floats
24089 \begin_inset Index
24090 status collapsed
24091
24092 \begin_layout Plain Layout
24093 Floats ! Float Lists
24094 \end_layout
24095
24096 \end_inset
24097
24098
24099 \end_layout
24100
24101 \begin_layout Standard
24102 Similar to the the table of contents where the sections of the document
24103  are listed, there are listings for all float types, like the figures of
24104  the documents.
24105  You can insert them via the 
24106 \family sans
24107 Insert\SpecialChar \menuseparator
24108 List
24109 \begin_inset space ~
24110 \end_inset
24111
24112 /
24113 \begin_inset space ~
24114 \end_inset
24115
24116 TOC
24117 \family default
24118  sub menus.
24119 \end_layout
24120
24121 \begin_layout Standard
24122 The list entries are the float captions or its short title, the float number,
24123  and the page number where they appear in the document.
24124 \end_layout
24125
24126 \begin_layout Standard
24127 You can find the list of figures and tables at the end of this document.
24128 \end_layout
24129
24130 \begin_layout Chapter
24131 Notes
24132 \end_layout
24133
24134 \begin_layout Section
24135 LyX Notes
24136 \begin_inset Index
24137 status collapsed
24138
24139 \begin_layout Plain Layout
24140 Notes ! LyX Notes
24141 \end_layout
24142
24143 \end_inset
24144
24145
24146 \end_layout
24147
24148 \begin_layout Standard
24149 Notes are inserted with the toolbar button 
24150 \begin_inset Graphics
24151         filename ../images/note-insert.png
24152         scale 85
24153         scaleBeforeRotation
24154
24155 \end_inset
24156
24157  or the menu 
24158 \family sans
24159 Insert\SpecialChar \menuseparator
24160 Note
24161 \family default
24162 .
24163  There are three types of notes:
24164 \end_layout
24165
24166 \begin_layout Description
24167 LyX
24168 \begin_inset space ~
24169 \end_inset
24170
24171 Note This note type is for internal notes that won't appear in the output.
24172  Its note-box looks like this:
24173 \begin_inset Newline newline
24174 \end_inset
24175
24176
24177 \begin_inset Newline newline
24178 \end_inset
24179
24180
24181 \begin_inset Graphics
24182         filename clipart/LyXNoteImageQt4.png
24183         display false
24184         scale 85
24185         scaleBeforeRotation
24186
24187 \end_inset
24188
24189  
24190 \begin_inset Note Note
24191 status open
24192
24193 \begin_layout Plain Layout
24194 This is text in a note box that doesn't appear in the output.
24195 \end_layout
24196
24197 \end_inset
24198
24199
24200 \end_layout
24201
24202 \begin_layout Description
24203 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
24204 ent, when you export the document to LaTeX via the menu 
24205 \family sans
24206 File\SpecialChar \menuseparator
24207 Export\SpecialChar \menuseparator
24208 LaTeX (pdflatex) / (plain)
24209 \family default
24210 .
24211  Its note-box looks like this:
24212 \begin_inset Newline newline
24213 \end_inset
24214
24215
24216 \begin_inset Newline newline
24217 \end_inset
24218
24219
24220 \begin_inset Graphics
24221         filename clipart/CommentNoteImageQt4.png
24222         display false
24223         scale 85
24224         scaleBeforeRotation
24225
24226 \end_inset
24227
24228  
24229 \begin_inset Note Comment
24230 status open
24231
24232 \begin_layout Plain Layout
24233 This is text in a note box that only appears as comment in LaTeX-files.
24234 \end_layout
24235
24236 \end_inset
24237
24238
24239 \end_layout
24240
24241 \begin_layout Description
24242 Greyed
24243 \begin_inset space ~
24244 \end_inset
24245
24246 Out This note will appear in the output as grey text.
24247  Its note-box looks like this:
24248 \begin_inset Newline newline
24249 \end_inset
24250
24251
24252 \begin_inset Newline newline
24253 \end_inset
24254
24255
24256 \begin_inset Graphics
24257         filename clipart/GreyedOutNoteImageQt4.png
24258         display false
24259         scale 85
24260         scaleBeforeRotation
24261
24262 \end_inset
24263
24264
24265 \begin_inset Newline newline
24266 \end_inset
24267
24268
24269 \begin_inset ERT
24270 status collapsed
24271
24272 \begin_layout Plain Layout
24273
24274
24275 \backslash
24276 renewenvironment{lyxgreyedout}
24277 \end_layout
24278
24279 \begin_layout Plain Layout
24280
24281 {
24282 \backslash
24283 textcolor[gray]{0.8}
24284 \backslash
24285 bgroup}{
24286 \backslash
24287 egroup}
24288 \end_layout
24289
24290 \end_inset
24291
24292
24293 \begin_inset Note Greyedout
24294 status open
24295
24296 \begin_layout Plain Layout
24297 This is text
24298 \begin_inset Foot
24299 status open
24300
24301 \begin_layout Plain Layout
24302 This is an example footnote within a greyed out note.
24303 \end_layout
24304
24305 \end_inset
24306
24307  of a comment that appears in the output as grey text.
24308 \end_layout
24309
24310 \end_inset
24311
24312
24313 \begin_inset ERT
24314 status collapsed
24315
24316 \begin_layout Plain Layout
24317
24318
24319 \backslash
24320 renewenvironment{lyxgreyedout}
24321 \end_layout
24322
24323 \begin_layout Plain Layout
24324
24325 {
24326 \backslash
24327 textcolor{blue}
24328 \backslash
24329 bgroup}{
24330 \backslash
24331 egroup}
24332 \end_layout
24333
24334 \end_inset
24335
24336
24337 \begin_inset Note Note
24338 status collapsed
24339
24340 \begin_layout Plain Layout
24341 The greyed out note is here redefined to show it with the original LyX definitio
24342 n because greyed out notes are redefined in the preamble of this document,
24343  as described below, to have blue text.
24344 \end_layout
24345
24346 \end_inset
24347
24348
24349 \begin_inset Newline newline
24350 \end_inset
24351
24352
24353 \begin_inset Newline newline
24354 \end_inset
24355
24356 As you can see in the example, the first line of greyed out notes is a bit
24357  indented and greyed out notes can have footnotes.
24358 \end_layout
24359
24360 \begin_layout Standard
24361 \begin_inset VSpace bigskip
24362 \end_inset
24363
24364 When you use the toolbar button 
24365 \begin_inset Graphics
24366         filename ../images/note-insert.png
24367         scale 85
24368         scaleBeforeRotation
24369
24370 \end_inset
24371
24372  to insert notes, a 
24373 \family sans
24374 LyX
24375 \begin_inset space ~
24376 \end_inset
24377
24378 Note
24379 \family default
24380  is inserted.
24381  You can switch between the five note types by right-clicking on the note-box.
24382  
24383 \family roman
24384 \series medium
24385 \bar no
24386 If you want to turn existing text into a note, mark it and click on the
24387  note
24388 \family default
24389 \series default
24390 \bar default
24391  toolbar 
24392 \family roman
24393 \series medium
24394 \bar no
24395 button
24396 \family default
24397 \series default
24398 \bar default
24399 .
24400  To change a note to text, press the backspace key when the cursor is in
24401  the first position of a note, or press the deletey key when the cursor
24402  is in the very last position of the note, respectively.
24403 \end_layout
24404
24405 \begin_layout Standard
24406 \begin_inset VSpace bigskip
24407 \end_inset
24408
24409 You can change the text color of the greyed out notes in the preamble with
24410  the following command:
24411 \end_layout
24412
24413 \begin_layout Standard
24414
24415 \series bold
24416
24417 \backslash
24418 renewenvironment{lyxgreyedout}
24419 \begin_inset Newline newline
24420 \end_inset
24421
24422
24423 \begin_inset ERT
24424 status collapsed
24425
24426 \begin_layout Plain Layout
24427
24428
24429 \backslash
24430 hphantom{ }
24431 \end_layout
24432
24433 \end_inset
24434
24435 {
24436 \backslash
24437 textcolor{color}
24438 \backslash
24439 bgroup}{
24440 \backslash
24441 egroup}
24442 \end_layout
24443
24444 \begin_layout Standard
24445 The available colors and the method to define own colors is explained in
24446  section
24447 \begin_inset space ~
24448 \end_inset
24449
24450
24451 \begin_inset CommandInset ref
24452 LatexCommand ref
24453 reference "sec:Colored-Tables"
24454
24455 \end_inset
24456
24457 .
24458 \end_layout
24459
24460 \begin_layout Standard
24461 Notes that appear in blue in this document are set using greyed out notes
24462  with blue text.
24463 \end_layout
24464
24465 \begin_layout Section
24466 Footnotes
24467 \begin_inset CommandInset label
24468 LatexCommand label
24469 name "sec:Footnotes"
24470
24471 \end_inset
24472
24473
24474 \begin_inset Index
24475 status collapsed
24476
24477 \begin_layout Plain Layout
24478 Notes ! Footnotes
24479 \end_layout
24480
24481 \end_inset
24482
24483
24484 \begin_inset Index
24485 status collapsed
24486
24487 \begin_layout Plain Layout
24488 Footnotes
24489 \end_layout
24490
24491 \end_inset
24492
24493
24494 \end_layout
24495
24496 \begin_layout Standard
24497 Footnotes can be inserted using the toolbar button 
24498 \begin_inset Graphics
24499         filename ../images/footnote-insert.png
24500         scale 85
24501         scaleBeforeRotation
24502
24503 \end_inset
24504
24505  or the menu 
24506 \family sans
24507 Insert\SpecialChar \menuseparator
24508 Footnote
24509 \family default
24510 .
24511  
24512 \family roman
24513 \series medium
24514 \bar no
24515 You'll see
24516 \family default
24517 \series default
24518 \bar default
24519  then the following footnote-box: 
24520 \begin_inset Graphics
24521         filename clipart/footnoteQt4.png
24522         scale 80
24523         scaleBeforeRotation
24524
24525 \end_inset
24526
24527  
24528 \family roman
24529 \series medium
24530 \bar no
24531 where you can enter the footnote text.
24532  If you want to turn existing text into a footnote, mark it and click on
24533  the footnote
24534 \family default
24535 \series default
24536 \bar default
24537  toolbar 
24538 \family roman
24539 \series medium
24540 \bar no
24541 button
24542 \family default
24543 \series default
24544 \bar default
24545 .
24546  To change a 
24547 \family roman
24548 \series medium
24549 \bar no
24550 footnote
24551 \family default
24552 \series default
24553 \bar default
24554  to text, press the Backspace key when the cursor is in the first position
24555  of a 
24556 \family roman
24557 \series medium
24558 \bar no
24559 footnote
24560 \family default
24561 \series default
24562 \bar default
24563 , or press the Delete key when the cursor is in the very last position of
24564  the 
24565 \family roman
24566 \series medium
24567 \bar no
24568 footnote
24569 \family default
24570 \series default
24571 \bar default
24572 , respectively.
24573 \end_layout
24574
24575 \begin_layout Standard
24576 Here is an example footnote:
24577 \family roman
24578 \series medium
24579 \bar no
24580
24581 \begin_inset Foot
24582 status open
24583
24584 \begin_layout Plain Layout
24585 \begin_inset CommandInset label
24586 LatexCommand label
24587 name "foot:This-is-an"
24588
24589 \end_inset
24590
24591 This is an example footnote.
24592 \end_layout
24593
24594 \end_inset
24595
24596
24597 \family default
24598 \series default
24599 \bar default
24600
24601 \begin_inset ERT
24602 status collapsed
24603
24604 \begin_layout Plain Layout
24605
24606
24607 \backslash
24608 newcounter{MyRepeatFoot}
24609 \end_layout
24610
24611 \begin_layout Plain Layout
24612
24613
24614 \backslash
24615 setcounter{MyRepeatFoot}{
24616 \backslash
24617 thefootnote}
24618 \end_layout
24619
24620 \end_inset
24621
24622
24623 \end_layout
24624
24625 \begin_layout Standard
24626 The footnote will appear in the output as a superscript number at the text
24627  position where the footnote box is placed.
24628  The footnote text is placed at the bottom of the current page.
24629  The footnote number is calculated by LaTeX, the numbers are consecutive.
24630  It depends on your document-class, if the footnote number is reset for
24631  every chapter.
24632 \end_layout
24633
24634 \begin_layout Standard
24635 Footnotes can be referenced like floats: Insert a label into the footnote
24636  and cross-reference this label in the text as described in section
24637 \begin_inset space ~
24638 \end_inset
24639
24640
24641 \begin_inset CommandInset ref
24642 LatexCommand ref
24643 reference "sec:Referencing-Floats"
24644
24645 \end_inset
24646
24647 .
24648 \begin_inset Newline newline
24649 \end_inset
24650
24651 This is a cross-reference of Footnote
24652 \begin_inset space ~
24653 \end_inset
24654
24655
24656 \begin_inset CommandInset ref
24657 LatexCommand ref
24658 reference "foot:This-is-an"
24659
24660 \end_inset
24661
24662 .
24663 \end_layout
24664
24665 \begin_layout Standard
24666 \begin_inset VSpace defskip
24667 \end_inset
24668
24669 To use footnotes within tables, you have to use minipages, see section
24670 \begin_inset space ~
24671 \end_inset
24672
24673
24674 \begin_inset CommandInset ref
24675 LatexCommand ref
24676 reference "sec:Minipages"
24677
24678 \end_inset
24679
24680 .
24681  Footnotes within longtables are described in section
24682 \begin_inset space ~
24683 \end_inset
24684
24685
24686 \begin_inset CommandInset ref
24687 LatexCommand ref
24688 reference "sub:Footnotes-in-Longtables"
24689
24690 \end_inset
24691
24692 .
24693 \end_layout
24694
24695 \begin_layout Standard
24696 \begin_inset VSpace defskip
24697 \end_inset
24698
24699 To create only a mark for a footnote, use the command 
24700 \series bold
24701
24702 \backslash
24703 footnotemark[number]
24704 \series default
24705  in TeX-Code.
24706  This is used when you have the same annotation several times in a text
24707  but doesn't want to print the footnote text every time.
24708 \begin_inset Newline newline
24709 \end_inset
24710
24711 As you don't know the number of the repeating footnote while you are writing
24712  the text, you have to store its number.
24713  For the following footnote mark example, these commands were inserted in
24714  TeX-Code behind Footnote
24715 \begin_inset space ~
24716 \end_inset
24717
24718
24719 \begin_inset CommandInset ref
24720 LatexCommand ref
24721 reference "foot:This-is-an"
24722
24723 \end_inset
24724
24725  to store the footnote number:
24726 \end_layout
24727
24728 \begin_layout Standard
24729
24730 \series bold
24731
24732 \backslash
24733 newcounter{MyRepeatFoot}
24734 \begin_inset Newline newline
24735 \end_inset
24736
24737
24738 \backslash
24739 setcounter{MyRepeatFoot}{
24740 \backslash
24741 thefootnote}
24742 \end_layout
24743
24744 \begin_layout Standard
24745 The footnote mark was then created with this command:
24746 \end_layout
24747
24748 \begin_layout Standard
24749
24750 \series bold
24751
24752 \backslash
24753 footnotemark[
24754 \backslash
24755 theMyRepeatFoot]
24756 \end_layout
24757
24758 \begin_layout Standard
24759 Here is an example footnote mark:
24760 \family roman
24761 \series medium
24762 \bar no
24763
24764 \begin_inset ERT
24765 status collapsed
24766
24767 \begin_layout Plain Layout
24768
24769
24770 \backslash
24771 footnotemark[
24772 \backslash
24773 theMyRepeatFoot]
24774 \end_layout
24775
24776 \end_inset
24777
24778
24779 \end_layout
24780
24781 \begin_layout Subsection
24782 Footnote Numbering
24783 \begin_inset CommandInset label
24784 LatexCommand label
24785 name "sub:Footnote-Numbering"
24786
24787 \end_inset
24788
24789
24790 \begin_inset Index
24791 status collapsed
24792
24793 \begin_layout Plain Layout
24794 Footnotes ! Numbering
24795 \end_layout
24796
24797 \end_inset
24798
24799
24800 \end_layout
24801
24802 \begin_layout Standard
24803 To reset the footnote number back to 1 after each section
24804 \family roman
24805 , add this command to your document preamble:
24806 \end_layout
24807
24808 \begin_layout Standard
24809
24810 \series bold
24811
24812 \backslash
24813 @addtoreset{footnote}{section}
24814 \end_layout
24815
24816 \begin_layout Standard
24817 \begin_inset VSpace bigskip
24818 \end_inset
24819
24820 The following preamble command changes the footnote numbering style to small
24821  roman numerals:
24822 \end_layout
24823
24824 \begin_layout Standard
24825
24826 \series bold
24827
24828 \backslash
24829 renewcommand{
24830 \backslash
24831 thefootnote}{
24832 \backslash
24833 roman{footnote}}
24834 \end_layout
24835
24836 \begin_layout Standard
24837 \begin_inset ERT
24838 status collapsed
24839
24840 \begin_layout Plain Layout
24841
24842
24843 \backslash
24844 renewcommand{
24845 \backslash
24846 thefootnote}{
24847 \backslash
24848 roman{footnote}}
24849 \end_layout
24850
24851 \end_inset
24852
24853  This is a footnote with roman numbering:
24854 \begin_inset Foot
24855 status open
24856
24857 \begin_layout Plain Layout
24858 This is an example footnote with roman numbering.
24859 \end_layout
24860
24861 \end_inset
24862
24863
24864 \end_layout
24865
24866 \begin_layout Standard
24867 To change the numbering style to capital roman numerals replace in the command
24868  above 
24869 \series bold
24870
24871 \backslash
24872 roman
24873 \series default
24874  by 
24875 \series bold
24876
24877 \backslash
24878 Roman
24879 \series default
24880 .
24881  To 
24882 \begin_inset Quotes eld
24883 \end_inset
24884
24885 number
24886 \begin_inset Quotes erd
24887 \end_inset
24888
24889  footnotes with capital or small Latin letters use 
24890 \series bold
24891
24892 \backslash
24893 Alph
24894 \series default
24895  or 
24896 \series bold
24897
24898 \backslash
24899 alph
24900 \series default
24901 , respectively.
24902  To 
24903 \begin_inset Quotes eld
24904 \end_inset
24905
24906 number
24907 \begin_inset Quotes erd
24908 \end_inset
24909
24910  footnotes with symbols use 
24911 \series bold
24912
24913 \backslash
24914 fnsymbol
24915 \series default
24916 .
24917 \end_layout
24918
24919 \begin_layout Standard
24920 \begin_inset Note Greyedout
24921 status open
24922
24923 \begin_layout Plain Layout
24924
24925 \series bold
24926 Note:
24927 \series default
24928  You can only number 26 footnotes with Latin letters, because this numbering
24929  is limited to single letters.
24930 \end_layout
24931
24932 \end_inset
24933
24934
24935 \begin_inset Newline newline
24936 \end_inset
24937
24938
24939 \begin_inset Note Greyedout
24940 status open
24941
24942 \begin_layout Plain Layout
24943
24944 \series bold
24945 Note:
24946 \series default
24947  You can only number 9 footnotes with symbols.
24948 \end_layout
24949
24950 \end_inset
24951
24952
24953 \end_layout
24954
24955 \begin_layout Standard
24956 To return to the default numbering style when you changed to another one,
24957  use 
24958 \series bold
24959
24960 \backslash
24961 arabic
24962 \series default
24963  instead of 
24964 \series bold
24965
24966 \backslash
24967 roman
24968 \series default
24969  in the command above.
24970 \begin_inset ERT
24971 status collapsed
24972
24973 \begin_layout Plain Layout
24974
24975
24976 \backslash
24977 renewcommand{
24978 \backslash
24979 thefootnote}{
24980 \backslash
24981 arabic{footnote}}
24982 \end_layout
24983
24984 \end_inset
24985
24986
24987 \end_layout
24988
24989 \begin_layout Standard
24990 \begin_inset VSpace bigskip
24991 \end_inset
24992
24993
24994 \end_layout
24995
24996 \begin_layout Standard
24997 If you want to have footnotes numbered in the scheme 
24998 \begin_inset Quotes eld
24999 \end_inset
25000
25001 chapter.footnote
25002 \begin_inset Quotes erd
25003 \end_inset
25004
25005 , add the following command to your document preamble:
25006 \end_layout
25007
25008 \begin_layout Standard
25009
25010 \series bold
25011
25012 \backslash
25013 numberwithin{footnote}{chapter}
25014 \end_layout
25015
25016 \begin_layout Standard
25017 To be able to use the command 
25018 \series bold
25019
25020 \backslash
25021 numberwithin
25022 \series default
25023 , set in the tab 
25024 \family sans
25025 Math
25026 \begin_inset space ~
25027 \end_inset
25028
25029 Options
25030 \family default
25031  in the document settings the option 
25032 \family sans
25033 Use
25034 \begin_inset space ~
25035 \end_inset
25036
25037 AMS
25038 \begin_inset space ~
25039 \end_inset
25040
25041 math
25042 \begin_inset space ~
25043 \end_inset
25044
25045 package
25046 \family default
25047 .
25048 \end_layout
25049
25050 \begin_layout Standard
25051 \begin_inset ERT
25052 status collapsed
25053
25054 \begin_layout Plain Layout
25055
25056
25057 \backslash
25058 numberwithin{footnote}{chapter}
25059 \end_layout
25060
25061 \end_inset
25062
25063 This is another example footnote:
25064 \series bold
25065
25066 \begin_inset Foot
25067 status open
25068
25069 \begin_layout Plain Layout
25070 This is a footnote numbered in the scheme 
25071 \begin_inset Quotes eld
25072 \end_inset
25073
25074 chapter.footnote
25075 \begin_inset Quotes erd
25076 \end_inset
25077
25078 .
25079 \end_layout
25080
25081 \end_inset
25082
25083
25084 \series default
25085
25086 \begin_inset ERT
25087 status collapsed
25088
25089 \begin_layout Plain Layout
25090
25091
25092 \backslash
25093 renewcommand{
25094 \backslash
25095 thefootnote}{
25096 \backslash
25097 arabic{footnote}}
25098 \end_layout
25099
25100 \end_inset
25101
25102
25103 \end_layout
25104
25105 \begin_layout Standard
25106 \begin_inset Note Greyedout
25107 status open
25108
25109 \begin_layout Plain Layout
25110
25111 \series bold
25112 Note:
25113 \series default
25114  
25115 \series bold
25116
25117 \backslash
25118 numberwithin
25119 \series default
25120  always prints out the footnote number as arabic number; previous redefinitions
25121  to get non-arabic numbers are overwritten.
25122 \end_layout
25123
25124 \end_inset
25125
25126
25127 \end_layout
25128
25129 \begin_layout Standard
25130 So to get for example the scheme 
25131 \begin_inset Quotes eld
25132 \end_inset
25133
25134 chapter.
25135 \backslash
25136 Roman{footnote}
25137 \begin_inset Quotes erd
25138 \end_inset
25139
25140 , use this command instead of 
25141 \series bold
25142
25143 \backslash
25144 numberwithin
25145 \series default
25146 :
25147 \end_layout
25148
25149 \begin_layout Standard
25150
25151 \series bold
25152
25153 \backslash
25154 renewcommand{
25155 \backslash
25156 thefootnote}{
25157 \backslash
25158 thechapter.
25159 \backslash
25160 Roman{footnote}}
25161 \end_layout
25162
25163 \begin_layout Subsection
25164 Footnote Placement
25165 \begin_inset Index
25166 status collapsed
25167
25168 \begin_layout Plain Layout
25169 Footnotes ! Placement
25170 \end_layout
25171
25172 \end_inset
25173
25174
25175 \end_layout
25176
25177 \begin_layout Standard
25178 If you have several footnotes in one page, they appear without vertical
25179  space between them at the bottom of the page.
25180  To make them better readable you can e.
25181 \begin_inset space \thinspace{}
25182 \end_inset
25183
25184 g.
25185 \begin_inset space \space{}
25186 \end_inset
25187
25188 add 1.5
25189 \begin_inset space \thinspace{}
25190 \end_inset
25191
25192 mm space with the following preamble command:
25193 \end_layout
25194
25195 \begin_layout Standard
25196
25197 \series bold
25198
25199 \backslash
25200 let
25201 \backslash
25202 myFoot
25203 \backslash
25204 footnote
25205 \begin_inset Newline newline
25206 \end_inset
25207
25208
25209 \backslash
25210 renewcommand{
25211 \backslash
25212 footnote}[1]{
25213 \backslash
25214 myFoot{#1
25215 \backslash
25216 vspace{1.5mm}}}
25217 \end_layout
25218
25219 \begin_layout Standard
25220 \begin_inset VSpace bigskip
25221 \end_inset
25222
25223 In a two-column document the footnotes appear at the bottom of every column,
25224  see Figure
25225 \begin_inset space ~
25226 \end_inset
25227
25228
25229 \begin_inset CommandInset ref
25230 LatexCommand ref
25231 reference "fig:Standard-footnote-placement"
25232
25233 \end_inset
25234
25235 .
25236  If the footnotes should only appear at the bottom of the right column,
25237  as in Figure
25238 \begin_inset space ~
25239 \end_inset
25240
25241
25242 \begin_inset CommandInset ref
25243 LatexCommand ref
25244 reference "fig:Footnote-placement-in"
25245
25246 \end_inset
25247
25248 , use the LaTeX-package 
25249 \series bold
25250 ftnright
25251 \series default
25252
25253 \begin_inset Index
25254 status collapsed
25255
25256 \begin_layout Plain Layout
25257 LaTeX-packages ! ftnright
25258 \end_layout
25259
25260 \end_inset
25261
25262  with this command in the document preamble:
25263 \end_layout
25264
25265 \begin_layout Standard
25266
25267 \series bold
25268
25269 \backslash
25270 usepackage{ftnright}
25271 \end_layout
25272
25273 \begin_layout Standard
25274 \begin_inset Float figure
25275 placement !h
25276 wide false
25277 sideways false
25278 status open
25279
25280 \begin_layout Plain Layout
25281 \begin_inset ERT
25282 status collapsed
25283
25284 \begin_layout Plain Layout
25285
25286
25287 \backslash
25288 framebox{
25289 \end_layout
25290
25291 \end_inset
25292
25293
25294 \begin_inset Graphics
25295         filename clipart/without_fntright.pdf
25296         width 100col%
25297         scaleBeforeRotation
25298
25299 \end_inset
25300
25301
25302 \begin_inset ERT
25303 status collapsed
25304
25305 \begin_layout Plain Layout
25306
25307 }
25308 \end_layout
25309
25310 \end_inset
25311
25312
25313 \end_layout
25314
25315 \begin_layout Plain Layout
25316 \begin_inset Caption
25317
25318 \begin_layout Plain Layout
25319 \begin_inset CommandInset label
25320 LatexCommand label
25321 name "fig:Standard-footnote-placement"
25322
25323 \end_inset
25324
25325 Standard footnote placement in two-column documents.
25326 \end_layout
25327
25328 \end_inset
25329
25330
25331 \end_layout
25332
25333 \end_inset
25334
25335
25336 \end_layout
25337
25338 \begin_layout Standard
25339 \begin_inset Float figure
25340 placement !h
25341 wide false
25342 sideways false
25343 status open
25344
25345 \begin_layout Plain Layout
25346 \begin_inset ERT
25347 status collapsed
25348
25349 \begin_layout Plain Layout
25350
25351
25352 \backslash
25353 framebox{
25354 \end_layout
25355
25356 \end_inset
25357
25358
25359 \begin_inset Graphics
25360         filename clipart/with_fntright.pdf
25361         width 100col%
25362         scaleBeforeRotation
25363
25364 \end_inset
25365
25366
25367 \begin_inset ERT
25368 status collapsed
25369
25370 \begin_layout Plain Layout
25371
25372 }
25373 \end_layout
25374
25375 \end_inset
25376
25377
25378 \end_layout
25379
25380 \begin_layout Plain Layout
25381 \begin_inset Caption
25382
25383 \begin_layout Plain Layout
25384 \begin_inset CommandInset label
25385 LatexCommand label
25386 name "fig:Footnote-placement-in"
25387
25388 \end_inset
25389
25390 Footnote placement in two-column documents when the LaTeX-package 
25391 \series bold
25392 ftnright
25393 \series default
25394  is used.
25395 \end_layout
25396
25397 \end_inset
25398
25399
25400 \end_layout
25401
25402 \end_inset
25403
25404
25405 \end_layout
25406
25407 \begin_layout Standard
25408 \begin_inset VSpace bigskip
25409 \end_inset
25410
25411 In some scientific literature it is usual to collect the footnotes and print
25412  them in a separate paragraph at the the end of a section, like in Figure
25413 \begin_inset space ~
25414 \end_inset
25415
25416
25417 \begin_inset CommandInset ref
25418 LatexCommand ref
25419 reference "fig:Endnotes"
25420
25421 \end_inset
25422
25423 .
25424  They are then so called 
25425 \begin_inset Quotes eld
25426 \end_inset
25427
25428 endnotes
25429 \begin_inset Quotes erd
25430 \end_inset
25431
25432 .
25433 \begin_inset Index
25434 status collapsed
25435
25436 \begin_layout Plain Layout
25437 Endnotes
25438 \end_layout
25439
25440 \end_inset
25441
25442  To use endnotes instead of footnotes in your document, load in the menu
25443  
25444 \family sans
25445 Document\SpecialChar \menuseparator
25446 Settings\SpecialChar \menuseparator
25447 Modules 
25448 \family default
25449 the module 
25450 \family sans
25451 Foot
25452 \begin_inset space ~
25453 \end_inset
25454
25455 to
25456 \begin_inset space ~
25457 \end_inset
25458
25459 End
25460 \family default
25461 .
25462  To insert the collected footnotes, insert the command
25463 \end_layout
25464
25465 \begin_layout Standard
25466
25467 \series bold
25468
25469 \backslash
25470 theendnotes
25471 \end_layout
25472
25473 \begin_layout Standard
25474 in TeX-Code at the the end of a section or chapter.
25475 \end_layout
25476
25477 \begin_layout Standard
25478 \begin_inset Float figure
25479 wide false
25480 sideways false
25481 status open
25482
25483 \begin_layout Plain Layout
25484 \align center
25485 \begin_inset ERT
25486 status collapsed
25487
25488 \begin_layout Plain Layout
25489
25490
25491 \backslash
25492 framebox{
25493 \end_layout
25494
25495 \end_inset
25496
25497
25498 \begin_inset Graphics
25499         filename clipart/endnotes.pdf
25500         scaleBeforeRotation
25501
25502 \end_inset
25503
25504
25505 \begin_inset ERT
25506 status collapsed
25507
25508 \begin_layout Plain Layout
25509
25510 }
25511 \end_layout
25512
25513 \end_inset
25514
25515
25516 \end_layout
25517
25518 \begin_layout Plain Layout
25519 \begin_inset Caption
25520
25521 \begin_layout Plain Layout
25522 \begin_inset CommandInset label
25523 LatexCommand label
25524 name "fig:Endnotes"
25525
25526 \end_inset
25527
25528 Endnotes â€“ footnotes are printed in a separate paragraph at the end of sections
25529  or chapters.
25530 \end_layout
25531
25532 \end_inset
25533
25534
25535 \end_layout
25536
25537 \end_inset
25538
25539
25540 \end_layout
25541
25542 \begin_layout Standard
25543 \begin_inset VSpace medskip
25544 \end_inset
25545
25546 The paragraph heading for the endnotes isn't automatically translated into
25547  the document language, this must be done manually.
25548  The following preamble command translate the default English name 
25549 \begin_inset Quotes eld
25550 \end_inset
25551
25552 Notes
25553 \begin_inset Quotes erd
25554 \end_inset
25555
25556  to the German translation 
25557 \begin_inset Quotes eld
25558 \end_inset
25559
25560 Anmerkungen
25561 \begin_inset Quotes erd
25562 \end_inset
25563
25564 :
25565 \end_layout
25566
25567 \begin_layout Standard
25568
25569 \series bold
25570
25571 \backslash
25572 renewcommand{
25573 \backslash
25574 notesname}{Anmerkungen}
25575 \end_layout
25576
25577 \begin_layout Standard
25578 \begin_inset VSpace medskip
25579 \end_inset
25580
25581 The numbering of endnotes can be changed like the footnote numbering as
25582  described in section
25583 \begin_inset space ~
25584 \end_inset
25585
25586
25587 \begin_inset CommandInset ref
25588 LatexCommand ref
25589 reference "sub:Footnote-Numbering"
25590
25591 \end_inset
25592
25593 ; just replace the command 
25594 \series bold
25595
25596 \backslash
25597 thefootnote
25598 \series default
25599  by 
25600 \series bold
25601
25602 \backslash
25603 theendnote
25604 \series default
25605 .
25606  To reset the endnote number use the command 
25607 \series bold
25608
25609 \backslash
25610 @addtoreset
25611 \series default
25612  as described in section
25613 \begin_inset space ~
25614 \end_inset
25615
25616
25617 \begin_inset CommandInset ref
25618 LatexCommand ref
25619 reference "sub:Footnote-Numbering"
25620
25621 \end_inset
25622
25623  and replace the command parameter 
25624 \series bold
25625 footnote
25626 \series default
25627  by 
25628 \series bold
25629 endnote
25630 \series default
25631 .
25632 \end_layout
25633
25634 \begin_layout Standard
25635 To create only a mark for an endnote, use the command 
25636 \series bold
25637
25638 \backslash
25639 endnotemark[number]
25640 \series default
25641  similar to the command 
25642 \series bold
25643
25644 \backslash
25645 footnotemark
25646 \series default
25647 , described in section
25648 \begin_inset space ~
25649 \end_inset
25650
25651
25652 \begin_inset CommandInset ref
25653 LatexCommand ref
25654 reference "sec:Footnotes"
25655
25656 \end_inset
25657
25658 .
25659 \end_layout
25660
25661 \begin_layout Standard
25662 \begin_inset VSpace bigskip
25663 \end_inset
25664
25665 Footnotes can also be placed in the page margin and the footnote text alignment
25666  can be changed, see the LaTeX-package 
25667 \series bold
25668 footmisc
25669 \series default
25670
25671 \begin_inset Index
25672 status collapsed
25673
25674 \begin_layout Plain Layout
25675 LaTeX-packages ! footmisc
25676 \end_layout
25677
25678 \end_inset
25679
25680
25681 \begin_inset CommandInset citation
25682 LatexCommand cite
25683 key "footmisc"
25684
25685 \end_inset
25686
25687  for more information about this.
25688 \end_layout
25689
25690 \begin_layout Standard
25691 For various further footnote formatting issues have a look at LaTeX-books,
25692  
25693 \begin_inset CommandInset citation
25694 LatexCommand cite
25695 key "latexcompanion,latexguide,latexbook"
25696
25697 \end_inset
25698
25699 .
25700 \end_layout
25701
25702 \begin_layout Section
25703 Margin Notes
25704 \begin_inset Index
25705 status collapsed
25706
25707 \begin_layout Plain Layout
25708 Notes ! Margin Notes
25709 \end_layout
25710
25711 \end_inset
25712
25713
25714 \end_layout
25715
25716 \begin_layout Standard
25717 Margin notes look and behave in LyX like footnotes.
25718  They are inserted via the menu 
25719 \family sans
25720 Insert\SpecialChar \menuseparator
25721 Marginal
25722 \begin_inset space ~
25723 \end_inset
25724
25725 Note
25726 \family default
25727  or the toolbar button 
25728 \begin_inset Graphics
25729         filename ../images/marginalnote-insert.png
25730         scale 85
25731         scaleBeforeRotation
25732
25733 \end_inset
25734
25735 .
25736  A grey 
25737 \family roman
25738 \series medium
25739 box with the
25740 \family default
25741 \series default
25742  red 
25743 \family roman
25744 \series medium
25745 label 
25746 \begin_inset Quotes eld
25747 \end_inset
25748
25749 margin
25750 \begin_inset Quotes erd
25751 \end_inset
25752
25753  appears where you can enter the text of the margin note.
25754 \end_layout
25755
25756 \begin_layout Standard
25757 At the side is an example margin note.
25758
25759 \family roman
25760 \series medium
25761  
25762 \begin_inset Marginal
25763 status open
25764
25765 \begin_layout Plain Layout
25766 This is a margin note.
25767 \end_layout
25768
25769 \end_inset
25770
25771
25772 \end_layout
25773
25774 \begin_layout Standard
25775 Margin notes appear at the right side in single-sided documents.
25776  In double-sided documents they appear in the outer margin â€“ left on even
25777  pages, right on odd pages.
25778  The text of margin notes is aligned opposite to the outer margin â€“ right-aligne
25779 d when the note appears in the left margin.
25780  The first line of the margin note is placed at the position of the text
25781  line where it is inserted in the document.
25782 \end_layout
25783
25784 \begin_layout Standard
25785 \begin_inset VSpace bigskip
25786 \end_inset
25787
25788 To place the margin note in the inner margin, add the command
25789 \end_layout
25790
25791 \begin_layout Standard
25792
25793 \series bold
25794
25795 \backslash
25796 reversemarginpar
25797 \end_layout
25798
25799 \begin_layout Standard
25800 in TeX-Code before a margin note.
25801  The new placement is valid for all following margin notes.
25802  
25803 \begin_inset ERT
25804 status collapsed
25805
25806 \begin_layout Plain Layout
25807
25808
25809 \backslash
25810 reversemarginpar 
25811 \end_layout
25812
25813 \end_inset
25814
25815
25816 \begin_inset Marginal
25817 status open
25818
25819 \begin_layout Plain Layout
25820 This is a margin note in the inner margin.
25821 \end_layout
25822
25823 \end_inset
25824
25825
25826 \series bold
25827
25828 \begin_inset Newline newline
25829 \end_inset
25830
25831
25832 \series default
25833
25834 \begin_inset Note Greyedout
25835 status open
25836
25837 \begin_layout Plain Layout
25838
25839 \series bold
25840 Note:
25841 \series default
25842  There is often not enough space in the inner margin so that the notes are
25843  not correctly displayed in the output.
25844 \end_layout
25845
25846 \end_inset
25847
25848
25849 \end_layout
25850
25851 \begin_layout Standard
25852 To return to the default placement insert the command
25853 \end_layout
25854
25855 \begin_layout Standard
25856
25857 \series bold
25858
25859 \backslash
25860 normalmarginpar
25861 \end_layout
25862
25863 \begin_layout Standard
25864 in TeX-Code.
25865 \begin_inset ERT
25866 status collapsed
25867
25868 \begin_layout Plain Layout
25869
25870
25871 \backslash
25872 normalmarginpar 
25873 \end_layout
25874
25875 \end_inset
25876
25877  
25878 \begin_inset Note Greyedout
25879 status open
25880
25881 \begin_layout Plain Layout
25882
25883 \series bold
25884 Note:
25885 \series default
25886  The command is ignored when it is within a paragraph where also the command
25887  
25888 \series bold
25889
25890 \backslash
25891 reversemarginpar
25892 \series default
25893  is inserted.
25894 \end_layout
25895
25896 \end_inset
25897
25898
25899 \end_layout
25900
25901 \begin_layout Standard
25902 \begin_inset VSpace bigskip
25903 \end_inset
25904
25905
25906 \family roman
25907 \series medium
25908
25909 \begin_inset Marginal
25910 status open
25911
25912 \begin_layout Plain Layout
25913 AVeryLongMarginParWord that isn't hyphenated.
25914 \end_layout
25915
25916 \end_inset
25917
25918
25919 \family default
25920 \series default
25921  Similar to the case described in section
25922 \begin_inset space ~
25923 \end_inset
25924
25925
25926 \begin_inset CommandInset ref
25927 LatexCommand ref
25928 reference "sub:Multiple-Lines-in"
25929
25930 \end_inset
25931
25932 , long words cannot be hyphenated when they are the first word in a margin
25933  note.
25934  To avoid this, insert 0
25935 \begin_inset space \thinspace{}
25936 \end_inset
25937
25938 pt horizontal space before the word
25939 \family roman
25940 \series medium
25941 .
25942  
25943 \begin_inset Marginal
25944 status open
25945
25946 \begin_layout Plain Layout
25947 \begin_inset space \hspace*{}
25948 \length 0pt
25949 \end_inset
25950
25951 AVeryLongMarginParWord that is hyphenated.
25952 \end_layout
25953
25954 \end_inset
25955
25956
25957 \end_layout
25958
25959 \begin_layout Standard
25960 \begin_inset VSpace bigskip
25961 \end_inset
25962
25963
25964 \end_layout
25965
25966 \begin_layout Standard
25967 \begin_inset Note Greyedout
25968 status open
25969
25970 \begin_layout Plain Layout
25971
25972 \series bold
25973 Note:
25974 \series default
25975  Margin notes can normally not be used inside tables, floats, and footnotes.
25976 \end_layout
25977
25978 \end_inset
25979
25980
25981 \end_layout
25982
25983 \begin_layout Standard
25984 \begin_inset VSpace bigskip
25985 \end_inset
25986
25987
25988 \end_layout
25989
25990 \begin_layout Standard
25991 \begin_inset ERT
25992 status collapsed
25993
25994 \begin_layout Plain Layout
25995
25996
25997 \backslash
25998 ifmarginnote
25999 \end_layout
26000
26001 \end_inset
26002
26003
26004 \begin_inset Note Note
26005 status open
26006
26007 \begin_layout Plain Layout
26008 The following section will only be displayed when the LaTeX-package 
26009 \series bold
26010 marginnote
26011 \series default
26012  is installed.
26013 \end_layout
26014
26015 \end_inset
26016
26017
26018 \end_layout
26019
26020 \begin_layout Standard
26021 This restriction can be evaded by using the LaTeX-package 
26022 \series bold
26023 marginnote
26024 \series default
26025
26026 \begin_inset Index
26027 status collapsed
26028
26029 \begin_layout Plain Layout
26030 LaTeX-packages ! marginnote
26031 \end_layout
26032
26033 \end_inset
26034
26035 .
26036  By adding these two lines to your document preamble, the command used by
26037  LyX for margin notes is redefined to use the command provided by the 
26038 \series bold
26039 marginnote
26040 \series default
26041 -package:
26042 \end_layout
26043
26044 \begin_layout Standard
26045
26046 \series bold
26047
26048 \backslash
26049 usepackage{marginnote}
26050 \begin_inset Newline newline
26051 \end_inset
26052
26053
26054 \backslash
26055 let
26056 \backslash
26057 marginpar
26058 \backslash
26059 marginnote
26060 \end_layout
26061
26062 \begin_layout Standard
26063 This is also used in this document because 
26064 \series bold
26065 marginnote
26066 \series default
26067  has another useful feature: You can set a vertical offset for the note.
26068  This is often needed when too many margin notes are too close together
26069  or for a better page layout.
26070  The offset is set in LyX as TeX-Code directly behind the margin note in
26071  the scheme
26072 \end_layout
26073
26074 \begin_layout Standard
26075
26076 \series bold
26077 [offset]
26078 \end_layout
26079
26080 \begin_layout Standard
26081 where the offset is a length with one of the units listed in Table
26082 \begin_inset space ~
26083 \end_inset
26084
26085
26086 \begin_inset CommandInset ref
26087 LatexCommand ref
26088 reference "tab:Units"
26089
26090 \end_inset
26091
26092 .
26093  A negative value shifts the note up, a positive value shifts it down.
26094  
26095 \family roman
26096 \series medium
26097 For example the margin note beside this text line is shifted up 1.5
26098 \begin_inset space \thinspace{}
26099 \end_inset
26100
26101 cm with the TeX-Code-command 
26102 \begin_inset Quotes eld
26103 \end_inset
26104
26105
26106 \family default
26107 \series bold
26108 [-1.5cm]
26109 \family roman
26110 \series medium
26111
26112 \begin_inset Quotes erd
26113 \end_inset
26114
26115
26116 \begin_inset Marginal
26117 status open
26118
26119 \begin_layout Plain Layout
26120 This margin note is shifted up 1.5
26121 \begin_inset space \thinspace{}
26122 \end_inset
26123
26124 cm from its original position.
26125 \end_layout
26126
26127 \end_inset
26128
26129
26130 \family default
26131 \series default
26132
26133 \begin_inset ERT
26134 status collapsed
26135
26136 \begin_layout Plain Layout
26137
26138 [-1.5cm]
26139 \end_layout
26140
26141 \end_inset
26142
26143
26144 \end_layout
26145
26146 \begin_layout Standard
26147 \begin_inset VSpace medskip
26148 \end_inset
26149
26150 With 
26151 \series bold
26152 marginnote
26153 \series default
26154  you can also change the alignment of the text in the margin note.
26155  For example the commands
26156 \end_layout
26157
26158 \begin_layout Standard
26159
26160 \series bold
26161
26162 \backslash
26163 renewcommand*{
26164 \backslash
26165 raggedleftmarginnote}{
26166 \backslash
26167 centering}
26168 \begin_inset Newline newline
26169 \end_inset
26170
26171
26172 \backslash
26173 renewcommand*{
26174 \backslash
26175 raggedrightmarginnote}{
26176 \backslash
26177 centering}
26178 \end_layout
26179
26180 \begin_layout Standard
26181 set the alignment to centered.
26182  
26183 \series bold
26184
26185 \backslash
26186 raggedleftmarginnote
26187 \series default
26188  denotes margin notes that appear at the left side.
26189 \family roman
26190 \series medium
26191
26192 \begin_inset ERT
26193 status collapsed
26194
26195 \begin_layout Plain Layout
26196
26197
26198 \backslash
26199 renewcommand*{
26200 \backslash
26201 raggedleftmarginnote}{
26202 \backslash
26203 centering}
26204 \end_layout
26205
26206 \begin_layout Plain Layout
26207
26208
26209 \backslash
26210 renewcommand*{
26211 \backslash
26212 raggedrightmarginnote}{
26213 \backslash
26214 centering}
26215 \end_layout
26216
26217 \end_inset
26218
26219
26220 \begin_inset Marginal
26221 status open
26222
26223 \begin_layout Plain Layout
26224 The text of this margin note is centered.
26225 \end_layout
26226
26227 \end_inset
26228
26229
26230 \family default
26231 \series default
26232  The default is
26233 \end_layout
26234
26235 \begin_layout Standard
26236
26237 \series bold
26238
26239 \backslash
26240 renewcommand*{
26241 \backslash
26242 raggedleftmarginnote}{
26243 \backslash
26244 raggedleft}
26245 \begin_inset Newline newline
26246 \end_inset
26247
26248
26249 \backslash
26250 renewcommand*{
26251 \backslash
26252 raggedrightmarginnote}{
26253 \backslash
26254 raggedright}
26255 \family roman
26256 \series medium
26257
26258 \begin_inset ERT
26259 status collapsed
26260
26261 \begin_layout Plain Layout
26262
26263
26264 \backslash
26265 renewcommand*{
26266 \backslash
26267 raggedleftmarginnote}{
26268 \backslash
26269 raggedleft}
26270 \end_layout
26271
26272 \begin_layout Plain Layout
26273
26274
26275 \backslash
26276 renewcommand*{
26277 \backslash
26278 raggedrightmarginnote}{
26279 \backslash
26280 raggedright}
26281 \end_layout
26282
26283 \end_inset
26284
26285
26286 \end_layout
26287
26288 \begin_layout Standard
26289 \begin_inset VSpace medskip
26290 \end_inset
26291
26292 For the other features of 
26293 \series bold
26294 marginnote
26295 \series default
26296  we refer to its documentation 
26297 \begin_inset CommandInset citation
26298 LatexCommand cite
26299 key "marginnote"
26300
26301 \end_inset
26302
26303 .
26304 \end_layout
26305
26306 \begin_layout Standard
26307 \begin_inset VSpace bigskip
26308 \end_inset
26309
26310 You can adjust the layout of margin notes by changing its definition.
26311  To create for example a header for all margin notes with the underlined,
26312  sans-serif, and bold header text 
26313 \begin_inset Quotes eld
26314 \end_inset
26315
26316
26317 \family sans
26318 \series bold
26319 \bar under
26320 Attention!
26321 \family default
26322 \series default
26323 \bar default
26324
26325 \begin_inset Quotes erd
26326 \end_inset
26327
26328 , add this to your document preamble:
26329 \end_layout
26330
26331 \begin_layout Standard
26332
26333 \series bold
26334
26335 \backslash
26336 let
26337 \backslash
26338 myMarginpar
26339 \backslash
26340 marginpar
26341 \begin_inset Newline newline
26342 \end_inset
26343
26344
26345 \backslash
26346 renewcommand{
26347 \backslash
26348 marginpar}[1]{
26349 \backslash
26350 myMarginpar{%
26351 \begin_inset Newline newline
26352 \end_inset
26353
26354
26355 \begin_inset ERT
26356 status collapsed
26357
26358 \begin_layout Plain Layout
26359
26360
26361 \backslash
26362 hphantom{ }
26363 \end_layout
26364
26365 \end_inset
26366
26367
26368 \backslash
26369 hspace{0pt}
26370 \backslash
26371 textsf{
26372 \backslash
26373 textbf{
26374 \backslash
26375 underbar{Attention!}}}%
26376 \begin_inset Newline newline
26377 \end_inset
26378
26379
26380 \begin_inset ERT
26381 status collapsed
26382
26383 \begin_layout Plain Layout
26384
26385
26386 \backslash
26387 hphantom{ }
26388 \end_layout
26389
26390 \end_inset
26391
26392
26393 \backslash
26394 vspace{1.5mm}
26395 \backslash
26396
26397 \backslash
26398 #1}}
26399 \end_layout
26400
26401 \begin_layout Standard
26402
26403 \family roman
26404 \series medium
26405 \begin_inset ERT
26406 status collapsed
26407
26408 \begin_layout Plain Layout
26409
26410
26411 \backslash
26412 let
26413 \backslash
26414 myMarginpar
26415 \backslash
26416 marginpar
26417 \end_layout
26418
26419 \begin_layout Plain Layout
26420
26421
26422 \backslash
26423 renewcommand{
26424 \backslash
26425 marginpar}[1]{
26426 \backslash
26427 myMarginpar{%
26428 \end_layout
26429
26430 \begin_layout Plain Layout
26431
26432    
26433 \backslash
26434 textsf{
26435 \backslash
26436 textbf{
26437 \backslash
26438 underbar{Attention!}}}%
26439 \end_layout
26440
26441 \begin_layout Plain Layout
26442
26443    
26444 \backslash
26445 vspace{1.5mm}
26446 \backslash
26447
26448 \backslash
26449 #1}}
26450 \end_layout
26451
26452 \end_inset
26453
26454
26455 \begin_inset Marginal
26456 status open
26457
26458 \begin_layout Plain Layout
26459 This is a margin note with a defined heading.
26460 \end_layout
26461
26462 \end_inset
26463
26464
26465 \family default
26466 \series default
26467
26468 \begin_inset ERT
26469 status collapsed
26470
26471 \begin_layout Plain Layout
26472
26473 [-1.5cm]
26474 \end_layout
26475
26476 \end_inset
26477
26478
26479 \family roman
26480 \series medium
26481
26482 \begin_inset ERT
26483 status collapsed
26484
26485 \begin_layout Plain Layout
26486
26487
26488 \backslash
26489 renewcommand{
26490 \backslash
26491 marginpar}[1]{
26492 \backslash
26493 myMarginpar{#1}}
26494 \end_layout
26495
26496 \end_inset
26497
26498
26499 \family default
26500 \series default
26501
26502 \begin_inset Note Note
26503 status collapsed
26504
26505 \begin_layout Plain Layout
26506 The margin note format is changed only for this example.
26507 \end_layout
26508
26509 \end_inset
26510
26511
26512 \end_layout
26513
26514 \begin_layout Standard
26515 \begin_inset ERT
26516 status collapsed
26517
26518 \begin_layout Plain Layout
26519
26520
26521 \backslash
26522 else
26523 \end_layout
26524
26525 \end_inset
26526
26527
26528 \begin_inset Note Note
26529 status open
26530
26531 \begin_layout Plain Layout
26532 The following will be displayed when the LaTeX-package 
26533 \series bold
26534 marginnote
26535 \series default
26536  is not installed:
26537 \end_layout
26538
26539 \end_inset
26540
26541
26542 \end_layout
26543
26544 \begin_layout Standard
26545 You need to install the LaTeX-package 
26546 \series bold
26547 marginnote
26548 \series default
26549  to see the following part of this section in the output.
26550 \end_layout
26551
26552 \begin_layout Standard
26553 \begin_inset ERT
26554 status collapsed
26555
26556 \begin_layout Plain Layout
26557
26558
26559 \backslash
26560 fi
26561 \end_layout
26562
26563 \end_inset
26564
26565
26566 \end_layout
26567
26568 \begin_layout Chapter
26569 Boxes
26570 \end_layout
26571
26572 \begin_layout Section
26573 Introduction
26574 \begin_inset Index
26575 status collapsed
26576
26577 \begin_layout Plain Layout
26578 Boxes ! Introduction
26579 \end_layout
26580
26581 \end_inset
26582
26583
26584 \end_layout
26585
26586 \begin_layout Standard
26587 Boxes are used to format a block of text.
26588  Boxes can be used to write documents with multiple languages, see section
26589 \begin_inset space ~
26590 \end_inset
26591
26592
26593 \begin_inset CommandInset ref
26594 LatexCommand ref
26595 reference "sec:Minipages"
26596
26597 \end_inset
26598
26599 , to frame texts, see section
26600 \begin_inset space ~
26601 \end_inset
26602
26603
26604 \begin_inset CommandInset ref
26605 LatexCommand ref
26606 reference "sec:Decoration"
26607
26608 \end_inset
26609
26610 , to prevent words to be hyphenated, see section
26611 \begin_inset space ~
26612 \end_inset
26613
26614
26615 \begin_inset CommandInset ref
26616 LatexCommand ref
26617 reference "sec:Prevent-Hyphenation"
26618
26619 \end_inset
26620
26621 , to align text, see section
26622 \begin_inset space ~
26623 \end_inset
26624
26625
26626 \begin_inset CommandInset ref
26627 LatexCommand ref
26628 reference "sub:Vertical-Alignment"
26629
26630 \end_inset
26631
26632 , or to set the background color of texts, see section
26633 \begin_inset space ~
26634 \end_inset
26635
26636
26637 \begin_inset CommandInset ref
26638 LatexCommand ref
26639 reference "sec:Colored-Boxes"
26640
26641 \end_inset
26642
26643 .
26644 \end_layout
26645
26646 \begin_layout Standard
26647 Boxes can be inserted with the menu 
26648 \family sans
26649 Insert\SpecialChar \menuseparator
26650 Box
26651 \family default
26652  or the toolbar button 
26653 \begin_inset Graphics
26654         filename ../images/box-insert.png
26655         scale 85
26656         scaleBeforeRotation
26657
26658 \end_inset
26659
26660 .
26661  A grey box with the label 
26662 \family sans
26663 Box (Minipage)
26664 \family default
26665
26666 \begin_inset Graphics
26667         filename clipart/BoxInsetDefaultQt4.png
26668         scale 85
26669         scaleBeforeRotation
26670
26671 \end_inset
26672
26673  will be inserted.
26674  The box type can be specified by right-clicking on the box.
26675  The appearing box dialog offers the 
26676 \family sans
26677 Inner
26678 \begin_inset space ~
26679 \end_inset
26680
26681 Box
26682 \family default
26683  types 
26684 \family sans
26685 Parbox
26686 \family default
26687  and 
26688 \family sans
26689 Minipage
26690 \family default
26691 .
26692  The type 
26693 \family sans
26694 Minipage
26695 \family default
26696  is the default for new boxes and is explained in section
26697 \begin_inset space ~
26698 \end_inset
26699
26700
26701 \begin_inset CommandInset ref
26702 LatexCommand ref
26703 reference "sec:Minipages"
26704
26705 \end_inset
26706
26707 ; the type 
26708 \family sans
26709 Parbox
26710 \family default
26711  is described in section
26712 \begin_inset space ~
26713 \end_inset
26714
26715
26716 \begin_inset CommandInset ref
26717 LatexCommand ref
26718 reference "sec:Parboxes"
26719
26720 \end_inset
26721
26722 .
26723 \end_layout
26724
26725 \begin_layout Standard
26726 Boxes are
26727 \change_inserted 0 1264349164
26728  
26729 \change_unchanged
26730 n
26731 \change_inserted 0 1264349165
26732 o
26733 \change_deleted 0 1264349164
26734 '
26735 \change_unchanged
26736 t numbered and can therefore not be referenced like floats or footnotes.
26737 \end_layout
26738
26739 \begin_layout Standard
26740 \begin_inset Note Greyedout
26741 status open
26742
26743 \begin_layout Plain Layout
26744
26745 \series bold
26746 Note:
26747 \series default
26748  Boxes must not be the item in an 
26749 \family sans
26750 Itemize
26751 \family default
26752  or 
26753 \family sans
26754 Description
26755 \family default
26756  environment.
26757 \end_layout
26758
26759 \end_inset
26760
26761
26762 \end_layout
26763
26764 \begin_layout Standard
26765 \begin_inset Note Greyedout
26766 status open
26767
26768 \begin_layout Plain Layout
26769
26770 \series bold
26771 Note:
26772 \series default
26773  For an unknown reason you can only set the 
26774 \family sans
26775 Inner
26776 \begin_inset space ~
26777 \end_inset
26778
26779 Box
26780 \family default
26781  type to 
26782 \family sans
26783 None
26784 \family default
26785  when you use a framed box.
26786  Boxes without an 
26787 \family sans
26788 Inner
26789 \begin_inset space ~
26790 \end_inset
26791
26792 Box
26793 \family default
26794  type and without frames are explained in section
26795 \begin_inset space ~
26796 \end_inset
26797
26798
26799 \begin_inset CommandInset ref
26800 LatexCommand ref
26801 reference "sec:Prevent-Hyphenation"
26802
26803 \end_inset
26804
26805 .
26806 \end_layout
26807
26808 \end_inset
26809
26810
26811 \end_layout
26812
26813 \begin_layout Section
26814 Box Dialog
26815 \begin_inset CommandInset label
26816 LatexCommand label
26817 name "sec:Box-Dialog"
26818
26819 \end_inset
26820
26821
26822 \begin_inset Index
26823 status collapsed
26824
26825 \begin_layout Plain Layout
26826 Boxes ! Box Dialog
26827 \end_layout
26828
26829 \end_inset
26830
26831
26832 \end_layout
26833
26834 \begin_layout Subsection
26835 Size
26836 \begin_inset Index
26837 status collapsed
26838
26839 \begin_layout Plain Layout
26840 Boxes ! Size
26841 \end_layout
26842
26843 \end_inset
26844
26845
26846 \end_layout
26847
26848 \begin_layout Standard
26849 In the box dialog you can adjust the box geometry in the fields 
26850 \family sans
26851 Width
26852 \family default
26853  and 
26854 \family sans
26855 Height
26856 \family default
26857 .
26858  The available units for the geometry are explained in Table
26859 \begin_inset space ~
26860 \end_inset
26861
26862
26863 \begin_inset CommandInset ref
26864 LatexCommand ref
26865 reference "tab:Units"
26866
26867 \end_inset
26868
26869 .
26870  The field 
26871 \family sans
26872 Heig
26873 \change_deleted 0 1264349254
26874 t
26875 \change_unchanged
26876 h
26877 \change_inserted 0 1264349253
26878 t
26879 \change_unchanged
26880
26881 \family default
26882  offers the following additional sizes:
26883 \end_layout
26884
26885 \begin_layout Description
26886 Depth This is the plain text 
26887 \begin_inset Quotes eld
26888 \end_inset
26889
26890 height
26891 \begin_inset Quotes erd
26892 \end_inset
26893
26894 .
26895  It ignores the total depth when there are multiple text lines in the box:
26896 \begin_inset Newline newline
26897 \end_inset
26898
26899
26900 \begin_inset Newline newline
26901 \end_inset
26902
26903
26904 \begin_inset Newline newline
26905 \end_inset
26906
26907
26908 \begin_inset Box Boxed
26909 position "c"
26910 hor_pos "c"
26911 has_inner_box 1
26912 inner_pos "c"
26913 use_parbox 0
26914 width "12col%"
26915 special "none"
26916 height "1in"
26917 height_special "depth"
26918 status collapsed
26919
26920 \begin_layout Plain Layout
26921 \align center
26922 Box height set to 1
26923 \begin_inset space \thinspace{}
26924 \end_inset
26925
26926 Depth
26927 \end_layout
26928
26929 \end_inset
26930
26931
26932 \begin_inset Newline newline
26933 \end_inset
26934
26935
26936 \begin_inset Newline newline
26937 \end_inset
26938
26939
26940 \end_layout
26941
26942 \begin_layout Description
26943 Height This is the heig
26944 \change_inserted 0 1264349040
26945 h
26946 \change_unchanged
26947 t
26948 \change_deleted 0 1264349041
26949 h
26950 \change_unchanged
26951  of the text that is inside the box.
26952  A value of e.
26953 \begin_inset space \thinspace{}
26954 \end_inset
26955
26956 g.
26957 \begin_inset space \space{}
26958 \end_inset
26959
26960 2 for this size will set the box heig
26961 \change_deleted 0 1264349019
26962 t
26963 \change_unchanged
26964 h
26965 \change_inserted 0 1264349028
26966 t
26967 \change_unchanged
26968  to 2 times the text height: 
26969 \begin_inset Box Boxed
26970 position "c"
26971 hor_pos "c"
26972 has_inner_box 1
26973 inner_pos "c"
26974 use_parbox 0
26975 width "20col%"
26976 special "none"
26977 height "2in"
26978 height_special "height"
26979 status collapsed
26980
26981 \begin_layout Plain Layout
26982 \align center
26983 Box height set to 2
26984 \begin_inset space \thinspace{}
26985 \end_inset
26986
26987 Height
26988 \end_layout
26989
26990 \end_inset
26991
26992
26993 \end_layout
26994
26995 \begin_layout Description
26996 Total
26997 \begin_inset space ~
26998 \end_inset
26999
27000 Height This is the Height
27001 \begin_inset space \thinspace{}
27002 \end_inset
27003
27004 +
27005 \begin_inset space \thinspace{}
27006 \end_inset
27007
27008 Depth: 
27009 \begin_inset Box Boxed
27010 position "c"
27011 hor_pos "c"
27012 has_inner_box 1
27013 inner_pos "c"
27014 use_parbox 0
27015 width "20col%"
27016 special "none"
27017 height "1in"
27018 height_special "totalheight"
27019 status collapsed
27020
27021 \begin_layout Plain Layout
27022 \align center
27023 Box height set to 1
27024 \begin_inset space \thinspace{}
27025 \end_inset
27026
27027 Total
27028 \begin_inset space ~
27029 \end_inset
27030
27031 Height
27032 \end_layout
27033
27034 \end_inset
27035
27036
27037 \end_layout
27038
27039 \begin_layout Description
27040 Width This sets the width of the box as heig
27041 \change_inserted 0 1264349059
27042 h
27043 \change_unchanged
27044 t
27045 \change_deleted 0 1264349061
27046 h
27047 \change_unchanged
27048
27049 \begin_inset Box Boxed
27050 position "c"
27051 hor_pos "c"
27052 has_inner_box 1
27053 inner_pos "c"
27054 use_parbox 0
27055 width "12col%"
27056 special "none"
27057 height "1in"
27058 height_special "width"
27059 status collapsed
27060
27061 \begin_layout Plain Layout
27062 \align center
27063 Box height set to 1
27064 \begin_inset space \thinspace{}
27065 \end_inset
27066
27067 Width
27068 \end_layout
27069
27070 \end_inset
27071
27072
27073 \end_layout
27074
27075 \begin_layout Subsection
27076 Alignment
27077 \begin_inset Index
27078 status collapsed
27079
27080 \begin_layout Plain Layout
27081 Boxes ! Alignment
27082 \end_layout
27083
27084 \end_inset
27085
27086
27087 \end_layout
27088
27089 \begin_layout Standard
27090 When you have chosen an 
27091 \family sans
27092 Inner
27093 \begin_inset space ~
27094 \end_inset
27095
27096 Box
27097 \family default
27098 , the vertical box alignment can be:
27099 \end_layout
27100
27101 \begin_layout Description
27102 Top This is an example text line.
27103  
27104 \begin_inset Box Boxed
27105 position "t"
27106 hor_pos "c"
27107 has_inner_box 1
27108 inner_pos "c"
27109 use_parbox 0
27110 width "12col%"
27111 special "none"
27112 height "1in"
27113 height_special "totalheight"
27114 status collapsed
27115
27116 \begin_layout Plain Layout
27117 \align center
27118 This box is top-aligned.
27119 \end_layout
27120
27121 \end_inset
27122
27123  This is an example text line.
27124 \end_layout
27125
27126 \begin_layout Description
27127 Middle This is an example text line.
27128  
27129 \begin_inset Box Boxed
27130 position "c"
27131 hor_pos "c"
27132 has_inner_box 1
27133 inner_pos "c"
27134 use_parbox 0
27135 width "12col%"
27136 special "none"
27137 height "1in"
27138 height_special "totalheight"
27139 status collapsed
27140
27141 \begin_layout Plain Layout
27142 \align center
27143 This box is middle-aligned.
27144 \end_layout
27145
27146 \end_inset
27147
27148  This is an example text line.
27149 \end_layout
27150
27151 \begin_layout Description
27152 Bottom This is an example text line.
27153  
27154 \begin_inset Box Boxed
27155 position "b"
27156 hor_pos "c"
27157 has_inner_box 1
27158 inner_pos "c"
27159 use_parbox 0
27160 width "12col%"
27161 special "none"
27162 height "1in"
27163 height_special "totalheight"
27164 status collapsed
27165
27166 \begin_layout Plain Layout
27167 \align center
27168 This box is bottom-aligned.
27169 \end_layout
27170
27171 \end_inset
27172
27173  This is an example text line.
27174 \end_layout
27175
27176 \begin_layout Standard
27177 \begin_inset Note Greyedout
27178 status open
27179
27180 \begin_layout Plain Layout
27181
27182 \series bold
27183 Note:
27184 \series default
27185  The vertical box alig
27186 \change_inserted 0 1264349304
27187 n
27188 \change_unchanged
27189 ment can be lost in the output when you have two boxes in a line and one
27190  has e.
27191 \begin_inset space \thinspace{}
27192 \end_inset
27193
27194 g.
27195 \begin_inset space \space{}
27196 \end_inset
27197
27198 a shadow and the other one not.
27199 \end_layout
27200
27201 \end_inset
27202
27203
27204 \end_layout
27205
27206 \begin_layout Standard
27207 The horizontal box alignment can be set via LyX's paragraph dialog when
27208  you set the box into its own paragraph.
27209 \end_layout
27210
27211 \begin_layout Standard
27212 \begin_inset VSpace bigskip
27213 \end_inset
27214
27215 When you have chosen an 
27216 \family sans
27217 Inner
27218 \begin_inset space ~
27219 \end_inset
27220
27221 Box
27222 \family default
27223 , the box content can be vertical
27224 \change_inserted 0 1264349345
27225 ly
27226 \change_unchanged
27227  aligned to:
27228 \end_layout
27229
27230 \begin_layout Description
27231 top This is an example text line.
27232  
27233 \begin_inset Box Boxed
27234 position "c"
27235 hor_pos "c"
27236 has_inner_box 1
27237 inner_pos "t"
27238 use_parbox 0
27239 width "12col%"
27240 special "none"
27241 height "1.5in"
27242 height_special "totalheight"
27243 status collapsed
27244
27245 \begin_layout Plain Layout
27246 \align center
27247 This box text is top-aligned.
27248 \end_layout
27249
27250 \end_inset
27251
27252  This is an example text line.
27253 \end_layout
27254
27255 \begin_layout Description
27256 middle This is an example text line.
27257  
27258 \begin_inset Box Boxed
27259 position "c"
27260 hor_pos "c"
27261 has_inner_box 1
27262 inner_pos "c"
27263 use_parbox 0
27264 width "12col%"
27265 special "none"
27266 height "1.5in"
27267 height_special "totalheight"
27268 status collapsed
27269
27270 \begin_layout Plain Layout
27271 \align center
27272 This box text is middle-aligned.
27273 \end_layout
27274
27275 \end_inset
27276
27277  This is an example text line.
27278 \end_layout
27279
27280 \begin_layout Description
27281 bottom This is an example text line.
27282  
27283 \begin_inset Box Boxed
27284 position "c"
27285 hor_pos "c"
27286 has_inner_box 1
27287 inner_pos "b"
27288 use_parbox 0
27289 width "12col%"
27290 special "none"
27291 height "1.5in"
27292 height_special "totalheight"
27293 status collapsed
27294
27295 \begin_layout Plain Layout
27296 \align center
27297 This box text is bottom-aligned.
27298 \end_layout
27299
27300 \end_inset
27301
27302  This is an example text line.
27303 \end_layout
27304
27305 \begin_layout Description
27306 stretch This is an example text line.
27307  
27308 \begin_inset Box Boxed
27309 position "c"
27310 hor_pos "c"
27311 has_inner_box 1
27312 inner_pos "s"
27313 use_parbox 0
27314 width "12col%"
27315 special "none"
27316 height "1.5in"
27317 height_special "totalheight"
27318 status collapsed
27319
27320 \begin_layout Plain Layout
27321 \align center
27322 This box
27323 \end_layout
27324
27325 \begin_layout Plain Layout
27326 \align center
27327 text is
27328 \end_layout
27329
27330 \begin_layout Plain Layout
27331 \align center
27332 stretched.
27333 \end_layout
27334
27335 \end_inset
27336
27337  This is an example text line.
27338 \end_layout
27339
27340 \begin_layout Standard
27341 To stretch the box content, it must consist of more than one paragraph.
27342  In the example above every text line is in an own paragraph.
27343 \end_layout
27344
27345 \begin_layout Standard
27346 \begin_inset VSpace bigskip
27347 \end_inset
27348
27349 To align the box content horizontally you can use LyX's paragraph dialog
27350  when you have chosen an 
27351 \family sans
27352 Inner
27353 \begin_inset space ~
27354 \end_inset
27355
27356 Box
27357 \family default
27358 .
27359 \end_layout
27360
27361 \begin_layout Standard
27362 \align center
27363 \begin_inset Box Boxed
27364 position "c"
27365 hor_pos "c"
27366 has_inner_box 1
27367 inner_pos "s"
27368 use_parbox 0
27369 width "15col%"
27370 special "none"
27371 height "1.25in"
27372 height_special "totalheight"
27373 status collapsed
27374
27375 \begin_layout Plain Layout
27376 \align left
27377 This box
27378 \end_layout
27379
27380 \begin_layout Plain Layout
27381 \align center
27382 text is
27383 \end_layout
27384
27385 \begin_layout Plain Layout
27386 \align right
27387 stretched.
27388 \end_layout
27389
27390 \end_inset
27391
27392
27393 \end_layout
27394
27395 \begin_layout Standard
27396 If you have
27397 \change_inserted 0 1264349404
27398  
27399 \change_unchanged
27400 n
27401 \change_inserted 0 1264349405
27402 o
27403 \change_deleted 0 1264349404
27404 '
27405 \change_unchanged
27406 t set an 
27407 \family sans
27408 Inner
27409 \begin_inset space ~
27410 \end_inset
27411
27412 Box
27413 \family default
27414 , you can align the box content horizontally in the box dialog.
27415 \end_layout
27416
27417 \begin_layout Standard
27418 \align center
27419 \begin_inset Box Boxed
27420 position "c"
27421 hor_pos "s"
27422 has_inner_box 0
27423 inner_pos "s"
27424 use_parbox 0
27425 width "90col%"
27426 special "none"
27427 height "1.25in"
27428 height_special "totalheight"
27429 status collapsed
27430
27431 \begin_layout Plain Layout
27432 \align left
27433 This box text is horizontally stretched.
27434 \end_layout
27435
27436 \end_inset
27437
27438
27439 \end_layout
27440
27441 \begin_layout Subsection
27442 Decoration
27443 \begin_inset CommandInset label
27444 LatexCommand label
27445 name "sec:Decoration"
27446
27447 \end_inset
27448
27449
27450 \begin_inset Index
27451 status collapsed
27452
27453 \begin_layout Plain Layout
27454 Boxes ! Decoration
27455 \end_layout
27456
27457 \end_inset
27458
27459
27460 \end_layout
27461
27462 \begin_layout Standard
27463 The type of the box can be specified in the box
27464 \change_inserted 0 1264349426
27465  
27466 \change_deleted 0 1264349425
27467 -
27468 \change_unchanged
27469 dialog in the drop-down list 
27470 \family sans
27471 Decoration
27472 \family default
27473 .
27474  The following types are possible:
27475 \end_layout
27476
27477 \begin_layout Description
27478 Simple
27479 \begin_inset space ~
27480 \end_inset
27481
27482 rectangular
27483 \begin_inset space ~
27484 \end_inset
27485
27486 frame This draws a 
27487 \change_deleted 0 1264349464
27488 rectangle
27489 \change_inserted 0 1264349464
27490 rectangular
27491 \change_unchanged
27492  frame around the box.
27493  The frame line thickness has the size of 
27494 \series bold
27495
27496 \backslash
27497 fboxrule
27498 \series default
27499 .
27500  
27501 \begin_inset Box Boxed
27502 position "c"
27503 hor_pos "c"
27504 has_inner_box 1
27505 inner_pos "c"
27506 use_parbox 0
27507 width "20col%"
27508 special "none"
27509 height "1in"
27510 height_special "totalheight"
27511 status collapsed
27512
27513 \begin_layout Plain Layout
27514 \align center
27515 Rectangular box
27516 \end_layout
27517
27518 \end_inset
27519
27520
27521 \end_layout
27522
27523 \begin_layout Description
27524 Allow
27525 \begin_inset space ~
27526 \end_inset
27527
27528 page
27529 \begin_inset space ~
27530 \end_inset
27531
27532 break When you use the decoration 
27533 \family sans
27534 simple rectangular frame
27535 \family default
27536  and no inner box, you can allow page breaks within a box.
27537  Note that then, in contrary to other framed boxes, the frame always uses
27538  the whole column width, the box is set as its own paragraph, and 
27539 \series bold
27540
27541 \backslash
27542 fboxrule
27543 \series default
27544  and 
27545 \series bold
27546
27547 \backslash
27548 fboxsep
27549 \series default
27550  ha
27551 \change_deleted 0 1264349516
27552 s
27553 \change_inserted 0 1264349516
27554 ve
27555 \change_unchanged
27556  no effect on this box type.
27557  The frame line thickness has the size of 
27558 \series bold
27559
27560 \backslash
27561 FrameRule
27562 \series default
27563 .
27564  
27565 \begin_inset Box Framed
27566 position "t"
27567 hor_pos "c"
27568 has_inner_box 0
27569 inner_pos "t"
27570 use_parbox 0
27571 width "100col%"
27572 special "none"
27573 height "1in"
27574 height_special "totalheight"
27575 status collapsed
27576
27577 \begin_layout Plain Layout
27578 Allow page break box
27579 \end_layout
27580
27581 \end_inset
27582
27583
27584 \end_layout
27585
27586 \begin_layout Description
27587 Oval
27588 \begin_inset space ~
27589 \end_inset
27590
27591 box,
27592 \begin_inset space ~
27593 \end_inset
27594
27595 thin This draws an oval frame around the box.
27596  The frame line thickness has the size 0.4
27597 \begin_inset space \thinspace{}
27598 \end_inset
27599
27600 pt.
27601  
27602 \begin_inset Box ovalbox
27603 position "c"
27604 hor_pos "c"
27605 has_inner_box 1
27606 inner_pos "c"
27607 use_parbox 0
27608 width "20col%"
27609 special "none"
27610 height "1in"
27611 height_special "totalheight"
27612 status collapsed
27613
27614 \begin_layout Plain Layout
27615 \align center
27616 Oval box, thin
27617 \end_layout
27618
27619 \end_inset
27620
27621
27622 \end_layout
27623
27624 \begin_layout Description
27625 Oval
27626 \begin_inset space ~
27627 \end_inset
27628
27629 box,
27630 \begin_inset space ~
27631 \end_inset
27632
27633 thick This draws an oval frame around the box.
27634  The frame line thickness has the size 0.8
27635 \begin_inset space \thinspace{}
27636 \end_inset
27637
27638 pt.
27639  
27640 \begin_inset Box Ovalbox
27641 position "c"
27642 hor_pos "c"
27643 has_inner_box 1
27644 inner_pos "c"
27645 use_parbox 0
27646 width "20col%"
27647 special "none"
27648 height "1in"
27649 height_special "totalheight"
27650 status collapsed
27651
27652 \begin_layout Plain Layout
27653 \align center
27654 Oval box, thick
27655 \end_layout
27656
27657 \end_inset
27658
27659
27660 \end_layout
27661
27662 \begin_layout Description
27663 Drop
27664 \begin_inset space ~
27665 \end_inset
27666
27667 shadow This draws a 
27668 \change_deleted 0 1264349586
27669 rectangle
27670 \change_inserted 0 1264349586
27671 rectangular
27672 \change_unchanged
27673  frame with a shadow around the box.
27674  The frame line thickness has the size of 
27675 \series bold
27676
27677 \backslash
27678 fboxrule
27679 \series default
27680 , the shadow has a width of 4
27681 \begin_inset space \thinspace{}
27682 \end_inset
27683
27684 pt.
27685  
27686 \begin_inset Box Shadowbox
27687 position "c"
27688 hor_pos "c"
27689 has_inner_box 1
27690 inner_pos "c"
27691 use_parbox 0
27692 width "20col%"
27693 special "none"
27694 height "1in"
27695 height_special "totalheight"
27696 status collapsed
27697
27698 \begin_layout Plain Layout
27699 \align center
27700 Shadow box
27701 \end_layout
27702
27703 \end_inset
27704
27705
27706 \end_layout
27707
27708 \begin_layout Description
27709 Shaded
27710 \begin_inset space ~
27711 \end_inset
27712
27713 background This draws a box with red background color.
27714  In contrary to colored boxes
27715 \begin_inset Foot
27716 status collapsed
27717
27718 \begin_layout Plain Layout
27719 see sec.
27720 \begin_inset space \thinspace{}
27721 \end_inset
27722
27723
27724 \begin_inset CommandInset ref
27725 LatexCommand ref
27726 reference "sec:Colored-Boxes"
27727
27728 \end_inset
27729
27730
27731 \end_layout
27732
27733 \end_inset
27734
27735 , it always uses the whole column width and the box is set as its own paragraph.
27736  
27737 \begin_inset Box Shaded
27738 position "t"
27739 hor_pos "c"
27740 has_inner_box 0
27741 inner_pos "t"
27742 use_parbox 0
27743 width "50col%"
27744 special "none"
27745 height "1in"
27746 height_special "totalheight"
27747 status collapsed
27748
27749 \begin_layout Plain Layout
27750 Shaded background box
27751 \end_layout
27752
27753 \end_inset
27754
27755
27756 \end_layout
27757
27758 \begin_layout Description
27759 Double
27760 \begin_inset space ~
27761 \end_inset
27762
27763 rectangular
27764 \begin_inset space ~
27765 \end_inset
27766
27767 frame This draws a double-line 
27768 \change_deleted 0 1264349612
27769 rectangle
27770 \change_inserted 0 1264349612
27771 rectangular
27772 \change_unchanged
27773  frame around the box.
27774  The line thickness of the inner frame is 0.75
27775 \begin_inset space \thinspace{}
27776 \end_inset
27777
27778
27779 \series bold
27780
27781 \backslash
27782 fboxrule
27783 \series default
27784 , the thickness of the outer frame is 1.5
27785 \begin_inset space \thinspace{}
27786 \end_inset
27787
27788
27789 \series bold
27790
27791 \backslash
27792 fboxrule
27793 \series default
27794 .
27795  The distance between the lines is 1.5
27796 \begin_inset space \thinspace{}
27797 \end_inset
27798
27799
27800 \series bold
27801
27802 \backslash
27803 fboxrule
27804 \series default
27805
27806 \begin_inset space \thinspace{}
27807 \end_inset
27808
27809 +
27810 \begin_inset space \thinspace{}
27811 \end_inset
27812
27813 0.5
27814 \begin_inset space \thinspace{}
27815 \end_inset
27816
27817 pt.
27818  
27819 \begin_inset Box Doublebox
27820 position "c"
27821 hor_pos "c"
27822 has_inner_box 1
27823 inner_pos "c"
27824 use_parbox 0
27825 width "20col%"
27826 special "none"
27827 height "1in"
27828 height_special "totalheight"
27829 status collapsed
27830
27831 \begin_layout Plain Layout
27832 \align center
27833 Double rectangular box
27834 \end_layout
27835
27836 \end_inset
27837
27838
27839 \end_layout
27840
27841 \begin_layout Standard
27842 \begin_inset VSpace bigskip
27843 \end_inset
27844
27845 LyX's box label will reflect the different frame types.
27846  To be able to use all types, the LaTeX-package 
27847 \series bold
27848 fancybox
27849 \series default
27850
27851 \begin_inset Index
27852 status collapsed
27853
27854 \begin_layout Plain Layout
27855 LaTeX-packages ! fancybox
27856 \end_layout
27857
27858 \end_inset
27859
27860  must be installed.
27861 \end_layout
27862
27863 \begin_layout Section
27864 Box 
27865 \change_deleted 0 1264349661
27866 c
27867 \change_inserted 0 1264349661
27868 C
27869 \change_unchanged
27870 ustomization
27871 \begin_inset Index
27872 status collapsed
27873
27874 \begin_layout Plain Layout
27875 Boxes ! Customization
27876 \end_layout
27877
27878 \end_inset
27879
27880
27881 \end_layout
27882
27883 \begin_layout Standard
27884 The default value for the size 
27885 \series bold
27886
27887 \backslash
27888 fboxrule
27889 \series default
27890  is 0.4
27891 \begin_inset space \thinspace{}
27892 \end_inset
27893
27894 pt.
27895  It can be changed with the following command in TeX-Code to e.
27896 \begin_inset space \thinspace{}
27897 \end_inset
27898
27899 g.
27900 \begin_inset space \space{}
27901 \end_inset
27902
27903 2
27904 \begin_inset space \thinspace{}
27905 \end_inset
27906
27907 pt:
27908 \end_layout
27909
27910 \begin_layout Standard
27911
27912 \series bold
27913
27914 \backslash
27915 setlength{
27916 \backslash
27917 fboxrule}{2pt}
27918 \end_layout
27919
27920 \begin_layout Standard
27921 \begin_inset ERT
27922 status collapsed
27923
27924 \begin_layout Plain Layout
27925
27926
27927 \backslash
27928 setlength{
27929 \backslash
27930 fboxrule}{2pt}
27931 \end_layout
27932
27933 \end_inset
27934
27935
27936 \begin_inset Box Boxed
27937 position "c"
27938 hor_pos "c"
27939 has_inner_box 1
27940 inner_pos "c"
27941 use_parbox 0
27942 width "25col%"
27943 special "none"
27944 height "1in"
27945 height_special "totalheight"
27946 status open
27947
27948 \begin_layout Plain Layout
27949 \align center
27950 Rectangular box with 
27951 \series bold
27952
27953 \backslash
27954 fboxrule
27955 \series default
27956
27957 \begin_inset space \thinspace{}
27958 \end_inset
27959
27960 =
27961 \begin_inset space \thinspace{}
27962 \end_inset
27963
27964 2
27965 \begin_inset space \thinspace{}
27966 \end_inset
27967
27968 pt
27969 \end_layout
27970
27971 \end_inset
27972
27973
27974 \begin_inset ERT
27975 status collapsed
27976
27977 \begin_layout Plain Layout
27978
27979
27980 \backslash
27981 setlength{
27982 \backslash
27983 fboxrule}{0.4pt}
27984 \end_layout
27985
27986 \end_inset
27987
27988
27989 \end_layout
27990
27991 \begin_layout Standard
27992 \begin_inset VSpace bigskip
27993 \end_inset
27994
27995 The space between the frame and the box content is for all frame styles
27996  by default 3
27997 \begin_inset space \thinspace{}
27998 \end_inset
27999
28000 pt.
28001  You can change it by setting the length 
28002 \series bold
28003
28004 \backslash
28005 fboxsep
28006 \series default
28007  to another value.
28008  For example the command
28009 \end_layout
28010
28011 \begin_layout Standard
28012
28013 \series bold
28014
28015 \backslash
28016 setlength{
28017 \backslash
28018 fboxsep}{10pt}
28019 \end_layout
28020
28021 \begin_layout Standard
28022 sets the value to 10
28023 \begin_inset space \thinspace{}
28024 \end_inset
28025
28026 pt, like for the following box:
28027 \end_layout
28028
28029 \begin_layout Standard
28030 \begin_inset ERT
28031 status collapsed
28032
28033 \begin_layout Plain Layout
28034
28035
28036 \backslash
28037 setlength{
28038 \backslash
28039 fboxsep}{10pt}
28040 \end_layout
28041
28042 \end_inset
28043
28044
28045 \begin_inset Box Boxed
28046 position "c"
28047 hor_pos "c"
28048 has_inner_box 1
28049 inner_pos "c"
28050 use_parbox 0
28051 width "25col%"
28052 special "none"
28053 height "1in"
28054 height_special "totalheight"
28055 status open
28056
28057 \begin_layout Plain Layout
28058 \align center
28059 Rectangular box with 
28060 \series bold
28061
28062 \backslash
28063 fboxsep
28064 \series default
28065
28066 \begin_inset space \thinspace{}
28067 \end_inset
28068
28069 =
28070 \begin_inset space \thinspace{}
28071 \end_inset
28072
28073 10
28074 \begin_inset space \thinspace{}
28075 \end_inset
28076
28077 pt
28078 \end_layout
28079
28080 \end_inset
28081
28082
28083 \begin_inset ERT
28084 status collapsed
28085
28086 \begin_layout Plain Layout
28087
28088
28089 \backslash
28090 setlength{
28091 \backslash
28092 fboxsep}{3pt}
28093 \end_layout
28094
28095 \end_inset
28096
28097
28098 \end_layout
28099
28100 \begin_layout Standard
28101 \begin_inset VSpace bigskip
28102 \end_inset
28103
28104 The diameter of the round corners of the oval boxes can be set with the
28105  command 
28106 \series bold
28107
28108 \backslash
28109 cornersize
28110 \series default
28111 .
28112  The command
28113 \end_layout
28114
28115 \begin_layout Standard
28116
28117 \series bold
28118
28119 \backslash
28120 cornersize*{1cm}
28121 \end_layout
28122
28123 \begin_layout Standard
28124 sets the diameter to 1
28125 \begin_inset space \thinspace{}
28126 \end_inset
28127
28128 cm.
28129  The command
28130 \end_layout
28131
28132 \begin_layout Standard
28133
28134 \series bold
28135
28136 \backslash
28137 cornersize{num}
28138 \end_layout
28139
28140 \begin_layout Standard
28141 sets the diameter to 
28142 \family sans
28143 num
28144 \begin_inset space \thinspace{}
28145 \end_inset
28146
28147 ×
28148 \begin_inset space \thinspace{}
28149 \end_inset
28150
28151 minimum(width and heigth of box)
28152 \family default
28153 .
28154  The default is 
28155 \series bold
28156
28157 \backslash
28158 cornersize{0.5}
28159 \series default
28160 .
28161 \end_layout
28162
28163 \begin_layout Standard
28164 \begin_inset ERT
28165 status collapsed
28166
28167 \begin_layout Plain Layout
28168
28169
28170 \backslash
28171 cornersize*{1.5cm}
28172 \end_layout
28173
28174 \end_inset
28175
28176
28177 \begin_inset Box Ovalbox
28178 position "c"
28179 hor_pos "c"
28180 has_inner_box 1
28181 inner_pos "c"
28182 use_parbox 0
28183 width "25col%"
28184 special "none"
28185 height "1in"
28186 height_special "totalheight"
28187 status open
28188
28189 \begin_layout Plain Layout
28190 \align center
28191 Oval box with 
28192 \series bold
28193
28194 \backslash
28195 cornersize
28196 \series default
28197
28198 \begin_inset space \thinspace{}
28199 \end_inset
28200
28201 =
28202 \begin_inset space \thinspace{}
28203 \end_inset
28204
28205 1.5
28206 \begin_inset space \thinspace{}
28207 \end_inset
28208
28209 cm
28210 \end_layout
28211
28212 \end_inset
28213
28214
28215 \begin_inset ERT
28216 status collapsed
28217
28218 \begin_layout Plain Layout
28219
28220
28221 \backslash
28222 cornersize{0.5}
28223 \end_layout
28224
28225 \end_inset
28226
28227
28228 \end_layout
28229
28230 \begin_layout Standard
28231 \begin_inset VSpace bigskip
28232 \end_inset
28233
28234 The size of the shadow can be adjusted by changing the length 
28235 \series bold
28236
28237 \backslash
28238 shadowsize
28239 \series default
28240 .
28241  It it set to 2
28242 \begin_inset space \thinspace{}
28243 \end_inset
28244
28245 pt for the following box by this command:
28246 \end_layout
28247
28248 \begin_layout Standard
28249
28250 \series bold
28251
28252 \backslash
28253 setlength{
28254 \backslash
28255 shadowsize}{2pt}
28256 \end_layout
28257
28258 \begin_layout Standard
28259 \begin_inset ERT
28260 status collapsed
28261
28262 \begin_layout Plain Layout
28263
28264
28265 \backslash
28266 setlength{
28267 \backslash
28268 shadowsize}{2pt}
28269 \end_layout
28270
28271 \end_inset
28272
28273
28274 \begin_inset Box Shadowbox
28275 position "c"
28276 hor_pos "c"
28277 has_inner_box 1
28278 inner_pos "c"
28279 use_parbox 0
28280 width "25col%"
28281 special "none"
28282 height "1in"
28283 height_special "totalheight"
28284 status open
28285
28286 \begin_layout Plain Layout
28287 \align center
28288 Shadow box with 
28289 \series bold
28290
28291 \backslash
28292 shadowsize
28293 \series default
28294
28295 \begin_inset space \thinspace{}
28296 \end_inset
28297
28298 =
28299 \begin_inset space \thinspace{}
28300 \end_inset
28301
28302 2
28303 \begin_inset space \thinspace{}
28304 \end_inset
28305
28306 pt
28307 \end_layout
28308
28309 \end_inset
28310
28311
28312 \begin_inset ERT
28313 status collapsed
28314
28315 \begin_layout Plain Layout
28316
28317
28318 \backslash
28319 setlength{
28320 \backslash
28321 shadowsize}{4pt}
28322 \end_layout
28323
28324 \end_inset
28325
28326
28327 \end_layout
28328
28329 \begin_layout Standard
28330 \begin_inset VSpace bigskip
28331 \end_inset
28332
28333
28334 \end_layout
28335
28336 \begin_layout Standard
28337 The default value for the size 
28338 \series bold
28339
28340 \backslash
28341 FrameRule
28342 \series default
28343  is 0.4
28344 \begin_inset space \thinspace{}
28345 \end_inset
28346
28347 pt.
28348  The default space between the note content and the frame is 9
28349 \begin_inset space \thinspace{}
28350 \end_inset
28351
28352 pt and can be changed with the value of 
28353 \series bold
28354
28355 \backslash
28356 FrameSep
28357 \series default
28358 .
28359  For example the frame appearance of the following 
28360 \family sans
28361 box
28362 \family default
28363  is set with the TeX-Code commands
28364 \change_inserted 0 1264350396
28365 :
28366 \change_unchanged
28367
28368 \end_layout
28369
28370 \begin_layout Standard
28371
28372 \series bold
28373
28374 \backslash
28375 setlength{
28376 \backslash
28377 FrameRule}{5pt}
28378 \begin_inset Newline newline
28379 \end_inset
28380
28381
28382 \backslash
28383 setlength{
28384 \backslash
28385 FrameSep}{0.5cm}
28386 \end_layout
28387
28388 \begin_layout Standard
28389 \begin_inset ERT
28390 status collapsed
28391
28392 \begin_layout Plain Layout
28393
28394
28395 \backslash
28396 setlength{
28397 \backslash
28398 FrameRule}{5pt}
28399 \end_layout
28400
28401 \begin_layout Plain Layout
28402
28403
28404 \backslash
28405 setlength{
28406 \backslash
28407 FrameSep}{0.5cm}
28408 \end_layout
28409
28410 \end_inset
28411
28412
28413 \begin_inset Box Framed
28414 position "t"
28415 hor_pos "c"
28416 has_inner_box 0
28417 inner_pos "t"
28418 use_parbox 0
28419 width "100col%"
28420 special "none"
28421 height "1in"
28422 height_special "totalheight"
28423 status open
28424
28425 \begin_layout Plain Layout
28426 This is text in an 
28427 \family sans
28428 allow page break
28429 \family default
28430  box.
28431 \end_layout
28432
28433 \end_inset
28434
28435
28436 \begin_inset ERT
28437 status collapsed
28438
28439 \begin_layout Plain Layout
28440
28441
28442 \backslash
28443 setlength{
28444 \backslash
28445 FrameRule}{0.4pt}
28446 \end_layout
28447
28448 \begin_layout Plain Layout
28449
28450
28451 \backslash
28452 setlength{
28453 \backslash
28454 FrameSep}{9pt}
28455 \end_layout
28456
28457 \end_inset
28458
28459
28460 \end_layout
28461
28462 \begin_layout Standard
28463 \begin_inset VSpace bigskip
28464 \end_inset
28465
28466
28467 \end_layout
28468
28469 \begin_layout Standard
28470 For 
28471 \family sans
28472 shaded background
28473 \family default
28474  boxes the default space between the box content and the box border is 3
28475 \begin_inset space \thinspace{}
28476 \end_inset
28477
28478 pt and can be changed with the value of 
28479 \series bold
28480
28481 \backslash
28482 fboxsep
28483 \series default
28484 .
28485  The default background color red can either be changed locally with the
28486  command 
28487 \series bold
28488
28489 \backslash
28490 definecolor{shadebox}
28491 \series default
28492  or globally with the menu 
28493 \family sans
28494 Tools\SpecialChar \menuseparator
28495 Preferences\SpecialChar \menuseparator
28496 Colors\SpecialChar \menuseparator
28497 shaded
28498 \begin_inset space ~
28499 \end_inset
28500
28501 box
28502 \family default
28503 .
28504  The scheme of the 
28505 \series bold
28506
28507 \backslash
28508 definecolor
28509 \series default
28510  command is explained in section
28511 \begin_inset space ~
28512 \end_inset
28513
28514
28515 \begin_inset CommandInset ref
28516 LatexCommand ref
28517 reference "sec:Colored-Tables"
28518
28519 \end_inset
28520
28521 .
28522 \begin_inset Foot
28523 status collapsed
28524
28525 \begin_layout Plain Layout
28526 Note that 
28527 \series bold
28528
28529 \backslash
28530 definecolor
28531 \series default
28532  requires the LaTeX-package 
28533 \series bold
28534 color
28535 \series default
28536  in the preamble, see section
28537 \begin_inset space ~
28538 \end_inset
28539
28540
28541 \begin_inset CommandInset ref
28542 LatexCommand ref
28543 reference "sec:Colored-Boxes"
28544
28545 \end_inset
28546
28547 .
28548 \end_layout
28549
28550 \end_inset
28551
28552  For example the appearance of the following 
28553 \family sans
28554 shaded background
28555 \family default
28556  
28557 \change_deleted 0 1264349764
28558 note
28559 \change_inserted 0 1264349764
28560 box
28561 \change_unchanged
28562  is set with the TeX-Code commands
28563 \change_inserted 0 1264349836
28564 :
28565 \change_unchanged
28566
28567 \end_layout
28568
28569 \begin_layout Standard
28570
28571 \series bold
28572
28573 \backslash
28574 setlength{
28575 \backslash
28576 fboxsep}{0.5cm}
28577 \series default
28578
28579 \begin_inset Newline newline
28580 \end_inset
28581
28582
28583 \series bold
28584
28585 \backslash
28586 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28587 \end_layout
28588
28589 \begin_layout Standard
28590 \begin_inset ERT
28591 status collapsed
28592
28593 \begin_layout Plain Layout
28594
28595
28596 \backslash
28597 setlength{
28598 \backslash
28599 fboxsep}{0.5cm}
28600 \end_layout
28601
28602 \begin_layout Plain Layout
28603
28604
28605 \backslash
28606 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28607 \end_layout
28608
28609 \end_inset
28610
28611
28612 \begin_inset Box Shaded
28613 position "t"
28614 hor_pos "c"
28615 has_inner_box 0
28616 inner_pos "t"
28617 use_parbox 0
28618 width "100col%"
28619 special "none"
28620 height "1in"
28621 height_special "totalheight"
28622 status open
28623
28624 \begin_layout Plain Layout
28625
28626 \color yellow
28627 This is yellow text in a
28628 \color none
28629  
28630 \family sans
28631 \color yellow
28632 shaded background
28633 \family default
28634 \color none
28635  
28636 \color yellow
28637 box with dark green background.
28638 \end_layout
28639
28640 \end_inset
28641
28642
28643 \begin_inset ERT
28644 status collapsed
28645
28646 \begin_layout Plain Layout
28647
28648
28649 \backslash
28650 setlength{
28651 \backslash
28652 fboxsep}{3pt}
28653 \end_layout
28654
28655 \begin_layout Plain Layout
28656
28657
28658 \backslash
28659 definecolor{shadecolor}{rgb}{1,0,0}
28660 \end_layout
28661
28662 \end_inset
28663
28664
28665 \end_layout
28666
28667 \begin_layout Standard
28668 \begin_inset VSpace bigskip
28669 \end_inset
28670
28671 Changed lengths and widths are valid for all boxes following the commands
28672  that change them.
28673 \end_layout
28674
28675 \begin_layout Section
28676 Minipages
28677 \begin_inset CommandInset label
28678 LatexCommand label
28679 name "sec:Minipages"
28680
28681 \end_inset
28682
28683
28684 \begin_inset Index
28685 status collapsed
28686
28687 \begin_layout Plain Layout
28688 Boxes ! Minipages
28689 \end_layout
28690
28691 \end_inset
28692
28693
28694 \end_layout
28695
28696 \begin_layout Standard
28697 Minipages are treated by LaTeX as pages within pages and can therefore for
28698  example have their own footnotes.
28699 \end_layout
28700
28701 \begin_layout Standard
28702 Minipages are useful when you write documents with different languages.
28703 \end_layout
28704
28705 \begin_layout Standard
28706 Below are two example minipages side by side.
28707  Their width is set to 45
28708 \begin_inset space \thinspace{}
28709 \end_inset
28710
28711 col% and they are separated by a horizontal fill, that was inserted via
28712  the menu 
28713 \family sans
28714 Insert\SpecialChar \menuseparator
28715 Special
28716 \begin_inset space ~
28717 \end_inset
28718
28719 Formatting\SpecialChar \menuseparator
28720 Horizontal
28721 \begin_inset space ~
28722 \end_inset
28723
28724 Fill
28725 \family default
28726 .
28727 \begin_inset Newpage newpage
28728 \end_inset
28729
28730
28731 \end_layout
28732
28733 \begin_layout Standard
28734 \begin_inset Box Frameless
28735 position "t"
28736 hor_pos "c"
28737 has_inner_box 1
28738 inner_pos "c"
28739 use_parbox 0
28740 width "45col%"
28741 special "none"
28742 height "1in"
28743 height_special "totalheight"
28744 status open
28745
28746 \begin_layout Plain Layout
28747
28748 \lang german
28749 Dies ist ein deutscher Text.
28750  Dies ist ein deutscher Text.
28751  Dies ist ein deutscher Text.
28752  Dies ist ein deutscher Text.
28753  Dies ist ein deutscher Text.
28754  Dies ist ein deutscher Text.
28755  Dies ist ein deutscher Text.
28756  Dies ist ein deutscher Text.
28757  Dies ist ein deutscher Text.
28758  Dies ist ein deutscher Text.
28759  Dies ist ein deutscher Text.
28760  Dies ist ein deutscher Text.
28761  Dies ist ein deutscher Text
28762 \begin_inset Foot
28763 status collapsed
28764
28765 \begin_layout Plain Layout
28766
28767 \lang german
28768 Dies ist eine deutsche Fußnote.
28769 \end_layout
28770
28771 \end_inset
28772
28773 .
28774  Dies ist ein deutscher Text.
28775  Dies ist ein deutscher Text.
28776 \end_layout
28777
28778 \end_inset
28779
28780
28781 \begin_inset space \hfill{}
28782 \end_inset
28783
28784
28785 \begin_inset Box Frameless
28786 position "t"
28787 hor_pos "c"
28788 has_inner_box 1
28789 inner_pos "c"
28790 use_parbox 0
28791 width "45col%"
28792 special "none"
28793 height "1in"
28794 height_special "totalheight"
28795 status open
28796
28797 \begin_layout Plain Layout
28798 This is an English Text.
28799  This is an English Text.
28800  This is an English Text.
28801  This is an English Text.
28802  This is an English Text.
28803  This is an English Text.
28804  This is an English Text.
28805  This is an English Text.
28806  This is an English Text.
28807  This is an English Text.
28808  This is an English Text.
28809  This is an English Text.
28810  This is an English Text.
28811  This is an English Text.
28812  This is an English Text.
28813  This is an English Text.
28814 \begin_inset Foot
28815 status collapsed
28816
28817 \begin_layout Plain Layout
28818 This is an English footnote.
28819 \end_layout
28820
28821 \end_inset
28822
28823  This is an English Text.
28824  
28825 \end_layout
28826
28827 \end_inset
28828
28829
28830 \end_layout
28831
28832 \begin_layout Standard
28833 \begin_inset VSpace bigskip
28834 \end_inset
28835
28836 Another application for minipages are footnotes within tables.
28837  Due to a LaTeX restriction footnotes within tables doesn't appear at the
28838  bottom of the current page.
28839  But when you put the table with the footnote to a minipage, the footnote
28840  will appear at its bottom, numbered with Latin letters.
28841  The footnote number is reset to 1 in every minipage but not outside the
28842  minipages.
28843 \end_layout
28844
28845 \begin_layout Standard
28846 The footnote of this table doesn't appear: 
28847 \begin_inset Tabular
28848 <lyxtabular version="3" rows="3" columns="4">
28849 <features>
28850 <column alignment="center" valignment="top" width="0pt">
28851 <column alignment="center" valignment="top" width="0pt">
28852 <column alignment="center" valignment="top" width="0pt">
28853 <column alignment="center" valignment="top" width="0pt">
28854 <row>
28855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28856 \begin_inset Text
28857
28858 \begin_layout Plain Layout
28859 1
28860 \end_layout
28861
28862 \end_inset
28863 </cell>
28864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28865 \begin_inset Text
28866
28867 \begin_layout Plain Layout
28868 2
28869 \end_layout
28870
28871 \end_inset
28872 </cell>
28873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28874 \begin_inset Text
28875
28876 \begin_layout Plain Layout
28877 3
28878 \begin_inset Foot
28879 status collapsed
28880
28881 \begin_layout Plain Layout
28882 This is a footnote within a table.
28883 \end_layout
28884
28885 \end_inset
28886
28887
28888 \end_layout
28889
28890 \end_inset
28891 </cell>
28892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28893 \begin_inset Text
28894
28895 \begin_layout Plain Layout
28896 4
28897 \end_layout
28898
28899 \end_inset
28900 </cell>
28901 </row>
28902 <row>
28903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28904 \begin_inset Text
28905
28906 \begin_layout Plain Layout
28907 a
28908 \end_layout
28909
28910 \end_inset
28911 </cell>
28912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28913 \begin_inset Text
28914
28915 \begin_layout Plain Layout
28916 b
28917 \end_layout
28918
28919 \end_inset
28920 </cell>
28921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28922 \begin_inset Text
28923
28924 \begin_layout Plain Layout
28925 c
28926 \end_layout
28927
28928 \end_inset
28929 </cell>
28930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28931 \begin_inset Text
28932
28933 \begin_layout Plain Layout
28934 d
28935 \end_layout
28936
28937 \end_inset
28938 </cell>
28939 </row>
28940 <row>
28941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28942 \begin_inset Text
28943
28944 \begin_layout Plain Layout
28945 e
28946 \end_layout
28947
28948 \end_inset
28949 </cell>
28950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28951 \begin_inset Text
28952
28953 \begin_layout Plain Layout
28954 f
28955 \end_layout
28956
28957 \end_inset
28958 </cell>
28959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28960 \begin_inset Text
28961
28962 \begin_layout Plain Layout
28963 g
28964 \end_layout
28965
28966 \end_inset
28967 </cell>
28968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28969 \begin_inset Text
28970
28971 \begin_layout Plain Layout
28972 h
28973 \end_layout
28974
28975 \end_inset
28976 </cell>
28977 </row>
28978 </lyxtabular>
28979
28980 \end_inset
28981
28982
28983 \end_layout
28984
28985 \begin_layout Standard
28986 \align center
28987 \begin_inset Box Frameless
28988 position "t"
28989 hor_pos "c"
28990 has_inner_box 1
28991 inner_pos "c"
28992 use_parbox 0
28993 width "30col%"
28994 special "none"
28995 height "1in"
28996 height_special "totalheight"
28997 status open
28998
28999 \begin_layout Plain Layout
29000 \align center
29001 \begin_inset Tabular
29002 <lyxtabular version="3" rows="3" columns="4">
29003 <features>
29004 <column alignment="center" valignment="top" width="0pt">
29005 <column alignment="center" valignment="top" width="0pt">
29006 <column alignment="center" valignment="top" width="0pt">
29007 <column alignment="center" valignment="top" width="0pt">
29008 <row>
29009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29010 \begin_inset Text
29011
29012 \begin_layout Plain Layout
29013 1
29014 \end_layout
29015
29016 \end_inset
29017 </cell>
29018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29019 \begin_inset Text
29020
29021 \begin_layout Plain Layout
29022 2
29023 \end_layout
29024
29025 \end_inset
29026 </cell>
29027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29028 \begin_inset Text
29029
29030 \begin_layout Plain Layout
29031 3
29032 \begin_inset Foot
29033 status collapsed
29034
29035 \begin_layout Plain Layout
29036 This is a footnote within a table.
29037 \end_layout
29038
29039 \end_inset
29040
29041
29042 \end_layout
29043
29044 \end_inset
29045 </cell>
29046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29047 \begin_inset Text
29048
29049 \begin_layout Plain Layout
29050 4
29051 \end_layout
29052
29053 \end_inset
29054 </cell>
29055 </row>
29056 <row>
29057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29058 \begin_inset Text
29059
29060 \begin_layout Plain Layout
29061 a
29062 \end_layout
29063
29064 \end_inset
29065 </cell>
29066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29067 \begin_inset Text
29068
29069 \begin_layout Plain Layout
29070 b
29071 \end_layout
29072
29073 \end_inset
29074 </cell>
29075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
29076 \begin_inset Text
29077
29078 \begin_layout Plain Layout
29079 c
29080 \end_layout
29081
29082 \end_inset
29083 </cell>
29084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
29085 \begin_inset Text
29086
29087 \begin_layout Plain Layout
29088 d
29089 \end_layout
29090
29091 \end_inset
29092 </cell>
29093 </row>
29094 <row>
29095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29096 \begin_inset Text
29097
29098 \begin_layout Plain Layout
29099 e
29100 \end_layout
29101
29102 \end_inset
29103 </cell>
29104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29105 \begin_inset Text
29106
29107 \begin_layout Plain Layout
29108 f
29109 \end_layout
29110
29111 \end_inset
29112 </cell>
29113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29114 \begin_inset Text
29115
29116 \begin_layout Plain Layout
29117 g
29118 \end_layout
29119
29120 \end_inset
29121 </cell>
29122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29123 \begin_inset Text
29124
29125 \begin_layout Plain Layout
29126 h
29127 \end_layout
29128
29129 \end_inset
29130 </cell>
29131 </row>
29132 </lyxtabular>
29133
29134 \end_inset
29135
29136
29137 \end_layout
29138
29139 \end_inset
29140
29141
29142 \end_layout
29143
29144 \begin_layout Standard
29145 \begin_inset VSpace bigskip
29146 \end_inset
29147
29148 The document-wide paragraph settings are ignored within minipages.
29149  That means that there will be no space between paragraphs in minipages
29150  although you set it to e.
29151 \begin_inset space \thinspace{}
29152 \end_inset
29153
29154 g.
29155 \begin_inset space \space{}
29156 \end_inset
29157
29158
29159 \family sans
29160 MedSkip
29161 \family default
29162  in the document settings.
29163 \end_layout
29164
29165 \begin_layout Standard
29166 Minipages can also be used to set a background color for text parts, see
29167  section
29168 \begin_inset space ~
29169 \end_inset
29170
29171
29172 \begin_inset CommandInset ref
29173 LatexCommand ref
29174 reference "sub:Color-for-Paragraphs"
29175
29176 \end_inset
29177
29178 .
29179 \end_layout
29180
29181 \begin_layout Standard
29182 \begin_inset Note Greyedout
29183 status open
29184
29185 \begin_layout Plain Layout
29186
29187 \series bold
29188 Note:
29189 \series default
29190  You cannot have floats or margin notes inside minipages but minipages can
29191  be used inside tables, floats, and other boxes.
29192 \end_layout
29193
29194 \end_inset
29195
29196
29197 \end_layout
29198
29199 \begin_layout Section
29200 Parboxes
29201 \begin_inset CommandInset label
29202 LatexCommand label
29203 name "sec:Parboxes"
29204
29205 \end_inset
29206
29207
29208 \begin_inset Index
29209 status collapsed
29210
29211 \begin_layout Plain Layout
29212 Boxes ! Parboxes
29213 \end_layout
29214
29215 \end_inset
29216
29217
29218 \end_layout
29219
29220 \begin_layout Standard
29221 Parboxes are very similar to minipages with the difference that they cannot
29222  have footnotes.
29223  The main difference to minipages is that minipages are in contrary to parboxes
29224  no real boxes but LaTeX-environments.
29225 \end_layout
29226
29227 \begin_layout Standard
29228 \align center
29229 \begin_inset Box Frameless
29230 position "t"
29231 hor_pos "c"
29232 has_inner_box 1
29233 inner_pos "t"
29234 use_parbox 1
29235 width "33col%"
29236 special "none"
29237 height "1in"
29238 height_special "totalheight"
29239 status collapsed
29240
29241 \begin_layout Plain Layout
29242 This a text within a parbox.
29243  This a text within a parbox.
29244 \end_layout
29245
29246 \begin_layout Plain Layout
29247 This footnote won't appear:
29248 \begin_inset Foot
29249 status collapsed
29250
29251 \begin_layout Plain Layout
29252 This footnote is inside a parbox and will therefore not appear.
29253 \end_layout
29254
29255 \end_inset
29256
29257
29258 \end_layout
29259
29260 \end_inset
29261
29262
29263 \end_layout
29264
29265 \begin_layout Section
29266 Boxes for Words and Characters
29267 \begin_inset Index
29268 status collapsed
29269
29270 \begin_layout Plain Layout
29271 Boxes ! for Characters
29272 \end_layout
29273
29274 \end_inset
29275
29276
29277 \end_layout
29278
29279 \begin_layout Subsection
29280 Prevent Hyphenation
29281 \begin_inset CommandInset label
29282 LatexCommand label
29283 name "sec:Prevent-Hyphenation"
29284
29285 \end_inset
29286
29287
29288 \begin_inset Index
29289 status collapsed
29290
29291 \begin_layout Plain Layout
29292 Boxes ! to Prevent Hyphenation
29293 \end_layout
29294
29295 \end_inset
29296
29297
29298 \end_layout
29299
29300 \begin_layout Standard
29301 You can use a special kind of boxes to prevent words or text to be hyphenated.
29302 \begin_inset Newline newline
29303 \end_inset
29304
29305 Here is an example text:
29306 \end_layout
29307
29308 \begin_layout Standard
29309 This line is an example to show how you can prevent the hyphenation of 
29310 \begin_inset Quotes eld
29311 \end_inset
29312
29313 veryverylongword
29314 \begin_inset Quotes erd
29315 \end_inset
29316
29317 .
29318 \end_layout
29319
29320 \begin_layout Standard
29321 To prevent the hyphenation of the word 
29322 \begin_inset Quotes eld
29323 \end_inset
29324
29325 veryverylongword
29326 \begin_inset Quotes erd
29327 \end_inset
29328
29329 , add the command
29330 \end_layout
29331
29332 \begin_layout Standard
29333
29334 \series bold
29335
29336 \backslash
29337 mbox{
29338 \end_layout
29339
29340 \begin_layout Standard
29341 in TeX-Code before the word.
29342  Behind the word insert a closing brace 
29343 \begin_inset Quotes eld
29344 \end_inset
29345
29346
29347 \series bold
29348 }
29349 \series default
29350
29351 \begin_inset Quotes erd
29352 \end_inset
29353
29354  in TeX-Code.
29355 \end_layout
29356
29357 \begin_layout Standard
29358 This is the result:
29359 \end_layout
29360
29361 \begin_layout Standard
29362 This line is an example to show how you can prevent the hyphenation of 
29363 \begin_inset ERT
29364 status collapsed
29365
29366 \begin_layout Plain Layout
29367
29368
29369 \backslash
29370 mbox{
29371 \end_layout
29372
29373 \end_inset
29374
29375
29376 \begin_inset Quotes eld
29377 \end_inset
29378
29379 veryverylongword
29380 \begin_inset Quotes erd
29381 \end_inset
29382
29383 .
29384 \begin_inset ERT
29385 status collapsed
29386
29387 \begin_layout Plain Layout
29388
29389 }
29390 \end_layout
29391
29392 \end_inset
29393
29394
29395 \end_layout
29396
29397 \begin_layout Standard
29398 You can alternatively set the command 
29399 \begin_inset Quotes eld
29400 \end_inset
29401
29402
29403 \series bold
29404
29405 \backslash
29406 -
29407 \series default
29408
29409 \begin_inset Quotes grd
29410 \end_inset
29411
29412  as TeX-Code directly before the word:
29413 \end_layout
29414
29415 \begin_layout Standard
29416 This line is an example to show how you can prevent the hyphenation of 
29417 \begin_inset Quotes eld
29418 \end_inset
29419
29420
29421 \begin_inset ERT
29422 status collapsed
29423
29424 \begin_layout Plain Layout
29425
29426
29427 \backslash
29428 -
29429 \end_layout
29430
29431 \end_inset
29432
29433 veryverylongword
29434 \begin_inset Quotes erd
29435 \end_inset
29436
29437 .
29438 \end_layout
29439
29440 \begin_layout Standard
29441 Of course the word now protrudes over the side margin.
29442  To avoid this, add via the menu 
29443 \family sans
29444 Insert\SpecialChar \menuseparator
29445 Special
29446 \begin_inset space ~
29447 \end_inset
29448
29449 Formatting\SpecialChar \menuseparator
29450 Line
29451 \begin_inset space ~
29452 \end_inset
29453
29454 Break
29455 \family default
29456  (shortcut 
29457 \begin_inset Info
29458 type  "shortcut"
29459 arg   "newline-insert newline"
29460 \end_inset
29461
29462 ) a line break before the word:
29463 \end_layout
29464
29465 \begin_layout Standard
29466 This line is an example to show how you can prevent the hyphenation of 
29467 \begin_inset Newline newline
29468 \end_inset
29469
29470
29471 \begin_inset ERT
29472 status collapsed
29473
29474 \begin_layout Plain Layout
29475
29476
29477 \backslash
29478 mbox{
29479 \end_layout
29480
29481 \end_inset
29482
29483
29484 \begin_inset Quotes eld
29485 \end_inset
29486
29487 veryverylongword
29488 \begin_inset Quotes erd
29489 \end_inset
29490
29491 .
29492 \begin_inset ERT
29493 status collapsed
29494
29495 \begin_layout Plain Layout
29496
29497 }
29498 \end_layout
29499
29500 \end_inset
29501
29502
29503 \end_layout
29504
29505 \begin_layout Subsection
29506 Vertical Alignment
29507 \begin_inset CommandInset label
29508 LatexCommand label
29509 name "sub:Vertical-Alignment"
29510
29511 \end_inset
29512
29513
29514 \begin_inset Index
29515 status collapsed
29516
29517 \begin_layout Plain Layout
29518 Boxes ! for Vertical Alignment
29519 \end_layout
29520
29521 \end_inset
29522
29523
29524 \begin_inset Index
29525 status collapsed
29526
29527 \begin_layout Plain Layout
29528 Boxes ! Raiseboxes
29529 \end_layout
29530
29531 \end_inset
29532
29533
29534 \end_layout
29535
29536 \begin_layout Standard
29537 With the help of the command 
29538 \series bold
29539
29540 \backslash
29541 raisebox
29542 \series default
29543  you can align words, characters or other boxes vertically to the surrounding
29544  text.
29545  
29546 \series bold
29547
29548 \backslash
29549 raisebox
29550 \series default
29551  is used with the following scheme:
29552 \end_layout
29553
29554 \begin_layout Standard
29555
29556 \series bold
29557
29558 \backslash
29559 raisebox{lift}[height][depth]{box content}
29560 \end_layout
29561
29562 \begin_layout Standard
29563 The lift can be a positive value to raise the box or a negative value to
29564  lower the box.
29565 \end_layout
29566
29567 \begin_layout Standard
29568 To align for example the word 
29569 \begin_inset Quotes eld
29570 \end_inset
29571
29572 preventing
29573 \begin_inset Quotes erd
29574 \end_inset
29575
29576  so that the bottom of the 
29577 \begin_inset Quotes eld
29578 \end_inset
29579
29580 deepest
29581 \begin_inset Quotes erd
29582 \end_inset
29583
29584  character 
29585 \begin_inset Quotes eld
29586 \end_inset
29587
29588 p
29589 \begin_inset Quotes erd
29590 \end_inset
29591
29592  is at the baseline, insert the command
29593 \end_layout
29594
29595 \begin_layout Standard
29596
29597 \series bold
29598
29599 \backslash
29600 raisebox{
29601 \backslash
29602 depth}{
29603 \end_layout
29604
29605 \begin_layout Standard
29606 in TeX-Code before the word.
29607  Behind the word insert a closing brace 
29608 \begin_inset Quotes eld
29609 \end_inset
29610
29611
29612 \series bold
29613 }
29614 \series default
29615
29616 \begin_inset Quotes erd
29617 \end_inset
29618
29619  in TeX-Code.
29620 \begin_inset Newline newline
29621 \end_inset
29622
29623 This is the result:
29624 \end_layout
29625
29626 \begin_layout Standard
29627 This is a text line with the word 
29628 \begin_inset ERT
29629 status collapsed
29630
29631 \begin_layout Plain Layout
29632
29633
29634 \backslash
29635 raisebox{
29636 \backslash
29637 depth}{
29638 \end_layout
29639
29640 \end_inset
29641
29642
29643 \begin_inset Quotes eld
29644 \end_inset
29645
29646 preventing
29647 \begin_inset Quotes erd
29648 \end_inset
29649
29650
29651 \begin_inset ERT
29652 status collapsed
29653
29654 \begin_layout Plain Layout
29655
29656 }
29657 \end_layout
29658
29659 \end_inset
29660
29661  as raised word.
29662 \end_layout
29663
29664 \begin_layout Standard
29665 \begin_inset VSpace bigskip
29666 \end_inset
29667
29668 When you raise or lower characters in a line, the line distance will be
29669  spread:
29670 \end_layout
29671
29672 \begin_layout Standard
29673 This is a text line with the word 
29674 \begin_inset ERT
29675 status collapsed
29676
29677 \begin_layout Plain Layout
29678
29679
29680 \backslash
29681 raisebox{-
29682 \backslash
29683 depth}{
29684 \end_layout
29685
29686 \end_inset
29687
29688
29689 \begin_inset Quotes eld
29690 \end_inset
29691
29692 preventing
29693 \begin_inset Quotes erd
29694 \end_inset
29695
29696
29697 \begin_inset ERT
29698 status collapsed
29699
29700 \begin_layout Plain Layout
29701
29702 }
29703 \end_layout
29704
29705 \end_inset
29706
29707  as lowered word.
29708 \begin_inset Newline newline
29709 \end_inset
29710
29711 This is a text line with the word 
29712 \begin_inset ERT
29713 status collapsed
29714
29715 \begin_layout Plain Layout
29716
29717
29718 \backslash
29719 raisebox{0.5cm}{
29720 \end_layout
29721
29722 \end_inset
29723
29724
29725 \begin_inset Quotes eld
29726 \end_inset
29727
29728 testing
29729 \begin_inset Quotes erd
29730 \end_inset
29731
29732
29733 \begin_inset ERT
29734 status collapsed
29735
29736 \begin_layout Plain Layout
29737
29738 }
29739 \end_layout
29740
29741 \end_inset
29742
29743  as raised word.
29744 \end_layout
29745
29746 \begin_layout Standard
29747 If you want to prevent this for a certain reason, set the box height to
29748  a zero value.
29749  For example use
29750 \end_layout
29751
29752 \begin_layout Standard
29753
29754 \series bold
29755
29756 \backslash
29757 raisebox{-
29758 \backslash
29759 depth}[0pt]{
29760 \end_layout
29761
29762 \begin_layout Standard
29763 This is a text line with the word 
29764 \begin_inset ERT
29765 status collapsed
29766
29767 \begin_layout Plain Layout
29768
29769
29770 \backslash
29771 raisebox{-
29772 \backslash
29773 depth}[0pt]{
29774 \end_layout
29775
29776 \end_inset
29777
29778
29779 \begin_inset Quotes eld
29780 \end_inset
29781
29782 preventing
29783 \begin_inset Quotes erd
29784 \end_inset
29785
29786
29787 \begin_inset ERT
29788 status collapsed
29789
29790 \begin_layout Plain Layout
29791
29792 }
29793 \end_layout
29794
29795 \end_inset
29796
29797  as lowered word.
29798 \begin_inset Newline newline
29799 \end_inset
29800
29801 This is a text line with the word 
29802 \begin_inset ERT
29803 status collapsed
29804
29805 \begin_layout Plain Layout
29806
29807
29808 \backslash
29809 raisebox{0.5cm}[0pt]{
29810 \end_layout
29811
29812 \end_inset
29813
29814
29815 \begin_inset Quotes eld
29816 \end_inset
29817
29818 testing
29819 \begin_inset Quotes erd
29820 \end_inset
29821
29822
29823 \begin_inset ERT
29824 status collapsed
29825
29826 \begin_layout Plain Layout
29827
29828 }
29829 \end_layout
29830
29831 \end_inset
29832
29833  as raised word.
29834 \end_layout
29835
29836 \begin_layout Section
29837 Colored Boxes
29838 \begin_inset CommandInset label
29839 LatexCommand label
29840 name "sec:Colored-Boxes"
29841
29842 \end_inset
29843
29844
29845 \begin_inset Index
29846 status collapsed
29847
29848 \begin_layout Plain Layout
29849 Boxes ! Color
29850 \end_layout
29851
29852 \end_inset
29853
29854
29855 \end_layout
29856
29857 \begin_layout Subsection
29858 Color for Text
29859 \begin_inset Index
29860 status collapsed
29861
29862 \begin_layout Plain Layout
29863 Color ! for Text
29864 \end_layout
29865
29866 \end_inset
29867
29868
29869 \end_layout
29870
29871 \begin_layout Standard
29872 To color the background of text the text must be put into a so called 
29873 \begin_inset Quotes eld
29874 \end_inset
29875
29876 colorbox
29877 \begin_inset Quotes erd
29878 \end_inset
29879
29880 .
29881  This requires that the LaTeX-package 
29882 \series bold
29883 color
29884 \series default
29885
29886 \begin_inset Index
29887 status collapsed
29888
29889 \begin_layout Plain Layout
29890 LaTeX-packages ! color
29891 \end_layout
29892
29893 \end_inset
29894
29895  is loaded in the document preamble with the command
29896 \end_layout
29897
29898 \begin_layout Standard
29899
29900 \series bold
29901
29902 \backslash
29903 @ifundefined{textcolor}
29904 \begin_inset Newline newline
29905 \end_inset
29906
29907
29908 \begin_inset ERT
29909 status collapsed
29910
29911 \begin_layout Plain Layout
29912
29913
29914 \backslash
29915 hphantom{ }
29916 \end_layout
29917
29918 \end_inset
29919
29920 {
29921 \backslash
29922 usepackage{color}}{}
29923 \end_layout
29924
29925 \begin_layout Standard
29926 The package 
29927 \series bold
29928 color
29929 \series default
29930  will be loaded automatically by LyX when you color text
29931 \begin_inset Foot
29932 status collapsed
29933
29934 \begin_layout Plain Layout
29935 To avoid that it is loaded twice the command 
29936 \series bold
29937
29938 \backslash
29939 @ifundefined
29940 \series default
29941  is used.
29942 \end_layout
29943
29944 \end_inset
29945
29946 .
29947 \end_layout
29948
29949 \begin_layout Standard
29950 \begin_inset VSpace medskip
29951 \end_inset
29952
29953 Colorboxes are created with the command 
29954 \series bold
29955
29956 \backslash
29957 colorbox
29958 \series default
29959 .
29960  This will be used with the following scheme:
29961 \end_layout
29962
29963 \begin_layout Standard
29964
29965 \series bold
29966
29967 \backslash
29968 colorbox{color}{box content}
29969 \end_layout
29970
29971 \begin_layout Standard
29972 The box content can also be a box and colorboxes can also be within other
29973  boxes.
29974 \end_layout
29975
29976 \begin_layout Standard
29977 The following colors are predefined:
29978 \begin_inset Newline newline
29979 \end_inset
29980
29981
29982 \family sans
29983 black
29984 \family default
29985
29986 \family sans
29987 blue
29988 \family default
29989
29990 \family sans
29991 cyan
29992 \family default
29993 \series bold
29994 ,
29995 \series default
29996  
29997 \family sans
29998 green
29999 \family default
30000
30001 \family sans
30002 magenta
30003 \family default
30004
30005 \family sans
30006 red
30007 \family default
30008
30009 \family sans
30010 white
30011 \family default
30012 , and 
30013 \family sans
30014 yellow
30015 \family default
30016 .
30017 \begin_inset Newline newline
30018 \end_inset
30019
30020 You can also define your own color as described in section
30021 \begin_inset space ~
30022 \end_inset
30023
30024
30025 \begin_inset CommandInset ref
30026 LatexCommand ref
30027 reference "sec:Colored-Tables"
30028
30029 \end_inset
30030
30031 .
30032 \end_layout
30033
30034 \begin_layout Standard
30035 To have e.
30036 \begin_inset space \thinspace{}
30037 \end_inset
30038
30039 g.
30040 \begin_inset space \space{}
30041 \end_inset
30042
30043 a red background for a word, insert the command
30044 \end_layout
30045
30046 \begin_layout Standard
30047
30048 \series bold
30049
30050 \backslash
30051 colorbox{red}{
30052 \end_layout
30053
30054 \begin_layout Standard
30055 before the word in TeX-Code.
30056  Behind the word insert a closing brace 
30057 \begin_inset Quotes eld
30058 \end_inset
30059
30060
30061 \series bold
30062 }
30063 \series default
30064
30065 \begin_inset Quotes erd
30066 \end_inset
30067
30068  in TeX-Code.
30069 \begin_inset Newline newline
30070 \end_inset
30071
30072 This is the result:
30073 \end_layout
30074
30075 \begin_layout Standard
30076 This is a line where the word 
30077 \begin_inset ERT
30078 status collapsed
30079
30080 \begin_layout Plain Layout
30081
30082
30083 \backslash
30084 colorbox{red}{
30085 \end_layout
30086
30087 \end_inset
30088
30089
30090 \begin_inset Quotes eld
30091 \end_inset
30092
30093 Attention!
30094 \begin_inset Quotes erd
30095 \end_inset
30096
30097
30098 \begin_inset ERT
30099 status collapsed
30100
30101 \begin_layout Plain Layout
30102
30103 }
30104 \end_layout
30105
30106 \end_inset
30107
30108  has a red background.
30109 \end_layout
30110
30111 \begin_layout Standard
30112 \begin_inset VSpace bigskip
30113 \end_inset
30114
30115 If you would have the box frame in a different color, you can use the command
30116  
30117 \series bold
30118
30119 \backslash
30120 fcolorbox
30121 \series default
30122  with the following scheme:
30123 \end_layout
30124
30125 \begin_layout Standard
30126
30127 \series bold
30128
30129 \backslash
30130 fcolorbox{frame color}{box color}{box content}
30131 \end_layout
30132
30133 \begin_layout Standard
30134
30135 \series bold
30136
30137 \backslash
30138 fcolorbox
30139 \series default
30140  is an extension to 
30141 \series bold
30142
30143 \backslash
30144 colorbox
30145 \series default
30146 .
30147  The frame thickness and the space between the frame and the box content
30148  can be adjusted with the lengths 
30149 \series bold
30150
30151 \backslash
30152 fboxrule
30153 \series default
30154  and 
30155 \series bold
30156
30157 \backslash
30158 fboxsep
30159 \series default
30160 , respectively, as described in section
30161 \begin_inset space ~
30162 \end_inset
30163
30164
30165 \begin_inset CommandInset ref
30166 LatexCommand ref
30167 reference "sec:Decoration"
30168
30169 \end_inset
30170
30171 .
30172 \end_layout
30173
30174 \begin_layout Standard
30175 For the following example the command
30176 \end_layout
30177
30178 \begin_layout Standard
30179
30180 \series bold
30181
30182 \backslash
30183 fcolorbox{cyan}{magenta}{
30184 \end_layout
30185
30186 \begin_layout Standard
30187 was used.
30188 \end_layout
30189
30190 \begin_layout Standard
30191 Here is an example where the frame line thickness was set to 1
30192 \begin_inset space \thinspace{}
30193 \end_inset
30194
30195 mm:
30196 \begin_inset Newline newline
30197 \end_inset
30198
30199
30200 \begin_inset ERT
30201 status collapsed
30202
30203 \begin_layout Plain Layout
30204
30205
30206 \backslash
30207 fboxrule 1mm 
30208 \backslash
30209 fboxsep 1mm
30210 \end_layout
30211
30212 \end_inset
30213
30214
30215 \begin_inset ERT
30216 status collapsed
30217
30218 \begin_layout Plain Layout
30219
30220
30221 \backslash
30222 fcolorbox{cyan}{magenta}{
30223 \end_layout
30224
30225 \end_inset
30226
30227 This is text within a colored, framed box.
30228 \begin_inset ERT
30229 status collapsed
30230
30231 \begin_layout Plain Layout
30232
30233 }
30234 \end_layout
30235
30236 \end_inset
30237
30238
30239 \end_layout
30240
30241 \begin_layout Standard
30242 \begin_inset VSpace bigskip
30243 \end_inset
30244
30245 Of course you can also have colored text inside a colorbox:
30246 \begin_inset Newline newline
30247 \end_inset
30248
30249
30250 \begin_inset ERT
30251 status collapsed
30252
30253 \begin_layout Plain Layout
30254
30255
30256 \backslash
30257 fcolorbox{cyan}{magenta}{
30258 \end_layout
30259
30260 \end_inset
30261
30262
30263 \color yellow
30264 This is colored text within a colored, framed box.
30265 \color none
30266
30267 \begin_inset ERT
30268 status collapsed
30269
30270 \begin_layout Plain Layout
30271
30272 }
30273 \end_layout
30274
30275 \end_inset
30276
30277
30278 \begin_inset ERT
30279 status collapsed
30280
30281 \begin_layout Plain Layout
30282
30283
30284 \backslash
30285 fboxrule 0.4pt 
30286 \backslash
30287 fboxsep 3pt
30288 \end_layout
30289
30290 \end_inset
30291
30292
30293 \end_layout
30294
30295 \begin_layout Standard
30296
30297 \series bold
30298 \begin_inset VSpace medskip
30299 \end_inset
30300
30301
30302 \end_layout
30303
30304 \begin_layout Standard
30305 \begin_inset Note Greyedout
30306 status open
30307
30308 \begin_layout Plain Layout
30309
30310 \series bold
30311 Note:
30312 \series default
30313  Text in colorboxes cannot have line breaks.
30314  To color multiple text lines or paragraphs, use a box inside a colorbox
30315  as described in the following.
30316 \end_layout
30317
30318 \end_inset
30319
30320
30321 \end_layout
30322
30323 \begin_layout Subsection
30324 Color for Paragraphs
30325 \begin_inset CommandInset label
30326 LatexCommand label
30327 name "sub:Color-for-Paragraphs"
30328
30329 \end_inset
30330
30331
30332 \begin_inset Index
30333 status collapsed
30334
30335 \begin_layout Plain Layout
30336 Color ! for Paragraphs
30337 \end_layout
30338
30339 \end_inset
30340
30341
30342 \end_layout
30343
30344 \begin_layout Standard
30345 To set the background color for more than one text line, put the text into
30346  a minipage.
30347  Before the minipage insert the 
30348 \series bold
30349
30350 \backslash
30351 colorbox
30352 \series default
30353  command
30354 \end_layout
30355
30356 \begin_layout Standard
30357
30358 \series bold
30359
30360 \backslash
30361 colorbox{color}{
30362 \end_layout
30363
30364 \begin_layout Standard
30365 in TeX-Code.
30366  Behind the minipage insert a closing brace 
30367 \begin_inset Quotes eld
30368 \end_inset
30369
30370
30371 \series bold
30372 }
30373 \series default
30374
30375 \begin_inset Quotes erd
30376 \end_inset
30377
30378  in TeX-Code.
30379 \end_layout
30380
30381 \begin_layout Standard
30382 \begin_inset ERT
30383 status collapsed
30384
30385 \begin_layout Plain Layout
30386
30387
30388 \backslash
30389 colorbox{lightgrey}{
30390 \end_layout
30391
30392 \end_inset
30393
30394
30395 \begin_inset Box Frameless
30396 position "t"
30397 hor_pos "c"
30398 has_inner_box 1
30399 inner_pos "t"
30400 use_parbox 0
30401 width "100col%"
30402 special "none"
30403 height "1in"
30404 height_special "totalheight"
30405 status collapsed
30406
30407 \begin_layout Plain Layout
30408 This is text with background color.
30409  This is text with background color.
30410 \end_layout
30411
30412 \begin_layout Plain Layout
30413 \begin_inset VSpace defskip
30414 \end_inset
30415
30416 The text can have footnotes
30417 \begin_inset Foot
30418 status collapsed
30419
30420 \begin_layout Plain Layout
30421 Another example footnote
30422 \end_layout
30423
30424 \end_inset
30425
30426  and can include tables and figures.
30427 \end_layout
30428
30429 \begin_layout Plain Layout
30430 \align center
30431 \begin_inset Tabular
30432 <lyxtabular version="3" rows="3" columns="3">
30433 <features>
30434 <column alignment="center" valignment="top" width="0">
30435 <column alignment="center" valignment="top" width="0">
30436 <column alignment="center" valignment="top" width="0">
30437 <row>
30438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30439 \begin_inset Text
30440
30441 \begin_layout Plain Layout
30442 a
30443 \end_layout
30444
30445 \end_inset
30446 </cell>
30447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30448 \begin_inset Text
30449
30450 \begin_layout Plain Layout
30451 !
30452 \end_layout
30453
30454 \end_inset
30455 </cell>
30456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30457 \begin_inset Text
30458
30459 \begin_layout Plain Layout
30460 3
30461 \end_layout
30462
30463 \end_inset
30464 </cell>
30465 </row>
30466 <row>
30467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30468 \begin_inset Text
30469
30470 \begin_layout Plain Layout
30471 <
30472 \end_layout
30473
30474 \end_inset
30475 </cell>
30476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30477 \begin_inset Text
30478
30479 \begin_layout Plain Layout
30480 b2
30481 \begin_inset Quotes erd
30482 \end_inset
30483
30484 |
30485 \end_layout
30486
30487 \end_inset
30488 </cell>
30489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30490 \begin_inset Text
30491
30492 \begin_layout Plain Layout
30493 >
30494 \end_layout
30495
30496 \end_inset
30497 </cell>
30498 </row>
30499 <row>
30500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30501 \begin_inset Text
30502
30503 \begin_layout Plain Layout
30504 1
30505 \end_layout
30506
30507 \end_inset
30508 </cell>
30509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30510 \begin_inset Text
30511
30512 \begin_layout Plain Layout
30513 §
30514 \end_layout
30515
30516 \end_inset
30517 </cell>
30518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30519 \begin_inset Text
30520
30521 \begin_layout Plain Layout
30522 c
30523 \end_layout
30524
30525 \end_inset
30526 </cell>
30527 </row>
30528 </lyxtabular>
30529
30530 \end_inset
30531
30532
30533 \end_layout
30534
30535 \end_inset
30536
30537
30538 \begin_inset ERT
30539 status collapsed
30540
30541 \begin_layout Plain Layout
30542
30543 }
30544 \end_layout
30545
30546 \end_inset
30547
30548
30549 \end_layout
30550
30551 \begin_layout Section
30552 Rotated and Scaled Boxes
30553 \end_layout
30554
30555 \begin_layout Standard
30556 To use the the commands described in this section, the LaTeX-package 
30557 \series bold
30558 graphicx
30559 \series default
30560
30561 \begin_inset Index
30562 status collapsed
30563
30564 \begin_layout Plain Layout
30565 LaTeX-packages ! graphicx
30566 \end_layout
30567
30568 \end_inset
30569
30570  needs to be loaded in the document preamble with the command
30571 \end_layout
30572
30573 \begin_layout Standard
30574
30575 \series bold
30576
30577 \backslash
30578 @ifundefined{rotatebox}
30579 \begin_inset Newline newline
30580 \end_inset
30581
30582
30583 \begin_inset ERT
30584 status collapsed
30585
30586 \begin_layout Plain Layout
30587
30588
30589 \backslash
30590 hphantom{ }
30591 \end_layout
30592
30593 \end_inset
30594
30595 {
30596 \backslash
30597 usepackage{graphicx}}{}
30598 \end_layout
30599
30600 \begin_layout Standard
30601 \begin_inset Note Greyedout
30602 status open
30603
30604 \begin_layout Plain Layout
30605
30606 \series bold
30607 Note:
30608 \series default
30609  Some DVI-viewers can't display rotated or scaled material.
30610 \end_layout
30611
30612 \end_inset
30613
30614
30615 \end_layout
30616
30617 \begin_layout Standard
30618 \begin_inset Note Greyedout
30619 status open
30620
30621 \begin_layout Plain Layout
30622
30623 \series bold
30624 Note:
30625 \series default
30626  Floats mustn't be inside a rotated or scaled box.
30627 \end_layout
30628
30629 \end_inset
30630
30631
30632 \end_layout
30633
30634 \begin_layout Subsection
30635 Rotated Boxes
30636 \begin_inset Index
30637 status collapsed
30638
30639 \begin_layout Plain Layout
30640 Boxes ! rotated
30641 \end_layout
30642
30643 \end_inset
30644
30645
30646 \begin_inset Index
30647 status collapsed
30648
30649 \begin_layout Plain Layout
30650 Rotated material
30651 \end_layout
30652
30653 \end_inset
30654
30655
30656 \begin_inset Index
30657 status collapsed
30658
30659 \begin_layout Plain Layout
30660 Figures ! rotated
30661 \end_layout
30662
30663 \end_inset
30664
30665
30666 \begin_inset Index
30667 status collapsed
30668
30669 \begin_layout Plain Layout
30670 Table Customization ! Rotating
30671 \end_layout
30672
30673 \end_inset
30674
30675
30676 \end_layout
30677
30678 \begin_layout Standard
30679 To rotate material, you can put it into a rotated box.
30680  Such a box is created using the command 
30681 \series bold
30682
30683 \backslash
30684 rotatebox
30685 \series default
30686  in TeX-Code with the following scheme:
30687 \end_layout
30688
30689 \begin_layout Standard
30690
30691 \series bold
30692
30693 \backslash
30694 rotatebox[rotation origin]{rotation angle}{box content}
30695 \end_layout
30696
30697 \begin_layout Standard
30698 The rotation origin is specified in the form 
30699 \series bold
30700 origin=position
30701 \series default
30702 .
30703  The following positions are possible: 
30704 \emph on
30705 c
30706 \emph default
30707  (center), 
30708 \emph on
30709 l
30710 \emph default
30711  (left), 
30712 \emph on
30713 r
30714 \emph default
30715  (right), 
30716 \emph on
30717 b
30718 \emph default
30719  (bottom), 
30720 \emph on
30721 t
30722 \emph default
30723  (top), and also expedient combinations of the four base positions.
30724  For example 
30725 \emph on
30726 lt
30727 \emph default
30728  means, that the rotation origin is at the top left corner of the box.
30729  When no rotation origin is specified, the position 
30730 \emph on
30731 l
30732 \emph default
30733  will be used.
30734  The rotation angle is a number that can be negative that specifies the
30735  angle in degrees.
30736  The rotation direction is counterclockwise.
30737 \end_layout
30738
30739 \begin_layout Standard
30740 In the following example the command 
30741 \series bold
30742
30743 \backslash
30744 rotatebox[origin=c]{60}{
30745 \series default
30746  was inserted as TeX-Code before the text 
30747 \begin_inset Quotes eld
30748 \end_inset
30749
30750 with rotated
30751 \begin_inset Quotes erd
30752 \end_inset
30753
30754 ; after the text the box was closed by a closing brace 
30755 \series bold
30756 }
30757 \series default
30758  in TeX-Code.
30759 \end_layout
30760
30761 \begin_layout Standard
30762 This is a line 
30763 \begin_inset ERT
30764 status collapsed
30765
30766 \begin_layout Plain Layout
30767
30768
30769 \backslash
30770 rotatebox[origin=c]{60}{
30771 \end_layout
30772
30773 \end_inset
30774
30775 with rotated
30776 \begin_inset ERT
30777 status collapsed
30778
30779 \begin_layout Plain Layout
30780
30781 }
30782 \end_layout
30783
30784 \end_inset
30785
30786  text.
30787 \end_layout
30788
30789 \begin_layout Standard
30790 The box content can also be another box or an inline formula:
30791 \end_layout
30792
30793 \begin_layout Standard
30794 This is a line
30795 \begin_inset ERT
30796 status collapsed
30797
30798 \begin_layout Plain Layout
30799
30800
30801 \backslash
30802 rotatebox[origin=r]{-60}{
30803 \end_layout
30804
30805 \end_inset
30806
30807
30808 \begin_inset Box Doublebox
30809 position "c"
30810 hor_pos "c"
30811 has_inner_box 0
30812 inner_pos "c"
30813 use_parbox 0
30814 width "1in"
30815 special "width"
30816 height "1in"
30817 height_special "totalheight"
30818 status collapsed
30819
30820 \begin_layout Plain Layout
30821 with rotated
30822 \end_layout
30823
30824 \end_inset
30825
30826
30827 \begin_inset ERT
30828 status collapsed
30829
30830 \begin_layout Plain Layout
30831
30832 }
30833 \end_layout
30834
30835 \end_inset
30836
30837  framed text 
30838 \begin_inset ERT
30839 status collapsed
30840
30841 \begin_layout Plain Layout
30842
30843
30844 \backslash
30845 rotatebox[origin=lb]{60}{
30846 \end_layout
30847
30848 \end_inset
30849
30850
30851 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30852 \end_inset
30853
30854
30855 \begin_inset ERT
30856 status collapsed
30857
30858 \begin_layout Plain Layout
30859
30860 }
30861 \end_layout
30862
30863 \end_inset
30864
30865  and a formula.
30866 \end_layout
30867
30868 \begin_layout Standard
30869 or an image or table:
30870 \end_layout
30871
30872 \begin_layout Standard
30873 This is a line
30874 \begin_inset ERT
30875 status collapsed
30876
30877 \begin_layout Plain Layout
30878
30879
30880 \backslash
30881 rotatebox[origin=lb]{90}{
30882 \end_layout
30883
30884 \end_inset
30885
30886
30887 \begin_inset Graphics
30888         filename clipart/platypus.eps
30889         lyxscale 50
30890         width 25col%
30891
30892 \end_inset
30893
30894
30895 \begin_inset ERT
30896 status collapsed
30897
30898 \begin_layout Plain Layout
30899
30900 }
30901 \end_layout
30902
30903 \end_inset
30904
30905  with a rotated image 
30906 \begin_inset ERT
30907 status collapsed
30908
30909 \begin_layout Plain Layout
30910
30911
30912 \backslash
30913 rotatebox[origin=l]{-90}{
30914 \end_layout
30915
30916 \end_inset
30917
30918
30919 \begin_inset Tabular
30920 <lyxtabular version="3" rows="2" columns="2">
30921 <features>
30922 <column alignment="center" valignment="top" width="0">
30923 <column alignment="center" valignment="top" width="0">
30924 <row>
30925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30926 \begin_inset Text
30927
30928 \begin_layout Plain Layout
30929 q
30930 \end_layout
30931
30932 \end_inset
30933 </cell>
30934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30935 \begin_inset Text
30936
30937 \begin_layout Plain Layout
30938 w
30939 \end_layout
30940
30941 \end_inset
30942 </cell>
30943 </row>
30944 <row>
30945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30946 \begin_inset Text
30947
30948 \begin_layout Plain Layout
30949 e
30950 \end_layout
30951
30952 \end_inset
30953 </cell>
30954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30955 \begin_inset Text
30956
30957 \begin_layout Plain Layout
30958 r
30959 \end_layout
30960
30961 \end_inset
30962 </cell>
30963 </row>
30964 </lyxtabular>
30965
30966 \end_inset
30967
30968
30969 \begin_inset ERT
30970 status collapsed
30971
30972 \begin_layout Plain Layout
30973
30974 }
30975 \end_layout
30976
30977 \end_inset
30978
30979  and table.
30980 \end_layout
30981
30982 \begin_layout Subsection
30983 Scaled Boxes
30984 \begin_inset Index
30985 status collapsed
30986
30987 \begin_layout Plain Layout
30988 Boxes ! scaled
30989 \end_layout
30990
30991 \end_inset
30992
30993
30994 \begin_inset Index
30995 status collapsed
30996
30997 \begin_layout Plain Layout
30998 Scaled material
30999 \end_layout
31000
31001 \end_inset
31002
31003
31004 \begin_inset Index
31005 status collapsed
31006
31007 \begin_layout Plain Layout
31008 Figures ! scaled
31009 \end_layout
31010
31011 \end_inset
31012
31013
31014 \begin_inset Index
31015 status collapsed
31016
31017 \begin_layout Plain Layout
31018 Table Customization ! Scaling
31019 \end_layout
31020
31021 \end_inset
31022
31023
31024 \end_layout
31025
31026 \begin_layout Standard
31027 To scale material the commands 
31028 \series bold
31029
31030 \backslash
31031 scalebox
31032 \series default
31033  and 
31034 \series bold
31035
31036 \backslash
31037 resizebox
31038 \series default
31039  can be used as TeX-Code.
31040 \end_layout
31041
31042 \begin_layout Standard
31043
31044 \series bold
31045
31046 \backslash
31047 scalebox
31048 \series default
31049  is used with the following scheme:
31050 \end_layout
31051
31052 \begin_layout Standard
31053
31054 \series bold
31055
31056 \backslash
31057 scalebox{horizontal}[vertical]{box content}
31058 \end_layout
31059
31060 \begin_layout Standard
31061 Horizontal and vertical are the corresponding scaling factors.
31062  If no vertical scaling factor is given, the horizontal factor will also
31063  be used as vertical one.
31064 \end_layout
31065
31066 \begin_layout Standard
31067 The command 
31068 \series bold
31069
31070 \backslash
31071 scalebox{2}{Hello}
31072 \series default
31073  creates for example a double size 
31074 \begin_inset ERT
31075 status collapsed
31076
31077 \begin_layout Plain Layout
31078
31079
31080 \backslash
31081 scalebox{2}{
31082 \end_layout
31083
31084 \end_inset
31085
31086 Hello
31087 \begin_inset ERT
31088 status collapsed
31089
31090 \begin_layout Plain Layout
31091
31092 }
31093 \end_layout
31094
31095 \end_inset
31096
31097 , compared to the document text size.
31098 \end_layout
31099
31100 \begin_layout Standard
31101
31102 \series bold
31103
31104 \backslash
31105 scalebox{2}[1]{Hello}
31106 \series default
31107  in contrary distorts the 
31108 \begin_inset ERT
31109 status collapsed
31110
31111 \begin_layout Plain Layout
31112
31113
31114 \backslash
31115 scalebox{2}[1]{
31116 \end_layout
31117
31118 \end_inset
31119
31120 Hello
31121 \begin_inset ERT
31122 status collapsed
31123
31124 \begin_layout Plain Layout
31125
31126 }
31127 \end_layout
31128
31129 \end_inset
31130
31131 .
31132 \end_layout
31133
31134 \begin_layout Standard
31135 If a the scaling factor is negative, the box content will be mirrored.
31136  Therefore the command 
31137 \series bold
31138
31139 \backslash
31140 scalebox{-1}[1]{Hello}
31141 \series default
31142  can be used to create mirror writing: 
31143 \begin_inset ERT
31144 status collapsed
31145
31146 \begin_layout Plain Layout
31147
31148
31149 \backslash
31150 scalebox{-1}[1]{
31151 \end_layout
31152
31153 \end_inset
31154
31155 Hello
31156 \begin_inset ERT
31157 status collapsed
31158
31159 \begin_layout Plain Layout
31160
31161 }
31162 \end_layout
31163
31164 \end_inset
31165
31166
31167 \end_layout
31168
31169 \begin_layout Standard
31170
31171 \series bold
31172
31173 \backslash
31174 scalebox{1}[-1]{Hello}
31175 \series default
31176  reflects the 
31177 \begin_inset ERT
31178 status collapsed
31179
31180 \begin_layout Plain Layout
31181
31182
31183 \backslash
31184 scalebox{1}[-1]{
31185 \end_layout
31186
31187 \end_inset
31188
31189 Hello
31190 \begin_inset ERT
31191 status collapsed
31192
31193 \begin_layout Plain Layout
31194
31195 }
31196 \end_layout
31197
31198 \end_inset
31199
31200  at the base line.
31201 \end_layout
31202
31203 \begin_layout Standard
31204 Equivalent to 
31205 \series bold
31206
31207 \backslash
31208 scalebox{-1}[1]{box content}
31209 \series default
31210  there exists the command
31211 \begin_inset Newline newline
31212 \end_inset
31213
31214
31215 \series bold
31216
31217 \backslash
31218 reflectbox{box content}
31219 \series default
31220 .
31221 \end_layout
31222
31223 \begin_layout Standard
31224 \begin_inset VSpace bigskip
31225 \end_inset
31226
31227 The command 
31228 \series bold
31229
31230 \backslash
31231 resizebox
31232 \series default
31233  is used to scale the box to a defined width and height.
31234  The command scheme is:
31235 \end_layout
31236
31237 \begin_layout Standard
31238
31239 \series bold
31240
31241 \backslash
31242 resizebox{width}{height}{box content}
31243 \end_layout
31244
31245 \begin_layout Standard
31246 Is one of the two command arguments given as exclamation mark 
31247 \series bold
31248 !
31249 \series default
31250 , the size is set so that the aspect ratio of the box content is kept.
31251 \end_layout
31252
31253 \begin_layout Standard
31254 The command 
31255 \series bold
31256
31257 \backslash
31258 resizebox{2cm}{1cm}{Hello}
31259 \series default
31260  produces: 
31261 \begin_inset ERT
31262 status collapsed
31263
31264 \begin_layout Plain Layout
31265
31266
31267 \backslash
31268 resizebox{2cm}{1cm}{
31269 \end_layout
31270
31271 \end_inset
31272
31273 Hello
31274 \begin_inset ERT
31275 status collapsed
31276
31277 \begin_layout Plain Layout
31278
31279 }
31280 \end_layout
31281
31282 \end_inset
31283
31284
31285 \begin_inset Newline newline
31286 \end_inset
31287
31288 The command 
31289 \series bold
31290
31291 \backslash
31292 resizebox{2cm}{!}{Hello}
31293 \series default
31294  produces: 
31295 \begin_inset ERT
31296 status collapsed
31297
31298 \begin_layout Plain Layout
31299
31300
31301 \backslash
31302 resizebox{2cm}{!}{
31303 \end_layout
31304
31305 \end_inset
31306
31307 Hello
31308 \begin_inset ERT
31309 status collapsed
31310
31311 \begin_layout Plain Layout
31312
31313 }
31314 \end_layout
31315
31316 \end_inset
31317
31318
31319 \end_layout
31320
31321 \begin_layout Standard
31322 \begin_inset VSpace bigskip
31323 \end_inset
31324
31325
31326 \begin_inset Note Greyedout
31327 status open
31328
31329 \begin_layout Plain Layout
31330
31331 \series bold
31332 Note:
31333 \series default
31334  When arguments of 
31335 \series bold
31336
31337 \backslash
31338 scalebox
31339 \series default
31340  or 
31341 \series bold
31342
31343 \backslash
31344 resizebox
31345 \series default
31346  are set to zero, no LaTeX-errors occur when exporting the document but
31347  the exported files can not or only partly be displayed.
31348 \end_layout
31349
31350 \end_inset
31351
31352
31353 \end_layout
31354
31355 \begin_layout Standard
31356 \begin_inset VSpace bigskip
31357 \end_inset
31358
31359
31360 \end_layout
31361
31362 \begin_layout Standard
31363 The boxes can be combined in any order.
31364  E.
31365 \begin_inset space \thinspace{}
31366 \end_inset
31367
31368 g.
31369 \begin_inset space \space{}
31370 \end_inset
31371
31372 the command
31373 \begin_inset Newline newline
31374 \end_inset
31375
31376
31377 \series bold
31378
31379 \backslash
31380 rotatebox[origin=c]{-45}{
31381 \backslash
31382 resizebox{2cm}{!}{
31383 \backslash
31384 reflectbox{Hello}}}
31385 \begin_inset Newline newline
31386 \end_inset
31387
31388
31389 \series default
31390 produces:
31391 \end_layout
31392
31393 \begin_layout Standard
31394 \align center
31395 \begin_inset ERT
31396 status collapsed
31397
31398 \begin_layout Plain Layout
31399
31400
31401 \backslash
31402 rotatebox[origin=c]{-45}{
31403 \backslash
31404 resizebox{2cm}{!}{
31405 \backslash
31406 reflectbox{
31407 \end_layout
31408
31409 \end_inset
31410
31411 Hello
31412 \begin_inset ERT
31413 status collapsed
31414
31415 \begin_layout Plain Layout
31416
31417 }}}
31418 \end_layout
31419
31420 \end_inset
31421
31422
31423 \end_layout
31424
31425 \begin_layout Standard
31426 \noindent
31427 Images, tables, and inline formulas are allowed as box content:
31428 \end_layout
31429
31430 \begin_layout Standard
31431 \align center
31432 \begin_inset ERT
31433 status collapsed
31434
31435 \begin_layout Plain Layout
31436
31437
31438 \backslash
31439 rotatebox[origin=c]{-30}{
31440 \backslash
31441 resizebox{2cm}{!}{
31442 \backslash
31443 reflectbox{
31444 \end_layout
31445
31446 \end_inset
31447
31448
31449 \begin_inset Graphics
31450         filename clipart/platypus.eps
31451         lyxscale 50
31452         width 25col%
31453
31454 \end_inset
31455
31456
31457 \begin_inset ERT
31458 status collapsed
31459
31460 \begin_layout Plain Layout
31461
31462 }}}
31463 \end_layout
31464
31465 \end_inset
31466
31467
31468 \begin_inset ERT
31469 status collapsed
31470
31471 \begin_layout Plain Layout
31472
31473
31474 \backslash
31475 rotatebox[origin=c]{-45}{
31476 \backslash
31477 resizebox{2cm}{!}{
31478 \backslash
31479 reflectbox{
31480 \end_layout
31481
31482 \end_inset
31483
31484
31485 \begin_inset Tabular
31486 <lyxtabular version="3" rows="2" columns="2">
31487 <features>
31488 <column alignment="center" valignment="top" width="0">
31489 <column alignment="center" valignment="top" width="0">
31490 <row>
31491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31492 \begin_inset Text
31493
31494 \begin_layout Plain Layout
31495 q
31496 \end_layout
31497
31498 \end_inset
31499 </cell>
31500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31501 \begin_inset Text
31502
31503 \begin_layout Plain Layout
31504 w
31505 \end_layout
31506
31507 \end_inset
31508 </cell>
31509 </row>
31510 <row>
31511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31512 \begin_inset Text
31513
31514 \begin_layout Plain Layout
31515 e
31516 \end_layout
31517
31518 \end_inset
31519 </cell>
31520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31521 \begin_inset Text
31522
31523 \begin_layout Plain Layout
31524 r
31525 \end_layout
31526
31527 \end_inset
31528 </cell>
31529 </row>
31530 </lyxtabular>
31531
31532 \end_inset
31533
31534
31535 \begin_inset ERT
31536 status collapsed
31537
31538 \begin_layout Plain Layout
31539
31540 }}}
31541 \end_layout
31542
31543 \end_inset
31544
31545
31546 \begin_inset ERT
31547 status collapsed
31548
31549 \begin_layout Plain Layout
31550
31551
31552 \backslash
31553 rotatebox[origin=c]{-45}{
31554 \backslash
31555 resizebox{2cm}{!}{
31556 \backslash
31557 reflectbox{
31558 \end_layout
31559
31560 \end_inset
31561
31562
31563 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31564 \end_inset
31565
31566
31567 \begin_inset ERT
31568 status collapsed
31569
31570 \begin_layout Plain Layout
31571
31572 }}}
31573 \end_layout
31574
31575 \end_inset
31576
31577
31578 \end_layout
31579
31580 \begin_layout Standard
31581 When the global formula style 
31582 \series bold
31583 fleqn
31584 \series default
31585  is used in the document
31586 \begin_inset Foot
31587 status collapsed
31588
31589 \begin_layout Plain Layout
31590 When 
31591 \begin_inset Quotes eld
31592 \end_inset
31593
31594 fleqn
31595 \begin_inset Quotes erd
31596 \end_inset
31597
31598  is added to the document class options.
31599 \end_layout
31600
31601 \end_inset
31602
31603 , also display formulas can be scaled.
31604 \end_layout
31605
31606 \begin_layout Chapter
31607 External Document Parts
31608 \begin_inset Index
31609 status collapsed
31610
31611 \begin_layout Plain Layout
31612 External Document Parts
31613 \end_layout
31614
31615 \end_inset
31616
31617
31618 \end_layout
31619
31620 \begin_layout Standard
31621 With the menu 
31622 \family sans
31623 Insert\SpecialChar \menuseparator
31624 File
31625 \family default
31626  you can insert external material to your document.
31627  This can be:
31628 \end_layout
31629
31630 \begin_layout Description
31631 LyX
31632 \begin_inset space ~
31633 \end_inset
31634
31635 Document Another LyX document; its content is directly inserted to your
31636  document.
31637 \end_layout
31638
31639 \begin_layout Description
31640 Plain
31641 \begin_inset space ~
31642 \end_inset
31643
31644 Text A text document; every of its text lines is inserted to your document
31645  as own paragraph.
31646 \end_layout
31647
31648 \begin_layout Description
31649 Plain
31650 \begin_inset space ~
31651 \end_inset
31652
31653 Text,
31654 \begin_inset space ~
31655 \end_inset
31656
31657 Join
31658 \begin_inset space ~
31659 \end_inset
31660
31661 Lines A text document; its text lines are inserted as they are.
31662  Empty text lines creates a new paragraph in your document.
31663 \end_layout
31664
31665 \begin_layout Description
31666 External
31667 \begin_inset space ~
31668 \end_inset
31669
31670 Material Files in various formats.
31671 \end_layout
31672
31673 \begin_layout Description
31674 Child
31675 \begin_inset space ~
31676 \end_inset
31677
31678 Document LyX or LaTeX-documents.
31679 \end_layout
31680
31681 \begin_layout Section
31682 External Material
31683 \begin_inset Index
31684 status collapsed
31685
31686 \begin_layout Plain Layout
31687 External Document Parts ! External Material
31688 \end_layout
31689
31690 \end_inset
31691
31692
31693 \end_layout
31694
31695 \begin_layout Standard
31696 The external material feature allows you to insert files to your document
31697  without converting them previously to a format that can be read by the
31698  document output format because LyX takes care of needed conversions.
31699  This is similar to images that can be inserted in various image formats
31700  to LyX documents.
31701  When you have enabled Instant Preview in LyX's preferences under 
31702 \family sans
31703 Look
31704 \begin_inset space ~
31705 \end_inset
31706
31707 and
31708 \begin_inset space ~
31709 \end_inset
31710
31711 feel\SpecialChar \menuseparator
31712 Graphics
31713 \family default
31714 , the external material types Dia and Xfig is directly shown in LyX.
31715 \end_layout
31716
31717 \begin_layout Standard
31718 External material can be inserted via the 
31719 \family sans
31720 External Material
31721 \family default
31722  dialog that is accessible with the menu 
31723 \family sans
31724 Insert\SpecialChar \menuseparator
31725 File\SpecialChar \menuseparator
31726 External
31727 \begin_inset space ~
31728 \end_inset
31729
31730 Material
31731 \family default
31732 .
31733  Currently the following file types (
31734 \family sans
31735 Templates
31736 \family default
31737 ) are allowed:
31738 \end_layout
31739
31740 \begin_layout Description
31741 ChessDiagram This template supports chess position diagrams made with the
31742  program 
31743 \series bold
31744
31745 \begin_inset CommandInset href
31746 LatexCommand href
31747 name "XBoard"
31748 target "http://en.wikipedia.org/wiki/XBoard"
31749
31750 \end_inset
31751
31752
31753 \series default
31754 .
31755 \end_layout
31756
31757 \begin_layout Description
31758 Date This inserts the date in the form 
31759 \emph on
31760 Day-Month-Year
31761 \emph default
31762 .
31763  This is a date inserted as external material: 
31764 \begin_inset External
31765         template Date
31766         filename .
31767
31768 \end_inset
31769
31770
31771 \begin_inset space ~
31772 \end_inset
31773
31774
31775 \begin_inset Note Note
31776 status open
31777
31778 \begin_layout Plain Layout
31779 Remove the protected space when bug 4398 is fixed!
31780 \end_layout
31781
31782 \end_inset
31783
31784
31785 \begin_inset Newline newline
31786 \end_inset
31787
31788 The date is not shown within LyX, only in the output.
31789  There are two other methods of inserting a date: Via menu 
31790 \family sans
31791 Insert\SpecialChar \menuseparator
31792 Date
31793 \family default
31794  and with the LaTeX command 
31795 \series bold
31796
31797 \backslash
31798 today
31799 \series default
31800  as TeX-Code.
31801  The different methods are compared in Table
31802 \begin_inset space ~
31803 \end_inset
31804
31805
31806 \begin_inset CommandInset ref
31807 LatexCommand ref
31808 reference "tab:Comparison-of-the"
31809
31810 \end_inset
31811
31812 .
31813 \end_layout
31814
31815 \begin_layout Description
31816 Dia This template supports diagrams created with the program 
31817 \series bold
31818
31819 \begin_inset CommandInset href
31820 LatexCommand href
31821 name "Dia"
31822 target "http://en.wikipedia.org/wiki/Dia_(software)"
31823
31824 \end_inset
31825
31826
31827 \series default
31828 .
31829 \end_layout
31830
31831 \begin_layout Description
31832 LilyPond This template is used for music notation typeset with the program
31833 \begin_inset Newline linebreak
31834 \end_inset
31835
31836
31837 \series bold
31838
31839 \begin_inset CommandInset href
31840 LatexCommand href
31841 name "LilyPond"
31842 target "http://en.wikipedia.org/wiki/LilyPond"
31843
31844 \end_inset
31845
31846
31847 \series default
31848 .
31849 \end_layout
31850
31851 \begin_layout Description
31852 PDFPages With this template you can insert PDF documents to your document.
31853  To insert certain or all pages of a PDF, use the 
31854 \emph on
31855 pages
31856 \emph default
31857  option in the 
31858 \family sans
31859 Option
31860 \family default
31861  field in the 
31862 \family sans
31863 LaTeX and LyX options
31864 \family default
31865  tab according to the template description in the dialog.
31866  When no 
31867 \emph on
31868 pages
31869 \emph default
31870  option is given, only the first page of the PDF will be inserted.
31871 \end_layout
31872
31873 \begin_layout Description
31874 RasterImage This can be used for bitmap images.
31875  Nearly all popular image formats are supported.
31876  The image can be treated in the 
31877 \family sans
31878 External material
31879 \family default
31880  dialog like the images that are usually included via the 
31881 \family sans
31882 Graphics
31883 \family default
31884  dialog as described in section
31885 \begin_inset space ~
31886 \end_inset
31887
31888
31889 \begin_inset CommandInset ref
31890 LatexCommand ref
31891 reference "sec:Graphics-Dialog"
31892
31893 \end_inset
31894
31895 .
31896  The difference is that only raster images are allowed, that means that
31897  PDF and EPS-images are not supported.
31898 \end_layout
31899
31900 \begin_layout Description
31901 XFig This template supports images created with the program 
31902 \series bold
31903
31904 \begin_inset CommandInset href
31905 LatexCommand href
31906 name "Xfig"
31907 target "http://en.wikipedia.org/wiki/Xfig"
31908
31909 \end_inset
31910
31911
31912 \series default
31913 .
31914 \end_layout
31915
31916 \begin_layout Standard
31917 \begin_inset Float table
31918 placement h
31919 wide false
31920 sideways false
31921 status open
31922
31923 \begin_layout Plain Layout
31924 \begin_inset Caption
31925
31926 \begin_layout Plain Layout
31927 \begin_inset CommandInset label
31928 LatexCommand label
31929 name "tab:Comparison-of-the"
31930
31931 \end_inset
31932
31933 Comparison of the date input methods.
31934 \end_layout
31935
31936 \end_inset
31937
31938
31939 \end_layout
31940
31941 \begin_layout Plain Layout
31942 \align center
31943 \begin_inset Tabular
31944 <lyxtabular version="3" rows="4" columns="4">
31945 <features>
31946 <column alignment="center" valignment="top" width="0">
31947 <column alignment="center" valignment="top" width="0">
31948 <column alignment="center" valignment="top" width="0">
31949 <column alignment="center" valignment="top" width="0">
31950 <row>
31951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31952 \begin_inset Text
31953
31954 \begin_layout Plain Layout
31955 Document format
31956 \end_layout
31957
31958 \end_inset
31959 </cell>
31960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31961 \begin_inset Text
31962
31963 \begin_layout Plain Layout
31964
31965 \family sans
31966 External Material\SpecialChar \menuseparator
31967 Date
31968 \end_layout
31969
31970 \end_inset
31971 </cell>
31972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31973 \begin_inset Text
31974
31975 \begin_layout Plain Layout
31976
31977 \family sans
31978 Insert\SpecialChar \menuseparator
31979 Date
31980 \end_layout
31981
31982 \end_inset
31983 </cell>
31984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31985 \begin_inset Text
31986
31987 \begin_layout Plain Layout
31988 command 
31989 \series bold
31990
31991 \backslash
31992 today
31993 \end_layout
31994
31995 \end_inset
31996 </cell>
31997 </row>
31998 <row>
31999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32000 \begin_inset Text
32001
32002 \begin_layout Plain Layout
32003 LyX
32004 \end_layout
32005
32006 \end_inset
32007 </cell>
32008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32009 \begin_inset Text
32010
32011 \begin_layout Plain Layout
32012 as inset box
32013 \end_layout
32014
32015 \end_inset
32016 </cell>
32017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32018 \begin_inset Text
32019
32020 \begin_layout Plain Layout
32021 as date
32022 \end_layout
32023
32024 \end_inset
32025 </cell>
32026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32027 \begin_inset Text
32028
32029 \begin_layout Plain Layout
32030 as TeX-Code inset box
32031 \end_layout
32032
32033 \end_inset
32034 </cell>
32035 </row>
32036 <row>
32037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32038 \begin_inset Text
32039
32040 \begin_layout Plain Layout
32041 LaTeX
32042 \end_layout
32043
32044 \end_inset
32045 </cell>
32046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32047 \begin_inset Text
32048
32049 \begin_layout Plain Layout
32050 as date
32051 \end_layout
32052
32053 \end_inset
32054 </cell>
32055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32056 \begin_inset Text
32057
32058 \begin_layout Plain Layout
32059 as date
32060 \end_layout
32061
32062 \end_inset
32063 </cell>
32064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32065 \begin_inset Text
32066
32067 \begin_layout Plain Layout
32068 as command
32069 \end_layout
32070
32071 \end_inset
32072 </cell>
32073 </row>
32074 <row>
32075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32076 \begin_inset Text
32077
32078 \begin_layout Plain Layout
32079 DVI, PDF, PS
32080 \end_layout
32081
32082 \end_inset
32083 </cell>
32084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32085 \begin_inset Text
32086
32087 \begin_layout Plain Layout
32088 as date
32089 \end_layout
32090
32091 \end_inset
32092 </cell>
32093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32094 \begin_inset Text
32095
32096 \begin_layout Plain Layout
32097 as date
32098 \end_layout
32099
32100 \end_inset
32101 </cell>
32102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32103 \begin_inset Text
32104
32105 \begin_layout Plain Layout
32106 as date
32107 \end_layout
32108
32109 \end_inset
32110 </cell>
32111 </row>
32112 </lyxtabular>
32113
32114 \end_inset
32115
32116
32117 \end_layout
32118
32119 \end_inset
32120
32121
32122 \end_layout
32123
32124 \begin_layout Standard
32125 When you use the option 
32126 \family sans
32127 Draft
32128 \family default
32129  in the 
32130 \family sans
32131 File
32132 \family default
32133  tab of the 
32134 \family sans
32135 External Material
32136 \family default
32137  dialog, only the path to the inserted file is shown in the output.
32138 \begin_inset Newline newline
32139 \end_inset
32140
32141 External material is displayed in LyX either as box like this: 
32142 \begin_inset Graphics
32143         filename clipart/ExternalMaterialQt4.png
32144         scale 85
32145         scaleBeforeRotation
32146
32147 \end_inset
32148
32149  or as image, depending on the option 
32150 \family sans
32151 Show in LyX
32152 \family default
32153  in the 
32154 \family sans
32155 LaTeX and LyX options
32156 \family default
32157  tab of the dialog.
32158 \end_layout
32159
32160 \begin_layout Standard
32161 The 
32162 \family sans
32163 \emph on
32164 Customization
32165 \family default
32166 \emph default
32167  manual explains how you can define your own templates.
32168 \end_layout
32169
32170 \begin_layout Section
32171 Child Documents
32172 \begin_inset CommandInset label
32173 LatexCommand label
32174 name "sec:Child-Documents"
32175
32176 \end_inset
32177
32178
32179 \begin_inset Index
32180 status collapsed
32181
32182 \begin_layout Plain Layout
32183 External Document Parts ! Child Documents
32184 \end_layout
32185
32186 \end_inset
32187
32188
32189 \begin_inset Index
32190 status collapsed
32191
32192 \begin_layout Plain Layout
32193 Files ! Include
32194 \end_layout
32195
32196 \end_inset
32197
32198
32199 \end_layout
32200
32201 \begin_layout Standard
32202 Child documents are used when you have a long document consisting of several
32203  larger parts or sections.
32204  For maintenance it is often useful and sometimes even required to split
32205  the document in several files that can be revised separately.
32206  The different documents are then the so called child documents and a master
32207  document connects them to print the full document or parts of it.
32208  A child documents inherits contents of its master, for example the LaTeX
32209  preamble, the bibliography, and labels for cross-references.
32210 \end_layout
32211
32212 \begin_layout Standard
32213 To be able to work on child documents without the need to open its master,
32214  specify in the child document the master in the menu
32215 \family sans
32216  Document\SpecialChar \menuseparator
32217 Settings\SpecialChar \menuseparator
32218 Document
32219 \begin_inset space ~
32220 \end_inset
32221
32222 Class
32223 \family default
32224 .
32225  This master document will then be used in the background by LyX when you
32226  edit the child document.
32227 \end_layout
32228
32229 \begin_layout Standard
32230 Included documents are displayed in LyX as a box like this: 
32231 \begin_inset Graphics
32232         filename clipart/ChildDocumentQt4.png
32233         scale 85
32234         scaleBeforeRotation
32235
32236 \end_inset
32237
32238  To include child documents to a master document use the menu 
32239 \family sans
32240 Insert\SpecialChar \menuseparator
32241 File\SpecialChar \menuseparator
32242 Child
32243 \begin_inset space ~
32244 \end_inset
32245
32246 Documents
32247 \family default
32248 .
32249  A dialog pops up where you can choose between four include methods:
32250 \end_layout
32251
32252 \begin_layout Description
32253 Include You can include LyX and LaTeX-documents.
32254  When you press the 
32255 \family sans
32256 Load
32257 \family default
32258  button in the 
32259 \family sans
32260 Child Document
32261 \family default
32262  dialog, the included documents will be opened in LyX in a new file tab
32263  so that you can modify it.
32264 \begin_inset Newline newline
32265 \end_inset
32266
32267
32268 \end_layout
32269
32270 \begin_layout Standard
32271 Here is a child document inserted using 
32272 \family sans
32273 Include
32274 \family default
32275
32276 \begin_inset CommandInset include
32277 LatexCommand include
32278 filename "DummyDocument1.lyx"
32279
32280 \end_inset
32281
32282
32283 \end_layout
32284
32285 \begin_layout Standard
32286 The section numbering includes the sections of the included files in the
32287  order they are inserted in the master document.
32288  The included example document has for example a subsection that is numbered
32289  as subsection of this section.
32290  Labels of included documents can be referenced: Subsection
32291 \begin_inset space ~
32292 \end_inset
32293
32294
32295 \begin_inset CommandInset ref
32296 LatexCommand ref
32297 reference "sub:External-Subsection-1"
32298
32299 \end_inset
32300
32301
32302 \end_layout
32303
32304 \begin_layout Standard
32305 The preamble of the child document is ignored, only the preamble of the
32306  master document is used.
32307  Branches in child documents will be ignored by the master document when
32308  the master document does not have a branch with the same name.
32309  Included documents are inserted starting on a new page and end with a page
32310  break.
32311 \end_layout
32312
32313 \begin_layout Standard
32314 In case you are only working on a certain chapter of a large document and
32315  want to save compiling time, you can put each included file into a branch.
32316 \begin_inset Foot
32317 status collapsed
32318
32319 \begin_layout Plain Layout
32320 Branches are described in section 
32321 \emph on
32322 Branches
32323 \emph default
32324  of the LyX 
32325 \emph on
32326 Userguide
32327 \emph default
32328 .
32329 \end_layout
32330
32331 \end_inset
32332
32333  By enabling/disabling branches you can decide what included files will
32334  appear in the output.
32335 \end_layout
32336
32337 \begin_layout Standard
32338 \begin_inset Note Greyedout
32339 status open
32340
32341 \begin_layout Plain Layout
32342
32343 \series bold
32344 Note:
32345 \series default
32346  Due to a bug in LyX the LaTeX command 
32347 \series bold
32348
32349 \backslash
32350 includeonly
32351 \series default
32352  can currently not be used as alternative to decide what files should be
32353  included.
32354 \end_layout
32355
32356 \end_inset
32357
32358
32359 \end_layout
32360
32361 \begin_layout Standard
32362 \begin_inset Note Greyedout
32363 status open
32364
32365 \begin_layout Plain Layout
32366
32367 \series bold
32368 Note:
32369 \series default
32370  When you have included a LyX- or LaTeX-file, you are warned when you export/vie
32371 w the document in case that the child document uses another document class
32372  than the master document as this will lead to unexpected outputs.
32373 \end_layout
32374
32375 \end_inset
32376
32377
32378 \end_layout
32379
32380 \begin_layout Description
32381 Input This method is very similar to the Include method.
32382  The differences are:
32383 \end_layout
32384
32385 \begin_deeper
32386 \begin_layout Itemize
32387 Input files don't start with a new page and don't end with a page break.
32388 \end_layout
32389
32390 \begin_layout Itemize
32391 Input files can be previewed in LyX when 
32392 \family sans
32393 Instant
32394 \begin_inset space ~
32395 \end_inset
32396
32397 Preview
32398 \family default
32399  is enabled in LyX's preferences under 
32400 \family sans
32401 Look
32402 \begin_inset space ~
32403 \end_inset
32404
32405 and
32406 \begin_inset space ~
32407 \end_inset
32408
32409 feel\SpecialChar \menuseparator
32410 Graphics
32411 \family default
32412 .
32413 \end_layout
32414
32415 \begin_layout Itemize
32416 The LaTeX-command 
32417 \series bold
32418
32419 \backslash
32420 includeonly
32421 \series default
32422  cannot be used.
32423 \end_layout
32424
32425 \end_deeper
32426 \begin_layout Standard
32427 Here is a child document inserted using 
32428 \family sans
32429 Input
32430 \family default
32431
32432 \begin_inset CommandInset include
32433 LatexCommand input
32434 filename "DummyDocument2.lyx"
32435
32436 \end_inset
32437
32438
32439 \end_layout
32440
32441 \begin_layout Description
32442 Verbatim With this method every text file can be included.
32443  The file is shown in the output with its source code, no command used in
32444  the text is invoked.
32445  You can use the option 
32446 \family sans
32447 Mark spaces in output
32448 \family default
32449  that displays the character 
32450 \begin_inset Quotes eld
32451 \end_inset
32452
32453
32454 \begin_inset ERT
32455 status collapsed
32456
32457 \begin_layout Plain Layout
32458
32459
32460 \backslash
32461 textvisiblespace 
32462 \end_layout
32463
32464 \end_inset
32465
32466
32467 \begin_inset Quotes erd
32468 \end_inset
32469
32470  for every space character in the source code.
32471  The difference to the method via the menu 
32472 \family sans
32473 Insert\SpecialChar \menuseparator
32474 File\SpecialChar \menuseparator
32475 Plain
32476 \begin_inset space ~
32477 \end_inset
32478
32479 Text
32480 \family default
32481  is that the document content is not shown in LyX.
32482 \end_layout
32483
32484 \begin_layout Standard
32485 Here is a child document inserted as Verbatim: 
32486 \begin_inset CommandInset include
32487 LatexCommand verbatiminput
32488 filename "DummyTextDocument.txt"
32489
32490 \end_inset
32491
32492
32493 \begin_inset VSpace bigskip
32494 \end_inset
32495
32496 Here is a child document inserted as Verbatim using the 
32497 \family sans
32498 Mark spaces in output
32499 \family default
32500  option: 
32501 \begin_inset CommandInset include
32502 LatexCommand verbatiminput*
32503 filename "DummyTextDocument.txt"
32504
32505 \end_inset
32506
32507
32508 \end_layout
32509
32510 \begin_layout Standard
32511 \begin_inset VSpace bigskip
32512 \end_inset
32513
32514
32515 \end_layout
32516
32517 \begin_layout Standard
32518 \begin_inset Note Greyedout
32519 status open
32520
32521 \begin_layout Plain Layout
32522
32523 \series bold
32524 Note:
32525 \series default
32526  As you can see in the examples above, the text of the documents included
32527  as 
32528 \family sans
32529 verbatim
32530 \family default
32531  is not broken at the end of the document lines.
32532 \end_layout
32533
32534 \end_inset
32535
32536
32537 \end_layout
32538
32539 \begin_layout Description
32540 Listings This type is described in chapter
32541 \begin_inset space ~
32542 \end_inset
32543
32544
32545 \begin_inset CommandInset ref
32546 LatexCommand ref
32547 reference "cha:Program-Code-Listings"
32548
32549 \end_inset
32550
32551 .
32552 \end_layout
32553
32554 \begin_layout Standard
32555 \begin_inset Note Greyedout
32556 status open
32557
32558 \begin_layout Plain Layout
32559
32560 \series bold
32561 Note:
32562 \series default
32563  Including the same document twice in a document using different methods
32564  could cause LaTeX-problems.
32565 \end_layout
32566
32567 \end_inset
32568
32569
32570 \end_layout
32571
32572 \begin_layout Chapter
32573 Program Code Listings
32574 \begin_inset CommandInset label
32575 LatexCommand label
32576 name "cha:Program-Code-Listings"
32577
32578 \end_inset
32579
32580
32581 \begin_inset Index
32582 status collapsed
32583
32584 \begin_layout Plain Layout
32585 Listings
32586 \end_layout
32587
32588 \end_inset
32589
32590
32591 \begin_inset Index
32592 status collapsed
32593
32594 \begin_layout Plain Layout
32595 Program Code
32596 \end_layout
32597
32598 \end_inset
32599
32600
32601 \begin_inset Index
32602 status collapsed
32603
32604 \begin_layout Plain Layout
32605 Floats ! Listings
32606 \end_layout
32607
32608 \end_inset
32609
32610
32611 \end_layout
32612
32613 \begin_layout Standard
32614 To include and typeset program code you can use the 
32615 \family sans
32616 Listings
32617 \family default
32618  inset that can be inserted via the menu 
32619 \family sans
32620 Insert\SpecialChar \menuseparator
32621 Program Listing
32622 \family default
32623 .
32624  The LaTeX-package 
32625 \series bold
32626 listings
32627 \series default
32628
32629 \begin_inset Index
32630 status collapsed
32631
32632 \begin_layout Plain Layout
32633 LaTeX-packages ! listings
32634 \end_layout
32635
32636 \end_inset
32637
32638  provides a powerful and flexible way to insert program source code to your
32639  document.
32640 \end_layout
32641
32642 \begin_layout Standard
32643 Right-clicking on a listings inset opens the context menu containing where
32644  you can set the listings format.
32645 \end_layout
32646
32647 \begin_layout Standard
32648 By default, a listing starts a new paragraph in the output.
32649  The placement option 
32650 \family sans
32651 Inline
32652 \begin_inset space ~
32653 \end_inset
32654
32655 listing
32656 \family default
32657  prints the listing inline like this: 
32658 \begin_inset listings
32659 lstparams "language={C++}"
32660 inline true
32661 status open
32662
32663 \begin_layout Plain Layout
32664
32665 int a=5;
32666 \end_layout
32667
32668 \end_inset
32669
32670
32671 \begin_inset Newline newline
32672 \end_inset
32673
32674 The option 
32675 \family sans
32676 Float
32677 \family default
32678  creates a listings float where you can specify the placement options 
32679 \begin_inset Quotes eld
32680 \end_inset
32681
32682
32683 \family sans
32684 h
32685 \family default
32686
32687 \begin_inset Quotes erd
32688 \end_inset
32689
32690
32691 \begin_inset Quotes eld
32692 \end_inset
32693
32694
32695 \family sans
32696 t
32697 \family default
32698
32699 \begin_inset Quotes erd
32700 \end_inset
32701
32702
32703 \begin_inset Quotes eld
32704 \end_inset
32705
32706
32707 \family sans
32708 b
32709 \family default
32710
32711 \begin_inset Quotes erd
32712 \end_inset
32713
32714 , and 
32715 \begin_inset Quotes eld
32716 \end_inset
32717
32718
32719 \family sans
32720 p
32721 \family default
32722
32723 \begin_inset Quotes erd
32724 \end_inset
32725
32726  corresponding to the float placement options described in section
32727 \begin_inset space ~
32728 \end_inset
32729
32730
32731 \begin_inset CommandInset ref
32732 LatexCommand ref
32733 reference "sec:Float-Placement"
32734
32735 \end_inset
32736
32737 .
32738  The placement options can be mixed and are inserted without any separation,
32739  e.
32740 \begin_inset space \thinspace{}
32741 \end_inset
32742
32743 g.
32744 \begin_inset space \space{}
32745 \end_inset
32746
32747
32748 \begin_inset Quotes eld
32749 \end_inset
32750
32751
32752 \family sans
32753 htbp
32754 \family default
32755
32756 \begin_inset Quotes erd
32757 \end_inset
32758
32759 .
32760  The option 
32761 \begin_inset Quotes eld
32762 \end_inset
32763
32764 h
32765 \begin_inset Quotes erd
32766 \end_inset
32767
32768  has sometimes no effect, but you don't need to use the 
32769 \family sans
32770 Float
32771 \family default
32772  option in this case as also non-float listings can have captions and be
32773  referenced.
32774 \end_layout
32775
32776 \begin_layout Standard
32777 You can add captions to listings with the menu 
32778 \family sans
32779 Insert\SpecialChar \menuseparator
32780 Caption
32781 \family default
32782 .
32783  Listings can be referenced like floats: Listing
32784 \begin_inset space ~
32785 \end_inset
32786
32787
32788 \begin_inset CommandInset ref
32789 LatexCommand ref
32790 reference "lst:Example-Listing"
32791
32792 \end_inset
32793
32794
32795 \end_layout
32796
32797 \begin_layout Standard
32798 \begin_inset listings
32799 lstparams "language=Python"
32800 inline false
32801 status open
32802
32803 \begin_layout Plain Layout
32804
32805 \begin_inset Caption
32806
32807 \begin_layout Plain Layout
32808 \begin_inset CommandInset label
32809 LatexCommand label
32810 name "lst:Example-Listing"
32811
32812 \end_inset
32813
32814 Example Listing float
32815 \end_layout
32816
32817 \end_inset
32818
32819 # Example listing float
32820 \end_layout
32821
32822 \begin_layout Plain Layout
32823
32824 def func(param):
32825 \end_layout
32826
32827 \begin_layout Plain Layout
32828
32829     'this is a python function'
32830 \end_layout
32831
32832 \begin_layout Plain Layout
32833
32834     pass
32835 \end_layout
32836
32837 \end_inset
32838
32839
32840 \end_layout
32841
32842 \begin_layout Standard
32843 When you have set a programming language in the listings dialog, the keywords
32844  of this language will be recognized and specially typeset in the output.
32845  In the example listings the Python keyword 
32846 \begin_inset Quotes eld
32847 \end_inset
32848
32849 def
32850 \begin_inset Quotes erd
32851 \end_inset
32852
32853  is recognized and printed bold in the output.
32854 \end_layout
32855
32856 \begin_layout Standard
32857 \begin_inset Note Greyedout
32858 status open
32859
32860 \begin_layout Plain Layout
32861
32862 \series bold
32863 Note:
32864 \series default
32865  If you don't get bold keywords when using typewriter fonts, your 
32866 \family typewriter
32867 typewriter
32868 \family default
32869  font probably doesn't provide a bold shape.
32870  In this case select a different one in the menu 
32871 \family sans
32872 Document\SpecialChar \menuseparator
32873 Settings\SpecialChar \menuseparator
32874 Fonts
32875 \family default
32876 .
32877  (The fonts 
32878 \emph on
32879 LuxiMono, BeraMono
32880 \emph default
32881  and 
32882 \emph on
32883 Courier
32884 \emph default
32885  provide bold shapes.)
32886 \end_layout
32887
32888 \end_inset
32889
32890
32891 \end_layout
32892
32893 \begin_layout Standard
32894 In section 
32895 \family sans
32896 Line
32897 \begin_inset space ~
32898 \end_inset
32899
32900 numbering
32901 \family default
32902  of the listings dialog you can specify the line numbering style.
32903  You can insert a number to specify which lines are numbered to the field
32904  
32905 \family sans
32906 Step
32907 \family default
32908 .
32909  When you insert e.
32910 \begin_inset space \thinspace{}
32911 \end_inset
32912
32913 g.
32914 \begin_inset space \space{}
32915 \end_inset
32916
32917
32918 \begin_inset Quotes eld
32919 \end_inset
32920
32921 3
32922 \begin_inset Quotes erd
32923 \end_inset
32924
32925 , only every 3rd line will be numbered.
32926 \end_layout
32927
32928 \begin_layout Standard
32929 You can furthermore specify a range of lines, only these will then appear
32930  in the output.
32931  The option 
32932 \family sans
32933 Extended character table
32934 \family default
32935  should be used when you use national characters like the German umlauts
32936  in the listing.
32937 \begin_inset Newline newline
32938 \end_inset
32939
32940 Here is an example listing with left line numbering, step 
32941 \begin_inset Quotes eld
32942 \end_inset
32943
32944 3
32945 \begin_inset Quotes erd
32946 \end_inset
32947
32948 , language 
32949 \begin_inset Quotes eld
32950 \end_inset
32951
32952 Python
32953 \begin_inset Quotes erd
32954 \end_inset
32955
32956 , options 
32957 \begin_inset Quotes eld
32958 \end_inset
32959
32960 Extended character table
32961 \begin_inset Quotes erd
32962 \end_inset
32963
32964  and 
32965 \begin_inset Quotes eld
32966 \end_inset
32967
32968 Space
32969 \begin_inset space ~
32970 \end_inset
32971
32972 as
32973 \begin_inset space ~
32974 \end_inset
32975
32976 symbol
32977 \begin_inset Quotes erd
32978 \end_inset
32979
32980 , range lines 3
32981 \begin_inset space \thinspace{}
32982 \end_inset
32983
32984 -
32985 \begin_inset space \thinspace{}
32986 \end_inset
32987
32988 8:
32989 \end_layout
32990
32991 \begin_layout Standard
32992 \begin_inset listings
32993 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32994 inline false
32995 status open
32996
32997 \begin_layout Plain Layout
32998
32999 def func(param):
33000 \end_layout
33001
33002 \begin_layout Plain Layout
33003
33004     'this is a python function'
33005 \end_layout
33006
33007 \begin_layout Plain Layout
33008
33009     pass
33010 \end_layout
33011
33012 \begin_layout Plain Layout
33013
33014 def func(param):
33015 \end_layout
33016
33017 \begin_layout Plain Layout
33018
33019 'This is a German word: Tschüß'
33020 \end_layout
33021
33022 \begin_layout Plain Layout
33023
33024 pass
33025 \end_layout
33026
33027 \begin_layout Plain Layout
33028
33029 def func(param):
33030 \end_layout
33031
33032 \begin_layout Plain Layout
33033
33034 'this is a python function'
33035 \end_layout
33036
33037 \begin_layout Plain Layout
33038
33039 pass
33040 \end_layout
33041
33042 \end_inset
33043
33044
33045 \end_layout
33046
33047 \begin_layout Standard
33048 When you have tabulators in your listing, you can specify the number of
33049  characters that are spanned by a tabulator in the field 
33050 \family sans
33051 Tabulator
33052 \begin_inset space ~
33053 \end_inset
33054
33055 size
33056 \family default
33057 .
33058 \end_layout
33059
33060 \begin_layout Standard
33061 \begin_inset Note Greyedout
33062 status open
33063
33064 \begin_layout Plain Layout
33065
33066 \series bold
33067 Note:
33068 \series default
33069  Due to a bug in the 
33070 \series bold
33071 listings
33072 \series default
33073  package the line numbering is shifted by a line by every previous listing.
33074  That's the reason why the lines 2 and 5 are numbered in the above listing
33075  and not the lines 3 and 6.
33076 \end_layout
33077
33078 \end_inset
33079
33080
33081 \end_layout
33082
33083 \begin_layout Standard
33084 \begin_inset VSpace bigskip
33085 \end_inset
33086
33087
33088 \end_layout
33089
33090 \begin_layout Standard
33091 It is also possible to print lines from a file as listing.
33092  To do this, use the menu 
33093 \family sans
33094 Insert\SpecialChar \menuseparator
33095 File\SpecialChar \menuseparator
33096 Child Document
33097 \family default
33098  and choose the type 
33099 \family sans
33100 Listings
33101 \family default
33102 .
33103 \begin_inset Foot
33104 status collapsed
33105
33106 \begin_layout Plain Layout
33107 The other child document types are described in section
33108 \begin_inset space ~
33109 \end_inset
33110
33111
33112 \begin_inset CommandInset ref
33113 LatexCommand ref
33114 reference "sec:Child-Documents"
33115
33116 \end_inset
33117
33118 .
33119 \end_layout
33120
33121 \end_inset
33122
33123  In the child document dialog you can specify the listing parameters in
33124  a text box.
33125  To show a list of all available parameters, type in a question mark 
33126 \begin_inset Quotes eld
33127 \end_inset
33128
33129 ?
33130 \begin_inset Quotes erd
33131 \end_inset
33132
33133  in the text box.
33134 \end_layout
33135
33136 \begin_layout Standard
33137 To reference child document listings, write a label text into the corresponding
33138  field of the child document dialog.
33139  The label can then be referenced using the menu 
33140 \family sans
33141 Insert\SpecialChar \menuseparator
33142 Cross-Reference
33143 \family default
33144 .
33145 \end_layout
33146
33147 \begin_layout Standard
33148 Listing
33149 \begin_inset space ~
33150 \end_inset
33151
33152
33153 \begin_inset CommandInset ref
33154 LatexCommand ref
33155 reference "lst:file-listing"
33156
33157 \end_inset
33158
33159  is an example for a listing of a file; there the lines 10
33160 \begin_inset space \thinspace{}
33161 \end_inset
33162
33163 -
33164 \begin_inset space \thinspace{}
33165 \end_inset
33166
33167 15 of this LyX file are listed.
33168 \end_layout
33169
33170 \begin_layout Standard
33171 \begin_inset CommandInset include
33172 LatexCommand lstinputlisting
33173 filename "EmbeddedObjects.lyx"
33174 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
33175
33176 \end_inset
33177
33178
33179 \end_layout
33180
33181 \begin_layout Standard
33182 \begin_inset VSpace bigskip
33183 \end_inset
33184
33185
33186 \end_layout
33187
33188 \begin_layout Standard
33189 Global listings settings can be set in the 
33190 \family sans
33191 Document\SpecialChar \menuseparator
33192 Settings\SpecialChar \menuseparator
33193 Text Layout
33194 \family default
33195  dialog.
33196  To get there a list of available options, type in a question mark 
33197 \begin_inset Quotes eld
33198 \end_inset
33199
33200 ?
33201 \begin_inset Quotes erd
33202 \end_inset
33203
33204  in the 
33205 \family sans
33206 Listings
33207 \begin_inset space ~
33208 \end_inset
33209
33210 settings
33211 \family default
33212  field.
33213 \end_layout
33214
33215 \begin_layout Standard
33216 For more information about the 
33217 \series bold
33218 listings
33219 \series default
33220  package, we refer to its documentation 
33221 \begin_inset CommandInset citation
33222 LatexCommand cite
33223 key "listings"
33224
33225 \end_inset
33226
33227 .
33228 \end_layout
33229
33230 \begin_layout Standard
33231 \begin_inset Newpage newpage
33232 \end_inset
33233
33234
33235 \end_layout
33236
33237 \begin_layout Chapter
33238 \start_of_appendix
33239 Units available in LyX
33240 \begin_inset Index
33241 status collapsed
33242
33243 \begin_layout Plain Layout
33244 Units
33245 \end_layout
33246
33247 \end_inset
33248
33249
33250 \begin_inset CommandInset label
33251 LatexCommand label
33252 name "cha:Units-available-in"
33253
33254 \end_inset
33255
33256
33257 \end_layout
33258
33259 \begin_layout Standard
33260 To understand the units described in this documentation, Table
33261 \begin_inset space ~
33262 \end_inset
33263
33264
33265 \begin_inset CommandInset ref
33266 LatexCommand ref
33267 reference "tab:Units"
33268
33269 \end_inset
33270
33271  explains all units available in LyX.
33272 \end_layout
33273
33274 \begin_layout Standard
33275 \begin_inset Float table
33276 placement h
33277 wide false
33278 sideways false
33279 status open
33280
33281 \begin_layout Plain Layout
33282 \begin_inset Caption
33283
33284 \begin_layout Plain Layout
33285 \begin_inset CommandInset label
33286 LatexCommand label
33287 name "tab:Units"
33288
33289 \end_inset
33290
33291 Units
33292 \end_layout
33293
33294 \end_inset
33295
33296
33297 \end_layout
33298
33299 \begin_layout Plain Layout
33300 \begin_inset VSpace medskip
33301 \end_inset
33302
33303
33304 \end_layout
33305
33306 \begin_layout Plain Layout
33307 \align center
33308 \begin_inset Tabular
33309 <lyxtabular version="3" rows="20" columns="2">
33310 <features>
33311 <column alignment="center" valignment="top" width="0">
33312 <column alignment="center" valignment="top" width="0">
33313 <row>
33314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33315 \begin_inset Text
33316
33317 \begin_layout Plain Layout
33318 unit
33319 \end_layout
33320
33321 \end_inset
33322 </cell>
33323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33324 \begin_inset Text
33325
33326 \begin_layout Plain Layout
33327 name/description
33328 \end_layout
33329
33330 \end_inset
33331 </cell>
33332 </row>
33333 <row>
33334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33335 \begin_inset Text
33336
33337 \begin_layout Plain Layout
33338 mm
33339 \end_layout
33340
33341 \end_inset
33342 </cell>
33343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33344 \begin_inset Text
33345
33346 \begin_layout Plain Layout
33347 millimeter
33348 \end_layout
33349
33350 \end_inset
33351 </cell>
33352 </row>
33353 <row>
33354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33355 \begin_inset Text
33356
33357 \begin_layout Plain Layout
33358 cm
33359 \end_layout
33360
33361 \end_inset
33362 </cell>
33363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33364 \begin_inset Text
33365
33366 \begin_layout Plain Layout
33367 centimeter
33368 \end_layout
33369
33370 \end_inset
33371 </cell>
33372 </row>
33373 <row>
33374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33375 \begin_inset Text
33376
33377 \begin_layout Plain Layout
33378 in
33379 \end_layout
33380
33381 \end_inset
33382 </cell>
33383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33384 \begin_inset Text
33385
33386 \begin_layout Plain Layout
33387 inch
33388 \end_layout
33389
33390 \end_inset
33391 </cell>
33392 </row>
33393 <row>
33394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33395 \begin_inset Text
33396
33397 \begin_layout Plain Layout
33398 pt
33399 \end_layout
33400
33401 \end_inset
33402 </cell>
33403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33404 \begin_inset Text
33405
33406 \begin_layout Plain Layout
33407 point (72.27
33408 \begin_inset space \thinspace{}
33409 \end_inset
33410
33411 pt = 1
33412 \begin_inset space \thinspace{}
33413 \end_inset
33414
33415 in)
33416 \end_layout
33417
33418 \end_inset
33419 </cell>
33420 </row>
33421 <row>
33422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33423 \begin_inset Text
33424
33425 \begin_layout Plain Layout
33426 pc
33427 \end_layout
33428
33429 \end_inset
33430 </cell>
33431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33432 \begin_inset Text
33433
33434 \begin_layout Plain Layout
33435 pica (1
33436 \begin_inset space \thinspace{}
33437 \end_inset
33438
33439 pc = 12
33440 \begin_inset space \thinspace{}
33441 \end_inset
33442
33443 pt)
33444 \end_layout
33445
33446 \end_inset
33447 </cell>
33448 </row>
33449 <row>
33450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33451 \begin_inset Text
33452
33453 \begin_layout Plain Layout
33454 sp
33455 \end_layout
33456
33457 \end_inset
33458 </cell>
33459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33460 \begin_inset Text
33461
33462 \begin_layout Plain Layout
33463 scaled point (65536
33464 \begin_inset space \thinspace{}
33465 \end_inset
33466
33467 sp = 1
33468 \begin_inset space \thinspace{}
33469 \end_inset
33470
33471 pt)
33472 \end_layout
33473
33474 \end_inset
33475 </cell>
33476 </row>
33477 <row>
33478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33479 \begin_inset Text
33480
33481 \begin_layout Plain Layout
33482 bp
33483 \end_layout
33484
33485 \end_inset
33486 </cell>
33487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33488 \begin_inset Text
33489
33490 \begin_layout Plain Layout
33491 big point (72
33492 \begin_inset space \thinspace{}
33493 \end_inset
33494
33495 bp = 1
33496 \begin_inset space \thinspace{}
33497 \end_inset
33498
33499 in)
33500 \end_layout
33501
33502 \end_inset
33503 </cell>
33504 </row>
33505 <row>
33506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33507 \begin_inset Text
33508
33509 \begin_layout Plain Layout
33510 dd
33511 \end_layout
33512
33513 \end_inset
33514 </cell>
33515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33516 \begin_inset Text
33517
33518 \begin_layout Plain Layout
33519 didot (1
33520 \begin_inset space \thinspace{}
33521 \end_inset
33522
33523 dd 
33524 \begin_inset Formula $\approx$
33525 \end_inset
33526
33527  0.376
33528 \begin_inset space \thinspace{}
33529 \end_inset
33530
33531 mm)
33532 \end_layout
33533
33534 \end_inset
33535 </cell>
33536 </row>
33537 <row>
33538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33539 \begin_inset Text
33540
33541 \begin_layout Plain Layout
33542 cc
33543 \end_layout
33544
33545 \end_inset
33546 </cell>
33547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33548 \begin_inset Text
33549
33550 \begin_layout Plain Layout
33551 cicero (1
33552 \begin_inset space \thinspace{}
33553 \end_inset
33554
33555 cc = 12
33556 \begin_inset space \thinspace{}
33557 \end_inset
33558
33559 dd)
33560 \end_layout
33561
33562 \end_inset
33563 </cell>
33564 </row>
33565 <row>
33566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33567 \begin_inset Text
33568
33569 \begin_layout Plain Layout
33570 Scale%
33571 \end_layout
33572
33573 \end_inset
33574 </cell>
33575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33576 \begin_inset Text
33577
33578 \begin_layout Plain Layout
33579 % of original image width
33580 \end_layout
33581
33582 \end_inset
33583 </cell>
33584 </row>
33585 <row>
33586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33587 \begin_inset Text
33588
33589 \begin_layout Plain Layout
33590 text%
33591 \end_layout
33592
33593 \end_inset
33594 </cell>
33595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33596 \begin_inset Text
33597
33598 \begin_layout Plain Layout
33599 % of text width
33600 \end_layout
33601
33602 \end_inset
33603 </cell>
33604 </row>
33605 <row>
33606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33607 \begin_inset Text
33608
33609 \begin_layout Plain Layout
33610 col%
33611 \end_layout
33612
33613 \end_inset
33614 </cell>
33615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33616 \begin_inset Text
33617
33618 \begin_layout Plain Layout
33619 % of column width
33620 \end_layout
33621
33622 \end_inset
33623 </cell>
33624 </row>
33625 <row>
33626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33627 \begin_inset Text
33628
33629 \begin_layout Plain Layout
33630 page%
33631 \end_layout
33632
33633 \end_inset
33634 </cell>
33635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33636 \begin_inset Text
33637
33638 \begin_layout Plain Layout
33639 % of paper width
33640 \end_layout
33641
33642 \end_inset
33643 </cell>
33644 </row>
33645 <row>
33646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33647 \begin_inset Text
33648
33649 \begin_layout Plain Layout
33650 line%
33651 \end_layout
33652
33653 \end_inset
33654 </cell>
33655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33656 \begin_inset Text
33657
33658 \begin_layout Plain Layout
33659 % of line width
33660 \end_layout
33661
33662 \end_inset
33663 </cell>
33664 </row>
33665 <row>
33666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33667 \begin_inset Text
33668
33669 \begin_layout Plain Layout
33670 theight%
33671 \end_layout
33672
33673 \end_inset
33674 </cell>
33675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33676 \begin_inset Text
33677
33678 \begin_layout Plain Layout
33679 % of text height
33680 \end_layout
33681
33682 \end_inset
33683 </cell>
33684 </row>
33685 <row>
33686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33687 \begin_inset Text
33688
33689 \begin_layout Plain Layout
33690 pheight%
33691 \end_layout
33692
33693 \end_inset
33694 </cell>
33695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33696 \begin_inset Text
33697
33698 \begin_layout Plain Layout
33699 % of paper height
33700 \end_layout
33701
33702 \end_inset
33703 </cell>
33704 </row>
33705 <row>
33706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33707 \begin_inset Text
33708
33709 \begin_layout Plain Layout
33710 ex
33711 \end_layout
33712
33713 \end_inset
33714 </cell>
33715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33716 \begin_inset Text
33717
33718 \begin_layout Plain Layout
33719 height of letter 
33720 \emph on
33721 x
33722 \emph default
33723  in current font
33724 \end_layout
33725
33726 \end_inset
33727 </cell>
33728 </row>
33729 <row>
33730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33731 \begin_inset Text
33732
33733 \begin_layout Plain Layout
33734 em
33735 \end_layout
33736
33737 \end_inset
33738 </cell>
33739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33740 \begin_inset Text
33741
33742 \begin_layout Plain Layout
33743 width of letter 
33744 \emph on
33745 M
33746 \emph default
33747  in current font
33748 \end_layout
33749
33750 \end_inset
33751 </cell>
33752 </row>
33753 <row>
33754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33755 \begin_inset Text
33756
33757 \begin_layout Plain Layout
33758 mu
33759 \end_layout
33760
33761 \end_inset
33762 </cell>
33763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33764 \begin_inset Text
33765
33766 \begin_layout Plain Layout
33767 math unit (1
33768 \begin_inset space \thinspace{}
33769 \end_inset
33770
33771 mu = 1/18
33772 \begin_inset space \thinspace{}
33773 \end_inset
33774
33775 em)
33776 \end_layout
33777
33778 \end_inset
33779 </cell>
33780 </row>
33781 </lyxtabular>
33782
33783 \end_inset
33784
33785
33786 \end_layout
33787
33788 \end_inset
33789
33790
33791 \end_layout
33792
33793 \begin_layout Chapter
33794 Output File Formats with Graphics
33795 \begin_inset CommandInset label
33796 LatexCommand label
33797 name "cha:Output-File-Formats"
33798
33799 \end_inset
33800
33801
33802 \end_layout
33803
33804 \begin_layout Section
33805 DVI
33806 \begin_inset Index
33807 status collapsed
33808
33809 \begin_layout Plain Layout
33810 File Formats ! DVI
33811 \end_layout
33812
33813 \end_inset
33814
33815
33816 \begin_inset Index
33817 status collapsed
33818
33819 \begin_layout Plain Layout
33820 DVI|see
33821 \begin_inset ERT
33822 status collapsed
33823
33824 \begin_layout Plain Layout
33825
33826 {
33827 \end_layout
33828
33829 \end_inset
33830
33831 File Formats
33832 \begin_inset ERT
33833 status collapsed
33834
33835 \begin_layout Plain Layout
33836
33837 }
33838 \end_layout
33839
33840 \end_inset
33841
33842
33843 \end_layout
33844
33845 \end_inset
33846
33847
33848 \end_layout
33849
33850 \begin_layout Standard
33851 This file type has the extension 
33852 \begin_inset Quotes eld
33853 \end_inset
33854
33855
33856 \family typewriter
33857 .dvi
33858 \family default
33859
33860 \begin_inset Quotes erd
33861 \end_inset
33862
33863 .
33864  It is called 
33865 \begin_inset Quotes eld
33866 \end_inset
33867
33868 device-independent
33869 \begin_inset Quotes erd
33870 \end_inset
33871
33872  (DVI), because it is completely portable; you can move them from one machine
33873  to another without needing to do any sort of conversion.
33874  At the time when this file-format was developed, this was no matter of
33875  course.
33876  DVIs are used for quick previews and as pre-stage for other output formats,
33877  like PostScript.
33878 \end_layout
33879
33880 \begin_layout Standard
33881 \begin_inset Note Greyedout
33882 status open
33883
33884 \begin_layout Plain Layout
33885
33886 \series bold
33887 Note:
33888 \series default
33889  DVI-files doesn't contain images, they will only be a linked.
33890 \end_layout
33891
33892 \end_inset
33893
33894  So don't forget this, if you move your 
33895 \family typewriter
33896 .dvi
33897 \family default
33898  file to another computer.
33899  This property can also slow down your computer when you view the DVI.
33900  Because the DVI-viewer has to convert the image in the background to make
33901  it visible when you scroll in the DVI.
33902  So we recommend to use PDF for files with many images.
33903 \end_layout
33904
33905 \begin_layout Standard
33906 You can export your document to DVI by using the menu 
33907 \family sans
33908 File\SpecialChar \menuseparator
33909 Export\SpecialChar \menuseparator
33910 DVI
33911 \family default
33912 .
33913  You can view your document as DVI via the 
33914 \family sans
33915 View
33916 \family default
33917  menu or by using the toolbar button 
33918 \begin_inset Graphics
33919         filename ../images/buffer-view_dvi.png
33920         scale 85
33921         scaleBeforeRotation
33922
33923 \end_inset
33924
33925 .
33926 \end_layout
33927
33928 \begin_layout Section
33929 PostScript
33930 \begin_inset CommandInset label
33931 LatexCommand label
33932 name "sec:PostScript"
33933
33934 \end_inset
33935
33936
33937 \begin_inset Index
33938 status collapsed
33939
33940 \begin_layout Plain Layout
33941 File Formats ! PostScript
33942 \end_layout
33943
33944 \end_inset
33945
33946
33947 \begin_inset Index
33948 status collapsed
33949
33950 \begin_layout Plain Layout
33951 PostScript|see
33952 \begin_inset ERT
33953 status collapsed
33954
33955 \begin_layout Plain Layout
33956
33957 {
33958 \end_layout
33959
33960 \end_inset
33961
33962 File Formats
33963 \begin_inset ERT
33964 status collapsed
33965
33966 \begin_layout Plain Layout
33967
33968 }
33969 \end_layout
33970
33971 \end_inset
33972
33973
33974 \end_layout
33975
33976 \end_inset
33977
33978
33979 \end_layout
33980
33981 \begin_layout Standard
33982 This file type has the extension 
33983 \begin_inset Quotes eld
33984 \end_inset
33985
33986
33987 \family typewriter
33988 .ps
33989 \family default
33990
33991 \begin_inset Quotes erd
33992 \end_inset
33993
33994 .
33995  PostScript was developed by the company 
33996 \family typewriter
33997 Adobe
33998 \family default
33999  as printer language.
34000  The file contains therefore commands that the printer uses to print the
34001  file.
34002  PostScript can be seen as 
34003 \begin_inset Quotes eld
34004 \end_inset
34005
34006 programming language
34007 \begin_inset Quotes erd
34008 \end_inset
34009
34010 ; you can calculate with it and draw diagrams and images
34011 \begin_inset Foot
34012 status collapsed
34013
34014 \begin_layout Plain Layout
34015 If you are interested to learn more about this, have a look at the LaTeX-package
34016  
34017 \series bold
34018 PSTricks
34019 \series default
34020  
34021 \begin_inset CommandInset citation
34022 LatexCommand cite
34023 key "pstricks"
34024
34025 \end_inset
34026
34027 .
34028 \end_layout
34029
34030 \end_inset
34031
34032 .
34033  Due to this ability, the files are often bigger than PDFs.
34034 \end_layout
34035
34036 \begin_layout Standard
34037 PostScript can only contain images in the format 
34038 \begin_inset Quotes eld
34039 \end_inset
34040
34041 Encapsulated PostScript
34042 \begin_inset Quotes erd
34043 \end_inset
34044
34045  (EPS, file extension 
34046 \begin_inset Quotes eld
34047 \end_inset
34048
34049
34050 \family typewriter
34051 .eps
34052 \family default
34053
34054 \begin_inset Quotes erd
34055 \end_inset
34056
34057 ).
34058  As LyX allows you to use any known image format in your document, it has
34059  to convert images in the background to EPS.
34060  If you have e.g 50 images in your document, LyX has to do 50 conversions
34061  whenever you view or export your document.
34062  This will slow down your work flow with LyX drastically.
34063  So if you plan to use PostScript, you can insert your images directly as
34064  EPS to avoid this problem.
34065 \end_layout
34066
34067 \begin_layout Standard
34068 You can export your document to PostScript using the menu 
34069 \family sans
34070 File\SpecialChar \menuseparator
34071 Export\SpecialChar \menuseparator
34072 Postscript
34073 \family default
34074 .
34075  You can view your document as PostScript via the 
34076 \family sans
34077 View
34078 \family default
34079  menu or by using the toolbar button 
34080 \begin_inset Graphics
34081         filename ../images/buffer-view_ps.png
34082         scale 85
34083         scaleBeforeRotation
34084
34085 \end_inset
34086
34087 .
34088 \end_layout
34089
34090 \begin_layout Section
34091 PDF
34092 \begin_inset Index
34093 status collapsed
34094
34095 \begin_layout Plain Layout
34096 File Formats ! PDF
34097 \end_layout
34098
34099 \end_inset
34100
34101
34102 \begin_inset Index
34103 status collapsed
34104
34105 \begin_layout Plain Layout
34106 PDF
34107 \end_layout
34108
34109 \end_inset
34110
34111
34112 \end_layout
34113
34114 \begin_layout Standard
34115 This file type has the extension 
34116 \begin_inset Quotes eld
34117 \end_inset
34118
34119
34120 \family typewriter
34121 .pdf
34122 \family default
34123
34124 \begin_inset Quotes erd
34125 \end_inset
34126
34127 .
34128  The 
34129 \begin_inset Quotes eld
34130 \end_inset
34131
34132 Portable Document Format
34133 \begin_inset Quotes erd
34134 \end_inset
34135
34136  (PDF) is developed by 
34137 \family typewriter
34138 Adobe
34139 \family default
34140  as derivative from PostScript.
34141  It is more compressed and it uses much less commands than PostScript.
34142  As the name 
34143 \begin_inset Quotes eld
34144 \end_inset
34145
34146 portable
34147 \begin_inset Quotes erd
34148 \end_inset
34149
34150  implies, it can be processed at any computer system and the printed output
34151  looks exactly the same.
34152 \end_layout
34153
34154 \begin_layout Standard
34155 PDF can contain images in its own PDF format, in the format 
34156 \begin_inset Quotes eld
34157 \end_inset
34158
34159 Joint Photographic Experts Group
34160 \begin_inset Quotes erd
34161 \end_inset
34162
34163  (JPG, file extension 
34164 \begin_inset Quotes eld
34165 \end_inset
34166
34167
34168 \family typewriter
34169 .jpg
34170 \family default
34171
34172 \begin_inset Quotes erd
34173 \end_inset
34174
34175  or 
34176 \begin_inset Quotes eld
34177 \end_inset
34178
34179
34180 \family typewriter
34181 .jpeg
34182 \family default
34183
34184 \begin_inset Quotes erd
34185 \end_inset
34186
34187 ), and in the format 
34188 \begin_inset Quotes eld
34189 \end_inset
34190
34191 Portable Network Graphics
34192 \begin_inset Quotes erd
34193 \end_inset
34194
34195  (PNG, file extension 
34196 \begin_inset Quotes eld
34197 \end_inset
34198
34199
34200 \family typewriter
34201 .png
34202 \family default
34203
34204 \begin_inset Quotes erd
34205 \end_inset
34206
34207 ).
34208  Nevertheless you can use any other image format, because LyX converts them
34209  in the background to one of these formats.
34210  But as described in the section about PostScript, the image conversion
34211  will slow down your work flow.
34212  So it is recommended to use images in one of the three mentioned formats.
34213 \end_layout
34214
34215 \begin_layout Standard
34216 You can export your document to PDF via the menu 
34217 \family sans
34218 File\SpecialChar \menuseparator
34219 Export
34220 \family default
34221  in three different ways:
34222 \end_layout
34223
34224 \begin_layout Description
34225 PDF
34226 \begin_inset space ~
34227 \end_inset
34228
34229 (ps2pdf) This uses the program 
34230 \family typewriter
34231 ps2pdf
34232 \family default
34233  that creates a PDF from a PostScript-version of your file.
34234  The PostScript-version is produced by the program 
34235 \family typewriter
34236 dvips
34237 \family default
34238  which uses a DVI-version as intermediate step.
34239  So this export variant consist of three conversions.
34240 \end_layout
34241
34242 \begin_layout Description
34243 PDF
34244 \begin_inset space ~
34245 \end_inset
34246
34247 (dvipdfm) This uses the program 
34248 \family typewriter
34249 dvipdfm
34250 \family default
34251  that converts your file in the background to DVI and in a second step to
34252  PDF.
34253 \end_layout
34254
34255 \begin_layout Description
34256 PDF
34257 \begin_inset space ~
34258 \end_inset
34259
34260 (pdflatex) This uses the program 
34261 \family typewriter
34262 pdftex
34263 \family default
34264  that converts your file directly to PDF.
34265 \end_layout
34266
34267 \begin_layout Standard
34268 It is recommended to use 
34269 \family sans
34270 PDF
34271 \begin_inset space ~
34272 \end_inset
34273
34274 (pdflatex)
34275 \family default
34276  because 
34277 \family typewriter
34278 pdftex
34279 \family default
34280  supports all features of actual PDF-versions, is quick and works stable
34281  without problems.
34282  The program 
34283 \family typewriter
34284 dvipdfm
34285 \family default
34286  is not under development and therefore a bit outdated.
34287 \end_layout
34288
34289 \begin_layout Standard
34290 You can view your document as PDF via the 
34291 \family sans
34292 View
34293 \family default
34294  menu or by using the toolbar button 
34295 \begin_inset Graphics
34296         filename ../images/buffer-view_pdf2.png
34297         scale 85
34298         scaleBeforeRotation
34299
34300 \end_inset
34301
34302  
34303 \family sans
34304 (
34305 \family default
34306 that uses 
34307 \family sans
34308 PDF
34309 \begin_inset space ~
34310 \end_inset
34311
34312 (pdflatex)
34313 \family default
34314 ).
34315 \end_layout
34316
34317 \begin_layout Chapter
34318 Explanation of Equation
34319 \begin_inset space ~
34320 \end_inset
34321
34322
34323 \begin_inset CommandInset ref
34324 LatexCommand eqref
34325 reference "eq:Wgn"
34326
34327 \end_inset
34328
34329
34330 \begin_inset CommandInset label
34331 LatexCommand label
34332 name "cha:Explanation-of-Equation"
34333
34334 \end_inset
34335
34336
34337 \end_layout
34338
34339 \begin_layout Standard
34340 The total width of 
34341 \emph on
34342 n
34343 \emph default
34344  table cells 
34345 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34346 \end_inset
34347
34348  can be calculated to
34349 \end_layout
34350
34351 \begin_layout Standard
34352 \begin_inset Formula \begin{equation}
34353 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}
34354
34355 \end_inset
34356
34357
34358 \end_layout
34359
34360 \begin_layout Standard
34361 Where 
34362 \begin_inset Formula $W_{g\, n}$
34363 \end_inset
34364
34365  is the given width of all cells.
34366  
34367 \series bold
34368
34369 \backslash
34370 tabcolsep
34371 \series default
34372  is the LaTeX-length between the cell text and the cell border, its default
34373  value is 6
34374 \begin_inset space \thinspace{}
34375 \end_inset
34376
34377 pt.
34378  
34379 \series bold
34380
34381 \backslash
34382 arrayrulewidth
34383 \series default
34384  is the thickness of the cell border line, the default is 0.4
34385 \begin_inset space \thinspace{}
34386 \end_inset
34387
34388 pt.
34389 \end_layout
34390
34391 \begin_layout Standard
34392 Following equation
34393 \begin_inset space ~
34394 \end_inset
34395
34396
34397 \begin_inset CommandInset ref
34398 LatexCommand eqref
34399 reference "eq:Wtot_n"
34400
34401 \end_inset
34402
34403 , the total width of a multicolumn 
34404 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34405 \end_inset
34406
34407  is
34408 \end_layout
34409
34410 \begin_layout Standard
34411 \begin_inset Formula \begin{equation}
34412 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34413
34414 \end_inset
34415
34416
34417 \end_layout
34418
34419 \begin_layout Standard
34420 By setting equation
34421 \begin_inset space ~
34422 \end_inset
34423
34424
34425 \begin_inset CommandInset ref
34426 LatexCommand eqref
34427 reference "eq:Wtot_n"
34428
34429 \end_inset
34430
34431  and 
34432 \begin_inset CommandInset ref
34433 LatexCommand eqref
34434 reference "eq:Wtot_mult"
34435
34436 \end_inset
34437
34438  equal we can calculate the needed given width 
34439 \begin_inset Formula $W_{g\, n}$
34440 \end_inset
34441
34442  when 
34443 \emph on
34444 n
34445 \emph default
34446  columns are spanned, so that each column has a total width of 
34447 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34448 \end_inset
34449
34450 :
34451 \end_layout
34452
34453 \begin_layout Standard
34454 \begin_inset Formula \begin{equation}
34455 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34456
34457 \end_inset
34458
34459
34460 \end_layout
34461
34462 \begin_layout Bibliography
34463 \begin_inset CommandInset bibitem
34464 LatexCommand bibitem
34465 key "latexcompanion"
34466
34467 \end_inset
34468
34469 Frank Mittelbach and Michel Goossens: 
34470 \emph on
34471 The LaTeX Companion Second Edition.
34472
34473 \emph default
34474  Addison-Wesley, 2004
34475 \end_layout
34476
34477 \begin_layout Bibliography
34478 \begin_inset CommandInset bibitem
34479 LatexCommand bibitem
34480 key "latexguide"
34481
34482 \end_inset
34483
34484 Helmut Kopka and Patrick W.
34485  Daly: 
34486 \emph on
34487 A Guide to LaTeX Fourth Edition.
34488
34489 \emph default
34490  Addison-Wesley, 2003
34491 \end_layout
34492
34493 \begin_layout Bibliography
34494 \begin_inset CommandInset bibitem
34495 LatexCommand bibitem
34496 key "latexbook"
34497
34498 \end_inset
34499
34500 Leslie Lamport: 
34501 \emph on
34502 LaTeX: A Document Preparation System.
34503
34504 \emph default
34505  Addison-Wesley, second edition, 1994
34506 \end_layout
34507
34508 \begin_layout Bibliography
34509 \begin_inset CommandInset bibitem
34510 LatexCommand bibitem
34511 key "booktabs"
34512
34513 \end_inset
34514
34515 Documentation of the LaTeX-package 
34516 \series bold
34517
34518 \begin_inset CommandInset href
34519 LatexCommand href
34520 name "booktabs"
34521 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34522
34523 \end_inset
34524
34525
34526 \series default
34527
34528 \begin_inset Index
34529 status collapsed
34530
34531 \begin_layout Plain Layout
34532 LaTeX-packages ! booktabs
34533 \end_layout
34534
34535 \end_inset
34536
34537
34538 \end_layout
34539
34540 \begin_layout Bibliography
34541 \begin_inset CommandInset bibitem
34542 LatexCommand bibitem
34543 key "caption"
34544
34545 \end_inset
34546
34547 Documentation of the LaTeX-package 
34548 \series bold
34549
34550 \begin_inset CommandInset href
34551 LatexCommand href
34552 name "caption"
34553 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
34554
34555 \end_inset
34556
34557
34558 \series default
34559
34560 \begin_inset Index
34561 status collapsed
34562
34563 \begin_layout Plain Layout
34564 LaTeX-packages ! caption
34565 \end_layout
34566
34567 \end_inset
34568
34569
34570 \end_layout
34571
34572 \begin_layout Bibliography
34573 \begin_inset CommandInset bibitem
34574 LatexCommand bibitem
34575 key "endfloat"
34576
34577 \end_inset
34578
34579 Documentation of the LaTeX-package 
34580 \series bold
34581
34582 \begin_inset CommandInset href
34583 LatexCommand href
34584 name "endfloat"
34585 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34586
34587 \end_inset
34588
34589
34590 \series default
34591
34592 \begin_inset Index
34593 status collapsed
34594
34595 \begin_layout Plain Layout
34596 LaTeX-packages ! endfloat
34597 \end_layout
34598
34599 \end_inset
34600
34601
34602 \end_layout
34603
34604 \begin_layout Bibliography
34605 \begin_inset CommandInset bibitem
34606 LatexCommand bibitem
34607 key "wrapfig"
34608
34609 \end_inset
34610
34611 Documentation of the LaTeX-package 
34612 \series bold
34613
34614 \begin_inset CommandInset href
34615 LatexCommand href
34616 name "wrapfig"
34617 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34618
34619 \end_inset
34620
34621
34622 \series default
34623
34624 \begin_inset Index
34625 status collapsed
34626
34627 \begin_layout Plain Layout
34628 LaTeX-packages ! wrapfig
34629 \begin_inset ERT
34630 status collapsed
34631
34632 \begin_layout Plain Layout
34633
34634
34635 \backslash
34636 vspace{4mm}
34637 \end_layout
34638
34639 \end_inset
34640
34641
34642 \end_layout
34643
34644 \end_inset
34645
34646
34647 \end_layout
34648
34649 \begin_layout Bibliography
34650 \begin_inset CommandInset bibitem
34651 LatexCommand bibitem
34652 key "footmisc"
34653
34654 \end_inset
34655
34656 Documentation of the LaTeX-package 
34657 \series bold
34658
34659 \begin_inset CommandInset href
34660 LatexCommand href
34661 name "footmisc"
34662 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34663
34664 \end_inset
34665
34666
34667 \series default
34668
34669 \begin_inset Index
34670 status collapsed
34671
34672 \begin_layout Plain Layout
34673 LaTeX-packages ! footmisc
34674 \end_layout
34675
34676 \end_inset
34677
34678
34679 \end_layout
34680
34681 \begin_layout Bibliography
34682 \begin_inset CommandInset bibitem
34683 LatexCommand bibitem
34684 key "hypcap"
34685
34686 \end_inset
34687
34688 Documentation of the LaTeX-package 
34689 \series bold
34690
34691 \begin_inset CommandInset href
34692 LatexCommand href
34693 name "hypcap"
34694 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34695
34696 \end_inset
34697
34698
34699 \series default
34700
34701 \begin_inset Index
34702 status collapsed
34703
34704 \begin_layout Plain Layout
34705 LaTeX-packages ! hyperref
34706 \end_layout
34707
34708 \end_inset
34709
34710
34711 \end_layout
34712
34713 \begin_layout Bibliography
34714 \begin_inset CommandInset bibitem
34715 LatexCommand bibitem
34716 key "hyperref"
34717
34718 \end_inset
34719
34720 Documentation of the LaTeX-package 
34721 \series bold
34722
34723 \begin_inset CommandInset href
34724 LatexCommand href
34725 name "hyperref"
34726 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34727
34728 \end_inset
34729
34730
34731 \series default
34732
34733 \begin_inset Index
34734 status collapsed
34735
34736 \begin_layout Plain Layout
34737 LaTeX-packages ! hyperref
34738 \end_layout
34739
34740 \end_inset
34741
34742
34743 \end_layout
34744
34745 \begin_layout Bibliography
34746 \begin_inset CommandInset bibitem
34747 LatexCommand bibitem
34748 key "KOMA-script"
34749
34750 \end_inset
34751
34752 Documentation of the LaTeX-package 
34753 \series bold
34754
34755 \begin_inset CommandInset href
34756 LatexCommand href
34757 name "KOMA-script"
34758 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34759
34760 \end_inset
34761
34762
34763 \series default
34764
34765 \begin_inset Index
34766 status collapsed
34767
34768 \begin_layout Plain Layout
34769 LaTeX-packages ! KOMA-script
34770 \end_layout
34771
34772 \end_inset
34773
34774
34775 \end_layout
34776
34777 \begin_layout Bibliography
34778 \begin_inset CommandInset bibitem
34779 LatexCommand bibitem
34780 key "listings"
34781
34782 \end_inset
34783
34784 Documentation of the LaTeX-package 
34785 \series bold
34786
34787 \begin_inset CommandInset href
34788 LatexCommand href
34789 name "listings"
34790 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34791
34792 \end_inset
34793
34794
34795 \series default
34796
34797 \begin_inset Index
34798 status collapsed
34799
34800 \begin_layout Plain Layout
34801 LaTeX-packages ! listings
34802 \end_layout
34803
34804 \end_inset
34805
34806
34807 \end_layout
34808
34809 \begin_layout Bibliography
34810 \begin_inset CommandInset bibitem
34811 LatexCommand bibitem
34812 key "marginnote"
34813
34814 \end_inset
34815
34816 Documentation of the LaTeX-package 
34817 \series bold
34818
34819 \begin_inset CommandInset href
34820 LatexCommand href
34821 name "marginnote"
34822 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34823
34824 \end_inset
34825
34826
34827 \series default
34828
34829 \begin_inset Index
34830 status collapsed
34831
34832 \begin_layout Plain Layout
34833 LaTeX-packages ! marginnote
34834 \end_layout
34835
34836 \end_inset
34837
34838
34839 \end_layout
34840
34841 \begin_layout Bibliography
34842 \begin_inset CommandInset bibitem
34843 LatexCommand bibitem
34844 key "pstricks"
34845
34846 \end_inset
34847
34848 Web page of the LaTeX-package 
34849 \series bold
34850
34851 \begin_inset CommandInset href
34852 LatexCommand href
34853 name "PSTricks"
34854 target "http://tug.org/PSTricks/"
34855
34856 \end_inset
34857
34858
34859 \series default
34860
34861 \begin_inset Index
34862 status collapsed
34863
34864 \begin_layout Plain Layout
34865 LaTeX-packages ! PSTricks
34866 \end_layout
34867
34868 \end_inset
34869
34870
34871 \end_layout
34872
34873 \begin_layout Bibliography
34874 \begin_inset CommandInset bibitem
34875 LatexCommand bibitem
34876 key "sidecap"
34877
34878 \end_inset
34879
34880 Documentation of the LaTeX-package 
34881 \series bold
34882
34883 \begin_inset CommandInset href
34884 LatexCommand href
34885 name "sidecap"
34886 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34887
34888 \end_inset
34889
34890
34891 \series default
34892
34893 \begin_inset Index
34894 status collapsed
34895
34896 \begin_layout Plain Layout
34897 LaTeX-packages ! sidecap
34898 \end_layout
34899
34900 \end_inset
34901
34902
34903 \end_layout
34904
34905 \begin_layout Bibliography
34906 \begin_inset CommandInset bibitem
34907 LatexCommand bibitem
34908 key "NewInLyX16"
34909
34910 \end_inset
34911
34912
34913 \begin_inset CommandInset href
34914 LatexCommand href
34915 name "Wiki page"
34916 target "http://wiki.lyx.org/LyX/NewInLyX16"
34917
34918 \end_inset
34919
34920  about new features in 
34921 \family sans
34922 LyX 1.6.0
34923 \family default
34924 .
34925 \end_layout
34926
34927 \begin_layout Standard
34928 \begin_inset CommandInset index_print
34929 LatexCommand printindex
34930
34931 \end_inset
34932
34933
34934 \end_layout
34935
34936 \begin_layout Standard
34937 \begin_inset FloatList figure
34938
34939 \end_inset
34940
34941
34942 \end_layout
34943
34944 \begin_layout Standard
34945 \begin_inset FloatList table
34946
34947 \end_inset
34948
34949
34950 \end_layout
34951
34952 \begin_layout Standard
34953 \begin_inset FloatList algorithm
34954
34955 \end_inset
34956
34957
34958 \end_layout
34959
34960 \end_body
34961 \end_document