]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
1a947c337920e30e1aaf35ffa7eb9e59563a0e4f
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 1.6.4svn 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, pdfpagelabels"
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 false
213 \output_changes false
214 \author "" 
215 \author "" 
216 \end_header
217
218 \begin_body
219
220 \begin_layout Title
221 LyX's detailed Figure, Table, Floats, Notes, Boxes and External Material
222  manual
223 \end_layout
224
225 \begin_layout Author
226 by the LyX Team
227 \begin_inset Foot
228 status collapsed
229
230 \begin_layout Plain Layout
231 \noindent
232 If you have comments or error corrections, please send them to the LyX Documenta
233 tion mailing list: 
234 \begin_inset CommandInset href
235 LatexCommand href
236 name "lyx-docs@lists.lyx.org"
237 target "lyx-docs@lists.lyx.org?subject=EmbeddedObjects manual"
238 type "mailto:"
239
240 \end_inset
241
242
243 \end_layout
244
245 \end_inset
246
247
248 \begin_inset Note Note
249 status collapsed
250
251 \begin_layout Plain Layout
252 author: Uwe Stöhr
253 \end_layout
254
255 \end_inset
256
257
258 \begin_inset Newline newline
259 \end_inset
260
261
262 \begin_inset Newline newline
263 \end_inset
264
265
266 \family sans
267 Version 1.6.x
268 \end_layout
269
270 \begin_layout Standard
271 \begin_inset CommandInset toc
272 LatexCommand tableofcontents
273
274 \end_inset
275
276
277 \end_layout
278
279 \begin_layout Standard
280 \begin_inset Note Note
281 status open
282
283 \begin_layout Plain Layout
284 To export all parts of this document to PDF, PS, or DVI the LaTeX-packages
285  
286 \series bold
287 arydshln
288 \series default
289
290 \series bold
291 colortbl
292 \series default
293
294 \series bold
295 marginnote
296 \series default
297 , and 
298 \series bold
299 sidecap
300 \series default
301  must be installed.
302  If they are not installed you can export the document anyway but the sections
303  where the packages are required won't appear in the output.
304 \end_layout
305
306 \begin_layout Plain Layout
307 The latest PDF-version of this document can be found here:
308 \begin_inset Newline newline
309 \end_inset
310
311
312 \series bold
313 http://wiki.lyx.org/LyX/DocumentationDevelopment#EmbeddedObjects
314 \end_layout
315
316 \end_inset
317
318
319 \end_layout
320
321 \begin_layout Chapter
322 Figures
323 \begin_inset Index
324 status collapsed
325
326 \begin_layout Plain Layout
327 Figures
328 \end_layout
329
330 \end_inset
331
332
333 \begin_inset Index
334 status collapsed
335
336 \begin_layout Plain Layout
337 Graphics|see
338 \begin_inset ERT
339 status collapsed
340
341 \begin_layout Plain Layout
342
343 {
344 \end_layout
345
346 \end_inset
347
348 Figures
349 \begin_inset ERT
350 status collapsed
351
352 \begin_layout Plain Layout
353
354 }
355 \end_layout
356
357 \end_inset
358
359
360 \end_layout
361
362 \end_inset
363
364
365 \end_layout
366
367 \begin_layout Section
368 Graphics Dialog
369 \begin_inset Index
370 status collapsed
371
372 \begin_layout Plain Layout
373 Figures ! Graphics Dialog
374 \end_layout
375
376 \end_inset
377
378
379 \begin_inset CommandInset label
380 LatexCommand label
381 name "sec:Graphics-Dialog"
382
383 \end_inset
384
385
386 \end_layout
387
388 \begin_layout Standard
389 To insert an image into your document, place the cursor at the text position
390  you want and click on the toolbar icon 
391 \begin_inset Graphics
392         filename ../images/dialog-show-new-inset_graphics.png
393         scale 85
394         scaleBeforeRotation
395
396 \end_inset
397
398  or use the menu 
399 \family sans
400 Insert\SpecialChar \menuseparator
401 Graphics
402 \family default
403 .
404  Then a dialog will appear to choose the file to load.
405  The image will appear in the output exactly at the position where it is
406  in the text.
407 \end_layout
408
409 \begin_layout Standard
410 The graphics dialog can be called at any time by clicking on an image.
411  This dialog has three tabs:
412 \end_layout
413
414 \begin_layout Description
415
416 \family sans
417 Graphics
418 \family default
419  Here you can choose an image file and adjust its appearance in the output.
420  The available units for the image size are explained in appendix
421 \begin_inset space ~
422 \end_inset
423
424
425 \begin_inset CommandInset ref
426 LatexCommand ref
427 reference "cha:Units-available-in"
428
429 \end_inset
430
431 .
432 \begin_inset Newline newline
433 \end_inset
434
435
436 \begin_inset Index
437 status collapsed
438
439 \begin_layout Plain Layout
440 Figures ! rotated
441 \end_layout
442
443 \end_inset
444
445 You can rotate images counter-clockwise by setting a rotation angle and
446  a rotation origin.
447  The image will also be rotated inside LyX.
448 \begin_inset Newline newline
449 \end_inset
450
451
452 \begin_inset Index
453 status collapsed
454
455 \begin_layout Plain Layout
456 Figures ! scaled
457 \end_layout
458
459 \end_inset
460
461 Images can be scaled by using a percentage value or by setting the width
462  and height explicitly.
463  If you set only the width or only the height, the other size will be determined
464  automatically.
465  If you set both, then the image will be transformed to the given size,
466  possibly distorting it.
467  To prevent the image from distortion, use the option 
468 \family sans
469 Maintain aspect ratio
470 \family default
471 .
472  The image will then be scaled so that its width and height don't exceed
473  the specified dimensions.
474 \begin_inset Newline newline
475 \end_inset
476
477 Images can be opened in a program of your choice by right-clicking on it
478  choosing the entry 
479 \family sans
480 Edit
481 \begin_inset space ~
482 \end_inset
483
484 externally
485 \family default
486  in the appearing context menu.
487  The program can be set for every image format in the file format settings
488  in LyX's preferences.
489 \end_layout
490
491 \begin_layout Description
492
493 \family sans
494 Clipping
495 \family default
496  Alternatively to the usage of scaling units it is possible to set image
497  coordinates to adjust the height and width of the image in the output.
498  The coordinates can also be calculated automatically by pressing the button
499  
500 \family sans
501 Get
502 \begin_inset space ~
503 \end_inset
504
505 from
506 \begin_inset space ~
507 \end_inset
508
509 File
510 \family default
511 .
512  The option 
513 \family sans
514 Clip
515 \begin_inset space ~
516 \end_inset
517
518 to
519 \begin_inset space ~
520 \end_inset
521
522 bounding
523 \begin_inset space ~
524 \end_inset
525
526 box
527 \family default
528  will only print the image region within the given coordinates.
529  Normally you don't need to take care about image coordinates and can ignore
530  this tab.
531 \end_layout
532
533 \begin_layout Description
534
535 \family sans
536 LaTeX
537 \begin_inset space ~
538 \end_inset
539
540 and
541 \begin_inset space ~
542 \end_inset
543
544 LyX
545 \begin_inset space ~
546 \end_inset
547
548 options
549 \family default
550  In this tab you can modify the appearance of the image within LyX and LaTeX
551  experts can specify additional LaTeX options.
552 \begin_inset Newline newline
553 \end_inset
554
555 The option 
556 \family sans
557 Draft
558 \begin_inset space ~
559 \end_inset
560
561 mode
562 \family default
563  makes the image appear in the output only as a frame with the size of the
564  image.
565 \begin_inset Newline newline
566 \end_inset
567
568 The 
569 \family sans
570 Don't
571 \begin_inset space ~
572 \end_inset
573
574 unzip
575 \begin_inset space ~
576 \end_inset
577
578 on
579 \begin_inset space ~
580 \end_inset
581
582 export
583 \family default
584  option only affects zipped EPS-graphics, e.
585 \begin_inset space \thinspace{}
586 \end_inset
587
588 g.
589 \begin_inset space \space{}
590 \end_inset
591
592
593 \emph on
594 x.eps.gz
595 \emph default
596 .
597  When the option is used the images will not be unzipped on export, since
598  LaTeX can handle them as they are.
599 \begin_inset Newline newline
600 \end_inset
601
602 Zipped EPS-graphics are useful to save disk space when you choose PostScript
603  as output format, see appendix
604 \begin_inset space ~
605 \end_inset
606
607
608 \begin_inset CommandInset ref
609 LatexCommand ref
610 reference "sec:PostScript"
611
612 \end_inset
613
614 .
615  To zip EPS-graphics, use the following commands in a UNIX-shell or a Windows
616  console:
617 \begin_inset Newline newline
618 \end_inset
619
620
621 \series bold
622 gzip x.eps
623 \series default
624
625 \begin_inset Newline newline
626 \end_inset
627
628
629 \series bold
630 zgrep %%Bounding x.eps.gz > x.eps.bb
631 \series default
632
633 \begin_inset Newline newline
634 \end_inset
635
636 The second command creates the bounding box file 
637 \begin_inset Quotes eld
638 \end_inset
639
640 x.eps.bb
641 \begin_inset Quotes erd
642 \end_inset
643
644  that is needed by LaTeX for zipped graphics.
645 \begin_inset Newline newline
646 \end_inset
647
648 The field 
649 \family sans
650 Initialize
651 \begin_inset space ~
652 \end_inset
653
654 Group
655 \begin_inset space ~
656 \end_inset
657
658 Name
659 \family default
660  allows you define or join an image settings group.
661 \begin_inset Index
662 status collapsed
663
664 \begin_layout Plain Layout
665 Figures ! Settings grouping
666 \end_layout
667
668 \end_inset
669
670  Images within such a group share their settings, so adjusting one image
671  of the group automatically also adjusts all other images of the group in
672  the same way.
673  So you can for example change the size for a bunch of images without the
674  need to manually change each of them.
675  Joining an existing group can also be done using the context menu of the
676  image by checking the name of the desired group.
677 \end_layout
678
679 \begin_layout Standard
680 \begin_inset VSpace bigskip
681 \end_inset
682
683
684 \end_layout
685
686 \begin_layout Standard
687 This is an example image in EPS format
688 \begin_inset Foot
689 status collapsed
690
691 \begin_layout Plain Layout
692 Image formats are explained in section
693 \begin_inset space ~
694 \end_inset
695
696
697 \begin_inset CommandInset ref
698 LatexCommand ref
699 reference "sec:Image-Formats"
700
701 \end_inset
702
703 .
704 \end_layout
705
706 \end_inset
707
708  within a separate, horizontally centered paragraph:
709 \end_layout
710
711 \begin_layout Standard
712 \align center
713 \begin_inset Graphics
714         filename clipart/mobius.eps
715         scale 70
716         scaleBeforeRotation
717         rotateOrigin center
718
719 \end_inset
720
721
722 \end_layout
723
724 \begin_layout Standard
725 This is the same image like the one above but in draft mode:
726 \end_layout
727
728 \begin_layout Standard
729 \align center
730 \begin_inset Graphics
731         filename clipart/mobius.eps
732         scale 70
733         draft
734         scaleBeforeRotation
735         rotateOrigin center
736
737 \end_inset
738
739
740 \end_layout
741
742 \begin_layout Standard
743 \begin_inset Newpage newpage
744 \end_inset
745
746
747 \end_layout
748
749 \begin_layout Section
750 Figure Floats
751 \begin_inset CommandInset label
752 LatexCommand label
753 name "sec:Figure-Floats"
754
755 \end_inset
756
757
758 \begin_inset Index
759 status collapsed
760
761 \begin_layout Plain Layout
762 Floats ! Figures
763 \end_layout
764
765 \end_inset
766
767
768 \begin_inset Index
769 status collapsed
770
771 \begin_layout Plain Layout
772 Figures ! Floats
773 \end_layout
774
775 \end_inset
776
777
778 \end_layout
779
780 \begin_layout Standard
781 For general explanations about floats, have a look at section
782 \begin_inset space ~
783 \end_inset
784
785
786 \begin_inset CommandInset ref
787 LatexCommand ref
788 reference "sec:FloatIntroduction"
789
790 \end_inset
791
792 .
793 \end_layout
794
795 \begin_layout Standard
796 The toolbar button 
797 \begin_inset Graphics
798         filename ../images/float-insert_figure.png
799         scale 85
800         scaleBeforeRotation
801
802 \end_inset
803
804  and the menu 
805 \family sans
806 Insert\SpecialChar \menuseparator
807 Float\SpecialChar \menuseparator
808 Figure
809 \family default
810  inserts a float with a caption that has the label 
811 \begin_inset Quotes eld
812 \end_inset
813
814 Figure
815 \begin_inset space ~
816 \end_inset
817
818 #:
819 \begin_inset Quotes erd
820 \end_inset
821
822  (# is the actual number).
823  You can insert the image above the caption, like in Figure
824 \begin_inset space ~
825 \end_inset
826
827
828 \begin_inset CommandInset ref
829 LatexCommand ref
830 reference "fig:kill-plat"
831
832 \end_inset
833
834  or below the caption, like in Figure
835 \begin_inset space ~
836 \end_inset
837
838
839 \begin_inset CommandInset ref
840 LatexCommand ref
841 reference "fig:escher"
842
843 \end_inset
844
845 .
846  More about the caption placement is described in section
847 \begin_inset space ~
848 \end_inset
849
850
851 \begin_inset CommandInset ref
852 LatexCommand ref
853 reference "sec:Caption-Placement"
854
855 \end_inset
856
857 .
858 \end_layout
859
860 \begin_layout Standard
861 \begin_inset Float figure
862 wide false
863 sideways false
864 status open
865
866 \begin_layout Plain Layout
867 \align center
868 \begin_inset Graphics
869         filename clipart/platypus.eps
870         width 50col%
871         scaleBeforeRotation
872         rotateOrigin center
873
874 \end_inset
875
876
877 \end_layout
878
879 \begin_layout Plain Layout
880 \begin_inset Caption
881
882 \begin_layout Plain Layout
883 \begin_inset CommandInset label
884 LatexCommand label
885 name "fig:kill-plat"
886
887 \end_inset
888
889 A severely distorted platypus in a float.
890 \end_layout
891
892 \end_inset
893
894
895 \end_layout
896
897 \end_inset
898
899
900 \end_layout
901
902 \begin_layout Standard
903 \begin_inset Float figure
904 wide false
905 sideways false
906 status open
907
908 \begin_layout Plain Layout
909 \begin_inset Caption
910
911 \begin_layout Plain Layout
912 \begin_inset CommandInset label
913 LatexCommand label
914 name "fig:escher"
915
916 \end_inset
917
918 M.C.
919  Escher on acid.
920 \end_layout
921
922 \end_inset
923
924
925 \end_layout
926
927 \begin_layout Plain Layout
928 \align center
929 \begin_inset Graphics
930         filename clipart/escher-lsd.eps
931         scale 80
932         scaleBeforeRotation
933         rotateOrigin center
934
935 \end_inset
936
937
938 \end_layout
939
940 \end_inset
941
942
943 \end_layout
944
945 \begin_layout Standard
946 \begin_inset Index
947 status collapsed
948
949 \begin_layout Plain Layout
950 References ! to Figures
951 \end_layout
952
953 \end_inset
954
955 Figure
956 \begin_inset space ~
957 \end_inset
958
959
960 \begin_inset CommandInset ref
961 LatexCommand ref
962 reference "fig:kill-plat"
963
964 \end_inset
965
966  and 
967 \begin_inset CommandInset ref
968 LatexCommand ref
969 reference "fig:escher"
970
971 \end_inset
972
973  are examples of referenced figures.
974  Figures can be referenced in the text by referencing their label.
975  To do this insert a label in the caption using the menu 
976 \family sans
977 Insert\SpecialChar \menuseparator
978 Label
979 \family default
980  or the toolbar button 
981 \begin_inset Graphics
982         filename ../images/label-insert.png
983         scale 85
984         scaleBeforeRotation
985
986 \end_inset
987
988 .
989  You can now refer to the label using the menu 
990 \family sans
991 Insert\SpecialChar \menuseparator
992 Cross
993 \begin_inset space ~
994 \end_inset
995
996 reference
997 \family default
998  or the toolbar button 
999 \begin_inset Graphics
1000         filename ../images/dialog-show-new-inset_ref.png
1001         scale 85
1002         scaleBeforeRotation
1003
1004 \end_inset
1005
1006 .
1007  It is important to use references to floats, rather than using vague references
1008  like 
1009 \begin_inset Quotes eld
1010 \end_inset
1011
1012 the figure above
1013 \begin_inset Quotes erd
1014 \end_inset
1015
1016 , because as LaTeX will reposition the floats in the final document, it
1017  might not be 
1018 \begin_inset Quotes eld
1019 \end_inset
1020
1021 above
1022 \begin_inset Quotes erd
1023 \end_inset
1024
1025  at all.
1026 \begin_inset Newline newline
1027 \end_inset
1028
1029 Referencing is explained in detail in section
1030 \begin_inset space ~
1031 \end_inset
1032
1033
1034 \begin_inset CommandInset ref
1035 LatexCommand ref
1036 reference "sec:Referencing-Floats"
1037
1038 \end_inset
1039
1040 .
1041 \end_layout
1042
1043 \begin_layout Standard
1044 Normally only one image is inserted to a figure float, but sometimes you
1045  might want to use two images with separate subcaptions.
1046  This can be done by inserting image floats into existing image floats.
1047  Note that only the main caption of the float is added to the List of Figures.
1048  Figure
1049 \begin_inset space ~
1050 \end_inset
1051
1052
1053 \begin_inset CommandInset ref
1054 LatexCommand ref
1055 reference "fig:Two-distorted-images"
1056
1057 \end_inset
1058
1059  is an example of a figure float with two images set side by side.
1060  You can also set the images one below the other.
1061  Figure
1062 \begin_inset space ~
1063 \end_inset
1064
1065
1066 \begin_inset CommandInset ref
1067 LatexCommand ref
1068 reference "fig:Undefinable-structure"
1069
1070 \end_inset
1071
1072  and 
1073 \begin_inset CommandInset ref
1074 LatexCommand ref
1075 reference "fig:A-Platypus"
1076
1077 \end_inset
1078
1079  are the subfigures.
1080 \end_layout
1081
1082 \begin_layout Standard
1083 \begin_inset Float figure
1084 wide false
1085 sideways false
1086 status open
1087
1088 \begin_layout Plain Layout
1089 \begin_inset space \hfill{}
1090 \end_inset
1091
1092
1093 \begin_inset Float figure
1094 wide false
1095 sideways false
1096 status collapsed
1097
1098 \begin_layout Plain Layout
1099 \begin_inset Caption
1100
1101 \begin_layout Plain Layout
1102 \begin_inset CommandInset label
1103 LatexCommand label
1104 name "fig:Undefinable-structure"
1105
1106 \end_inset
1107
1108 Undefinable structure.
1109 \end_layout
1110
1111 \end_inset
1112
1113
1114 \end_layout
1115
1116 \begin_layout Plain Layout
1117 \begin_inset Graphics
1118         filename clipart/escher-lsd.eps
1119         width 45col%
1120         scaleBeforeRotation
1121         groupId distorted
1122
1123 \end_inset
1124
1125
1126 \end_layout
1127
1128 \end_inset
1129
1130
1131 \begin_inset space \hfill{}
1132 \end_inset
1133
1134
1135 \begin_inset Float figure
1136 wide false
1137 sideways false
1138 status collapsed
1139
1140 \begin_layout Plain Layout
1141 \begin_inset Caption
1142
1143 \begin_layout Plain Layout
1144 \begin_inset CommandInset label
1145 LatexCommand label
1146 name "fig:A-Platypus"
1147
1148 \end_inset
1149
1150 A Platypus.
1151 \end_layout
1152
1153 \end_inset
1154
1155
1156 \end_layout
1157
1158 \begin_layout Plain Layout
1159 \begin_inset Graphics
1160         filename clipart/platypus.eps
1161         width 45col%
1162         scaleBeforeRotation
1163         groupId distorted
1164
1165 \end_inset
1166
1167
1168 \end_layout
1169
1170 \end_inset
1171
1172
1173 \begin_inset space \hfill{}
1174 \end_inset
1175
1176
1177 \end_layout
1178
1179 \begin_layout Plain Layout
1180 \begin_inset Caption
1181
1182 \begin_layout Plain Layout
1183 \begin_inset CommandInset label
1184 LatexCommand label
1185 name "fig:Two-distorted-images"
1186
1187 \end_inset
1188
1189 Two distorted images.
1190  Both images are in the image settings group named 
1191 \begin_inset Quotes eld
1192 \end_inset
1193
1194 distorted
1195 \begin_inset Quotes erd
1196 \end_inset
1197
1198 .
1199 \end_layout
1200
1201 \end_inset
1202
1203
1204 \end_layout
1205
1206 \end_inset
1207
1208
1209 \end_layout
1210
1211 \begin_layout Standard
1212 \begin_inset Newpage newpage
1213 \end_inset
1214
1215
1216 \end_layout
1217
1218 \begin_layout Section
1219 Image Formats
1220 \begin_inset CommandInset label
1221 LatexCommand label
1222 name "sec:Image-Formats"
1223
1224 \end_inset
1225
1226
1227 \begin_inset Index
1228 status collapsed
1229
1230 \begin_layout Plain Layout
1231 Image Formats
1232 \end_layout
1233
1234 \end_inset
1235
1236
1237 \begin_inset Index
1238 status collapsed
1239
1240 \begin_layout Plain Layout
1241 Figures ! Image Formats
1242 \end_layout
1243
1244 \end_inset
1245
1246
1247 \end_layout
1248
1249 \begin_layout Standard
1250 You can insert images in any known file format.
1251  But as explained in appendix
1252 \begin_inset space ~
1253 \end_inset
1254
1255
1256 \begin_inset CommandInset ref
1257 LatexCommand ref
1258 reference "cha:Output-File-Formats"
1259
1260 \end_inset
1261
1262 , every output document format allows only a few image formats.
1263  LyX uses therefore the program 
1264 \family typewriter
1265 ImageMagick
1266 \family default
1267  in the background to convert the images to the right format.
1268  To increase your work flow by avoiding these conversions in the background,
1269  you can use only the image formats that can directly be embedded in the
1270  output file format.
1271  The output file formats are explained in appendix
1272 \begin_inset space ~
1273 \end_inset
1274
1275
1276 \begin_inset CommandInset ref
1277 LatexCommand ref
1278 reference "cha:Output-File-Formats"
1279
1280 \end_inset
1281
1282 .
1283 \end_layout
1284
1285 \begin_layout Standard
1286 Similar to fonts there are two types of image formats:
1287 \end_layout
1288
1289 \begin_layout Description
1290 Bitmap
1291 \begin_inset space ~
1292 \end_inset
1293
1294 images consist of pixel values, often in a compressed form.
1295  They are therefore not fully scalable and look pixeled in large zooms.
1296  Well-known bitmap image formats are 
1297 \begin_inset Quotes eld
1298 \end_inset
1299
1300 Graphics Interchange Format
1301 \begin_inset Quotes erd
1302 \end_inset
1303
1304  (GIF, file extension 
1305 \begin_inset Quotes eld
1306 \end_inset
1307
1308
1309 \family typewriter
1310 .gif
1311 \family default
1312
1313 \begin_inset Quotes erd
1314 \end_inset
1315
1316 )
1317 \begin_inset Index
1318 status collapsed
1319
1320 \begin_layout Plain Layout
1321 GIF|see
1322 \begin_inset ERT
1323 status collapsed
1324
1325 \begin_layout Plain Layout
1326
1327 {
1328 \end_layout
1329
1330 \end_inset
1331
1332 Image formats
1333 \begin_inset ERT
1334 status collapsed
1335
1336 \begin_layout Plain Layout
1337
1338 }
1339 \end_layout
1340
1341 \end_inset
1342
1343
1344 \end_layout
1345
1346 \end_inset
1347
1348
1349 \begin_inset Quotes eld
1350 \end_inset
1351
1352 Portable Network Graphics
1353 \begin_inset Quotes erd
1354 \end_inset
1355
1356  (PNG, file extension 
1357 \begin_inset Quotes eld
1358 \end_inset
1359
1360
1361 \family typewriter
1362 .png
1363 \family default
1364
1365 \begin_inset Quotes erd
1366 \end_inset
1367
1368 )
1369 \begin_inset Index
1370 status collapsed
1371
1372 \begin_layout Plain Layout
1373 PNG|see
1374 \begin_inset ERT
1375 status collapsed
1376
1377 \begin_layout Plain Layout
1378
1379 {
1380 \end_layout
1381
1382 \end_inset
1383
1384 Image formats
1385 \begin_inset ERT
1386 status collapsed
1387
1388 \begin_layout Plain Layout
1389
1390 }
1391 \end_layout
1392
1393 \end_inset
1394
1395
1396 \end_layout
1397
1398 \end_inset
1399
1400 , and 
1401 \begin_inset Quotes eld
1402 \end_inset
1403
1404 Joint Photographic Experts Group
1405 \begin_inset Quotes erd
1406 \end_inset
1407
1408  (JPG, file extension 
1409 \begin_inset Quotes eld
1410 \end_inset
1411
1412
1413 \family typewriter
1414 .jpg
1415 \family default
1416
1417 \begin_inset Quotes erd
1418 \end_inset
1419
1420  or 
1421 \begin_inset Quotes eld
1422 \end_inset
1423
1424
1425 \family typewriter
1426 .jpeg
1427 \family default
1428
1429 \begin_inset Quotes erd
1430 \end_inset
1431
1432 )
1433 \begin_inset Index
1434 status collapsed
1435
1436 \begin_layout Plain Layout
1437 JPG|see
1438 \begin_inset ERT
1439 status collapsed
1440
1441 \begin_layout Plain Layout
1442
1443 {
1444 \end_layout
1445
1446 \end_inset
1447
1448 Image formats
1449 \begin_inset ERT
1450 status collapsed
1451
1452 \begin_layout Plain Layout
1453
1454 }
1455 \end_layout
1456
1457 \end_inset
1458
1459
1460 \end_layout
1461
1462 \end_inset
1463
1464 .
1465 \end_layout
1466
1467 \begin_layout Description
1468 Vector
1469 \begin_inset space ~
1470 \end_inset
1471
1472 images consist of vectors and can therefore be scaled to any size without
1473  data loss.
1474  The scaling ability is necessary if you want to create presentations, because
1475  presentations are always scaled by the video projector.
1476  Scaling is also useful for online documents to let the user zoom into diagrams.
1477 \begin_inset Newline newline
1478 \end_inset
1479
1480 Well-known scalable image formats are 
1481 \begin_inset Quotes eld
1482 \end_inset
1483
1484 Scalable Vector Graphics
1485 \begin_inset Quotes erd
1486 \end_inset
1487
1488  (SVG, file extension 
1489 \begin_inset Quotes eld
1490 \end_inset
1491
1492
1493 \family typewriter
1494 .svg
1495 \family default
1496
1497 \begin_inset Quotes erd
1498 \end_inset
1499
1500 )
1501 \begin_inset Index
1502 status collapsed
1503
1504 \begin_layout Plain Layout
1505 SVG|see
1506 \begin_inset ERT
1507 status collapsed
1508
1509 \begin_layout Plain Layout
1510
1511 {
1512 \end_layout
1513
1514 \end_inset
1515
1516 Image formats
1517 \begin_inset ERT
1518 status collapsed
1519
1520 \begin_layout Plain Layout
1521
1522 }
1523 \end_layout
1524
1525 \end_inset
1526
1527
1528 \end_layout
1529
1530 \end_inset
1531
1532
1533 \begin_inset Quotes eld
1534 \end_inset
1535
1536 Encapsulated PostScript
1537 \begin_inset Quotes erd
1538 \end_inset
1539
1540  (EPS, file extension 
1541 \begin_inset Quotes eld
1542 \end_inset
1543
1544
1545 \family typewriter
1546 .eps
1547 \family default
1548
1549 \begin_inset Quotes erd
1550 \end_inset
1551
1552 )
1553 \begin_inset Index
1554 status collapsed
1555
1556 \begin_layout Plain Layout
1557 EPS|see
1558 \begin_inset ERT
1559 status collapsed
1560
1561 \begin_layout Plain Layout
1562
1563 {
1564 \end_layout
1565
1566 \end_inset
1567
1568 Image formats
1569 \begin_inset ERT
1570 status collapsed
1571
1572 \begin_layout Plain Layout
1573
1574 }
1575 \end_layout
1576
1577 \end_inset
1578
1579
1580 \end_layout
1581
1582 \end_inset
1583
1584
1585 \begin_inset Quotes eld
1586 \end_inset
1587
1588 Portable Document Format
1589 \begin_inset Quotes erd
1590 \end_inset
1591
1592  (PDF, file extension 
1593 \begin_inset Quotes eld
1594 \end_inset
1595
1596
1597 \family typewriter
1598 .pdf
1599 \family default
1600
1601 \begin_inset Quotes erd
1602 \end_inset
1603
1604 )
1605 \begin_inset Index
1606 status collapsed
1607
1608 \begin_layout Plain Layout
1609 PDF
1610 \end_layout
1611
1612 \end_inset
1613
1614 , and 
1615 \begin_inset Quotes eld
1616 \end_inset
1617
1618 Windows Metafile
1619 \begin_inset Quotes erd
1620 \end_inset
1621
1622  (WMF, file extension 
1623 \begin_inset Quotes eld
1624 \end_inset
1625
1626
1627 \family typewriter
1628 .wmf
1629 \family default
1630
1631 \begin_inset Quotes erd
1632 \end_inset
1633
1634 )
1635 \begin_inset Index
1636 status collapsed
1637
1638 \begin_layout Plain Layout
1639 SVG|see
1640 \begin_inset ERT
1641 status collapsed
1642
1643 \begin_layout Plain Layout
1644
1645 {
1646 \end_layout
1647
1648 \end_inset
1649
1650 Image formats
1651 \begin_inset ERT
1652 status collapsed
1653
1654 \begin_layout Plain Layout
1655
1656 }
1657 \end_layout
1658
1659 \end_inset
1660
1661
1662 \end_layout
1663
1664 \end_inset
1665
1666 .
1667  We wrote 
1668 \begin_inset Quotes eld
1669 \end_inset
1670
1671 can be
1672 \begin_inset Quotes erd
1673 \end_inset
1674
1675 , because you can convert any bitmap image to a PDF or EPS-image and the
1676  result will still be a bitmap image.
1677  In this cases only a header with the image properties is added to the original
1678  image
1679 \begin_inset Foot
1680 status collapsed
1681
1682 \begin_layout Plain Layout
1683 In the case of PDF, the original image is additionally compressed.
1684 \end_layout
1685
1686 \end_inset
1687
1688 .
1689  The PDF-files generated by 
1690 \family typewriter
1691 Adobe Photoshop
1692 \family default
1693  are for example bitmap images.
1694 \end_layout
1695
1696 \begin_layout Standard
1697 Normally it is not possible to convert a bitmap image into a scalable one,
1698  only vice versa.
1699  Only the image formats PDF and EPS can directly be embedded to PDF and
1700  PostScript output files, respectively.
1701  SVG and WMF-images are recalculated to bitmaps when the output file is
1702  generated because there is currently no adequate WMF/SVG
1703 \begin_inset Formula $\to$
1704 \end_inset
1705
1706 PDF/EPS converter available.
1707 \end_layout
1708
1709 \begin_layout Chapter
1710 Tables
1711 \begin_inset Index
1712 status collapsed
1713
1714 \begin_layout Plain Layout
1715 Table
1716 \end_layout
1717
1718 \end_inset
1719
1720
1721 \end_layout
1722
1723 \begin_layout Section
1724 Introduction
1725 \begin_inset Index
1726 status collapsed
1727
1728 \begin_layout Plain Layout
1729 Table ! Introduction
1730 \end_layout
1731
1732 \end_inset
1733
1734
1735 \end_layout
1736
1737 \begin_layout Standard
1738 You can insert a table using either the toolbar button 
1739 \begin_inset Graphics
1740         filename ../images/tabular-insert.png
1741         scale 85
1742         scaleBeforeRotation
1743
1744 \end_inset
1745
1746  or the menu 
1747 \family sans
1748 Insert\SpecialChar \menuseparator
1749 Table
1750 \family default
1751 .
1752  The toolbar button offers you a graphical selection: Move the mouse to
1753  set the column/row number of the table that should be created and then
1754  press a mouse button.
1755  When you use the menu to create a table, a dialog will appear, asking you
1756  for the number of rows and columns.
1757 \begin_inset Newline newline
1758 \end_inset
1759
1760  The default table has lines around any cell and the first row appears separated
1761  from the rest of the table.
1762  This separation occurs due to a double line: The cells of the first row
1763  have a line below them and the cells of the second row have a line above
1764  them.
1765  Here is an example table:
1766 \end_layout
1767
1768 \begin_layout Standard
1769 \align center
1770 \begin_inset Tabular
1771 <lyxtabular version="3" rows="4" columns="4">
1772 <features>
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 <column alignment="center" valignment="top" width="0">
1777 <row>
1778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1779 \begin_inset Text
1780
1781 \begin_layout Plain Layout
1782
1783 \end_layout
1784
1785 \end_inset
1786 </cell>
1787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1788 \begin_inset Text
1789
1790 \begin_layout Plain Layout
1791
1792 \family roman
1793 \series medium
1794 \shape up
1795 \size normal
1796 \emph off
1797 \bar no
1798 \noun off
1799 \color none
1800 1
1801 \end_layout
1802
1803 \end_inset
1804 </cell>
1805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1806 \begin_inset Text
1807
1808 \begin_layout Plain Layout
1809 2
1810 \end_layout
1811
1812 \end_inset
1813 </cell>
1814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1815 \begin_inset Text
1816
1817 \begin_layout Plain Layout
1818 3
1819 \end_layout
1820
1821 \end_inset
1822 </cell>
1823 </row>
1824 <row>
1825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1826 \begin_inset Text
1827
1828 \begin_layout Plain Layout
1829
1830 \family roman
1831 \series medium
1832 \shape up
1833 \size normal
1834 \emph off
1835 \bar no
1836 \noun off
1837 \color none
1838 A
1839 \end_layout
1840
1841 \end_inset
1842 </cell>
1843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1844 \begin_inset Text
1845
1846 \begin_layout Plain Layout
1847
1848 \end_layout
1849
1850 \end_inset
1851 </cell>
1852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1853 \begin_inset Text
1854
1855 \begin_layout Plain Layout
1856
1857 \end_layout
1858
1859 \end_inset
1860 </cell>
1861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1862 \begin_inset Text
1863
1864 \begin_layout Plain Layout
1865
1866 \end_layout
1867
1868 \end_inset
1869 </cell>
1870 </row>
1871 <row>
1872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1873 \begin_inset Text
1874
1875 \begin_layout Plain Layout
1876
1877 \family roman
1878 \series medium
1879 \shape up
1880 \size normal
1881 \emph off
1882 \bar no
1883 \noun off
1884 \color none
1885 B
1886 \end_layout
1887
1888 \end_inset
1889 </cell>
1890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1891 \begin_inset Text
1892
1893 \begin_layout Plain Layout
1894
1895 \end_layout
1896
1897 \end_inset
1898 </cell>
1899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1900 \begin_inset Text
1901
1902 \begin_layout Plain Layout
1903
1904 \end_layout
1905
1906 \end_inset
1907 </cell>
1908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1909 \begin_inset Text
1910
1911 \begin_layout Plain Layout
1912
1913 \end_layout
1914
1915 \end_inset
1916 </cell>
1917 </row>
1918 <row>
1919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1920 \begin_inset Text
1921
1922 \begin_layout Plain Layout
1923
1924 \family roman
1925 \series medium
1926 \shape up
1927 \size normal
1928 \emph off
1929 \bar no
1930 \noun off
1931 \color none
1932 C
1933 \end_layout
1934
1935 \end_inset
1936 </cell>
1937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1938 \begin_inset Text
1939
1940 \begin_layout Plain Layout
1941
1942 \end_layout
1943
1944 \end_inset
1945 </cell>
1946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1947 \begin_inset Text
1948
1949 \begin_layout Plain Layout
1950
1951 \end_layout
1952
1953 \end_inset
1954 </cell>
1955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1956 \begin_inset Text
1957
1958 \begin_layout Plain Layout
1959
1960 \end_layout
1961
1962 \end_inset
1963 </cell>
1964 </row>
1965 </lyxtabular>
1966
1967 \end_inset
1968
1969
1970 \end_layout
1971
1972 \begin_layout Section
1973 Table Dialog
1974 \begin_inset Index
1975 status collapsed
1976
1977 \begin_layout Plain Layout
1978 Table ! Dialog
1979 \end_layout
1980
1981 \end_inset
1982
1983
1984 \end_layout
1985
1986 \begin_layout Standard
1987 You can alter a table by clicking on it with the right mouse button, which
1988  brings up the table dialog.
1989  Here you can adjust the settings of that cell and row/column respectively
1990  where the cursor is currently placed.
1991  Most of the dialog options also work on selections.
1992  This means if you select more cells, columns or rows, the action is done
1993  for the whole selection.
1994  Note that there is a difference between selecting the 
1995 \emph on
1996 contents
1997 \emph default
1998  of the cell, and the cell itself.
1999  You can alter tables with the following tabs of the table dialog:
2000 \end_layout
2001
2002 \begin_layout Description
2003
2004 \family sans
2005 Table
2006 \begin_inset space ~
2007 \end_inset
2008
2009 Settings
2010 \family default
2011  Here you can set the horizontal alignment and the width of the current
2012  column.
2013  When you have set a width you can also adjust the vertical alignment of
2014  the current row.
2015  A given width will allow the cell to have line breaks and multiple paragraphs
2016  of text, see section
2017 \begin_inset space ~
2018 \end_inset
2019
2020
2021 \begin_inset CommandInset ref
2022 LatexCommand ref
2023 reference "sub:Multiple-Lines-in"
2024
2025 \end_inset
2026
2027 .
2028  If you set no width, the column is as wide as their widest cell content
2029  is.
2030 \begin_inset Newline newline
2031 \end_inset
2032
2033 Furthermore, you can mark one or multiple cells of one row as a multicolumn
2034  cell, see section
2035 \begin_inset space ~
2036 \end_inset
2037
2038
2039 \begin_inset CommandInset ref
2040 LatexCommand ref
2041 reference "sub:Multicolumns"
2042
2043 \end_inset
2044
2045 .
2046 \begin_inset Newline newline
2047 \end_inset
2048
2049 The rotate check boxes rotates the current cell, a selection, or the whole
2050  table counter-clockwise by 90°.
2051  The rotation is not shown within LyX, only in the output.
2052 \begin_inset Newline newline
2053 \end_inset
2054
2055
2056 \begin_inset Note Greyedout
2057 status open
2058
2059 \begin_layout Plain Layout
2060
2061 \series bold
2062 Note:
2063 \series default
2064  Not all DVI-viewers are able to display rotations.
2065 \end_layout
2066
2067 \end_inset
2068
2069
2070 \begin_inset Newline newline
2071 \end_inset
2072
2073 It is also possible to enter a LaTeX-argument which is needed for special
2074  table formattings, see section
2075 \begin_inset space ~
2076 \end_inset
2077
2078
2079 \begin_inset CommandInset ref
2080 LatexCommand ref
2081 reference "sub:Multicolumn-Calculations"
2082
2083 \end_inset
2084
2085  and 
2086 \begin_inset CommandInset ref
2087 LatexCommand ref
2088 reference "sec:Colored-Tables"
2089
2090 \end_inset
2091
2092 .
2093 \end_layout
2094
2095 \begin_layout Description
2096
2097 \family sans
2098 Borders
2099 \family default
2100  In this tab you can add and delete border lines for the current row/column.
2101 \begin_inset Newline newline
2102 \end_inset
2103
2104 Using the style option 
2105 \family sans
2106 Formal
2107 \family default
2108  will convert the table to a formal table as described in section
2109 \begin_inset space ~
2110 \end_inset
2111
2112
2113 \begin_inset CommandInset ref
2114 LatexCommand ref
2115 reference "sec:Formal-Tables"
2116
2117 \end_inset
2118
2119 .
2120 \begin_inset Newline newline
2121 \end_inset
2122
2123 You can also add here space to table rows as decribed in section
2124 \begin_inset space ~
2125 \end_inset
2126
2127
2128 \begin_inset CommandInset ref
2129 LatexCommand ref
2130 reference "sub:Row-Spacing"
2131
2132 \end_inset
2133
2134 .
2135 \end_layout
2136
2137 \begin_layout Description
2138
2139 \family sans
2140 Longtable
2141 \family default
2142  This tab is to make a table a so called 
2143 \begin_inset Quotes eld
2144 \end_inset
2145
2146
2147 \emph on
2148 longtable
2149 \emph default
2150
2151 \begin_inset Quotes erd
2152 \end_inset
2153
2154  that can run over several pages.
2155  Section
2156 \begin_inset space ~
2157 \end_inset
2158
2159
2160 \begin_inset CommandInset ref
2161 LatexCommand ref
2162 reference "sec:Longtables"
2163
2164 \end_inset
2165
2166  and 
2167 \begin_inset CommandInset ref
2168 LatexCommand ref
2169 reference "sec:Special-Longtable-Issues"
2170
2171 \end_inset
2172
2173  describe the longtable features in detail.
2174 \end_layout
2175
2176 \begin_layout Standard
2177 When the table dialog is open, you can move the cursor with the arrow keys
2178  from cell to cell and the property of the current cell will immediately
2179  be displayed in the dialog.
2180 \end_layout
2181
2182 \begin_layout Section
2183 Table Toolbar
2184 \begin_inset Index
2185 status collapsed
2186
2187 \begin_layout Plain Layout
2188 Table ! Toolbar
2189 \end_layout
2190
2191 \end_inset
2192
2193
2194 \end_layout
2195
2196 \begin_layout Standard
2197 The table toolbar is an alternative to the table dialog to be able to alter
2198  tables faster.
2199  It should normally appear at the bottom of LyX's main window when the cursor
2200  is inside a table.
2201  You can alternatively switch it on to appear always, by right-clicking
2202  in LyX's main menu bar.
2203 \end_layout
2204
2205 \begin_layout Standard
2206 The toolbar has the following icons:
2207 \end_layout
2208
2209 \begin_layout Labeling
2210 \labelwidthstring 00.00.0000
2211 \begin_inset Graphics
2212         filename ../images/tabular-feature_append-row.png
2213         scaleBeforeRotation
2214
2215 \end_inset
2216
2217  adds a row below the current cell or selection
2218 \end_layout
2219
2220 \begin_layout Labeling
2221 \labelwidthstring 00.00.0000
2222 \begin_inset Graphics
2223         filename ../images/tabular-feature_append-column.png
2224         scaleBeforeRotation
2225
2226 \end_inset
2227
2228  adds a column right beside the current cell or selection
2229 \end_layout
2230
2231 \begin_layout Labeling
2232 \labelwidthstring 00.00.0000
2233 \begin_inset Graphics
2234         filename ../images/tabular-feature_delete-row.png
2235         scaleBeforeRotation
2236
2237 \end_inset
2238
2239  deletes the current row or selection
2240 \end_layout
2241
2242 \begin_layout Labeling
2243 \labelwidthstring 00.00.0000
2244 \begin_inset Graphics
2245         filename ../images/tabular-feature_delete-column.png
2246         scaleBeforeRotation
2247
2248 \end_inset
2249
2250  deletes the current column or selection
2251 \end_layout
2252
2253 \begin_layout Labeling
2254 \labelwidthstring 00.00.0000
2255 \begin_inset Graphics
2256         filename ../images/tabular-feature_toggle-line-top.png
2257         scaleBeforeRotation
2258
2259 \end_inset
2260
2261  adds a line at the top of the current cell / row or of a selection
2262 \end_layout
2263
2264 \begin_layout Labeling
2265 \labelwidthstring 00.00.0000
2266 \begin_inset Graphics
2267         filename ../images/tabular-feature_toggle-line-bottom.png
2268         scaleBeforeRotation
2269
2270 \end_inset
2271
2272  adds a line at the bottom of the current cell / row or of a selection
2273 \end_layout
2274
2275 \begin_layout Labeling
2276 \labelwidthstring 00.00.0000
2277 \begin_inset Graphics
2278         filename ../images/tabular-feature_toggle-line-left.png
2279         scaleBeforeRotation
2280
2281 \end_inset
2282
2283  adds a line at the left side of the current cell / row or of a selection
2284 \end_layout
2285
2286 \begin_layout Labeling
2287 \labelwidthstring 00.00.0000
2288 \begin_inset Graphics
2289         filename ../images/tabular-feature_toggle-line-right.png
2290         scaleBeforeRotation
2291
2292 \end_inset
2293
2294  adds a line at the right side of the current cell / row or of a selection
2295 \end_layout
2296
2297 \begin_layout Labeling
2298 \labelwidthstring 00.00.0000
2299 \begin_inset Graphics
2300         filename ../images/tabular-feature_set-all-lines.png
2301         scaleBeforeRotation
2302
2303 \end_inset
2304
2305  adds lines around the current or selected cells - if the current cell no
2306  multicolumn this also affects the current row and column
2307 \end_layout
2308
2309 \begin_layout Labeling
2310 \labelwidthstring 00.00.0000
2311 \begin_inset Graphics
2312         filename ../images/tabular-feature_unset-all-lines.png
2313         scaleBeforeRotation
2314
2315 \end_inset
2316
2317  deletes all lines of the current or selected cells - if the current cell
2318  no multicolumn this also affects the current row and column
2319 \end_layout
2320
2321 \begin_layout Labeling
2322 \labelwidthstring 00.00.0000
2323 \begin_inset Graphics
2324         filename ../images/tabular-feature_m-align-left.png
2325         scaleBeforeRotation
2326
2327 \end_inset
2328
2329  left-aligns the content of the current cell / column
2330 \end_layout
2331
2332 \begin_layout Labeling
2333 \labelwidthstring 00.00.0000
2334 \begin_inset Graphics
2335         filename ../images/tabular-feature_m-align-center.png
2336         scaleBeforeRotation
2337
2338 \end_inset
2339
2340  centers the content of the current cell / column horizontally
2341 \end_layout
2342
2343 \begin_layout Labeling
2344 \labelwidthstring 00.00.0000
2345 \begin_inset Graphics
2346         filename ../images/tabular-feature_m-align-right.png
2347         scaleBeforeRotation
2348
2349 \end_inset
2350
2351  right-aligns the content of the current cell / column
2352 \end_layout
2353
2354 \begin_layout Labeling
2355 \labelwidthstring 00.00.0000
2356 \begin_inset Graphics
2357         filename ../images/tabular-feature_m-valign-top.png
2358         scaleBeforeRotation
2359
2360 \end_inset
2361
2362  aligns the content of the current cell vertically to the top
2363 \end_layout
2364
2365 \begin_layout Labeling
2366 \labelwidthstring 00.00.0000
2367 \begin_inset Graphics
2368         filename ../images/tabular-feature_m-valign-middle.png
2369         scaleBeforeRotation
2370
2371 \end_inset
2372
2373  centers the content of the current cell vertically
2374 \end_layout
2375
2376 \begin_layout Labeling
2377 \labelwidthstring 00.00.0000
2378 \begin_inset Graphics
2379         filename ../images/tabular-feature_m-valign-bottom.png
2380         scaleBeforeRotation
2381
2382 \end_inset
2383
2384  aligns the content of the current cell vertically to the bottom
2385 \end_layout
2386
2387 \begin_layout Labeling
2388 \labelwidthstring 00.00.0000
2389 \begin_inset Graphics
2390         filename ../images/tabular-feature_set-rotate-cell.png
2391         scaleBeforeRotation
2392
2393 \end_inset
2394
2395  rotates the current cell or selection counter-clockwise by 90°
2396 \end_layout
2397
2398 \begin_layout Labeling
2399 \labelwidthstring 00.00.0000
2400 \begin_inset Graphics
2401         filename ../images/tabular-feature_set-rotate-tabular.png
2402         scaleBeforeRotation
2403
2404 \end_inset
2405
2406  rotates the whole table counter-clockwise by 90°
2407 \end_layout
2408
2409 \begin_layout Labeling
2410 \labelwidthstring 00.00.0000
2411 \begin_inset Graphics
2412         filename ../images/tabular-feature_multicolumn.png
2413         scaleBeforeRotation
2414
2415 \end_inset
2416
2417  sets the current cell or selection as a multicolumn
2418 \end_layout
2419
2420 \begin_layout Standard
2421 \begin_inset Note Greyedout
2422 status open
2423
2424 \begin_layout Plain Layout
2425
2426 \series bold
2427 Note:
2428 \series default
2429  For the output the vertical alignment of the first cell in a row is used
2430  for all following cells in the row.
2431 \end_layout
2432
2433 \end_inset
2434
2435
2436 \end_layout
2437
2438 \begin_layout Section
2439 Edit Table Menu
2440 \begin_inset Index
2441 status collapsed
2442
2443 \begin_layout Plain Layout
2444 Table ! Edit Menu
2445 \end_layout
2446
2447 \end_inset
2448
2449
2450 \end_layout
2451
2452 \begin_layout Standard
2453 Additionally to the table dialog and toolbar, the menu 
2454 \family sans
2455 Edit\SpecialChar \menuseparator
2456 Table
2457 \family default
2458  allows you to add and delete border lines for the current row/column and
2459  to set the current selection as multicolumn.
2460  The menu is only available when the cursor is inside a table.
2461 \end_layout
2462
2463 \begin_layout Section
2464 Table Floats
2465 \begin_inset CommandInset label
2466 LatexCommand label
2467 name "sec:Table-Floats"
2468
2469 \end_inset
2470
2471
2472 \begin_inset Index
2473 status collapsed
2474
2475 \begin_layout Plain Layout
2476 Floats ! Tables
2477 \end_layout
2478
2479 \end_inset
2480
2481
2482 \begin_inset Index
2483 status collapsed
2484
2485 \begin_layout Plain Layout
2486 Table ! Floats
2487 \end_layout
2488
2489 \end_inset
2490
2491
2492 \end_layout
2493
2494 \begin_layout Standard
2495 For general explanations about floats, have a look at section
2496 \begin_inset space ~
2497 \end_inset
2498
2499
2500 \begin_inset CommandInset ref
2501 LatexCommand ref
2502 reference "sec:FloatIntroduction"
2503
2504 \end_inset
2505
2506 .
2507 \end_layout
2508
2509 \begin_layout Standard
2510 \begin_inset Float table
2511 placement h
2512 wide false
2513 sideways false
2514 status open
2515
2516 \begin_layout Plain Layout
2517 \begin_inset Caption
2518
2519 \begin_layout Plain Layout
2520 \begin_inset CommandInset label
2521 LatexCommand label
2522 name "tab:a table float"
2523
2524 \end_inset
2525
2526 A table float.
2527 \end_layout
2528
2529 \end_inset
2530
2531
2532 \end_layout
2533
2534 \begin_layout Plain Layout
2535 \align center
2536 \begin_inset Tabular
2537 <lyxtabular version="3" rows="3" columns="3">
2538 <features>
2539 <column alignment="center" valignment="top" width="0pt">
2540 <column alignment="center" valignment="top" width="0pt">
2541 <column alignment="center" valignment="top" width="0pt">
2542 <row>
2543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2544 \begin_inset Text
2545
2546 \begin_layout Plain Layout
2547
2548 \family roman
2549 \series medium
2550 \shape up
2551 \size normal
2552 \emph off
2553 \bar no
2554 \noun off
2555 \color none
2556 1
2557 \end_layout
2558
2559 \end_inset
2560 </cell>
2561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2562 \begin_inset Text
2563
2564 \begin_layout Plain Layout
2565
2566 \family roman
2567 \series medium
2568 \shape up
2569 \size normal
2570 \emph off
2571 \bar no
2572 \noun off
2573 \color none
2574 2
2575 \end_layout
2576
2577 \end_inset
2578 </cell>
2579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2580 \begin_inset Text
2581
2582 \begin_layout Plain Layout
2583
2584 \family roman
2585 \series medium
2586 \shape up
2587 \size normal
2588 \emph off
2589 \bar no
2590 \noun off
2591 \color none
2592 3
2593 \end_layout
2594
2595 \end_inset
2596 </cell>
2597 </row>
2598 <row>
2599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2600 \begin_inset Text
2601
2602 \begin_layout Plain Layout
2603
2604 \family roman
2605 \series medium
2606 \shape up
2607 \size normal
2608 \emph off
2609 \bar no
2610 \noun off
2611 \color none
2612 Joe
2613 \end_layout
2614
2615 \end_inset
2616 </cell>
2617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2618 \begin_inset Text
2619
2620 \begin_layout Plain Layout
2621
2622 \family roman
2623 \series medium
2624 \shape up
2625 \size normal
2626 \emph off
2627 \bar no
2628 \noun off
2629 \color none
2630 Mary
2631 \end_layout
2632
2633 \end_inset
2634 </cell>
2635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2636 \begin_inset Text
2637
2638 \begin_layout Plain Layout
2639
2640 \family roman
2641 \series medium
2642 \shape up
2643 \size normal
2644 \emph off
2645 \bar no
2646 \noun off
2647 \color none
2648 Ted
2649 \end_layout
2650
2651 \end_inset
2652 </cell>
2653 </row>
2654 <row>
2655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2656 \begin_inset Text
2657
2658 \begin_layout Plain Layout
2659
2660 \family roman
2661 \series medium
2662 \shape up
2663 \size normal
2664 \emph off
2665 \bar no
2666 \noun off
2667 \color none
2668 \begin_inset Formula $\int x^{2}dx$
2669 \end_inset
2670
2671
2672 \end_layout
2673
2674 \end_inset
2675 </cell>
2676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2677 \begin_inset Text
2678
2679 \begin_layout Plain Layout
2680
2681 \family roman
2682 \series medium
2683 \shape up
2684 \size normal
2685 \emph off
2686 \bar no
2687 \noun off
2688 \color none
2689 \begin_inset Formula $\left[\begin{array}{cc}
2690 a & b\\
2691 c & d\end{array}\right]$
2692 \end_inset
2693
2694
2695 \end_layout
2696
2697 \end_inset
2698 </cell>
2699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2700 \begin_inset Text
2701
2702 \begin_layout Plain Layout
2703
2704 \family roman
2705 \series medium
2706 \shape up
2707 \size normal
2708 \emph off
2709 \bar no
2710 \noun off
2711 \color none
2712 \begin_inset Formula $1+1=2$
2713 \end_inset
2714
2715
2716 \end_layout
2717
2718 \end_inset
2719 </cell>
2720 </row>
2721 </lyxtabular>
2722
2723 \end_inset
2724
2725
2726 \end_layout
2727
2728 \end_inset
2729
2730
2731 \end_layout
2732
2733 \begin_layout Standard
2734 Table floats can be inserted using the menu 
2735 \family sans
2736 Insert\SpecialChar \menuseparator
2737 Float\SpecialChar \menuseparator
2738 Table
2739 \family default
2740  or the toolbar button 
2741 \begin_inset Graphics
2742         filename ../images/float-insert_table.png
2743         scale 85
2744         scaleBeforeRotation
2745
2746 \end_inset
2747
2748 .
2749 \end_layout
2750
2751 \begin_layout Standard
2752 The float appears as a collapsible box with a caption that has the label
2753  
2754 \begin_inset Quotes eld
2755 \end_inset
2756
2757 Table
2758 \begin_inset space ~
2759 \end_inset
2760
2761 #:
2762 \begin_inset Quotes erd
2763 \end_inset
2764
2765  (# is the actual table number).
2766  You can insert tables to the float above or below the caption.
2767 \end_layout
2768
2769 \begin_layout Standard
2770 Table
2771 \begin_inset space ~
2772 \end_inset
2773
2774
2775 \begin_inset CommandInset ref
2776 LatexCommand ref
2777 reference "tab:a table float"
2778
2779 \end_inset
2780
2781  is an example table within a table float.
2782 \end_layout
2783
2784 \begin_layout Standard
2785 Having the caption above the table is the common rule that is unfortunately
2786  not supported in LaTeX's standard classes.
2787  That means if you are using the document classes 
2788 \family sans
2789 article
2790 \family default
2791
2792 \family sans
2793 book
2794 \family default
2795
2796 \family sans
2797 letter
2798 \family default
2799 , or 
2800 \family sans
2801 report
2802 \family default
2803  there will be no space between the caption and the table.
2804  To insert the needed space, add the following option to the load command
2805  of the LaTeX-package 
2806 \series bold
2807 caption
2808 \series default
2809
2810 \begin_inset Index
2811 status collapsed
2812
2813 \begin_layout Plain Layout
2814 LaTeX-packages ! caption
2815 \end_layout
2816
2817 \end_inset
2818
2819  in your document preamble
2820 \begin_inset Foot
2821 status collapsed
2822
2823 \begin_layout Plain Layout
2824 For more information have a look at section
2825 \begin_inset space ~
2826 \end_inset
2827
2828
2829 \begin_inset CommandInset ref
2830 LatexCommand ref
2831 reference "sec:Caption-Placement"
2832
2833 \end_inset
2834
2835 .
2836 \end_layout
2837
2838 \end_inset
2839
2840 :
2841 \end_layout
2842
2843 \begin_layout Standard
2844
2845 \series bold
2846 tableposition=top
2847 \end_layout
2848
2849 \begin_layout Standard
2850 The package 
2851 \series bold
2852 caption
2853 \series default
2854 , which is described in section
2855 \begin_inset space ~
2856 \end_inset
2857
2858
2859 \begin_inset CommandInset ref
2860 LatexCommand ref
2861 reference "sec:Caption-Formatting"
2862
2863 \end_inset
2864
2865 , is used to adjust the caption format.
2866 \end_layout
2867
2868 \begin_layout Standard
2869 \begin_inset Index
2870 status collapsed
2871
2872 \begin_layout Plain Layout
2873 References ! to Tables
2874 \end_layout
2875
2876 \end_inset
2877
2878 Tables can be cross-referenced in the text by referencing their label.
2879  To do this insert a label in the caption using the menu 
2880 \family sans
2881 Insert\SpecialChar \menuseparator
2882 Label
2883 \family default
2884  or the toolbar button 
2885 \begin_inset Graphics
2886         filename ../images/label-insert.png
2887         scale 85
2888         scaleBeforeRotation
2889
2890 \end_inset
2891
2892 .
2893  You can now refer to the label using the menu 
2894 \family sans
2895 Insert\SpecialChar \menuseparator
2896 Cross
2897 \begin_inset space ~
2898 \end_inset
2899
2900 reference
2901 \family default
2902  or the toolbar button 
2903 \begin_inset Graphics
2904         filename ../images/dialog-show-new-inset_ref.png
2905         scale 85
2906         scaleBeforeRotation
2907
2908 \end_inset
2909
2910 .
2911 \begin_inset Newline newline
2912 \end_inset
2913
2914 Referencing is explained in detail in section
2915 \begin_inset space ~
2916 \end_inset
2917
2918
2919 \begin_inset CommandInset ref
2920 LatexCommand ref
2921 reference "sec:Referencing-Floats"
2922
2923 \end_inset
2924
2925 .
2926 \end_layout
2927
2928 \begin_layout Section
2929 Longtables
2930 \begin_inset CommandInset label
2931 LatexCommand label
2932 name "sec:Longtables"
2933
2934 \end_inset
2935
2936
2937 \begin_inset Index
2938 status collapsed
2939
2940 \begin_layout Plain Layout
2941 Longtables
2942 \end_layout
2943
2944 \end_inset
2945
2946
2947 \begin_inset Index
2948 status collapsed
2949
2950 \begin_layout Plain Layout
2951 Table ! Longtables
2952 \end_layout
2953
2954 \end_inset
2955
2956
2957 \end_layout
2958
2959 \begin_layout Standard
2960 If the table is too long to fit on one page, you can use the option 
2961 \family sans
2962 Use
2963 \begin_inset space ~
2964 \end_inset
2965
2966 long
2967 \begin_inset space ~
2968 \end_inset
2969
2970 table
2971 \family default
2972  in the tab 
2973 \family sans
2974 Longtable
2975 \family default
2976  of the table dialog to split the table automatically over more pages.
2977  Doing this enables the following options:
2978 \end_layout
2979
2980 \begin_layout Description
2981 Header: The current row is defined to be a header row that appears on all
2982  pages of the longtable; except for the first page, if 
2983 \family sans
2984 First
2985 \begin_inset space ~
2986 \end_inset
2987
2988 header
2989 \family default
2990  is defined.
2991  This therefore called the main header.
2992 \end_layout
2993
2994 \begin_layout Description
2995 First
2996 \begin_inset space ~
2997 \end_inset
2998
2999 header: The current row is defined to be a header row that appears on the
3000  first page of the longtable.
3001 \end_layout
3002
3003 \begin_layout Description
3004 Footer: The current row is defined to be a footer row that appears on all
3005  pages of the longtable; except for the last page, if 
3006 \family sans
3007 Last
3008 \begin_inset space ~
3009 \end_inset
3010
3011 footer
3012 \family default
3013  is defined.
3014 \end_layout
3015
3016 \begin_layout Description
3017 Last
3018 \begin_inset space ~
3019 \end_inset
3020
3021 footer: The current row is defined to be a footer row that appear on the
3022  last page of the longtable.
3023 \end_layout
3024
3025 \begin_layout Description
3026 Caption: The current row contains the table caption.
3027  The row is reset as single column and a caption is inserted.
3028  More about longtable captions is explained in sec.
3029 \begin_inset space \thinspace{}
3030 \end_inset
3031
3032
3033 \begin_inset CommandInset ref
3034 LatexCommand ref
3035 reference "sub:Longtable-Captions"
3036
3037 \end_inset
3038
3039 .
3040 \end_layout
3041
3042 \begin_layout Standard
3043 You can also specify a row where the table is split.
3044  See the following longtable to see how it works:
3045 \end_layout
3046
3047 \begin_layout Standard
3048 \align center
3049 \begin_inset Tabular
3050 <lyxtabular version="3" rows="69" columns="3">
3051 <features islongtable="true">
3052 <column alignment="left" valignment="top" width="0cm">
3053 <column alignment="left" valignment="top" width="0pt">
3054 <column alignment="center" valignment="top" width="0pt">
3055 <row endfirsthead="true">
3056 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3057 \begin_inset Text
3058
3059 \begin_layout Plain Layout
3060
3061 \series bold
3062 Example Phone List (ignore the names)
3063 \end_layout
3064
3065 \end_inset
3066 </cell>
3067 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3068 \begin_inset Text
3069
3070 \begin_layout Plain Layout
3071
3072 \end_layout
3073
3074 \end_inset
3075 </cell>
3076 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3077 \begin_inset Text
3078
3079 \begin_layout Plain Layout
3080
3081 \end_layout
3082
3083 \end_inset
3084 </cell>
3085 </row>
3086 <row endfirsthead="true">
3087 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3088 \begin_inset Text
3089
3090 \begin_layout Plain Layout
3091
3092 \series bold
3093 NAME
3094 \end_layout
3095
3096 \end_inset
3097 </cell>
3098 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3099 \begin_inset Text
3100
3101 \begin_layout Plain Layout
3102
3103 \end_layout
3104
3105 \end_inset
3106 </cell>
3107 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3108 \begin_inset Text
3109
3110 \begin_layout Plain Layout
3111
3112 \series bold
3113 TEL.
3114 \end_layout
3115
3116 \end_inset
3117 </cell>
3118 </row>
3119 <row endhead="true">
3120 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3121 \begin_inset Text
3122
3123 \begin_layout Plain Layout
3124
3125 \series bold
3126 Example Phone List
3127 \end_layout
3128
3129 \end_inset
3130 </cell>
3131 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3132 \begin_inset Text
3133
3134 \begin_layout Plain Layout
3135
3136 \end_layout
3137
3138 \end_inset
3139 </cell>
3140 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3141 \begin_inset Text
3142
3143 \begin_layout Plain Layout
3144
3145 \end_layout
3146
3147 \end_inset
3148 </cell>
3149 </row>
3150 <row endhead="true">
3151 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3152 \begin_inset Text
3153
3154 \begin_layout Plain Layout
3155
3156 \series bold
3157 NAME
3158 \end_layout
3159
3160 \end_inset
3161 </cell>
3162 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3163 \begin_inset Text
3164
3165 \begin_layout Plain Layout
3166
3167 \end_layout
3168
3169 \end_inset
3170 </cell>
3171 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3172 \begin_inset Text
3173
3174 \begin_layout Plain Layout
3175
3176 \series bold
3177 TEL.
3178 \end_layout
3179
3180 \end_inset
3181 </cell>
3182 </row>
3183 <row endfoot="true">
3184 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
3185 \begin_inset Text
3186
3187 \begin_layout Plain Layout
3188  continued on next page
3189 \end_layout
3190
3191 \end_inset
3192 </cell>
3193 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3194 \begin_inset Text
3195
3196 \begin_layout Plain Layout
3197
3198 \end_layout
3199
3200 \end_inset
3201 </cell>
3202 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3203 \begin_inset Text
3204
3205 \begin_layout Plain Layout
3206
3207 \end_layout
3208
3209 \end_inset
3210 </cell>
3211 </row>
3212 <row>
3213 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3214 \begin_inset Text
3215
3216 \begin_layout Plain Layout
3217
3218 \series bold
3219 Annovi
3220 \end_layout
3221
3222 \end_inset
3223 </cell>
3224 <cell alignment="center" valignment="top" usebox="none">
3225 \begin_inset Text
3226
3227 \begin_layout Plain Layout
3228 Silvia
3229 \end_layout
3230
3231 \end_inset
3232 </cell>
3233 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
3234 \begin_inset Text
3235
3236 \begin_layout Plain Layout
3237 111
3238 \end_layout
3239
3240 \end_inset
3241 </cell>
3242 </row>
3243 <row>
3244 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3245 \begin_inset Text
3246
3247 \begin_layout Plain Layout
3248
3249 \series bold
3250 Bertoli
3251 \end_layout
3252
3253 \end_inset
3254 </cell>
3255 <cell alignment="center" valignment="top" usebox="none">
3256 \begin_inset Text
3257
3258 \begin_layout Plain Layout
3259 Stefano
3260 \end_layout
3261
3262 \end_inset
3263 </cell>
3264 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3265 \begin_inset Text
3266
3267 \begin_layout Plain Layout
3268 111
3269 \end_layout
3270
3271 \end_inset
3272 </cell>
3273 </row>
3274 <row>
3275 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3276 \begin_inset Text
3277
3278 \begin_layout Plain Layout
3279
3280 \series bold
3281 Bozzi
3282 \end_layout
3283
3284 \end_inset
3285 </cell>
3286 <cell alignment="center" valignment="top" usebox="none">
3287 \begin_inset Text
3288
3289 \begin_layout Plain Layout
3290 Walter
3291 \end_layout
3292
3293 \end_inset
3294 </cell>
3295 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3296 \begin_inset Text
3297
3298 \begin_layout Plain Layout
3299 111
3300 \end_layout
3301
3302 \end_inset
3303 </cell>
3304 </row>
3305 <row>
3306 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3307 \begin_inset Text
3308
3309 \begin_layout Plain Layout
3310
3311 \series bold
3312 Cachia
3313 \end_layout
3314
3315 \end_inset
3316 </cell>
3317 <cell alignment="center" valignment="top" usebox="none">
3318 \begin_inset Text
3319
3320 \begin_layout Plain Layout
3321 Maria
3322 \end_layout
3323
3324 \end_inset
3325 </cell>
3326 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3327 \begin_inset Text
3328
3329 \begin_layout Plain Layout
3330 111
3331 \end_layout
3332
3333 \end_inset
3334 </cell>
3335 </row>
3336 <row>
3337 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3338 \begin_inset Text
3339
3340 \begin_layout Plain Layout
3341
3342 \series bold
3343 Cachia
3344 \end_layout
3345
3346 \end_inset
3347 </cell>
3348 <cell alignment="center" valignment="top" usebox="none">
3349 \begin_inset Text
3350
3351 \begin_layout Plain Layout
3352 Maurizio
3353 \end_layout
3354
3355 \end_inset
3356 </cell>
3357 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3358 \begin_inset Text
3359
3360 \begin_layout Plain Layout
3361 111
3362 \end_layout
3363
3364 \end_inset
3365 </cell>
3366 </row>
3367 <row>
3368 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3369 \begin_inset Text
3370
3371 \begin_layout Plain Layout
3372
3373 \series bold
3374 Cinquemani
3375 \end_layout
3376
3377 \end_inset
3378 </cell>
3379 <cell alignment="center" valignment="top" usebox="none">
3380 \begin_inset Text
3381
3382 \begin_layout Plain Layout
3383 Giusi
3384 \end_layout
3385
3386 \end_inset
3387 </cell>
3388 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3389 \begin_inset Text
3390
3391 \begin_layout Plain Layout
3392 111
3393 \end_layout
3394
3395 \end_inset
3396 </cell>
3397 </row>
3398 <row>
3399 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3400 \begin_inset Text
3401
3402 \begin_layout Plain Layout
3403
3404 \series bold
3405 Colin
3406 \end_layout
3407
3408 \end_inset
3409 </cell>
3410 <cell alignment="center" valignment="top" usebox="none">
3411 \begin_inset Text
3412
3413 \begin_layout Plain Layout
3414 Bernard
3415 \end_layout
3416
3417 \end_inset
3418 </cell>
3419 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3420 \begin_inset Text
3421
3422 \begin_layout Plain Layout
3423 111
3424 \end_layout
3425
3426 \end_inset
3427 </cell>
3428 </row>
3429 <row>
3430 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3431 \begin_inset Text
3432
3433 \begin_layout Plain Layout
3434
3435 \series bold
3436 Concli
3437 \end_layout
3438
3439 \end_inset
3440 </cell>
3441 <cell alignment="center" valignment="top" usebox="none">
3442 \begin_inset Text
3443
3444 \begin_layout Plain Layout
3445 Gianfranco
3446 \end_layout
3447
3448 \end_inset
3449 </cell>
3450 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3451 \begin_inset Text
3452
3453 \begin_layout Plain Layout
3454 111
3455 \end_layout
3456
3457 \end_inset
3458 </cell>
3459 </row>
3460 <row>
3461 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3462 \begin_inset Text
3463
3464 \begin_layout Plain Layout
3465
3466 \series bold
3467 Dal Bosco
3468 \end_layout
3469
3470 \end_inset
3471 </cell>
3472 <cell alignment="center" valignment="top" usebox="none">
3473 \begin_inset Text
3474
3475 \begin_layout Plain Layout
3476 Carolina
3477 \end_layout
3478
3479 \end_inset
3480 </cell>
3481 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3482 \begin_inset Text
3483
3484 \begin_layout Plain Layout
3485 111
3486 \end_layout
3487
3488 \end_inset
3489 </cell>
3490 </row>
3491 <row>
3492 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3493 \begin_inset Text
3494
3495 \begin_layout Plain Layout
3496
3497 \series bold
3498 Dalpiaz
3499 \end_layout
3500
3501 \end_inset
3502 </cell>
3503 <cell alignment="center" valignment="top" usebox="none">
3504 \begin_inset Text
3505
3506 \begin_layout Plain Layout
3507 Annamaria
3508 \end_layout
3509
3510 \end_inset
3511 </cell>
3512 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3513 \begin_inset Text
3514
3515 \begin_layout Plain Layout
3516 111
3517 \end_layout
3518
3519 \end_inset
3520 </cell>
3521 </row>
3522 <row>
3523 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3524 \begin_inset Text
3525
3526 \begin_layout Plain Layout
3527
3528 \series bold
3529 Feliciello
3530 \end_layout
3531
3532 \end_inset
3533 </cell>
3534 <cell alignment="center" valignment="top" usebox="none">
3535 \begin_inset Text
3536
3537 \begin_layout Plain Layout
3538 Domenico
3539 \end_layout
3540
3541 \end_inset
3542 </cell>
3543 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3544 \begin_inset Text
3545
3546 \begin_layout Plain Layout
3547 111
3548 \end_layout
3549
3550 \end_inset
3551 </cell>
3552 </row>
3553 <row>
3554 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3555 \begin_inset Text
3556
3557 \begin_layout Plain Layout
3558
3559 \series bold
3560 Focarelli
3561 \end_layout
3562
3563 \end_inset
3564 </cell>
3565 <cell alignment="center" valignment="top" usebox="none">
3566 \begin_inset Text
3567
3568 \begin_layout Plain Layout
3569 Paola
3570 \end_layout
3571
3572 \end_inset
3573 </cell>
3574 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3575 \begin_inset Text
3576
3577 \begin_layout Plain Layout
3578 111
3579 \end_layout
3580
3581 \end_inset
3582 </cell>
3583 </row>
3584 <row>
3585 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3586 \begin_inset Text
3587
3588 \begin_layout Plain Layout
3589
3590 \series bold
3591 Galletti
3592 \end_layout
3593
3594 \end_inset
3595 </cell>
3596 <cell alignment="center" valignment="top" usebox="none">
3597 \begin_inset Text
3598
3599 \begin_layout Plain Layout
3600 Oreste
3601 \end_layout
3602
3603 \end_inset
3604 </cell>
3605 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3606 \begin_inset Text
3607
3608 \begin_layout Plain Layout
3609 111
3610 \end_layout
3611
3612 \end_inset
3613 </cell>
3614 </row>
3615 <row>
3616 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3617 \begin_inset Text
3618
3619 \begin_layout Plain Layout
3620
3621 \series bold
3622 Gasparini
3623 \end_layout
3624
3625 \end_inset
3626 </cell>
3627 <cell alignment="center" valignment="top" usebox="none">
3628 \begin_inset Text
3629
3630 \begin_layout Plain Layout
3631 Franca
3632 \end_layout
3633
3634 \end_inset
3635 </cell>
3636 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3637 \begin_inset Text
3638
3639 \begin_layout Plain Layout
3640 111
3641 \end_layout
3642
3643 \end_inset
3644 </cell>
3645 </row>
3646 <row>
3647 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3648 \begin_inset Text
3649
3650 \begin_layout Plain Layout
3651
3652 \series bold
3653 Rizzardi
3654 \end_layout
3655
3656 \end_inset
3657 </cell>
3658 <cell alignment="center" valignment="top" usebox="none">
3659 \begin_inset Text
3660
3661 \begin_layout Plain Layout
3662 Paola
3663 \end_layout
3664
3665 \end_inset
3666 </cell>
3667 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3668 \begin_inset Text
3669
3670 \begin_layout Plain Layout
3671 111
3672 \end_layout
3673
3674 \end_inset
3675 </cell>
3676 </row>
3677 <row>
3678 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3679 \begin_inset Text
3680
3681 \begin_layout Plain Layout
3682
3683 \series bold
3684 Lassini
3685 \end_layout
3686
3687 \end_inset
3688 </cell>
3689 <cell alignment="center" valignment="top" usebox="none">
3690 \begin_inset Text
3691
3692 \begin_layout Plain Layout
3693 Giancarlo
3694 \end_layout
3695
3696 \end_inset
3697 </cell>
3698 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3699 \begin_inset Text
3700
3701 \begin_layout Plain Layout
3702 111
3703 \end_layout
3704
3705 \end_inset
3706 </cell>
3707 </row>
3708 <row>
3709 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3710 \begin_inset Text
3711
3712 \begin_layout Plain Layout
3713
3714 \series bold
3715 Malfatti
3716 \end_layout
3717
3718 \end_inset
3719 </cell>
3720 <cell alignment="center" valignment="top" usebox="none">
3721 \begin_inset Text
3722
3723 \begin_layout Plain Layout
3724 Luciano
3725 \end_layout
3726
3727 \end_inset
3728 </cell>
3729 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3730 \begin_inset Text
3731
3732 \begin_layout Plain Layout
3733 111
3734 \end_layout
3735
3736 \end_inset
3737 </cell>
3738 </row>
3739 <row>
3740 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3741 \begin_inset Text
3742
3743 \begin_layout Plain Layout
3744
3745 \series bold
3746 Malfatti
3747 \end_layout
3748
3749 \end_inset
3750 </cell>
3751 <cell alignment="center" valignment="top" usebox="none">
3752 \begin_inset Text
3753
3754 \begin_layout Plain Layout
3755 Valeriano
3756 \end_layout
3757
3758 \end_inset
3759 </cell>
3760 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3761 \begin_inset Text
3762
3763 \begin_layout Plain Layout
3764 111
3765 \end_layout
3766
3767 \end_inset
3768 </cell>
3769 </row>
3770 <row>
3771 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3772 \begin_inset Text
3773
3774 \begin_layout Plain Layout
3775
3776 \series bold
3777 Meneguzzo
3778 \end_layout
3779
3780 \end_inset
3781 </cell>
3782 <cell alignment="center" valignment="top" usebox="none">
3783 \begin_inset Text
3784
3785 \begin_layout Plain Layout
3786 Roberto
3787 \end_layout
3788
3789 \end_inset
3790 </cell>
3791 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3792 \begin_inset Text
3793
3794 \begin_layout Plain Layout
3795 111
3796 \end_layout
3797
3798 \end_inset
3799 </cell>
3800 </row>
3801 <row>
3802 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3803 \begin_inset Text
3804
3805 \begin_layout Plain Layout
3806
3807 \series bold
3808 Mezzadra
3809 \end_layout
3810
3811 \end_inset
3812 </cell>
3813 <cell alignment="center" valignment="top" usebox="none">
3814 \begin_inset Text
3815
3816 \begin_layout Plain Layout
3817 Roberto
3818 \end_layout
3819
3820 \end_inset
3821 </cell>
3822 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3823 \begin_inset Text
3824
3825 \begin_layout Plain Layout
3826 111
3827 \end_layout
3828
3829 \end_inset
3830 </cell>
3831 </row>
3832 <row>
3833 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3834 \begin_inset Text
3835
3836 \begin_layout Plain Layout
3837
3838 \series bold
3839 Pirpamer
3840 \end_layout
3841
3842 \end_inset
3843 </cell>
3844 <cell alignment="center" valignment="top" usebox="none">
3845 \begin_inset Text
3846
3847 \begin_layout Plain Layout
3848 Erich
3849 \end_layout
3850
3851 \end_inset
3852 </cell>
3853 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3854 \begin_inset Text
3855
3856 \begin_layout Plain Layout
3857 111
3858 \end_layout
3859
3860 \end_inset
3861 </cell>
3862 </row>
3863 <row>
3864 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3865 \begin_inset Text
3866
3867 \begin_layout Plain Layout
3868
3869 \series bold
3870 Pochiesa
3871 \end_layout
3872
3873 \end_inset
3874 </cell>
3875 <cell alignment="center" valignment="top" usebox="none">
3876 \begin_inset Text
3877
3878 \begin_layout Plain Layout
3879 Paolo
3880 \end_layout
3881
3882 \end_inset
3883 </cell>
3884 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3885 \begin_inset Text
3886
3887 \begin_layout Plain Layout
3888 111, 222
3889 \end_layout
3890
3891 \end_inset
3892 </cell>
3893 </row>
3894 <row>
3895 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3896 \begin_inset Text
3897
3898 \begin_layout Plain Layout
3899
3900 \series bold
3901 Radina
3902 \end_layout
3903
3904 \end_inset
3905 </cell>
3906 <cell alignment="center" valignment="top" usebox="none">
3907 \begin_inset Text
3908
3909 \begin_layout Plain Layout
3910 Claudio
3911 \end_layout
3912
3913 \end_inset
3914 </cell>
3915 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3916 \begin_inset Text
3917
3918 \begin_layout Plain Layout
3919 111
3920 \end_layout
3921
3922 \end_inset
3923 </cell>
3924 </row>
3925 <row>
3926 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3927 \begin_inset Text
3928
3929 \begin_layout Plain Layout
3930
3931 \series bold
3932 Stuffer
3933 \end_layout
3934
3935 \end_inset
3936 </cell>
3937 <cell alignment="center" valignment="top" usebox="none">
3938 \begin_inset Text
3939
3940 \begin_layout Plain Layout
3941 Oskar
3942 \end_layout
3943
3944 \end_inset
3945 </cell>
3946 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3947 \begin_inset Text
3948
3949 \begin_layout Plain Layout
3950 111
3951 \end_layout
3952
3953 \end_inset
3954 </cell>
3955 </row>
3956 <row>
3957 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3958 \begin_inset Text
3959
3960 \begin_layout Plain Layout
3961
3962 \series bold
3963 Tacchelli
3964 \end_layout
3965
3966 \end_inset
3967 </cell>
3968 <cell alignment="center" valignment="top" usebox="none">
3969 \begin_inset Text
3970
3971 \begin_layout Plain Layout
3972 Ugo
3973 \end_layout
3974
3975 \end_inset
3976 </cell>
3977 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
3978 \begin_inset Text
3979
3980 \begin_layout Plain Layout
3981 111
3982 \end_layout
3983
3984 \end_inset
3985 </cell>
3986 </row>
3987 <row>
3988 <cell alignment="center" valignment="top" leftline="true" usebox="none">
3989 \begin_inset Text
3990
3991 \begin_layout Plain Layout
3992
3993 \series bold
3994 Tezzele
3995 \end_layout
3996
3997 \end_inset
3998 </cell>
3999 <cell alignment="center" valignment="top" usebox="none">
4000 \begin_inset Text
4001
4002 \begin_layout Plain Layout
4003 Margit
4004 \end_layout
4005
4006 \end_inset
4007 </cell>
4008 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4009 \begin_inset Text
4010
4011 \begin_layout Plain Layout
4012 111
4013 \end_layout
4014
4015 \end_inset
4016 </cell>
4017 </row>
4018 <row>
4019 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4020 \begin_inset Text
4021
4022 \begin_layout Plain Layout
4023
4024 \series bold
4025 Unterkalmsteiner
4026 \end_layout
4027
4028 \end_inset
4029 </cell>
4030 <cell alignment="center" valignment="top" usebox="none">
4031 \begin_inset Text
4032
4033 \begin_layout Plain Layout
4034 Frieda
4035 \end_layout
4036
4037 \end_inset
4038 </cell>
4039 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4040 \begin_inset Text
4041
4042 \begin_layout Plain Layout
4043 111
4044 \end_layout
4045
4046 \end_inset
4047 </cell>
4048 </row>
4049 <row>
4050 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4051 \begin_inset Text
4052
4053 \begin_layout Plain Layout
4054
4055 \series bold
4056 Vieider
4057 \end_layout
4058
4059 \end_inset
4060 </cell>
4061 <cell alignment="center" valignment="top" usebox="none">
4062 \begin_inset Text
4063
4064 \begin_layout Plain Layout
4065 Hilde
4066 \end_layout
4067
4068 \end_inset
4069 </cell>
4070 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4071 \begin_inset Text
4072
4073 \begin_layout Plain Layout
4074 111
4075 \end_layout
4076
4077 \end_inset
4078 </cell>
4079 </row>
4080 <row>
4081 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4082 \begin_inset Text
4083
4084 \begin_layout Plain Layout
4085
4086 \series bold
4087 Vigna
4088 \end_layout
4089
4090 \end_inset
4091 </cell>
4092 <cell alignment="center" valignment="top" usebox="none">
4093 \begin_inset Text
4094
4095 \begin_layout Plain Layout
4096 Jürgen
4097 \end_layout
4098
4099 \end_inset
4100 </cell>
4101 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4102 \begin_inset Text
4103
4104 \begin_layout Plain Layout
4105 111
4106 \end_layout
4107
4108 \end_inset
4109 </cell>
4110 </row>
4111 <row>
4112 <cell alignment="center" valignment="top" leftline="true" usebox="none">
4113 \begin_inset Text
4114
4115 \begin_layout Plain Layout
4116
4117 \series bold
4118 Weber
4119 \end_layout
4120
4121 \end_inset
4122 </cell>
4123 <cell alignment="center" valignment="top" usebox="none">
4124 \begin_inset Text
4125
4126 \begin_layout Plain Layout
4127 Maurizio
4128 \end_layout
4129
4130 \end_inset
4131 </cell>
4132 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4133 \begin_inset Text
4134
4135 \begin_layout Plain Layout
4136 111
4137 \end_layout
4138
4139 \end_inset
4140 </cell>
4141 </row>
4142 <row>
4143 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4144 \begin_inset Text
4145
4146 \begin_layout Plain Layout
4147
4148 \series bold
4149 Winkler
4150 \end_layout
4151
4152 \end_inset
4153 </cell>
4154 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4155 \begin_inset Text
4156
4157 \begin_layout Plain Layout
4158 Franz
4159 \end_layout
4160
4161 \end_inset
4162 </cell>
4163 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4164 \begin_inset Text
4165
4166 \begin_layout Plain Layout
4167 111
4168 \end_layout
4169
4170 \end_inset
4171 </cell>
4172 </row>
4173 <row>
4174 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4175 \begin_inset Text
4176
4177 \begin_layout Plain Layout
4178  
4179 \end_layout
4180
4181 \end_inset
4182 </cell>
4183 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
4184 \begin_inset Text
4185
4186 \begin_layout Plain Layout
4187
4188 \end_layout
4189
4190 \end_inset
4191 </cell>
4192 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4193 \begin_inset Text
4194
4195 \begin_layout Plain Layout
4196
4197 \end_layout
4198
4199 \end_inset
4200 </cell>
4201 </row>
4202 <row>
4203 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4204 \begin_inset Text
4205
4206 \begin_layout Plain Layout
4207
4208 \series bold
4209 Annovi
4210 \end_layout
4211
4212 \end_inset
4213 </cell>
4214 <cell alignment="center" valignment="top" usebox="none">
4215 \begin_inset Text
4216
4217 \begin_layout Plain Layout
4218 Silvia
4219 \end_layout
4220
4221 \end_inset
4222 </cell>
4223 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4224 \begin_inset Text
4225
4226 \begin_layout Plain Layout
4227 555
4228 \end_layout
4229
4230 \end_inset
4231 </cell>
4232 </row>
4233 <row>
4234 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4235 \begin_inset Text
4236
4237 \begin_layout Plain Layout
4238
4239 \series bold
4240 Bertoli
4241 \end_layout
4242
4243 \end_inset
4244 </cell>
4245 <cell alignment="center" valignment="top" usebox="none">
4246 \begin_inset Text
4247
4248 \begin_layout Plain Layout
4249 Stefano
4250 \end_layout
4251
4252 \end_inset
4253 </cell>
4254 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4255 \begin_inset Text
4256
4257 \begin_layout Plain Layout
4258 555
4259 \end_layout
4260
4261 \end_inset
4262 </cell>
4263 </row>
4264 <row>
4265 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4266 \begin_inset Text
4267
4268 \begin_layout Plain Layout
4269
4270 \series bold
4271 Bozzi
4272 \end_layout
4273
4274 \end_inset
4275 </cell>
4276 <cell alignment="center" valignment="top" usebox="none">
4277 \begin_inset Text
4278
4279 \begin_layout Plain Layout
4280 Walter
4281 \end_layout
4282
4283 \end_inset
4284 </cell>
4285 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4286 \begin_inset Text
4287
4288 \begin_layout Plain Layout
4289 555
4290 \end_layout
4291
4292 \end_inset
4293 </cell>
4294 </row>
4295 <row>
4296 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4297 \begin_inset Text
4298
4299 \begin_layout Plain Layout
4300
4301 \series bold
4302 Cachia
4303 \end_layout
4304
4305 \end_inset
4306 </cell>
4307 <cell alignment="center" valignment="top" usebox="none">
4308 \begin_inset Text
4309
4310 \begin_layout Plain Layout
4311 Maria
4312 \end_layout
4313
4314 \end_inset
4315 </cell>
4316 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4317 \begin_inset Text
4318
4319 \begin_layout Plain Layout
4320 555
4321 \end_layout
4322
4323 \end_inset
4324 </cell>
4325 </row>
4326 <row>
4327 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4328 \begin_inset Text
4329
4330 \begin_layout Plain Layout
4331
4332 \series bold
4333 Cachia
4334 \end_layout
4335
4336 \end_inset
4337 </cell>
4338 <cell alignment="center" valignment="top" usebox="none">
4339 \begin_inset Text
4340
4341 \begin_layout Plain Layout
4342 Maurizio
4343 \end_layout
4344
4345 \end_inset
4346 </cell>
4347 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4348 \begin_inset Text
4349
4350 \begin_layout Plain Layout
4351 555
4352 \end_layout
4353
4354 \end_inset
4355 </cell>
4356 </row>
4357 <row>
4358 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4359 \begin_inset Text
4360
4361 \begin_layout Plain Layout
4362
4363 \series bold
4364 Cinquemani
4365 \end_layout
4366
4367 \end_inset
4368 </cell>
4369 <cell alignment="center" valignment="top" usebox="none">
4370 \begin_inset Text
4371
4372 \begin_layout Plain Layout
4373 Giusi
4374 \end_layout
4375
4376 \end_inset
4377 </cell>
4378 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4379 \begin_inset Text
4380
4381 \begin_layout Plain Layout
4382 555
4383 \end_layout
4384
4385 \end_inset
4386 </cell>
4387 </row>
4388 <row>
4389 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4390 \begin_inset Text
4391
4392 \begin_layout Plain Layout
4393
4394 \series bold
4395 Colin
4396 \end_layout
4397
4398 \end_inset
4399 </cell>
4400 <cell alignment="center" valignment="top" usebox="none">
4401 \begin_inset Text
4402
4403 \begin_layout Plain Layout
4404 Bernard
4405 \end_layout
4406
4407 \end_inset
4408 </cell>
4409 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4410 \begin_inset Text
4411
4412 \begin_layout Plain Layout
4413 555
4414 \end_layout
4415
4416 \end_inset
4417 </cell>
4418 </row>
4419 <row>
4420 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4421 \begin_inset Text
4422
4423 \begin_layout Plain Layout
4424
4425 \series bold
4426 Concli
4427 \end_layout
4428
4429 \end_inset
4430 </cell>
4431 <cell alignment="center" valignment="top" usebox="none">
4432 \begin_inset Text
4433
4434 \begin_layout Plain Layout
4435 Gianfranco
4436 \end_layout
4437
4438 \end_inset
4439 </cell>
4440 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4441 \begin_inset Text
4442
4443 \begin_layout Plain Layout
4444 555
4445 \end_layout
4446
4447 \end_inset
4448 </cell>
4449 </row>
4450 <row>
4451 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4452 \begin_inset Text
4453
4454 \begin_layout Plain Layout
4455
4456 \series bold
4457 Dal Bosco
4458 \end_layout
4459
4460 \end_inset
4461 </cell>
4462 <cell alignment="center" valignment="top" usebox="none">
4463 \begin_inset Text
4464
4465 \begin_layout Plain Layout
4466 Carolina
4467 \end_layout
4468
4469 \end_inset
4470 </cell>
4471 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4472 \begin_inset Text
4473
4474 \begin_layout Plain Layout
4475 555
4476 \end_layout
4477
4478 \end_inset
4479 </cell>
4480 </row>
4481 <row>
4482 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4483 \begin_inset Text
4484
4485 \begin_layout Plain Layout
4486
4487 \series bold
4488 Dalpiaz
4489 \end_layout
4490
4491 \end_inset
4492 </cell>
4493 <cell alignment="center" valignment="top" usebox="none">
4494 \begin_inset Text
4495
4496 \begin_layout Plain Layout
4497 Annamaria
4498 \end_layout
4499
4500 \end_inset
4501 </cell>
4502 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4503 \begin_inset Text
4504
4505 \begin_layout Plain Layout
4506 555
4507 \end_layout
4508
4509 \end_inset
4510 </cell>
4511 </row>
4512 <row>
4513 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4514 \begin_inset Text
4515
4516 \begin_layout Plain Layout
4517
4518 \series bold
4519 Feliciello
4520 \end_layout
4521
4522 \end_inset
4523 </cell>
4524 <cell alignment="center" valignment="top" usebox="none">
4525 \begin_inset Text
4526
4527 \begin_layout Plain Layout
4528 Domenico
4529 \end_layout
4530
4531 \end_inset
4532 </cell>
4533 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4534 \begin_inset Text
4535
4536 \begin_layout Plain Layout
4537 555
4538 \end_layout
4539
4540 \end_inset
4541 </cell>
4542 </row>
4543 <row>
4544 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4545 \begin_inset Text
4546
4547 \begin_layout Plain Layout
4548
4549 \series bold
4550 Focarelli
4551 \end_layout
4552
4553 \end_inset
4554 </cell>
4555 <cell alignment="center" valignment="top" usebox="none">
4556 \begin_inset Text
4557
4558 \begin_layout Plain Layout
4559 Paola
4560 \end_layout
4561
4562 \end_inset
4563 </cell>
4564 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4565 \begin_inset Text
4566
4567 \begin_layout Plain Layout
4568 555
4569 \end_layout
4570
4571 \end_inset
4572 </cell>
4573 </row>
4574 <row>
4575 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4576 \begin_inset Text
4577
4578 \begin_layout Plain Layout
4579
4580 \series bold
4581 Galletti
4582 \end_layout
4583
4584 \end_inset
4585 </cell>
4586 <cell alignment="center" valignment="top" usebox="none">
4587 \begin_inset Text
4588
4589 \begin_layout Plain Layout
4590 Oreste
4591 \end_layout
4592
4593 \end_inset
4594 </cell>
4595 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4596 \begin_inset Text
4597
4598 \begin_layout Plain Layout
4599 555
4600 \end_layout
4601
4602 \end_inset
4603 </cell>
4604 </row>
4605 <row>
4606 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4607 \begin_inset Text
4608
4609 \begin_layout Plain Layout
4610
4611 \series bold
4612 Gasparini
4613 \end_layout
4614
4615 \end_inset
4616 </cell>
4617 <cell alignment="center" valignment="top" usebox="none">
4618 \begin_inset Text
4619
4620 \begin_layout Plain Layout
4621 Franca
4622 \end_layout
4623
4624 \end_inset
4625 </cell>
4626 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4627 \begin_inset Text
4628
4629 \begin_layout Plain Layout
4630 555
4631 \end_layout
4632
4633 \end_inset
4634 </cell>
4635 </row>
4636 <row>
4637 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4638 \begin_inset Text
4639
4640 \begin_layout Plain Layout
4641
4642 \series bold
4643 Rizzardi
4644 \end_layout
4645
4646 \end_inset
4647 </cell>
4648 <cell alignment="center" valignment="top" usebox="none">
4649 \begin_inset Text
4650
4651 \begin_layout Plain Layout
4652 Paola
4653 \end_layout
4654
4655 \end_inset
4656 </cell>
4657 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4658 \begin_inset Text
4659
4660 \begin_layout Plain Layout
4661 555
4662 \end_layout
4663
4664 \end_inset
4665 </cell>
4666 </row>
4667 <row>
4668 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4669 \begin_inset Text
4670
4671 \begin_layout Plain Layout
4672
4673 \series bold
4674 Lassini
4675 \end_layout
4676
4677 \end_inset
4678 </cell>
4679 <cell alignment="center" valignment="top" usebox="none">
4680 \begin_inset Text
4681
4682 \begin_layout Plain Layout
4683 Giancarlo
4684 \end_layout
4685
4686 \end_inset
4687 </cell>
4688 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4689 \begin_inset Text
4690
4691 \begin_layout Plain Layout
4692 555
4693 \end_layout
4694
4695 \end_inset
4696 </cell>
4697 </row>
4698 <row>
4699 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4700 \begin_inset Text
4701
4702 \begin_layout Plain Layout
4703
4704 \series bold
4705 Malfatti
4706 \end_layout
4707
4708 \end_inset
4709 </cell>
4710 <cell alignment="center" valignment="top" usebox="none">
4711 \begin_inset Text
4712
4713 \begin_layout Plain Layout
4714 Luciano
4715 \end_layout
4716
4717 \end_inset
4718 </cell>
4719 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4720 \begin_inset Text
4721
4722 \begin_layout Plain Layout
4723 555
4724 \end_layout
4725
4726 \end_inset
4727 </cell>
4728 </row>
4729 <row>
4730 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4731 \begin_inset Text
4732
4733 \begin_layout Plain Layout
4734
4735 \series bold
4736 Malfatti
4737 \end_layout
4738
4739 \end_inset
4740 </cell>
4741 <cell alignment="center" valignment="top" usebox="none">
4742 \begin_inset Text
4743
4744 \begin_layout Plain Layout
4745 Valeriano
4746 \end_layout
4747
4748 \end_inset
4749 </cell>
4750 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4751 \begin_inset Text
4752
4753 \begin_layout Plain Layout
4754 555
4755 \end_layout
4756
4757 \end_inset
4758 </cell>
4759 </row>
4760 <row>
4761 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4762 \begin_inset Text
4763
4764 \begin_layout Plain Layout
4765
4766 \series bold
4767 Meneguzzo
4768 \end_layout
4769
4770 \end_inset
4771 </cell>
4772 <cell alignment="center" valignment="top" usebox="none">
4773 \begin_inset Text
4774
4775 \begin_layout Plain Layout
4776 Roberto
4777 \end_layout
4778
4779 \end_inset
4780 </cell>
4781 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4782 \begin_inset Text
4783
4784 \begin_layout Plain Layout
4785 555
4786 \end_layout
4787
4788 \end_inset
4789 </cell>
4790 </row>
4791 <row>
4792 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4793 \begin_inset Text
4794
4795 \begin_layout Plain Layout
4796
4797 \series bold
4798 Mezzadra
4799 \end_layout
4800
4801 \end_inset
4802 </cell>
4803 <cell alignment="center" valignment="top" usebox="none">
4804 \begin_inset Text
4805
4806 \begin_layout Plain Layout
4807 Roberto
4808 \end_layout
4809
4810 \end_inset
4811 </cell>
4812 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4813 \begin_inset Text
4814
4815 \begin_layout Plain Layout
4816 555
4817 \end_layout
4818
4819 \end_inset
4820 </cell>
4821 </row>
4822 <row>
4823 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4824 \begin_inset Text
4825
4826 \begin_layout Plain Layout
4827
4828 \series bold
4829 Pirpamer
4830 \end_layout
4831
4832 \end_inset
4833 </cell>
4834 <cell alignment="center" valignment="top" usebox="none">
4835 \begin_inset Text
4836
4837 \begin_layout Plain Layout
4838 Erich
4839 \end_layout
4840
4841 \end_inset
4842 </cell>
4843 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4844 \begin_inset Text
4845
4846 \begin_layout Plain Layout
4847 555
4848 \end_layout
4849
4850 \end_inset
4851 </cell>
4852 </row>
4853 <row>
4854 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4855 \begin_inset Text
4856
4857 \begin_layout Plain Layout
4858
4859 \series bold
4860 Pochiesa
4861 \end_layout
4862
4863 \end_inset
4864 </cell>
4865 <cell alignment="center" valignment="top" usebox="none">
4866 \begin_inset Text
4867
4868 \begin_layout Plain Layout
4869 Paolo
4870 \end_layout
4871
4872 \end_inset
4873 </cell>
4874 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4875 \begin_inset Text
4876
4877 \begin_layout Plain Layout
4878 555, 222
4879 \end_layout
4880
4881 \end_inset
4882 </cell>
4883 </row>
4884 <row>
4885 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4886 \begin_inset Text
4887
4888 \begin_layout Plain Layout
4889
4890 \series bold
4891 Radina
4892 \end_layout
4893
4894 \end_inset
4895 </cell>
4896 <cell alignment="center" valignment="top" usebox="none">
4897 \begin_inset Text
4898
4899 \begin_layout Plain Layout
4900 Claudio
4901 \end_layout
4902
4903 \end_inset
4904 </cell>
4905 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4906 \begin_inset Text
4907
4908 \begin_layout Plain Layout
4909 555
4910 \end_layout
4911
4912 \end_inset
4913 </cell>
4914 </row>
4915 <row>
4916 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4917 \begin_inset Text
4918
4919 \begin_layout Plain Layout
4920
4921 \series bold
4922 Stuffer
4923 \end_layout
4924
4925 \end_inset
4926 </cell>
4927 <cell alignment="center" valignment="top" usebox="none">
4928 \begin_inset Text
4929
4930 \begin_layout Plain Layout
4931 Oskar
4932 \end_layout
4933
4934 \end_inset
4935 </cell>
4936 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4937 \begin_inset Text
4938
4939 \begin_layout Plain Layout
4940 555
4941 \end_layout
4942
4943 \end_inset
4944 </cell>
4945 </row>
4946 <row>
4947 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4948 \begin_inset Text
4949
4950 \begin_layout Plain Layout
4951
4952 \series bold
4953 Tacchelli
4954 \end_layout
4955
4956 \end_inset
4957 </cell>
4958 <cell alignment="center" valignment="top" usebox="none">
4959 \begin_inset Text
4960
4961 \begin_layout Plain Layout
4962 Ugo
4963 \end_layout
4964
4965 \end_inset
4966 </cell>
4967 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4968 \begin_inset Text
4969
4970 \begin_layout Plain Layout
4971 555
4972 \end_layout
4973
4974 \end_inset
4975 </cell>
4976 </row>
4977 <row>
4978 <cell alignment="left" valignment="top" leftline="true" usebox="none">
4979 \begin_inset Text
4980
4981 \begin_layout Plain Layout
4982
4983 \series bold
4984 Tezzele
4985 \end_layout
4986
4987 \end_inset
4988 </cell>
4989 <cell alignment="center" valignment="top" usebox="none">
4990 \begin_inset Text
4991
4992 \begin_layout Plain Layout
4993 Margit
4994 \end_layout
4995
4996 \end_inset
4997 </cell>
4998 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
4999 \begin_inset Text
5000
5001 \begin_layout Plain Layout
5002 555
5003 \end_layout
5004
5005 \end_inset
5006 </cell>
5007 </row>
5008 <row>
5009 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5010 \begin_inset Text
5011
5012 \begin_layout Plain Layout
5013
5014 \series bold
5015 Unterkalmsteiner
5016 \end_layout
5017
5018 \end_inset
5019 </cell>
5020 <cell alignment="center" valignment="top" usebox="none">
5021 \begin_inset Text
5022
5023 \begin_layout Plain Layout
5024 Frieda
5025 \end_layout
5026
5027 \end_inset
5028 </cell>
5029 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5030 \begin_inset Text
5031
5032 \begin_layout Plain Layout
5033 555
5034 \end_layout
5035
5036 \end_inset
5037 </cell>
5038 </row>
5039 <row>
5040 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5041 \begin_inset Text
5042
5043 \begin_layout Plain Layout
5044
5045 \series bold
5046 Vieider
5047 \end_layout
5048
5049 \end_inset
5050 </cell>
5051 <cell alignment="center" valignment="top" usebox="none">
5052 \begin_inset Text
5053
5054 \begin_layout Plain Layout
5055 Hilde
5056 \end_layout
5057
5058 \end_inset
5059 </cell>
5060 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5061 \begin_inset Text
5062
5063 \begin_layout Plain Layout
5064 555
5065 \end_layout
5066
5067 \end_inset
5068 </cell>
5069 </row>
5070 <row>
5071 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5072 \begin_inset Text
5073
5074 \begin_layout Plain Layout
5075
5076 \series bold
5077 Vigna
5078 \end_layout
5079
5080 \end_inset
5081 </cell>
5082 <cell alignment="center" valignment="top" usebox="none">
5083 \begin_inset Text
5084
5085 \begin_layout Plain Layout
5086 Jürgen
5087 \end_layout
5088
5089 \end_inset
5090 </cell>
5091 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5092 \begin_inset Text
5093
5094 \begin_layout Plain Layout
5095 999
5096 \end_layout
5097
5098 \end_inset
5099 </cell>
5100 </row>
5101 <row>
5102 <cell alignment="left" valignment="top" leftline="true" usebox="none">
5103 \begin_inset Text
5104
5105 \begin_layout Plain Layout
5106
5107 \series bold
5108 Weber
5109 \end_layout
5110
5111 \end_inset
5112 </cell>
5113 <cell alignment="center" valignment="top" usebox="none">
5114 \begin_inset Text
5115
5116 \begin_layout Plain Layout
5117 Maurizio
5118 \end_layout
5119
5120 \end_inset
5121 </cell>
5122 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5123 \begin_inset Text
5124
5125 \begin_layout Plain Layout
5126 555
5127 \end_layout
5128
5129 \end_inset
5130 </cell>
5131 </row>
5132 <row>
5133 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
5134 \begin_inset Text
5135
5136 \begin_layout Plain Layout
5137
5138 \series bold
5139 Winkler
5140 \end_layout
5141
5142 \end_inset
5143 </cell>
5144 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5145 \begin_inset Text
5146
5147 \begin_layout Plain Layout
5148 Franz
5149 \end_layout
5150
5151 \end_inset
5152 </cell>
5153 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
5154 \begin_inset Text
5155
5156 \begin_layout Plain Layout
5157 555
5158 \end_layout
5159
5160 \end_inset
5161 </cell>
5162 </row>
5163 <row endlastfoot="true">
5164 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
5165 \begin_inset Text
5166
5167 \begin_layout Plain Layout
5168 end
5169 \end_layout
5170
5171 \end_inset
5172 </cell>
5173 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
5174 \begin_inset Text
5175
5176 \begin_layout Plain Layout
5177
5178 \end_layout
5179
5180 \end_inset
5181 </cell>
5182 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5183 \begin_inset Text
5184
5185 \begin_layout Plain Layout
5186
5187 \end_layout
5188
5189 \end_inset
5190 </cell>
5191 </row>
5192 </lyxtabular>
5193
5194 \end_inset
5195
5196
5197 \begin_inset ERT
5198 status collapsed
5199
5200 \begin_layout Plain Layout
5201
5202
5203 \backslash
5204 addtocounter{table}{-1}
5205 \end_layout
5206
5207 \end_inset
5208
5209
5210 \begin_inset Note Note
5211 status collapsed
5212
5213 \begin_layout Plain Layout
5214 See the first greyed-out note in section
5215 \begin_inset space ~
5216 \end_inset
5217
5218
5219 \begin_inset CommandInset ref
5220 LatexCommand ref
5221 reference "sub:Longtable-Captions"
5222
5223 \end_inset
5224
5225  for an explanation of this command.
5226 \end_layout
5227
5228 \end_inset
5229
5230
5231 \end_layout
5232
5233 \begin_layout Subsection
5234 Footnotes in Longtables
5235 \begin_inset CommandInset label
5236 LatexCommand label
5237 name "sub:Footnotes-in-Longtables"
5238
5239 \end_inset
5240
5241
5242 \begin_inset Index
5243 status collapsed
5244
5245 \begin_layout Plain Layout
5246 Longtables ! Footnotes
5247 \end_layout
5248
5249 \end_inset
5250
5251
5252 \end_layout
5253
5254 \begin_layout Standard
5255 Footnotes can be inserted to every longtable cell.
5256  They appear at the bottom of the page where the table cell with the footnote
5257  appears.
5258  Table
5259 \begin_inset space ~
5260 \end_inset
5261
5262
5263 \begin_inset CommandInset ref
5264 LatexCommand ref
5265 reference "tab:DiffCaptions"
5266
5267 \end_inset
5268
5269  has for example a footnote.
5270 \end_layout
5271
5272 \begin_layout Subsection
5273 Longtable Alignment
5274 \begin_inset Index
5275 status collapsed
5276
5277 \begin_layout Plain Layout
5278 Longtables ! Alignment
5279 \end_layout
5280
5281 \end_inset
5282
5283
5284 \end_layout
5285
5286 \begin_layout Standard
5287 Longtables are by default centered.
5288  In contrary to the alignment of the table columns and row, the table alignment
5289  can currently not be changed in the table dialog.
5290  To change the alignment of longtables you have to change the value of the
5291  lengths 
5292 \series bold
5293
5294 \backslash
5295 LTleft 
5296 \series default
5297 and 
5298 \series bold
5299
5300 \backslash
5301 LTright
5302 \series default
5303  by inserting this line as TeX-Code before the corresponding longtable:
5304 \end_layout
5305
5306 \begin_layout Standard
5307
5308 \series bold
5309
5310 \backslash
5311 setlength{
5312 \backslash
5313 LTleft}{value}
5314 \end_layout
5315
5316 \begin_layout Standard
5317 Where the value can have any of the units listed in Table
5318 \begin_inset space ~
5319 \end_inset
5320
5321
5322 \begin_inset CommandInset ref
5323 LatexCommand ref
5324 reference "tab:Units"
5325
5326 \end_inset
5327
5328 .
5329  
5330 \series bold
5331
5332 \backslash
5333 LTleft
5334 \series default
5335  controls the horizontal distance from the left page border to the longtable,
5336  
5337 \series bold
5338
5339 \backslash
5340 LTright
5341 \series default
5342  the distance from the right side.
5343  The default value for both lengths is 
5344 \series bold
5345
5346 \backslash
5347 fill
5348 \series default
5349 , which is in this case the same as an horizontal fill in LyX.
5350 \end_layout
5351
5352 \begin_layout Standard
5353 The following longtable was left-aligned by setting 
5354 \series bold
5355
5356 \backslash
5357 LTleft
5358 \series default
5359  to 0
5360 \begin_inset space \thinspace{}
5361 \end_inset
5362
5363 pt.
5364 \begin_inset ERT
5365 status collapsed
5366
5367 \begin_layout Plain Layout
5368
5369
5370 \backslash
5371 setlength{
5372 \backslash
5373 LTleft}{0pt}
5374 \end_layout
5375
5376 \end_inset
5377
5378
5379 \end_layout
5380
5381 \begin_layout Standard
5382 \begin_inset Tabular
5383 <lyxtabular version="3" rows="5" columns="5">
5384 <features islongtable="true">
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 <column alignment="center" valignment="top" width="0">
5390 <row>
5391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5392 \begin_inset Text
5393
5394 \begin_layout Plain Layout
5395 1
5396 \end_layout
5397
5398 \end_inset
5399 </cell>
5400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5401 \begin_inset Text
5402
5403 \begin_layout Plain Layout
5404 2
5405 \end_layout
5406
5407 \end_inset
5408 </cell>
5409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5410 \begin_inset Text
5411
5412 \begin_layout Plain Layout
5413 3
5414 \end_layout
5415
5416 \end_inset
5417 </cell>
5418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5419 \begin_inset Text
5420
5421 \begin_layout Plain Layout
5422 4
5423 \end_layout
5424
5425 \end_inset
5426 </cell>
5427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5428 \begin_inset Text
5429
5430 \begin_layout Plain Layout
5431 5
5432 \end_layout
5433
5434 \end_inset
5435 </cell>
5436 </row>
5437 <row>
5438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5439 \begin_inset Text
5440
5441 \begin_layout Plain Layout
5442 asd
5443 \end_layout
5444
5445 \end_inset
5446 </cell>
5447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5448 \begin_inset Text
5449
5450 \begin_layout Plain Layout
5451 s
5452 \end_layout
5453
5454 \end_inset
5455 </cell>
5456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5457 \begin_inset Text
5458
5459 \begin_layout Plain Layout
5460 s
5461 \end_layout
5462
5463 \end_inset
5464 </cell>
5465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5466 \begin_inset Text
5467
5468 \begin_layout Plain Layout
5469 s
5470 \end_layout
5471
5472 \end_inset
5473 </cell>
5474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5475 \begin_inset Text
5476
5477 \begin_layout Plain Layout
5478 asd
5479 \end_layout
5480
5481 \end_inset
5482 </cell>
5483 </row>
5484 <row>
5485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5486 \begin_inset Text
5487
5488 \begin_layout Plain Layout
5489 asd
5490 \end_layout
5491
5492 \end_inset
5493 </cell>
5494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5495 \begin_inset Text
5496
5497 \begin_layout Plain Layout
5498 s
5499 \end_layout
5500
5501 \end_inset
5502 </cell>
5503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5504 \begin_inset Text
5505
5506 \begin_layout Plain Layout
5507 s
5508 \end_layout
5509
5510 \end_inset
5511 </cell>
5512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5513 \begin_inset Text
5514
5515 \begin_layout Plain Layout
5516 s
5517 \end_layout
5518
5519 \end_inset
5520 </cell>
5521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5522 \begin_inset Text
5523
5524 \begin_layout Plain Layout
5525 asd
5526 \end_layout
5527
5528 \end_inset
5529 </cell>
5530 </row>
5531 <row>
5532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5533 \begin_inset Text
5534
5535 \begin_layout Plain Layout
5536 asd
5537 \end_layout
5538
5539 \end_inset
5540 </cell>
5541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5542 \begin_inset Text
5543
5544 \begin_layout Plain Layout
5545 s
5546 \end_layout
5547
5548 \end_inset
5549 </cell>
5550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5551 \begin_inset Text
5552
5553 \begin_layout Plain Layout
5554 s
5555 \end_layout
5556
5557 \end_inset
5558 </cell>
5559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5560 \begin_inset Text
5561
5562 \begin_layout Plain Layout
5563 s
5564 \end_layout
5565
5566 \end_inset
5567 </cell>
5568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5569 \begin_inset Text
5570
5571 \begin_layout Plain Layout
5572 asd
5573 \end_layout
5574
5575 \end_inset
5576 </cell>
5577 </row>
5578 <row>
5579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5580 \begin_inset Text
5581
5582 \begin_layout Plain Layout
5583 asd
5584 \end_layout
5585
5586 \end_inset
5587 </cell>
5588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5589 \begin_inset Text
5590
5591 \begin_layout Plain Layout
5592 asd
5593 \end_layout
5594
5595 \end_inset
5596 </cell>
5597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5598 \begin_inset Text
5599
5600 \begin_layout Plain Layout
5601 asd
5602 \end_layout
5603
5604 \end_inset
5605 </cell>
5606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5607 \begin_inset Text
5608
5609 \begin_layout Plain Layout
5610 asd
5611 \end_layout
5612
5613 \end_inset
5614 </cell>
5615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5616 \begin_inset Text
5617
5618 \begin_layout Plain Layout
5619 asd
5620 \end_layout
5621
5622 \end_inset
5623 </cell>
5624 </row>
5625 </lyxtabular>
5626
5627 \end_inset
5628
5629
5630 \begin_inset ERT
5631 status collapsed
5632
5633 \begin_layout Plain Layout
5634
5635
5636 \backslash
5637 setlength{
5638 \backslash
5639 LTleft}{
5640 \backslash
5641 fill}
5642 \end_layout
5643
5644 \end_inset
5645
5646
5647 \begin_inset ERT
5648 status collapsed
5649
5650 \begin_layout Plain Layout
5651
5652
5653 \backslash
5654 addtocounter{table}{-1}
5655 \end_layout
5656
5657 \end_inset
5658
5659
5660 \begin_inset Note Note
5661 status collapsed
5662
5663 \begin_layout Plain Layout
5664 See the first greyed-out note in section
5665 \begin_inset space ~
5666 \end_inset
5667
5668
5669 \begin_inset CommandInset ref
5670 LatexCommand ref
5671 reference "sub:Longtable-Captions"
5672
5673 \end_inset
5674
5675  for an explanation of this command.
5676 \end_layout
5677
5678 \end_inset
5679
5680
5681 \end_layout
5682
5683 \begin_layout Subsection
5684 Longtable Captions
5685 \begin_inset Index
5686 status collapsed
5687
5688 \begin_layout Plain Layout
5689 Longtables ! Captions
5690 \end_layout
5691
5692 \end_inset
5693
5694
5695 \begin_inset CommandInset label
5696 LatexCommand label
5697 name "sub:Longtable-Captions"
5698
5699 \end_inset
5700
5701
5702 \end_layout
5703
5704 \begin_layout Standard
5705 A longtable cannot be put into a table float because floats can only be
5706  on one page.
5707  But the caption environment of floats can also be used for longtables when
5708  you use for a table row the longtable option 
5709 \family sans
5710 Caption
5711 \family default
5712  as described in sec.
5713 \begin_inset space \thinspace{}
5714 \end_inset
5715
5716
5717 \begin_inset CommandInset ref
5718 LatexCommand ref
5719 reference "sec:Longtables"
5720
5721 \end_inset
5722
5723 .
5724  Only one table row can contain the caption.
5725 \end_layout
5726
5727 \begin_layout Standard
5728 Here is a short longtable to see how it works:
5729 \end_layout
5730
5731 \begin_layout Standard
5732 \begin_inset Tabular
5733 <lyxtabular version="3" rows="6" columns="5">
5734 <features islongtable="true">
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 <column alignment="center" valignment="top" width="0">
5740 <row caption="true">
5741 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
5742 \begin_inset Text
5743
5744 \begin_layout Plain Layout
5745 \begin_inset Caption
5746
5747 \begin_layout Plain Layout
5748 Longtable with caption
5749 \begin_inset OptArg
5750 status open
5751
5752 \begin_layout Plain Layout
5753 Longtable
5754 \end_layout
5755
5756 \end_inset
5757
5758
5759 \end_layout
5760
5761 \end_inset
5762
5763
5764 \end_layout
5765
5766 \end_inset
5767 </cell>
5768 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5769 \begin_inset Text
5770
5771 \begin_layout Plain Layout
5772
5773 \end_layout
5774
5775 \end_inset
5776 </cell>
5777 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5778 \begin_inset Text
5779
5780 \begin_layout Plain Layout
5781
5782 \end_layout
5783
5784 \end_inset
5785 </cell>
5786 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
5787 \begin_inset Text
5788
5789 \begin_layout Plain Layout
5790
5791 \end_layout
5792
5793 \end_inset
5794 </cell>
5795 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
5796 \begin_inset Text
5797
5798 \begin_layout Plain Layout
5799
5800 \end_layout
5801
5802 \end_inset
5803 </cell>
5804 </row>
5805 <row>
5806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5807 \begin_inset Text
5808
5809 \begin_layout Plain Layout
5810 1
5811 \end_layout
5812
5813 \end_inset
5814 </cell>
5815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5816 \begin_inset Text
5817
5818 \begin_layout Plain Layout
5819 2
5820 \end_layout
5821
5822 \end_inset
5823 </cell>
5824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5825 \begin_inset Text
5826
5827 \begin_layout Plain Layout
5828 3
5829 \end_layout
5830
5831 \end_inset
5832 </cell>
5833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5834 \begin_inset Text
5835
5836 \begin_layout Plain Layout
5837 4
5838 \end_layout
5839
5840 \end_inset
5841 </cell>
5842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5843 \begin_inset Text
5844
5845 \begin_layout Plain Layout
5846 5
5847 \end_layout
5848
5849 \end_inset
5850 </cell>
5851 </row>
5852 <row>
5853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5854 \begin_inset Text
5855
5856 \begin_layout Plain Layout
5857 asd
5858 \end_layout
5859
5860 \end_inset
5861 </cell>
5862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5863 \begin_inset Text
5864
5865 \begin_layout Plain Layout
5866 s
5867 \end_layout
5868
5869 \end_inset
5870 </cell>
5871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5872 \begin_inset Text
5873
5874 \begin_layout Plain Layout
5875 s
5876 \end_layout
5877
5878 \end_inset
5879 </cell>
5880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5881 \begin_inset Text
5882
5883 \begin_layout Plain Layout
5884 s
5885 \end_layout
5886
5887 \end_inset
5888 </cell>
5889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5890 \begin_inset Text
5891
5892 \begin_layout Plain Layout
5893 asd
5894 \end_layout
5895
5896 \end_inset
5897 </cell>
5898 </row>
5899 <row>
5900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5901 \begin_inset Text
5902
5903 \begin_layout Plain Layout
5904 asd
5905 \end_layout
5906
5907 \end_inset
5908 </cell>
5909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5910 \begin_inset Text
5911
5912 \begin_layout Plain Layout
5913 s
5914 \end_layout
5915
5916 \end_inset
5917 </cell>
5918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5919 \begin_inset Text
5920
5921 \begin_layout Plain Layout
5922 s
5923 \end_layout
5924
5925 \end_inset
5926 </cell>
5927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5928 \begin_inset Text
5929
5930 \begin_layout Plain Layout
5931 s
5932 \end_layout
5933
5934 \end_inset
5935 </cell>
5936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5937 \begin_inset Text
5938
5939 \begin_layout Plain Layout
5940 asd
5941 \end_layout
5942
5943 \end_inset
5944 </cell>
5945 </row>
5946 <row>
5947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5948 \begin_inset Text
5949
5950 \begin_layout Plain Layout
5951 asd
5952 \end_layout
5953
5954 \end_inset
5955 </cell>
5956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5957 \begin_inset Text
5958
5959 \begin_layout Plain Layout
5960 s
5961 \end_layout
5962
5963 \end_inset
5964 </cell>
5965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5966 \begin_inset Text
5967
5968 \begin_layout Plain Layout
5969 s
5970 \end_layout
5971
5972 \end_inset
5973 </cell>
5974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5975 \begin_inset Text
5976
5977 \begin_layout Plain Layout
5978 s
5979 \end_layout
5980
5981 \end_inset
5982 </cell>
5983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5984 \begin_inset Text
5985
5986 \begin_layout Plain Layout
5987 asd
5988 \end_layout
5989
5990 \end_inset
5991 </cell>
5992 </row>
5993 <row>
5994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5995 \begin_inset Text
5996
5997 \begin_layout Plain Layout
5998 asd
5999 \end_layout
6000
6001 \end_inset
6002 </cell>
6003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6004 \begin_inset Text
6005
6006 \begin_layout Plain Layout
6007 asd
6008 \end_layout
6009
6010 \end_inset
6011 </cell>
6012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6013 \begin_inset Text
6014
6015 \begin_layout Plain Layout
6016 asd
6017 \end_layout
6018
6019 \end_inset
6020 </cell>
6021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6022 \begin_inset Text
6023
6024 \begin_layout Plain Layout
6025 asd
6026 \end_layout
6027
6028 \end_inset
6029 </cell>
6030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6031 \begin_inset Text
6032
6033 \begin_layout Plain Layout
6034 asd
6035 \end_layout
6036
6037 \end_inset
6038 </cell>
6039 </row>
6040 </lyxtabular>
6041
6042 \end_inset
6043
6044
6045 \end_layout
6046
6047 \begin_layout Standard
6048 \begin_inset VSpace medskip
6049 \end_inset
6050
6051
6052 \begin_inset Note Greyedout
6053 status open
6054
6055 \begin_layout Plain Layout
6056
6057 \series bold
6058 Note
6059 \begin_inset space ~
6060 \end_inset
6061
6062 1:
6063 \series default
6064  The table number is increased for every longtable, also if you didn't set
6065  a caption for it.
6066  For this reason you could have the case that e.
6067 \begin_inset space \thinspace{}
6068 \end_inset
6069
6070 g.
6071 \begin_inset space \space{}
6072 \end_inset
6073
6074 Table
6075 \begin_inset space ~
6076 \end_inset
6077
6078 2.4 follows on Table
6079 \begin_inset space ~
6080 \end_inset
6081
6082 2.1 in the list of tables if there are two longtables without captions.
6083  To avoid this you can add the following command in TeX-Code behind every
6084  longtable without a caption:
6085 \end_layout
6086
6087 \begin_layout Plain Layout
6088
6089 \series bold
6090
6091 \backslash
6092 addtocounter{table}{-1}
6093 \end_layout
6094
6095 \begin_layout Plain Layout
6096 This is not needed when none of your longtables have a caption and you add
6097  the following code to the document preamble:
6098 \end_layout
6099
6100 \begin_layout Plain Layout
6101
6102 \series bold
6103
6104 \backslash
6105 let
6106 \backslash
6107 myEnd
6108 \backslash
6109 endlongtable
6110 \begin_inset Newline newline
6111 \end_inset
6112
6113
6114 \backslash
6115 renewcommand{
6116 \backslash
6117 endlongtable}{
6118 \backslash
6119 myEnd
6120 \backslash
6121 addtocounter{table}{-1}}
6122 \end_layout
6123
6124 \end_inset
6125
6126
6127 \end_layout
6128
6129 \begin_layout Standard
6130 \begin_inset Note Greyedout
6131 status open
6132
6133 \begin_layout Plain Layout
6134
6135 \series bold
6136 Note
6137 \begin_inset space ~
6138 \end_inset
6139
6140 2:
6141 \series default
6142  If you are using
6143 \series bold
6144  hyperref
6145 \series default
6146
6147 \begin_inset Index
6148 status collapsed
6149
6150 \begin_layout Plain Layout
6151 LaTeX-packages ! hyperref
6152 \end_layout
6153
6154 \end_inset
6155
6156  in the 
6157 \family sans
6158 PDF Properties
6159 \family default
6160  of the 
6161 \family sans
6162 Document Settings
6163 \family default
6164  dialog to link cross-references, the link to a longtable caption will always
6165  point to the beginning of the document.
6166 \end_layout
6167
6168 \end_inset
6169
6170
6171 \end_layout
6172
6173 \begin_layout Subsubsection
6174 References to Longtables
6175 \begin_inset Index
6176 status collapsed
6177
6178 \begin_layout Plain Layout
6179 Longtables ! References
6180 \end_layout
6181
6182 \end_inset
6183
6184
6185 \end_layout
6186
6187 \begin_layout Standard
6188 \begin_inset Tabular
6189 <lyxtabular version="3" rows="6" columns="5">
6190 <features islongtable="true">
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 <column alignment="center" valignment="top" width="0">
6196 <row caption="true">
6197 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6198 \begin_inset Text
6199
6200 \begin_layout Plain Layout
6201 \begin_inset Caption
6202
6203 \begin_layout Plain Layout
6204 Referenced longtable
6205 \begin_inset CommandInset label
6206 LatexCommand label
6207 name "tab:RefExample"
6208
6209 \end_inset
6210
6211
6212 \end_layout
6213
6214 \end_inset
6215
6216
6217 \end_layout
6218
6219 \end_inset
6220 </cell>
6221 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6222 \begin_inset Text
6223
6224 \begin_layout Plain Layout
6225
6226 \end_layout
6227
6228 \end_inset
6229 </cell>
6230 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6231 \begin_inset Text
6232
6233 \begin_layout Plain Layout
6234
6235 \end_layout
6236
6237 \end_inset
6238 </cell>
6239 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6240 \begin_inset Text
6241
6242 \begin_layout Plain Layout
6243
6244 \end_layout
6245
6246 \end_inset
6247 </cell>
6248 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6249 \begin_inset Text
6250
6251 \begin_layout Plain Layout
6252
6253 \end_layout
6254
6255 \end_inset
6256 </cell>
6257 </row>
6258 <row>
6259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6260 \begin_inset Text
6261
6262 \begin_layout Plain Layout
6263 1
6264 \end_layout
6265
6266 \end_inset
6267 </cell>
6268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6269 \begin_inset Text
6270
6271 \begin_layout Plain Layout
6272 2
6273 \end_layout
6274
6275 \end_inset
6276 </cell>
6277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6278 \begin_inset Text
6279
6280 \begin_layout Plain Layout
6281 3
6282 \end_layout
6283
6284 \end_inset
6285 </cell>
6286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6287 \begin_inset Text
6288
6289 \begin_layout Plain Layout
6290 4
6291 \end_layout
6292
6293 \end_inset
6294 </cell>
6295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6296 \begin_inset Text
6297
6298 \begin_layout Plain Layout
6299 5
6300 \end_layout
6301
6302 \end_inset
6303 </cell>
6304 </row>
6305 <row>
6306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6307 \begin_inset Text
6308
6309 \begin_layout Plain Layout
6310 asd
6311 \end_layout
6312
6313 \end_inset
6314 </cell>
6315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6316 \begin_inset Text
6317
6318 \begin_layout Plain Layout
6319 s
6320 \end_layout
6321
6322 \end_inset
6323 </cell>
6324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6325 \begin_inset Text
6326
6327 \begin_layout Plain Layout
6328 s
6329 \end_layout
6330
6331 \end_inset
6332 </cell>
6333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6334 \begin_inset Text
6335
6336 \begin_layout Plain Layout
6337 s
6338 \end_layout
6339
6340 \end_inset
6341 </cell>
6342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6343 \begin_inset Text
6344
6345 \begin_layout Plain Layout
6346 asd
6347 \end_layout
6348
6349 \end_inset
6350 </cell>
6351 </row>
6352 <row>
6353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6354 \begin_inset Text
6355
6356 \begin_layout Plain Layout
6357 asd
6358 \end_layout
6359
6360 \end_inset
6361 </cell>
6362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6363 \begin_inset Text
6364
6365 \begin_layout Plain Layout
6366 s
6367 \end_layout
6368
6369 \end_inset
6370 </cell>
6371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6372 \begin_inset Text
6373
6374 \begin_layout Plain Layout
6375 s
6376 \end_layout
6377
6378 \end_inset
6379 </cell>
6380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6381 \begin_inset Text
6382
6383 \begin_layout Plain Layout
6384 s
6385 \end_layout
6386
6387 \end_inset
6388 </cell>
6389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6390 \begin_inset Text
6391
6392 \begin_layout Plain Layout
6393 asd
6394 \end_layout
6395
6396 \end_inset
6397 </cell>
6398 </row>
6399 <row>
6400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6401 \begin_inset Text
6402
6403 \begin_layout Plain Layout
6404 asd
6405 \end_layout
6406
6407 \end_inset
6408 </cell>
6409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6410 \begin_inset Text
6411
6412 \begin_layout Plain Layout
6413 s
6414 \end_layout
6415
6416 \end_inset
6417 </cell>
6418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6419 \begin_inset Text
6420
6421 \begin_layout Plain Layout
6422 s
6423 \end_layout
6424
6425 \end_inset
6426 </cell>
6427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6428 \begin_inset Text
6429
6430 \begin_layout Plain Layout
6431 s
6432 \end_layout
6433
6434 \end_inset
6435 </cell>
6436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6437 \begin_inset Text
6438
6439 \begin_layout Plain Layout
6440 asd
6441 \end_layout
6442
6443 \end_inset
6444 </cell>
6445 </row>
6446 <row>
6447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6448 \begin_inset Text
6449
6450 \begin_layout Plain Layout
6451 asd
6452 \end_layout
6453
6454 \end_inset
6455 </cell>
6456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6457 \begin_inset Text
6458
6459 \begin_layout Plain Layout
6460 sad
6461 \end_layout
6462
6463 \end_inset
6464 </cell>
6465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6466 \begin_inset Text
6467
6468 \begin_layout Plain Layout
6469 asd
6470 \end_layout
6471
6472 \end_inset
6473 </cell>
6474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6475 \begin_inset Text
6476
6477 \begin_layout Plain Layout
6478 asd
6479 \end_layout
6480
6481 \end_inset
6482 </cell>
6483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6484 \begin_inset Text
6485
6486 \begin_layout Plain Layout
6487 asd
6488 \end_layout
6489
6490 \end_inset
6491 </cell>
6492 </row>
6493 </lyxtabular>
6494
6495 \end_inset
6496
6497
6498 \end_layout
6499
6500 \begin_layout Standard
6501 To reference a longtable, insert a label into the caption.
6502 \end_layout
6503
6504 \begin_layout Standard
6505 This is a reference to Table
6506 \begin_inset space ~
6507 \end_inset
6508
6509
6510 \begin_inset CommandInset ref
6511 LatexCommand ref
6512 reference "tab:RefExample"
6513
6514 \end_inset
6515
6516 .
6517 \end_layout
6518
6519 \begin_layout Standard
6520 The caption layout can be set together with all other captions of your document
6521  using the LaTeX-package 
6522 \series bold
6523 caption
6524 \series default
6525
6526 \begin_inset Index
6527 status collapsed
6528
6529 \begin_layout Plain Layout
6530 LaTeX-packages ! caption
6531 \end_layout
6532
6533 \end_inset
6534
6535 , see section
6536 \begin_inset space ~
6537 \end_inset
6538
6539
6540 \begin_inset CommandInset ref
6541 LatexCommand ref
6542 reference "sec:Caption-Formatting"
6543
6544 \end_inset
6545
6546 .
6547 \end_layout
6548
6549 \begin_layout Subsubsection
6550 Caption Width
6551 \begin_inset Index
6552 status collapsed
6553
6554 \begin_layout Plain Layout
6555 Longtables ! Caption Width
6556 \end_layout
6557
6558 \end_inset
6559
6560
6561 \end_layout
6562
6563 \begin_layout Standard
6564 The maximal width of of caption lines is defined by the length 
6565 \series bold
6566
6567 \backslash
6568 LTcapwidth
6569 \series default
6570 .
6571  Its default value is 4
6572 \begin_inset space \thinspace{}
6573 \end_inset
6574
6575 in.
6576  To change it add the following command to your document preamble or as
6577  TeX-Code into your document before the longtable that should be affected
6578 \end_layout
6579
6580 \begin_layout Standard
6581
6582 \series bold
6583
6584 \backslash
6585 setlength{
6586 \backslash
6587 LTcapwidth}{width}
6588 \end_layout
6589
6590 \begin_layout Standard
6591 where the width could have one of the units listed in appendix
6592 \begin_inset space ~
6593 \end_inset
6594
6595
6596 \begin_inset CommandInset ref
6597 LatexCommand ref
6598 reference "cha:Units-available-in"
6599
6600 \end_inset
6601
6602 .
6603 \end_layout
6604
6605 \begin_layout Standard
6606 The following tables show the difference:
6607 \end_layout
6608
6609 \begin_layout Standard
6610 \begin_inset Tabular
6611 <lyxtabular version="3" rows="6" columns="5">
6612 <features islongtable="true">
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 <column alignment="center" valignment="top" width="0">
6618 <row caption="true">
6619 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6620 \begin_inset Text
6621
6622 \begin_layout Plain Layout
6623 \begin_inset Caption
6624
6625 \begin_layout Plain Layout
6626 long full title with default width long full title with default width long
6627  full title with default width
6628 \begin_inset OptArg
6629 status collapsed
6630
6631 \begin_layout Plain Layout
6632 caption with default width
6633 \end_layout
6634
6635 \end_inset
6636
6637
6638 \end_layout
6639
6640 \end_inset
6641
6642
6643 \end_layout
6644
6645 \end_inset
6646 </cell>
6647 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6648 \begin_inset Text
6649
6650 \begin_layout Plain Layout
6651
6652 \end_layout
6653
6654 \end_inset
6655 </cell>
6656 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6657 \begin_inset Text
6658
6659 \begin_layout Plain Layout
6660
6661 \end_layout
6662
6663 \end_inset
6664 </cell>
6665 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
6666 \begin_inset Text
6667
6668 \begin_layout Plain Layout
6669
6670 \end_layout
6671
6672 \end_inset
6673 </cell>
6674 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
6675 \begin_inset Text
6676
6677 \begin_layout Plain Layout
6678
6679 \end_layout
6680
6681 \end_inset
6682 </cell>
6683 </row>
6684 <row>
6685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6686 \begin_inset Text
6687
6688 \begin_layout Plain Layout
6689 1
6690 \end_layout
6691
6692 \end_inset
6693 </cell>
6694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6695 \begin_inset Text
6696
6697 \begin_layout Plain Layout
6698 2
6699 \end_layout
6700
6701 \end_inset
6702 </cell>
6703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6704 \begin_inset Text
6705
6706 \begin_layout Plain Layout
6707 3
6708 \end_layout
6709
6710 \end_inset
6711 </cell>
6712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6713 \begin_inset Text
6714
6715 \begin_layout Plain Layout
6716 4
6717 \end_layout
6718
6719 \end_inset
6720 </cell>
6721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6722 \begin_inset Text
6723
6724 \begin_layout Plain Layout
6725 5
6726 \end_layout
6727
6728 \end_inset
6729 </cell>
6730 </row>
6731 <row>
6732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6733 \begin_inset Text
6734
6735 \begin_layout Plain Layout
6736 asd
6737 \end_layout
6738
6739 \end_inset
6740 </cell>
6741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6742 \begin_inset Text
6743
6744 \begin_layout Plain Layout
6745 s
6746 \end_layout
6747
6748 \end_inset
6749 </cell>
6750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6751 \begin_inset Text
6752
6753 \begin_layout Plain Layout
6754 s
6755 \end_layout
6756
6757 \end_inset
6758 </cell>
6759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6760 \begin_inset Text
6761
6762 \begin_layout Plain Layout
6763 s
6764 \end_layout
6765
6766 \end_inset
6767 </cell>
6768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6769 \begin_inset Text
6770
6771 \begin_layout Plain Layout
6772 asd
6773 \end_layout
6774
6775 \end_inset
6776 </cell>
6777 </row>
6778 <row>
6779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6780 \begin_inset Text
6781
6782 \begin_layout Plain Layout
6783 asd
6784 \end_layout
6785
6786 \end_inset
6787 </cell>
6788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6789 \begin_inset Text
6790
6791 \begin_layout Plain Layout
6792 s
6793 \end_layout
6794
6795 \end_inset
6796 </cell>
6797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6798 \begin_inset Text
6799
6800 \begin_layout Plain Layout
6801 s
6802 \end_layout
6803
6804 \end_inset
6805 </cell>
6806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6807 \begin_inset Text
6808
6809 \begin_layout Plain Layout
6810 s
6811 \end_layout
6812
6813 \end_inset
6814 </cell>
6815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6816 \begin_inset Text
6817
6818 \begin_layout Plain Layout
6819 asd
6820 \end_layout
6821
6822 \end_inset
6823 </cell>
6824 </row>
6825 <row>
6826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6827 \begin_inset Text
6828
6829 \begin_layout Plain Layout
6830 asd
6831 \end_layout
6832
6833 \end_inset
6834 </cell>
6835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6836 \begin_inset Text
6837
6838 \begin_layout Plain Layout
6839 s
6840 \end_layout
6841
6842 \end_inset
6843 </cell>
6844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6845 \begin_inset Text
6846
6847 \begin_layout Plain Layout
6848 s
6849 \end_layout
6850
6851 \end_inset
6852 </cell>
6853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6854 \begin_inset Text
6855
6856 \begin_layout Plain Layout
6857 s
6858 \end_layout
6859
6860 \end_inset
6861 </cell>
6862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6863 \begin_inset Text
6864
6865 \begin_layout Plain Layout
6866 asd
6867 \end_layout
6868
6869 \end_inset
6870 </cell>
6871 </row>
6872 <row>
6873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6874 \begin_inset Text
6875
6876 \begin_layout Plain Layout
6877 asd
6878 \end_layout
6879
6880 \end_inset
6881 </cell>
6882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6883 \begin_inset Text
6884
6885 \begin_layout Plain Layout
6886 sad
6887 \end_layout
6888
6889 \end_inset
6890 </cell>
6891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6892 \begin_inset Text
6893
6894 \begin_layout Plain Layout
6895 asd
6896 \end_layout
6897
6898 \end_inset
6899 </cell>
6900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6901 \begin_inset Text
6902
6903 \begin_layout Plain Layout
6904 asd
6905 \end_layout
6906
6907 \end_inset
6908 </cell>
6909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6910 \begin_inset Text
6911
6912 \begin_layout Plain Layout
6913 asd
6914 \end_layout
6915
6916 \end_inset
6917 </cell>
6918 </row>
6919 </lyxtabular>
6920
6921 \end_inset
6922
6923
6924 \end_layout
6925
6926 \begin_layout Standard
6927 \begin_inset ERT
6928 status collapsed
6929
6930 \begin_layout Plain Layout
6931
6932
6933 \backslash
6934 setlength{
6935 \backslash
6936 LTcapwidth}{5cm}
6937 \end_layout
6938
6939 \end_inset
6940
6941
6942 \begin_inset Tabular
6943 <lyxtabular version="3" rows="6" columns="5">
6944 <features islongtable="true">
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 <column alignment="center" valignment="top" width="0">
6950 <row caption="true">
6951 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
6952 \begin_inset Text
6953
6954 \begin_layout Plain Layout
6955 \begin_inset Caption
6956
6957 \begin_layout Plain Layout
6958 long full title with width set to 5
6959 \begin_inset space \thinspace{}
6960 \end_inset
6961
6962 cm long full title with width set to 5
6963 \begin_inset space \thinspace{}
6964 \end_inset
6965
6966 cm long full title with width set to 5
6967 \begin_inset space \thinspace{}
6968 \end_inset
6969
6970 cm
6971 \begin_inset OptArg
6972 status collapsed
6973
6974 \begin_layout Plain Layout
6975 caption with width
6976 \begin_inset space \thinspace{}
6977 \end_inset
6978
6979 =
6980 \begin_inset space \thinspace{}
6981 \end_inset
6982
6983 5
6984 \begin_inset space \thinspace{}
6985 \end_inset
6986
6987 cm
6988 \end_layout
6989
6990 \end_inset
6991
6992
6993 \end_layout
6994
6995 \end_inset
6996
6997
6998 \end_layout
6999
7000 \end_inset
7001 </cell>
7002 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7003 \begin_inset Text
7004
7005 \begin_layout Plain Layout
7006
7007 \end_layout
7008
7009 \end_inset
7010 </cell>
7011 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7012 \begin_inset Text
7013
7014 \begin_layout Plain Layout
7015
7016 \end_layout
7017
7018 \end_inset
7019 </cell>
7020 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" usebox="none">
7021 \begin_inset Text
7022
7023 \begin_layout Plain Layout
7024
7025 \end_layout
7026
7027 \end_inset
7028 </cell>
7029 <cell multicolumn="2" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7030 \begin_inset Text
7031
7032 \begin_layout Plain Layout
7033
7034 \end_layout
7035
7036 \end_inset
7037 </cell>
7038 </row>
7039 <row>
7040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7041 \begin_inset Text
7042
7043 \begin_layout Plain Layout
7044 1
7045 \end_layout
7046
7047 \end_inset
7048 </cell>
7049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7050 \begin_inset Text
7051
7052 \begin_layout Plain Layout
7053 2
7054 \end_layout
7055
7056 \end_inset
7057 </cell>
7058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7059 \begin_inset Text
7060
7061 \begin_layout Plain Layout
7062 3
7063 \end_layout
7064
7065 \end_inset
7066 </cell>
7067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7068 \begin_inset Text
7069
7070 \begin_layout Plain Layout
7071 4
7072 \end_layout
7073
7074 \end_inset
7075 </cell>
7076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7077 \begin_inset Text
7078
7079 \begin_layout Plain Layout
7080 5
7081 \end_layout
7082
7083 \end_inset
7084 </cell>
7085 </row>
7086 <row>
7087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7088 \begin_inset Text
7089
7090 \begin_layout Plain Layout
7091 asd
7092 \end_layout
7093
7094 \end_inset
7095 </cell>
7096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7097 \begin_inset Text
7098
7099 \begin_layout Plain Layout
7100 s
7101 \end_layout
7102
7103 \end_inset
7104 </cell>
7105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7106 \begin_inset Text
7107
7108 \begin_layout Plain Layout
7109 s
7110 \end_layout
7111
7112 \end_inset
7113 </cell>
7114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7115 \begin_inset Text
7116
7117 \begin_layout Plain Layout
7118 s
7119 \end_layout
7120
7121 \end_inset
7122 </cell>
7123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7124 \begin_inset Text
7125
7126 \begin_layout Plain Layout
7127 asd
7128 \end_layout
7129
7130 \end_inset
7131 </cell>
7132 </row>
7133 <row>
7134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7135 \begin_inset Text
7136
7137 \begin_layout Plain Layout
7138 asd
7139 \end_layout
7140
7141 \end_inset
7142 </cell>
7143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7144 \begin_inset Text
7145
7146 \begin_layout Plain Layout
7147 s
7148 \end_layout
7149
7150 \end_inset
7151 </cell>
7152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7153 \begin_inset Text
7154
7155 \begin_layout Plain Layout
7156 s
7157 \end_layout
7158
7159 \end_inset
7160 </cell>
7161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7162 \begin_inset Text
7163
7164 \begin_layout Plain Layout
7165 s
7166 \end_layout
7167
7168 \end_inset
7169 </cell>
7170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7171 \begin_inset Text
7172
7173 \begin_layout Plain Layout
7174 asd
7175 \end_layout
7176
7177 \end_inset
7178 </cell>
7179 </row>
7180 <row>
7181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7182 \begin_inset Text
7183
7184 \begin_layout Plain Layout
7185 asd
7186 \end_layout
7187
7188 \end_inset
7189 </cell>
7190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7191 \begin_inset Text
7192
7193 \begin_layout Plain Layout
7194 s
7195 \end_layout
7196
7197 \end_inset
7198 </cell>
7199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7200 \begin_inset Text
7201
7202 \begin_layout Plain Layout
7203 s
7204 \end_layout
7205
7206 \end_inset
7207 </cell>
7208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7209 \begin_inset Text
7210
7211 \begin_layout Plain Layout
7212 s
7213 \end_layout
7214
7215 \end_inset
7216 </cell>
7217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7218 \begin_inset Text
7219
7220 \begin_layout Plain Layout
7221 asd
7222 \end_layout
7223
7224 \end_inset
7225 </cell>
7226 </row>
7227 <row>
7228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7229 \begin_inset Text
7230
7231 \begin_layout Plain Layout
7232 asd
7233 \end_layout
7234
7235 \end_inset
7236 </cell>
7237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7238 \begin_inset Text
7239
7240 \begin_layout Plain Layout
7241 sad
7242 \end_layout
7243
7244 \end_inset
7245 </cell>
7246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7247 \begin_inset Text
7248
7249 \begin_layout Plain Layout
7250 asd
7251 \end_layout
7252
7253 \end_inset
7254 </cell>
7255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7256 \begin_inset Text
7257
7258 \begin_layout Plain Layout
7259 asd
7260 \end_layout
7261
7262 \end_inset
7263 </cell>
7264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7265 \begin_inset Text
7266
7267 \begin_layout Plain Layout
7268 asd
7269 \end_layout
7270
7271 \end_inset
7272 </cell>
7273 </row>
7274 </lyxtabular>
7275
7276 \end_inset
7277
7278
7279 \end_layout
7280
7281 \begin_layout Standard
7282 \begin_inset ERT
7283 status collapsed
7284
7285 \begin_layout Plain Layout
7286
7287
7288 \backslash
7289 setlength{
7290 \backslash
7291 LTcapwidth}{4in}
7292 \end_layout
7293
7294 \end_inset
7295
7296
7297 \end_layout
7298
7299 \begin_layout Standard
7300 \begin_inset Note Greyedout
7301 status open
7302
7303 \begin_layout Plain Layout
7304
7305 \series bold
7306 Note:
7307 \series default
7308  When the LaTeX-package 
7309 \series bold
7310 caption
7311 \series default
7312
7313 \begin_inset Index
7314 status collapsed
7315
7316 \begin_layout Plain Layout
7317 LaTeX-packages ! caption
7318 \end_layout
7319
7320 \end_inset
7321
7322  is used, as in this document, the full page width is used for the caption
7323  when you use the default value of 4
7324 \begin_inset space \thinspace{}
7325 \end_inset
7326
7327 in for 
7328 \series bold
7329
7330 \backslash
7331 LTcapwidth
7332 \series default
7333 .
7334  To get in this case exactly a 4
7335 \begin_inset space \thinspace{}
7336 \end_inset
7337
7338 in wide caption, you can either use a value slightly different from 4.0
7339 \begin_inset space \thinspace{}
7340 \end_inset
7341
7342 in, e.
7343 \begin_inset space \thinspace{}
7344 \end_inset
7345
7346 g.
7347 \begin_inset space \space{}
7348 \end_inset
7349
7350 3.99
7351 \begin_inset space \thinspace{}
7352 \end_inset
7353
7354 in, or the LaTeX-command 
7355 \series bold
7356
7357 \backslash
7358 captionsetup{width=value}
7359 \series default
7360  that is provided by the 
7361 \series bold
7362 caption
7363 \series default
7364 -package.
7365 \end_layout
7366
7367 \end_inset
7368
7369
7370 \end_layout
7371
7372 \begin_layout Subsubsection
7373 Different Captions for Table Pages
7374 \begin_inset Index
7375 status collapsed
7376
7377 \begin_layout Plain Layout
7378 Longtables ! Different Captions for Pages
7379 \end_layout
7380
7381 \end_inset
7382
7383
7384 \end_layout
7385
7386 \begin_layout Standard
7387 When the table captions for the following pages should differ from the one
7388  of the first table page, insert a caption with the TeX code command
7389 \end_layout
7390
7391 \begin_layout Standard
7392
7393 \series bold
7394
7395 \backslash
7396 caption*{caption text}
7397 \backslash
7398
7399 \backslash
7400 %
7401 \end_layout
7402
7403 \begin_layout Standard
7404 in a dummy caption row that is marked as header.
7405  Table
7406 \begin_inset space ~
7407 \end_inset
7408
7409
7410 \begin_inset CommandInset ref
7411 LatexCommand ref
7412 reference "tab:DiffCaptions"
7413
7414 \end_inset
7415
7416  is an example for a longtable with different heading where the second caption
7417  doesn't include the table number.
7418 \end_layout
7419
7420 \begin_layout Standard
7421 \align center
7422 \begin_inset Tabular
7423 <lyxtabular version="3" rows="59" columns="3">
7424 <features islongtable="true" lastFootEmpty="true">
7425 <column alignment="left" valignment="top" width="0cm">
7426 <column alignment="left" valignment="top" width="0pt">
7427 <column alignment="center" valignment="top" width="0pt">
7428 <row caption="true">
7429 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
7430 \begin_inset Text
7431
7432 \begin_layout Plain Layout
7433 \begin_inset Caption
7434
7435 \begin_layout Plain Layout
7436 Example Phone List
7437 \begin_inset CommandInset label
7438 LatexCommand label
7439 name "tab:DiffCaptions"
7440
7441 \end_inset
7442
7443
7444 \begin_inset OptArg
7445 status collapsed
7446
7447 \begin_layout Plain Layout
7448 Example Phone List
7449 \end_layout
7450
7451 \end_inset
7452
7453
7454 \end_layout
7455
7456 \end_inset
7457
7458
7459 \end_layout
7460
7461 \end_inset
7462 </cell>
7463 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7464 \begin_inset Text
7465
7466 \begin_layout Plain Layout
7467
7468 \end_layout
7469
7470 \end_inset
7471 </cell>
7472 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7473 \begin_inset Text
7474
7475 \begin_layout Plain Layout
7476
7477 \end_layout
7478
7479 \end_inset
7480 </cell>
7481 </row>
7482 <row endfirsthead="true">
7483 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7484 \begin_inset Text
7485
7486 \begin_layout Plain Layout
7487
7488 \series bold
7489 Example Phone List (ignore the names)
7490 \end_layout
7491
7492 \end_inset
7493 </cell>
7494 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7495 \begin_inset Text
7496
7497 \begin_layout Plain Layout
7498
7499 \end_layout
7500
7501 \end_inset
7502 </cell>
7503 <cell multicolumn="2" alignment="center" valignment="top" usebox="none">
7504 \begin_inset Text
7505
7506 \begin_layout Plain Layout
7507
7508 \end_layout
7509
7510 \end_inset
7511 </cell>
7512 </row>
7513 <row endfirsthead="true">
7514 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7515 \begin_inset Text
7516
7517 \begin_layout Plain Layout
7518
7519 \series bold
7520 NAME
7521 \end_layout
7522
7523 \end_inset
7524 </cell>
7525 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7526 \begin_inset Text
7527
7528 \begin_layout Plain Layout
7529
7530 \end_layout
7531
7532 \end_inset
7533 </cell>
7534 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7535 \begin_inset Text
7536
7537 \begin_layout Plain Layout
7538
7539 \series bold
7540 TEL.
7541 \end_layout
7542
7543 \end_inset
7544 </cell>
7545 </row>
7546 <row endhead="true">
7547 <cell alignment="left" valignment="top" leftline="true" usebox="none">
7548 \begin_inset Text
7549
7550 \begin_layout Plain Layout
7551 \begin_inset ERT
7552 status open
7553
7554 \begin_layout Plain Layout
7555
7556
7557 \backslash
7558 caption*{Continued Example Phone List}
7559 \backslash
7560
7561 \backslash
7562 %
7563 \end_layout
7564
7565 \end_inset
7566
7567
7568 \end_layout
7569
7570 \end_inset
7571 </cell>
7572 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7573 \begin_inset Text
7574
7575 \begin_layout Plain Layout
7576
7577 \end_layout
7578
7579 \end_inset
7580 </cell>
7581 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7582 \begin_inset Text
7583
7584 \begin_layout Plain Layout
7585
7586 \end_layout
7587
7588 \end_inset
7589 </cell>
7590 </row>
7591 <row endhead="true">
7592 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7593 \begin_inset Text
7594
7595 \begin_layout Plain Layout
7596
7597 \series bold
7598 Example Phone List
7599 \end_layout
7600
7601 \end_inset
7602 </cell>
7603 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7604 \begin_inset Text
7605
7606 \begin_layout Plain Layout
7607
7608 \end_layout
7609
7610 \end_inset
7611 </cell>
7612 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7613 \begin_inset Text
7614
7615 \begin_layout Plain Layout
7616
7617 \end_layout
7618
7619 \end_inset
7620 </cell>
7621 </row>
7622 <row endhead="true">
7623 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7624 \begin_inset Text
7625
7626 \begin_layout Plain Layout
7627
7628 \series bold
7629 NAME
7630 \end_layout
7631
7632 \end_inset
7633 </cell>
7634 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7635 \begin_inset Text
7636
7637 \begin_layout Plain Layout
7638
7639 \end_layout
7640
7641 \end_inset
7642 </cell>
7643 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7644 \begin_inset Text
7645
7646 \begin_layout Plain Layout
7647
7648 \series bold
7649 TEL.
7650 \end_layout
7651
7652 \end_inset
7653 </cell>
7654 </row>
7655 <row endfoot="true">
7656 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
7657 \begin_inset Text
7658
7659 \begin_layout Plain Layout
7660 continued on next page
7661 \end_layout
7662
7663 \end_inset
7664 </cell>
7665 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7666 \begin_inset Text
7667
7668 \begin_layout Plain Layout
7669
7670 \end_layout
7671
7672 \end_inset
7673 </cell>
7674 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7675 \begin_inset Text
7676
7677 \begin_layout Plain Layout
7678
7679 \end_layout
7680
7681 \end_inset
7682 </cell>
7683 </row>
7684 <row>
7685 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7686 \begin_inset Text
7687
7688 \begin_layout Plain Layout
7689
7690 \series bold
7691 Annovi
7692 \end_layout
7693
7694 \end_inset
7695 </cell>
7696 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7697 \begin_inset Text
7698
7699 \begin_layout Plain Layout
7700 Silvia
7701 \end_layout
7702
7703 \end_inset
7704 </cell>
7705 <cell alignment="right" valignment="top" leftline="true" rightline="true" usebox="none">
7706 \begin_inset Text
7707
7708 \begin_layout Plain Layout
7709 111
7710 \end_layout
7711
7712 \end_inset
7713 </cell>
7714 </row>
7715 <row>
7716 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7717 \begin_inset Text
7718
7719 \begin_layout Plain Layout
7720
7721 \series bold
7722 Bertoli
7723 \end_layout
7724
7725 \end_inset
7726 </cell>
7727 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7728 \begin_inset Text
7729
7730 \begin_layout Plain Layout
7731 Stefano
7732 \end_layout
7733
7734 \end_inset
7735 </cell>
7736 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7737 \begin_inset Text
7738
7739 \begin_layout Plain Layout
7740 111
7741 \end_layout
7742
7743 \end_inset
7744 </cell>
7745 </row>
7746 <row>
7747 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7748 \begin_inset Text
7749
7750 \begin_layout Plain Layout
7751
7752 \series bold
7753 Bozzi
7754 \end_layout
7755
7756 \end_inset
7757 </cell>
7758 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7759 \begin_inset Text
7760
7761 \begin_layout Plain Layout
7762 Walter
7763 \end_layout
7764
7765 \end_inset
7766 </cell>
7767 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7768 \begin_inset Text
7769
7770 \begin_layout Plain Layout
7771 111
7772 \end_layout
7773
7774 \end_inset
7775 </cell>
7776 </row>
7777 <row>
7778 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7779 \begin_inset Text
7780
7781 \begin_layout Plain Layout
7782
7783 \series bold
7784 Cachia
7785 \end_layout
7786
7787 \end_inset
7788 </cell>
7789 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7790 \begin_inset Text
7791
7792 \begin_layout Plain Layout
7793 Maria
7794 \end_layout
7795
7796 \end_inset
7797 </cell>
7798 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7799 \begin_inset Text
7800
7801 \begin_layout Plain Layout
7802 111
7803 \end_layout
7804
7805 \end_inset
7806 </cell>
7807 </row>
7808 <row>
7809 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7810 \begin_inset Text
7811
7812 \begin_layout Plain Layout
7813
7814 \series bold
7815 Cachia
7816 \end_layout
7817
7818 \end_inset
7819 </cell>
7820 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7821 \begin_inset Text
7822
7823 \begin_layout Plain Layout
7824 Maurizio
7825 \end_layout
7826
7827 \end_inset
7828 </cell>
7829 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7830 \begin_inset Text
7831
7832 \begin_layout Plain Layout
7833 111
7834 \end_layout
7835
7836 \end_inset
7837 </cell>
7838 </row>
7839 <row>
7840 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7841 \begin_inset Text
7842
7843 \begin_layout Plain Layout
7844
7845 \series bold
7846 Cinquemani
7847 \end_layout
7848
7849 \end_inset
7850 </cell>
7851 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7852 \begin_inset Text
7853
7854 \begin_layout Plain Layout
7855 Giusi
7856 \end_layout
7857
7858 \end_inset
7859 </cell>
7860 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7861 \begin_inset Text
7862
7863 \begin_layout Plain Layout
7864 111
7865 \end_layout
7866
7867 \end_inset
7868 </cell>
7869 </row>
7870 <row>
7871 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7872 \begin_inset Text
7873
7874 \begin_layout Plain Layout
7875
7876 \series bold
7877 Colin
7878 \end_layout
7879
7880 \end_inset
7881 </cell>
7882 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7883 \begin_inset Text
7884
7885 \begin_layout Plain Layout
7886 Bernard
7887 \end_layout
7888
7889 \end_inset
7890 </cell>
7891 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7892 \begin_inset Text
7893
7894 \begin_layout Plain Layout
7895 111
7896 \end_layout
7897
7898 \end_inset
7899 </cell>
7900 </row>
7901 <row>
7902 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7903 \begin_inset Text
7904
7905 \begin_layout Plain Layout
7906
7907 \series bold
7908 Concli
7909 \end_layout
7910
7911 \end_inset
7912 </cell>
7913 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7914 \begin_inset Text
7915
7916 \begin_layout Plain Layout
7917 Gianfranco
7918 \end_layout
7919
7920 \end_inset
7921 </cell>
7922 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7923 \begin_inset Text
7924
7925 \begin_layout Plain Layout
7926 111
7927 \end_layout
7928
7929 \end_inset
7930 </cell>
7931 </row>
7932 <row>
7933 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7934 \begin_inset Text
7935
7936 \begin_layout Plain Layout
7937
7938 \series bold
7939 Dal Bosco
7940 \end_layout
7941
7942 \end_inset
7943 </cell>
7944 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7945 \begin_inset Text
7946
7947 \begin_layout Plain Layout
7948 Carolina
7949 \end_layout
7950
7951 \end_inset
7952 </cell>
7953 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7954 \begin_inset Text
7955
7956 \begin_layout Plain Layout
7957 111
7958 \end_layout
7959
7960 \end_inset
7961 </cell>
7962 </row>
7963 <row>
7964 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7965 \begin_inset Text
7966
7967 \begin_layout Plain Layout
7968
7969 \series bold
7970 Dalpiaz
7971 \end_layout
7972
7973 \end_inset
7974 </cell>
7975 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7976 \begin_inset Text
7977
7978 \begin_layout Plain Layout
7979 Annamaria
7980 \end_layout
7981
7982 \end_inset
7983 </cell>
7984 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
7985 \begin_inset Text
7986
7987 \begin_layout Plain Layout
7988 111
7989 \end_layout
7990
7991 \end_inset
7992 </cell>
7993 </row>
7994 <row>
7995 <cell alignment="center" valignment="top" leftline="true" usebox="none">
7996 \begin_inset Text
7997
7998 \begin_layout Plain Layout
7999
8000 \series bold
8001 Feliciello
8002 \end_layout
8003
8004 \end_inset
8005 </cell>
8006 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8007 \begin_inset Text
8008
8009 \begin_layout Plain Layout
8010 Domenico
8011 \end_layout
8012
8013 \end_inset
8014 </cell>
8015 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8016 \begin_inset Text
8017
8018 \begin_layout Plain Layout
8019 111
8020 \end_layout
8021
8022 \end_inset
8023 </cell>
8024 </row>
8025 <row>
8026 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8027 \begin_inset Text
8028
8029 \begin_layout Plain Layout
8030
8031 \series bold
8032 Focarelli
8033 \end_layout
8034
8035 \end_inset
8036 </cell>
8037 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8038 \begin_inset Text
8039
8040 \begin_layout Plain Layout
8041 Paola
8042 \end_layout
8043
8044 \end_inset
8045 </cell>
8046 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8047 \begin_inset Text
8048
8049 \begin_layout Plain Layout
8050 111
8051 \end_layout
8052
8053 \end_inset
8054 </cell>
8055 </row>
8056 <row>
8057 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8058 \begin_inset Text
8059
8060 \begin_layout Plain Layout
8061
8062 \series bold
8063 Galletti
8064 \end_layout
8065
8066 \end_inset
8067 </cell>
8068 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8069 \begin_inset Text
8070
8071 \begin_layout Plain Layout
8072 Oreste
8073 \end_layout
8074
8075 \end_inset
8076 </cell>
8077 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8078 \begin_inset Text
8079
8080 \begin_layout Plain Layout
8081 111
8082 \end_layout
8083
8084 \end_inset
8085 </cell>
8086 </row>
8087 <row>
8088 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8089 \begin_inset Text
8090
8091 \begin_layout Plain Layout
8092
8093 \series bold
8094 Gasparini
8095 \end_layout
8096
8097 \end_inset
8098 </cell>
8099 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8100 \begin_inset Text
8101
8102 \begin_layout Plain Layout
8103 Franca
8104 \end_layout
8105
8106 \end_inset
8107 </cell>
8108 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8109 \begin_inset Text
8110
8111 \begin_layout Plain Layout
8112 111
8113 \end_layout
8114
8115 \end_inset
8116 </cell>
8117 </row>
8118 <row>
8119 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8120 \begin_inset Text
8121
8122 \begin_layout Plain Layout
8123
8124 \series bold
8125 Rizzardi
8126 \series default
8127
8128 \begin_inset Foot
8129 status open
8130
8131 \begin_layout Plain Layout
8132 Example footnote
8133 \end_layout
8134
8135 \end_inset
8136
8137
8138 \end_layout
8139
8140 \end_inset
8141 </cell>
8142 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8143 \begin_inset Text
8144
8145 \begin_layout Plain Layout
8146 Paola
8147 \end_layout
8148
8149 \end_inset
8150 </cell>
8151 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8152 \begin_inset Text
8153
8154 \begin_layout Plain Layout
8155 111
8156 \end_layout
8157
8158 \end_inset
8159 </cell>
8160 </row>
8161 <row>
8162 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8163 \begin_inset Text
8164
8165 \begin_layout Plain Layout
8166
8167 \series bold
8168 Lassini
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8174 \begin_inset Text
8175
8176 \begin_layout Plain Layout
8177 Giancarlo
8178 \end_layout
8179
8180 \end_inset
8181 </cell>
8182 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8183 \begin_inset Text
8184
8185 \begin_layout Plain Layout
8186 111
8187 \end_layout
8188
8189 \end_inset
8190 </cell>
8191 </row>
8192 <row>
8193 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8194 \begin_inset Text
8195
8196 \begin_layout Plain Layout
8197
8198 \series bold
8199 Malfatti
8200 \end_layout
8201
8202 \end_inset
8203 </cell>
8204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8205 \begin_inset Text
8206
8207 \begin_layout Plain Layout
8208 Luciano
8209 \end_layout
8210
8211 \end_inset
8212 </cell>
8213 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8214 \begin_inset Text
8215
8216 \begin_layout Plain Layout
8217 111
8218 \end_layout
8219
8220 \end_inset
8221 </cell>
8222 </row>
8223 <row>
8224 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8225 \begin_inset Text
8226
8227 \begin_layout Plain Layout
8228
8229 \series bold
8230 Malfatti
8231 \end_layout
8232
8233 \end_inset
8234 </cell>
8235 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8236 \begin_inset Text
8237
8238 \begin_layout Plain Layout
8239 Valeriano
8240 \end_layout
8241
8242 \end_inset
8243 </cell>
8244 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8245 \begin_inset Text
8246
8247 \begin_layout Plain Layout
8248 111
8249 \end_layout
8250
8251 \end_inset
8252 </cell>
8253 </row>
8254 <row>
8255 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8256 \begin_inset Text
8257
8258 \begin_layout Plain Layout
8259
8260 \series bold
8261 Meneguzzo
8262 \end_layout
8263
8264 \end_inset
8265 </cell>
8266 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8267 \begin_inset Text
8268
8269 \begin_layout Plain Layout
8270 Roberto
8271 \end_layout
8272
8273 \end_inset
8274 </cell>
8275 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8276 \begin_inset Text
8277
8278 \begin_layout Plain Layout
8279 111
8280 \end_layout
8281
8282 \end_inset
8283 </cell>
8284 </row>
8285 <row>
8286 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8287 \begin_inset Text
8288
8289 \begin_layout Plain Layout
8290
8291 \series bold
8292 Mezzadra
8293 \end_layout
8294
8295 \end_inset
8296 </cell>
8297 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8298 \begin_inset Text
8299
8300 \begin_layout Plain Layout
8301 Roberto
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8307 \begin_inset Text
8308
8309 \begin_layout Plain Layout
8310 111
8311 \end_layout
8312
8313 \end_inset
8314 </cell>
8315 </row>
8316 <row>
8317 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8318 \begin_inset Text
8319
8320 \begin_layout Plain Layout
8321
8322 \series bold
8323 Pirpamer
8324 \end_layout
8325
8326 \end_inset
8327 </cell>
8328 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8329 \begin_inset Text
8330
8331 \begin_layout Plain Layout
8332 Erich
8333 \end_layout
8334
8335 \end_inset
8336 </cell>
8337 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8338 \begin_inset Text
8339
8340 \begin_layout Plain Layout
8341 111
8342 \end_layout
8343
8344 \end_inset
8345 </cell>
8346 </row>
8347 <row>
8348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8349 \begin_inset Text
8350
8351 \begin_layout Plain Layout
8352
8353 \series bold
8354 Pochiesa
8355 \end_layout
8356
8357 \end_inset
8358 </cell>
8359 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8360 \begin_inset Text
8361
8362 \begin_layout Plain Layout
8363 Paolo
8364 \end_layout
8365
8366 \end_inset
8367 </cell>
8368 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8369 \begin_inset Text
8370
8371 \begin_layout Plain Layout
8372 111, 222
8373 \end_layout
8374
8375 \end_inset
8376 </cell>
8377 </row>
8378 <row>
8379 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8380 \begin_inset Text
8381
8382 \begin_layout Plain Layout
8383
8384 \series bold
8385 Radina
8386 \end_layout
8387
8388 \end_inset
8389 </cell>
8390 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8391 \begin_inset Text
8392
8393 \begin_layout Plain Layout
8394 Claudio
8395 \end_layout
8396
8397 \end_inset
8398 </cell>
8399 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8400 \begin_inset Text
8401
8402 \begin_layout Plain Layout
8403 111
8404 \end_layout
8405
8406 \end_inset
8407 </cell>
8408 </row>
8409 <row>
8410 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8411 \begin_inset Text
8412
8413 \begin_layout Plain Layout
8414
8415 \series bold
8416 Stuffer
8417 \end_layout
8418
8419 \end_inset
8420 </cell>
8421 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8422 \begin_inset Text
8423
8424 \begin_layout Plain Layout
8425 Oskar
8426 \end_layout
8427
8428 \end_inset
8429 </cell>
8430 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8431 \begin_inset Text
8432
8433 \begin_layout Plain Layout
8434 111
8435 \end_layout
8436
8437 \end_inset
8438 </cell>
8439 </row>
8440 <row>
8441 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8442 \begin_inset Text
8443
8444 \begin_layout Plain Layout
8445
8446 \series bold
8447 Tacchelli
8448 \end_layout
8449
8450 \end_inset
8451 </cell>
8452 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8453 \begin_inset Text
8454
8455 \begin_layout Plain Layout
8456 Ugo
8457 \end_layout
8458
8459 \end_inset
8460 </cell>
8461 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8462 \begin_inset Text
8463
8464 \begin_layout Plain Layout
8465 111
8466 \end_layout
8467
8468 \end_inset
8469 </cell>
8470 </row>
8471 <row>
8472 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8473 \begin_inset Text
8474
8475 \begin_layout Plain Layout
8476
8477 \series bold
8478 Tezzele
8479 \end_layout
8480
8481 \end_inset
8482 </cell>
8483 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8484 \begin_inset Text
8485
8486 \begin_layout Plain Layout
8487 Margit
8488 \end_layout
8489
8490 \end_inset
8491 </cell>
8492 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8493 \begin_inset Text
8494
8495 \begin_layout Plain Layout
8496 111
8497 \end_layout
8498
8499 \end_inset
8500 </cell>
8501 </row>
8502 <row>
8503 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8504 \begin_inset Text
8505
8506 \begin_layout Plain Layout
8507
8508 \series bold
8509 Unterkalmsteiner
8510 \end_layout
8511
8512 \end_inset
8513 </cell>
8514 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8515 \begin_inset Text
8516
8517 \begin_layout Plain Layout
8518 Frieda
8519 \end_layout
8520
8521 \end_inset
8522 </cell>
8523 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8524 \begin_inset Text
8525
8526 \begin_layout Plain Layout
8527 111
8528 \end_layout
8529
8530 \end_inset
8531 </cell>
8532 </row>
8533 <row>
8534 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8535 \begin_inset Text
8536
8537 \begin_layout Plain Layout
8538
8539 \series bold
8540 Vieider
8541 \end_layout
8542
8543 \end_inset
8544 </cell>
8545 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8546 \begin_inset Text
8547
8548 \begin_layout Plain Layout
8549 Hilde
8550 \end_layout
8551
8552 \end_inset
8553 </cell>
8554 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8555 \begin_inset Text
8556
8557 \begin_layout Plain Layout
8558 111
8559 \end_layout
8560
8561 \end_inset
8562 </cell>
8563 </row>
8564 <row>
8565 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8566 \begin_inset Text
8567
8568 \begin_layout Plain Layout
8569
8570 \series bold
8571 Vigna
8572 \end_layout
8573
8574 \end_inset
8575 </cell>
8576 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8577 \begin_inset Text
8578
8579 \begin_layout Plain Layout
8580 Jürgen
8581 \end_layout
8582
8583 \end_inset
8584 </cell>
8585 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8586 \begin_inset Text
8587
8588 \begin_layout Plain Layout
8589 111
8590 \end_layout
8591
8592 \end_inset
8593 </cell>
8594 </row>
8595 <row>
8596 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8597 \begin_inset Text
8598
8599 \begin_layout Plain Layout
8600
8601 \series bold
8602 Weber
8603 \end_layout
8604
8605 \end_inset
8606 </cell>
8607 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8608 \begin_inset Text
8609
8610 \begin_layout Plain Layout
8611 Maurizio
8612 \end_layout
8613
8614 \end_inset
8615 </cell>
8616 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8617 \begin_inset Text
8618
8619 \begin_layout Plain Layout
8620 111
8621 \end_layout
8622
8623 \end_inset
8624 </cell>
8625 </row>
8626 <row>
8627 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8628 \begin_inset Text
8629
8630 \begin_layout Plain Layout
8631
8632 \series bold
8633 Winkler
8634 \end_layout
8635
8636 \end_inset
8637 </cell>
8638 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8639 \begin_inset Text
8640
8641 \begin_layout Plain Layout
8642 Franz
8643 \end_layout
8644
8645 \end_inset
8646 </cell>
8647 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8648 \begin_inset Text
8649
8650 \begin_layout Plain Layout
8651 111
8652 \end_layout
8653
8654 \end_inset
8655 </cell>
8656 </row>
8657 <row>
8658 <cell multicolumn="1" alignment="left" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8659 \begin_inset Text
8660
8661 \begin_layout Plain Layout
8662  
8663 \end_layout
8664
8665 \end_inset
8666 </cell>
8667 <cell multicolumn="2" alignment="center" valignment="top" topline="true" usebox="none">
8668 \begin_inset Text
8669
8670 \begin_layout Plain Layout
8671
8672 \end_layout
8673
8674 \end_inset
8675 </cell>
8676 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8677 \begin_inset Text
8678
8679 \begin_layout Plain Layout
8680
8681 \end_layout
8682
8683 \end_inset
8684 </cell>
8685 </row>
8686 <row>
8687 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8688 \begin_inset Text
8689
8690 \begin_layout Plain Layout
8691
8692 \series bold
8693 Annovi
8694 \end_layout
8695
8696 \end_inset
8697 </cell>
8698 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8699 \begin_inset Text
8700
8701 \begin_layout Plain Layout
8702 Silvia
8703 \end_layout
8704
8705 \end_inset
8706 </cell>
8707 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8708 \begin_inset Text
8709
8710 \begin_layout Plain Layout
8711 555
8712 \end_layout
8713
8714 \end_inset
8715 </cell>
8716 </row>
8717 <row>
8718 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8719 \begin_inset Text
8720
8721 \begin_layout Plain Layout
8722
8723 \series bold
8724 Bertoli
8725 \end_layout
8726
8727 \end_inset
8728 </cell>
8729 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8730 \begin_inset Text
8731
8732 \begin_layout Plain Layout
8733 Stefano
8734 \end_layout
8735
8736 \end_inset
8737 </cell>
8738 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8739 \begin_inset Text
8740
8741 \begin_layout Plain Layout
8742 555
8743 \end_layout
8744
8745 \end_inset
8746 </cell>
8747 </row>
8748 <row>
8749 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8750 \begin_inset Text
8751
8752 \begin_layout Plain Layout
8753
8754 \series bold
8755 Bozzi
8756 \end_layout
8757
8758 \end_inset
8759 </cell>
8760 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8761 \begin_inset Text
8762
8763 \begin_layout Plain Layout
8764 Walter
8765 \end_layout
8766
8767 \end_inset
8768 </cell>
8769 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8770 \begin_inset Text
8771
8772 \begin_layout Plain Layout
8773 555
8774 \end_layout
8775
8776 \end_inset
8777 </cell>
8778 </row>
8779 <row>
8780 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8781 \begin_inset Text
8782
8783 \begin_layout Plain Layout
8784
8785 \series bold
8786 Cachia
8787 \end_layout
8788
8789 \end_inset
8790 </cell>
8791 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8792 \begin_inset Text
8793
8794 \begin_layout Plain Layout
8795 Maria
8796 \end_layout
8797
8798 \end_inset
8799 </cell>
8800 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8801 \begin_inset Text
8802
8803 \begin_layout Plain Layout
8804 555
8805 \end_layout
8806
8807 \end_inset
8808 </cell>
8809 </row>
8810 <row>
8811 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8812 \begin_inset Text
8813
8814 \begin_layout Plain Layout
8815
8816 \series bold
8817 Cachia
8818 \end_layout
8819
8820 \end_inset
8821 </cell>
8822 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8823 \begin_inset Text
8824
8825 \begin_layout Plain Layout
8826 Maurizio
8827 \end_layout
8828
8829 \end_inset
8830 </cell>
8831 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8832 \begin_inset Text
8833
8834 \begin_layout Plain Layout
8835 555
8836 \end_layout
8837
8838 \end_inset
8839 </cell>
8840 </row>
8841 <row>
8842 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8843 \begin_inset Text
8844
8845 \begin_layout Plain Layout
8846
8847 \series bold
8848 Cinquemani
8849 \end_layout
8850
8851 \end_inset
8852 </cell>
8853 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8854 \begin_inset Text
8855
8856 \begin_layout Plain Layout
8857 Giusi
8858 \end_layout
8859
8860 \end_inset
8861 </cell>
8862 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8863 \begin_inset Text
8864
8865 \begin_layout Plain Layout
8866 555
8867 \end_layout
8868
8869 \end_inset
8870 </cell>
8871 </row>
8872 <row>
8873 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8874 \begin_inset Text
8875
8876 \begin_layout Plain Layout
8877
8878 \series bold
8879 Colin
8880 \end_layout
8881
8882 \end_inset
8883 </cell>
8884 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8885 \begin_inset Text
8886
8887 \begin_layout Plain Layout
8888 Bernard
8889 \end_layout
8890
8891 \end_inset
8892 </cell>
8893 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8894 \begin_inset Text
8895
8896 \begin_layout Plain Layout
8897 555
8898 \end_layout
8899
8900 \end_inset
8901 </cell>
8902 </row>
8903 <row>
8904 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8905 \begin_inset Text
8906
8907 \begin_layout Plain Layout
8908
8909 \series bold
8910 Concli
8911 \end_layout
8912
8913 \end_inset
8914 </cell>
8915 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8916 \begin_inset Text
8917
8918 \begin_layout Plain Layout
8919 Gianfranco
8920 \end_layout
8921
8922 \end_inset
8923 </cell>
8924 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8925 \begin_inset Text
8926
8927 \begin_layout Plain Layout
8928 555
8929 \end_layout
8930
8931 \end_inset
8932 </cell>
8933 </row>
8934 <row>
8935 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8936 \begin_inset Text
8937
8938 \begin_layout Plain Layout
8939
8940 \series bold
8941 Dal Bosco
8942 \end_layout
8943
8944 \end_inset
8945 </cell>
8946 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8947 \begin_inset Text
8948
8949 \begin_layout Plain Layout
8950 Carolina
8951 \end_layout
8952
8953 \end_inset
8954 </cell>
8955 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8956 \begin_inset Text
8957
8958 \begin_layout Plain Layout
8959 555
8960 \end_layout
8961
8962 \end_inset
8963 </cell>
8964 </row>
8965 <row>
8966 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8967 \begin_inset Text
8968
8969 \begin_layout Plain Layout
8970
8971 \series bold
8972 Dalpiaz
8973 \end_layout
8974
8975 \end_inset
8976 </cell>
8977 <cell alignment="center" valignment="top" leftline="true" usebox="none">
8978 \begin_inset Text
8979
8980 \begin_layout Plain Layout
8981 Annamaria
8982 \end_layout
8983
8984 \end_inset
8985 </cell>
8986 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
8987 \begin_inset Text
8988
8989 \begin_layout Plain Layout
8990 555
8991 \end_layout
8992
8993 \end_inset
8994 </cell>
8995 </row>
8996 <row>
8997 <cell alignment="left" valignment="top" leftline="true" usebox="none">
8998 \begin_inset Text
8999
9000 \begin_layout Plain Layout
9001
9002 \series bold
9003 Feliciello
9004 \end_layout
9005
9006 \end_inset
9007 </cell>
9008 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9009 \begin_inset Text
9010
9011 \begin_layout Plain Layout
9012 Domenico
9013 \end_layout
9014
9015 \end_inset
9016 </cell>
9017 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9018 \begin_inset Text
9019
9020 \begin_layout Plain Layout
9021 555
9022 \end_layout
9023
9024 \end_inset
9025 </cell>
9026 </row>
9027 <row>
9028 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9029 \begin_inset Text
9030
9031 \begin_layout Plain Layout
9032
9033 \series bold
9034 Focarelli
9035 \end_layout
9036
9037 \end_inset
9038 </cell>
9039 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9040 \begin_inset Text
9041
9042 \begin_layout Plain Layout
9043 Paola
9044 \end_layout
9045
9046 \end_inset
9047 </cell>
9048 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9049 \begin_inset Text
9050
9051 \begin_layout Plain Layout
9052 555
9053 \end_layout
9054
9055 \end_inset
9056 </cell>
9057 </row>
9058 <row>
9059 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9060 \begin_inset Text
9061
9062 \begin_layout Plain Layout
9063
9064 \series bold
9065 Galletti
9066 \end_layout
9067
9068 \end_inset
9069 </cell>
9070 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9071 \begin_inset Text
9072
9073 \begin_layout Plain Layout
9074 Oreste
9075 \end_layout
9076
9077 \end_inset
9078 </cell>
9079 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9080 \begin_inset Text
9081
9082 \begin_layout Plain Layout
9083 555
9084 \end_layout
9085
9086 \end_inset
9087 </cell>
9088 </row>
9089 <row>
9090 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9091 \begin_inset Text
9092
9093 \begin_layout Plain Layout
9094
9095 \series bold
9096 Gasparini
9097 \end_layout
9098
9099 \end_inset
9100 </cell>
9101 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9102 \begin_inset Text
9103
9104 \begin_layout Plain Layout
9105 Franca
9106 \end_layout
9107
9108 \end_inset
9109 </cell>
9110 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9111 \begin_inset Text
9112
9113 \begin_layout Plain Layout
9114 555
9115 \end_layout
9116
9117 \end_inset
9118 </cell>
9119 </row>
9120 <row>
9121 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9122 \begin_inset Text
9123
9124 \begin_layout Plain Layout
9125
9126 \series bold
9127 Rizzardi
9128 \end_layout
9129
9130 \end_inset
9131 </cell>
9132 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9133 \begin_inset Text
9134
9135 \begin_layout Plain Layout
9136 Paola
9137 \end_layout
9138
9139 \end_inset
9140 </cell>
9141 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9142 \begin_inset Text
9143
9144 \begin_layout Plain Layout
9145 555
9146 \end_layout
9147
9148 \end_inset
9149 </cell>
9150 </row>
9151 <row>
9152 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9153 \begin_inset Text
9154
9155 \begin_layout Plain Layout
9156
9157 \series bold
9158 Lassini
9159 \end_layout
9160
9161 \end_inset
9162 </cell>
9163 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9164 \begin_inset Text
9165
9166 \begin_layout Plain Layout
9167 Giancarlo
9168 \end_layout
9169
9170 \end_inset
9171 </cell>
9172 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9173 \begin_inset Text
9174
9175 \begin_layout Plain Layout
9176 555
9177 \end_layout
9178
9179 \end_inset
9180 </cell>
9181 </row>
9182 <row>
9183 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9184 \begin_inset Text
9185
9186 \begin_layout Plain Layout
9187
9188 \series bold
9189 Malfatti
9190 \end_layout
9191
9192 \end_inset
9193 </cell>
9194 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9195 \begin_inset Text
9196
9197 \begin_layout Plain Layout
9198 Luciano
9199 \end_layout
9200
9201 \end_inset
9202 </cell>
9203 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9204 \begin_inset Text
9205
9206 \begin_layout Plain Layout
9207 555
9208 \end_layout
9209
9210 \end_inset
9211 </cell>
9212 </row>
9213 <row>
9214 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9215 \begin_inset Text
9216
9217 \begin_layout Plain Layout
9218
9219 \series bold
9220 Malfatti
9221 \end_layout
9222
9223 \end_inset
9224 </cell>
9225 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9226 \begin_inset Text
9227
9228 \begin_layout Plain Layout
9229 Valeriano
9230 \end_layout
9231
9232 \end_inset
9233 </cell>
9234 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9235 \begin_inset Text
9236
9237 \begin_layout Plain Layout
9238 555
9239 \end_layout
9240
9241 \end_inset
9242 </cell>
9243 </row>
9244 <row>
9245 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9246 \begin_inset Text
9247
9248 \begin_layout Plain Layout
9249
9250 \series bold
9251 Meneguzzo
9252 \end_layout
9253
9254 \end_inset
9255 </cell>
9256 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9257 \begin_inset Text
9258
9259 \begin_layout Plain Layout
9260 Roberto
9261 \end_layout
9262
9263 \end_inset
9264 </cell>
9265 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
9266 \begin_inset Text
9267
9268 \begin_layout Plain Layout
9269 555
9270 \end_layout
9271
9272 \end_inset
9273 </cell>
9274 </row>
9275 <row>
9276 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
9277 \begin_inset Text
9278
9279 \begin_layout Plain Layout
9280
9281 \series bold
9282 Mezzadra
9283 \end_layout
9284
9285 \end_inset
9286 </cell>
9287 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9288 \begin_inset Text
9289
9290 \begin_layout Plain Layout
9291 Roberto
9292 \end_layout
9293
9294 \end_inset
9295 </cell>
9296 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9297 \begin_inset Text
9298
9299 \begin_layout Plain Layout
9300 555
9301 \end_layout
9302
9303 \end_inset
9304 </cell>
9305 </row>
9306 </lyxtabular>
9307
9308 \end_inset
9309
9310
9311 \end_layout
9312
9313 \begin_layout Section
9314 Special Longtable Issues
9315 \begin_inset CommandInset label
9316 LatexCommand label
9317 name "sec:Special-Longtable-Issues"
9318
9319 \end_inset
9320
9321
9322 \end_layout
9323
9324 \begin_layout Subsection
9325 Longtable Calculation
9326 \begin_inset Index
9327 status collapsed
9328
9329 \begin_layout Plain Layout
9330 Longtables ! Calculation
9331 \end_layout
9332
9333 \end_inset
9334
9335
9336 \end_layout
9337
9338 \begin_layout Standard
9339 LaTeX calculates the height of table pages and their page breaks using so
9340  called chunks.
9341  Chunks are pieces of the tables that are at once in LaTeX's memory.
9342  The default value is historically set to only 20 table rows.
9343  If you are using longtables with many pages this may slow down the creation
9344  of your document.
9345  You can safely increase the chunk size to values of 100-1000 by adding
9346  this command line to your document preamble:
9347 \end_layout
9348
9349 \begin_layout Standard
9350
9351 \series bold
9352
9353 \backslash
9354 setcounter{LTchunksize}{100}
9355 \end_layout
9356
9357 \begin_layout Subsection
9358 Floats and Longtables
9359 \begin_inset Index
9360 status collapsed
9361
9362 \begin_layout Plain Layout
9363 Longtables ! Floats
9364 \end_layout
9365
9366 \end_inset
9367
9368
9369 \end_layout
9370
9371 \begin_layout Standard
9372 There might be problems when a float appears on the same page where a longtable
9373  starts.
9374  To avoid such situation, add the command 
9375 \series bold
9376
9377 \backslash
9378 clearpage
9379 \series default
9380  as TeX-Code before your longtable.
9381 \end_layout
9382
9383 \begin_layout Subsection
9384 Forced Page Breaks
9385 \begin_inset Index
9386 status collapsed
9387
9388 \begin_layout Plain Layout
9389 Longtables ! Forced Page Breaks
9390 \end_layout
9391
9392 \end_inset
9393
9394
9395 \end_layout
9396
9397 \begin_layout Standard
9398 By default tables are only broken between rows.
9399  If you have a cell with multiples lines and want to have a page break within
9400  the cell, insert the new line command 
9401 \begin_inset Quotes eld
9402 \end_inset
9403
9404
9405 \series bold
9406
9407 \backslash
9408
9409 \backslash
9410
9411 \series default
9412
9413 \begin_inset Quotes erd
9414 \end_inset
9415
9416  as TeX-Code at this point of the cell where it can be broken.
9417  Before the 
9418 \series bold
9419
9420 \backslash
9421
9422 \backslash
9423
9424 \series default
9425  command you have to insert in TeX-Code so many 
9426 \begin_inset Quotes eld
9427 \end_inset
9428
9429
9430 \series bold
9431 &
9432 \series default
9433
9434 \begin_inset Quotes erd
9435 \end_inset
9436
9437  characters like the number of the following table columns.
9438  The 
9439 \series bold
9440 &
9441 \series default
9442  is the character to separate table cells.
9443  Write in TeX-Code after each 
9444 \series bold
9445 &
9446 \series default
9447  the content of the corresponding following cell and delete the content
9448  of these cells.
9449 \begin_inset Newline newline
9450 \end_inset
9451
9452 Behind the the 
9453 \series bold
9454
9455 \backslash
9456
9457 \backslash
9458
9459 \series default
9460  command, insert so many 
9461 \series bold
9462 &
9463 \series default
9464  characters like the number of table columns before the current column.
9465  In Table
9466 \begin_inset space ~
9467 \end_inset
9468
9469
9470 \begin_inset CommandInset ref
9471 LatexCommand ref
9472 reference "tab:ForcedPagebreak"
9473
9474 \end_inset
9475
9476  the cell that should be broken is in the second column followed by another
9477  column.
9478  Therefore the following command was inserted in the cell as TeX-Code behind
9479  
9480 \begin_inset Quotes eld
9481 \end_inset
9482
9483
9484 \emph on
9485 Castelchiodato,
9486 \emph default
9487
9488 \begin_inset Quotes erd
9489 \end_inset
9490
9491 :
9492 \end_layout
9493
9494 \begin_layout Standard
9495
9496 \series bold
9497 & 111
9498 \backslash
9499
9500 \backslash
9501  
9502 \backslash
9503 newpage
9504 \begin_inset Newline newline
9505 \end_inset
9506
9507 &
9508 \end_layout
9509
9510 \begin_layout Standard
9511 The 
9512 \begin_inset Quotes eld
9513 \end_inset
9514
9515 111
9516 \begin_inset Quotes erd
9517 \end_inset
9518
9519  in the third columns of the row was deleted.
9520  
9521 \series bold
9522
9523 \backslash
9524 newpage
9525 \series default
9526  is only needed when a page break should definitively occur at this position,
9527  otherwise it is only a possibility to break.
9528  If your footer row of the longtable has for a certain reason no upper line
9529  but you would have a horizontal line where the cell is broken, use this
9530  command instead:
9531 \end_layout
9532
9533 \begin_layout Standard
9534
9535 \series bold
9536 & 111
9537 \backslash
9538
9539 \backslash
9540
9541 \begin_inset Newline newline
9542 \end_inset
9543
9544
9545 \backslash
9546 hline &
9547 \end_layout
9548
9549 \begin_layout Standard
9550 When the cell to be broken is in the last column, the command
9551 \end_layout
9552
9553 \begin_layout Standard
9554
9555 \series bold
9556
9557 \backslash
9558 setlength{
9559 \backslash
9560 parfillskip}{0pt}
9561 \end_layout
9562
9563 \begin_layout Standard
9564 must be inserted as TeX-Code at the beginning of the cell.
9565  This assures that the part of the cell that will be displayed on the new
9566  page appears with the full width.
9567 \end_layout
9568
9569 \begin_layout Standard
9570 \align center
9571 \begin_inset Tabular
9572 <lyxtabular version="3" rows="38" columns="3">
9573 <features islongtable="true" lastFootEmpty="true">
9574 <column alignment="left" valignment="top" width="0cm">
9575 <column alignment="left" valignment="top" width="3cm">
9576 <column alignment="center" valignment="top" width="0pt">
9577 <row caption="true">
9578 <cell multicolumn="1" alignment="left" valignment="top" usebox="none">
9579 \begin_inset Text
9580
9581 \begin_layout Plain Layout
9582 \begin_inset Caption
9583
9584 \begin_layout Plain Layout
9585 Table with forced page break in table cell
9586 \begin_inset CommandInset label
9587 LatexCommand label
9588 name "tab:ForcedPagebreak"
9589
9590 \end_inset
9591
9592
9593 \begin_inset OptArg
9594 status collapsed
9595
9596 \begin_layout Plain Layout
9597 Table with forced page break in table cell
9598 \end_layout
9599
9600 \end_inset
9601
9602
9603 \end_layout
9604
9605 \end_inset
9606
9607
9608 \end_layout
9609
9610 \end_inset
9611 </cell>
9612 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9613 \begin_inset Text
9614
9615 \begin_layout Plain Layout
9616
9617 \end_layout
9618
9619 \end_inset
9620 </cell>
9621 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9622 \begin_inset Text
9623
9624 \begin_layout Plain Layout
9625
9626 \end_layout
9627
9628 \end_inset
9629 </cell>
9630 </row>
9631 <row endfirsthead="true">
9632 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9633 \begin_inset Text
9634
9635 \begin_layout Plain Layout
9636
9637 \series bold
9638 Example Phone List (ignore the names)
9639 \end_layout
9640
9641 \end_inset
9642 </cell>
9643 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9644 \begin_inset Text
9645
9646 \begin_layout Plain Layout
9647
9648 \end_layout
9649
9650 \end_inset
9651 </cell>
9652 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9653 \begin_inset Text
9654
9655 \begin_layout Plain Layout
9656
9657 \end_layout
9658
9659 \end_inset
9660 </cell>
9661 </row>
9662 <row endfirsthead="true">
9663 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9664 \begin_inset Text
9665
9666 \begin_layout Plain Layout
9667
9668 \series bold
9669 NAME
9670 \end_layout
9671
9672 \end_inset
9673 </cell>
9674 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9675 \begin_inset Text
9676
9677 \begin_layout Plain Layout
9678
9679 \end_layout
9680
9681 \end_inset
9682 </cell>
9683 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9684 \begin_inset Text
9685
9686 \begin_layout Plain Layout
9687
9688 \series bold
9689 TEL.
9690 \end_layout
9691
9692 \end_inset
9693 </cell>
9694 </row>
9695 <row endhead="true">
9696 <cell alignment="left" valignment="top" leftline="true" usebox="none">
9697 \begin_inset Text
9698
9699 \begin_layout Plain Layout
9700 \begin_inset ERT
9701 status collapsed
9702
9703 \begin_layout Plain Layout
9704
9705
9706 \backslash
9707 caption*{Continued Example Phone List}
9708 \backslash
9709
9710 \backslash
9711 %
9712 \end_layout
9713
9714 \end_inset
9715
9716
9717 \end_layout
9718
9719 \end_inset
9720 </cell>
9721 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9722 \begin_inset Text
9723
9724 \begin_layout Plain Layout
9725
9726 \end_layout
9727
9728 \end_inset
9729 </cell>
9730 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9731 \begin_inset Text
9732
9733 \begin_layout Plain Layout
9734
9735 \end_layout
9736
9737 \end_inset
9738 </cell>
9739 </row>
9740 <row endhead="true">
9741 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9742 \begin_inset Text
9743
9744 \begin_layout Plain Layout
9745
9746 \series bold
9747 Example Phone List
9748 \end_layout
9749
9750 \end_inset
9751 </cell>
9752 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9753 \begin_inset Text
9754
9755 \begin_layout Plain Layout
9756
9757 \end_layout
9758
9759 \end_inset
9760 </cell>
9761 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9762 \begin_inset Text
9763
9764 \begin_layout Plain Layout
9765
9766 \end_layout
9767
9768 \end_inset
9769 </cell>
9770 </row>
9771 <row endhead="true">
9772 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9773 \begin_inset Text
9774
9775 \begin_layout Plain Layout
9776
9777 \series bold
9778 NAME
9779 \end_layout
9780
9781 \end_inset
9782 </cell>
9783 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9784 \begin_inset Text
9785
9786 \begin_layout Plain Layout
9787
9788 \end_layout
9789
9790 \end_inset
9791 </cell>
9792 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9793 \begin_inset Text
9794
9795 \begin_layout Plain Layout
9796
9797 \series bold
9798 TEL.
9799 \end_layout
9800
9801 \end_inset
9802 </cell>
9803 </row>
9804 <row endfoot="true">
9805 <cell multicolumn="1" alignment="right" valignment="top" usebox="none">
9806 \begin_inset Text
9807
9808 \begin_layout Plain Layout
9809 continued on next page
9810 \end_layout
9811
9812 \end_inset
9813 </cell>
9814 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9815 \begin_inset Text
9816
9817 \begin_layout Plain Layout
9818
9819 \end_layout
9820
9821 \end_inset
9822 </cell>
9823 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9824 \begin_inset Text
9825
9826 \begin_layout Plain Layout
9827
9828 \end_layout
9829
9830 \end_inset
9831 </cell>
9832 </row>
9833 <row>
9834 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9835 \begin_inset Text
9836
9837 \begin_layout Plain Layout
9838
9839 \series bold
9840 Annovi
9841 \end_layout
9842
9843 \end_inset
9844 </cell>
9845 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9846 \begin_inset Text
9847
9848 \begin_layout Plain Layout
9849 Silvia
9850 \end_layout
9851
9852 \end_inset
9853 </cell>
9854 <cell alignment="right" valignment="top" rightline="true" usebox="none">
9855 \begin_inset Text
9856
9857 \begin_layout Plain Layout
9858 111
9859 \end_layout
9860
9861 \end_inset
9862 </cell>
9863 </row>
9864 <row>
9865 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9866 \begin_inset Text
9867
9868 \begin_layout Plain Layout
9869
9870 \series bold
9871 Bertoli
9872 \end_layout
9873
9874 \end_inset
9875 </cell>
9876 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9877 \begin_inset Text
9878
9879 \begin_layout Plain Layout
9880 Stefano
9881 \end_layout
9882
9883 \end_inset
9884 </cell>
9885 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9886 \begin_inset Text
9887
9888 \begin_layout Plain Layout
9889 111
9890 \end_layout
9891
9892 \end_inset
9893 </cell>
9894 </row>
9895 <row>
9896 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9897 \begin_inset Text
9898
9899 \begin_layout Plain Layout
9900
9901 \series bold
9902 Bozzi
9903 \end_layout
9904
9905 \end_inset
9906 </cell>
9907 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9908 \begin_inset Text
9909
9910 \begin_layout Plain Layout
9911 Walter
9912 \end_layout
9913
9914 \end_inset
9915 </cell>
9916 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9917 \begin_inset Text
9918
9919 \begin_layout Plain Layout
9920 111
9921 \end_layout
9922
9923 \end_inset
9924 </cell>
9925 </row>
9926 <row>
9927 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9928 \begin_inset Text
9929
9930 \begin_layout Plain Layout
9931
9932 \series bold
9933 Cachia
9934 \end_layout
9935
9936 \end_inset
9937 </cell>
9938 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9939 \begin_inset Text
9940
9941 \begin_layout Plain Layout
9942 Maria
9943 \end_layout
9944
9945 \end_inset
9946 </cell>
9947 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9948 \begin_inset Text
9949
9950 \begin_layout Plain Layout
9951 111
9952 \end_layout
9953
9954 \end_inset
9955 </cell>
9956 </row>
9957 <row>
9958 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9959 \begin_inset Text
9960
9961 \begin_layout Plain Layout
9962
9963 \series bold
9964 Cachia
9965 \end_layout
9966
9967 \end_inset
9968 </cell>
9969 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9970 \begin_inset Text
9971
9972 \begin_layout Plain Layout
9973 Maurizio
9974 \end_layout
9975
9976 \end_inset
9977 </cell>
9978 <cell alignment="center" valignment="top" rightline="true" usebox="none">
9979 \begin_inset Text
9980
9981 \begin_layout Plain Layout
9982 111
9983 \end_layout
9984
9985 \end_inset
9986 </cell>
9987 </row>
9988 <row>
9989 <cell alignment="center" valignment="top" leftline="true" usebox="none">
9990 \begin_inset Text
9991
9992 \begin_layout Plain Layout
9993
9994 \series bold
9995 Cinquemani
9996 \end_layout
9997
9998 \end_inset
9999 </cell>
10000 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10001 \begin_inset Text
10002
10003 \begin_layout Plain Layout
10004 Giusi
10005 \end_layout
10006
10007 \end_inset
10008 </cell>
10009 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10010 \begin_inset Text
10011
10012 \begin_layout Plain Layout
10013 111
10014 \end_layout
10015
10016 \end_inset
10017 </cell>
10018 </row>
10019 <row>
10020 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10021 \begin_inset Text
10022
10023 \begin_layout Plain Layout
10024
10025 \series bold
10026 Colin
10027 \end_layout
10028
10029 \end_inset
10030 </cell>
10031 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10032 \begin_inset Text
10033
10034 \begin_layout Plain Layout
10035 Bernard
10036 \end_layout
10037
10038 \end_inset
10039 </cell>
10040 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10041 \begin_inset Text
10042
10043 \begin_layout Plain Layout
10044 111
10045 \end_layout
10046
10047 \end_inset
10048 </cell>
10049 </row>
10050 <row>
10051 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10052 \begin_inset Text
10053
10054 \begin_layout Plain Layout
10055
10056 \series bold
10057 Concli
10058 \end_layout
10059
10060 \end_inset
10061 </cell>
10062 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10063 \begin_inset Text
10064
10065 \begin_layout Plain Layout
10066 Gianfranco
10067 \end_layout
10068
10069 \end_inset
10070 </cell>
10071 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10072 \begin_inset Text
10073
10074 \begin_layout Plain Layout
10075 111
10076 \end_layout
10077
10078 \end_inset
10079 </cell>
10080 </row>
10081 <row>
10082 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10083 \begin_inset Text
10084
10085 \begin_layout Plain Layout
10086
10087 \series bold
10088 Dal Bosco
10089 \end_layout
10090
10091 \end_inset
10092 </cell>
10093 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10094 \begin_inset Text
10095
10096 \begin_layout Plain Layout
10097 Carolina
10098 \end_layout
10099
10100 \end_inset
10101 </cell>
10102 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10103 \begin_inset Text
10104
10105 \begin_layout Plain Layout
10106 111
10107 \end_layout
10108
10109 \end_inset
10110 </cell>
10111 </row>
10112 <row>
10113 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10114 \begin_inset Text
10115
10116 \begin_layout Plain Layout
10117
10118 \series bold
10119 Dalpiaz
10120 \end_layout
10121
10122 \end_inset
10123 </cell>
10124 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10125 \begin_inset Text
10126
10127 \begin_layout Plain Layout
10128 Annamaria
10129 \end_layout
10130
10131 \end_inset
10132 </cell>
10133 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10134 \begin_inset Text
10135
10136 \begin_layout Plain Layout
10137 111
10138 \end_layout
10139
10140 \end_inset
10141 </cell>
10142 </row>
10143 <row>
10144 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10145 \begin_inset Text
10146
10147 \begin_layout Plain Layout
10148
10149 \series bold
10150 Feliciello
10151 \end_layout
10152
10153 \end_inset
10154 </cell>
10155 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10156 \begin_inset Text
10157
10158 \begin_layout Plain Layout
10159 Domenico
10160 \end_layout
10161
10162 \end_inset
10163 </cell>
10164 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10165 \begin_inset Text
10166
10167 \begin_layout Plain Layout
10168 111
10169 \end_layout
10170
10171 \end_inset
10172 </cell>
10173 </row>
10174 <row>
10175 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10176 \begin_inset Text
10177
10178 \begin_layout Plain Layout
10179
10180 \series bold
10181 Focarelli
10182 \end_layout
10183
10184 \end_inset
10185 </cell>
10186 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10187 \begin_inset Text
10188
10189 \begin_layout Plain Layout
10190 Paola
10191 \end_layout
10192
10193 \end_inset
10194 </cell>
10195 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10196 \begin_inset Text
10197
10198 \begin_layout Plain Layout
10199 111
10200 \end_layout
10201
10202 \end_inset
10203 </cell>
10204 </row>
10205 <row>
10206 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10207 \begin_inset Text
10208
10209 \begin_layout Plain Layout
10210
10211 \series bold
10212 Galletti
10213 \end_layout
10214
10215 \end_inset
10216 </cell>
10217 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10218 \begin_inset Text
10219
10220 \begin_layout Plain Layout
10221 Oreste
10222 \end_layout
10223
10224 \end_inset
10225 </cell>
10226 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10227 \begin_inset Text
10228
10229 \begin_layout Plain Layout
10230 111
10231 \end_layout
10232
10233 \end_inset
10234 </cell>
10235 </row>
10236 <row>
10237 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10238 \begin_inset Text
10239
10240 \begin_layout Plain Layout
10241
10242 \series bold
10243 Gasparini
10244 \end_layout
10245
10246 \end_inset
10247 </cell>
10248 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10249 \begin_inset Text
10250
10251 \begin_layout Plain Layout
10252 Franca
10253 \end_layout
10254
10255 \end_inset
10256 </cell>
10257 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10258 \begin_inset Text
10259
10260 \begin_layout Plain Layout
10261 111
10262 \end_layout
10263
10264 \end_inset
10265 </cell>
10266 </row>
10267 <row>
10268 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10269 \begin_inset Text
10270
10271 \begin_layout Plain Layout
10272
10273 \series bold
10274 Lassini
10275 \end_layout
10276
10277 \end_inset
10278 </cell>
10279 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10280 \begin_inset Text
10281
10282 \begin_layout Plain Layout
10283 Giancarlo
10284 \end_layout
10285
10286 \end_inset
10287 </cell>
10288 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10289 \begin_inset Text
10290
10291 \begin_layout Plain Layout
10292 111
10293 \end_layout
10294
10295 \end_inset
10296 </cell>
10297 </row>
10298 <row>
10299 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10300 \begin_inset Text
10301
10302 \begin_layout Plain Layout
10303
10304 \series bold
10305 Malfatti
10306 \end_layout
10307
10308 \end_inset
10309 </cell>
10310 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10311 \begin_inset Text
10312
10313 \begin_layout Plain Layout
10314 Luciano
10315 \end_layout
10316
10317 \end_inset
10318 </cell>
10319 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10320 \begin_inset Text
10321
10322 \begin_layout Plain Layout
10323 111
10324 \end_layout
10325
10326 \end_inset
10327 </cell>
10328 </row>
10329 <row>
10330 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10331 \begin_inset Text
10332
10333 \begin_layout Plain Layout
10334
10335 \series bold
10336 Malfatti
10337 \end_layout
10338
10339 \end_inset
10340 </cell>
10341 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10342 \begin_inset Text
10343
10344 \begin_layout Plain Layout
10345 Valeriano
10346 \end_layout
10347
10348 \end_inset
10349 </cell>
10350 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10351 \begin_inset Text
10352
10353 \begin_layout Plain Layout
10354 111
10355 \end_layout
10356
10357 \end_inset
10358 </cell>
10359 </row>
10360 <row>
10361 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10362 \begin_inset Text
10363
10364 \begin_layout Plain Layout
10365
10366 \series bold
10367 Meneguzzo
10368 \end_layout
10369
10370 \end_inset
10371 </cell>
10372 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10373 \begin_inset Text
10374
10375 \begin_layout Plain Layout
10376 Roberto
10377 \end_layout
10378
10379 \end_inset
10380 </cell>
10381 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10382 \begin_inset Text
10383
10384 \begin_layout Plain Layout
10385 111
10386 \end_layout
10387
10388 \end_inset
10389 </cell>
10390 </row>
10391 <row>
10392 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10393 \begin_inset Text
10394
10395 \begin_layout Plain Layout
10396
10397 \series bold
10398 Mezzadra
10399 \end_layout
10400
10401 \end_inset
10402 </cell>
10403 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10404 \begin_inset Text
10405
10406 \begin_layout Plain Layout
10407 Roberto
10408 \end_layout
10409
10410 \end_inset
10411 </cell>
10412 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10413 \begin_inset Text
10414
10415 \begin_layout Plain Layout
10416 111
10417 \end_layout
10418
10419 \end_inset
10420 </cell>
10421 </row>
10422 <row>
10423 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10424 \begin_inset Text
10425
10426 \begin_layout Plain Layout
10427
10428 \series bold
10429 Pirpamer
10430 \end_layout
10431
10432 \end_inset
10433 </cell>
10434 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10435 \begin_inset Text
10436
10437 \begin_layout Plain Layout
10438 Erich
10439 \end_layout
10440
10441 \end_inset
10442 </cell>
10443 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10444 \begin_inset Text
10445
10446 \begin_layout Plain Layout
10447 111
10448 \end_layout
10449
10450 \end_inset
10451 </cell>
10452 </row>
10453 <row>
10454 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10455 \begin_inset Text
10456
10457 \begin_layout Plain Layout
10458
10459 \series bold
10460 Pochiesa
10461 \end_layout
10462
10463 \end_inset
10464 </cell>
10465 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10466 \begin_inset Text
10467
10468 \begin_layout Plain Layout
10469 Paolo
10470 \end_layout
10471
10472 \end_inset
10473 </cell>
10474 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10475 \begin_inset Text
10476
10477 \begin_layout Plain Layout
10478 111, 222
10479 \end_layout
10480
10481 \end_inset
10482 </cell>
10483 </row>
10484 <row>
10485 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10486 \begin_inset Text
10487
10488 \begin_layout Plain Layout
10489
10490 \series bold
10491 Radina
10492 \end_layout
10493
10494 \end_inset
10495 </cell>
10496 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10497 \begin_inset Text
10498
10499 \begin_layout Plain Layout
10500 Claudio
10501 \end_layout
10502
10503 \end_inset
10504 </cell>
10505 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10506 \begin_inset Text
10507
10508 \begin_layout Plain Layout
10509 111
10510 \end_layout
10511
10512 \end_inset
10513 </cell>
10514 </row>
10515 <row>
10516 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10517 \begin_inset Text
10518
10519 \begin_layout Plain Layout
10520
10521 \series bold
10522 Rizzardi
10523 \end_layout
10524
10525 \end_inset
10526 </cell>
10527 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10528 \begin_inset Text
10529
10530 \begin_layout Plain Layout
10531 Paolo, 11.
10532  Fürst von Montecompatri, 11.
10533  Fürst von Sulmona und Vivaro, 10.
10534  Fürst von Rossano, 5.
10535  Herzog von Canemorte, 11.
10536  Herzog von Palombara, 5.
10537  Herzog von Castelchiodato,
10538 \begin_inset ERT
10539 status open
10540
10541 \begin_layout Plain Layout
10542
10543 & 111
10544 \backslash
10545
10546 \backslash
10547  
10548 \backslash
10549 newpage
10550 \end_layout
10551
10552 \begin_layout Plain Layout
10553
10554 &
10555 \end_layout
10556
10557 \end_inset
10558
10559  11.
10560  Herzog von Poggionativo, 11.
10561  Markis von Mentana, Norma, Civitella, Pratica, Moricone und Percille, 11.
10562  Graf von Valinfreda, 11.
10563  Baron von Cropalati, 11.
10564  Herr von Scarpa, Edelmann von Rom, Patrizier von Venedig, Neapel und Genua
10565 \end_layout
10566
10567 \end_inset
10568 </cell>
10569 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10570 \begin_inset Text
10571
10572 \begin_layout Plain Layout
10573
10574 \end_layout
10575
10576 \end_inset
10577 </cell>
10578 </row>
10579 <row>
10580 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10581 \begin_inset Text
10582
10583 \begin_layout Plain Layout
10584
10585 \series bold
10586 Stuffer
10587 \end_layout
10588
10589 \end_inset
10590 </cell>
10591 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10592 \begin_inset Text
10593
10594 \begin_layout Plain Layout
10595 Oskar
10596 \end_layout
10597
10598 \end_inset
10599 </cell>
10600 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10601 \begin_inset Text
10602
10603 \begin_layout Plain Layout
10604 111
10605 \end_layout
10606
10607 \end_inset
10608 </cell>
10609 </row>
10610 <row>
10611 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10612 \begin_inset Text
10613
10614 \begin_layout Plain Layout
10615
10616 \series bold
10617 Tacchelli
10618 \end_layout
10619
10620 \end_inset
10621 </cell>
10622 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10623 \begin_inset Text
10624
10625 \begin_layout Plain Layout
10626 Ugo
10627 \end_layout
10628
10629 \end_inset
10630 </cell>
10631 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10632 \begin_inset Text
10633
10634 \begin_layout Plain Layout
10635 111
10636 \end_layout
10637
10638 \end_inset
10639 </cell>
10640 </row>
10641 <row>
10642 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10643 \begin_inset Text
10644
10645 \begin_layout Plain Layout
10646
10647 \series bold
10648 Tezzele
10649 \end_layout
10650
10651 \end_inset
10652 </cell>
10653 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10654 \begin_inset Text
10655
10656 \begin_layout Plain Layout
10657 Margit
10658 \end_layout
10659
10660 \end_inset
10661 </cell>
10662 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10663 \begin_inset Text
10664
10665 \begin_layout Plain Layout
10666 111
10667 \end_layout
10668
10669 \end_inset
10670 </cell>
10671 </row>
10672 <row>
10673 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10674 \begin_inset Text
10675
10676 \begin_layout Plain Layout
10677
10678 \series bold
10679 Unterkalmsteiner
10680 \end_layout
10681
10682 \end_inset
10683 </cell>
10684 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10685 \begin_inset Text
10686
10687 \begin_layout Plain Layout
10688 Frieda
10689 \end_layout
10690
10691 \end_inset
10692 </cell>
10693 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10694 \begin_inset Text
10695
10696 \begin_layout Plain Layout
10697 111
10698 \end_layout
10699
10700 \end_inset
10701 </cell>
10702 </row>
10703 <row>
10704 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10705 \begin_inset Text
10706
10707 \begin_layout Plain Layout
10708
10709 \series bold
10710 Vieider
10711 \end_layout
10712
10713 \end_inset
10714 </cell>
10715 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10716 \begin_inset Text
10717
10718 \begin_layout Plain Layout
10719 Hilde
10720 \end_layout
10721
10722 \end_inset
10723 </cell>
10724 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10725 \begin_inset Text
10726
10727 \begin_layout Plain Layout
10728 111
10729 \end_layout
10730
10731 \end_inset
10732 </cell>
10733 </row>
10734 <row>
10735 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10736 \begin_inset Text
10737
10738 \begin_layout Plain Layout
10739
10740 \series bold
10741 Vigna
10742 \end_layout
10743
10744 \end_inset
10745 </cell>
10746 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10747 \begin_inset Text
10748
10749 \begin_layout Plain Layout
10750 Jürgen
10751 \end_layout
10752
10753 \end_inset
10754 </cell>
10755 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10756 \begin_inset Text
10757
10758 \begin_layout Plain Layout
10759 111
10760 \end_layout
10761
10762 \end_inset
10763 </cell>
10764 </row>
10765 <row>
10766 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10767 \begin_inset Text
10768
10769 \begin_layout Plain Layout
10770
10771 \series bold
10772 Weber
10773 \end_layout
10774
10775 \end_inset
10776 </cell>
10777 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10778 \begin_inset Text
10779
10780 \begin_layout Plain Layout
10781 Maurizio
10782 \end_layout
10783
10784 \end_inset
10785 </cell>
10786 <cell alignment="center" valignment="top" rightline="true" usebox="none">
10787 \begin_inset Text
10788
10789 \begin_layout Plain Layout
10790 111
10791 \end_layout
10792
10793 \end_inset
10794 </cell>
10795 </row>
10796 <row>
10797 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10798 \begin_inset Text
10799
10800 \begin_layout Plain Layout
10801
10802 \series bold
10803 Winkler
10804 \end_layout
10805
10806 \end_inset
10807 </cell>
10808 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10809 \begin_inset Text
10810
10811 \begin_layout Plain Layout
10812 Franz
10813 \end_layout
10814
10815 \end_inset
10816 </cell>
10817 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
10818 \begin_inset Text
10819
10820 \begin_layout Plain Layout
10821 111
10822 \end_layout
10823
10824 \end_inset
10825 </cell>
10826 </row>
10827 </lyxtabular>
10828
10829 \end_inset
10830
10831
10832 \end_layout
10833
10834 \begin_layout Section
10835 Multiple Lines Columns and Rows
10836 \end_layout
10837
10838 \begin_layout Subsection
10839 Multiple Lines in Table Cells
10840 \begin_inset CommandInset label
10841 LatexCommand label
10842 name "sub:Multiple-Lines-in"
10843
10844 \end_inset
10845
10846
10847 \begin_inset Index
10848 status collapsed
10849
10850 \begin_layout Plain Layout
10851 Multiple Lines in Table Cells
10852 \end_layout
10853
10854 \end_inset
10855
10856
10857 \begin_inset Index
10858 status collapsed
10859
10860 \begin_layout Plain Layout
10861 Table ! Linebreaks
10862 \end_layout
10863
10864 \end_inset
10865
10866
10867 \end_layout
10868
10869 \begin_layout Standard
10870 \noindent
10871 \begin_inset Float table
10872 placement H
10873 wide false
10874 sideways false
10875 status open
10876
10877 \begin_layout Plain Layout
10878 \begin_inset Caption
10879
10880 \begin_layout Plain Layout
10881 \begin_inset CommandInset label
10882 LatexCommand label
10883 name "tab:Table-with-multiple"
10884
10885 \end_inset
10886
10887 Table with multiple lines in cells
10888 \end_layout
10889
10890 \end_inset
10891
10892
10893 \end_layout
10894
10895 \begin_layout Plain Layout
10896 \align center
10897 \begin_inset Tabular
10898 <lyxtabular version="3" rows="3" columns="3">
10899 <features>
10900 <column alignment="center" valignment="middle" width="2.5cm">
10901 <column alignment="center" valignment="middle" width="0">
10902 <column alignment="center" valignment="middle" width="0">
10903 <row>
10904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10905 \begin_inset Text
10906
10907 \begin_layout Plain Layout
10908 multiple
10909 \begin_inset Newline linebreak
10910 \end_inset
10911
10912 lines
10913 \end_layout
10914
10915 \end_inset
10916 </cell>
10917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10918 \begin_inset Text
10919
10920 \begin_layout Plain Layout
10921 b
10922 \end_layout
10923
10924 \end_inset
10925 </cell>
10926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10927 \begin_inset Text
10928
10929 \begin_layout Plain Layout
10930 c
10931 \end_layout
10932
10933 \end_inset
10934 </cell>
10935 </row>
10936 <row>
10937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10938 \begin_inset Text
10939
10940 \begin_layout Plain Layout
10941 d
10942 \end_layout
10943
10944 \end_inset
10945 </cell>
10946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10947 \begin_inset Text
10948
10949 \begin_layout Plain Layout
10950 e
10951 \end_layout
10952
10953 \end_inset
10954 </cell>
10955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10956 \begin_inset Text
10957
10958 \begin_layout Plain Layout
10959 f
10960 \end_layout
10961
10962 \end_inset
10963 </cell>
10964 </row>
10965 <row>
10966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10967 \begin_inset Text
10968
10969 \begin_layout Plain Layout
10970 g
10971 \end_layout
10972
10973 \end_inset
10974 </cell>
10975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10976 \begin_inset Text
10977
10978 \begin_layout Plain Layout
10979 h
10980 \end_layout
10981
10982 \end_inset
10983 </cell>
10984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10985 \begin_inset Text
10986
10987 \begin_layout Plain Layout
10988 i
10989 \end_layout
10990
10991 \end_inset
10992 </cell>
10993 </row>
10994 </lyxtabular>
10995
10996 \end_inset
10997
10998
10999 \end_layout
11000
11001 \end_inset
11002
11003
11004 \end_layout
11005
11006 \begin_layout Standard
11007 Adjusting a fixed width for a column, enables to enter text as a paragraph
11008  with multiple lines and hyphenations.
11009 \end_layout
11010
11011 \begin_layout Standard
11012 To produce Table
11013 \begin_inset space ~
11014 \end_inset
11015
11016
11017 \begin_inset CommandInset ref
11018 LatexCommand ref
11019 reference "tab:Table-with-multiple"
11020
11021 \end_inset
11022
11023 , create a 3×3 table, mark the first cell and right-click on it.
11024  In the appearing table dialog we set a cell width of 2.5
11025 \begin_inset space \thinspace{}
11026 \end_inset
11027
11028 cm and choose centered for the vertical and horizontal alignment.
11029  The vertical alignment is used for all cells of the row.
11030  As our text is smaller than than 2.5
11031 \begin_inset space \thinspace{}
11032 \end_inset
11033
11034 cm, only one line will appear.
11035  To get two lines, a justified line break (shortcut 
11036 \begin_inset Info
11037 type  "shortcut"
11038 arg   "newline-insert linebreak"
11039 \end_inset
11040
11041 ) was added.
11042  If the text is wider than the set cell width, it will automatically be
11043  broken to several lines.
11044 \end_layout
11045
11046 \begin_layout Standard
11047 If you have a long word in a cell with a fixed width, it cannot be hyphenated
11048  by LaTeX if it is the first entry.
11049  Therefore you need to insert something, to make the word not being the
11050  first entry.
11051  So add a horizontal space of 0
11052 \begin_inset space \thinspace{}
11053 \end_inset
11054
11055 pt before the word.
11056  As the space is zero, it doesn't change the output.
11057  Table
11058 \begin_inset space ~
11059 \end_inset
11060
11061
11062 \begin_inset CommandInset ref
11063 LatexCommand ref
11064 reference "tab:Table-with-and"
11065
11066 \end_inset
11067
11068  shows the effect.
11069 \end_layout
11070
11071 \begin_layout Standard
11072 \begin_inset Float table
11073 placement h
11074 wide false
11075 sideways false
11076 status open
11077
11078 \begin_layout Plain Layout
11079 \begin_inset Caption
11080
11081 \begin_layout Plain Layout
11082 \begin_inset CommandInset label
11083 LatexCommand label
11084 name "tab:Table-with-and"
11085
11086 \end_inset
11087
11088 Table with and without hyphenation
11089 \end_layout
11090
11091 \end_inset
11092
11093
11094 \end_layout
11095
11096 \begin_layout Plain Layout
11097 \begin_inset space \hfill{}
11098 \end_inset
11099
11100
11101 \begin_inset Tabular
11102 <lyxtabular version="3" rows="3" columns="3">
11103 <features>
11104 <column alignment="center" valignment="middle" width="2.5cm">
11105 <column alignment="center" valignment="middle" width="0">
11106 <column alignment="center" valignment="middle" width="0">
11107 <row>
11108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11109 \begin_inset Text
11110
11111 \begin_layout Plain Layout
11112 verylongtablecellword
11113 \end_layout
11114
11115 \end_inset
11116 </cell>
11117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11118 \begin_inset Text
11119
11120 \begin_layout Plain Layout
11121 b
11122 \end_layout
11123
11124 \end_inset
11125 </cell>
11126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11127 \begin_inset Text
11128
11129 \begin_layout Plain Layout
11130 c
11131 \end_layout
11132
11133 \end_inset
11134 </cell>
11135 </row>
11136 <row>
11137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11138 \begin_inset Text
11139
11140 \begin_layout Plain Layout
11141 d
11142 \end_layout
11143
11144 \end_inset
11145 </cell>
11146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11147 \begin_inset Text
11148
11149 \begin_layout Plain Layout
11150 e
11151 \end_layout
11152
11153 \end_inset
11154 </cell>
11155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11156 \begin_inset Text
11157
11158 \begin_layout Plain Layout
11159 f
11160 \end_layout
11161
11162 \end_inset
11163 </cell>
11164 </row>
11165 <row>
11166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11167 \begin_inset Text
11168
11169 \begin_layout Plain Layout
11170 g
11171 \end_layout
11172
11173 \end_inset
11174 </cell>
11175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11176 \begin_inset Text
11177
11178 \begin_layout Plain Layout
11179 h
11180 \end_layout
11181
11182 \end_inset
11183 </cell>
11184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11185 \begin_inset Text
11186
11187 \begin_layout Plain Layout
11188 i
11189 \end_layout
11190
11191 \end_inset
11192 </cell>
11193 </row>
11194 </lyxtabular>
11195
11196 \end_inset
11197
11198
11199 \begin_inset space \hfill{}
11200 \end_inset
11201
11202
11203 \begin_inset Tabular
11204 <lyxtabular version="3" rows="3" columns="3">
11205 <features>
11206 <column alignment="center" valignment="middle" width="2.5cm">
11207 <column alignment="center" valignment="middle" width="0">
11208 <column alignment="center" valignment="middle" width="0">
11209 <row>
11210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11211 \begin_inset Text
11212
11213 \begin_layout Plain Layout
11214 \begin_inset space \hspace{}
11215 \length 0pt
11216 \end_inset
11217
11218 verylongtablecellword
11219 \end_layout
11220
11221 \end_inset
11222 </cell>
11223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11224 \begin_inset Text
11225
11226 \begin_layout Plain Layout
11227 b
11228 \end_layout
11229
11230 \end_inset
11231 </cell>
11232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11233 \begin_inset Text
11234
11235 \begin_layout Plain Layout
11236 c
11237 \end_layout
11238
11239 \end_inset
11240 </cell>
11241 </row>
11242 <row>
11243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11244 \begin_inset Text
11245
11246 \begin_layout Plain Layout
11247 d
11248 \end_layout
11249
11250 \end_inset
11251 </cell>
11252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11253 \begin_inset Text
11254
11255 \begin_layout Plain Layout
11256 e
11257 \end_layout
11258
11259 \end_inset
11260 </cell>
11261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11262 \begin_inset Text
11263
11264 \begin_layout Plain Layout
11265 f
11266 \end_layout
11267
11268 \end_inset
11269 </cell>
11270 </row>
11271 <row>
11272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11273 \begin_inset Text
11274
11275 \begin_layout Plain Layout
11276 g
11277 \end_layout
11278
11279 \end_inset
11280 </cell>
11281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11282 \begin_inset Text
11283
11284 \begin_layout Plain Layout
11285 h
11286 \end_layout
11287
11288 \end_inset
11289 </cell>
11290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11291 \begin_inset Text
11292
11293 \begin_layout Plain Layout
11294 i
11295 \end_layout
11296
11297 \end_inset
11298 </cell>
11299 </row>
11300 </lyxtabular>
11301
11302 \end_inset
11303
11304
11305 \begin_inset space \hfill{}
11306 \end_inset
11307
11308
11309 \end_layout
11310
11311 \end_inset
11312
11313
11314 \end_layout
11315
11316 \begin_layout Subsection
11317 Multicolumns
11318 \begin_inset CommandInset label
11319 LatexCommand label
11320 name "sub:Multicolumns"
11321
11322 \end_inset
11323
11324
11325 \begin_inset Index
11326 status collapsed
11327
11328 \begin_layout Plain Layout
11329 Multicolumns
11330 \end_layout
11331
11332 \end_inset
11333
11334
11335 \begin_inset Index
11336 status collapsed
11337
11338 \begin_layout Plain Layout
11339 Table ! Multicolumns
11340 \end_layout
11341
11342 \end_inset
11343
11344
11345 \end_layout
11346
11347 \begin_layout Subsubsection
11348 Multicolumn Basics
11349 \end_layout
11350
11351 \begin_layout Standard
11352 To span a cell over multiple columns, mark as much cells within a line that
11353  should be one spanned cell and use either the table-toolbar button 
11354 \begin_inset Graphics
11355         filename ../images/tabular-feature_multicolumn.png
11356         scale 85
11357         scaleBeforeRotation
11358
11359 \end_inset
11360
11361 , or the menu 
11362 \family sans
11363 Edit\SpecialChar \menuseparator
11364 Table\SpecialChar \menuseparator
11365 Multicolumn
11366 \family default
11367 , or right click on the marked cells and choose multicolumn in the appearing
11368  table dialog under the tab 
11369 \family sans
11370 Table Settings
11371 \family default
11372 .
11373 \end_layout
11374
11375 \begin_layout Standard
11376 Multicolumns have there own cell settings.
11377  That means changing cell borders, cell alignment, and the width only affects
11378  the multicolumn.
11379  Here is an example table with a multicolumn cell in the first row and one
11380  in the last row without the upper border:
11381 \end_layout
11382
11383 \begin_layout Standard
11384 \align center
11385 \begin_inset Tabular
11386 <lyxtabular version="3" rows="3" columns="4">
11387 <features firstHeadTopDL="true" firstHeadBottomDL="true">
11388 <column alignment="center" valignment="top" width="0pt">
11389 <column alignment="center" valignment="middle" width="0">
11390 <column alignment="center" valignment="top" width="0in">
11391 <column alignment="center" valignment="top" width="0pt">
11392 <row>
11393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11394 \begin_inset Text
11395
11396 \begin_layout Plain Layout
11397 abc
11398 \end_layout
11399
11400 \end_inset
11401 </cell>
11402 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" bottomline="true" leftline="true" usebox="none">
11403 \begin_inset Text
11404
11405 \begin_layout Plain Layout
11406 def ghi
11407 \end_layout
11408
11409 \end_inset
11410 </cell>
11411 <cell multicolumn="2" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11412 \begin_inset Text
11413
11414 \begin_layout Plain Layout
11415
11416 \end_layout
11417
11418 \end_inset
11419 </cell>
11420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11421 \begin_inset Text
11422
11423 \begin_layout Plain Layout
11424 jkl
11425 \end_layout
11426
11427 \end_inset
11428 </cell>
11429 </row>
11430 <row>
11431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11432 \begin_inset Text
11433
11434 \begin_layout Plain Layout
11435
11436 \family roman
11437 \series medium
11438 \shape up
11439 \size normal
11440 \emph off
11441 \bar no
11442 \noun off
11443 \color none
11444 A
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11450 \begin_inset Text
11451
11452 \begin_layout Plain Layout
11453 B
11454 \end_layout
11455
11456 \end_inset
11457 </cell>
11458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11459 \begin_inset Text
11460
11461 \begin_layout Plain Layout
11462 C
11463 \end_layout
11464
11465 \end_inset
11466 </cell>
11467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11468 \begin_inset Text
11469
11470 \begin_layout Plain Layout
11471 D
11472 \end_layout
11473
11474 \end_inset
11475 </cell>
11476 </row>
11477 <row>
11478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11479 \begin_inset Text
11480
11481 \begin_layout Plain Layout
11482 1
11483 \end_layout
11484
11485 \end_inset
11486 </cell>
11487 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11488 \begin_inset Text
11489
11490 \begin_layout Plain Layout
11491 2
11492 \end_layout
11493
11494 \end_inset
11495 </cell>
11496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11497 \begin_inset Text
11498
11499 \begin_layout Plain Layout
11500 3
11501 \end_layout
11502
11503 \end_inset
11504 </cell>
11505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11506 \begin_inset Text
11507
11508 \begin_layout Plain Layout
11509 4
11510 \end_layout
11511
11512 \end_inset
11513 </cell>
11514 </row>
11515 </lyxtabular>
11516
11517 \end_inset
11518
11519
11520 \end_layout
11521
11522 \begin_layout Subsubsection
11523 Multicolumn Calculations
11524 \begin_inset CommandInset label
11525 LatexCommand label
11526 name "sub:Multicolumn-Calculations"
11527
11528 \end_inset
11529
11530
11531 \begin_inset Index
11532 status collapsed
11533
11534 \begin_layout Plain Layout
11535 Multicolumns ! Calculations
11536 \end_layout
11537
11538 \end_inset
11539
11540
11541 \end_layout
11542
11543 \begin_layout Standard
11544 LyX supports multicolumns directly, but we have to take notice of the cell
11545  width of the columns spanned by the multicolumn cell.
11546 \end_layout
11547
11548 \begin_layout Standard
11549 \begin_inset Float table
11550 placement h
11551 wide false
11552 sideways false
11553 status open
11554
11555 \begin_layout Plain Layout
11556 \begin_inset Caption
11557
11558 \begin_layout Plain Layout
11559 \begin_inset CommandInset label
11560 LatexCommand label
11561 name "tab:Table-with-centered"
11562
11563 \end_inset
11564
11565 Table with centered multicolumn text above two columns that have exactly
11566  half the width of the multicolumn cell
11567 \begin_inset OptArg
11568 status collapsed
11569
11570 \begin_layout Plain Layout
11571 Perfect multicolumn table
11572 \end_layout
11573
11574 \end_inset
11575
11576
11577 \end_layout
11578
11579 \end_inset
11580
11581
11582 \end_layout
11583
11584 \begin_layout Plain Layout
11585 \align center
11586 \begin_inset Tabular
11587 <lyxtabular version="3" rows="3" columns="3">
11588 <features>
11589 <column alignment="center" valignment="middle" width="0" special=">{\centering}m{1.25cm-6.2pt}">
11590 <column alignment="center" valignment="middle" width="0">
11591 <column alignment="center" valignment="top" width="0">
11592 <row>
11593 <cell multicolumn="1" alignment="center" valignment="middle" topline="true" leftline="true" usebox="none" special=">{\centering}m{2.5cm}">
11594 \begin_inset Text
11595
11596 \begin_layout Plain Layout
11597 multiple lines multicolumn
11598 \end_layout
11599
11600 \end_inset
11601 </cell>
11602 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11603 \begin_inset Text
11604
11605 \begin_layout Plain Layout
11606
11607 \end_layout
11608
11609 \end_inset
11610 </cell>
11611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11612 \begin_inset Text
11613
11614 \begin_layout Plain Layout
11615 c
11616 \end_layout
11617
11618 \end_inset
11619 </cell>
11620 </row>
11621 <row>
11622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11623 \begin_inset Text
11624
11625 \begin_layout Plain Layout
11626 d
11627 \end_layout
11628
11629 \end_inset
11630 </cell>
11631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11632 \begin_inset Text
11633
11634 \begin_layout Plain Layout
11635 e
11636 \end_layout
11637
11638 \end_inset
11639 </cell>
11640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11641 \begin_inset Text
11642
11643 \begin_layout Plain Layout
11644 f
11645 \end_layout
11646
11647 \end_inset
11648 </cell>
11649 </row>
11650 <row>
11651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11652 \begin_inset Text
11653
11654 \begin_layout Plain Layout
11655 g
11656 \end_layout
11657
11658 \end_inset
11659 </cell>
11660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11661 \begin_inset Text
11662
11663 \begin_layout Plain Layout
11664 h
11665 \end_layout
11666
11667 \end_inset
11668 </cell>
11669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11670 \begin_inset Text
11671
11672 \begin_layout Plain Layout
11673 i
11674 \end_layout
11675
11676 \end_inset
11677 </cell>
11678 </row>
11679 </lyxtabular>
11680
11681 \end_inset
11682
11683
11684 \end_layout
11685
11686 \end_inset
11687
11688
11689 \end_layout
11690
11691 \begin_layout Standard
11692 To create for example Table
11693 \begin_inset space ~
11694 \end_inset
11695
11696
11697 \begin_inset CommandInset ref
11698 LatexCommand ref
11699 reference "tab:Table-with-centered"
11700
11701 \end_inset
11702
11703 , mark the first two cells in the first row of a 3×3 table and right-click
11704  on them.
11705  Now choose for this cell 
11706 \emph on
11707 multicolumn
11708 \emph default
11709
11710 \emph on
11711 centered alignment
11712 \emph default
11713  and a width of 2.5
11714 \begin_inset space \thinspace{}
11715 \end_inset
11716
11717 cm in the table dialog.
11718  The spanned columns should have exactly half the width of the multicolumn
11719  cell, so that you would adjust a width of 1.25
11720 \begin_inset space \thinspace{}
11721 \end_inset
11722
11723 cm for the first column.
11724  The second column has then automatically a width of 1.25
11725 \begin_inset space \thinspace{}
11726 \end_inset
11727
11728 cm (multicolumn width - width of first column).
11729  This was done for Table
11730 \begin_inset space ~
11731 \end_inset
11732
11733
11734 \begin_inset CommandInset ref
11735 LatexCommand ref
11736 reference "tab:Table-without-half"
11737
11738 \end_inset
11739
11740 .
11741 \end_layout
11742
11743 \begin_layout Standard
11744 \begin_inset Float table
11745 wide false
11746 sideways false
11747 status open
11748
11749 \begin_layout Plain Layout
11750 \begin_inset Caption
11751
11752 \begin_layout Plain Layout
11753 \begin_inset CommandInset label
11754 LatexCommand label
11755 name "tab:Table-without-half"
11756
11757 \end_inset
11758
11759 Table where the spanned table columns have not exactly half the width of
11760  the multicolumn cell
11761 \begin_inset OptArg
11762 status collapsed
11763
11764 \begin_layout Plain Layout
11765 Imperfect multicolumn table
11766 \end_layout
11767
11768 \end_inset
11769
11770
11771 \end_layout
11772
11773 \end_inset
11774
11775
11776 \end_layout
11777
11778 \begin_layout Plain Layout
11779 \align center
11780 \begin_inset Tabular
11781 <lyxtabular version="3" rows="3" columns="3">
11782 <features>
11783 <column alignment="center" valignment="top" width="1.25cm">
11784 <column alignment="center" valignment="top" width="0">
11785 <column alignment="center" valignment="top" width="0">
11786 <row>
11787 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" width="2.5cm">
11788 \begin_inset Text
11789
11790 \begin_layout Plain Layout
11791 multiple lines multicolumn
11792 \end_layout
11793
11794 \end_inset
11795 </cell>
11796 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11797 \begin_inset Text
11798
11799 \begin_layout Plain Layout
11800
11801 \end_layout
11802
11803 \end_inset
11804 </cell>
11805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11806 \begin_inset Text
11807
11808 \begin_layout Plain Layout
11809 c
11810 \end_layout
11811
11812 \end_inset
11813 </cell>
11814 </row>
11815 <row>
11816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11817 \begin_inset Text
11818
11819 \begin_layout Plain Layout
11820 d
11821 \end_layout
11822
11823 \end_inset
11824 </cell>
11825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11826 \begin_inset Text
11827
11828 \begin_layout Plain Layout
11829 e
11830 \end_layout
11831
11832 \end_inset
11833 </cell>
11834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11835 \begin_inset Text
11836
11837 \begin_layout Plain Layout
11838 f
11839 \end_layout
11840
11841 \end_inset
11842 </cell>
11843 </row>
11844 <row>
11845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11846 \begin_inset Text
11847
11848 \begin_layout Plain Layout
11849 g
11850 \end_layout
11851
11852 \end_inset
11853 </cell>
11854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11855 \begin_inset Text
11856
11857 \begin_layout Plain Layout
11858 h
11859 \end_layout
11860
11861 \end_inset
11862 </cell>
11863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11864 \begin_inset Text
11865
11866 \begin_layout Plain Layout
11867 i
11868 \end_layout
11869
11870 \end_inset
11871 </cell>
11872 </row>
11873 </lyxtabular>
11874
11875 \end_inset
11876
11877
11878 \end_layout
11879
11880 \end_inset
11881
11882
11883 \end_layout
11884
11885 \begin_layout Standard
11886 You can see that the first column has not the half width of the multicolumn
11887  cell, it is a bit bigger.
11888  The reason is that the given width of a cell 
11889 \begin_inset Formula $W_{g}$
11890 \end_inset
11891
11892  is not its total width 
11893 \begin_inset Formula $W_{\mathrm{tot}}$
11894 \end_inset
11895
11896  because a cell is always a bit larger than its given width.
11897  Appendix
11898 \begin_inset space ~
11899 \end_inset
11900
11901
11902 \begin_inset CommandInset ref
11903 LatexCommand eqref
11904 reference "cha:Explanation-of-Equation"
11905
11906 \end_inset
11907
11908  explains it in detail.
11909 \end_layout
11910
11911 \begin_layout Standard
11912 The needed given width 
11913 \begin_inset Formula $W_{g\, n}$
11914 \end_inset
11915
11916  when 
11917 \emph on
11918 n
11919 \emph default
11920  columns are spanned can be calculated, so that each column has a total
11921  width of 
11922 \begin_inset Formula $W_{\mathrm{tot\, multicolumn}}/n$
11923 \end_inset
11924
11925 :
11926 \begin_inset Formula \begin{equation}
11927 W_{g\, n}=(W_{g\,\mathrm{multicolumn}}+(1-n)\cdot(12.4\,\mathrm{pt}))/n\label{eq:Wgn}\end{equation}
11928
11929 \end_inset
11930
11931
11932 \end_layout
11933
11934 \begin_layout Standard
11935 In our case we have 
11936 \begin_inset Formula $n=2$
11937 \end_inset
11938
11939
11940 \begin_inset Formula $W_{g\,\mathrm{multicolumn}}=2.5\,$
11941 \end_inset
11942
11943 cm and the default values for the lengths, so that equation 
11944 \begin_inset CommandInset ref
11945 LatexCommand ref
11946 reference "eq:Wgn"
11947
11948 \end_inset
11949
11950  becomes
11951 \begin_inset Formula \begin{equation}
11952 W_{g\,2}=1.25\,\mathrm{cm}-6.2\,\mathrm{pt}\end{equation}
11953
11954 \end_inset
11955
11956
11957 \end_layout
11958
11959 \begin_layout Standard
11960 To enable calculations in LaTeX, the LaTeX-package 
11961 \series bold
11962 calc
11963 \series default
11964  must be loaded with the document preamble line
11965 \begin_inset Index
11966 status collapsed
11967
11968 \begin_layout Plain Layout
11969 LaTeX-packages ! calc
11970 \end_layout
11971
11972 \end_inset
11973
11974
11975 \end_layout
11976
11977 \begin_layout Standard
11978
11979 \series bold
11980
11981 \backslash
11982 usepackage{calc}
11983 \end_layout
11984
11985 \begin_layout Standard
11986 LyX does not allow to calculate lengths in the width-field of the table
11987  dialog.
11988  Therefore you have to format the column by inserting a LaTeX-argument in
11989  the dialog.
11990  Here is an overview about the arguments:
11991 \end_layout
11992
11993 \begin_layout Itemize
11994
11995 \series bold
11996 p{width}
11997 \series default
11998  creates cell with a fixed width, its text is vertically top-aligned
11999 \end_layout
12000
12001 \begin_layout Itemize
12002
12003 \series bold
12004 m{width}
12005 \series default
12006  creates cell with a fixed width, its text is vertically centered
12007 \end_layout
12008
12009 \begin_layout Itemize
12010
12011 \series bold
12012 b{width}
12013 \series default
12014  creates cell with a fixed width, its text is vertically bottom-aligned
12015 \end_layout
12016
12017 \begin_layout Standard
12018 By entering a LaTeX-argument, all cell settings set in the table dialog
12019  are overwritten.
12020 \end_layout
12021
12022 \begin_layout Standard
12023 \begin_inset Note Greyedout
12024 status open
12025
12026 \begin_layout Plain Layout
12027
12028 \series bold
12029 Note:
12030 \series default
12031  Due to a bug, LyX shows the overwritten settings anyway.
12032 \end_layout
12033
12034 \end_inset
12035
12036
12037 \end_layout
12038
12039 \begin_layout Standard
12040 As the text should be horizontally centered, the command 
12041 \series bold
12042
12043 \backslash
12044 centering
12045 \series default
12046  is added.
12047  You can now enter the following LaTeX-argument for the first spanned column:
12048 \end_layout
12049
12050 \begin_layout Standard
12051
12052 \series bold
12053 >{
12054 \backslash
12055 centering}m{1.25cm-6.2pt}
12056 \end_layout
12057
12058 \begin_layout Standard
12059 The command 
12060 \series bold
12061 >{ }
12062 \series default
12063  means, that the commands inside the braces are applied before the cell
12064  is created.
12065 \end_layout
12066
12067 \begin_layout Standard
12068 Although we have chosen centered alignment for the text of the multicolumn
12069  cell, it is still left aligned.
12070  This is because LyX only applies the alignment to single columns.
12071  So we have to use for the multicolumn the LaTeX-argument
12072 \end_layout
12073
12074 \begin_layout Standard
12075
12076 \series bold
12077 >{
12078 \backslash
12079 centering}m{2.5cm}
12080 \end_layout
12081
12082 \begin_layout Subsection
12083 Multirows
12084 \begin_inset Index
12085 status collapsed
12086
12087 \begin_layout Plain Layout
12088 Multirows
12089 \end_layout
12090
12091 \end_inset
12092
12093
12094 \begin_inset Index
12095 status collapsed
12096
12097 \begin_layout Plain Layout
12098 Table ! Multirows
12099 \end_layout
12100
12101 \end_inset
12102
12103
12104 \end_layout
12105
12106 \begin_layout Standard
12107 In contrary to multicolumns multirows are not yet supported by LyX so a
12108  bit of TeX-Code needs to be used.
12109  To use multirows load the LaTeX-package 
12110 \series bold
12111 multirow
12112 \series default
12113
12114 \begin_inset Index
12115 status collapsed
12116
12117 \begin_layout Plain Layout
12118 LaTeX-packages ! multirow
12119 \end_layout
12120
12121 \end_inset
12122
12123  in your document preamble with the command
12124 \end_layout
12125
12126 \begin_layout Standard
12127
12128 \series bold
12129
12130 \backslash
12131 usepackage{multirow}
12132 \end_layout
12133
12134 \begin_layout Standard
12135 Multirows are created with the command
12136 \end_layout
12137
12138 \begin_layout Standard
12139
12140 \series bold
12141
12142 \backslash
12143 multirow{number of rows}{cell width}{cell entry}
12144 \end_layout
12145
12146 \begin_layout Standard
12147 To create the following table:
12148 \end_layout
12149
12150 \begin_layout Standard
12151 \align center
12152 \begin_inset ERT
12153 status collapsed
12154
12155 \begin_layout Plain Layout
12156
12157
12158 \backslash
12159 renewcommand{
12160 \backslash
12161 multirowsetup}{
12162 \backslash
12163 centering}
12164 \end_layout
12165
12166 \end_inset
12167
12168
12169 \begin_inset Tabular
12170 <lyxtabular version="3" rows="3" columns="3">
12171 <features>
12172 <column alignment="center" valignment="top" width="0">
12173 <column alignment="center" valignment="top" width="0">
12174 <column alignment="center" valignment="top" width="0">
12175 <row>
12176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12177 \begin_inset Text
12178
12179 \begin_layout Plain Layout
12180 a
12181 \end_layout
12182
12183 \end_inset
12184 </cell>
12185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12186 \begin_inset Text
12187
12188 \begin_layout Plain Layout
12189 b
12190 \end_layout
12191
12192 \end_inset
12193 </cell>
12194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12195 \begin_inset Text
12196
12197 \begin_layout Plain Layout
12198 c
12199 \end_layout
12200
12201 \end_inset
12202 </cell>
12203 </row>
12204 <row>
12205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12206 \begin_inset Text
12207
12208 \begin_layout Plain Layout
12209 \begin_inset ERT
12210 status collapsed
12211
12212 \begin_layout Plain Layout
12213
12214
12215 \backslash
12216 multirow{2}{2.5cm}{
12217 \end_layout
12218
12219 \end_inset
12220
12221 multirow entry
12222 \begin_inset ERT
12223 status collapsed
12224
12225 \begin_layout Plain Layout
12226
12227 }
12228 \end_layout
12229
12230 \end_inset
12231
12232
12233 \end_layout
12234
12235 \end_inset
12236 </cell>
12237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12238 \begin_inset Text
12239
12240 \begin_layout Plain Layout
12241 e
12242 \end_layout
12243
12244 \end_inset
12245 </cell>
12246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12247 \begin_inset Text
12248
12249 \begin_layout Plain Layout
12250 f
12251 \end_layout
12252
12253 \end_inset
12254 </cell>
12255 </row>
12256 <row>
12257 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12258 \begin_inset Text
12259
12260 \begin_layout Plain Layout
12261
12262 \end_layout
12263
12264 \end_inset
12265 </cell>
12266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12267 \begin_inset Text
12268
12269 \begin_layout Plain Layout
12270 h
12271 \end_layout
12272
12273 \end_inset
12274 </cell>
12275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12276 \begin_inset Text
12277
12278 \begin_layout Plain Layout
12279 i
12280 \end_layout
12281
12282 \end_inset
12283 </cell>
12284 </row>
12285 </lyxtabular>
12286
12287 \end_inset
12288
12289
12290 \begin_inset ERT
12291 status collapsed
12292
12293 \begin_layout Plain Layout
12294
12295
12296 \backslash
12297 renewcommand{
12298 \backslash
12299 multirowsetup}{
12300 \backslash
12301 raggedright}
12302 \end_layout
12303
12304 \end_inset
12305
12306
12307 \end_layout
12308
12309 \begin_layout Standard
12310 create a 3×3 table.
12311  To get rid of the line above the last cell in the first column, the cell
12312  is marked as multicolumn and the upper border is unset.
12313  The multirow is now created in the second row of the first column by inserting
12314  there the command
12315 \end_layout
12316
12317 \begin_layout Standard
12318
12319 \series bold
12320
12321 \backslash
12322 multirow{2}{2.5cm}{
12323 \end_layout
12324
12325 \begin_layout Standard
12326 as TeX-Code.
12327  According to the command parameters the multirow spans now two rows and
12328  has a width of 2.5
12329 \begin_inset space \thinspace{}
12330 \end_inset
12331
12332 cm.
12333  The content of the multirow cell follows outside the TeX-Code box and the
12334  command is finished with a right brace 
12335 \series bold
12336 }
12337 \series default
12338  in another TeX-Code-box behind the text.
12339 \end_layout
12340
12341 \begin_layout Standard
12342
12343 \series bold
12344
12345 \backslash
12346 multirow
12347 \series default
12348  left-aligns its content by default.
12349  To override the default, renew the command 
12350 \series bold
12351
12352 \backslash
12353 multirowsetup
12354 \series default
12355  with the command
12356 \end_layout
12357
12358 \begin_layout Standard
12359
12360 \series bold
12361
12362 \backslash
12363 renewcommand{
12364 \backslash
12365 multirowsetup}{
12366 \backslash
12367 centering}
12368 \end_layout
12369
12370 \begin_layout Standard
12371 in TeX-Code in the document preamble.
12372  Then all entries of multirow cells in the document are centered.
12373  If centering is only needed for several tables, you can renew the command
12374  in an TeX-Code box just before the table instead of the preamble.
12375  If the text should be right-aligned, replace 
12376 \series bold
12377
12378 \backslash
12379 centering
12380 \series default
12381  by 
12382 \series bold
12383
12384 \backslash
12385 raggedleft
12386 \series default
12387 .
12388  To return to left-alignment 
12389 \series bold
12390
12391 \backslash
12392 raggedright
12393 \series default
12394  is used.
12395 \end_layout
12396
12397 \begin_layout Section
12398 Formal Tables
12399 \begin_inset CommandInset label
12400 LatexCommand label
12401 name "sec:Formal-Tables"
12402
12403 \end_inset
12404
12405
12406 \begin_inset Index
12407 status collapsed
12408
12409 \begin_layout Plain Layout
12410 Table ! Formal
12411 \end_layout
12412
12413 \end_inset
12414
12415
12416 \end_layout
12417
12418 \begin_layout Standard
12419 Tables are often typeset in books similar to Table
12420 \begin_inset space ~
12421 \end_inset
12422
12423
12424 \begin_inset CommandInset ref
12425 LatexCommand ref
12426 reference "tab:Example-booktabs-table"
12427
12428 \end_inset
12429
12430 .
12431  This kind of tables is called 
12432 \begin_inset Quotes eld
12433 \end_inset
12434
12435
12436 \emph on
12437 formal
12438 \emph default
12439
12440 \begin_inset Quotes erd
12441 \end_inset
12442
12443 .
12444  To make a table a formal table use the option 
12445 \family sans
12446 Formal
12447 \family default
12448  in the 
12449 \family sans
12450 Borders
12451 \family default
12452  tab of the table dialog.
12453 \end_layout
12454
12455 \begin_layout Standard
12456 \begin_inset Float table
12457 placement h
12458 wide false
12459 sideways false
12460 status open
12461
12462 \begin_layout Plain Layout
12463 \begin_inset Caption
12464
12465 \begin_layout Plain Layout
12466 \begin_inset CommandInset label
12467 LatexCommand label
12468 name "tab:Example-booktabs-table"
12469
12470 \end_inset
12471
12472 Example booktabs-table
12473 \end_layout
12474
12475 \end_inset
12476
12477
12478 \end_layout
12479
12480 \begin_layout Plain Layout
12481 \align center
12482 \begin_inset Tabular
12483 <lyxtabular version="3" rows="8" columns="4">
12484 <features booktabs="true">
12485 <column alignment="center" valignment="top" width="0">
12486 <column alignment="center" valignment="top" width="0">
12487 <column alignment="center" valignment="top" width="0">
12488 <column alignment="center" valignment="top" width="0">
12489 <row>
12490 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12491 \begin_inset Text
12492
12493 \begin_layout Plain Layout
12494 System
12495 \end_layout
12496
12497 \end_inset
12498 </cell>
12499 <cell alignment="center" valignment="top" topline="true" usebox="none">
12500 \begin_inset Text
12501
12502 \begin_layout Plain Layout
12503 Medipix
12504 \begin_inset space \thinspace{}
12505 \end_inset
12506
12507 1
12508 \end_layout
12509
12510 \end_inset
12511 </cell>
12512 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12513 \begin_inset Text
12514
12515 \begin_layout Plain Layout
12516 Medipix
12517 \begin_inset space \thinspace{}
12518 \end_inset
12519
12520 2
12521 \end_layout
12522
12523 \end_inset
12524 </cell>
12525 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12526 \begin_inset Text
12527
12528 \begin_layout Plain Layout
12529
12530 \end_layout
12531
12532 \end_inset
12533 </cell>
12534 </row>
12535 <row>
12536 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12537 \begin_inset Text
12538
12539 \begin_layout Plain Layout
12540 \begin_inset ERT
12541 status collapsed
12542
12543 \begin_layout Plain Layout
12544
12545
12546 \backslash
12547 cmidrule(r){2-2}
12548 \end_layout
12549
12550 \end_inset
12551
12552
12553 \begin_inset ERT
12554 status collapsed
12555
12556 \begin_layout Plain Layout
12557
12558
12559 \backslash
12560 cmidrule(l){3-4}
12561 \end_layout
12562
12563 \end_inset
12564
12565 Detector thickness [µm]
12566 \end_layout
12567
12568 \end_inset
12569 </cell>
12570 <cell alignment="center" valignment="top" usebox="none">
12571 \begin_inset Text
12572
12573 \begin_layout Plain Layout
12574 300
12575 \end_layout
12576
12577 \end_inset
12578 </cell>
12579 <cell alignment="center" valignment="top" usebox="none">
12580 \begin_inset Text
12581
12582 \begin_layout Plain Layout
12583 300
12584 \end_layout
12585
12586 \end_inset
12587 </cell>
12588 <cell alignment="center" valignment="top" usebox="none">
12589 \begin_inset Text
12590
12591 \begin_layout Plain Layout
12592 700
12593 \end_layout
12594
12595 \end_inset
12596 </cell>
12597 </row>
12598 <row>
12599 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
12600 \begin_inset Text
12601
12602 \begin_layout Plain Layout
12603 Edge angle [°]
12604 \end_layout
12605
12606 \end_inset
12607 </cell>
12608 <cell alignment="center" valignment="top" topline="true" usebox="none">
12609 \begin_inset Text
12610
12611 \begin_layout Plain Layout
12612 3.55
12613 \end_layout
12614
12615 \end_inset
12616 </cell>
12617 <cell alignment="center" valignment="top" topline="true" usebox="none">
12618 \begin_inset Text
12619
12620 \begin_layout Plain Layout
12621 2.71
12622 \end_layout
12623
12624 \end_inset
12625 </cell>
12626 <cell alignment="center" valignment="top" topline="true" usebox="none">
12627 \begin_inset Text
12628
12629 \begin_layout Plain Layout
12630 7.99
12631 \end_layout
12632
12633 \end_inset
12634 </cell>
12635 </row>
12636 <row topspace="default">
12637 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12638 \begin_inset Text
12639
12640 \begin_layout Plain Layout
12641 Spatial resolution [µm]
12642 \end_layout
12643
12644 \end_inset
12645 </cell>
12646 <cell alignment="center" valignment="top" usebox="none">
12647 \begin_inset Text
12648
12649 \begin_layout Plain Layout
12650 4.26
12651 \end_layout
12652
12653 \end_inset
12654 </cell>
12655 <cell alignment="center" valignment="top" usebox="none">
12656 \begin_inset Text
12657
12658 \begin_layout Plain Layout
12659 10.17
12660 \end_layout
12661
12662 \end_inset
12663 </cell>
12664 <cell alignment="center" valignment="top" usebox="none">
12665 \begin_inset Text
12666
12667 \begin_layout Plain Layout
12668 10.56
12669 \end_layout
12670
12671 \end_inset
12672 </cell>
12673 </row>
12674 <row topspace="default">
12675 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12676 \begin_inset Text
12677
12678 \begin_layout Plain Layout
12679 MTF at 
12680 \begin_inset Formula $f_{\mathrm{max}}$
12681 \end_inset
12682
12683
12684 \end_layout
12685
12686 \end_inset
12687 </cell>
12688 <cell alignment="center" valignment="top" usebox="none">
12689 \begin_inset Text
12690
12691 \begin_layout Plain Layout
12692 0.53
12693 \end_layout
12694
12695 \end_inset
12696 </cell>
12697 <cell alignment="center" valignment="top" usebox="none">
12698 \begin_inset Text
12699
12700 \begin_layout Plain Layout
12701 0.37
12702 \end_layout
12703
12704 \end_inset
12705 </cell>
12706 <cell alignment="center" valignment="top" usebox="none">
12707 \begin_inset Text
12708
12709 \begin_layout Plain Layout
12710 0.39
12711 \end_layout
12712
12713 \end_inset
12714 </cell>
12715 </row>
12716 <row topspace="default">
12717 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12718 \begin_inset Text
12719
12720 \begin_layout Plain Layout
12721 \begin_inset ERT
12722 status collapsed
12723
12724 \begin_layout Plain Layout
12725
12726
12727 \backslash
12728 cmidrule(l{10pt}){1-1}
12729 \end_layout
12730
12731 \end_inset
12732
12733 LSF-spatial resolution
12734 \end_layout
12735
12736 \end_inset
12737 </cell>
12738 <cell alignment="center" valignment="top" usebox="none">
12739 \begin_inset Text
12740
12741 \begin_layout Plain Layout
12742
12743 \end_layout
12744
12745 \end_inset
12746 </cell>
12747 <cell alignment="center" valignment="top" usebox="none">
12748 \begin_inset Text
12749
12750 \begin_layout Plain Layout
12751
12752 \end_layout
12753
12754 \end_inset
12755 </cell>
12756 <cell alignment="center" valignment="top" usebox="none">
12757 \begin_inset Text
12758
12759 \begin_layout Plain Layout
12760
12761 \end_layout
12762
12763 \end_inset
12764 </cell>
12765 </row>
12766 <row>
12767 <cell alignment="center" valignment="top" rightline="true" usebox="none">
12768 \begin_inset Text
12769
12770 \begin_layout Plain Layout
12771 in µm
12772 \end_layout
12773
12774 \end_inset
12775 </cell>
12776 <cell alignment="center" valignment="top" usebox="none">
12777 \begin_inset Text
12778
12779 \begin_layout Plain Layout
12780 129.7
12781 \end_layout
12782
12783 \end_inset
12784 </cell>
12785 <cell alignment="center" valignment="top" usebox="none">
12786 \begin_inset Text
12787
12788 \begin_layout Plain Layout
12789 52.75
12790 \end_layout
12791
12792 \end_inset
12793 </cell>
12794 <cell alignment="center" valignment="top" usebox="none">
12795 \begin_inset Text
12796
12797 \begin_layout Plain Layout
12798 50.78
12799 \end_layout
12800
12801 \end_inset
12802 </cell>
12803 </row>
12804 <row>
12805 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
12806 \begin_inset Text
12807
12808 \begin_layout Plain Layout
12809 in % of pixel size
12810 \end_layout
12811
12812 \end_inset
12813 </cell>
12814 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12815 \begin_inset Text
12816
12817 \begin_layout Plain Layout
12818 76.3
12819 \end_layout
12820
12821 \end_inset
12822 </cell>
12823 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12824 \begin_inset Text
12825
12826 \begin_layout Plain Layout
12827 95.9
12828 \end_layout
12829
12830 \end_inset
12831 </cell>
12832 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12833 \begin_inset Text
12834
12835 \begin_layout Plain Layout
12836 92.3
12837 \end_layout
12838
12839 \end_inset
12840 </cell>
12841 </row>
12842 </lyxtabular>
12843
12844 \end_inset
12845
12846
12847 \end_layout
12848
12849 \end_inset
12850
12851
12852 \end_layout
12853
12854 \begin_layout Standard
12855 Spaces to table rows can be added using the 
12856 \family sans
12857 Borders
12858 \family default
12859  tab of the table dialog as described in section
12860 \begin_inset space ~
12861 \end_inset
12862
12863
12864 \begin_inset CommandInset ref
12865 LatexCommand ref
12866 reference "sub:Row-Spacing"
12867
12868 \end_inset
12869
12870 .
12871 \end_layout
12872
12873 \begin_layout Standard
12874 In contrary to normal tables, formal tables have no vertical table lines.
12875  The horizontal table lines can be set like for normal tables but they appear
12876  with different width in the output:
12877 \begin_inset Newline newline
12878 \end_inset
12879
12880 The first and the last table line have a default width of 0.08
12881 \begin_inset space \thinspace{}
12882 \end_inset
12883
12884 em while the other lines have a default width of 0.05
12885 \begin_inset space \thinspace{}
12886 \end_inset
12887
12888 em.
12889 \end_layout
12890
12891 \begin_layout Standard
12892 The default widths can be changed with the following preamble lines
12893 \end_layout
12894
12895 \begin_layout Standard
12896
12897 \series bold
12898
12899 \backslash
12900 let
12901 \backslash
12902 mytoprule
12903 \backslash
12904 toprule
12905 \begin_inset Newline newline
12906 \end_inset
12907
12908
12909 \backslash
12910 renewcommand{
12911 \backslash
12912 toprule}{
12913 \backslash
12914 mytoprule[width]}
12915 \end_layout
12916
12917 \begin_layout Standard
12918 This example is for the first line, the so called 
12919 \series bold
12920 toprule
12921 \series default
12922 .
12923  If you want to change the width for the last line, replace 
12924 \series bold
12925 toprule
12926 \series default
12927  by 
12928 \series bold
12929 bottomrule
12930 \series default
12931 .
12932  To change the width for the other lines replace 
12933 \series bold
12934 toprule
12935 \series default
12936  by 
12937 \series bold
12938 midrule
12939 \series default
12940 .
12941  You can use all units listed in appendix
12942 \begin_inset space ~
12943 \end_inset
12944
12945
12946 \begin_inset CommandInset ref
12947 LatexCommand ref
12948 reference "cha:Units-available-in"
12949
12950 \end_inset
12951
12952  to set the width.
12953 \end_layout
12954
12955 \begin_layout Standard
12956 Lines that don't span over all table columns can be created by setting a
12957  table line for multicolumn cells.
12958  LyX will then internally use the command 
12959 \series bold
12960
12961 \backslash
12962 cmidrule
12963 \series default
12964  to create this line.
12965  Its full scheme is
12966 \end_layout
12967
12968 \begin_layout Standard
12969
12970 \series bold
12971
12972 \backslash
12973 cmidrule[width](trim){startcol-endcol}
12974 \end_layout
12975
12976 \begin_layout Standard
12977 The options of 
12978 \series bold
12979
12980 \backslash
12981 cmidrule
12982 \series default
12983  are are currently not supported by LyX so you have to use TeX-Code to be
12984  able to use them.
12985  
12986 \series bold
12987
12988 \backslash
12989 cmidrule
12990 \series default
12991 s can manually be created by inserting the command as TeX-Code as first
12992  cell entry of the first cell of a row.
12993  The line is then drawn in the output above the current row.
12994 \end_layout
12995
12996 \begin_layout Standard
12997 The default for the width is 0.03
12998 \begin_inset space \thinspace{}
12999 \end_inset
13000
13001 em.
13002  Startcol is the number of the column where the line starts and endcol the
13003  column number where the line ends.
13004  The endcol always needs to be specified, also when the line should span
13005  only one column.
13006  The optional parameter trim could be either 
13007 \emph on
13008 l{trimwidth}
13009 \emph default
13010 , or 
13011 \emph on
13012 r{trimwidth}
13013 \emph default
13014  where the trimwidth is also optional.
13015  Using for example the parameter 
13016 \emph on
13017 l{2pt}
13018 \emph default
13019  means that the line is trimmed from its left end by 2
13020 \begin_inset space \thinspace{}
13021 \end_inset
13022
13023 pt.
13024  If you don't specify the trimwidth the lines are trimmed by the default
13025  of 0.5
13026 \begin_inset space \thinspace{}
13027 \end_inset
13028
13029 em.
13030 \end_layout
13031
13032 \begin_layout Standard
13033 \begin_inset VSpace bigskip
13034 \end_inset
13035
13036 Table
13037 \begin_inset space ~
13038 \end_inset
13039
13040
13041 \begin_inset CommandInset ref
13042 LatexCommand ref
13043 reference "tab:Example-booktabs-table"
13044
13045 \end_inset
13046
13047  was created using the commands
13048 \end_layout
13049
13050 \begin_layout Standard
13051
13052 \series bold
13053
13054 \backslash
13055 cmidrule(r){2-2}
13056 \backslash
13057 cmidrule(l){3-4}
13058 \end_layout
13059
13060 \begin_layout Standard
13061 at the beginning of the in the second row and
13062 \end_layout
13063
13064 \begin_layout Standard
13065
13066 \series bold
13067
13068 \backslash
13069 cmidrule(l{10pt}){1-1}
13070 \end_layout
13071
13072 \begin_layout Standard
13073 in the sixth row.
13074 \end_layout
13075
13076 \begin_layout Standard
13077 \begin_inset VSpace bigskip
13078 \end_inset
13079
13080
13081 \end_layout
13082
13083 \begin_layout Standard
13084 You might want to have overlapping 
13085 \series bold
13086
13087 \backslash
13088 cmidrule
13089 \series default
13090 s like in Table
13091 \begin_inset space ~
13092 \end_inset
13093
13094
13095 \begin_inset CommandInset ref
13096 LatexCommand ref
13097 reference "tab:Special-booktabs-table"
13098
13099 \end_inset
13100
13101 .
13102  This can be achieved with the TeX-Code command
13103 \end_layout
13104
13105 \begin_layout Standard
13106
13107 \series bold
13108
13109 \backslash
13110 morecmidrules
13111 \end_layout
13112
13113 \begin_layout Standard
13114 The command that was used for the second row of Table
13115 \begin_inset space ~
13116 \end_inset
13117
13118
13119 \begin_inset CommandInset ref
13120 LatexCommand ref
13121 reference "tab:Special-booktabs-table"
13122
13123 \end_inset
13124
13125  is
13126 \end_layout
13127
13128 \begin_layout Standard
13129
13130 \series bold
13131
13132 \backslash
13133 cmidrule(r){2-2}
13134 \backslash
13135 cmidrule(l){3-4}
13136 \backslash
13137 morecmidrules
13138 \backslash
13139 cmidrule{2-4}
13140 \end_layout
13141
13142 \begin_layout Standard
13143 The command for the sixth row is
13144 \end_layout
13145
13146 \begin_layout Standard
13147
13148 \series bold
13149
13150 \backslash
13151 midrule
13152 \backslash
13153 morecmidrules
13154 \backslash
13155 cmidrule{3-4}
13156 \end_layout
13157
13158 \begin_layout Standard
13159 \begin_inset VSpace bigskip
13160 \end_inset
13161
13162
13163 \end_layout
13164
13165 \begin_layout Standard
13166 If you are anyway not satisfied with the border line spacing, you can use
13167  the following command to produce lines that span over all table columns
13168 \series bold
13169 :
13170 \end_layout
13171
13172 \begin_layout Standard
13173
13174 \series bold
13175
13176 \backslash
13177 specialrule{width}{space above}{space below}
13178 \end_layout
13179
13180 \begin_layout Standard
13181 For more information about these specialties, we refer to the manual of
13182  the LaTeX-package 
13183 \series bold
13184 booktabs
13185 \series default
13186  
13187 \begin_inset CommandInset citation
13188 LatexCommand cite
13189 key "booktabs"
13190
13191 \end_inset
13192
13193 .
13194 \begin_inset Index
13195 status collapsed
13196
13197 \begin_layout Plain Layout
13198 LaTeX-packages ! booktabs
13199 \end_layout
13200
13201 \end_inset
13202
13203
13204 \end_layout
13205
13206 \begin_layout Standard
13207 \begin_inset Float table
13208 placement h
13209 wide false
13210 sideways false
13211 status open
13212
13213 \begin_layout Plain Layout
13214 \begin_inset Caption
13215
13216 \begin_layout Plain Layout
13217 \begin_inset CommandInset label
13218 LatexCommand label
13219 name "tab:Special-booktabs-table"
13220
13221 \end_inset
13222
13223 Special booktabs-table
13224 \end_layout
13225
13226 \end_inset
13227
13228
13229 \end_layout
13230
13231 \begin_layout Plain Layout
13232 \align center
13233 \begin_inset Tabular
13234 <lyxtabular version="3" rows="8" columns="4">
13235 <features booktabs="true">
13236 <column alignment="center" valignment="top" width="0">
13237 <column alignment="center" valignment="top" width="0">
13238 <column alignment="center" valignment="top" width="0">
13239 <column alignment="center" valignment="top" width="0">
13240 <row>
13241 <cell alignment="center" valignment="top" topline="true" usebox="none">
13242 \begin_inset Text
13243
13244 \begin_layout Plain Layout
13245 System
13246 \end_layout
13247
13248 \end_inset
13249 </cell>
13250 <cell alignment="center" valignment="top" topline="true" usebox="none">
13251 \begin_inset Text
13252
13253 \begin_layout Plain Layout
13254 Medipix
13255 \begin_inset space \thinspace{}
13256 \end_inset
13257
13258 1
13259 \end_layout
13260
13261 \end_inset
13262 </cell>
13263 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
13264 \begin_inset Text
13265
13266 \begin_layout Plain Layout
13267 Medipix
13268 \begin_inset space \thinspace{}
13269 \end_inset
13270
13271 2
13272 \end_layout
13273
13274 \end_inset
13275 </cell>
13276 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13277 \begin_inset Text
13278
13279 \begin_layout Plain Layout
13280
13281 \end_layout
13282
13283 \end_inset
13284 </cell>
13285 </row>
13286 <row>
13287 <cell alignment="center" valignment="top" usebox="none">
13288 \begin_inset Text
13289
13290 \begin_layout Plain Layout
13291 \begin_inset ERT
13292 status collapsed
13293
13294 \begin_layout Plain Layout
13295
13296
13297 \backslash
13298 cmidrule(r){2-2}
13299 \end_layout
13300
13301 \end_inset
13302
13303
13304 \begin_inset ERT
13305 status collapsed
13306
13307 \begin_layout Plain Layout
13308
13309
13310 \backslash
13311 cmidrule(l){3-4}
13312 \end_layout
13313
13314 \end_inset
13315
13316
13317 \begin_inset ERT
13318 status collapsed
13319
13320 \begin_layout Plain Layout
13321
13322
13323 \backslash
13324 morecmidrules 
13325 \end_layout
13326
13327 \end_inset
13328
13329
13330 \begin_inset ERT
13331 status collapsed
13332
13333 \begin_layout Plain Layout
13334
13335
13336 \backslash
13337 cmidrule{2-4}
13338 \end_layout
13339
13340 \end_inset
13341
13342 Detector thickness [µm]
13343 \end_layout
13344
13345 \end_inset
13346 </cell>
13347 <cell alignment="center" valignment="top" usebox="none">
13348 \begin_inset Text
13349
13350 \begin_layout Plain Layout
13351 300
13352 \end_layout
13353
13354 \end_inset
13355 </cell>
13356 <cell alignment="center" valignment="top" usebox="none">
13357 \begin_inset Text
13358
13359 \begin_layout Plain Layout
13360 300
13361 \end_layout
13362
13363 \end_inset
13364 </cell>
13365 <cell alignment="center" valignment="top" usebox="none">
13366 \begin_inset Text
13367
13368 \begin_layout Plain Layout
13369 700
13370 \end_layout
13371
13372 \end_inset
13373 </cell>
13374 </row>
13375 <row>
13376 <cell alignment="center" valignment="top" topline="true" usebox="none">
13377 \begin_inset Text
13378
13379 \begin_layout Plain Layout
13380 Edge angle [°]
13381 \end_layout
13382
13383 \end_inset
13384 </cell>
13385 <cell alignment="center" valignment="top" topline="true" usebox="none">
13386 \begin_inset Text
13387
13388 \begin_layout Plain Layout
13389 3.55
13390 \end_layout
13391
13392 \end_inset
13393 </cell>
13394 <cell alignment="center" valignment="top" topline="true" usebox="none">
13395 \begin_inset Text
13396
13397 \begin_layout Plain Layout
13398 2.71
13399 \end_layout
13400
13401 \end_inset
13402 </cell>
13403 <cell alignment="center" valignment="top" topline="true" usebox="none">
13404 \begin_inset Text
13405
13406 \begin_layout Plain Layout
13407 7.99
13408 \end_layout
13409
13410 \end_inset
13411 </cell>
13412 </row>
13413 <row topspace="default">
13414 <cell alignment="center" valignment="top" usebox="none">
13415 \begin_inset Text
13416
13417 \begin_layout Plain Layout
13418 Spatial resolution [µm]
13419 \end_layout
13420
13421 \end_inset
13422 </cell>
13423 <cell alignment="center" valignment="top" usebox="none">
13424 \begin_inset Text
13425
13426 \begin_layout Plain Layout
13427 4.26
13428 \end_layout
13429
13430 \end_inset
13431 </cell>
13432 <cell alignment="center" valignment="top" usebox="none">
13433 \begin_inset Text
13434
13435 \begin_layout Plain Layout
13436 10.17
13437 \end_layout
13438
13439 \end_inset
13440 </cell>
13441 <cell alignment="center" valignment="top" usebox="none">
13442 \begin_inset Text
13443
13444 \begin_layout Plain Layout
13445 10.56
13446 \end_layout
13447
13448 \end_inset
13449 </cell>
13450 </row>
13451 <row topspace="default">
13452 <cell alignment="center" valignment="top" usebox="none">
13453 \begin_inset Text
13454
13455 \begin_layout Plain Layout
13456 MTF at 
13457 \begin_inset Formula $f_{\mathrm{max}}$
13458 \end_inset
13459
13460
13461 \end_layout
13462
13463 \end_inset
13464 </cell>
13465 <cell alignment="center" valignment="top" usebox="none">
13466 \begin_inset Text
13467
13468 \begin_layout Plain Layout
13469 0.53
13470 \end_layout
13471
13472 \end_inset
13473 </cell>
13474 <cell alignment="center" valignment="top" usebox="none">
13475 \begin_inset Text
13476
13477 \begin_layout Plain Layout
13478 0.37
13479 \end_layout
13480
13481 \end_inset
13482 </cell>
13483 <cell alignment="center" valignment="top" usebox="none">
13484 \begin_inset Text
13485
13486 \begin_layout Plain Layout
13487 0.39
13488 \end_layout
13489
13490 \end_inset
13491 </cell>
13492 </row>
13493 <row>
13494 <cell alignment="center" valignment="top" topline="true" usebox="none">
13495 \begin_inset Text
13496
13497 \begin_layout Plain Layout
13498 \begin_inset ERT
13499 status collapsed
13500
13501 \begin_layout Plain Layout
13502
13503
13504 \backslash
13505 morecmidrules 
13506 \end_layout
13507
13508 \end_inset
13509
13510
13511 \begin_inset ERT
13512 status collapsed
13513
13514 \begin_layout Plain Layout
13515
13516
13517 \backslash
13518 cmidrule{3-4}
13519 \end_layout
13520
13521 \end_inset
13522
13523 LSF-spatial resolution
13524 \end_layout
13525
13526 \end_inset
13527 </cell>
13528 <cell alignment="center" valignment="top" topline="true" usebox="none">
13529 \begin_inset Text
13530
13531 \begin_layout Plain Layout
13532
13533 \end_layout
13534
13535 \end_inset
13536 </cell>
13537 <cell alignment="center" valignment="top" topline="true" usebox="none">
13538 \begin_inset Text
13539
13540 \begin_layout Plain Layout
13541
13542 \end_layout
13543
13544 \end_inset
13545 </cell>
13546 <cell alignment="center" valignment="top" topline="true" usebox="none">
13547 \begin_inset Text
13548
13549 \begin_layout Plain Layout
13550
13551 \end_layout
13552
13553 \end_inset
13554 </cell>
13555 </row>
13556 <row>
13557 <cell alignment="center" valignment="top" usebox="none">
13558 \begin_inset Text
13559
13560 \begin_layout Plain Layout
13561 in µm
13562 \end_layout
13563
13564 \end_inset
13565 </cell>
13566 <cell alignment="center" valignment="top" usebox="none">
13567 \begin_inset Text
13568
13569 \begin_layout Plain Layout
13570 129.7
13571 \end_layout
13572
13573 \end_inset
13574 </cell>
13575 <cell alignment="center" valignment="top" usebox="none">
13576 \begin_inset Text
13577
13578 \begin_layout Plain Layout
13579 52.75
13580 \end_layout
13581
13582 \end_inset
13583 </cell>
13584 <cell alignment="center" valignment="top" usebox="none">
13585 \begin_inset Text
13586
13587 \begin_layout Plain Layout
13588 50.78
13589 \end_layout
13590
13591 \end_inset
13592 </cell>
13593 </row>
13594 <row>
13595 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13596 \begin_inset Text
13597
13598 \begin_layout Plain Layout
13599 in % of pixel size
13600 \end_layout
13601
13602 \end_inset
13603 </cell>
13604 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13605 \begin_inset Text
13606
13607 \begin_layout Plain Layout
13608 76.3
13609 \end_layout
13610
13611 \end_inset
13612 </cell>
13613 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13614 \begin_inset Text
13615
13616 \begin_layout Plain Layout
13617 95.9
13618 \end_layout
13619
13620 \end_inset
13621 </cell>
13622 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13623 \begin_inset Text
13624
13625 \begin_layout Plain Layout
13626 92.3
13627 \end_layout
13628
13629 \end_inset
13630 </cell>
13631 </row>
13632 </lyxtabular>
13633
13634 \end_inset
13635
13636
13637 \end_layout
13638
13639 \end_inset
13640
13641
13642 \end_layout
13643
13644 \begin_layout Section
13645 Vertical Table Alignment
13646 \begin_inset Index
13647 status collapsed
13648
13649 \begin_layout Plain Layout
13650 Table ! Alignment
13651 \end_layout
13652
13653 \end_inset
13654
13655
13656 \end_layout
13657
13658 \begin_layout Standard
13659 To align tables vertically in a text line the table must be inside a box.
13660  The box can then be vertically aligned as described in section
13661 \begin_inset space ~
13662 \end_inset
13663
13664
13665 \begin_inset CommandInset ref
13666 LatexCommand ref
13667 reference "sec:Box-Dialog"
13668
13669 \end_inset
13670
13671 .
13672 \end_layout
13673
13674 \begin_layout Standard
13675 In the following example the tables are inside a minipage
13676 \begin_inset Foot
13677 status collapsed
13678
13679 \begin_layout Plain Layout
13680 Minipages are described in section
13681 \begin_inset space ~
13682 \end_inset
13683
13684
13685 \begin_inset CommandInset ref
13686 LatexCommand ref
13687 reference "sec:Minipages"
13688
13689 \end_inset
13690
13691 .
13692 \end_layout
13693
13694 \end_inset
13695
13696  box that has a width of 15
13697 \begin_inset space \thinspace{}
13698 \end_inset
13699
13700 col%:
13701 \end_layout
13702
13703 \begin_layout Itemize
13704 test 
13705 \begin_inset Box Frameless
13706 position "t"
13707 hor_pos "c"
13708 has_inner_box 1
13709 inner_pos "c"
13710 use_parbox 0
13711 width "15col%"
13712 special "none"
13713 height "1in"
13714 height_special "totalheight"
13715 status collapsed
13716
13717 \begin_layout Plain Layout
13718 \begin_inset Tabular
13719 <lyxtabular version="3" rows="3" columns="3">
13720 <features>
13721 <column alignment="center" valignment="top" width="0">
13722 <column alignment="center" valignment="top" width="0">
13723 <column alignment="center" valignment="top" width="0">
13724 <row>
13725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13726 \begin_inset Text
13727
13728 \begin_layout Plain Layout
13729 a
13730 \end_layout
13731
13732 \end_inset
13733 </cell>
13734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13735 \begin_inset Text
13736
13737 \begin_layout Plain Layout
13738 d
13739 \end_layout
13740
13741 \end_inset
13742 </cell>
13743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13744 \begin_inset Text
13745
13746 \begin_layout Plain Layout
13747 g
13748 \end_layout
13749
13750 \end_inset
13751 </cell>
13752 </row>
13753 <row>
13754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13755 \begin_inset Text
13756
13757 \begin_layout Plain Layout
13758 b
13759 \end_layout
13760
13761 \end_inset
13762 </cell>
13763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13764 \begin_inset Text
13765
13766 \begin_layout Plain Layout
13767 e
13768 \end_layout
13769
13770 \end_inset
13771 </cell>
13772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13773 \begin_inset Text
13774
13775 \begin_layout Plain Layout
13776 h
13777 \end_layout
13778
13779 \end_inset
13780 </cell>
13781 </row>
13782 <row>
13783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13784 \begin_inset Text
13785
13786 \begin_layout Plain Layout
13787 c
13788 \end_layout
13789
13790 \end_inset
13791 </cell>
13792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13793 \begin_inset Text
13794
13795 \begin_layout Plain Layout
13796 f
13797 \end_layout
13798
13799 \end_inset
13800 </cell>
13801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13802 \begin_inset Text
13803
13804 \begin_layout Plain Layout
13805 i
13806 \end_layout
13807
13808 \end_inset
13809 </cell>
13810 </row>
13811 </lyxtabular>
13812
13813 \end_inset
13814
13815
13816 \end_layout
13817
13818 \end_inset
13819
13820  test 
13821 \begin_inset ERT
13822 status collapsed
13823
13824 \begin_layout Plain Layout
13825
13826
13827 \backslash
13828 raisebox{0.85
13829 \backslash
13830 baselineskip}{
13831 \end_layout
13832
13833 \end_inset
13834
13835
13836 \begin_inset Box Frameless
13837 position "t"
13838 hor_pos "c"
13839 has_inner_box 1
13840 inner_pos "c"
13841 use_parbox 0
13842 width "15col%"
13843 special "none"
13844 height "1in"
13845 height_special "totalheight"
13846 status collapsed
13847
13848 \begin_layout Plain Layout
13849 \begin_inset Tabular
13850 <lyxtabular version="3" rows="3" columns="3">
13851 <features>
13852 <column alignment="center" valignment="top" width="0">
13853 <column alignment="center" valignment="top" width="0">
13854 <column alignment="center" valignment="top" width="0">
13855 <row>
13856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13857 \begin_inset Text
13858
13859 \begin_layout Plain Layout
13860 a
13861 \end_layout
13862
13863 \end_inset
13864 </cell>
13865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13866 \begin_inset Text
13867
13868 \begin_layout Plain Layout
13869 d
13870 \end_layout
13871
13872 \end_inset
13873 </cell>
13874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13875 \begin_inset Text
13876
13877 \begin_layout Plain Layout
13878 g
13879 \end_layout
13880
13881 \end_inset
13882 </cell>
13883 </row>
13884 <row>
13885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13886 \begin_inset Text
13887
13888 \begin_layout Plain Layout
13889 b
13890 \end_layout
13891
13892 \end_inset
13893 </cell>
13894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13895 \begin_inset Text
13896
13897 \begin_layout Plain Layout
13898 e
13899 \end_layout
13900
13901 \end_inset
13902 </cell>
13903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13904 \begin_inset Text
13905
13906 \begin_layout Plain Layout
13907 h
13908 \end_layout
13909
13910 \end_inset
13911 </cell>
13912 </row>
13913 <row>
13914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13915 \begin_inset Text
13916
13917 \begin_layout Plain Layout
13918 c
13919 \end_layout
13920
13921 \end_inset
13922 </cell>
13923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13924 \begin_inset Text
13925
13926 \begin_layout Plain Layout
13927 f
13928 \end_layout
13929
13930 \end_inset
13931 </cell>
13932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13933 \begin_inset Text
13934
13935 \begin_layout Plain Layout
13936 i
13937 \end_layout
13938
13939 \end_inset
13940 </cell>
13941 </row>
13942 </lyxtabular>
13943
13944 \end_inset
13945
13946
13947 \end_layout
13948
13949 \end_inset
13950
13951
13952 \begin_inset ERT
13953 status collapsed
13954
13955 \begin_layout Plain Layout
13956
13957 }
13958 \end_layout
13959
13960 \end_inset
13961
13962
13963 \end_layout
13964
13965 \begin_layout Itemize
13966 test 
13967 \begin_inset Box Frameless
13968 position "c"
13969 hor_pos "c"
13970 has_inner_box 1
13971 inner_pos "c"
13972 use_parbox 0
13973 width "15col%"
13974 special "none"
13975 height "1in"
13976 height_special "totalheight"
13977 status collapsed
13978
13979 \begin_layout Plain Layout
13980 \begin_inset Tabular
13981 <lyxtabular version="3" rows="3" columns="3">
13982 <features>
13983 <column alignment="center" valignment="top" width="0">
13984 <column alignment="center" valignment="top" width="0">
13985 <column alignment="center" valignment="top" width="0">
13986 <row>
13987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13988 \begin_inset Text
13989
13990 \begin_layout Plain Layout
13991 a
13992 \end_layout
13993
13994 \end_inset
13995 </cell>
13996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13997 \begin_inset Text
13998
13999 \begin_layout Plain Layout
14000 d
14001 \end_layout
14002
14003 \end_inset
14004 </cell>
14005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14006 \begin_inset Text
14007
14008 \begin_layout Plain Layout
14009 g
14010 \end_layout
14011
14012 \end_inset
14013 </cell>
14014 </row>
14015 <row>
14016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14017 \begin_inset Text
14018
14019 \begin_layout Plain Layout
14020 b
14021 \end_layout
14022
14023 \end_inset
14024 </cell>
14025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14026 \begin_inset Text
14027
14028 \begin_layout Plain Layout
14029 e
14030 \end_layout
14031
14032 \end_inset
14033 </cell>
14034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14035 \begin_inset Text
14036
14037 \begin_layout Plain Layout
14038 h
14039 \end_layout
14040
14041 \end_inset
14042 </cell>
14043 </row>
14044 <row>
14045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14046 \begin_inset Text
14047
14048 \begin_layout Plain Layout
14049 c
14050 \end_layout
14051
14052 \end_inset
14053 </cell>
14054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14055 \begin_inset Text
14056
14057 \begin_layout Plain Layout
14058 f
14059 \end_layout
14060
14061 \end_inset
14062 </cell>
14063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14064 \begin_inset Text
14065
14066 \begin_layout Plain Layout
14067 i
14068 \end_layout
14069
14070 \end_inset
14071 </cell>
14072 </row>
14073 </lyxtabular>
14074
14075 \end_inset
14076
14077
14078 \end_layout
14079
14080 \end_inset
14081
14082
14083 \end_layout
14084
14085 \begin_layout Itemize
14086 test 
14087 \begin_inset Box Frameless
14088 position "b"
14089 hor_pos "c"
14090 has_inner_box 1
14091 inner_pos "c"
14092 use_parbox 0
14093 width "15col%"
14094 special "none"
14095 height "1in"
14096 height_special "totalheight"
14097 status collapsed
14098
14099 \begin_layout Plain Layout
14100 \begin_inset Tabular
14101 <lyxtabular version="3" rows="3" columns="3">
14102 <features>
14103 <column alignment="center" valignment="top" width="0">
14104 <column alignment="center" valignment="top" width="0">
14105 <column alignment="center" valignment="top" width="0">
14106 <row>
14107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14108 \begin_inset Text
14109
14110 \begin_layout Plain Layout
14111 a
14112 \end_layout
14113
14114 \end_inset
14115 </cell>
14116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14117 \begin_inset Text
14118
14119 \begin_layout Plain Layout
14120 d
14121 \end_layout
14122
14123 \end_inset
14124 </cell>
14125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14126 \begin_inset Text
14127
14128 \begin_layout Plain Layout
14129 g
14130 \end_layout
14131
14132 \end_inset
14133 </cell>
14134 </row>
14135 <row>
14136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14137 \begin_inset Text
14138
14139 \begin_layout Plain Layout
14140 b
14141 \end_layout
14142
14143 \end_inset
14144 </cell>
14145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14146 \begin_inset Text
14147
14148 \begin_layout Plain Layout
14149 e
14150 \end_layout
14151
14152 \end_inset
14153 </cell>
14154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14155 \begin_inset Text
14156
14157 \begin_layout Plain Layout
14158 h
14159 \end_layout
14160
14161 \end_inset
14162 </cell>
14163 </row>
14164 <row>
14165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14166 \begin_inset Text
14167
14168 \begin_layout Plain Layout
14169 c
14170 \end_layout
14171
14172 \end_inset
14173 </cell>
14174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14175 \begin_inset Text
14176
14177 \begin_layout Plain Layout
14178 f
14179 \end_layout
14180
14181 \end_inset
14182 </cell>
14183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14184 \begin_inset Text
14185
14186 \begin_layout Plain Layout
14187 i
14188 \end_layout
14189
14190 \end_inset
14191 </cell>
14192 </row>
14193 </lyxtabular>
14194
14195 \end_inset
14196
14197
14198 \end_layout
14199
14200 \end_inset
14201
14202  test 
14203 \begin_inset ERT
14204 status collapsed
14205
14206 \begin_layout Plain Layout
14207
14208
14209 \backslash
14210 raisebox{-0.32
14211 \backslash
14212 baselineskip}{
14213 \end_layout
14214
14215 \end_inset
14216
14217
14218 \begin_inset Box Frameless
14219 position "b"
14220 hor_pos "c"
14221 has_inner_box 1
14222 inner_pos "c"
14223 use_parbox 0
14224 width "15col%"
14225 special "none"
14226 height "1in"
14227 height_special "totalheight"
14228 status collapsed
14229
14230 \begin_layout Plain Layout
14231 \begin_inset Tabular
14232 <lyxtabular version="3" rows="3" columns="3">
14233 <features>
14234 <column alignment="center" valignment="top" width="0">
14235 <column alignment="center" valignment="top" width="0">
14236 <column alignment="center" valignment="top" width="0">
14237 <row>
14238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14239 \begin_inset Text
14240
14241 \begin_layout Plain Layout
14242 a
14243 \end_layout
14244
14245 \end_inset
14246 </cell>
14247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14248 \begin_inset Text
14249
14250 \begin_layout Plain Layout
14251 d
14252 \end_layout
14253
14254 \end_inset
14255 </cell>
14256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14257 \begin_inset Text
14258
14259 \begin_layout Plain Layout
14260 g
14261 \end_layout
14262
14263 \end_inset
14264 </cell>
14265 </row>
14266 <row>
14267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14268 \begin_inset Text
14269
14270 \begin_layout Plain Layout
14271 b
14272 \end_layout
14273
14274 \end_inset
14275 </cell>
14276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14277 \begin_inset Text
14278
14279 \begin_layout Plain Layout
14280 e
14281 \end_layout
14282
14283 \end_inset
14284 </cell>
14285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14286 \begin_inset Text
14287
14288 \begin_layout Plain Layout
14289 h
14290 \end_layout
14291
14292 \end_inset
14293 </cell>
14294 </row>
14295 <row>
14296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14297 \begin_inset Text
14298
14299 \begin_layout Plain Layout
14300 c
14301 \end_layout
14302
14303 \end_inset
14304 </cell>
14305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14306 \begin_inset Text
14307
14308 \begin_layout Plain Layout
14309 f
14310 \end_layout
14311
14312 \end_inset
14313 </cell>
14314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14315 \begin_inset Text
14316
14317 \begin_layout Plain Layout
14318 i
14319 \end_layout
14320
14321 \end_inset
14322 </cell>
14323 </row>
14324 </lyxtabular>
14325
14326 \end_inset
14327
14328
14329 \end_layout
14330
14331 \end_inset
14332
14333
14334 \begin_inset ERT
14335 status collapsed
14336
14337 \begin_layout Plain Layout
14338
14339 }
14340 \end_layout
14341
14342 \end_inset
14343
14344
14345 \end_layout
14346
14347 \begin_layout Standard
14348 As you can see, the content of the first and last table row is not correctly
14349  aligned with the text line where the table is in.
14350  To get this alignment, the minipage box must be set into a raisebox
14351 \begin_inset Foot
14352 status collapsed
14353
14354 \begin_layout Plain Layout
14355 Raiseboxes are described in section
14356 \begin_inset space ~
14357 \end_inset
14358
14359
14360 \begin_inset CommandInset ref
14361 LatexCommand ref
14362 reference "sub:Vertical-Alignment"
14363
14364 \end_inset
14365
14366 .
14367 \end_layout
14368
14369 \end_inset
14370
14371 .
14372  In the example above the second table in the first item is aligned using
14373  the TeX-Code-command
14374 \end_layout
14375
14376 \begin_layout Standard
14377
14378 \series bold
14379
14380 \backslash
14381 raisebox{0.85
14382 \backslash
14383 baselineskip}{
14384 \end_layout
14385
14386 \begin_layout Standard
14387 before the box.
14388  Behind the box the closing brace 
14389 \series bold
14390 }
14391 \series default
14392  is inserted as TeX-Code.
14393  For the second table in the last item the command
14394 \end_layout
14395
14396 \begin_layout Standard
14397
14398 \series bold
14399
14400 \backslash
14401 raisebox{-0.32
14402 \backslash
14403 baselineskip}{
14404 \end_layout
14405
14406 \begin_layout Standard
14407 is used.
14408 \end_layout
14409
14410 \begin_layout Standard
14411 \begin_inset Note Greyedout
14412 status open
14413
14414 \begin_layout Plain Layout
14415
14416 \series bold
14417 Note:
14418 \series default
14419  The alignment of the table row content to the surrounding text line is
14420  not exact.
14421  The needed factor of the 
14422 \series bold
14423
14424 \backslash
14425 raisebox
14426 \series default
14427  command for this alignment depends on the document font, the font size,
14428  and the table line thickness.
14429 \end_layout
14430
14431 \end_inset
14432
14433
14434 \end_layout
14435
14436 \begin_layout Section
14437 Colored Tables
14438 \begin_inset CommandInset label
14439 LatexCommand label
14440 name "sec:Colored-Tables"
14441
14442 \end_inset
14443
14444
14445 \begin_inset Index
14446 status collapsed
14447
14448 \begin_layout Plain Layout
14449 Table ! Color
14450 \end_layout
14451
14452 \end_inset
14453
14454
14455 \end_layout
14456
14457 \begin_layout Subsection
14458 Colored Cells
14459 \begin_inset Index
14460 status collapsed
14461
14462 \begin_layout Plain Layout
14463 Table Color ! for Cells
14464 \end_layout
14465
14466 \end_inset
14467
14468
14469 \begin_inset Index
14470 status collapsed
14471
14472 \begin_layout Plain Layout
14473 Color ! for Table Cells
14474 \end_layout
14475
14476 \end_inset
14477
14478
14479 \end_layout
14480
14481 \begin_layout Standard
14482 \begin_inset Float table
14483 placement h
14484 wide false
14485 sideways false
14486 status open
14487
14488 \begin_layout Plain Layout
14489 \begin_inset Caption
14490
14491 \begin_layout Plain Layout
14492 \begin_inset CommandInset label
14493 LatexCommand label
14494 name "tab:Table-colored-without"
14495
14496 \end_inset
14497
14498 Table colored without using the package 
14499 \series bold
14500 colortbl
14501 \series default
14502
14503 \begin_inset OptArg
14504 status collapsed
14505
14506 \begin_layout Plain Layout
14507 Table without colortbl
14508 \end_layout
14509
14510 \end_inset
14511
14512
14513 \end_layout
14514
14515 \end_inset
14516
14517
14518 \end_layout
14519
14520 \begin_layout Plain Layout
14521 \align center
14522 \begin_inset Tabular
14523 <lyxtabular version="3" rows="3" columns="3">
14524 <features>
14525 <column alignment="center" valignment="top" width="0">
14526 <column alignment="center" valignment="top" width="0">
14527 <column alignment="center" valignment="top" width="0">
14528 <row>
14529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14530 \begin_inset Text
14531
14532 \begin_layout Plain Layout
14533
14534 \color green
14535 a
14536 \end_layout
14537
14538 \end_inset
14539 </cell>
14540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14541 \begin_inset Text
14542
14543 \begin_layout Plain Layout
14544
14545 \color red
14546 b
14547 \end_layout
14548
14549 \end_inset
14550 </cell>
14551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14552 \begin_inset Text
14553
14554 \begin_layout Plain Layout
14555
14556 \color red
14557 c
14558 \end_layout
14559
14560 \end_inset
14561 </cell>
14562 </row>
14563 <row>
14564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14565 \begin_inset Text
14566
14567 \begin_layout Plain Layout
14568
14569 \color green
14570 d
14571 \end_layout
14572
14573 \end_inset
14574 </cell>
14575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14576 \begin_inset Text
14577
14578 \begin_layout Plain Layout
14579
14580 \color blue
14581 e
14582 \end_layout
14583
14584 \end_inset
14585 </cell>
14586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14587 \begin_inset Text
14588
14589 \begin_layout Plain Layout
14590
14591 \color blue
14592 f
14593 \end_layout
14594
14595 \end_inset
14596 </cell>
14597 </row>
14598 <row>
14599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14600 \begin_inset Text
14601
14602 \begin_layout Plain Layout
14603
14604 \color green
14605 g
14606 \end_layout
14607
14608 \end_inset
14609 </cell>
14610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14611 \begin_inset Text
14612
14613 \begin_layout Plain Layout
14614
14615 \color blue
14616 h
14617 \end_layout
14618
14619 \end_inset
14620 </cell>
14621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14622 \begin_inset Text
14623
14624 \begin_layout Plain Layout
14625
14626 \color blue
14627 i
14628 \end_layout
14629
14630 \end_inset
14631 </cell>
14632 </row>
14633 </lyxtabular>
14634
14635 \end_inset
14636
14637
14638 \end_layout
14639
14640 \end_inset
14641
14642
14643 \end_layout
14644
14645 \begin_layout Standard
14646 If you only need colored text, mark the cells and choose a color in the
14647  menu 
14648 \family sans
14649 Edit\SpecialChar \menuseparator
14650 Text
14651 \begin_inset space ~
14652 \end_inset
14653
14654 Style
14655 \family default
14656 .
14657  This was used to create Table
14658 \begin_inset space ~
14659 \end_inset
14660
14661
14662 \begin_inset CommandInset ref
14663 LatexCommand ref
14664 reference "tab:Table-colored-without"
14665
14666 \end_inset
14667
14668 .
14669  In any other case you have to use the LaTeX-package 
14670 \series bold
14671 colortbl
14672 \series default
14673 .
14674 \begin_inset Index
14675 status collapsed
14676
14677 \begin_layout Plain Layout
14678 LaTeX-packages ! colortbl
14679 \end_layout
14680
14681 \end_inset
14682
14683
14684 \end_layout
14685
14686 \begin_layout Standard
14687 \begin_inset ERT
14688 status collapsed
14689
14690 \begin_layout Plain Layout
14691
14692
14693 \backslash
14694 ifcolortbl
14695 \end_layout
14696
14697 \end_inset
14698
14699
14700 \begin_inset Note Note
14701 status open
14702
14703 \begin_layout Plain Layout
14704 The following section part will only be displayed when the LaTeX-package
14705  
14706 \series bold
14707 colortbl
14708 \series default
14709  is installed.
14710 \end_layout
14711
14712 \end_inset
14713
14714
14715 \end_layout
14716
14717 \begin_layout Standard
14718 To create colored tables, 
14719 \series bold
14720 colortbl
14721 \series default
14722  must be loaded in the preamble with the line
14723 \end_layout
14724
14725 \begin_layout Standard
14726
14727 \series bold
14728
14729 \backslash
14730 usepackage{colortbl}
14731 \end_layout
14732
14733 \begin_layout Standard
14734 The color of a column is adjusted with the command
14735 \end_layout
14736
14737 \begin_layout Standard
14738
14739 \series bold
14740
14741 \backslash
14742 columncolor{name of color}
14743 \end_layout
14744
14745 \begin_layout Standard
14746 inside the command 
14747 \series bold
14748 >{ }
14749 \series default
14750 .
14751  More about the command 
14752 \series bold
14753 >{}
14754 \series default
14755  is described in section
14756 \begin_inset space ~
14757 \end_inset
14758
14759
14760 \begin_inset CommandInset ref
14761 LatexCommand ref
14762 reference "sub:Multicolumn-Calculations"
14763
14764 \end_inset
14765
14766 .
14767 \end_layout
14768
14769 \begin_layout Standard
14770 The following color names are predefined:
14771 \end_layout
14772
14773 \begin_layout Standard
14774
14775 \family sans
14776 red
14777 \family default
14778
14779 \family sans
14780 green
14781 \family default
14782
14783 \family sans
14784 yellow
14785 \family default
14786
14787 \family sans
14788 blue
14789 \family default
14790
14791 \family sans
14792 cyan
14793 \family default
14794
14795 \family sans
14796 magenta
14797 \family default
14798
14799 \family sans
14800 black
14801 \family default
14802  and 
14803 \family sans
14804 white
14805 \end_layout
14806
14807 \begin_layout Standard
14808 \begin_inset VSpace medskip
14809 \end_inset
14810
14811
14812 \end_layout
14813
14814 \begin_layout Standard
14815 You can also define your own color with the command
14816 \end_layout
14817
14818 \begin_layout Standard
14819
14820 \series bold
14821
14822 \backslash
14823 definecolor{color name}{color model}{color values}
14824 \end_layout
14825
14826 \begin_layout Standard
14827 The color model can be
14828 \end_layout
14829
14830 \begin_layout Labeling
14831 \labelwidthstring 00.00.0000
14832 cmyk: cyan, magenta, yellow, black
14833 \end_layout
14834
14835 \begin_layout Labeling
14836 \labelwidthstring 00.00.0000
14837 rgb: red, green blue
14838 \end_layout
14839
14840 \begin_layout Labeling
14841 \labelwidthstring 00.00.0000
14842 gray gray
14843 \end_layout
14844
14845 \begin_layout Standard
14846 and the color values are comma separated numbers between 0 and 1 describing
14847  the factor for the corresponding color of the color model.
14848 \end_layout
14849
14850 \begin_layout Standard
14851 You can e.
14852 \begin_inset space \thinspace{}
14853 \end_inset
14854
14855 g.
14856 \begin_inset space \space{}
14857 \end_inset
14858
14859 define the color "
14860 \emph on
14861 darkgreen
14862 \emph default
14863 " in the preamble with
14864 \end_layout
14865
14866 \begin_layout Standard
14867
14868 \series bold
14869
14870 \backslash
14871 definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
14872 \end_layout
14873
14874 \begin_layout Standard
14875 and the color "
14876 \emph on
14877 lightgray
14878 \emph default
14879 " with
14880 \end_layout
14881
14882 \begin_layout Standard
14883
14884 \series bold
14885
14886 \backslash
14887 definecolor{lightgray}{gray}{0.8}
14888 \end_layout
14889
14890 \begin_layout Standard
14891 \begin_inset VSpace medskip
14892 \end_inset
14893
14894
14895 \end_layout
14896
14897 \begin_layout Standard
14898 Lines are colored with the command
14899 \end_layout
14900
14901 \begin_layout Standard
14902
14903 \series bold
14904
14905 \backslash
14906 rowcolor{name of color}
14907 \end_layout
14908
14909 \begin_layout Standard
14910 and cells are colored with the command
14911 \end_layout
14912
14913 \begin_layout Standard
14914
14915 \series bold
14916
14917 \backslash
14918 cellcolor{name of color}
14919 \end_layout
14920
14921 \begin_layout Standard
14922 Both commands are inserted at the beginning of a cell as TeX-Code.
14923 \end_layout
14924
14925 \begin_layout Standard
14926 To color characters in the table, mark the cells and use the LyX menu 
14927 \family sans
14928 Edit\SpecialChar \menuseparator
14929 Text
14930 \begin_inset space ~
14931 \end_inset
14932
14933 Style
14934 \family default
14935 .
14936  If a cell contains TeX-Code mark only the characters, otherwise the colored
14937  TeX-Code will cause LaTeX-errors.
14938 \end_layout
14939
14940 \begin_layout Standard
14941 \begin_inset Note Greyedout
14942 status open
14943
14944 \begin_layout Plain Layout
14945
14946 \series bold
14947 Note:
14948 \series default
14949  Not all DVI-viewers are able to display self-defined colors.
14950 \end_layout
14951
14952 \end_inset
14953
14954
14955 \end_layout
14956
14957 \begin_layout Standard
14958 \begin_inset VSpace bigskip
14959 \end_inset
14960
14961
14962 \end_layout
14963
14964 \begin_layout Standard
14965 To create Table
14966 \begin_inset space ~
14967 \end_inset
14968
14969
14970 \begin_inset CommandInset ref
14971 LatexCommand ref
14972 reference "tab:Table-colored-using"
14973
14974 \end_inset
14975
14976  do the following: The color of the first column should be 
14977 \emph on
14978 darkgreen
14979 \emph default
14980 .
14981  So insert
14982 \end_layout
14983
14984 \begin_layout Standard
14985
14986 \series bold
14987 >{
14988 \backslash
14989 columncolor{darkgreen}
14990 \backslash
14991 centering}c
14992 \end_layout
14993
14994 \begin_layout Standard
14995 as LaTeX-argument for this column.
14996  The first row should be blue, therefore the TeX-Code command
14997 \end_layout
14998
14999 \begin_layout Standard
15000
15001 \series bold
15002
15003 \backslash
15004 rowcolow{cyan}
15005 \end_layout
15006
15007 \begin_layout Standard
15008 is inserted to the first cell of this row.
15009  Note that this overwrites the column color for the first cell.
15010  The last cell of the last row is colored magenta by inserting the TeX-Code
15011  command
15012 \end_layout
15013
15014 \begin_layout Standard
15015
15016 \series bold
15017
15018 \backslash
15019 cellcolor{magenta}
15020 \end_layout
15021
15022 \begin_layout Standard
15023 The characters could now be colored using the menu 
15024 \family sans
15025 Edit\SpecialChar \menuseparator
15026 Text
15027 \begin_inset space ~
15028 \end_inset
15029
15030 Style
15031 \family default
15032 .
15033 \end_layout
15034
15035 \begin_layout Standard
15036 \begin_inset Float table
15037 placement h
15038 wide false
15039 sideways false
15040 status open
15041
15042 \begin_layout Plain Layout
15043 \begin_inset Caption
15044
15045 \begin_layout Plain Layout
15046 \begin_inset CommandInset label
15047 LatexCommand label
15048 name "tab:Table-colored-using"
15049
15050 \end_inset
15051
15052 Table colored using the package 
15053 \series bold
15054 colortbl
15055 \series default
15056
15057 \begin_inset OptArg
15058 status collapsed
15059
15060 \begin_layout Plain Layout
15061 Table with colortbl
15062 \end_layout
15063
15064 \end_inset
15065
15066
15067 \end_layout
15068
15069 \end_inset
15070
15071
15072 \end_layout
15073
15074 \begin_layout Plain Layout
15075 \align center
15076 \begin_inset Tabular
15077 <lyxtabular version="3" rows="3" columns="3">
15078 <features>
15079 <column alignment="center" valignment="top" width="0" special=">{\columncolor{darkgreen}\centering}c">
15080 <column alignment="center" valignment="top" width="0">
15081 <column alignment="center" valignment="top" width="0">
15082 <row>
15083 <cell alignment="center" valignment="top" usebox="none">
15084 \begin_inset Text
15085
15086 \begin_layout Plain Layout
15087 \begin_inset ERT
15088 status collapsed
15089
15090 \begin_layout Plain Layout
15091
15092
15093 \backslash
15094 rowcolor{cyan}
15095 \end_layout
15096
15097 \end_inset
15098
15099
15100 \color magenta
15101 a
15102 \end_layout
15103
15104 \end_inset
15105 </cell>
15106 <cell alignment="center" valignment="top" usebox="none">
15107 \begin_inset Text
15108
15109 \begin_layout Plain Layout
15110
15111 \color red
15112 b
15113 \end_layout
15114
15115 \end_inset
15116 </cell>
15117 <cell alignment="center" valignment="top" usebox="none">
15118 \begin_inset Text
15119
15120 \begin_layout Plain Layout
15121
15122 \color red
15123 c
15124 \end_layout
15125
15126 \end_inset
15127 </cell>
15128 </row>
15129 <row>
15130 <cell alignment="center" valignment="top" usebox="none">
15131 \begin_inset Text
15132
15133 \begin_layout Plain Layout
15134
15135 \color yellow
15136 d
15137 \end_layout
15138
15139 \end_inset
15140 </cell>
15141 <cell alignment="center" valignment="top" usebox="none">
15142 \begin_inset Text
15143
15144 \begin_layout Plain Layout
15145
15146 \color blue
15147 e
15148 \end_layout
15149
15150 \end_inset
15151 </cell>
15152 <cell alignment="center" valignment="top" usebox="none">
15153 \begin_inset Text
15154
15155 \begin_layout Plain Layout
15156
15157 \color blue
15158 f
15159 \end_layout
15160
15161 \end_inset
15162 </cell>
15163 </row>
15164 <row>
15165 <cell alignment="center" valignment="top" usebox="none">
15166 \begin_inset Text
15167
15168 \begin_layout Plain Layout
15169
15170 \color yellow
15171 g
15172 \end_layout
15173
15174 \end_inset
15175 </cell>
15176 <cell alignment="center" valignment="top" usebox="none">
15177 \begin_inset Text
15178
15179 \begin_layout Plain Layout
15180
15181 \color blue
15182 h
15183 \end_layout
15184
15185 \end_inset
15186 </cell>
15187 <cell alignment="center" valignment="top" usebox="none">
15188 \begin_inset Text
15189
15190 \begin_layout Plain Layout
15191 \begin_inset ERT
15192 status collapsed
15193
15194 \begin_layout Plain Layout
15195
15196
15197 \backslash
15198 cellcolor{magenta}
15199 \end_layout
15200
15201 \end_inset
15202
15203
15204 \color green
15205 i
15206 \end_layout
15207
15208 \end_inset
15209 </cell>
15210 </row>
15211 </lyxtabular>
15212
15213 \end_inset
15214
15215
15216 \end_layout
15217
15218 \end_inset
15219
15220
15221 \end_layout
15222
15223 \begin_layout Standard
15224 \begin_inset ERT
15225 status collapsed
15226
15227 \begin_layout Plain Layout
15228
15229
15230 \backslash
15231 else
15232 \end_layout
15233
15234 \end_inset
15235
15236
15237 \begin_inset Note Note
15238 status open
15239
15240 \begin_layout Plain Layout
15241 The following will be displayed when the LaTeX-package 
15242 \series bold
15243 colortbl
15244 \series default
15245  is not installed:
15246 \end_layout
15247
15248 \end_inset
15249
15250
15251 \end_layout
15252
15253 \begin_layout Standard
15254 You need to install the package 
15255 \series bold
15256 colortbl
15257 \series default
15258  to see the content of this section in the output.
15259 \end_layout
15260
15261 \begin_layout Standard
15262 \begin_inset ERT
15263 status collapsed
15264
15265 \begin_layout Plain Layout
15266
15267
15268 \backslash
15269 fi
15270 \end_layout
15271
15272 \end_inset
15273
15274
15275 \end_layout
15276
15277 \begin_layout Subsection
15278 Colored Lines
15279 \begin_inset Index
15280 status collapsed
15281
15282 \begin_layout Plain Layout
15283 Table Color ! for Lines
15284 \end_layout
15285
15286 \end_inset
15287
15288
15289 \begin_inset Index
15290 status collapsed
15291
15292 \begin_layout Plain Layout
15293 Color ! for Table Lines
15294 \end_layout
15295
15296 \end_inset
15297
15298
15299 \end_layout
15300
15301 \begin_layout Standard
15302 As described in section
15303 \begin_inset space ~
15304 \end_inset
15305
15306
15307 \begin_inset CommandInset ref
15308 LatexCommand ref
15309 reference "sub:Line-Thickness"
15310
15311 \end_inset
15312
15313 , the line thickness for all lines in a table can be adjusted with the length
15314  
15315 \series bold
15316
15317 \backslash
15318 arrayrulewidth
15319 \series default
15320 .
15321  It is set to 1.5
15322 \begin_inset space \thinspace{}
15323 \end_inset
15324
15325 pt for all tables of this section.
15326 \begin_inset ERT
15327 status collapsed
15328
15329 \begin_layout Plain Layout
15330
15331
15332 \backslash
15333 setlength{
15334 \backslash
15335 arrayrulewidth}{1.5pt}
15336 \end_layout
15337
15338 \end_inset
15339
15340
15341 \end_layout
15342
15343 \begin_layout Standard
15344 To color vertical lines for example with green, create the following column
15345  format in the document preamble, according to the description in section
15346 \begin_inset space ~
15347 \end_inset
15348
15349
15350 \begin_inset CommandInset ref
15351 LatexCommand ref
15352 reference "sub:Customized-Format"
15353
15354 \end_inset
15355
15356 :
15357 \end_layout
15358
15359 \begin_layout Standard
15360
15361 \series bold
15362
15363 \backslash
15364 newcolumntype{W}{!{
15365 \backslash
15366 color{green}
15367 \backslash
15368 vline}}
15369 \end_layout
15370
15371 \begin_layout Standard
15372 For Table
15373 \begin_inset space ~
15374 \end_inset
15375
15376
15377 \begin_inset CommandInset ref
15378 LatexCommand ref
15379 reference "tab:Table-with-vertical-colored"
15380
15381 \end_inset
15382
15383  the LaTeX-argument
15384 \series bold
15385  WcW
15386 \series default
15387  was used for the last column and
15388 \series bold
15389  Wc
15390 \series default
15391  for the other columns.
15392 \end_layout
15393
15394 \begin_layout Standard
15395 If you want to have several colors, define more column formats.
15396 \end_layout
15397
15398 \begin_layout Standard
15399 \begin_inset Float table
15400 placement h
15401 wide false
15402 sideways false
15403 status open
15404
15405 \begin_layout Plain Layout
15406 \begin_inset Caption
15407
15408 \begin_layout Plain Layout
15409 \begin_inset CommandInset label
15410 LatexCommand label
15411 name "tab:Table-with-vertical-colored"
15412
15413 \end_inset
15414
15415 Table with colored vertical lines
15416 \end_layout
15417
15418 \end_inset
15419
15420
15421 \end_layout
15422
15423 \begin_layout Plain Layout
15424 \align center
15425 \begin_inset Tabular
15426 <lyxtabular version="3" rows="3" columns="3">
15427 <features>
15428 <column alignment="center" valignment="top" width="0" special="Wc">
15429 <column alignment="center" valignment="top" width="0" special="Wc">
15430 <column alignment="center" valignment="top" width="0" special="WcW">
15431 <row>
15432 <cell alignment="center" valignment="top" topline="true" usebox="none">
15433 \begin_inset Text
15434
15435 \begin_layout Plain Layout
15436 sd
15437 \end_layout
15438
15439 \end_inset
15440 </cell>
15441 <cell alignment="center" valignment="top" topline="true" usebox="none">
15442 \begin_inset Text
15443
15444 \begin_layout Plain Layout
15445
15446 \end_layout
15447
15448 \end_inset
15449 </cell>
15450 <cell alignment="center" valignment="top" topline="true" usebox="none">
15451 \begin_inset Text
15452
15453 \begin_layout Plain Layout
15454
15455 \end_layout
15456
15457 \end_inset
15458 </cell>
15459 </row>
15460 <row>
15461 <cell alignment="center" valignment="top" topline="true" usebox="none">
15462 \begin_inset Text
15463
15464 \begin_layout Plain Layout
15465
15466 \end_layout
15467
15468 \end_inset
15469 </cell>
15470 <cell alignment="center" valignment="top" topline="true" usebox="none">
15471 \begin_inset Text
15472
15473 \begin_layout Plain Layout
15474 sd
15475 \end_layout
15476
15477 \end_inset
15478 </cell>
15479 <cell alignment="center" valignment="top" topline="true" usebox="none">
15480 \begin_inset Text
15481
15482 \begin_layout Plain Layout
15483
15484 \end_layout
15485
15486 \end_inset
15487 </cell>
15488 </row>
15489 <row>
15490 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15491 \begin_inset Text
15492
15493 \begin_layout Plain Layout
15494
15495 \end_layout
15496
15497 \end_inset
15498 </cell>
15499 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15500 \begin_inset Text
15501
15502 \begin_layout Plain Layout
15503
15504 \end_layout
15505
15506 \end_inset
15507 </cell>
15508 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15509 \begin_inset Text
15510
15511 \begin_layout Plain Layout
15512 sd
15513 \end_layout
15514
15515 \end_inset
15516 </cell>
15517 </row>
15518 </lyxtabular>
15519
15520 \end_inset
15521
15522
15523 \end_layout
15524
15525 \end_inset
15526
15527
15528 \end_layout
15529
15530 \begin_layout Standard
15531 \begin_inset VSpace bigskip
15532 \end_inset
15533
15534 To color horizontal lines for example with red, like in Table
15535 \begin_inset space ~
15536 \end_inset
15537
15538
15539 \begin_inset CommandInset ref
15540 LatexCommand ref
15541 reference "tab:Table-with-horizontal-colored"
15542
15543 \end_inset
15544
15545 , insert these commands in TeX-Code before the table or table float:
15546 \end_layout
15547
15548 \begin_layout Standard
15549
15550 \series bold
15551
15552 \backslash
15553 let
15554 \backslash
15555 myHlineC
15556 \backslash
15557 hline
15558 \begin_inset Newline newline
15559 \end_inset
15560
15561
15562 \backslash
15563 renewcommand{
15564 \backslash
15565 hline}
15566 \begin_inset Newline newline
15567 \end_inset
15568
15569
15570 \begin_inset ERT
15571 status collapsed
15572
15573 \begin_layout Plain Layout
15574
15575
15576 \backslash
15577 hphantom{ }
15578 \end_layout
15579
15580 \end_inset
15581
15582 {
15583 \backslash
15584 arrayrulecolor{red}
15585 \backslash
15586 myHlineC
15587 \backslash
15588 arrayrulecolor{black}}
15589 \end_layout
15590
15591 \begin_layout Standard
15592 \begin_inset ERT
15593 status collapsed
15594
15595 \begin_layout Plain Layout
15596
15597
15598 \backslash
15599 let
15600 \backslash
15601 myHlineC
15602 \backslash
15603 hline
15604 \end_layout
15605
15606 \begin_layout Plain Layout
15607
15608
15609 \backslash
15610 renewcommand{
15611 \backslash
15612 hline}
15613 \end_layout
15614
15615 \begin_layout Plain Layout
15616
15617  {
15618 \backslash
15619 arrayrulecolor{red}
15620 \backslash
15621 myHlineC
15622 \backslash
15623 arrayrulecolor{black}}
15624 \end_layout
15625
15626 \end_inset
15627
15628
15629 \begin_inset Float table
15630 placement h
15631 wide false
15632 sideways false
15633 status open
15634
15635 \begin_layout Plain Layout
15636 \begin_inset Caption
15637
15638 \begin_layout Plain Layout
15639 \begin_inset CommandInset label
15640 LatexCommand label
15641 name "tab:Table-with-horizontal-colored"
15642
15643 \end_inset
15644
15645 Table with colored horizontal lines
15646 \end_layout
15647
15648 \end_inset
15649
15650
15651 \end_layout
15652
15653 \begin_layout Plain Layout
15654 \align center
15655 \begin_inset Tabular
15656 <lyxtabular version="3" rows="3" columns="3">
15657 <features>
15658 <column alignment="center" valignment="top" width="0">
15659 <column alignment="center" valignment="top" width="0">
15660 <column alignment="center" valignment="top" width="0">
15661 <row>
15662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15663 \begin_inset Text
15664
15665 \begin_layout Plain Layout
15666 sd
15667 \end_layout
15668
15669 \end_inset
15670 </cell>
15671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15672 \begin_inset Text
15673
15674 \begin_layout Plain Layout
15675
15676 \end_layout
15677
15678 \end_inset
15679 </cell>
15680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15681 \begin_inset Text
15682
15683 \begin_layout Plain Layout
15684
15685 \end_layout
15686
15687 \end_inset
15688 </cell>
15689 </row>
15690 <row>
15691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15692 \begin_inset Text
15693
15694 \begin_layout Plain Layout
15695
15696 \end_layout
15697
15698 \end_inset
15699 </cell>
15700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15701 \begin_inset Text
15702
15703 \begin_layout Plain Layout
15704 sd
15705 \end_layout
15706
15707 \end_inset
15708 </cell>
15709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15710 \begin_inset Text
15711
15712 \begin_layout Plain Layout
15713
15714 \end_layout
15715
15716 \end_inset
15717 </cell>
15718 </row>
15719 <row>
15720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15721 \begin_inset Text
15722
15723 \begin_layout Plain Layout
15724
15725 \end_layout
15726
15727 \end_inset
15728 </cell>
15729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15730 \begin_inset Text
15731
15732 \begin_layout Plain Layout
15733
15734 \end_layout
15735
15736 \end_inset
15737 </cell>
15738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15739 \begin_inset Text
15740
15741 \begin_layout Plain Layout
15742 sd
15743 \end_layout
15744
15745 \end_inset
15746 </cell>
15747 </row>
15748 </lyxtabular>
15749
15750 \end_inset
15751
15752
15753 \end_layout
15754
15755 \end_inset
15756
15757
15758 \end_layout
15759
15760 \begin_layout Standard
15761 To return to the default line color black, insert this command in TeX-Code
15762  behind the table or table float:
15763 \end_layout
15764
15765 \begin_layout Standard
15766
15767 \series bold
15768
15769 \backslash
15770 renewcommand{
15771 \backslash
15772 hline}{
15773 \backslash
15774 myHlineC}
15775 \end_layout
15776
15777 \begin_layout Standard
15778 Table
15779 \begin_inset space ~
15780 \end_inset
15781
15782
15783 \begin_inset CommandInset ref
15784 LatexCommand ref
15785 reference "tab:Table-with-colored"
15786
15787 \end_inset
15788
15789  is an example with colored vertical and horizontal lines.
15790 \end_layout
15791
15792 \begin_layout Standard
15793 \begin_inset Float table
15794 placement h
15795 wide false
15796 sideways false
15797 status open
15798
15799 \begin_layout Plain Layout
15800 \begin_inset Caption
15801
15802 \begin_layout Plain Layout
15803 \begin_inset CommandInset label
15804 LatexCommand label
15805 name "tab:Table-with-colored"
15806
15807 \end_inset
15808
15809 Table with colored lines
15810 \end_layout
15811
15812 \end_inset
15813
15814
15815 \end_layout
15816
15817 \begin_layout Plain Layout
15818 \align center
15819 \begin_inset Tabular
15820 <lyxtabular version="3" rows="3" columns="3">
15821 <features>
15822 <column alignment="center" valignment="top" width="0" special="Wc">
15823 <column alignment="center" valignment="top" width="0" special="Wc">
15824 <column alignment="center" valignment="top" width="0" special="WcW">
15825 <row>
15826 <cell alignment="center" valignment="top" topline="true" usebox="none">
15827 \begin_inset Text
15828
15829 \begin_layout Plain Layout
15830 sd
15831 \end_layout
15832
15833 \end_inset
15834 </cell>
15835 <cell alignment="center" valignment="top" topline="true" usebox="none">
15836 \begin_inset Text
15837
15838 \begin_layout Plain Layout
15839
15840 \end_layout
15841
15842 \end_inset
15843 </cell>
15844 <cell alignment="center" valignment="top" topline="true" usebox="none">
15845 \begin_inset Text
15846
15847 \begin_layout Plain Layout
15848
15849 \end_layout
15850
15851 \end_inset
15852 </cell>
15853 </row>
15854 <row>
15855 <cell alignment="center" valignment="top" topline="true" usebox="none">
15856 \begin_inset Text
15857
15858 \begin_layout Plain Layout
15859
15860 \end_layout
15861
15862 \end_inset
15863 </cell>
15864 <cell alignment="center" valignment="top" topline="true" usebox="none">
15865 \begin_inset Text
15866
15867 \begin_layout Plain Layout
15868 sd
15869 \end_layout
15870
15871 \end_inset
15872 </cell>
15873 <cell alignment="center" valignment="top" topline="true" usebox="none">
15874 \begin_inset Text
15875
15876 \begin_layout Plain Layout
15877
15878 \end_layout
15879
15880 \end_inset
15881 </cell>
15882 </row>
15883 <row topspace="default">
15884 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15885 \begin_inset Text
15886
15887 \begin_layout Plain Layout
15888
15889 \end_layout
15890
15891 \end_inset
15892 </cell>
15893 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15894 \begin_inset Text
15895
15896 \begin_layout Plain Layout
15897
15898 \end_layout
15899
15900 \end_inset
15901 </cell>
15902 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
15903 \begin_inset Text
15904
15905 \begin_layout Plain Layout
15906 sd
15907 \end_layout
15908
15909 \end_inset
15910 </cell>
15911 </row>
15912 </lyxtabular>
15913
15914 \end_inset
15915
15916
15917 \end_layout
15918
15919 \end_inset
15920
15921
15922 \end_layout
15923
15924 \begin_layout Standard
15925 \begin_inset ERT
15926 status collapsed
15927
15928 \begin_layout Plain Layout
15929
15930
15931 \backslash
15932 renewcommand{
15933 \backslash
15934 hline}{
15935 \backslash
15936 myHlineC}
15937 \end_layout
15938
15939 \end_inset
15940
15941
15942 \end_layout
15943
15944 \begin_layout Standard
15945 \begin_inset ERT
15946 status collapsed
15947
15948 \begin_layout Plain Layout
15949
15950
15951 \backslash
15952 setlength{
15953 \backslash
15954 arrayrulewidth}{0.4pt}
15955 \end_layout
15956
15957 \end_inset
15958
15959
15960 \end_layout
15961
15962 \begin_layout Section
15963 Table Customization
15964 \begin_inset Index
15965 status collapsed
15966
15967 \begin_layout Plain Layout
15968 Table Customization
15969 \end_layout
15970
15971 \end_inset
15972
15973
15974 \begin_inset Index
15975 status collapsed
15976
15977 \begin_layout Plain Layout
15978 Table ! Customization
15979 \end_layout
15980
15981 \end_inset
15982
15983
15984 \end_layout
15985
15986 \begin_layout Subsection
15987 Row Spacing
15988 \begin_inset CommandInset label
15989 LatexCommand label
15990 name "sub:Row-Spacing"
15991
15992 \end_inset
15993
15994
15995 \begin_inset Index
15996 status collapsed
15997
15998 \begin_layout Plain Layout
15999 Table Customization ! Row Spacing
16000 \end_layout
16001
16002 \end_inset
16003
16004
16005 \end_layout
16006
16007 \begin_layout Standard
16008 You can add vertical space to table rows in the 
16009 \family sans
16010 Borders
16011 \family default
16012  tab of the table dialog.
16013  You find there three possibilities:
16014 \end_layout
16015
16016 \begin_layout Description
16017 Top
16018 \begin_inset space ~
16019 \end_inset
16020
16021 of
16022 \begin_inset space ~
16023 \end_inset
16024
16025 row will add space above the characters of the table row.
16026  If the table is a formal table
16027 \begin_inset Foot
16028 status collapsed
16029
16030 \begin_layout Plain Layout
16031 Formal tables are explained in section
16032 \begin_inset space ~
16033 \end_inset
16034
16035
16036 \begin_inset CommandInset ref
16037 LatexCommand ref
16038 reference "sec:Formal-Tables"
16039
16040 \end_inset
16041
16042 .
16043 \end_layout
16044
16045 \end_inset
16046
16047  LyX will insert as default 0.5
16048 \begin_inset space \thinspace{}
16049 \end_inset
16050
16051 em space.
16052  For normal tables the inserted space will unfortunately destroy the vertical
16053  table lines as in the following table:
16054 \begin_inset VSpace medskip
16055 \end_inset
16056
16057
16058 \begin_inset Newline newline
16059 \end_inset
16060
16061
16062 \begin_inset space \hspace*{}
16063 \length 0pt
16064 \end_inset
16065
16066
16067 \begin_inset space \hfill{}
16068 \end_inset
16069
16070
16071 \begin_inset Tabular
16072 <lyxtabular version="3" rows="3" columns="1">
16073 <features>
16074 <column alignment="center" valignment="top" width="0">
16075 <row>
16076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16077 \begin_inset Text
16078
16079 \begin_layout Plain Layout
16080 A
16081 \end_layout
16082
16083 \end_inset
16084 </cell>
16085 </row>
16086 <row topspace="3mm">
16087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16088 \begin_inset Text
16089
16090 \begin_layout Plain Layout
16091 3
16092 \begin_inset space \thinspace{}
16093 \end_inset
16094
16095 mm space top of row
16096 \end_layout
16097
16098 \end_inset
16099 </cell>
16100 </row>
16101 <row>
16102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16103 \begin_inset Text
16104
16105 \begin_layout Plain Layout
16106 C
16107 \end_layout
16108
16109 \end_inset
16110 </cell>
16111 </row>
16112 </lyxtabular>
16113
16114 \end_inset
16115
16116
16117 \begin_inset space \hfill{}
16118 \end_inset
16119
16120
16121 \begin_inset space \hspace*{}
16122 \length 0pt
16123 \end_inset
16124
16125
16126 \begin_inset VSpace medskip
16127 \end_inset
16128
16129
16130 \begin_inset Newline newline
16131 \end_inset
16132
16133 So inserting space to the top of row for normal tables is only useful when
16134  you don't have vertical lines.
16135 \end_layout
16136
16137 \begin_layout Description
16138 Bottom
16139 \begin_inset space ~
16140 \end_inset
16141
16142 of
16143 \begin_inset space ~
16144 \end_inset
16145
16146 row will add space below the characters of the table row.
16147  If the table is a formal table LyX will insert as default 0.5
16148 \begin_inset space \thinspace{}
16149 \end_inset
16150
16151 em space, for normal tables the default size is 2
16152 \begin_inset space \thinspace{}
16153 \end_inset
16154
16155 pt.
16156 \end_layout
16157
16158 \begin_layout Description
16159 Between
16160 \begin_inset space ~
16161 \end_inset
16162
16163 rows adds space between the current and the following row.
16164  If the table is a formal table LyX will insert as default 0.5
16165 \begin_inset space \thinspace{}
16166 \end_inset
16167
16168 em space.
16169  For normal tables the inserted space will unfortunately destroy the vertical
16170  table lines as in the following table:
16171 \begin_inset VSpace medskip
16172 \end_inset
16173
16174
16175 \begin_inset Newline newline
16176 \end_inset
16177
16178
16179 \begin_inset space \hspace*{}
16180 \length 0pt
16181 \end_inset
16182
16183
16184 \begin_inset space \hfill{}
16185 \end_inset
16186
16187
16188 \begin_inset Tabular
16189 <lyxtabular version="3" rows="3" columns="1">
16190 <features>
16191 <column alignment="center" valignment="top" width="0">
16192 <row>
16193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16194 \begin_inset Text
16195
16196 \begin_layout Plain Layout
16197 A
16198 \end_layout
16199
16200 \end_inset
16201 </cell>
16202 </row>
16203 <row interlinespace="3mm">
16204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16205 \begin_inset Text
16206
16207 \begin_layout Plain Layout
16208 \begin_inset Formula $\downarrow$
16209 \end_inset
16210
16211  3
16212 \begin_inset space \thinspace{}
16213 \end_inset
16214
16215 mm space between row 
16216 \begin_inset Formula $\downarrow$
16217 \end_inset
16218
16219
16220 \end_layout
16221
16222 \end_inset
16223 </cell>
16224 </row>
16225 <row>
16226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16227 \begin_inset Text
16228
16229 \begin_layout Plain Layout
16230 \begin_inset Formula $\uparrow$
16231 \end_inset
16232
16233  3
16234 \begin_inset space \thinspace{}
16235 \end_inset
16236
16237 mm space between row 
16238 \begin_inset Formula $\uparrow$
16239 \end_inset
16240
16241
16242 \end_layout
16243
16244 \end_inset
16245 </cell>
16246 </row>
16247 </lyxtabular>
16248
16249 \end_inset
16250
16251
16252 \begin_inset space \hfill{}
16253 \end_inset
16254
16255
16256 \begin_inset space \hspace*{}
16257 \length 0pt
16258 \end_inset
16259
16260
16261 \begin_inset VSpace medskip
16262 \end_inset
16263
16264
16265 \begin_inset Newline newline
16266 \end_inset
16267
16268 So inserting space between rows for normal tables is only useful when you
16269  don't have vertical lines.
16270 \end_layout
16271
16272 \begin_layout Standard
16273 \begin_inset VSpace bigskip
16274 \end_inset
16275
16276 When you want to add extra height to all cells of all tables, you can do
16277  this with the following preamble lines:
16278 \end_layout
16279
16280 \begin_layout Standard
16281
16282 \series bold
16283
16284 \backslash
16285 @ifundefined{extrarowheight}
16286 \begin_inset Newline newline
16287 \end_inset
16288
16289
16290 \begin_inset ERT
16291 status collapsed
16292
16293 \begin_layout Plain Layout
16294
16295
16296 \backslash
16297 hphantom{ }
16298 \end_layout
16299
16300 \end_inset
16301
16302 {
16303 \backslash
16304 usepackage{array}}{}
16305 \begin_inset Newline newline
16306 \end_inset
16307
16308
16309 \backslash
16310 setlength{
16311 \backslash
16312 extrarowheight}{height}
16313 \end_layout
16314
16315 \begin_layout Standard
16316 But this has the disadvantage that the cell texts are no longer exactly
16317  vertically centered.
16318  (The package 
16319 \series bold
16320 array
16321 \series default
16322  will be loaded automatically by LyX when you use self defined table formats.
16323  To avoid that it is loaded twice the command 
16324 \series bold
16325
16326 \backslash
16327 @ifundefined
16328 \series default
16329  is used in the above command.)
16330 \end_layout
16331
16332 \begin_layout Standard
16333 In case you are using font sizes larger than the normal size, the table
16334  borders are often too close to the letters.
16335  This can be corrected by inserting the command 
16336 \series bold
16337
16338 \backslash
16339 strut
16340 \series default
16341  in TeX code at the beginning of a table row.
16342  Table
16343 \begin_inset space ~
16344 \end_inset
16345
16346
16347 \begin_inset CommandInset ref
16348 LatexCommand ref
16349 reference "tab:Vertical-alignment-of"
16350
16351 \end_inset
16352
16353  visualizes the effect.
16354 \end_layout
16355
16356 \begin_layout Standard
16357 \noindent
16358 \begin_inset Float table
16359 placement h
16360 wide false
16361 sideways false
16362 status open
16363
16364 \begin_layout Plain Layout
16365 \begin_inset Caption
16366
16367 \begin_layout Plain Layout
16368 \begin_inset CommandInset label
16369 LatexCommand label
16370 name "tab:Vertical-alignment-of"
16371
16372 \end_inset
16373
16374 Vertical alignment of text with large font sizes.
16375 \end_layout
16376
16377 \end_inset
16378
16379
16380 \end_layout
16381
16382 \begin_layout Plain Layout
16383 \begin_inset space \hfill{}
16384 \end_inset
16385
16386
16387 \begin_inset Float table
16388 wide false
16389 sideways false
16390 status collapsed
16391
16392 \begin_layout Plain Layout
16393 \begin_inset Caption
16394
16395 \begin_layout Plain Layout
16396 Normal table.
16397 \end_layout
16398
16399 \end_inset
16400
16401
16402 \end_layout
16403
16404 \begin_layout Plain Layout
16405 \noindent
16406 \align center
16407 \begin_inset Tabular
16408 <lyxtabular version="3" rows="6" columns="1">
16409 <features>
16410 <column alignment="left" valignment="top" width="0">
16411 <row>
16412 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16413 \begin_inset Text
16414
16415 \begin_layout Plain Layout
16416 Normal, g
16417 \end_layout
16418
16419 \end_inset
16420 </cell>
16421 </row>
16422 <row>
16423 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16424 \begin_inset Text
16425
16426 \begin_layout Plain Layout
16427
16428 \size large
16429 Large
16430 \end_layout
16431
16432 \end_inset
16433 </cell>
16434 </row>
16435 <row>
16436 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16437 \begin_inset Text
16438
16439 \begin_layout Plain Layout
16440
16441 \size larger
16442 Larger
16443 \end_layout
16444
16445 \end_inset
16446 </cell>
16447 </row>
16448 <row>
16449 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16450 \begin_inset Text
16451
16452 \begin_layout Plain Layout
16453
16454 \size largest
16455 Largest
16456 \end_layout
16457
16458 \end_inset
16459 </cell>
16460 </row>
16461 <row>
16462 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16463 \begin_inset Text
16464
16465 \begin_layout Plain Layout
16466
16467 \size huge
16468 Huge
16469 \end_layout
16470
16471 \end_inset
16472 </cell>
16473 </row>
16474 <row>
16475 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16476 \begin_inset Text
16477
16478 \begin_layout Plain Layout
16479
16480 \size huge
16481 Huger
16482 \end_layout
16483
16484 \end_inset
16485 </cell>
16486 </row>
16487 </lyxtabular>
16488
16489 \end_inset
16490
16491
16492 \end_layout
16493
16494 \end_inset
16495
16496
16497 \begin_inset space \hfill{}
16498 \end_inset
16499
16500
16501 \begin_inset Float table
16502 wide false
16503 sideways false
16504 status collapsed
16505
16506 \begin_layout Plain Layout
16507 \begin_inset Caption
16508
16509 \begin_layout Plain Layout
16510 Table using the command 
16511 \series bold
16512
16513 \backslash
16514 strut
16515 \series default
16516 .
16517 \end_layout
16518
16519 \end_inset
16520
16521
16522 \end_layout
16523
16524 \begin_layout Plain Layout
16525 \noindent
16526 \align center
16527 \begin_inset Tabular
16528 <lyxtabular version="3" rows="6" columns="1">
16529 <features>
16530 <column alignment="left" valignment="top" width="0">
16531 <row>
16532 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16533 \begin_inset Text
16534
16535 \begin_layout Plain Layout
16536 Normal, g
16537 \end_layout
16538
16539 \end_inset
16540 </cell>
16541 </row>
16542 <row>
16543 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16544 \begin_inset Text
16545
16546 \begin_layout Plain Layout
16547
16548 \size large
16549 \begin_inset ERT
16550 status collapsed
16551
16552 \begin_layout Plain Layout
16553
16554
16555 \backslash
16556 strut 
16557 \end_layout
16558
16559 \end_inset
16560
16561 Large
16562 \end_layout
16563
16564 \end_inset
16565 </cell>
16566 </row>
16567 <row>
16568 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16569 \begin_inset Text
16570
16571 \begin_layout Plain Layout
16572
16573 \size larger
16574 \begin_inset ERT
16575 status collapsed
16576
16577 \begin_layout Plain Layout
16578
16579
16580 \backslash
16581 strut 
16582 \end_layout
16583
16584 \end_inset
16585
16586 Larger
16587 \end_layout
16588
16589 \end_inset
16590 </cell>
16591 </row>
16592 <row>
16593 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16594 \begin_inset Text
16595
16596 \begin_layout Plain Layout
16597
16598 \size largest
16599 \begin_inset ERT
16600 status collapsed
16601
16602 \begin_layout Plain Layout
16603
16604
16605 \backslash
16606 strut 
16607 \end_layout
16608
16609 \end_inset
16610
16611 Largest
16612 \end_layout
16613
16614 \end_inset
16615 </cell>
16616 </row>
16617 <row>
16618 <cell alignment="left" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16619 \begin_inset Text
16620
16621 \begin_layout Plain Layout
16622
16623 \size huge
16624 \begin_inset ERT
16625 status collapsed
16626
16627 \begin_layout Plain Layout
16628
16629
16630 \backslash
16631 strut 
16632 \end_layout
16633
16634 \end_inset
16635
16636 Huge
16637 \end_layout
16638
16639 \end_inset
16640 </cell>
16641 </row>
16642 <row>
16643 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16644 \begin_inset Text
16645
16646 \begin_layout Plain Layout
16647
16648 \size giant
16649 \begin_inset ERT
16650 status collapsed
16651
16652 \begin_layout Plain Layout
16653
16654
16655 \backslash
16656 strut 
16657 \end_layout
16658
16659 \end_inset
16660
16661
16662 \size huge
16663 Huger
16664 \end_layout
16665
16666 \end_inset
16667 </cell>
16668 </row>
16669 </lyxtabular>
16670
16671 \end_inset
16672
16673
16674 \end_layout
16675
16676 \end_inset
16677
16678
16679 \begin_inset space \hfill{}
16680 \end_inset
16681
16682
16683 \end_layout
16684
16685 \end_inset
16686
16687
16688 \end_layout
16689
16690 \begin_layout Subsection
16691 Special Cell Alignment
16692 \begin_inset Index
16693 status collapsed
16694
16695 \begin_layout Plain Layout
16696 Table Customization ! Special Cell Alignment
16697 \end_layout
16698
16699 \end_inset
16700
16701
16702 \end_layout
16703
16704 \begin_layout Standard
16705 Sometimes it looks better when the cell entries of a column are aligned
16706  with a special character, e.
16707 \begin_inset space \thinspace{}
16708 \end_inset
16709
16710 g.
16711 \begin_inset space \space{}
16712 \end_inset
16713
16714 with the decimal separator as in Table
16715 \begin_inset space ~
16716 \end_inset
16717
16718
16719 \begin_inset CommandInset ref
16720 LatexCommand ref
16721 reference "tab:Table-cells-of"
16722
16723 \end_inset
16724
16725 .
16726 \end_layout
16727
16728 \begin_layout Standard
16729 \begin_inset Float table
16730 placement h
16731 wide false
16732 sideways false
16733 status open
16734
16735 \begin_layout Plain Layout
16736 \begin_inset Caption
16737
16738 \begin_layout Plain Layout
16739 \begin_inset CommandInset label
16740 LatexCommand label
16741 name "tab:Table-cells-of"
16742
16743 \end_inset
16744
16745 Table cells of a column aligned with the decimal separator.
16746 \end_layout
16747
16748 \end_inset
16749
16750
16751 \end_layout
16752
16753 \begin_layout Plain Layout
16754 \align center
16755 \begin_inset Tabular
16756 <lyxtabular version="3" rows="4" columns="2">
16757 <features>
16758 <column alignment="right" valignment="top" width="0">
16759 <column alignment="left" valignment="top" width="0" special="@{}l">
16760 <row>
16761 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16762 \begin_inset Text
16763
16764 \begin_layout Plain Layout
16765 heading
16766 \end_layout
16767
16768 \end_inset
16769 </cell>
16770 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16771 \begin_inset Text
16772
16773 \begin_layout Plain Layout
16774
16775 \end_layout
16776
16777 \end_inset
16778 </cell>
16779 </row>
16780 <row>
16781 <cell alignment="center" valignment="top" usebox="none">
16782 \begin_inset Text
16783
16784 \begin_layout Plain Layout
16785 12.
16786 \end_layout
16787
16788 \end_inset
16789 </cell>
16790 <cell alignment="center" valignment="top" usebox="none">
16791 \begin_inset Text
16792
16793 \begin_layout Plain Layout
16794 6
16795 \end_layout
16796
16797 \end_inset
16798 </cell>
16799 </row>
16800 <row>
16801 <cell alignment="center" valignment="top" usebox="none">
16802 \begin_inset Text
16803
16804 \begin_layout Plain Layout
16805 0.
16806 \end_layout
16807
16808 \end_inset
16809 </cell>
16810 <cell alignment="center" valignment="top" usebox="none">
16811 \begin_inset Text
16812
16813 \begin_layout Plain Layout
16814 68
16815 \end_layout
16816
16817 \end_inset
16818 </cell>
16819 </row>
16820 <row>
16821 <cell alignment="center" valignment="top" usebox="none">
16822 \begin_inset Text
16823
16824 \begin_layout Plain Layout
16825 -123.
16826 \end_layout
16827
16828 \end_inset
16829 </cell>
16830 <cell alignment="center" valignment="top" usebox="none">
16831 \begin_inset Text
16832
16833 \begin_layout Plain Layout
16834 0
16835 \end_layout
16836
16837 \end_inset
16838 </cell>
16839 </row>
16840 </lyxtabular>
16841
16842 \end_inset
16843
16844
16845 \end_layout
16846
16847 \end_inset
16848
16849
16850 \end_layout
16851
16852 \begin_layout Standard
16853 This table was created with a 4×2 table.
16854  The heading is a centered multicolumn.
16855  The first column is right-aligned and contains the digits before the decimal
16856  point and the decimal point.
16857  The second column is left aligned and contains the digits after the decimal
16858  point.
16859  To omit the space that is normally between two table columns, use the following
16860  LaTeX-argument for the second column:
16861 \end_layout
16862
16863 \begin_layout Standard
16864
16865 \series bold
16866 @{}l
16867 \end_layout
16868
16869 \begin_layout Standard
16870 Table
16871 \begin_inset space ~
16872 \end_inset
16873
16874
16875 \begin_inset CommandInset ref
16876 LatexCommand ref
16877 reference "tab:Several-table-cell"
16878
16879 \end_inset
16880
16881  shows some example alignments.
16882  For the alignment with the relation sign, you must add the second smallest
16883  math-space at the beginning of the last column to get the correct space
16884  surrounding the relation sign.
16885 \end_layout
16886
16887 \begin_layout Standard
16888 \begin_inset Float table
16889 wide false
16890 sideways false
16891 status open
16892
16893 \begin_layout Plain Layout
16894 \begin_inset Caption
16895
16896 \begin_layout Plain Layout
16897 \begin_inset CommandInset label
16898 LatexCommand label
16899 name "tab:Several-table-cell"
16900
16901 \end_inset
16902
16903 Several table cell alignments.
16904 \end_layout
16905
16906 \end_inset
16907
16908
16909 \end_layout
16910
16911 \begin_layout Plain Layout
16912 \align center
16913 \begin_inset Tabular
16914 <lyxtabular version="3" rows="4" columns="6">
16915 <features>
16916 <column alignment="right" valignment="top" width="0">
16917 <column alignment="left" valignment="top" width="0" special="@{}l">
16918 <column alignment="right" valignment="top" width="0">
16919 <column alignment="left" valignment="top" width="0" special="@{}l">
16920 <column alignment="right" valignment="top" width="0">
16921 <column alignment="left" valignment="top" width="0" special="@{}l">
16922 <row>
16923 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16924 \begin_inset Text
16925
16926 \begin_layout Plain Layout
16927 units
16928 \end_layout
16929
16930 \end_inset
16931 </cell>
16932 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16933 \begin_inset Text
16934
16935 \begin_layout Plain Layout
16936
16937 \end_layout
16938
16939 \end_inset
16940 </cell>
16941 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
16942 \begin_inset Text
16943
16944 \begin_layout Plain Layout
16945 exponents
16946 \end_layout
16947
16948 \end_inset
16949 </cell>
16950 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16951 \begin_inset Text
16952
16953 \begin_layout Plain Layout
16954
16955 \end_layout
16956
16957 \end_inset
16958 </cell>
16959 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
16960 \begin_inset Text
16961
16962 \begin_layout Plain Layout
16963 relations
16964 \end_layout
16965
16966 \end_inset
16967 </cell>
16968 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16969 \begin_inset Text
16970
16971 \begin_layout Plain Layout
16972
16973 \end_layout
16974
16975 \end_inset
16976 </cell>
16977 </row>
16978 <row>
16979 <cell alignment="center" valignment="top" usebox="none">
16980 \begin_inset Text
16981
16982 \begin_layout Plain Layout
16983 12×
16984 \end_layout
16985
16986 \end_inset
16987 </cell>
16988 <cell alignment="center" valignment="top" rightline="true" usebox="none">
16989 \begin_inset Text
16990
16991 \begin_layout Plain Layout
16992 24
16993 \begin_inset space \thinspace{}
16994 \end_inset
16995
16996 bottles
16997 \end_layout
16998
16999 \end_inset
17000 </cell>
17001 <cell alignment="center" valignment="top" usebox="none">
17002 \begin_inset Text
17003
17004 \begin_layout Plain Layout
17005 \begin_inset Formula $10\cdot$
17006 \end_inset
17007
17008
17009 \end_layout
17010
17011 \end_inset
17012 </cell>
17013 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17014 \begin_inset Text
17015
17016 \begin_layout Plain Layout
17017 \begin_inset Formula $10^{\mbox{-}17}$
17018 \end_inset
17019
17020
17021 \end_layout
17022
17023 \end_inset
17024 </cell>
17025 <cell alignment="center" valignment="top" usebox="none">
17026 \begin_inset Text
17027
17028 \begin_layout Plain Layout
17029 \begin_inset Formula $\Gamma(t)\propto$
17030 \end_inset
17031
17032
17033 \end_layout
17034
17035 \end_inset
17036 </cell>
17037 <cell alignment="center" valignment="top" usebox="none">
17038 \begin_inset Text
17039
17040 \begin_layout Plain Layout
17041 \begin_inset Formula $\:\Upsilon(t)$
17042 \end_inset
17043
17044
17045 \end_layout
17046
17047 \end_inset
17048 </cell>
17049 </row>
17050 <row>
17051 <cell alignment="center" valignment="top" usebox="none">
17052 \begin_inset Text
17053
17054 \begin_layout Plain Layout
17055 1024×
17056 \end_layout
17057
17058 \end_inset
17059 </cell>
17060 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17061 \begin_inset Text
17062
17063 \begin_layout Plain Layout
17064 768
17065 \begin_inset space \thinspace{}
17066 \end_inset
17067
17068 Pixels
17069 \end_layout
17070
17071 \end_inset
17072 </cell>
17073 <cell alignment="center" valignment="top" usebox="none">
17074 \begin_inset Text
17075
17076 \begin_layout Plain Layout
17077 \begin_inset Formula $5.78\cdot$
17078 \end_inset
17079
17080
17081 \end_layout
17082
17083 \end_inset
17084 </cell>
17085 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17086 \begin_inset Text
17087
17088 \begin_layout Plain Layout
17089 \begin_inset Formula $10^{7}$
17090 \end_inset
17091
17092
17093 \end_layout
17094
17095 \end_inset
17096 </cell>
17097 <cell alignment="center" valignment="top" usebox="none">
17098 \begin_inset Text
17099
17100 \begin_layout Plain Layout
17101 \begin_inset Formula $A\ne$
17102 \end_inset
17103
17104
17105 \end_layout
17106
17107 \end_inset
17108 </cell>
17109 <cell alignment="center" valignment="top" usebox="none">
17110 \begin_inset Text
17111
17112 \begin_layout Plain Layout
17113 \begin_inset Formula $\: B_{\mathrm{red}}$
17114 \end_inset
17115
17116
17117 \end_layout
17118
17119 \end_inset
17120 </cell>
17121 </row>
17122 <row>
17123 <cell alignment="center" valignment="top" usebox="none">
17124 \begin_inset Text
17125
17126 \begin_layout Plain Layout
17127 32×
17128 \end_layout
17129
17130 \end_inset
17131 </cell>
17132 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17133 \begin_inset Text
17134
17135 \begin_layout Plain Layout
17136 6
17137 \begin_inset space \thinspace{}
17138 \end_inset
17139
17140 cm
17141 \end_layout
17142
17143 \end_inset
17144 </cell>
17145 <cell alignment="center" valignment="top" usebox="none">
17146 \begin_inset Text
17147
17148 \begin_layout Plain Layout
17149 -
17150 \begin_inset Formula $33.5\cdot$
17151 \end_inset
17152
17153
17154 \end_layout
17155
17156 \end_inset
17157 </cell>
17158 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17159 \begin_inset Text
17160
17161 \begin_layout Plain Layout
17162 \begin_inset Formula $10^{4}$
17163 \end_inset
17164
17165
17166 \end_layout
17167
17168 \end_inset
17169 </cell>
17170 <cell alignment="center" valignment="top" usebox="none">
17171 \begin_inset Text
17172
17173 \begin_layout Plain Layout
17174 \begin_inset Formula $\sin(\alpha)\ge$
17175 \end_inset
17176
17177
17178 \end_layout
17179
17180 \end_inset
17181 </cell>
17182 <cell alignment="center" valignment="top" usebox="none">
17183 \begin_inset Text
17184
17185 \begin_layout Plain Layout
17186 \begin_inset Formula $\:\sin(\beta)$
17187 \end_inset
17188
17189
17190 \end_layout
17191
17192 \end_inset
17193 </cell>
17194 </row>
17195 </lyxtabular>
17196
17197 \end_inset
17198
17199
17200 \end_layout
17201
17202 \end_inset
17203
17204
17205 \end_layout
17206
17207 \begin_layout Standard
17208 \begin_inset VSpace bigskip
17209 \end_inset
17210
17211 There is also the LaTeX-package 
17212 \series bold
17213 dcolumn
17214 \series default
17215
17216 \begin_inset Index
17217 status collapsed
17218
17219 \begin_layout Plain Layout
17220 LaTeX-packages ! dcolumn
17221 \end_layout
17222
17223 \end_inset
17224
17225  that provides table cell alignments.
17226  But this unfortunately treats the cell entries as math and doesn't allow
17227  formulas in table cells: The first column of Table
17228 \begin_inset space ~
17229 \end_inset
17230
17231
17232 \begin_inset CommandInset ref
17233 LatexCommand ref
17234 reference "tab:Several-table-cell"
17235
17236 \end_inset
17237
17238  will look with 
17239 \series bold
17240 dcolumn
17241 \series default
17242  like the first column in Table
17243 \begin_inset space ~
17244 \end_inset
17245
17246
17247 \begin_inset CommandInset ref
17248 LatexCommand ref
17249 reference "tab:Alignments-when"
17250
17251 \end_inset
17252
17253  and only with some tricks like the expected.
17254  The alignment of the second and third column of Table
17255 \begin_inset space ~
17256 \end_inset
17257
17258
17259 \begin_inset CommandInset ref
17260 LatexCommand ref
17261 reference "tab:Several-table-cell"
17262
17263 \end_inset
17264
17265  is not possible with 
17266 \series bold
17267 dcolumn
17268 \series default
17269 .
17270 \end_layout
17271
17272 \begin_layout Standard
17273 \begin_inset Float table
17274 placement h
17275 wide false
17276 sideways false
17277 status open
17278
17279 \begin_layout Plain Layout
17280 \begin_inset Caption
17281
17282 \begin_layout Plain Layout
17283 \begin_inset CommandInset label
17284 LatexCommand label
17285 name "tab:Alignments-when"
17286
17287 \end_inset
17288
17289 Alignments when LaTeX-package dcolumn is used.
17290  For all column alignments tricks have to be used to get the output.
17291 \end_layout
17292
17293 \end_inset
17294
17295
17296 \end_layout
17297
17298 \begin_layout Plain Layout
17299 \align center
17300 \begin_inset Tabular
17301 <lyxtabular version="3" rows="4" columns="3">
17302 <features>
17303 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{-1}">
17304 <column alignment="center" valignment="top" width="0" special="D{x}{\times}{4.9}">
17305 <column alignment="center" valignment="top" width="0" special="D{~}{\,}{9.7}">
17306 <row>
17307 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17308 \begin_inset Text
17309
17310 \begin_layout Plain Layout
17311 units
17312 \end_layout
17313
17314 \end_inset
17315 </cell>
17316 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
17317 \begin_inset Text
17318
17319 \begin_layout Plain Layout
17320 units
17321 \end_layout
17322
17323 \end_inset
17324 </cell>
17325 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
17326 \begin_inset Text
17327
17328 \begin_layout Plain Layout
17329 units
17330 \end_layout
17331
17332 \end_inset
17333 </cell>
17334 </row>
17335 <row>
17336 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17337 \begin_inset Text
17338
17339 \begin_layout Plain Layout
17340 12x24
17341 \begin_inset space \thinspace{}
17342 \end_inset
17343
17344 bottles
17345 \end_layout
17346
17347 \end_inset
17348 </cell>
17349 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17350 \begin_inset Text
17351
17352 \begin_layout Plain Layout
17353 12x24
17354 \begin_inset space \thinspace{}
17355 \end_inset
17356
17357
17358 \begin_inset Formula $\mbox{bottles}$
17359 \end_inset
17360
17361
17362 \end_layout
17363
17364 \end_inset
17365 </cell>
17366 <cell alignment="center" valignment="top" usebox="none">
17367 \begin_inset Text
17368
17369 \begin_layout Plain Layout
17370 12
17371 \begin_inset ERT
17372 status collapsed
17373
17374 \begin_layout Plain Layout
17375
17376
17377 \backslash
17378 times 
17379 \end_layout
17380
17381 \end_inset
17382
17383 24~
17384 \begin_inset Formula $\mbox{bottles}$
17385 \end_inset
17386
17387
17388 \end_layout
17389
17390 \end_inset
17391 </cell>
17392 </row>
17393 <row>
17394 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17395 \begin_inset Text
17396
17397 \begin_layout Plain Layout
17398 1024x768
17399 \begin_inset space \thinspace{}
17400 \end_inset
17401
17402 Pixels
17403 \end_layout
17404
17405 \end_inset
17406 </cell>
17407 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17408 \begin_inset Text
17409
17410 \begin_layout Plain Layout
17411 1024x768
17412 \begin_inset space \thinspace{}
17413 \end_inset
17414
17415
17416 \begin_inset Formula $\mbox{Pixels}$
17417 \end_inset
17418
17419
17420 \end_layout
17421
17422 \end_inset
17423 </cell>
17424 <cell alignment="center" valignment="top" usebox="none">
17425 \begin_inset Text
17426
17427 \begin_layout Plain Layout
17428 1024
17429 \begin_inset ERT
17430 status collapsed
17431
17432 \begin_layout Plain Layout
17433
17434
17435 \backslash
17436 times 
17437 \end_layout
17438
17439 \end_inset
17440
17441 768~
17442 \begin_inset Formula $\mbox{Pixels}$
17443 \end_inset
17444
17445
17446 \end_layout
17447
17448 \end_inset
17449 </cell>
17450 </row>
17451 <row>
17452 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17453 \begin_inset Text
17454
17455 \begin_layout Plain Layout
17456 32x6
17457 \begin_inset space \thinspace{}
17458 \end_inset
17459
17460 cm
17461 \end_layout
17462
17463 \end_inset
17464 </cell>
17465 <cell alignment="center" valignment="top" rightline="true" usebox="none">
17466 \begin_inset Text
17467
17468 \begin_layout Plain Layout
17469 32x6
17470 \begin_inset space \thinspace{}
17471 \end_inset
17472
17473
17474 \begin_inset Formula $\mbox{cm}$
17475 \end_inset
17476
17477
17478 \end_layout
17479
17480 \end_inset
17481 </cell>
17482 <cell alignment="center" valignment="top" usebox="none">
17483 \begin_inset Text
17484
17485 \begin_layout Plain Layout
17486 32
17487 \begin_inset ERT
17488 status collapsed
17489
17490 \begin_layout Plain Layout
17491
17492
17493 \backslash
17494 times 
17495 \end_layout
17496
17497 \end_inset
17498
17499 6~
17500 \begin_inset Formula $\mbox{cm}$
17501 \end_inset
17502
17503
17504 \end_layout
17505
17506 \end_inset
17507 </cell>
17508 </row>
17509 </lyxtabular>
17510
17511 \end_inset
17512
17513
17514 \end_layout
17515
17516 \end_inset
17517
17518
17519 \end_layout
17520
17521 \begin_layout Subsection
17522 Customized Cell/Column Format
17523 \begin_inset CommandInset label
17524 LatexCommand label
17525 name "sub:Customized-Format"
17526
17527 \end_inset
17528
17529
17530 \begin_inset Index
17531 status collapsed
17532
17533 \begin_layout Plain Layout
17534 Table Customization ! Cell/Column Format
17535 \end_layout
17536
17537 \end_inset
17538
17539
17540 \end_layout
17541
17542 \begin_layout Standard
17543 Calculating the needed width for spanned columns like in section
17544 \begin_inset space ~
17545 \end_inset
17546
17547
17548 \begin_inset CommandInset ref
17549 LatexCommand ref
17550 reference "sub:Multicolumn-Calculations"
17551
17552 \end_inset
17553
17554  is very annoying if you have several tables with multicolumn cells.
17555  To make life easier, you can define a cell/column format in the preamble,
17556  so that it can be used in all tables of the document.
17557  The format is defined with the command
17558 \end_layout
17559
17560 \begin_layout Standard
17561
17562 \series bold
17563
17564 \backslash
17565 newcolumntype{name of format}[number of arguments]{commands}
17566 \end_layout
17567
17568 \begin_layout Standard
17569 The format name may only consist of one letter.
17570  The letters 
17571 \emph on
17572 b
17573 \emph default
17574
17575 \emph on
17576 c
17577 \emph default
17578
17579 \emph on
17580 l
17581 \emph default
17582
17583 \emph on
17584 m
17585 \emph default
17586
17587 \emph on
17588 p
17589 \emph default
17590  and 
17591 \emph on
17592 r
17593 \emph default
17594  are predefined and cannot be used.
17595  But all letters are allowed as capitals.
17596 \end_layout
17597
17598 \begin_layout Standard
17599 \begin_inset VSpace medskip
17600 \end_inset
17601
17602
17603 \end_layout
17604
17605 \begin_layout Standard
17606 For vertically and horizontally centered multicolumn cells with a fixed
17607  width you can define the cell format
17608 \end_layout
17609
17610 \begin_layout Standard
17611
17612 \series bold
17613
17614 \backslash
17615 newcolumntype{M}[1]{>{
17616 \backslash
17617 centering
17618 \backslash
17619 hspace{0pt}}m{#1}}
17620 \end_layout
17621
17622 \begin_layout Standard
17623 where 
17624 \series bold
17625
17626 \backslash
17627 hspace{0pt}
17628 \series default
17629  avoids the problem of hyphenating the first word, as described in section
17630 \begin_inset space ~
17631 \end_inset
17632
17633
17634 \begin_inset CommandInset ref
17635 LatexCommand ref
17636 reference "sub:Multiple-Lines-in"
17637
17638 \end_inset
17639
17640 .
17641  Now you can simply enter
17642 \end_layout
17643
17644 \begin_layout Standard
17645
17646 \series bold
17647 M{width}
17648 \end_layout
17649
17650 \begin_layout Standard
17651 as LaTeX-argument in the table dialog to create a multicolumn.
17652 \end_layout
17653
17654 \begin_layout Standard
17655 \begin_inset VSpace bigskip
17656 \end_inset
17657
17658
17659 \end_layout
17660
17661 \begin_layout Standard
17662 For cells spanned by a multicolumn cell, you can define the format
17663 \end_layout
17664
17665 \begin_layout Standard
17666
17667 \series bold
17668
17669 \backslash
17670 newcolumntype{S}[2]{>{
17671 \backslash
17672 centering
17673 \backslash
17674 hspace{0pt}}
17675 \begin_inset Newline newline
17676 \end_inset
17677
17678
17679 \begin_inset ERT
17680 status collapsed
17681
17682 \begin_layout Plain Layout
17683
17684
17685 \backslash
17686 phantom{
17687 \end_layout
17688
17689 \end_inset
17690
17691
17692 \backslash
17693 newcolumntype
17694 \begin_inset ERT
17695 status collapsed
17696
17697 \begin_layout Plain Layout
17698
17699 }
17700 \end_layout
17701
17702 \end_inset
17703
17704 m{(#1+(2
17705 \backslash
17706 tabcolsep+
17707 \backslash
17708 arrayrulewidth)*(1-#2))/#2}}
17709 \end_layout
17710
17711 \begin_layout Standard
17712 This format uses equation 
17713 \begin_inset CommandInset ref
17714 LatexCommand eqref
17715 reference "eq:Wgn"
17716
17717 \end_inset
17718
17719  to calculate the needed width so that each spanned cell has the same width.
17720 \end_layout
17721
17722 \begin_layout Standard
17723 You can now enter
17724 \end_layout
17725
17726 \begin_layout Standard
17727
17728 \series bold
17729 S{width of multicolumn cell}{number of spanned columns}
17730 \end_layout
17731
17732 \begin_layout Standard
17733 as LaTeX-argument of the column.
17734 \end_layout
17735
17736 \begin_layout Standard
17737 \begin_inset VSpace bigskip
17738 \end_inset
17739
17740
17741 \end_layout
17742
17743 \begin_layout Standard
17744 For colored columns, you can define
17745 \end_layout
17746
17747 \begin_layout Standard
17748
17749 \series bold
17750
17751 \backslash
17752 newcolumntype{K}[1]{>{
17753 \backslash
17754 columncolor{#1}
17755 \backslash
17756 hspace{0pt}}c}
17757 \end_layout
17758
17759 \begin_layout Standard
17760 The 
17761 \begin_inset Quotes eld
17762 \end_inset
17763
17764 c
17765 \begin_inset Quotes erd
17766 \end_inset
17767
17768  at the end creates a column with a flexible width whose text is horizontally
17769  centered.
17770  You can now enter
17771 \end_layout
17772
17773 \begin_layout Standard
17774
17775 \series bold
17776 K{color name}
17777 \end_layout
17778
17779 \begin_layout Standard
17780 as LaTeX-argument.
17781 \end_layout
17782
17783 \begin_layout Standard
17784 \begin_inset VSpace bigskip
17785 \end_inset
17786
17787
17788 \end_layout
17789
17790 \begin_layout Standard
17791 To create Table
17792 \begin_inset space ~
17793 \end_inset
17794
17795
17796 \begin_inset CommandInset ref
17797 LatexCommand ref
17798 reference "tab:Table-using-user-defined"
17799
17800 \end_inset
17801
17802  use the LaTeX-arguments
17803 \end_layout
17804
17805 \begin_layout Standard
17806
17807 \series bold
17808 M{2.5cm}
17809 \end_layout
17810
17811 \begin_layout Standard
17812 for the first column and the multicolumn,
17813 \end_layout
17814
17815 \begin_layout Standard
17816
17817 \series bold
17818 K{red}
17819 \end_layout
17820
17821 \begin_layout Standard
17822 for the the last column, and
17823 \end_layout
17824
17825 \begin_layout Standard
17826
17827 \series bold
17828 S{2.5cm}{2}
17829 \end_layout
17830
17831 \begin_layout Standard
17832 for the cells in the second column.
17833 \end_layout
17834
17835 \begin_layout Standard
17836 \begin_inset Float table
17837 placement h
17838 wide false
17839 sideways false
17840 status open
17841
17842 \begin_layout Plain Layout
17843 \begin_inset Caption
17844
17845 \begin_layout Plain Layout
17846 \begin_inset CommandInset label
17847 LatexCommand label
17848 name "tab:Table-using-user-defined"
17849
17850 \end_inset
17851
17852 Table using user-defined table formats
17853 \end_layout
17854
17855 \end_inset
17856
17857
17858 \end_layout
17859
17860 \begin_layout Plain Layout
17861 \align center
17862 \begin_inset Tabular
17863 <lyxtabular version="3" rows="3" columns="4">
17864 <features>
17865 <column alignment="center" valignment="middle" width="2.5cm" special="M{2.5cm}">
17866 <column alignment="center" valignment="middle" width="0" special="S{2.5cm}{2}">
17867 <column alignment="center" valignment="middle" width="0">
17868 <column alignment="center" valignment="middle" width="0" special="K{red}">
17869 <row>
17870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17871 \begin_inset Text
17872
17873 \begin_layout Plain Layout
17874 verylongtablecellword
17875 \end_layout
17876
17877 \end_inset
17878 </cell>
17879 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" usebox="none" special="M{2.5cm}">
17880 \begin_inset Text
17881
17882 \begin_layout Plain Layout
17883 multiple lines multicolumn
17884 \end_layout
17885
17886 \end_inset
17887 </cell>
17888 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17889 \begin_inset Text
17890
17891 \begin_layout Plain Layout
17892
17893 \end_layout
17894
17895 \end_inset
17896 </cell>
17897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17898 \begin_inset Text
17899
17900 \begin_layout Plain Layout
17901 c
17902 \end_layout
17903
17904 \end_inset
17905 </cell>
17906 </row>
17907 <row>
17908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17909 \begin_inset Text
17910
17911 \begin_layout Plain Layout
17912 d
17913 \end_layout
17914
17915 \end_inset
17916 </cell>
17917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17918 \begin_inset Text
17919
17920 \begin_layout Plain Layout
17921 e
17922 \end_layout
17923
17924 \end_inset
17925 </cell>
17926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17927 \begin_inset Text
17928
17929 \begin_layout Plain Layout
17930 f
17931 \end_layout
17932
17933 \end_inset
17934 </cell>
17935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17936 \begin_inset Text
17937
17938 \begin_layout Plain Layout
17939 g
17940 \end_layout
17941
17942 \end_inset
17943 </cell>
17944 </row>
17945 <row>
17946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17947 \begin_inset Text
17948
17949 \begin_layout Plain Layout
17950 h
17951 \end_layout
17952
17953 \end_inset
17954 </cell>
17955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17956 \begin_inset Text
17957
17958 \begin_layout Plain Layout
17959 i
17960 \end_layout
17961
17962 \end_inset
17963 </cell>
17964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17965 \begin_inset Text
17966
17967 \begin_layout Plain Layout
17968 j
17969 \end_layout
17970
17971 \end_inset
17972 </cell>
17973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17974 \begin_inset Text
17975
17976 \begin_layout Plain Layout
17977 k
17978 \end_layout
17979
17980 \end_inset
17981 </cell>
17982 </row>
17983 </lyxtabular>
17984
17985 \end_inset
17986
17987
17988 \end_layout
17989
17990 \end_inset
17991
17992
17993 \end_layout
17994
17995 \begin_layout Subsection
17996 Line Thickness
17997 \begin_inset CommandInset label
17998 LatexCommand label
17999 name "sub:Line-Thickness"
18000
18001 \end_inset
18002
18003
18004 \begin_inset Index
18005 status collapsed
18006
18007 \begin_layout Plain Layout
18008 Table Customization ! Line Thickness
18009 \end_layout
18010
18011 \end_inset
18012
18013
18014 \end_layout
18015
18016 \begin_layout Standard
18017 The line thickness for all lines in a table can be adjusted with the length
18018  
18019 \series bold
18020
18021 \backslash
18022 arrayrulewidth
18023 \series default
18024 .
18025  To set for example a line thickness of 1.5
18026 \begin_inset space \thinspace{}
18027 \end_inset
18028
18029 pt, like in Table
18030 \begin_inset space ~
18031 \end_inset
18032
18033
18034 \begin_inset CommandInset ref
18035 LatexCommand ref
18036 reference "tab:Table-with-1.5"
18037
18038 \end_inset
18039
18040 , insert the command
18041 \end_layout
18042
18043 \begin_layout Standard
18044
18045 \series bold
18046
18047 \backslash
18048 setlength{
18049 \backslash
18050 arrayrulewidth}{1.5pt}
18051 \end_layout
18052
18053 \begin_layout Standard
18054 in TeX-Code before the table or table float.
18055  The changed thickness is valid for all following tables.
18056  To use the default value again, set 
18057 \series bold
18058
18059 \backslash
18060 arrayrulewidth
18061 \series default
18062  to 0.4
18063 \begin_inset space \thinspace{}
18064 \end_inset
18065
18066 pt in TeX-Code behind the table or table float.
18067 \end_layout
18068
18069 \begin_layout Standard
18070 \begin_inset ERT
18071 status collapsed
18072
18073 \begin_layout Plain Layout
18074
18075
18076 \backslash
18077 setlength{
18078 \backslash
18079 arrayrulewidth}{1.5pt}
18080 \end_layout
18081
18082 \end_inset
18083
18084
18085 \begin_inset Float table
18086 wide false
18087 sideways false
18088 status open
18089
18090 \begin_layout Plain Layout
18091 \begin_inset Caption
18092
18093 \begin_layout Plain Layout
18094 \begin_inset CommandInset label
18095 LatexCommand label
18096 name "tab:Table-with-1.5"
18097
18098 \end_inset
18099
18100 Table with 1.5
18101 \begin_inset space \thinspace{}
18102 \end_inset
18103
18104 pt thick lines
18105 \end_layout
18106
18107 \end_inset
18108
18109
18110 \end_layout
18111
18112 \begin_layout Plain Layout
18113 \align center
18114 \begin_inset Tabular
18115 <lyxtabular version="3" rows="3" columns="3">
18116 <features>
18117 <column alignment="center" valignment="top" width="0">
18118 <column alignment="center" valignment="top" width="0">
18119 <column alignment="center" valignment="top" width="0">
18120 <row>
18121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18122 \begin_inset Text
18123
18124 \begin_layout Plain Layout
18125 sd
18126 \end_layout
18127
18128 \end_inset
18129 </cell>
18130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18131 \begin_inset Text
18132
18133 \begin_layout Plain Layout
18134
18135 \end_layout
18136
18137 \end_inset
18138 </cell>
18139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18140 \begin_inset Text
18141
18142 \begin_layout Plain Layout
18143
18144 \end_layout
18145
18146 \end_inset
18147 </cell>
18148 </row>
18149 <row>
18150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18151 \begin_inset Text
18152
18153 \begin_layout Plain Layout
18154
18155 \end_layout
18156
18157 \end_inset
18158 </cell>
18159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18160 \begin_inset Text
18161
18162 \begin_layout Plain Layout
18163 sd
18164 \end_layout
18165
18166 \end_inset
18167 </cell>
18168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18169 \begin_inset Text
18170
18171 \begin_layout Plain Layout
18172
18173 \end_layout
18174
18175 \end_inset
18176 </cell>
18177 </row>
18178 <row>
18179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18180 \begin_inset Text
18181
18182 \begin_layout Plain Layout
18183
18184 \end_layout
18185
18186 \end_inset
18187 </cell>
18188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18189 \begin_inset Text
18190
18191 \begin_layout Plain Layout
18192
18193 \end_layout
18194
18195 \end_inset
18196 </cell>
18197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18198 \begin_inset Text
18199
18200 \begin_layout Plain Layout
18201 sd
18202 \end_layout
18203
18204 \end_inset
18205 </cell>
18206 </row>
18207 </lyxtabular>
18208
18209 \end_inset
18210
18211
18212 \end_layout
18213
18214 \end_inset
18215
18216
18217 \begin_inset ERT
18218 status collapsed
18219
18220 \begin_layout Plain Layout
18221
18222
18223 \backslash
18224 setlength{
18225 \backslash
18226 arrayrulewidth}{0.4pt}
18227 \end_layout
18228
18229 \end_inset
18230
18231
18232 \end_layout
18233
18234 \begin_layout Standard
18235 \begin_inset VSpace bigskip
18236 \end_inset
18237
18238 To set the line thickness to 1.5
18239 \begin_inset space \thinspace{}
18240 \end_inset
18241
18242 pt only for horizontal lines, like in Table
18243 \begin_inset space ~
18244 \end_inset
18245
18246
18247 \begin_inset CommandInset ref
18248 LatexCommand ref
18249 reference "tab:Table-with-horizontal"
18250
18251 \end_inset
18252
18253 , insert these commands in TeX-Code before the table or table float:
18254 \end_layout
18255
18256 \begin_layout Standard
18257
18258 \series bold
18259
18260 \backslash
18261 let
18262 \backslash
18263 myHline
18264 \backslash
18265 hline
18266 \begin_inset Newline newline
18267 \end_inset
18268
18269
18270 \backslash
18271 renewcommand{
18272 \backslash
18273 hline}
18274 \begin_inset Newline newline
18275 \end_inset
18276
18277  {
18278 \backslash
18279 noalign{
18280 \backslash
18281 global
18282 \backslash
18283 arrayrulewidth 1.5pt}
18284 \begin_inset Newline newline
18285 \end_inset
18286
18287  
18288 \backslash
18289 myHline
18290 \backslash
18291 noalign{
18292 \backslash
18293 global
18294 \backslash
18295 arrayrulewidth 0.4pt}}
18296 \end_layout
18297
18298 \begin_layout Standard
18299 To return to the default line thickness, insert this command in TeX-Code
18300  behind the table or table float:
18301 \end_layout
18302
18303 \begin_layout Standard
18304
18305 \series bold
18306
18307 \backslash
18308 renewcommand{
18309 \backslash
18310 hline}{
18311 \backslash
18312 myHline}
18313 \end_layout
18314
18315 \begin_layout Standard
18316 \begin_inset ERT
18317 status collapsed
18318
18319 \begin_layout Plain Layout
18320
18321
18322 \backslash
18323 let
18324 \backslash
18325 myHline
18326 \backslash
18327 hline
18328 \end_layout
18329
18330 \begin_layout Plain Layout
18331
18332
18333 \backslash
18334 renewcommand{
18335 \backslash
18336 hline}
18337 \end_layout
18338
18339 \begin_layout Plain Layout
18340
18341  {
18342 \backslash
18343 noalign{
18344 \backslash
18345 global
18346 \backslash
18347 arrayrulewidth 1.5pt}
18348 \end_layout
18349
18350 \begin_layout Plain Layout
18351
18352   
18353 \backslash
18354 myHline
18355 \backslash
18356 noalign{
18357 \backslash
18358 global
18359 \backslash
18360 arrayrulewidth 0.4pt}}
18361 \end_layout
18362
18363 \end_inset
18364
18365
18366 \begin_inset Float table
18367 wide false
18368 sideways false
18369 status open
18370
18371 \begin_layout Plain Layout
18372 \begin_inset Caption
18373
18374 \begin_layout Plain Layout
18375 \begin_inset CommandInset label
18376 LatexCommand label
18377 name "tab:Table-with-horizontal"
18378
18379 \end_inset
18380
18381 Table with 1.5
18382 \begin_inset space \thinspace{}
18383 \end_inset
18384
18385 pt thick horizontal lines
18386 \end_layout
18387
18388 \end_inset
18389
18390
18391 \end_layout
18392
18393 \begin_layout Plain Layout
18394 \align center
18395 \begin_inset Tabular
18396 <lyxtabular version="3" rows="3" columns="3">
18397 <features>
18398 <column alignment="center" valignment="top" width="0">
18399 <column alignment="center" valignment="top" width="0">
18400 <column alignment="center" valignment="top" width="0">
18401 <row>
18402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18403 \begin_inset Text
18404
18405 \begin_layout Plain Layout
18406 sd
18407 \end_layout
18408
18409 \end_inset
18410 </cell>
18411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18412 \begin_inset Text
18413
18414 \begin_layout Plain Layout
18415
18416 \end_layout
18417
18418 \end_inset
18419 </cell>
18420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18421 \begin_inset Text
18422
18423 \begin_layout Plain Layout
18424
18425 \end_layout
18426
18427 \end_inset
18428 </cell>
18429 </row>
18430 <row>
18431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18432 \begin_inset Text
18433
18434 \begin_layout Plain Layout
18435
18436 \end_layout
18437
18438 \end_inset
18439 </cell>
18440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18441 \begin_inset Text
18442
18443 \begin_layout Plain Layout
18444 sd
18445 \end_layout
18446
18447 \end_inset
18448 </cell>
18449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18450 \begin_inset Text
18451
18452 \begin_layout Plain Layout
18453
18454 \end_layout
18455
18456 \end_inset
18457 </cell>
18458 </row>
18459 <row>
18460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18461 \begin_inset Text
18462
18463 \begin_layout Plain Layout
18464
18465 \end_layout
18466
18467 \end_inset
18468 </cell>
18469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18470 \begin_inset Text
18471
18472 \begin_layout Plain Layout
18473
18474 \end_layout
18475
18476 \end_inset
18477 </cell>
18478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18479 \begin_inset Text
18480
18481 \begin_layout Plain Layout
18482 sd
18483 \end_layout
18484
18485 \end_inset
18486 </cell>
18487 </row>
18488 </lyxtabular>
18489
18490 \end_inset
18491
18492
18493 \end_layout
18494
18495 \end_inset
18496
18497
18498 \begin_inset ERT
18499 status collapsed
18500
18501 \begin_layout Plain Layout
18502
18503
18504 \backslash
18505 renewcommand{
18506 \backslash
18507 hline}{
18508 \backslash
18509 myHline}
18510 \end_layout
18511
18512 \end_inset
18513
18514
18515 \end_layout
18516
18517 \begin_layout Standard
18518 \begin_inset VSpace bigskip
18519 \end_inset
18520
18521 To set the line thickness to 1.5
18522 \begin_inset space \thinspace{}
18523 \end_inset
18524
18525 pt only for vertical lines, create the following column format in the document
18526  preamble, according to the description in section
18527 \begin_inset space ~
18528 \end_inset
18529
18530
18531 \begin_inset CommandInset ref
18532 LatexCommand ref
18533 reference "sub:Customized-Format"
18534
18535 \end_inset
18536
18537 :
18538 \end_layout
18539
18540 \begin_layout Standard
18541
18542 \series bold
18543
18544 \backslash
18545 newcolumntype{V}{!{
18546 \backslash
18547 vrule width 1.5pt}}
18548 \end_layout
18549
18550 \begin_layout Standard
18551 For Table
18552 \begin_inset space ~
18553 \end_inset
18554
18555
18556 \begin_inset CommandInset ref
18557 LatexCommand ref
18558 reference "tab:Table-with-vertical"
18559
18560 \end_inset
18561
18562  the LaTeX-argument
18563 \end_layout
18564
18565 \begin_layout Standard
18566
18567 \series bold
18568 VcV
18569 \end_layout
18570
18571 \begin_layout Standard
18572 was used for the last column and
18573 \end_layout
18574
18575 \begin_layout Standard
18576
18577 \series bold
18578 Vc
18579 \end_layout
18580
18581 \begin_layout Standard
18582 for the other columns.
18583 \end_layout
18584
18585 \begin_layout Standard
18586 \begin_inset Float table
18587 wide false
18588 sideways false
18589 status open
18590
18591 \begin_layout Plain Layout
18592 \begin_inset Caption
18593
18594 \begin_layout Plain Layout
18595 \begin_inset CommandInset label
18596 LatexCommand label
18597 name "tab:Table-with-vertical"
18598
18599 \end_inset
18600
18601 Table with 1.5
18602 \begin_inset space \thinspace{}
18603 \end_inset
18604
18605 pt thick vertical lines
18606 \end_layout
18607
18608 \end_inset
18609
18610
18611 \end_layout
18612
18613 \begin_layout Plain Layout
18614 \align center
18615 \begin_inset Tabular
18616 <lyxtabular version="3" rows="3" columns="3">
18617 <features>
18618 <column alignment="center" valignment="top" width="0" special="Vc">
18619 <column alignment="center" valignment="top" width="0" special="Vc">
18620 <column alignment="center" valignment="top" width="0" special="VcV">
18621 <row>
18622 <cell alignment="center" valignment="top" topline="true" usebox="none">
18623 \begin_inset Text
18624
18625 \begin_layout Plain Layout
18626 sd
18627 \end_layout
18628
18629 \end_inset
18630 </cell>
18631 <cell alignment="center" valignment="top" topline="true" usebox="none">
18632 \begin_inset Text
18633
18634 \begin_layout Plain Layout
18635
18636 \end_layout
18637
18638 \end_inset
18639 </cell>
18640 <cell alignment="center" valignment="top" topline="true" usebox="none">
18641 \begin_inset Text
18642
18643 \begin_layout Plain Layout
18644
18645 \end_layout
18646
18647 \end_inset
18648 </cell>
18649 </row>
18650 <row>
18651 <cell alignment="center" valignment="top" topline="true" usebox="none">
18652 \begin_inset Text
18653
18654 \begin_layout Plain Layout
18655
18656 \end_layout
18657
18658 \end_inset
18659 </cell>
18660 <cell alignment="center" valignment="top" topline="true" usebox="none">
18661 \begin_inset Text
18662
18663 \begin_layout Plain Layout
18664 sd
18665 \end_layout
18666
18667 \end_inset
18668 </cell>
18669 <cell alignment="center" valignment="top" topline="true" usebox="none">
18670 \begin_inset Text
18671
18672 \begin_layout Plain Layout
18673
18674 \end_layout
18675
18676 \end_inset
18677 </cell>
18678 </row>
18679 <row>
18680 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18681 \begin_inset Text
18682
18683 \begin_layout Plain Layout
18684
18685 \end_layout
18686
18687 \end_inset
18688 </cell>
18689 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18690 \begin_inset Text
18691
18692 \begin_layout Plain Layout
18693
18694 \end_layout
18695
18696 \end_inset
18697 </cell>
18698 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18699 \begin_inset Text
18700
18701 \begin_layout Plain Layout
18702 sd
18703 \end_layout
18704
18705 \end_inset
18706 </cell>
18707 </row>
18708 </lyxtabular>
18709
18710 \end_inset
18711
18712
18713 \end_layout
18714
18715 \end_inset
18716
18717
18718 \end_layout
18719
18720 \begin_layout Subsection
18721 Dashed Lines
18722 \begin_inset Index
18723 status collapsed
18724
18725 \begin_layout Plain Layout
18726 Table Customization ! Dashed Lines
18727 \end_layout
18728
18729 \end_inset
18730
18731
18732 \end_layout
18733
18734 \begin_layout Standard
18735 \begin_inset ERT
18736 status collapsed
18737
18738 \begin_layout Plain Layout
18739
18740
18741 \backslash
18742 ifarydshln
18743 \end_layout
18744
18745 \end_inset
18746
18747
18748 \begin_inset Note Note
18749 status open
18750
18751 \begin_layout Plain Layout
18752 The following section will only be displayed when the LaTeX-package 
18753 \series bold
18754 arydshln
18755 \series default
18756  is installed.
18757 \end_layout
18758
18759 \end_inset
18760
18761
18762 \end_layout
18763
18764 \begin_layout Standard
18765 \begin_inset Float table
18766 placement H
18767 wide false
18768 sideways false
18769 status open
18770
18771 \begin_layout Plain Layout
18772 \begin_inset Caption
18773
18774 \begin_layout Plain Layout
18775 \begin_inset CommandInset label
18776 LatexCommand label
18777 name "tab:Table-with-dashed"
18778
18779 \end_inset
18780
18781 Table with dashed lines
18782 \end_layout
18783
18784 \end_inset
18785
18786
18787 \end_layout
18788
18789 \begin_layout Plain Layout
18790 \align center
18791 \begin_inset Tabular
18792 <lyxtabular version="3" rows="5" columns="5">
18793 <features>
18794 <column alignment="center" valignment="top" width="0">
18795 <column alignment="center" valignment="top" width="0">
18796 <column alignment="center" valignment="top" width="0" special=":c">
18797 <column alignment="center" valignment="top" width="0">
18798 <column alignment="center" valignment="top" width="0">
18799 <row>
18800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18801 \begin_inset Text
18802
18803 \begin_layout Plain Layout
18804 a
18805 \end_layout
18806
18807 \end_inset
18808 </cell>
18809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18810 \begin_inset Text
18811
18812 \begin_layout Plain Layout
18813 b
18814 \end_layout
18815
18816 \end_inset
18817 </cell>
18818 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18819 \begin_inset Text
18820
18821 \begin_layout Plain Layout
18822 c
18823 \end_layout
18824
18825 \end_inset
18826 </cell>
18827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18828 \begin_inset Text
18829
18830 \begin_layout Plain Layout
18831 d
18832 \end_layout
18833
18834 \end_inset
18835 </cell>
18836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18837 \begin_inset Text
18838
18839 \begin_layout Plain Layout
18840 e
18841 \end_layout
18842
18843 \end_inset
18844 </cell>
18845 </row>
18846 <row>
18847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18848 \begin_inset Text
18849
18850 \begin_layout Plain Layout
18851 f
18852 \end_layout
18853
18854 \end_inset
18855 </cell>
18856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18857 \begin_inset Text
18858
18859 \begin_layout Plain Layout
18860 g
18861 \end_layout
18862
18863 \end_inset
18864 </cell>
18865 <cell alignment="center" valignment="top" topline="true" usebox="none">
18866 \begin_inset Text
18867
18868 \begin_layout Plain Layout
18869 h
18870 \end_layout
18871
18872 \end_inset
18873 </cell>
18874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18875 \begin_inset Text
18876
18877 \begin_layout Plain Layout
18878 i
18879 \end_layout
18880
18881 \end_inset
18882 </cell>
18883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18884 \begin_inset Text
18885
18886 \begin_layout Plain Layout
18887 j
18888 \end_layout
18889
18890 \end_inset
18891 </cell>
18892 </row>
18893 <row>
18894 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18895 \begin_inset Text
18896
18897 \begin_layout Plain Layout
18898 \begin_inset ERT
18899 status collapsed
18900
18901 \begin_layout Plain Layout
18902
18903
18904 \backslash
18905 hdashline 
18906 \end_layout
18907
18908 \end_inset
18909
18910 k
18911 \end_layout
18912
18913 \end_inset
18914 </cell>
18915 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18916 \begin_inset Text
18917
18918 \begin_layout Plain Layout
18919 l
18920 \end_layout
18921
18922 \end_inset
18923 </cell>
18924 <cell alignment="center" valignment="top" usebox="none">
18925 \begin_inset Text
18926
18927 \begin_layout Plain Layout
18928 m
18929 \end_layout
18930
18931 \end_inset
18932 </cell>
18933 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18934 \begin_inset Text
18935
18936 \begin_layout Plain Layout
18937 n
18938 \end_layout
18939
18940 \end_inset
18941 </cell>
18942 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18943 \begin_inset Text
18944
18945 \begin_layout Plain Layout
18946 o
18947 \end_layout
18948
18949 \end_inset
18950 </cell>
18951 </row>
18952 <row>
18953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18954 \begin_inset Text
18955
18956 \begin_layout Plain Layout
18957 \begin_inset ERT
18958 status collapsed
18959
18960 \begin_layout Plain Layout
18961
18962
18963 \backslash
18964 cdashline{4-5}
18965 \end_layout
18966
18967 \end_inset
18968
18969 p
18970 \end_layout
18971
18972 \end_inset
18973 </cell>
18974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18975 \begin_inset Text
18976
18977 \begin_layout Plain Layout
18978 q
18979 \end_layout
18980
18981 \end_inset
18982 </cell>
18983 <cell alignment="center" valignment="top" topline="true" usebox="none" special="c:">
18984 \begin_inset Text
18985
18986 \begin_layout Plain Layout
18987 r
18988 \end_layout
18989
18990 \end_inset
18991 </cell>
18992 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none" special="c:">
18993 \begin_inset Text
18994
18995 \begin_layout Plain Layout
18996 s
18997 \end_layout
18998
18999 \end_inset
19000 </cell>
19001 <cell multicolumn="2" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19002 \begin_inset Text
19003
19004 \begin_layout Plain Layout
19005
19006 \end_layout
19007
19008 \end_inset
19009 </cell>
19010 </row>
19011 <row>
19012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19013 \begin_inset Text
19014
19015 \begin_layout Plain Layout
19016 t
19017 \end_layout
19018
19019 \end_inset
19020 </cell>
19021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19022 \begin_inset Text
19023
19024 \begin_layout Plain Layout
19025 u
19026 \end_layout
19027
19028 \end_inset
19029 </cell>
19030 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
19031 \begin_inset Text
19032
19033 \begin_layout Plain Layout
19034 v
19035 \end_layout
19036
19037 \end_inset
19038 </cell>
19039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19040 \begin_inset Text
19041
19042 \begin_layout Plain Layout
19043 w
19044 \end_layout
19045
19046 \end_inset
19047 </cell>
19048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19049 \begin_inset Text
19050
19051 \begin_layout Plain Layout
19052 x
19053 \end_layout
19054
19055 \end_inset
19056 </cell>
19057 </row>
19058 </lyxtabular>
19059
19060 \end_inset
19061
19062
19063 \end_layout
19064
19065 \end_inset
19066
19067
19068 \end_layout
19069
19070 \begin_layout Standard
19071 LyX doesn't natively support dashed lines, so you have to use TeX-Code.
19072  As prerequisite the LaTeX-package 
19073 \series bold
19074 arydshln
19075 \series default
19076
19077 \begin_inset Index
19078 status collapsed
19079
19080 \begin_layout Plain Layout
19081 LaTeX-packages ! arydshln
19082 \end_layout
19083
19084 \end_inset
19085
19086  must be loaded in the document preamble with the command
19087 \end_layout
19088
19089 \begin_layout Standard
19090
19091 \series bold
19092
19093 \backslash
19094 usepackage{arydshln}
19095 \end_layout
19096
19097 \begin_layout Standard
19098 To make a vertical line dashed, enter the colon 
19099 \begin_inset Quotes eld
19100 \end_inset
19101
19102 :
19103 \begin_inset Quotes erd
19104 \end_inset
19105
19106  together with the character for the horizontal alignment as LaTeX-argument
19107  in the table cell dialog.
19108 \end_layout
19109
19110 \begin_layout Standard
19111 For a horizontal dashed line add the command
19112 \end_layout
19113
19114 \begin_layout Standard
19115
19116 \series bold
19117
19118 \backslash
19119 hdashline
19120 \end_layout
19121
19122 \begin_layout Standard
19123 in TeX-Code as first element of the first cell in the table row.
19124 \end_layout
19125
19126 \begin_layout Standard
19127 For dashed multicolumn lines use the command
19128 \end_layout
19129
19130 \begin_layout Standard
19131
19132 \series bold
19133
19134 \backslash
19135 cdashline{line number
19136 \series default
19137 }
19138 \end_layout
19139
19140 \begin_layout Standard
19141 in TeX-Code as first element of the first cell in the table row.
19142  If you have for example a multicolumn spanning over columns 2 to 4 and
19143  you want to have a dashed line above, add the command
19144 \end_layout
19145
19146 \begin_layout Standard
19147
19148 \series bold
19149
19150 \backslash
19151 cdashline{2-4}
19152 \end_layout
19153
19154 \begin_layout Standard
19155 as first element of the first cell in the row of the multicolumn.
19156 \end_layout
19157
19158 \begin_layout Standard
19159 \begin_inset VSpace bigskip
19160 \end_inset
19161
19162
19163 \end_layout
19164
19165 \begin_layout Standard
19166 Table
19167 \begin_inset space ~
19168 \end_inset
19169
19170
19171 \begin_inset CommandInset ref
19172 LatexCommand ref
19173 reference "tab:Table-with-dashed"
19174
19175 \end_inset
19176
19177  was created using 
19178 \begin_inset Quotes eld
19179 \end_inset
19180
19181
19182 \series bold
19183 :c
19184 \series default
19185
19186 \begin_inset Quotes erd
19187 \end_inset
19188
19189  as LaTeX-argument of the third column.
19190  The TeX-Code command 
19191 \series bold
19192
19193 \backslash
19194 hdashline
19195 \series default
19196  was inserted to the first cell of the third row and the the TeX-Code command
19197 \begin_inset Newline newline
19198 \end_inset
19199
19200  
19201 \series bold
19202
19203 \backslash
19204 cdashline{4-5}
19205 \series default
19206  was inserted to the first cell of the fourth row.
19207 \end_layout
19208
19209 \begin_layout Standard
19210 \begin_inset Note Greyedout
19211 status open
19212
19213 \begin_layout Plain Layout
19214
19215 \series bold
19216 Note:
19217 \series default
19218  The used LaTeX-package 
19219 \series bold
19220 arydshln
19221 \series default
19222  is apparently not compatible with the LaTeX-package 
19223 \series bold
19224 colortbl
19225 \series default
19226
19227 \begin_inset Index
19228 status collapsed
19229
19230 \begin_layout Plain Layout
19231 LaTeX-packages ! colortbl
19232 \end_layout
19233
19234 \end_inset
19235
19236  that is used for colored tables in section
19237 \begin_inset space ~
19238 \end_inset
19239
19240
19241 \begin_inset CommandInset ref
19242 LatexCommand ref
19243 reference "sec:Colored-Tables"
19244
19245 \end_inset
19246
19247 .
19248  That means colored tables cannot have dashed lines.
19249 \end_layout
19250
19251 \end_inset
19252
19253
19254 \end_layout
19255
19256 \begin_layout Standard
19257 \begin_inset ERT
19258 status collapsed
19259
19260 \begin_layout Plain Layout
19261
19262
19263 \backslash
19264 else
19265 \end_layout
19266
19267 \end_inset
19268
19269
19270 \begin_inset Note Note
19271 status open
19272
19273 \begin_layout Plain Layout
19274 The following will be displayed when the LaTeX-package 
19275 \series bold
19276 arydshln
19277 \series default
19278  is not installed:
19279 \end_layout
19280
19281 \end_inset
19282
19283
19284 \end_layout
19285
19286 \begin_layout Standard
19287 You need to install the package 
19288 \series bold
19289 arydshln
19290 \series default
19291  to see the content of this section in the output.
19292 \end_layout
19293
19294 \begin_layout Standard
19295 \begin_inset ERT
19296 status collapsed
19297
19298 \begin_layout Plain Layout
19299
19300
19301 \backslash
19302 fi
19303 \end_layout
19304
19305 \end_inset
19306
19307
19308 \end_layout
19309
19310 \begin_layout Chapter
19311 Floats
19312 \begin_inset Index
19313 status collapsed
19314
19315 \begin_layout Plain Layout
19316 Floats
19317 \end_layout
19318
19319 \end_inset
19320
19321
19322 \end_layout
19323
19324 \begin_layout Section
19325 Introduction
19326 \begin_inset CommandInset label
19327 LatexCommand label
19328 name "sec:FloatIntroduction"
19329
19330 \end_inset
19331
19332
19333 \begin_inset Index
19334 status collapsed
19335
19336 \begin_layout Plain Layout
19337 Floats ! Introduction
19338 \end_layout
19339
19340 \end_inset
19341
19342
19343 \end_layout
19344
19345 \begin_layout Standard
19346 A float is a block of text associated with some sort of label, which doesn't
19347  have a fixed location.
19348  It can 
19349 \begin_inset Quotes eld
19350 \end_inset
19351
19352 float
19353 \begin_inset Quotes erd
19354 \end_inset
19355
19356  forward or backward a page or two, to wherever it fits best.
19357  
19358 \family sans
19359 Footnotes
19360 \family default
19361  and 
19362 \family sans
19363 Margin
19364 \begin_inset space ~
19365 \end_inset
19366
19367 Notes
19368 \family default
19369  are also floats, because they can float to the next page when there are
19370  too many notes at the page.
19371 \end_layout
19372
19373 \begin_layout Standard
19374 Floats allow a high quality layout.
19375  Images and tables can evenly be spread to the pages to avoid white space
19376  and pages without text.
19377  As the floating often destroys the context between the text and the image/table
19378 , every float can be referenced in the text.
19379  Floats are therefore numbered.
19380  Referencing is described in section
19381 \begin_inset space ~
19382 \end_inset
19383
19384
19385 \begin_inset CommandInset ref
19386 LatexCommand ref
19387 reference "sec:Referencing-Floats"
19388
19389 \end_inset
19390
19391 .
19392 \end_layout
19393
19394 \begin_layout Standard
19395 To insert a float, use the menu 
19396 \family sans
19397 Insert\SpecialChar \menuseparator
19398 Float
19399 \family default
19400 .
19401  This inserts the 
19402 \family sans
19403 Caption
19404 \family default
19405  inset, a box with a label.
19406  The label will automatically be translated to the document language in
19407  the output.
19408  Behind the label you can insert the caption text.
19409  The image or table is inserted above or below the caption in a separate
19410  paragraph within the float.
19411  More about the caption placement is described in section
19412 \begin_inset space ~
19413 \end_inset
19414
19415
19416 \begin_inset CommandInset ref
19417 LatexCommand ref
19418 reference "sec:Caption-Placement"
19419
19420 \end_inset
19421
19422 .
19423  To keep your LyX-document readable, you can open and close the float box
19424  by left-clicking on the box label.
19425  A closed float box looks like this: 
19426 \begin_inset Graphics
19427         filename clipart/floatQt4.png
19428         scale 70
19429         scaleBeforeRotation
19430
19431 \end_inset
19432
19433  – a gray button with a red label.
19434 \end_layout
19435
19436 \begin_layout Standard
19437 It is recommended to insert floats as a separate paragraph to avoid possible
19438  LaTeX-errors that can occur when the surrounding text is specially formatted.
19439 \end_layout
19440
19441 \begin_layout Standard
19442 Existing figures or tables can be put into a float by marking them and then
19443  pressing the corresponding toolbar button for a new float.
19444 \end_layout
19445
19446 \begin_layout Section
19447 Float Types
19448 \end_layout
19449
19450 \begin_layout Standard
19451 Besides figure and table floats that are described in section
19452 \begin_inset space ~
19453 \end_inset
19454
19455
19456 \begin_inset CommandInset ref
19457 LatexCommand ref
19458 reference "sec:Figure-Floats"
19459
19460 \end_inset
19461
19462  and 
19463 \begin_inset CommandInset ref
19464 LatexCommand ref
19465 reference "sec:Table-Floats"
19466
19467 \end_inset
19468
19469 , respectively, LyX offers the float types 
19470 \series bold
19471 Algorithm
19472 \series default
19473  and 
19474 \series bold
19475 Wrap
19476 \series default
19477 .
19478 \end_layout
19479
19480 \begin_layout Subsection
19481 Algorithm Floats
19482 \begin_inset Index
19483 status collapsed
19484
19485 \begin_layout Plain Layout
19486 Floats ! Algorithms
19487 \end_layout
19488
19489 \end_inset
19490
19491
19492 \end_layout
19493
19494 \begin_layout Standard
19495 \begin_inset Float algorithm
19496 placement h
19497 wide false
19498 sideways false
19499 status open
19500
19501 \begin_layout Plain Layout
19502 \begin_inset Caption
19503
19504 \begin_layout Plain Layout
19505 \begin_inset CommandInset label
19506 LatexCommand label
19507 name "alg:Example-Algorithm-float"
19508
19509 \end_inset
19510
19511 Example Algorithm float
19512 \end_layout
19513
19514 \end_inset
19515
19516
19517 \end_layout
19518
19519 \begin_layout LyX-Code
19520 for I in 1..N loop
19521 \begin_inset Newline newline
19522 \end_inset
19523
19524  Sum:= Sum + A(I); /*comment*/
19525 \begin_inset Newline newline
19526 \end_inset
19527
19528 end loop
19529 \begin_inset VSpace -4mm
19530 \end_inset
19531
19532
19533 \end_layout
19534
19535 \end_inset
19536
19537
19538 \end_layout
19539
19540 \begin_layout Standard
19541 This float type is inserted with the menu 
19542 \family sans
19543 Insert\SpecialChar \menuseparator
19544 Floats\SpecialChar \menuseparator
19545 Algorithm
19546 \family default
19547 .
19548  It is used for program codes and descriptions of algorithms and can be
19549  seen as an alternative to program code listings that are explained in chapter
19550 \begin_inset space ~
19551 \end_inset
19552
19553
19554 \begin_inset CommandInset ref
19555 LatexCommand ref
19556 reference "cha:Program-Code-Listings"
19557
19558 \end_inset
19559
19560 .
19561  A possible environment for algorithms is the 
19562 \family sans
19563 LyX-Code
19564 \family default
19565 , described in LyX's 
19566 \emph on
19567 Userguide
19568 \emph default
19569 .
19570  Algorithm
19571 \begin_inset space ~
19572 \end_inset
19573
19574
19575 \begin_inset CommandInset ref
19576 LatexCommand ref
19577 reference "alg:Example-Algorithm-float"
19578
19579 \end_inset
19580
19581  is an example of an algorithm float where -4
19582 \begin_inset space \thinspace{}
19583 \end_inset
19584
19585 mm vertical space was added at the end of the float to have the bottom rule
19586  exactly below the last text line.
19587 \end_layout
19588
19589 \begin_layout Standard
19590 The float label is not automatically translated into the document language.
19591  If your document is not in English, you have to do this manually by adding
19592  the following line to the document preamble
19593 \series bold
19594 :
19595 \end_layout
19596
19597 \begin_layout Standard
19598
19599 \series bold
19600
19601 \backslash
19602 floatname{algorithm}{your
19603 \begin_inset space ~
19604 \end_inset
19605
19606 name}
19607 \end_layout
19608
19609 \begin_layout Standard
19610 where 
19611 \family sans
19612 your
19613 \begin_inset space ~
19614 \end_inset
19615
19616 name
19617 \family default
19618  is the word 
19619 \begin_inset Quotes eld
19620 \end_inset
19621
19622
19623 \emph on
19624 algorithm
19625 \emph default
19626
19627 \begin_inset Quotes erd
19628 \end_inset
19629
19630  in your language.
19631 \end_layout
19632
19633 \begin_layout Standard
19634 To insert the list of algorithms you can use the menu 
19635 \family sans
19636 Insert\SpecialChar \menuseparator
19637 List
19638 \begin_inset space \thinspace{}
19639 \end_inset
19640
19641 /
19642 \begin_inset space \thinspace{}
19643 \end_inset
19644
19645 TOC\SpecialChar \menuseparator
19646 List of Algorithms
19647 \family default
19648  when your document has the same language as LyX's menu names.
19649  In other cases use this command in TeX-Code instead:
19650 \end_layout
19651
19652 \begin_layout Standard
19653
19654 \series bold
19655
19656 \backslash
19657 listof{algorithm}{your
19658 \begin_inset space ~
19659 \end_inset
19660
19661 name}
19662 \end_layout
19663
19664 \begin_layout Standard
19665 where 
19666 \family sans
19667 your
19668 \begin_inset space ~
19669 \end_inset
19670
19671 name
19672 \family default
19673  is the word 
19674 \begin_inset Quotes eld
19675 \end_inset
19676
19677
19678 \emph on
19679 List of Algorithm
19680 \emph default
19681 s
19682 \begin_inset Quotes erd
19683 \end_inset
19684
19685  in your language.
19686 \end_layout
19687
19688 \begin_layout Standard
19689 Algorithm floats are not by default numbered in the scheme 
19690 \begin_inset Quotes eld
19691 \end_inset
19692
19693 chapter.algorithm
19694 \begin_inset Quotes erd
19695 \end_inset
19696
19697  like it is the case for table and figure floats in many document-classes.
19698  To number algorithm floats in the same scheme, add this command to your
19699  document preamble:
19700 \end_layout
19701
19702 \begin_layout Standard
19703
19704 \series bold
19705
19706 \backslash
19707 numberwithin{algorithm}{chapter}
19708 \end_layout
19709
19710 \begin_layout Standard
19711 To be able to use the command 
19712 \series bold
19713
19714 \backslash
19715 numberwithin
19716 \series default
19717 , set in the tab 
19718 \family sans
19719 Math
19720 \begin_inset space ~
19721 \end_inset
19722
19723 Options
19724 \family default
19725  in the document settings the option 
19726 \family sans
19727 Use
19728 \begin_inset space ~
19729 \end_inset
19730
19731 AMS
19732 \begin_inset space ~
19733 \end_inset
19734
19735 math
19736 \begin_inset space ~
19737 \end_inset
19738
19739 package
19740 \family default
19741 .
19742 \end_layout
19743
19744 \begin_layout Subsection
19745 Wrap Floats
19746 \begin_inset Index
19747 status collapsed
19748
19749 \begin_layout Plain Layout
19750 Floats ! Wrap Floats
19751 \end_layout
19752
19753 \end_inset
19754
19755
19756 \end_layout
19757
19758 \begin_layout Standard
19759 \begin_inset Wrap figure
19760 lines 0
19761 placement l
19762 overhang 1cm
19763 width "40col%"
19764 status open
19765
19766 \begin_layout Plain Layout
19767 \begin_inset Graphics
19768         filename clipart/mobius.eps
19769         width 40col%
19770         scaleBeforeRotation
19771         rotateOrigin center
19772
19773 \end_inset
19774
19775
19776 \end_layout
19777
19778 \begin_layout Plain Layout
19779 \begin_inset Caption
19780
19781 \begin_layout Plain Layout
19782 \begin_inset CommandInset label
19783 LatexCommand label
19784 name "fig:This-is-a"
19785
19786 \end_inset
19787
19788 This is a figure wrap float.
19789 \end_layout
19790
19791 \end_inset
19792
19793
19794 \end_layout
19795
19796 \end_inset
19797
19798  This float type is used if you want to wrap text around a figure or table
19799  so that it only occupies some fraction of the column width.
19800  It can be inserted using the menu 
19801 \family sans
19802 Insert\SpecialChar \menuseparator
19803 Floats\SpecialChar \menuseparator
19804 Figure
19805 \begin_inset space ~
19806 \end_inset
19807
19808 Wrap
19809 \begin_inset space ~
19810 \end_inset
19811
19812 Float
19813 \family default
19814  or 
19815 \family sans
19816 Table
19817 \begin_inset space ~
19818 \end_inset
19819
19820 Wrap
19821 \begin_inset space ~
19822 \end_inset
19823
19824 Float
19825 \family default
19826  if the LaTeX-package 
19827 \series bold
19828 wrapfig
19829 \series default
19830
19831 \begin_inset Index
19832 status collapsed
19833
19834 \begin_layout Plain Layout
19835 LaTeX-packages ! wrapfig
19836 \begin_inset ERT
19837 status collapsed
19838
19839 \begin_layout Plain Layout
19840
19841
19842 \backslash
19843 vspace{4mm}
19844 \end_layout
19845
19846 \end_inset
19847
19848
19849 \end_layout
19850
19851 \end_inset
19852
19853  is installed.
19854 \begin_inset Foot
19855 status collapsed
19856
19857 \begin_layout Plain Layout
19858 Installing a LaTeX-package is explained it in the 
19859 \emph on
19860 LaTeX
19861 \begin_inset space ~
19862 \end_inset
19863
19864 Configuration
19865 \emph default
19866  manual.
19867 \end_layout
19868
19869 \end_inset
19870
19871  The settings of the float can be modified by right-clicking on the float
19872  box.
19873  The mandatory settings are the float 
19874 \family sans
19875 Placement
19876 \family default
19877  and its 
19878 \family sans
19879 Width
19880 \family default
19881 .
19882  Optional are the 
19883 \family sans
19884 Overhang
19885 \family default
19886  that specifies how much the float is set into the paragraph
19887 \begin_inset space \thinspace{}
19888 \end_inset
19889
19890 /
19891 \begin_inset space \thinspace{}
19892 \end_inset
19893
19894 page margin, and the 
19895 \family sans
19896 Line
19897 \begin_inset space ~
19898 \end_inset
19899
19900 span
19901 \family default
19902  that specifies how many text lines the float will approximately need.
19903  The line span is often hard to be approximated, so better only use it when
19904  you encounter float placement problems.
19905  You can furthermore decide if LaTeX is allowed to let the float float within
19906  the paragraph or to surrounding paragraphs.
19907  Figure
19908 \begin_inset space ~
19909 \end_inset
19910
19911
19912 \begin_inset CommandInset ref
19913 LatexCommand ref
19914 reference "fig:This-is-a"
19915
19916 \end_inset
19917
19918  is an example text wrap float with a width of 40
19919 \begin_inset space \thinspace{}
19920 \end_inset
19921
19922 col%, 1
19923 \begin_inset space \thinspace{}
19924 \end_inset
19925
19926 cm overhang, set to the left.
19927 \begin_inset Foot
19928 status collapsed
19929
19930 \begin_layout Plain Layout
19931 Available units are explained in appendix
19932 \begin_inset space ~
19933 \end_inset
19934
19935
19936 \begin_inset CommandInset ref
19937 LatexCommand ref
19938 reference "cha:Units-available-in"
19939
19940 \end_inset
19941
19942 .
19943 \end_layout
19944
19945 \end_inset
19946
19947
19948 \end_layout
19949
19950 \begin_layout Standard
19951 \begin_inset Note Greyedout
19952 status open
19953
19954 \begin_layout Plain Layout
19955
19956 \series bold
19957 Note:
19958 \series default
19959  Text
19960 \begin_inset space ~
19961 \end_inset
19962
19963 wrap float floats are fragile! E.
19964 \begin_inset space \thinspace{}
19965 \end_inset
19966
19967 g.
19968 \begin_inset space \space{}
19969 \end_inset
19970
19971 having a figure too close to the bottom of the page can mess things up in
19972  the way that the float doesn't appear in the output or that it is placed
19973  over some other text.
19974 \end_layout
19975
19976 \end_inset
19977
19978
19979 \end_layout
19980
19981 \begin_layout Standard
19982 In general:
19983 \end_layout
19984
19985 \begin_layout Itemize
19986 Wrap floats should not be placed in paragraphs that run over a page break.
19987  That means that wrap floats should better be inserted to the exact place
19988  when the document is nearly finished and you are able to estimate where
19989  page breaks will appear.
19990 \end_layout
19991
19992 \begin_layout Itemize
19993 Wrap floats should either be placed in an own paragraph before the paragraph
19994  where they should wrap into or within a paragraph.
19995 \end_layout
19996
19997 \begin_layout Itemize
19998 Wrap floats in consecutive paragraphs may cause troubles, so assure that
19999  there is a text paragraph between them as separator.
20000 \end_layout
20001
20002 \begin_layout Itemize
20003 Wrap floats are not allowed in section headings or tables.
20004 \end_layout
20005
20006 \begin_layout Section
20007 Float Numbering
20008 \begin_inset Index
20009 status collapsed
20010
20011 \begin_layout Plain Layout
20012 Floats ! Numbering
20013 \end_layout
20014
20015 \end_inset
20016
20017
20018 \end_layout
20019
20020 \begin_layout Standard
20021 Floats are usually numbered either independent from the sections the floats
20022  are in, or in the scheme 
20023 \begin_inset Quotes eld
20024 \end_inset
20025
20026 chapter.number
20027 \begin_inset Quotes erd
20028 \end_inset
20029
20030  or 
20031 \begin_inset Quotes eld
20032 \end_inset
20033
20034 section.number
20035 \begin_inset Quotes erd
20036 \end_inset
20037
20038 .
20039  This depends on the used document class.
20040 \end_layout
20041
20042 \begin_layout Standard
20043 To change the section independent numbering, you can use this command in
20044  the document preamble:
20045 \end_layout
20046
20047 \begin_layout Standard
20048
20049 \series bold
20050
20051 \backslash
20052 renewcommand{
20053 \backslash
20054 thetable}{
20055 \backslash
20056 roman{table}}
20057 \end_layout
20058
20059 \begin_layout Standard
20060
20061 \series bold
20062
20063 \backslash
20064 thetable
20065 \series default
20066  is the command that prints the table number, for figure floats, the command
20067  would be 
20068 \series bold
20069
20070 \backslash
20071 thefigure
20072 \series default
20073 .
20074  The command 
20075 \series bold
20076
20077 \backslash
20078 roman
20079 \series default
20080  prints in the command above the table number as small roman number.
20081 \end_layout
20082
20083 \begin_layout Standard
20084 To change the numbering scheme for example to 
20085 \begin_inset Quotes eld
20086 \end_inset
20087
20088 subsection.number
20089 \begin_inset Quotes erd
20090 \end_inset
20091
20092 , use this command in the preamble:
20093 \end_layout
20094
20095 \begin_layout Standard
20096
20097 \series bold
20098
20099 \backslash
20100 numberwithin{table}{subsection}
20101 \end_layout
20102
20103 \begin_layout Standard
20104 To be able to use the command 
20105 \series bold
20106
20107 \backslash
20108 numberwithin
20109 \series default
20110 , set in the tab 
20111 \family sans
20112 Math
20113 \begin_inset space ~
20114 \end_inset
20115
20116 Options
20117 \family default
20118  in the document settings the option 
20119 \family sans
20120 Use
20121 \begin_inset space ~
20122 \end_inset
20123
20124 AMS
20125 \begin_inset space ~
20126 \end_inset
20127
20128 math
20129 \begin_inset space ~
20130 \end_inset
20131
20132 package
20133 \family default
20134 .
20135 \end_layout
20136
20137 \begin_layout Standard
20138 Please also have a look at section
20139 \begin_inset space ~
20140 \end_inset
20141
20142
20143 \begin_inset CommandInset ref
20144 LatexCommand ref
20145 reference "sub:Footnote-Numbering"
20146
20147 \end_inset
20148
20149  for the details and important notes about the numbering commands.
20150 \end_layout
20151
20152 \begin_layout Section
20153 Referencing Floats
20154 \begin_inset CommandInset label
20155 LatexCommand label
20156 name "sec:Referencing-Floats"
20157
20158 \end_inset
20159
20160
20161 \begin_inset Index
20162 status collapsed
20163
20164 \begin_layout Plain Layout
20165 Floats ! References
20166 \end_layout
20167
20168 \end_inset
20169
20170
20171 \begin_inset Index
20172 status collapsed
20173
20174 \begin_layout Plain Layout
20175 References ! to Floats
20176 \end_layout
20177
20178 \end_inset
20179
20180
20181 \end_layout
20182
20183 \begin_layout Standard
20184 To reference a float, insert a label into its caption using the menu 
20185 \family sans
20186 Insert\SpecialChar \menuseparator
20187 Label
20188 \family default
20189  or the toolbar button 
20190 \begin_inset Graphics
20191         filename ../images/label-insert.png
20192         scale 85
20193         scaleBeforeRotation
20194
20195 \end_inset
20196
20197 .
20198  A grey label box like this one: 
20199 \begin_inset Graphics
20200         filename clipart/labelQt4.png
20201         scale 85
20202         scaleBeforeRotation
20203
20204 \end_inset
20205
20206  will be inserted and the label window pops up asking for the label text.
20207  LyX offers as text the first words of the caption with a prefix.
20208  The prefix depends on the float type, e.
20209 \begin_inset space \thinspace{}
20210 \end_inset
20211
20212 g.
20213 \begin_inset space \space{}
20214 \end_inset
20215
20216 for figure floats the prefix will be "
20217 \family sans
20218 fig:
20219 \family default
20220 ".
20221 \end_layout
20222
20223 \begin_layout Standard
20224 The label is used as anchor and name for the reference.
20225  You can refer to the label using the menu 
20226 \family sans
20227 Insert\SpecialChar \menuseparator
20228 Cross-reference
20229 \family default
20230  or the toolbar button 
20231 \begin_inset Graphics
20232         filename ../images/dialog-show-new-inset_ref.png
20233         scale 85
20234         scaleBeforeRotation
20235
20236 \end_inset
20237
20238 .
20239  A grey cross-reference box like this one: 
20240 \begin_inset Graphics
20241         filename clipart/referenceQt4.png
20242         scale 85
20243         scaleBeforeRotation
20244
20245 \end_inset
20246
20247  will be inserted and the cross-reference window appear showing all labels
20248  of the document.
20249  If you have multiple LyX-documents opened, choose the one you are working
20250  on from the drop-list at the top of the dialog.
20251  You can now sort the labels alphabetically and then choose one.
20252  At the position of the cross-reference box the float number will appear
20253  in the output.
20254 \end_layout
20255
20256 \begin_layout Standard
20257 It is recommended to use a protected space between the cross-reference name
20258  and its number to avoid line breaks between them.
20259  If a cross-reference refers to a non-existing label, you will see two question
20260  marks in the output instead of the reference.
20261 \end_layout
20262
20263 \begin_layout Standard
20264 You can change labels at any time by clicking on the label box.
20265  References to the changed label will automatically change its link to the
20266  new label text, so that you don't need to take care about this.
20267 \end_layout
20268
20269 \begin_layout Standard
20270 The button 
20271 \family sans
20272 Go
20273 \begin_inset space ~
20274 \end_inset
20275
20276 to
20277 \begin_inset space ~
20278 \end_inset
20279
20280 Label
20281 \family default
20282  in the cross-reference window sets the cursor before the referred label.
20283  The button text changes then to Go
20284 \begin_inset space ~
20285 \end_inset
20286
20287 Back and you can use it to set the cursor back to the cross-reference.
20288  Right-clicking on a cross-reference box also sets the cursor before the
20289  referenced label but without a possibility to go back.
20290 \end_layout
20291
20292 \begin_layout Subsection
20293 Cross-Reference Formats
20294 \begin_inset CommandInset label
20295 LatexCommand label
20296 name "sub:Cross-Reference-Formats"
20297
20298 \end_inset
20299
20300
20301 \begin_inset Index
20302 status collapsed
20303
20304 \begin_layout Plain Layout
20305 References ! Formats
20306 \end_layout
20307
20308 \end_inset
20309
20310
20311 \end_layout
20312
20313 \begin_layout Standard
20314 There are six varieties of cross-references:
20315 \end_layout
20316
20317 \begin_layout Description
20318 <reference>: prints the float number, this is the default: 
20319 \begin_inset CommandInset ref
20320 LatexCommand ref
20321 reference "fig:Two-distorted-images"
20322
20323 \end_inset
20324
20325
20326 \end_layout
20327
20328 \begin_layout Description
20329 (<reference>): prints the float number within two parentheses, this is the
20330  style normally used to reference formulas, especially when the reference
20331  name 
20332 \begin_inset Quotes eld
20333 \end_inset
20334
20335 Equation
20336 \begin_inset Quotes erd
20337 \end_inset
20338
20339  is omitted: 
20340 \begin_inset CommandInset ref
20341 LatexCommand eqref
20342 reference "eq:Wgn"
20343
20344 \end_inset
20345
20346
20347 \end_layout
20348
20349 \begin_layout Description
20350 <page>: prints the page number: Page
20351 \begin_inset space ~
20352 \end_inset
20353
20354
20355 \begin_inset CommandInset ref
20356 LatexCommand pageref
20357 reference "fig:Two-distorted-images"
20358
20359 \end_inset
20360
20361
20362 \end_layout
20363
20364 \begin_layout Description
20365 on
20366 \begin_inset space ~
20367 \end_inset
20368
20369 page
20370 \begin_inset space ~
20371 \end_inset
20372
20373 <page>: prints the text "on page" and the page number: 
20374 \begin_inset CommandInset ref
20375 LatexCommand vpageref
20376 reference "fig:Two-distorted-images"
20377
20378 \end_inset
20379
20380
20381 \end_layout
20382
20383 \begin_layout Description
20384 <reference>
20385 \begin_inset space ~
20386 \end_inset
20387
20388 on
20389 \begin_inset space ~
20390 \end_inset
20391
20392 page
20393 \begin_inset space ~
20394 \end_inset
20395
20396 <page>: prints the float number, the text "on page", and the page number:
20397  
20398 \begin_inset CommandInset ref
20399 LatexCommand vref
20400 reference "fig:Two-distorted-images"
20401
20402 \end_inset
20403
20404
20405 \end_layout
20406
20407 \begin_layout Description
20408 Formatted
20409 \begin_inset space ~
20410 \end_inset
20411
20412 reference: prints a self defined cross-reference format.
20413  
20414 \begin_inset Note Greyedout
20415 status open
20416
20417 \begin_layout Plain Layout
20418
20419 \series bold
20420 Note:
20421 \series default
20422  This feature is only available when you have the LaTeX-package 
20423 \series bold
20424 prettyref
20425 \series default
20426  installed.
20427 \end_layout
20428
20429 \end_inset
20430
20431
20432 \end_layout
20433
20434 \begin_layout Standard
20435 Note that the style <page> won't print the page number if the label is on
20436  the previous, the same, or the next page.
20437  You will e.
20438 \begin_inset space \thinspace{}
20439 \end_inset
20440
20441 g.
20442 \begin_inset space \space{}
20443 \end_inset
20444
20445 see the text 
20446 \begin_inset Quotes eld
20447 \end_inset
20448
20449
20450 \family sans
20451 on this page
20452 \family default
20453
20454 \begin_inset Quotes erd
20455 \end_inset
20456
20457  instead.
20458 \end_layout
20459
20460 \begin_layout Standard
20461 The number and current page of the referred document part in the output,
20462  is automatically calculated by LaTeX.
20463  The varieties are adjusted in the field 
20464 \family sans
20465 Format
20466 \family default
20467  of the cross-reference window, that appear when you click on the cross-referenc
20468 e box.
20469 \end_layout
20470
20471 \begin_layout Subsection
20472 Automatic Reference Naming
20473 \begin_inset Index
20474 status collapsed
20475
20476 \begin_layout Plain Layout
20477 References ! Automatic Reference Naming
20478 \end_layout
20479
20480 \end_inset
20481
20482
20483 \end_layout
20484
20485 \begin_layout Standard
20486 The LaTeX-package 
20487 \series bold
20488 hyperref
20489 \series default
20490
20491 \begin_inset Index
20492 status collapsed
20493
20494 \begin_layout Plain Layout
20495 LaTeX-packages ! hyperref
20496 \end_layout
20497
20498 \end_inset
20499
20500 , that is enabled in the 
20501 \family sans
20502 PDF Properties
20503 \family default
20504  of the 
20505 \family sans
20506 Document Settings
20507 \family default
20508  dialog, provides a very useful feature that cross-references automatically
20509  include the name of the referenced floats (or text parts like 
20510 \emph on
20511 section
20512 \emph default
20513 ).
20514  So you will save to write e.
20515 \begin_inset space \thinspace{}
20516 \end_inset
20517
20518 g.
20519 \begin_inset space \space{}
20520 \end_inset
20521
20522 the name 
20523 \begin_inset Quotes eld
20524 \end_inset
20525
20526 Figure
20527 \begin_inset Quotes erd
20528 \end_inset
20529
20530  before every reference to a figure.
20531  To use this feature, enable 
20532 \series bold
20533 hyperref
20534 \series default
20535  and insert this line to the LaTeX preamble:
20536 \end_layout
20537
20538 \begin_layout Standard
20539
20540 \series bold
20541
20542 \backslash
20543 AtBeginDocument{
20544 \backslash
20545 renewcommand{
20546 \backslash
20547 ref}[1]{
20548 \backslash
20549 mbox{
20550 \backslash
20551 autoref{#1}}}}
20552 \end_layout
20553
20554 \begin_layout Standard
20555 When you prefer other reference names than the default ones, for example
20556  you want instead of 
20557 \begin_inset Quotes eld
20558 \end_inset
20559
20560 section
20561 \begin_inset Quotes erd
20562 \end_inset
20563
20564  the name 
20565 \begin_inset Quotes eld
20566 \end_inset
20567
20568 sec.
20569 \begin_inset space \thinspace{}
20570 \end_inset
20571
20572
20573 \begin_inset Quotes eld
20574 \end_inset
20575
20576 , you can redefine the name by inserting this to the preamble:
20577 \end_layout
20578
20579 \begin_layout Standard
20580
20581 \series bold
20582
20583 \backslash
20584 addto
20585 \backslash
20586 extrasenglish{
20587 \backslash
20588 renewcommand{
20589 \backslash
20590 sectionautorefname}
20591 \begin_inset Newline newline
20592 \end_inset
20593
20594
20595 \begin_inset ERT
20596 status collapsed
20597
20598 \begin_layout Plain Layout
20599
20600
20601 \backslash
20602 hphantom{ }
20603 \end_layout
20604
20605 \end_inset
20606
20607 {sec.
20608 \backslash
20609 negthinspace}}
20610 \end_layout
20611
20612 \begin_layout Standard
20613 When you are using another document language than English, replace
20614 \begin_inset Newline newline
20615 \end_inset
20616
20617
20618 \series bold
20619
20620 \backslash
20621 extrasenglish
20622 \series default
20623  by 
20624 \series bold
20625
20626 \backslash
20627 extras***
20628 \series default
20629 , where *** is the name of the used language.
20630 \end_layout
20631
20632 \begin_layout Standard
20633 To get automatic names, but not for certain reference types, for example
20634  not for equations, use this preamble code:
20635 \end_layout
20636
20637 \begin_layout Standard
20638
20639 \series bold
20640
20641 \backslash
20642 newlength{
20643 \backslash
20644 abc}
20645 \begin_inset Newline newline
20646 \end_inset
20647
20648
20649 \backslash
20650 settowidth{
20651 \backslash
20652 abc}{
20653 \backslash
20654 space}
20655 \begin_inset Newline newline
20656 \end_inset
20657
20658
20659 \backslash
20660 addto
20661 \backslash
20662 extrasenglish{
20663 \backslash
20664 renewcommand{
20665 \backslash
20666 equationautorefname}
20667 \begin_inset Newline newline
20668 \end_inset
20669
20670
20671 \begin_inset ERT
20672 status collapsed
20673
20674 \begin_layout Plain Layout
20675
20676
20677 \backslash
20678 hphantom{ }
20679 \end_layout
20680
20681 \end_inset
20682
20683 {
20684 \backslash
20685 hspace{-
20686 \backslash
20687 abc}}
20688 \end_layout
20689
20690 \begin_layout Standard
20691 More about this topic can be found in 
20692 \series bold
20693 hyperref
20694 \series default
20695 's documentation 
20696 \begin_inset CommandInset citation
20697 LatexCommand cite
20698 key "hyperref"
20699
20700 \end_inset
20701
20702 .
20703 \end_layout
20704
20705 \begin_layout Standard
20706 \begin_inset Note Greyedout
20707 status open
20708
20709 \begin_layout Plain Layout
20710
20711 \series bold
20712 Note:
20713 \series default
20714  Automatic reference naming cannot be used when you use cross-references
20715  in the 
20716 \family sans
20717 Formatted
20718 \begin_inset space ~
20719 \end_inset
20720
20721 reference
20722 \family default
20723  style, as described in section
20724 \begin_inset space ~
20725 \end_inset
20726
20727
20728 \begin_inset CommandInset ref
20729 LatexCommand ref
20730 reference "sub:Cross-Reference-Formats"
20731
20732 \end_inset
20733
20734 .
20735 \end_layout
20736
20737 \end_inset
20738
20739
20740 \end_layout
20741
20742 \begin_layout Standard
20743 The 
20744 \emph on
20745 Math
20746 \emph default
20747  manual is an example where automatic reference naming is used.
20748 \end_layout
20749
20750 \begin_layout Subsection
20751 Reference Position
20752 \begin_inset CommandInset label
20753 LatexCommand label
20754 name "sub:Reference-Position"
20755
20756 \end_inset
20757
20758
20759 \begin_inset Index
20760 status collapsed
20761
20762 \begin_layout Plain Layout
20763 References ! Reference Position
20764 \end_layout
20765
20766 \end_inset
20767
20768
20769 \end_layout
20770
20771 \begin_layout Standard
20772 If you use 
20773 \series bold
20774 hyperref
20775 \series default
20776
20777 \begin_inset Index
20778 status collapsed
20779
20780 \begin_layout Plain Layout
20781 LaTeX-packages ! hyperref
20782 \end_layout
20783
20784 \end_inset
20785
20786  in the 
20787 \family sans
20788 PDF Properties
20789 \family default
20790  of the 
20791 \family sans
20792 Document Settings
20793 \family default
20794  dialog to link cross-references in the output, you will see that clicking
20795  on an image float reference jumps to the image label.
20796  The caption will be the first text part on the screen, so that you cannot
20797  see the image without scrolling.
20798  This is because the reference link anchor is placed at the position of
20799  the label.
20800  With the use of the package 
20801 \series bold
20802 hypcap
20803 \series default
20804
20805 \begin_inset Index
20806 status collapsed
20807
20808 \begin_layout Plain Layout
20809 LaTeX-packages ! hypcap
20810 \end_layout
20811
20812 \end_inset
20813
20814 , which is part of the LaTeX-package 
20815 \series bold
20816 oberdiek
20817 \series default
20818
20819 \begin_inset Index
20820 status collapsed
20821
20822 \begin_layout Plain Layout
20823 LaTeX-packages ! oberdiek
20824 \end_layout
20825
20826 \end_inset
20827
20828 , the link anchor is placed at the beginning of a float.
20829  To use this feature for figure floats, load 
20830 \series bold
20831 hypcap
20832 \series default
20833  in the document preamble with the line
20834 \end_layout
20835
20836 \begin_layout Standard
20837
20838 \series bold
20839
20840 \backslash
20841 usepackage[figure]{hypcap}
20842 \end_layout
20843
20844 \begin_layout Standard
20845 You can also use 
20846 \series bold
20847 hypcap
20848 \series default
20849  for all float types but this is not recommended for stability reasons.
20850  For more information, have a look at 
20851 \series bold
20852 hypcap
20853 \series default
20854 's manual 
20855 \begin_inset CommandInset citation
20856 LatexCommand cite
20857 key "hypcap"
20858
20859 \end_inset
20860
20861 .
20862 \end_layout
20863
20864 \begin_layout Standard
20865 \begin_inset Note Greyedout
20866 status open
20867
20868 \begin_layout Plain Layout
20869
20870 \series bold
20871 Note:
20872 \series default
20873  
20874 \series bold
20875 hypcap
20876 \series default
20877  has no effect for references to subfigures.
20878 \end_layout
20879
20880 \end_inset
20881
20882
20883 \end_layout
20884
20885 \begin_layout Section
20886 Float Placement
20887 \begin_inset CommandInset label
20888 LatexCommand label
20889 name "sec:Float-Placement"
20890
20891 \end_inset
20892
20893
20894 \begin_inset Index
20895 status collapsed
20896
20897 \begin_layout Plain Layout
20898 Floats ! Placement
20899 \end_layout
20900
20901 \end_inset
20902
20903
20904 \end_layout
20905
20906 \begin_layout Standard
20907 Right-clicking on a float-box opens a dialog where you can alter the placement
20908  options that LaTeX uses for positioning the float.
20909 \begin_inset Newline newline
20910 \end_inset
20911
20912 The option 
20913 \family sans
20914 Span
20915 \begin_inset space ~
20916 \end_inset
20917
20918 columns
20919 \family default
20920  is only useful for two-column documents: If you select it, the float will
20921  span across both columns on the page instead of being confined to just
20922  one.
20923 \begin_inset Newline newline
20924 \end_inset
20925
20926 The option 
20927 \family sans
20928 Rotate
20929 \begin_inset space ~
20930 \end_inset
20931
20932 sideways
20933 \family default
20934  is used to rotate floats, see section 
20935 \begin_inset CommandInset ref
20936 LatexCommand ref
20937 reference "sec:Rotated-Floats"
20938
20939 \end_inset
20940
20941 .
20942 \end_layout
20943
20944 \begin_layout Standard
20945 You can use one ore more of the following options in the float dialog to
20946  set the placement for a particular float when you uncheck the option 
20947 \family sans
20948 Use
20949 \begin_inset space ~
20950 \end_inset
20951
20952 default
20953 \begin_inset space ~
20954 \end_inset
20955
20956 placement
20957 \family default
20958 :
20959 \end_layout
20960
20961 \begin_layout Description
20962 Here
20963 \begin_inset space ~
20964 \end_inset
20965
20966 if
20967 \begin_inset space ~
20968 \end_inset
20969
20970 possible try to place the float on the position where it is inserted
20971 \end_layout
20972
20973 \begin_layout Description
20974 Top
20975 \begin_inset space ~
20976 \end_inset
20977
20978 of
20979 \begin_inset space ~
20980 \end_inset
20981
20982 page try to place the float on the top of the current page
20983 \end_layout
20984
20985 \begin_layout Description
20986 Bottom
20987 \begin_inset space ~
20988 \end_inset
20989
20990 of
20991 \begin_inset space ~
20992 \end_inset
20993
20994 page try to place the float on the bottom of the current page
20995 \end_layout
20996
20997 \begin_layout Description
20998 Page
20999 \begin_inset space ~
21000 \end_inset
21001
21002 of
21003 \begin_inset space ~
21004 \end_inset
21005
21006 floats try to place the float on an own page 
21007 \end_layout
21008
21009 \begin_layout Standard
21010 The order of the above option is 
21011 \emph on
21012 always
21013 \emph default
21014  used by LaTeX.
21015  That means, if you use the default placement, LaTeX will first try out
21016  
21017 \family sans
21018 Here
21019 \begin_inset space ~
21020 \end_inset
21021
21022 if
21023 \begin_inset space ~
21024 \end_inset
21025
21026 possible
21027 \family default
21028 , then 
21029 \family sans
21030 Top
21031 \begin_inset space ~
21032 \end_inset
21033
21034 of
21035 \begin_inset space ~
21036 \end_inset
21037
21038 page
21039 \family default
21040 , and then the others.
21041  If you don't use the default, LaTeX will try only the checked options but
21042  in the same order.
21043  If none of the 4 placements are possible the procedure is internally repeated
21044  but it is tried to put the float on the following page.
21045 \end_layout
21046
21047 \begin_layout Standard
21048 By default, each option has its own rules:
21049 \end_layout
21050
21051 \begin_layout Labeling
21052 \labelwidthstring 00.00.0000
21053
21054 \family sans
21055 Top
21056 \begin_inset space ~
21057 \end_inset
21058
21059 of
21060 \begin_inset space ~
21061 \end_inset
21062
21063 page
21064 \family default
21065  only floats occupying less than 70
21066 \begin_inset space \thinspace{}
21067 \end_inset
21068
21069 % of the page can be placed at the top of a page (
21070 \series bold
21071
21072 \backslash
21073 topfraction
21074 \series default
21075 )
21076 \end_layout
21077
21078 \begin_layout Labeling
21079 \labelwidthstring 00.00.0000
21080
21081 \family sans
21082 Bottom
21083 \begin_inset space ~
21084 \end_inset
21085
21086 of
21087 \begin_inset space ~
21088 \end_inset
21089
21090 page
21091 \family default
21092 : only floats occupying less than 30
21093 \begin_inset space \thinspace{}
21094 \end_inset
21095
21096 % of the page can be placed at the bottom of a page.
21097  (
21098 \series bold
21099
21100 \backslash
21101 bottomfraction
21102 \series default
21103 )
21104 \end_layout
21105
21106 \begin_layout Labeling
21107 \labelwidthstring 00.00.0000
21108
21109 \family sans
21110 Page
21111 \begin_inset space ~
21112 \end_inset
21113
21114 of
21115 \begin_inset space ~
21116 \end_inset
21117
21118 floats
21119 \family default
21120 : only if more than 50
21121 \begin_inset space \thinspace{}
21122 \end_inset
21123
21124 % of the page are occupied by floats, several floats can be set together
21125  on a page.
21126  (
21127 \series bold
21128
21129 \backslash
21130 floatpagefraction
21131 \series default
21132 )
21133 \end_layout
21134
21135 \begin_layout Standard
21136 If you don't like these rules, you can ignore them by using the additional
21137  option 
21138 \family sans
21139 Ignore
21140 \begin_inset space ~
21141 \end_inset
21142
21143 LaTeX
21144 \begin_inset space ~
21145 \end_inset
21146
21147 rules
21148 \family default
21149 .
21150 \begin_inset Newline newline
21151 \end_inset
21152
21153 You can also redefine the rules with LaTeX-commands that are given in parenthese
21154 s behind the rules description above.
21155  To increase for example the often too small default of the bottom-rule
21156  to 50
21157 \begin_inset space \thinspace{}
21158 \end_inset
21159
21160 % of the page, add this line to your document preamble:
21161 \end_layout
21162
21163 \begin_layout Standard
21164
21165 \series bold
21166
21167 \backslash
21168 renewcommand{
21169 \backslash
21170 bottomfraction}{0.5}
21171 \end_layout
21172
21173 \begin_layout Standard
21174 Sometimes you might need, under all circumstances, a float to be placed
21175  exactly at the position where it is inserted.
21176  For this case you can use the option 
21177 \family sans
21178 Here
21179 \begin_inset space ~
21180 \end_inset
21181
21182 definitely
21183 \family default
21184 .
21185  Use this option very rarely and only if the document is nearly ready to
21186  be printed.
21187  Because the float is then no longer able to 
21188 \begin_inset Quotes eld
21189 \end_inset
21190
21191 float
21192 \begin_inset Quotes erd
21193 \end_inset
21194
21195  when you change your document and this will often destroy the page layout.
21196 \end_layout
21197
21198 \begin_layout Standard
21199 There are no placement options for text wrap floats, because they are always
21200  surrounded by the text of a certain paragraph.
21201 \begin_inset VSpace bigskip
21202 \end_inset
21203
21204
21205 \end_layout
21206
21207 \begin_layout Standard
21208 Sometimes you have the problem that a float is placed at the top of a page
21209  while its corresponding section starts at the middle of the page, so that
21210  the reader could think the float is part of the previous section.
21211  To avoid this the LaTeX-command 
21212 \series bold
21213
21214 \backslash
21215 suppressfloats
21216 \series default
21217  can be used.
21218  It suppresses a given float placement for the page where it is inserted
21219  and can therefore be used to avoid that floats could be set before a section
21220  starts.
21221  To get this, add these commands to your document preamble:
21222 \end_layout
21223
21224 \begin_layout Standard
21225
21226 \series bold
21227
21228 \backslash
21229 let
21230 \backslash
21231 mySection
21232 \backslash
21233 section
21234 \begin_inset Newline newline
21235 \end_inset
21236
21237
21238 \backslash
21239 renewcommand{
21240 \backslash
21241 section}{
21242 \backslash
21243 suppressfloats[t]
21244 \backslash
21245 mySection}
21246 \end_layout
21247
21248 \begin_layout Standard
21249 You can define the same for all section headings, like chapters and subsections.
21250  This definition is not recommended to be used for small text parts like
21251  subsubsections because LaTeX may then have problems to find a suitable
21252  placement.
21253 \end_layout
21254
21255 \begin_layout Standard
21256 \begin_inset VSpace bigskip
21257 \end_inset
21258
21259 In some cases it is required to have all figures/tables at the end of the
21260  document.
21261  For this purpose the LaTeX-package 
21262 \series bold
21263 endfloat
21264 \series default
21265
21266 \begin_inset Index
21267 status collapsed
21268
21269 \begin_layout Plain Layout
21270 LaTeX-packages ! endfloat
21271 \end_layout
21272
21273 \end_inset
21274
21275  was developed.
21276  It puts all figure and table floats at the end of the document into own
21277  sections.
21278  At the original float position a text hint like 
21279 \begin_inset Quotes eld
21280 \end_inset
21281
21282
21283 \family sans
21284 [Figure
21285 \begin_inset space ~
21286 \end_inset
21287
21288 3.2 about here.]
21289 \family default
21290
21291 \begin_inset Quotes erd
21292 \end_inset
21293
21294  is inserted.
21295  The endfloat-package is loaded in the preamble with the line
21296 \end_layout
21297
21298 \begin_layout Standard
21299
21300 \series bold
21301
21302 \backslash
21303 usepackage[options]{endfloat}
21304 \end_layout
21305
21306 \begin_layout Standard
21307 There are various package options to format the created figure/table sections.
21308  For more information we refer to the 
21309 \series bold
21310 endfloat
21311 \series default
21312  documentation 
21313 \begin_inset CommandInset citation
21314 LatexCommand cite
21315 key "endfloat"
21316
21317 \end_inset
21318
21319 .
21320 \begin_inset Newline newline
21321 \end_inset
21322
21323
21324 \begin_inset Note Greyedout
21325 status open
21326
21327 \begin_layout Plain Layout
21328
21329 \series bold
21330 Note: endfloat
21331 \series default
21332  doesn't provide an automatic translation for the text hint, you have to
21333  do this manually, see section
21334 \begin_inset space ~
21335 \end_inset
21336
21337 4 in 
21338 \begin_inset CommandInset citation
21339 LatexCommand cite
21340 key "endfloat"
21341
21342 \end_inset
21343
21344 .
21345 \end_layout
21346
21347 \end_inset
21348
21349
21350 \begin_inset Newline newline
21351 \end_inset
21352
21353
21354 \begin_inset Note Greyedout
21355 status open
21356
21357 \begin_layout Plain Layout
21358
21359 \series bold
21360 Note:
21361 \series default
21362  There is currently a bug in 
21363 \series bold
21364 endfloat
21365 \series default
21366  when the caption contains a German 
21367 \begin_inset Quotes eld
21368 \end_inset
21369
21370 ß
21371 \begin_inset Quotes erd
21372 \end_inset
21373
21374 .
21375  Use in this case the command 
21376 \begin_inset Quotes eld
21377 \end_inset
21378
21379
21380 \series bold
21381
21382 \backslash
21383 ss
21384 \series default
21385
21386 \begin_inset Quotes erd
21387 \end_inset
21388
21389  in TeX-Code instead of 
21390 \begin_inset Quotes eld
21391 \end_inset
21392
21393 ß
21394 \begin_inset Quotes erd
21395 \end_inset
21396
21397 .
21398 \end_layout
21399
21400 \end_inset
21401
21402
21403 \end_layout
21404
21405 \begin_layout Standard
21406 \begin_inset VSpace bigskip
21407 \end_inset
21408
21409 For more details about float placements, have a look at LaTeX books, 
21410 \begin_inset CommandInset citation
21411 LatexCommand cite
21412 key "latexcompanion,latexguide,latexbook"
21413
21414 \end_inset
21415
21416 .
21417 \end_layout
21418
21419 \begin_layout Section
21420 Rotated Floats
21421 \begin_inset CommandInset label
21422 LatexCommand label
21423 name "sec:Rotated-Floats"
21424
21425 \end_inset
21426
21427
21428 \begin_inset Index
21429 status collapsed
21430
21431 \begin_layout Plain Layout
21432 Floats ! Rotating
21433 \end_layout
21434
21435 \end_inset
21436
21437
21438 \end_layout
21439
21440 \begin_layout Standard
21441 Especially for wide tables you might have floats rotated.
21442  To rotate a whole float including the caption, right-click on the float-box
21443  and use the option 
21444 \family sans
21445 Rotate
21446 \begin_inset space ~
21447 \end_inset
21448
21449 sideways
21450 \family default
21451 .
21452 \end_layout
21453
21454 \begin_layout Standard
21455 Rotated floats are always placed on its own page (or column, in case you
21456  have a multi-column document).
21457  You can let them span several columns using the float settings option 
21458 \family sans
21459 Span
21460 \begin_inset space ~
21461 \end_inset
21462
21463 columns
21464 \family default
21465 .
21466  Floats are rotated so that you can read them from the outside margin.
21467  To force a certain rotation direction for all pages, you can add either
21468  the option 
21469 \series bold
21470 figuresleft
21471 \series default
21472  or 
21473 \series bold
21474 figuresright
21475 \series default
21476  to the document class options.
21477 \end_layout
21478
21479 \begin_layout Standard
21480 Referencing rotated floats is the same like for normal floats, the caption
21481  format is also the same: Table
21482 \begin_inset space ~
21483 \end_inset
21484
21485
21486 \begin_inset CommandInset ref
21487 LatexCommand ref
21488 reference "tab:Rotated-table"
21489
21490 \end_inset
21491
21492  is an example of a rotated table float.
21493 \end_layout
21494
21495 \begin_layout Standard
21496 \begin_inset Note Greyedout
21497 status open
21498
21499 \begin_layout Plain Layout
21500
21501 \series bold
21502 Note:
21503 \series default
21504  Not all DVI-viewers are able to display rotated floats.
21505 \end_layout
21506
21507 \end_inset
21508
21509
21510 \end_layout
21511
21512 \begin_layout Standard
21513 \begin_inset Float table
21514 wide false
21515 sideways true
21516 status open
21517
21518 \begin_layout Plain Layout
21519 \begin_inset Caption
21520
21521 \begin_layout Plain Layout
21522 \begin_inset CommandInset label
21523 LatexCommand label
21524 name "tab:Rotated-table"
21525
21526 \end_inset
21527
21528  Rotated table
21529 \end_layout
21530
21531 \end_inset
21532
21533
21534 \end_layout
21535
21536 \begin_layout Plain Layout
21537 \align center
21538 \begin_inset Tabular
21539 <lyxtabular version="3" rows="1" columns="5">
21540 <features>
21541 <column alignment="center" valignment="top" width="0">
21542 <column alignment="center" valignment="top" width="0">
21543 <column alignment="center" valignment="top" width="0">
21544 <column alignment="center" valignment="top" width="0">
21545 <column alignment="center" valignment="top" width="0">
21546 <row>
21547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21548 \begin_inset Text
21549
21550 \begin_layout Plain Layout
21551 test
21552 \end_layout
21553
21554 \end_inset
21555 </cell>
21556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21557 \begin_inset Text
21558
21559 \begin_layout Plain Layout
21560 b
21561 \end_layout
21562
21563 \end_inset
21564 </cell>
21565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21566 \begin_inset Text
21567
21568 \begin_layout Plain Layout
21569 c
21570 \end_layout
21571
21572 \end_inset
21573 </cell>
21574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21575 \begin_inset Text
21576
21577 \begin_layout Plain Layout
21578 d
21579 \end_layout
21580
21581 \end_inset
21582 </cell>
21583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21584 \begin_inset Text
21585
21586 \begin_layout Plain Layout
21587 e
21588 \end_layout
21589
21590 \end_inset
21591 </cell>
21592 </row>
21593 </lyxtabular>
21594
21595 \end_inset
21596
21597
21598 \end_layout
21599
21600 \end_inset
21601
21602
21603 \end_layout
21604
21605 \begin_layout Section
21606 Subfloats
21607 \begin_inset Index
21608 status collapsed
21609
21610 \begin_layout Plain Layout
21611 Floats ! Subfloats
21612 \end_layout
21613
21614 \end_inset
21615
21616
21617 \end_layout
21618
21619 \begin_layout Standard
21620 Subfloats are for example used when a figure consists of several images.
21621  They are created by inserting a float to an existing float.
21622  The placement of the subfloats can be controlled like for paragraphs as
21623  shown in table
21624 \begin_inset space ~
21625 \end_inset
21626
21627
21628 \begin_inset CommandInset ref
21629 LatexCommand ref
21630 reference "tab:Two-subtables-side"
21631
21632 \end_inset
21633
21634  and 
21635 \begin_inset CommandInset ref
21636 LatexCommand ref
21637 reference "tab:Two-subtables-upon"
21638
21639 \end_inset
21640
21641 .
21642 \end_layout
21643
21644 \begin_layout Standard
21645 Referencing subfloats works as for normal floats: Table
21646 \begin_inset space ~
21647 \end_inset
21648
21649
21650 \begin_inset CommandInset ref
21651 LatexCommand ref
21652 reference "tab:This-is-subtable-a"
21653
21654 \end_inset
21655
21656  and 
21657 \begin_inset CommandInset ref
21658 LatexCommand ref
21659 reference "tab:This-is-subtable-b"
21660
21661 \end_inset
21662
21663  are subtables of table
21664 \begin_inset space ~
21665 \end_inset
21666
21667
21668 \begin_inset CommandInset ref
21669 LatexCommand ref
21670 reference "tab:Two-subtables-side"
21671
21672 \end_inset
21673
21674 .
21675 \end_layout
21676
21677 \begin_layout Standard
21678 \begin_inset Float table
21679 wide false
21680 sideways false
21681 status open
21682
21683 \begin_layout Plain Layout
21684 \begin_inset Caption
21685
21686 \begin_layout Plain Layout
21687 \begin_inset CommandInset label
21688 LatexCommand label
21689 name "tab:Two-subtables-side"
21690
21691 \end_inset
21692
21693 Two subtables placed side by side.
21694 \end_layout
21695
21696 \end_inset
21697
21698
21699 \end_layout
21700
21701 \begin_layout Plain Layout
21702 \align center
21703 \begin_inset space \hfill{}
21704 \end_inset
21705
21706
21707 \begin_inset Float table
21708 wide false
21709 sideways false
21710 status collapsed
21711
21712 \begin_layout Plain Layout
21713 \begin_inset Caption
21714
21715 \begin_layout Plain Layout
21716 \begin_inset CommandInset label
21717 LatexCommand label
21718 name "tab:This-is-subtable-a"
21719
21720 \end_inset
21721
21722 This is subtable a.
21723 \end_layout
21724
21725 \end_inset
21726
21727
21728 \end_layout
21729
21730 \begin_layout Plain Layout
21731 \align center
21732 \begin_inset Tabular
21733 <lyxtabular version="3" rows="1" columns="5">
21734 <features>
21735 <column alignment="center" valignment="top" width="0">
21736 <column alignment="center" valignment="top" width="0">
21737 <column alignment="center" valignment="top" width="0">
21738 <column alignment="center" valignment="top" width="0">
21739 <column alignment="center" valignment="top" width="0">
21740 <row>
21741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21742 \begin_inset Text
21743
21744 \begin_layout Plain Layout
21745 test
21746 \end_layout
21747
21748 \end_inset
21749 </cell>
21750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21751 \begin_inset Text
21752
21753 \begin_layout Plain Layout
21754 b
21755 \end_layout
21756
21757 \end_inset
21758 </cell>
21759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21760 \begin_inset Text
21761
21762 \begin_layout Plain Layout
21763 c
21764 \end_layout
21765
21766 \end_inset
21767 </cell>
21768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21769 \begin_inset Text
21770
21771 \begin_layout Plain Layout
21772 d
21773 \end_layout
21774
21775 \end_inset
21776 </cell>
21777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21778 \begin_inset Text
21779
21780 \begin_layout Plain Layout
21781 e
21782 \end_layout
21783
21784 \end_inset
21785 </cell>
21786 </row>
21787 </lyxtabular>
21788
21789 \end_inset
21790
21791
21792 \end_layout
21793
21794 \end_inset
21795
21796
21797 \begin_inset space \hfill{}
21798 \end_inset
21799
21800
21801 \begin_inset Float table
21802 wide false
21803 sideways false
21804 status collapsed
21805
21806 \begin_layout Plain Layout
21807 \begin_inset Caption
21808
21809 \begin_layout Plain Layout
21810 \begin_inset CommandInset label
21811 LatexCommand label
21812 name "tab:This-is-subtable-b"
21813
21814 \end_inset
21815
21816 This is subtable b.
21817 \end_layout
21818
21819 \end_inset
21820
21821
21822 \end_layout
21823
21824 \begin_layout Plain Layout
21825 \align center
21826 \begin_inset Tabular
21827 <lyxtabular version="3" rows="1" columns="5">
21828 <features>
21829 <column alignment="center" valignment="top" width="0">
21830 <column alignment="center" valignment="top" width="0">
21831 <column alignment="center" valignment="top" width="0">
21832 <column alignment="center" valignment="top" width="0">
21833 <column alignment="center" valignment="top" width="0">
21834 <row>
21835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21836 \begin_inset Text
21837
21838 \begin_layout Plain Layout
21839 e
21840 \end_layout
21841
21842 \end_inset
21843 </cell>
21844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21845 \begin_inset Text
21846
21847 \begin_layout Plain Layout
21848 d
21849 \end_layout
21850
21851 \end_inset
21852 </cell>
21853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21854 \begin_inset Text
21855
21856 \begin_layout Plain Layout
21857 c
21858 \end_layout
21859
21860 \end_inset
21861 </cell>
21862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21863 \begin_inset Text
21864
21865 \begin_layout Plain Layout
21866 b
21867 \end_layout
21868
21869 \end_inset
21870 </cell>
21871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21872 \begin_inset Text
21873
21874 \begin_layout Plain Layout
21875 test
21876 \end_layout
21877
21878 \end_inset
21879 </cell>
21880 </row>
21881 </lyxtabular>
21882
21883 \end_inset
21884
21885
21886 \end_layout
21887
21888 \end_inset
21889
21890
21891 \begin_inset space \hfill{}
21892 \end_inset
21893
21894
21895 \end_layout
21896
21897 \end_inset
21898
21899
21900 \end_layout
21901
21902 \begin_layout Standard
21903 \begin_inset Float table
21904 wide false
21905 sideways false
21906 status open
21907
21908 \begin_layout Plain Layout
21909 \begin_inset Caption
21910
21911 \begin_layout Plain Layout
21912 \begin_inset CommandInset label
21913 LatexCommand label
21914 name "tab:Two-subtables-upon"
21915
21916 \end_inset
21917
21918 Two subtables placed one upon the other.
21919  (a) table with 4 cells, (b) table with 5 cells.
21920 \end_layout
21921
21922 \end_inset
21923
21924
21925 \end_layout
21926
21927 \begin_layout Plain Layout
21928 \align center
21929 \begin_inset Float table
21930 wide false
21931 sideways false
21932 status collapsed
21933
21934 \begin_layout Plain Layout
21935 \begin_inset Caption
21936
21937 \begin_layout Plain Layout
21938
21939 \end_layout
21940
21941 \end_inset
21942
21943
21944 \end_layout
21945
21946 \begin_layout Plain Layout
21947 \align center
21948 \begin_inset Tabular
21949 <lyxtabular version="3" rows="1" columns="4">
21950 <features>
21951 <column alignment="center" valignment="top" width="0">
21952 <column alignment="center" valignment="top" width="0">
21953 <column alignment="center" valignment="top" width="0">
21954 <column alignment="center" valignment="top" width="0">
21955 <row>
21956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21957 \begin_inset Text
21958
21959 \begin_layout Plain Layout
21960 test
21961 \end_layout
21962
21963 \end_inset
21964 </cell>
21965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21966 \begin_inset Text
21967
21968 \begin_layout Plain Layout
21969 test
21970 \end_layout
21971
21972 \end_inset
21973 </cell>
21974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21975 \begin_inset Text
21976
21977 \begin_layout Plain Layout
21978 test
21979 \end_layout
21980
21981 \end_inset
21982 </cell>
21983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21984 \begin_inset Text
21985
21986 \begin_layout Plain Layout
21987 test
21988 \end_layout
21989
21990 \end_inset
21991 </cell>
21992 </row>
21993 </lyxtabular>
21994
21995 \end_inset
21996
21997
21998 \end_layout
21999
22000 \end_inset
22001
22002
22003 \end_layout
22004
22005 \begin_layout Plain Layout
22006 \align center
22007 \begin_inset Float table
22008 wide false
22009 sideways false
22010 status collapsed
22011
22012 \begin_layout Plain Layout
22013 \begin_inset Caption
22014
22015 \begin_layout Plain Layout
22016
22017 \end_layout
22018
22019 \end_inset
22020
22021
22022 \end_layout
22023
22024 \begin_layout Plain Layout
22025 \align center
22026 \begin_inset Tabular
22027 <lyxtabular version="3" rows="1" columns="5">
22028 <features>
22029 <column alignment="center" valignment="top" width="0">
22030 <column alignment="center" valignment="top" width="0">
22031 <column alignment="center" valignment="top" width="0">
22032 <column alignment="center" valignment="top" width="0">
22033 <column alignment="center" valignment="top" width="0">
22034 <row>
22035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22036 \begin_inset Text
22037
22038 \begin_layout Plain Layout
22039 a
22040 \end_layout
22041
22042 \end_inset
22043 </cell>
22044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22045 \begin_inset Text
22046
22047 \begin_layout Plain Layout
22048 b
22049 \end_layout
22050
22051 \end_inset
22052 </cell>
22053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22054 \begin_inset Text
22055
22056 \begin_layout Plain Layout
22057 c
22058 \end_layout
22059
22060 \end_inset
22061 </cell>
22062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22063 \begin_inset Text
22064
22065 \begin_layout Plain Layout
22066 d
22067 \end_layout
22068
22069 \end_inset
22070 </cell>
22071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22072 \begin_inset Text
22073
22074 \begin_layout Plain Layout
22075 e
22076 \end_layout
22077
22078 \end_inset
22079 </cell>
22080 </row>
22081 </lyxtabular>
22082
22083 \end_inset
22084
22085
22086 \end_layout
22087
22088 \end_inset
22089
22090
22091 \end_layout
22092
22093 \end_inset
22094
22095
22096 \end_layout
22097
22098 \begin_layout Section
22099 Floats Side by Side
22100 \begin_inset Index
22101 status collapsed
22102
22103 \begin_layout Plain Layout
22104 Floats ! Side by side
22105 \end_layout
22106
22107 \end_inset
22108
22109
22110 \end_layout
22111
22112 \begin_layout Standard
22113 To place floats side by side, like for Figure
22114 \begin_inset space ~
22115 \end_inset
22116
22117
22118 \begin_inset CommandInset ref
22119 LatexCommand ref
22120 reference "fig:Float-left"
22121
22122 \end_inset
22123
22124  and 
22125 \begin_inset CommandInset ref
22126 LatexCommand ref
22127 reference "fig:Float-right"
22128
22129 \end_inset
22130
22131 , only 
22132 \emph on
22133 one
22134 \emph default
22135  float is used.
22136  In it two minipage boxes are inserted.
22137 \begin_inset Foot
22138 status collapsed
22139
22140 \begin_layout Plain Layout
22141 Minipages are explained in section
22142 \begin_inset space ~
22143 \end_inset
22144
22145
22146 \begin_inset CommandInset ref
22147 LatexCommand ref
22148 reference "sec:Minipages"
22149
22150 \end_inset
22151
22152 .
22153 \end_layout
22154
22155 \end_inset
22156
22157  The width is set to 45
22158 \begin_inset space \thinspace{}
22159 \end_inset
22160
22161 -50
22162 \begin_inset space \thinspace{}
22163 \end_inset
22164
22165 column% and the box alignment to 
22166 \family sans
22167 Bottom
22168 \family default
22169  for each minipage.
22170  The minipage boxes contain the image and the caption in the same way as
22171  they are in a float.
22172  The only difference is that the image unit 
22173 \family sans
22174 Column
22175 \begin_inset space ~
22176 \end_inset
22177
22178 Width
22179 \begin_inset space ~
22180 \end_inset
22181
22182 %
22183 \family default
22184  is now calculated according to the width of the minipage boxes.
22185 \end_layout
22186
22187 \begin_layout Standard
22188 \begin_inset Float figure
22189 wide false
22190 sideways false
22191 status open
22192
22193 \begin_layout Plain Layout
22194 \begin_inset Box Frameless
22195 position "b"
22196 hor_pos "c"
22197 has_inner_box 1
22198 inner_pos "t"
22199 use_parbox 0
22200 width "45col%"
22201 special "none"
22202 height "1in"
22203 height_special "totalheight"
22204 status open
22205
22206 \begin_layout Plain Layout
22207 \align center
22208 \begin_inset Graphics
22209         filename clipart/mobius.eps
22210         lyxscale 50
22211         width 100col%
22212         scaleBeforeRotation
22213
22214 \end_inset
22215
22216
22217 \end_layout
22218
22219 \begin_layout Plain Layout
22220 \begin_inset Caption
22221
22222 \begin_layout Plain Layout
22223 \begin_inset CommandInset label
22224 LatexCommand label
22225 name "fig:Float-left"
22226
22227 \end_inset
22228
22229 Float on the left side.
22230 \end_layout
22231
22232 \end_inset
22233
22234
22235 \end_layout
22236
22237 \end_inset
22238
22239
22240 \begin_inset space \hfill{}
22241 \end_inset
22242
22243
22244 \begin_inset Box Frameless
22245 position "b"
22246 hor_pos "c"
22247 has_inner_box 1
22248 inner_pos "t"
22249 use_parbox 0
22250 width "45col%"
22251 special "none"
22252 height "1in"
22253 height_special "totalheight"
22254 status open
22255
22256 \begin_layout Plain Layout
22257 \align center
22258 \begin_inset Graphics
22259         filename clipart/platypus.eps
22260         lyxscale 50
22261         width 100col%
22262         scaleBeforeRotation
22263
22264 \end_inset
22265
22266
22267 \end_layout
22268
22269 \begin_layout Plain Layout
22270 \begin_inset Caption
22271
22272 \begin_layout Plain Layout
22273 \begin_inset CommandInset label
22274 LatexCommand label
22275 name "fig:Float-right"
22276
22277 \end_inset
22278
22279 Float on the right side.
22280 \end_layout
22281
22282 \end_inset
22283
22284
22285 \end_layout
22286
22287 \end_inset
22288
22289
22290 \end_layout
22291
22292 \begin_layout Plain Layout
22293
22294 \end_layout
22295
22296 \end_inset
22297
22298
22299 \end_layout
22300
22301 \begin_layout Section
22302 Caption Formatting
22303 \begin_inset Index
22304 status collapsed
22305
22306 \begin_layout Plain Layout
22307 Caption ! Formatting
22308 \end_layout
22309
22310 \end_inset
22311
22312
22313 \begin_inset Index
22314 status collapsed
22315
22316 \begin_layout Plain Layout
22317 Floats ! Caption Formatting
22318 \end_layout
22319
22320 \end_inset
22321
22322
22323 \begin_inset CommandInset label
22324 LatexCommand label
22325 name "sec:Caption-Formatting"
22326
22327 \end_inset
22328
22329
22330 \end_layout
22331
22332 \begin_layout Standard
22333 The 
22334 \family sans
22335 Caption
22336 \family default
22337  environment is the default paragraph environment for 
22338 \family sans
22339 Floats
22340 \family default
22341 .
22342  On the LyX screen captions appear as label, e.
22343 \begin_inset space \thinspace{}
22344 \end_inset
22345
22346 g.
22347 \begin_inset space \space{}
22348 \end_inset
22349
22350
22351 \begin_inset Quotes eld
22352 \end_inset
22353
22354
22355 \family sans
22356 Figure #:
22357 \family default
22358
22359 \begin_inset Quotes erd
22360 \end_inset
22361
22362  followed by the caption text.
22363  
22364 \begin_inset Quotes eld
22365 \end_inset
22366
22367 #
22368 \begin_inset Quotes erd
22369 \end_inset
22370
22371  is the actual reference number.
22372  By default the label and the number are in the same font as the caption
22373  text and a colon follows the number to divide the label from the text.
22374  This caption format is not suitable for all document formats.
22375  
22376 \end_layout
22377
22378 \begin_layout Standard
22379 To change the default caption format, load the LaTeX-package 
22380 \series bold
22381 caption
22382 \series default
22383
22384 \begin_inset Index
22385 status collapsed
22386
22387 \begin_layout Plain Layout
22388 LaTeX-packages ! caption
22389 \end_layout
22390
22391 \end_inset
22392
22393  in the document preamble with this line:
22394 \end_layout
22395
22396 \begin_layout Standard
22397
22398 \series bold
22399
22400 \backslash
22401 usepackage[format definition]{caption}
22402 \end_layout
22403
22404 \begin_layout Standard
22405 To have for example the label and the number in sans-serif bold font and
22406  the table captions always above the table like in this document, use the
22407  following command:
22408 \end_layout
22409
22410 \begin_layout Standard
22411
22412 \series bold
22413
22414 \backslash
22415 usepackage[labelfont={bf,sf}, tableposition=top]{caption}
22416 \end_layout
22417
22418 \begin_layout Standard
22419 You can also define different caption formats for the different float types.
22420  In this case load the 
22421 \series bold
22422 caption
22423 \series default
22424  package without format specific options and define the different formats
22425  with the help of the command
22426 \end_layout
22427
22428 \begin_layout Standard
22429
22430 \series bold
22431
22432 \backslash
22433 captionsetup[float type]{format definition}
22434 \end_layout
22435
22436 \begin_layout Standard
22437 in the document preamble.
22438  For example the caption formats of Figure
22439 \begin_inset space ~
22440 \end_inset
22441
22442
22443 \begin_inset CommandInset ref
22444 LatexCommand ref
22445 reference "fig:This-is-an-fig"
22446
22447 \end_inset
22448
22449  and Table
22450 \begin_inset space ~
22451 \end_inset
22452
22453
22454 \begin_inset CommandInset ref
22455 LatexCommand ref
22456 reference "tab:This-is-an-tab"
22457
22458 \end_inset
22459
22460  can be created using these commands in the document preamble:
22461 \end_layout
22462
22463 \begin_layout Standard
22464
22465 \series bold
22466
22467 \backslash
22468 usepackage[tableposition=top]{caption}
22469 \series default
22470
22471 \begin_inset Newline newline
22472 \end_inset
22473
22474
22475 \series bold
22476
22477 \backslash
22478 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm,%
22479 \begin_inset Newline newline
22480 \end_inset
22481
22482
22483 \begin_inset ERT
22484 status collapsed
22485
22486 \begin_layout Plain Layout
22487
22488
22489 \backslash
22490 hphantom{
22491 \backslash
22492
22493 \backslash
22494 captionsetup[figure]
22495 \backslash
22496 {}
22497 \end_layout
22498
22499 \end_inset
22500
22501  labelsep=period}
22502 \begin_inset Newline newline
22503 \end_inset
22504
22505
22506 \backslash
22507 captionsetup[table]{labelfont={bf,sf}}
22508 \end_layout
22509
22510 \begin_layout Standard
22511 \begin_inset Note Greyedout
22512 status open
22513
22514 \begin_layout Plain Layout
22515
22516 \series bold
22517 Note:
22518 \series default
22519  The option 
22520 \series bold
22521 tableposition=top
22522 \series default
22523  has no effect when a 
22524 \series bold
22525 KOMA-script
22526 \series default
22527
22528 \begin_inset Index
22529 status collapsed
22530
22531 \begin_layout Plain Layout
22532 LaTeX-packages ! KOMA-script
22533 \end_layout
22534
22535 \end_inset
22536
22537  document class is used.
22538  In this case the document class option 
22539 \series bold
22540 tablecaptionabove
22541 \series default
22542  must be used.
22543 \end_layout
22544
22545 \end_inset
22546
22547
22548 \end_layout
22549
22550 \begin_layout Standard
22551 For more information about the package 
22552 \series bold
22553 caption
22554 \series default
22555  we refer to its documentation 
22556 \begin_inset CommandInset citation
22557 LatexCommand cite
22558 key "caption"
22559
22560 \end_inset
22561
22562 .
22563 \end_layout
22564
22565 \begin_layout Standard
22566 To change the label name from e.
22567 \begin_inset space \thinspace{}
22568 \end_inset
22569
22570 g.
22571 \begin_inset space \space{}
22572 \end_inset
22573
22574
22575 \begin_inset Quotes eld
22576 \end_inset
22577
22578 Figure
22579 \begin_inset Quotes erd
22580 \end_inset
22581
22582  to 
22583 \begin_inset Quotes eld
22584 \end_inset
22585
22586 Image
22587 \begin_inset Quotes erd
22588 \end_inset
22589
22590  use this preamble command:
22591 \end_layout
22592
22593 \begin_layout Standard
22594
22595 \series bold
22596
22597 \backslash
22598 renewcommand{
22599 \backslash
22600 fnum@figure}{Image~
22601 \backslash
22602 thefigure}
22603 \end_layout
22604
22605 \begin_layout Standard
22606 where 
22607 \series bold
22608
22609 \backslash
22610 thefigure
22611 \series default
22612  inserts the figure number and
22613 \series bold
22614  
22615 \begin_inset Quotes eld
22616 \end_inset
22617
22618 ~
22619 \series default
22620
22621 \begin_inset Quotes erd
22622 \end_inset
22623
22624  creates a protected space.
22625 \end_layout
22626
22627 \begin_layout Standard
22628 \begin_inset VSpace bigskip
22629 \end_inset
22630
22631 If you are using a 
22632 \series bold
22633 KOMA-script
22634 \series default
22635
22636 \begin_inset Index
22637 status collapsed
22638
22639 \begin_layout Plain Layout
22640 LaTeX-packages ! KOMA-script
22641 \end_layout
22642
22643 \end_inset
22644
22645  document class (
22646 \family sans
22647 article (KOMA-script)
22648 \family default
22649
22650 \family sans
22651 book (KOMA-script)
22652 \family default
22653
22654 \family sans
22655 letter (KOMA-script)
22656 \family default
22657 , or 
22658 \family sans
22659 report (KOMA-script)
22660 \family default
22661
22662 \begin_inset space \thinspace{}
22663 \end_inset
22664
22665 ), you can alternatively to the 
22666 \series bold
22667 caption
22668 \series default
22669  package use 
22670 \series bold
22671 KOMA-script
22672 \series default
22673 's built-in command 
22674 \series bold
22675
22676 \backslash
22677 setkomafont
22678 \series default
22679 .
22680  For example, to have the caption label in bold, add this command to your
22681  document preamble:
22682 \end_layout
22683
22684 \begin_layout Standard
22685
22686 \series bold
22687
22688 \backslash
22689 setkomafont{captionlabel}{
22690 \backslash
22691 bfseries}
22692 \end_layout
22693
22694 \begin_layout Standard
22695 For more information about 
22696 \series bold
22697
22698 \backslash
22699 setkomafont
22700 \series default
22701  we refer to the 
22702 \series bold
22703 KOMA-script
22704 \series default
22705  documentation 
22706 \begin_inset CommandInset citation
22707 LatexCommand cite
22708 key "KOMA-script"
22709
22710 \end_inset
22711
22712 .
22713 \end_layout
22714
22715 \begin_layout Standard
22716 \begin_inset ERT
22717 status collapsed
22718
22719 \begin_layout Plain Layout
22720
22721
22722 \backslash
22723 captionsetup[figure]{labelfont={tt}, textfont=it, indention=1cm, labelsep=period
22724 }
22725 \end_layout
22726
22727 \end_inset
22728
22729
22730 \begin_inset Note Note
22731 status open
22732
22733 \begin_layout Plain Layout
22734 The caption format is changed only for this example.
22735 \end_layout
22736
22737 \end_inset
22738
22739
22740 \end_layout
22741
22742 \begin_layout Standard
22743 \begin_inset Float figure
22744 placement !p
22745 wide false
22746 sideways false
22747 status open
22748
22749 \begin_layout Plain Layout
22750 \align center
22751 \begin_inset Graphics
22752         filename clipart/mobius.eps
22753         lyxscale 50
22754         scale 50
22755         scaleBeforeRotation
22756
22757 \end_inset
22758
22759
22760 \end_layout
22761
22762 \begin_layout Plain Layout
22763 \begin_inset Caption
22764
22765 \begin_layout Plain Layout
22766 \begin_inset CommandInset label
22767 LatexCommand label
22768 name "fig:This-is-an-fig"
22769
22770 \end_inset
22771
22772 This is an example figure caption that is longer than one line to show the
22773  different caption format.
22774  Here a self-defined caption format is used.
22775 \end_layout
22776
22777 \end_inset
22778
22779
22780 \end_layout
22781
22782 \end_inset
22783
22784
22785 \end_layout
22786
22787 \begin_layout Standard
22788 \begin_inset ERT
22789 status collapsed
22790
22791 \begin_layout Plain Layout
22792
22793
22794 \backslash
22795 captionsetup[figure]{labelfont={bf,sf}, textfont=rm, indention=0cm, labelsep=col
22796 on}
22797 \end_layout
22798
22799 \end_inset
22800
22801
22802 \end_layout
22803
22804 \begin_layout Standard
22805 \begin_inset Float table
22806 placement !p
22807 wide false
22808 sideways false
22809 status open
22810
22811 \begin_layout Plain Layout
22812 \begin_inset Caption
22813
22814 \begin_layout Plain Layout
22815 \begin_inset CommandInset label
22816 LatexCommand label
22817 name "tab:This-is-an-tab"
22818
22819 \end_inset
22820
22821 This is an example table caption that is longer than one line to show the
22822  different caption format.
22823  Here the standard caption format for tables in this document is used.
22824 \end_layout
22825
22826 \end_inset
22827
22828
22829 \end_layout
22830
22831 \begin_layout Plain Layout
22832 \align center
22833 \begin_inset Tabular
22834 <lyxtabular version="3" rows="1" columns="5">
22835 <features>
22836 <column alignment="center" valignment="top" width="0">
22837 <column alignment="center" valignment="top" width="0">
22838 <column alignment="center" valignment="top" width="0">
22839 <column alignment="center" valignment="top" width="0">
22840 <column alignment="center" valignment="top" width="0">
22841 <row>
22842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22843 \begin_inset Text
22844
22845 \begin_layout Plain Layout
22846 a
22847 \end_layout
22848
22849 \end_inset
22850 </cell>
22851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22852 \begin_inset Text
22853
22854 \begin_layout Plain Layout
22855 b
22856 \end_layout
22857
22858 \end_inset
22859 </cell>
22860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22861 \begin_inset Text
22862
22863 \begin_layout Plain Layout
22864 c
22865 \end_layout
22866
22867 \end_inset
22868 </cell>
22869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22870 \begin_inset Text
22871
22872 \begin_layout Plain Layout
22873 d
22874 \end_layout
22875
22876 \end_inset
22877 </cell>
22878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22879 \begin_inset Text
22880
22881 \begin_layout Plain Layout
22882 e
22883 \end_layout
22884
22885 \end_inset
22886 </cell>
22887 </row>
22888 </lyxtabular>
22889
22890 \end_inset
22891
22892
22893 \end_layout
22894
22895 \end_inset
22896
22897
22898 \end_layout
22899
22900 \begin_layout Section
22901 Caption Placement
22902 \begin_inset Index
22903 status collapsed
22904
22905 \begin_layout Plain Layout
22906 Caption ! Placement
22907 \end_layout
22908
22909 \end_inset
22910
22911
22912 \begin_inset Index
22913 status collapsed
22914
22915 \begin_layout Plain Layout
22916 Floats ! Caption Placement
22917 \end_layout
22918
22919 \end_inset
22920
22921
22922 \begin_inset CommandInset label
22923 LatexCommand label
22924 name "sec:Caption-Placement"
22925
22926 \end_inset
22927
22928
22929 \end_layout
22930
22931 \begin_layout Standard
22932 The common caption placement rule is:
22933 \end_layout
22934
22935 \begin_layout Description
22936 Figure: Caption is set below the figure
22937 \end_layout
22938
22939 \begin_layout Description
22940 Table: Caption is set above the table
22941 \end_layout
22942
22943 \begin_layout Standard
22944 Having the caption above the table is unfortunately not supported in LaTeX's
22945  standard classes.
22946  That means if you are using the document classes 
22947 \family sans
22948 article
22949 \family default
22950
22951 \family sans
22952 book
22953 \family default
22954
22955 \family sans
22956 letter
22957 \family default
22958 , or 
22959 \family sans
22960 report
22961 \family default
22962  there will be no space between the caption and the table.
22963  To insert the needed space, add the following option to the load command
22964  of the LaTeX-package 
22965 \series bold
22966 caption
22967 \series default
22968  in your document preamble
22969 \begin_inset Foot
22970 status collapsed
22971
22972 \begin_layout Plain Layout
22973 See section
22974 \begin_inset space ~
22975 \end_inset
22976
22977
22978 \begin_inset CommandInset ref
22979 LatexCommand ref
22980 reference "sec:Caption-Formatting"
22981
22982 \end_inset
22983
22984  for more information of the package 
22985 \series bold
22986 caption
22987 \series default
22988 .
22989 \end_layout
22990
22991 \end_inset
22992
22993 :
22994 \end_layout
22995
22996 \begin_layout Standard
22997
22998 \series bold
22999 tableposition=top
23000 \end_layout
23001
23002 \begin_layout Standard
23003 If you are using a 
23004 \series bold
23005 KOMA-script
23006 \series default
23007
23008 \begin_inset Index
23009 status collapsed
23010
23011 \begin_layout Plain Layout
23012 LaTeX-packages ! KOMA-script
23013 \end_layout
23014
23015 \end_inset
23016
23017  document class (
23018 \family sans
23019 article (KOMA-script)
23020 \family default
23021
23022 \family sans
23023 book (KOMA-script)
23024 \family default
23025
23026 \family sans
23027 letter (KOMA-script)
23028 \family default
23029 , or 
23030 \family sans
23031 report (KOMA-script)
23032 \family default
23033
23034 \begin_inset space \thinspace{}
23035 \end_inset
23036
23037 ), you can alternatively to the 
23038 \series bold
23039 caption
23040 \series default
23041  package set the document class option 
23042 \series bold
23043 tablecaptionabove
23044 \series default
23045 .
23046 \end_layout
23047
23048 \begin_layout Standard
23049 \begin_inset VSpace bigskip
23050 \end_inset
23051
23052 It is also possible to set the caption beside a figure or table.
23053  To get this the LaTeX-package 
23054 \series bold
23055 sidecap
23056 \series default
23057
23058 \begin_inset Index
23059 status collapsed
23060
23061 \begin_layout Plain Layout
23062 LaTeX-packages ! sidecap
23063 \end_layout
23064
23065 \end_inset
23066
23067  has to be loaded in the document preamble with the line
23068 \end_layout
23069
23070 \begin_layout Standard
23071
23072 \series bold
23073
23074 \backslash
23075 usepackage[option]{sidecap}
23076 \end_layout
23077
23078 \begin_layout Standard
23079 If you set no option, the caption is placed on the side of the outer page
23080  margin – to the right on odd pages, to the left on even pages.
23081  You can change the placement to inner margin with the option 
23082 \series bold
23083 innercaption
23084 \series default
23085 .
23086  To force the placement always to the right or left, use the option 
23087 \series bold
23088 rightcaption
23089 \series default
23090  or 
23091 \series bold
23092 leftcaption
23093 \series default
23094 , respectively.
23095 \end_layout
23096
23097 \begin_layout Standard
23098 \begin_inset ERT
23099 status collapsed
23100
23101 \begin_layout Plain Layout
23102
23103
23104 \backslash
23105 ifsidecap
23106 \end_layout
23107
23108 \end_inset
23109
23110
23111 \begin_inset Note Note
23112 status open
23113
23114 \begin_layout Plain Layout
23115 The following section will only be displayed when the LaTeX-package 
23116 \series bold
23117 sidecap
23118 \series default
23119  is installed.
23120 \end_layout
23121
23122 \end_inset
23123
23124
23125 \end_layout
23126
23127 \begin_layout Standard
23128 To place in LyX the caption of a float on the side, it is necessary to add
23129  these commands to the document preamble:
23130 \end_layout
23131
23132 \begin_layout Standard
23133
23134 \lyxline
23135
23136 \end_layout
23137
23138 \begin_layout Standard
23139
23140 \series bold
23141
23142 \backslash
23143 newcommand{
23144 \backslash
23145 TabBesBeg}{%
23146 \begin_inset Newline newline
23147 \end_inset
23148
23149
23150 \begin_inset ERT
23151 status collapsed
23152
23153 \begin_layout Plain Layout
23154
23155
23156 \backslash
23157 hphantom{ }
23158 \end_layout
23159
23160 \end_inset
23161
23162
23163 \backslash
23164 let
23165 \backslash
23166 MyTable
23167 \backslash
23168 table
23169 \begin_inset Newline newline
23170 \end_inset
23171
23172
23173 \begin_inset ERT
23174 status collapsed
23175
23176 \begin_layout Plain Layout
23177
23178
23179 \backslash
23180 hphantom{ }
23181 \end_layout
23182
23183 \end_inset
23184
23185
23186 \backslash
23187 let
23188 \backslash
23189 MyEndtable
23190 \backslash
23191 endtable
23192 \begin_inset Newline newline
23193 \end_inset
23194
23195
23196 \begin_inset ERT
23197 status collapsed
23198
23199 \begin_layout Plain Layout
23200
23201
23202 \backslash
23203 hphantom{ }
23204 \end_layout
23205
23206 \end_inset
23207
23208
23209 \backslash
23210 renewenvironment{table}{
23211 \backslash
23212 begin{SCtable}}{
23213 \backslash
23214 end{SCtable}}}
23215 \end_layout
23216
23217 \begin_layout Standard
23218
23219 \series bold
23220
23221 \backslash
23222 newcommand{
23223 \backslash
23224 TabBesEnd}{%
23225 \begin_inset Newline newline
23226 \end_inset
23227
23228
23229 \begin_inset ERT
23230 status collapsed
23231
23232 \begin_layout Plain Layout
23233
23234
23235 \backslash
23236 hphantom{ }
23237 \end_layout
23238
23239 \end_inset
23240
23241
23242 \backslash
23243 let
23244 \backslash
23245 table
23246 \backslash
23247 MyTable
23248 \begin_inset Newline newline
23249 \end_inset
23250
23251
23252 \begin_inset ERT
23253 status collapsed
23254
23255 \begin_layout Plain Layout
23256
23257
23258 \backslash
23259 hphantom{ }
23260 \end_layout
23261
23262 \end_inset
23263
23264
23265 \backslash
23266 let
23267 \backslash
23268 endtable
23269 \backslash
23270 MyEndtable
23271 \end_layout
23272
23273 \begin_layout Standard
23274
23275 \series bold
23276
23277 \backslash
23278 newcommand{
23279 \backslash
23280 FigBesBeg}{%
23281 \begin_inset Newline newline
23282 \end_inset
23283
23284
23285 \begin_inset ERT
23286 status collapsed
23287
23288 \begin_layout Plain Layout
23289
23290
23291 \backslash
23292 hphantom{ }
23293 \end_layout
23294
23295 \end_inset
23296
23297
23298 \backslash
23299 let
23300 \backslash
23301 MyFigure
23302 \backslash
23303 figure
23304 \begin_inset Newline newline
23305 \end_inset
23306
23307
23308 \begin_inset ERT
23309 status collapsed
23310
23311 \begin_layout Plain Layout
23312
23313
23314 \backslash
23315 hphantom{ }
23316 \end_layout
23317
23318 \end_inset
23319
23320
23321 \backslash
23322 let
23323 \backslash
23324 MyEndfigure
23325 \backslash
23326 endfigure
23327 \begin_inset Newline newline
23328 \end_inset
23329
23330
23331 \begin_inset ERT
23332 status collapsed
23333
23334 \begin_layout Plain Layout
23335
23336
23337 \backslash
23338 hphantom{ }
23339 \end_layout
23340
23341 \end_inset
23342
23343
23344 \backslash
23345 renewenvironment{figure}{
23346 \backslash
23347 begin{SCfigure}}{
23348 \backslash
23349 end{SCfigure}}}
23350 \end_layout
23351
23352 \begin_layout Standard
23353
23354 \series bold
23355
23356 \backslash
23357 newcommand{
23358 \backslash
23359 FigBesEnd}{%
23360 \begin_inset Newline newline
23361 \end_inset
23362
23363
23364 \begin_inset ERT
23365 status collapsed
23366
23367 \begin_layout Plain Layout
23368
23369
23370 \backslash
23371 hphantom{ }
23372 \end_layout
23373
23374 \end_inset
23375
23376
23377 \backslash
23378 let
23379 \backslash
23380 figure
23381 \backslash
23382 MyFigure
23383 \begin_inset Newline newline
23384 \end_inset
23385
23386
23387 \begin_inset ERT
23388 status collapsed
23389
23390 \begin_layout Plain Layout
23391
23392
23393 \backslash
23394 hphantom{ }
23395 \end_layout
23396
23397 \end_inset
23398
23399
23400 \backslash
23401 let
23402 \backslash
23403 endfigure
23404 \backslash
23405 MyEndfigure}
23406 \end_layout
23407
23408 \begin_layout Standard
23409
23410 \lyxline
23411
23412 \end_layout
23413
23414 \begin_layout Standard
23415 The commands allow you to redefine the floats so that the caption is set
23416  on the side.
23417  For figure floats use the command
23418 \end_layout
23419
23420 \begin_layout Standard
23421
23422 \series bold
23423
23424 \backslash
23425 FigBesBeg
23426 \end_layout
23427
23428 \begin_layout Standard
23429 in TeX-Code before the float.
23430  Behind the float insert the command
23431 \end_layout
23432
23433 \begin_layout Standard
23434
23435 \series bold
23436
23437 \backslash
23438 FigBesEnd
23439 \end_layout
23440
23441 \begin_layout Standard
23442 in TeX-Code to get back to the original float definition.
23443 \end_layout
23444
23445 \begin_layout Standard
23446 For table floats use the corresponding commands
23447 \end_layout
23448
23449 \begin_layout Standard
23450
23451 \series bold
23452
23453 \backslash
23454 TabBesBeg
23455 \series default
23456  and 
23457 \series bold
23458
23459 \backslash
23460 TabBesEnd
23461 \end_layout
23462
23463 \begin_layout Standard
23464 Figure
23465 \begin_inset space ~
23466 \end_inset
23467
23468
23469 \begin_inset CommandInset ref
23470 LatexCommand ref
23471 reference "fig:cap-beside-fig"
23472
23473 \end_inset
23474
23475  and Table
23476 \begin_inset space ~
23477 \end_inset
23478
23479
23480 \begin_inset CommandInset ref
23481 LatexCommand ref
23482 reference "tab:cap-beside-tab"
23483
23484 \end_inset
23485
23486  are examples where the caption is set beside.
23487 \end_layout
23488
23489 \begin_layout Standard
23490 You can see in the examples that the caption text appears at the top of
23491  the floats for table floats and at the bottom for figure floats.
23492  To change this, you can use the command
23493 \end_layout
23494
23495 \begin_layout Standard
23496
23497 \series bold
23498
23499 \backslash
23500 sidecaptionvpos{float type}{placement}
23501 \end_layout
23502
23503 \begin_layout Standard
23504 in the document preamble or in TeX-Code before the float.
23505  The float type is either 
23506 \family sans
23507 figure
23508 \family default
23509  or 
23510 \family sans
23511 table
23512 \family default
23513 , the placement can be 
23514 \begin_inset Quotes eld
23515 \end_inset
23516
23517
23518 \family sans
23519 t
23520 \family default
23521
23522 \begin_inset Quotes erd
23523 \end_inset
23524
23525  for top, 
23526 \begin_inset Quotes eld
23527 \end_inset
23528
23529
23530 \family sans
23531 c
23532 \family default
23533
23534 \begin_inset Quotes erd
23535 \end_inset
23536
23537  for center, or 
23538 \begin_inset Quotes eld
23539 \end_inset
23540
23541
23542 \family sans
23543 b
23544 \family default
23545
23546 \begin_inset Quotes erd
23547 \end_inset
23548
23549  for bottom.
23550  To have for example the caption of figure floats vertically centered, use
23551  the command
23552 \end_layout
23553
23554 \begin_layout Standard
23555
23556 \series bold
23557
23558 \backslash
23559 sidecaptionvpos{figure}{c}
23560 \end_layout
23561
23562 \begin_layout Standard
23563 This was used for Figure
23564 \begin_inset space ~
23565 \end_inset
23566
23567
23568 \begin_inset CommandInset ref
23569 LatexCommand ref
23570 reference "fig:cap-beside-fig-2"
23571
23572 \end_inset
23573
23574 .
23575 \end_layout
23576
23577 \begin_layout Standard
23578 \begin_inset VSpace medskip
23579 \end_inset
23580
23581 For more information about the package 
23582 \series bold
23583 sidecap
23584 \series default
23585  we refer to its documentation 
23586 \begin_inset CommandInset citation
23587 LatexCommand cite
23588 key "sidecap"
23589
23590 \end_inset
23591
23592 .
23593 \end_layout
23594
23595 \begin_layout Standard
23596 \begin_inset Note Greyedout
23597 status open
23598
23599 \begin_layout Plain Layout
23600
23601 \series bold
23602 Note:
23603 \series default
23604  The LaTeX-package 
23605 \series bold
23606 hypcap
23607 \series default
23608
23609 \begin_inset Index
23610 status collapsed
23611
23612 \begin_layout Plain Layout
23613 LaTeX-packages ! hypcap
23614 \end_layout
23615
23616 \end_inset
23617
23618 , described in section
23619 \begin_inset space ~
23620 \end_inset
23621
23622
23623 \begin_inset CommandInset ref
23624 LatexCommand ref
23625 reference "sub:Reference-Position"
23626
23627 \end_inset
23628
23629 , has no effect on floats with the caption set beside.
23630 \end_layout
23631
23632 \end_inset
23633
23634
23635 \end_layout
23636
23637 \begin_layout Standard
23638 \begin_inset ERT
23639 status collapsed
23640
23641 \begin_layout Plain Layout
23642
23643
23644 \backslash
23645 FigBesBeg 
23646 \end_layout
23647
23648 \end_inset
23649
23650
23651 \end_layout
23652
23653 \begin_layout Standard
23654 \begin_inset Float figure
23655 wide false
23656 sideways false
23657 status open
23658
23659 \begin_layout Plain Layout
23660 \begin_inset Graphics
23661         filename clipart/escher-lsd.eps
23662         scale 75
23663         scaleBeforeRotation
23664
23665 \end_inset
23666
23667
23668 \end_layout
23669
23670 \begin_layout Plain Layout
23671 \begin_inset Caption
23672
23673 \begin_layout Plain Layout
23674 \begin_inset CommandInset label
23675 LatexCommand label
23676 name "fig:cap-beside-fig"
23677
23678 \end_inset
23679
23680 This is a caption beside a figure.
23681 \end_layout
23682
23683 \end_inset
23684
23685
23686 \end_layout
23687
23688 \end_inset
23689
23690
23691 \end_layout
23692
23693 \begin_layout Standard
23694 \begin_inset ERT
23695 status collapsed
23696
23697 \begin_layout Plain Layout
23698
23699
23700 \backslash
23701 TabBesBeg 
23702 \end_layout
23703
23704 \end_inset
23705
23706
23707 \end_layout
23708
23709 \begin_layout Standard
23710 \begin_inset Float table
23711 wide false
23712 sideways false
23713 status open
23714
23715 \begin_layout Plain Layout
23716 \begin_inset Caption
23717
23718 \begin_layout Plain Layout
23719 \begin_inset CommandInset label
23720 LatexCommand label
23721 name "tab:cap-beside-tab"
23722
23723 \end_inset
23724
23725 This is a caption beside a table.
23726 \end_layout
23727
23728 \end_inset
23729
23730
23731 \end_layout
23732
23733 \begin_layout Plain Layout
23734 \begin_inset Tabular
23735 <lyxtabular version="3" rows="4" columns="5">
23736 <features>
23737 <column alignment="center" valignment="top" width="0">
23738 <column alignment="center" valignment="top" width="0">
23739 <column alignment="center" valignment="top" width="0">
23740 <column alignment="center" valignment="top" width="0">
23741 <column alignment="center" valignment="top" width="0">
23742 <row>
23743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23744 \begin_inset Text
23745
23746 \begin_layout Plain Layout
23747 a
23748 \end_layout
23749
23750 \end_inset
23751 </cell>
23752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23753 \begin_inset Text
23754
23755 \begin_layout Plain Layout
23756
23757 \end_layout
23758
23759 \end_inset
23760 </cell>
23761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23762 \begin_inset Text
23763
23764 \begin_layout Plain Layout
23765 b
23766 \end_layout
23767
23768 \end_inset
23769 </cell>
23770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23771 \begin_inset Text
23772
23773 \begin_layout Plain Layout
23774
23775 \end_layout
23776
23777 \end_inset
23778 </cell>
23779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23780 \begin_inset Text
23781
23782 \begin_layout Plain Layout
23783 c
23784 \end_layout
23785
23786 \end_inset
23787 </cell>
23788 </row>
23789 <row>
23790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23791 \begin_inset Text
23792
23793 \begin_layout Plain Layout
23794
23795 \end_layout
23796
23797 \end_inset
23798 </cell>
23799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23800 \begin_inset Text
23801
23802 \begin_layout Plain Layout
23803 d
23804 \end_layout
23805
23806 \end_inset
23807 </cell>
23808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23809 \begin_inset Text
23810
23811 \begin_layout Plain Layout
23812
23813 \end_layout
23814
23815 \end_inset
23816 </cell>
23817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23818 \begin_inset Text
23819
23820 \begin_layout Plain Layout
23821 e
23822 \end_layout
23823
23824 \end_inset
23825 </cell>
23826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23827 \begin_inset Text
23828
23829 \begin_layout Plain Layout
23830
23831 \end_layout
23832
23833 \end_inset
23834 </cell>
23835 </row>
23836 <row>
23837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23838 \begin_inset Text
23839
23840 \begin_layout Plain Layout
23841 f
23842 \end_layout
23843
23844 \end_inset
23845 </cell>
23846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23847 \begin_inset Text
23848
23849 \begin_layout Plain Layout
23850
23851 \end_layout
23852
23853 \end_inset
23854 </cell>
23855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23856 \begin_inset Text
23857
23858 \begin_layout Plain Layout
23859 g
23860 \end_layout
23861
23862 \end_inset
23863 </cell>
23864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23865 \begin_inset Text
23866
23867 \begin_layout Plain Layout
23868
23869 \end_layout
23870
23871 \end_inset
23872 </cell>
23873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23874 \begin_inset Text
23875
23876 \begin_layout Plain Layout
23877 h
23878 \end_layout
23879
23880 \end_inset
23881 </cell>
23882 </row>
23883 <row>
23884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23885 \begin_inset Text
23886
23887 \begin_layout Plain Layout
23888
23889 \end_layout
23890
23891 \end_inset
23892 </cell>
23893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23894 \begin_inset Text
23895
23896 \begin_layout Plain Layout
23897 i
23898 \end_layout
23899
23900 \end_inset
23901 </cell>
23902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23903 \begin_inset Text
23904
23905 \begin_layout Plain Layout
23906
23907 \end_layout
23908
23909 \end_inset
23910 </cell>
23911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23912 \begin_inset Text
23913
23914 \begin_layout Plain Layout
23915 j
23916 \end_layout
23917
23918 \end_inset
23919 </cell>
23920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23921 \begin_inset Text
23922
23923 \begin_layout Plain Layout
23924
23925 \end_layout
23926
23927 \end_inset
23928 </cell>
23929 </row>
23930 </lyxtabular>
23931
23932 \end_inset
23933
23934
23935 \end_layout
23936
23937 \end_inset
23938
23939
23940 \end_layout
23941
23942 \begin_layout Standard
23943 \begin_inset ERT
23944 status collapsed
23945
23946 \begin_layout Plain Layout
23947
23948
23949 \backslash
23950 TabBesEnd
23951 \end_layout
23952
23953 \end_inset
23954
23955
23956 \end_layout
23957
23958 \begin_layout Standard
23959 \begin_inset ERT
23960 status collapsed
23961
23962 \begin_layout Plain Layout
23963
23964
23965 \backslash
23966 sidecaptionvpos{figure}{c}
23967 \end_layout
23968
23969 \end_inset
23970
23971
23972 \begin_inset Float figure
23973 wide false
23974 sideways false
23975 status open
23976
23977 \begin_layout Plain Layout
23978 \begin_inset Graphics
23979         filename clipart/escher-lsd.eps
23980         scale 75
23981         scaleBeforeRotation
23982
23983 \end_inset
23984
23985
23986 \end_layout
23987
23988 \begin_layout Plain Layout
23989 \begin_inset Caption
23990
23991 \begin_layout Plain Layout
23992 \begin_inset CommandInset label
23993 LatexCommand label
23994 name "fig:cap-beside-fig-2"
23995
23996 \end_inset
23997
23998 This is a vertically centered caption beside a figure.
23999 \end_layout
24000
24001 \end_inset
24002
24003
24004 \end_layout
24005
24006 \end_inset
24007
24008
24009 \end_layout
24010
24011 \begin_layout Standard
24012 \begin_inset ERT
24013 status collapsed
24014
24015 \begin_layout Plain Layout
24016
24017
24018 \backslash
24019 FigBesEnd
24020 \end_layout
24021
24022 \end_inset
24023
24024
24025 \end_layout
24026
24027 \begin_layout Standard
24028 \begin_inset ERT
24029 status collapsed
24030
24031 \begin_layout Plain Layout
24032
24033
24034 \backslash
24035 else
24036 \end_layout
24037
24038 \end_inset
24039
24040
24041 \begin_inset Note Note
24042 status open
24043
24044 \begin_layout Plain Layout
24045 The following will be displayed when the LaTeX-package 
24046 \series bold
24047 sidecap
24048 \series default
24049  is not installed:
24050 \end_layout
24051
24052 \end_inset
24053
24054
24055 \end_layout
24056
24057 \begin_layout Standard
24058 You need to install the LaTeX-package 
24059 \series bold
24060 sidecap
24061 \series default
24062  to see the following part of this section in the output.
24063 \end_layout
24064
24065 \begin_layout Standard
24066 \begin_inset ERT
24067 status collapsed
24068
24069 \begin_layout Plain Layout
24070
24071
24072 \backslash
24073 fi
24074 \end_layout
24075
24076 \end_inset
24077
24078
24079 \end_layout
24080
24081 \begin_layout Section
24082 Listings of Floats
24083 \begin_inset Index
24084 status collapsed
24085
24086 \begin_layout Plain Layout
24087 Floats ! Float Lists
24088 \end_layout
24089
24090 \end_inset
24091
24092
24093 \end_layout
24094
24095 \begin_layout Standard
24096 Similar to the the table of contents where the sections of the document
24097  are listed, there are listings for all float types, like the figures of
24098  the documents.
24099  You can insert them via the 
24100 \family sans
24101 Insert\SpecialChar \menuseparator
24102 List
24103 \begin_inset space ~
24104 \end_inset
24105
24106 /
24107 \begin_inset space ~
24108 \end_inset
24109
24110 TOC
24111 \family default
24112  sub menus.
24113 \end_layout
24114
24115 \begin_layout Standard
24116 The list entries are the float captions or its short title, the float number,
24117  and the page number where they appear in the document.
24118 \end_layout
24119
24120 \begin_layout Standard
24121 You can find the list of figures and tables at the end of this document.
24122 \end_layout
24123
24124 \begin_layout Chapter
24125 Notes
24126 \end_layout
24127
24128 \begin_layout Section
24129 LyX Notes
24130 \begin_inset Index
24131 status collapsed
24132
24133 \begin_layout Plain Layout
24134 Notes ! LyX Notes
24135 \end_layout
24136
24137 \end_inset
24138
24139
24140 \end_layout
24141
24142 \begin_layout Standard
24143 Notes are inserted with the toolbar button 
24144 \begin_inset Graphics
24145         filename ../images/note-insert.png
24146         scale 85
24147         scaleBeforeRotation
24148
24149 \end_inset
24150
24151  or the menu 
24152 \family sans
24153 Insert\SpecialChar \menuseparator
24154 Note
24155 \family default
24156 .
24157  There are three types of notes:
24158 \end_layout
24159
24160 \begin_layout Description
24161 LyX
24162 \begin_inset space ~
24163 \end_inset
24164
24165 Note This note type is for internal notes that won't appear in the output.
24166  Its note-box looks like this:
24167 \begin_inset Newline newline
24168 \end_inset
24169
24170
24171 \begin_inset Newline newline
24172 \end_inset
24173
24174
24175 \begin_inset Graphics
24176         filename clipart/LyXNoteImageQt4.png
24177         display false
24178         scale 85
24179         scaleBeforeRotation
24180
24181 \end_inset
24182
24183  
24184 \begin_inset Note Note
24185 status open
24186
24187 \begin_layout Plain Layout
24188 This is text in a note box that doesn't appear in the output.
24189 \end_layout
24190
24191 \end_inset
24192
24193
24194 \end_layout
24195
24196 \begin_layout Description
24197 Comment This note also doesn't appear in the output but it appears as LaTeX-comm
24198 ent, when you export the document to LaTeX via the menu 
24199 \family sans
24200 File\SpecialChar \menuseparator
24201 Export\SpecialChar \menuseparator
24202 LaTeX (pdflatex) / (plain)
24203 \family default
24204 .
24205  Its note-box looks like this:
24206 \begin_inset Newline newline
24207 \end_inset
24208
24209
24210 \begin_inset Newline newline
24211 \end_inset
24212
24213
24214 \begin_inset Graphics
24215         filename clipart/CommentNoteImageQt4.png
24216         display false
24217         scale 85
24218         scaleBeforeRotation
24219
24220 \end_inset
24221
24222  
24223 \begin_inset Note Comment
24224 status open
24225
24226 \begin_layout Plain Layout
24227 This is text in a note box that only appears as comment in LaTeX-files.
24228 \end_layout
24229
24230 \end_inset
24231
24232
24233 \end_layout
24234
24235 \begin_layout Description
24236 Greyed
24237 \begin_inset space ~
24238 \end_inset
24239
24240 Out This note will appear in the output as grey text.
24241  Its note-box looks like this:
24242 \begin_inset Newline newline
24243 \end_inset
24244
24245
24246 \begin_inset Newline newline
24247 \end_inset
24248
24249
24250 \begin_inset Graphics
24251         filename clipart/GreyedOutNoteImageQt4.png
24252         display false
24253         scale 85
24254         scaleBeforeRotation
24255
24256 \end_inset
24257
24258
24259 \begin_inset Newline newline
24260 \end_inset
24261
24262
24263 \begin_inset ERT
24264 status collapsed
24265
24266 \begin_layout Plain Layout
24267
24268
24269 \backslash
24270 renewenvironment{lyxgreyedout}
24271 \end_layout
24272
24273 \begin_layout Plain Layout
24274
24275 {
24276 \backslash
24277 textcolor[gray]{0.8}
24278 \backslash
24279 bgroup}{
24280 \backslash
24281 egroup}
24282 \end_layout
24283
24284 \end_inset
24285
24286
24287 \begin_inset Note Greyedout
24288 status open
24289
24290 \begin_layout Plain Layout
24291 This is text
24292 \begin_inset Foot
24293 status open
24294
24295 \begin_layout Plain Layout
24296 This is an example footnote within a greyed out note.
24297 \end_layout
24298
24299 \end_inset
24300
24301  of a comment that appears in the output as grey text.
24302 \end_layout
24303
24304 \end_inset
24305
24306
24307 \begin_inset ERT
24308 status collapsed
24309
24310 \begin_layout Plain Layout
24311
24312
24313 \backslash
24314 renewenvironment{lyxgreyedout}
24315 \end_layout
24316
24317 \begin_layout Plain Layout
24318
24319 {
24320 \backslash
24321 textcolor{blue}
24322 \backslash
24323 bgroup}{
24324 \backslash
24325 egroup}
24326 \end_layout
24327
24328 \end_inset
24329
24330
24331 \begin_inset Note Note
24332 status collapsed
24333
24334 \begin_layout Plain Layout
24335 The greyed out note is here redefined to show it with the original LyX definitio
24336 n because greyed out notes are redefined in the preamble of this document,
24337  as described below, to have blue text.
24338 \end_layout
24339
24340 \end_inset
24341
24342
24343 \begin_inset Newline newline
24344 \end_inset
24345
24346
24347 \begin_inset Newline newline
24348 \end_inset
24349
24350 As you can see in the example, the first line of greyed out notes is a bit
24351  indented and greyed out notes can have footnotes.
24352 \end_layout
24353
24354 \begin_layout Standard
24355 \begin_inset VSpace bigskip
24356 \end_inset
24357
24358 When you use the toolbar button 
24359 \begin_inset Graphics
24360         filename ../images/note-insert.png
24361         scale 85
24362         scaleBeforeRotation
24363
24364 \end_inset
24365
24366  to insert notes, a 
24367 \family sans
24368 LyX
24369 \begin_inset space ~
24370 \end_inset
24371
24372 Note
24373 \family default
24374  is inserted.
24375  You can switch between the five note types by right-clicking on the note-box.
24376  
24377 \family roman
24378 \series medium
24379 \bar no
24380 If you want to turn existing text into a note, mark it and click on the
24381  note
24382 \family default
24383 \series default
24384 \bar default
24385  toolbar 
24386 \family roman
24387 \series medium
24388 \bar no
24389 button
24390 \family default
24391 \series default
24392 \bar default
24393 .
24394  To change a note to text, press the backspace key when the cursor is in
24395  the first position of a note, or press the deletey key when the cursor
24396  is in the very last position of the note, respectively.
24397 \end_layout
24398
24399 \begin_layout Standard
24400 \begin_inset VSpace bigskip
24401 \end_inset
24402
24403 You can change the text color of the greyed out notes in the preamble with
24404  the following command:
24405 \end_layout
24406
24407 \begin_layout Standard
24408
24409 \series bold
24410
24411 \backslash
24412 renewenvironment{lyxgreyedout}
24413 \begin_inset Newline newline
24414 \end_inset
24415
24416
24417 \begin_inset ERT
24418 status collapsed
24419
24420 \begin_layout Plain Layout
24421
24422
24423 \backslash
24424 hphantom{ }
24425 \end_layout
24426
24427 \end_inset
24428
24429 {
24430 \backslash
24431 textcolor{color}
24432 \backslash
24433 bgroup}{
24434 \backslash
24435 egroup}
24436 \end_layout
24437
24438 \begin_layout Standard
24439 The available colors and the method to define own colors is explained in
24440  section
24441 \begin_inset space ~
24442 \end_inset
24443
24444
24445 \begin_inset CommandInset ref
24446 LatexCommand ref
24447 reference "sec:Colored-Tables"
24448
24449 \end_inset
24450
24451 .
24452 \end_layout
24453
24454 \begin_layout Standard
24455 Notes that appear in blue in this document are set using greyed out notes
24456  with blue text.
24457 \end_layout
24458
24459 \begin_layout Section
24460 Footnotes
24461 \begin_inset CommandInset label
24462 LatexCommand label
24463 name "sec:Footnotes"
24464
24465 \end_inset
24466
24467
24468 \begin_inset Index
24469 status collapsed
24470
24471 \begin_layout Plain Layout
24472 Notes ! Footnotes
24473 \end_layout
24474
24475 \end_inset
24476
24477
24478 \begin_inset Index
24479 status collapsed
24480
24481 \begin_layout Plain Layout
24482 Footnotes
24483 \end_layout
24484
24485 \end_inset
24486
24487
24488 \end_layout
24489
24490 \begin_layout Standard
24491 Footnotes can be inserted using the toolbar button 
24492 \begin_inset Graphics
24493         filename ../images/footnote-insert.png
24494         scale 85
24495         scaleBeforeRotation
24496
24497 \end_inset
24498
24499  or the menu 
24500 \family sans
24501 Insert\SpecialChar \menuseparator
24502 Footnote
24503 \family default
24504 .
24505  
24506 \family roman
24507 \series medium
24508 \bar no
24509 You'll see
24510 \family default
24511 \series default
24512 \bar default
24513  then the following footnote-box: 
24514 \begin_inset Graphics
24515         filename clipart/footnoteQt4.png
24516         scale 80
24517         scaleBeforeRotation
24518
24519 \end_inset
24520
24521  
24522 \family roman
24523 \series medium
24524 \bar no
24525 where you can enter the footnote text.
24526  If you want to turn existing text into a footnote, mark it and click on
24527  the footnote
24528 \family default
24529 \series default
24530 \bar default
24531  toolbar 
24532 \family roman
24533 \series medium
24534 \bar no
24535 button
24536 \family default
24537 \series default
24538 \bar default
24539 .
24540  To change a 
24541 \family roman
24542 \series medium
24543 \bar no
24544 footnote
24545 \family default
24546 \series default
24547 \bar default
24548  to text, press the Backspace key when the cursor is in the first position
24549  of a 
24550 \family roman
24551 \series medium
24552 \bar no
24553 footnote
24554 \family default
24555 \series default
24556 \bar default
24557 , or press the Delete key when the cursor is in the very last position of
24558  the 
24559 \family roman
24560 \series medium
24561 \bar no
24562 footnote
24563 \family default
24564 \series default
24565 \bar default
24566 , respectively.
24567 \end_layout
24568
24569 \begin_layout Standard
24570 Here is an example footnote:
24571 \family roman
24572 \series medium
24573 \bar no
24574
24575 \begin_inset Foot
24576 status open
24577
24578 \begin_layout Plain Layout
24579 \begin_inset CommandInset label
24580 LatexCommand label
24581 name "foot:This-is-an"
24582
24583 \end_inset
24584
24585 This is an example footnote.
24586 \end_layout
24587
24588 \end_inset
24589
24590
24591 \family default
24592 \series default
24593 \bar default
24594
24595 \begin_inset ERT
24596 status collapsed
24597
24598 \begin_layout Plain Layout
24599
24600
24601 \backslash
24602 newcounter{MyRepeatFoot}
24603 \end_layout
24604
24605 \begin_layout Plain Layout
24606
24607
24608 \backslash
24609 setcounter{MyRepeatFoot}{
24610 \backslash
24611 thefootnote}
24612 \end_layout
24613
24614 \end_inset
24615
24616
24617 \end_layout
24618
24619 \begin_layout Standard
24620 The footnote will appear in the output as a superscript number at the text
24621  position where the footnote box is placed.
24622  The footnote text is placed at the bottom of the current page.
24623  The footnote number is calculated by LaTeX, the numbers are consecutive.
24624  It depends on your document-class, if the footnote number is reset for
24625  every chapter.
24626 \end_layout
24627
24628 \begin_layout Standard
24629 Footnotes can be referenced like floats: Insert a label into the footnote
24630  and cross-reference this label in the text as described in section
24631 \begin_inset space ~
24632 \end_inset
24633
24634
24635 \begin_inset CommandInset ref
24636 LatexCommand ref
24637 reference "sec:Referencing-Floats"
24638
24639 \end_inset
24640
24641 .
24642 \begin_inset Newline newline
24643 \end_inset
24644
24645 This is a cross-reference of Footnote
24646 \begin_inset space ~
24647 \end_inset
24648
24649
24650 \begin_inset CommandInset ref
24651 LatexCommand ref
24652 reference "foot:This-is-an"
24653
24654 \end_inset
24655
24656 .
24657 \end_layout
24658
24659 \begin_layout Standard
24660 \begin_inset VSpace defskip
24661 \end_inset
24662
24663 To use footnotes within tables, you have to use minipages, see section
24664 \begin_inset space ~
24665 \end_inset
24666
24667
24668 \begin_inset CommandInset ref
24669 LatexCommand ref
24670 reference "sec:Minipages"
24671
24672 \end_inset
24673
24674 .
24675  Footnotes within longtables are described in section
24676 \begin_inset space ~
24677 \end_inset
24678
24679
24680 \begin_inset CommandInset ref
24681 LatexCommand ref
24682 reference "sub:Footnotes-in-Longtables"
24683
24684 \end_inset
24685
24686 .
24687 \end_layout
24688
24689 \begin_layout Standard
24690 \begin_inset VSpace defskip
24691 \end_inset
24692
24693 To create only a mark for a footnote, use the command 
24694 \series bold
24695
24696 \backslash
24697 footnotemark[number]
24698 \series default
24699  in TeX-Code.
24700  This is used when you have the same annotation several times in a text
24701  but doesn't want to print the footnote text every time.
24702 \begin_inset Newline newline
24703 \end_inset
24704
24705 As you don't know the number of the repeating footnote while you are writing
24706  the text, you have to store its number.
24707  For the following footnote mark example, these commands were inserted in
24708  TeX-Code behind Footnote
24709 \begin_inset space ~
24710 \end_inset
24711
24712
24713 \begin_inset CommandInset ref
24714 LatexCommand ref
24715 reference "foot:This-is-an"
24716
24717 \end_inset
24718
24719  to store the footnote number:
24720 \end_layout
24721
24722 \begin_layout Standard
24723
24724 \series bold
24725
24726 \backslash
24727 newcounter{MyRepeatFoot}
24728 \begin_inset Newline newline
24729 \end_inset
24730
24731
24732 \backslash
24733 setcounter{MyRepeatFoot}{
24734 \backslash
24735 thefootnote}
24736 \end_layout
24737
24738 \begin_layout Standard
24739 The footnote mark was then created with this command:
24740 \end_layout
24741
24742 \begin_layout Standard
24743
24744 \series bold
24745
24746 \backslash
24747 footnotemark[
24748 \backslash
24749 theMyRepeatFoot]
24750 \end_layout
24751
24752 \begin_layout Standard
24753 Here is an example footnote mark:
24754 \family roman
24755 \series medium
24756 \bar no
24757
24758 \begin_inset ERT
24759 status collapsed
24760
24761 \begin_layout Plain Layout
24762
24763
24764 \backslash
24765 footnotemark[
24766 \backslash
24767 theMyRepeatFoot]
24768 \end_layout
24769
24770 \end_inset
24771
24772
24773 \end_layout
24774
24775 \begin_layout Subsection
24776 Footnote Numbering
24777 \begin_inset CommandInset label
24778 LatexCommand label
24779 name "sub:Footnote-Numbering"
24780
24781 \end_inset
24782
24783
24784 \begin_inset Index
24785 status collapsed
24786
24787 \begin_layout Plain Layout
24788 Footnotes ! Numbering
24789 \end_layout
24790
24791 \end_inset
24792
24793
24794 \end_layout
24795
24796 \begin_layout Standard
24797 To reset the footnote number back to 1 after each section
24798 \family roman
24799 , add this command to your document preamble:
24800 \end_layout
24801
24802 \begin_layout Standard
24803
24804 \series bold
24805
24806 \backslash
24807 @addtoreset{footnote}{section}
24808 \end_layout
24809
24810 \begin_layout Standard
24811 \begin_inset VSpace bigskip
24812 \end_inset
24813
24814 The following preamble command changes the footnote numbering style to small
24815  roman numerals:
24816 \end_layout
24817
24818 \begin_layout Standard
24819
24820 \series bold
24821
24822 \backslash
24823 renewcommand{
24824 \backslash
24825 thefootnote}{
24826 \backslash
24827 roman{footnote}}
24828 \end_layout
24829
24830 \begin_layout Standard
24831 \begin_inset ERT
24832 status collapsed
24833
24834 \begin_layout Plain Layout
24835
24836
24837 \backslash
24838 renewcommand{
24839 \backslash
24840 thefootnote}{
24841 \backslash
24842 roman{footnote}}
24843 \end_layout
24844
24845 \end_inset
24846
24847  This is a footnote with roman numbering:
24848 \begin_inset Foot
24849 status open
24850
24851 \begin_layout Plain Layout
24852 This is an example footnote with roman numbering.
24853 \end_layout
24854
24855 \end_inset
24856
24857
24858 \end_layout
24859
24860 \begin_layout Standard
24861 To change the numbering style to capital roman numerals replace in the command
24862  above 
24863 \series bold
24864
24865 \backslash
24866 roman
24867 \series default
24868  by 
24869 \series bold
24870
24871 \backslash
24872 Roman
24873 \series default
24874 .
24875  To 
24876 \begin_inset Quotes eld
24877 \end_inset
24878
24879 number
24880 \begin_inset Quotes erd
24881 \end_inset
24882
24883  footnotes with capital or small Latin letters use 
24884 \series bold
24885
24886 \backslash
24887 Alph
24888 \series default
24889  or 
24890 \series bold
24891
24892 \backslash
24893 alph
24894 \series default
24895 , respectively.
24896  To 
24897 \begin_inset Quotes eld
24898 \end_inset
24899
24900 number
24901 \begin_inset Quotes erd
24902 \end_inset
24903
24904  footnotes with symbols use 
24905 \series bold
24906
24907 \backslash
24908 fnsymbol
24909 \series default
24910 .
24911 \end_layout
24912
24913 \begin_layout Standard
24914 \begin_inset Note Greyedout
24915 status open
24916
24917 \begin_layout Plain Layout
24918
24919 \series bold
24920 Note:
24921 \series default
24922  You can only number 26 footnotes with Latin letters, because this numbering
24923  is limited to single letters.
24924 \end_layout
24925
24926 \end_inset
24927
24928
24929 \begin_inset Newline newline
24930 \end_inset
24931
24932
24933 \begin_inset Note Greyedout
24934 status open
24935
24936 \begin_layout Plain Layout
24937
24938 \series bold
24939 Note:
24940 \series default
24941  You can only number 9 footnotes with symbols.
24942 \end_layout
24943
24944 \end_inset
24945
24946
24947 \end_layout
24948
24949 \begin_layout Standard
24950 To return to the default numbering style when you changed to another one,
24951  use 
24952 \series bold
24953
24954 \backslash
24955 arabic
24956 \series default
24957  instead of 
24958 \series bold
24959
24960 \backslash
24961 roman
24962 \series default
24963  in the command above.
24964 \begin_inset ERT
24965 status collapsed
24966
24967 \begin_layout Plain Layout
24968
24969
24970 \backslash
24971 renewcommand{
24972 \backslash
24973 thefootnote}{
24974 \backslash
24975 arabic{footnote}}
24976 \end_layout
24977
24978 \end_inset
24979
24980
24981 \end_layout
24982
24983 \begin_layout Standard
24984 \begin_inset VSpace bigskip
24985 \end_inset
24986
24987
24988 \end_layout
24989
24990 \begin_layout Standard
24991 If you want to have footnotes numbered in the scheme 
24992 \begin_inset Quotes eld
24993 \end_inset
24994
24995 chapter.footnote
24996 \begin_inset Quotes erd
24997 \end_inset
24998
24999 , add the following command to your document preamble:
25000 \end_layout
25001
25002 \begin_layout Standard
25003
25004 \series bold
25005
25006 \backslash
25007 numberwithin{footnote}{chapter}
25008 \end_layout
25009
25010 \begin_layout Standard
25011 To be able to use the command 
25012 \series bold
25013
25014 \backslash
25015 numberwithin
25016 \series default
25017 , set in the tab 
25018 \family sans
25019 Math
25020 \begin_inset space ~
25021 \end_inset
25022
25023 Options
25024 \family default
25025  in the document settings the option 
25026 \family sans
25027 Use
25028 \begin_inset space ~
25029 \end_inset
25030
25031 AMS
25032 \begin_inset space ~
25033 \end_inset
25034
25035 math
25036 \begin_inset space ~
25037 \end_inset
25038
25039 package
25040 \family default
25041 .
25042 \end_layout
25043
25044 \begin_layout Standard
25045 \begin_inset ERT
25046 status collapsed
25047
25048 \begin_layout Plain Layout
25049
25050
25051 \backslash
25052 numberwithin{footnote}{chapter}
25053 \end_layout
25054
25055 \end_inset
25056
25057 This is another example footnote:
25058 \series bold
25059
25060 \begin_inset Foot
25061 status open
25062
25063 \begin_layout Plain Layout
25064 This is a footnote numbered in the scheme 
25065 \begin_inset Quotes eld
25066 \end_inset
25067
25068 chapter.footnote
25069 \begin_inset Quotes erd
25070 \end_inset
25071
25072 .
25073 \end_layout
25074
25075 \end_inset
25076
25077
25078 \series default
25079
25080 \begin_inset ERT
25081 status collapsed
25082
25083 \begin_layout Plain Layout
25084
25085
25086 \backslash
25087 renewcommand{
25088 \backslash
25089 thefootnote}{
25090 \backslash
25091 arabic{footnote}}
25092 \end_layout
25093
25094 \end_inset
25095
25096
25097 \end_layout
25098
25099 \begin_layout Standard
25100 \begin_inset Note Greyedout
25101 status open
25102
25103 \begin_layout Plain Layout
25104
25105 \series bold
25106 Note:
25107 \series default
25108  
25109 \series bold
25110
25111 \backslash
25112 numberwithin
25113 \series default
25114  always prints out the footnote number as arabic number; previous redefinitions
25115  to get non-arabic numbers are overwritten.
25116 \end_layout
25117
25118 \end_inset
25119
25120
25121 \end_layout
25122
25123 \begin_layout Standard
25124 So to get for example the scheme 
25125 \begin_inset Quotes eld
25126 \end_inset
25127
25128 chapter.
25129 \backslash
25130 Roman{footnote}
25131 \begin_inset Quotes erd
25132 \end_inset
25133
25134 , use this command instead of 
25135 \series bold
25136
25137 \backslash
25138 numberwithin
25139 \series default
25140 :
25141 \end_layout
25142
25143 \begin_layout Standard
25144
25145 \series bold
25146
25147 \backslash
25148 renewcommand{
25149 \backslash
25150 thefootnote}{
25151 \backslash
25152 thechapter.
25153 \backslash
25154 Roman{footnote}}
25155 \end_layout
25156
25157 \begin_layout Subsection
25158 Footnote Placement
25159 \begin_inset Index
25160 status collapsed
25161
25162 \begin_layout Plain Layout
25163 Footnotes ! Placement
25164 \end_layout
25165
25166 \end_inset
25167
25168
25169 \end_layout
25170
25171 \begin_layout Standard
25172 If you have several footnotes in one page, they appear without vertical
25173  space between them at the bottom of the page.
25174  To make them better readable you can e.
25175 \begin_inset space \thinspace{}
25176 \end_inset
25177
25178 g.
25179 \begin_inset space \space{}
25180 \end_inset
25181
25182 add 1.5
25183 \begin_inset space \thinspace{}
25184 \end_inset
25185
25186 mm space with the following preamble command:
25187 \end_layout
25188
25189 \begin_layout Standard
25190
25191 \series bold
25192
25193 \backslash
25194 let
25195 \backslash
25196 myFoot
25197 \backslash
25198 footnote
25199 \begin_inset Newline newline
25200 \end_inset
25201
25202
25203 \backslash
25204 renewcommand{
25205 \backslash
25206 footnote}[1]{
25207 \backslash
25208 myFoot{#1
25209 \backslash
25210 vspace{1.5mm}}}
25211 \end_layout
25212
25213 \begin_layout Standard
25214 \begin_inset VSpace bigskip
25215 \end_inset
25216
25217 In a two-column document the footnotes appear at the bottom of every column,
25218  see Figure
25219 \begin_inset space ~
25220 \end_inset
25221
25222
25223 \begin_inset CommandInset ref
25224 LatexCommand ref
25225 reference "fig:Standard-footnote-placement"
25226
25227 \end_inset
25228
25229 .
25230  If the footnotes should only appear at the bottom of the right column,
25231  as in Figure
25232 \begin_inset space ~
25233 \end_inset
25234
25235
25236 \begin_inset CommandInset ref
25237 LatexCommand ref
25238 reference "fig:Footnote-placement-in"
25239
25240 \end_inset
25241
25242 , use the LaTeX-package 
25243 \series bold
25244 ftnright
25245 \series default
25246
25247 \begin_inset Index
25248 status collapsed
25249
25250 \begin_layout Plain Layout
25251 LaTeX-packages ! ftnright
25252 \end_layout
25253
25254 \end_inset
25255
25256  with this command in the document preamble:
25257 \end_layout
25258
25259 \begin_layout Standard
25260
25261 \series bold
25262
25263 \backslash
25264 usepackage{ftnright}
25265 \end_layout
25266
25267 \begin_layout Standard
25268 \begin_inset Float figure
25269 placement !h
25270 wide false
25271 sideways false
25272 status open
25273
25274 \begin_layout Plain Layout
25275 \begin_inset ERT
25276 status collapsed
25277
25278 \begin_layout Plain Layout
25279
25280
25281 \backslash
25282 framebox{
25283 \end_layout
25284
25285 \end_inset
25286
25287
25288 \begin_inset Graphics
25289         filename clipart/without_fntright.pdf
25290         width 100col%
25291         scaleBeforeRotation
25292
25293 \end_inset
25294
25295
25296 \begin_inset ERT
25297 status collapsed
25298
25299 \begin_layout Plain Layout
25300
25301 }
25302 \end_layout
25303
25304 \end_inset
25305
25306
25307 \end_layout
25308
25309 \begin_layout Plain Layout
25310 \begin_inset Caption
25311
25312 \begin_layout Plain Layout
25313 \begin_inset CommandInset label
25314 LatexCommand label
25315 name "fig:Standard-footnote-placement"
25316
25317 \end_inset
25318
25319 Standard footnote placement in two-column documents.
25320 \end_layout
25321
25322 \end_inset
25323
25324
25325 \end_layout
25326
25327 \end_inset
25328
25329
25330 \end_layout
25331
25332 \begin_layout Standard
25333 \begin_inset Float figure
25334 placement !h
25335 wide false
25336 sideways false
25337 status open
25338
25339 \begin_layout Plain Layout
25340 \begin_inset ERT
25341 status collapsed
25342
25343 \begin_layout Plain Layout
25344
25345
25346 \backslash
25347 framebox{
25348 \end_layout
25349
25350 \end_inset
25351
25352
25353 \begin_inset Graphics
25354         filename clipart/with_fntright.pdf
25355         width 100col%
25356         scaleBeforeRotation
25357
25358 \end_inset
25359
25360
25361 \begin_inset ERT
25362 status collapsed
25363
25364 \begin_layout Plain Layout
25365
25366 }
25367 \end_layout
25368
25369 \end_inset
25370
25371
25372 \end_layout
25373
25374 \begin_layout Plain Layout
25375 \begin_inset Caption
25376
25377 \begin_layout Plain Layout
25378 \begin_inset CommandInset label
25379 LatexCommand label
25380 name "fig:Footnote-placement-in"
25381
25382 \end_inset
25383
25384 Footnote placement in two-column documents when the LaTeX-package 
25385 \series bold
25386 ftnright
25387 \series default
25388  is used.
25389 \end_layout
25390
25391 \end_inset
25392
25393
25394 \end_layout
25395
25396 \end_inset
25397
25398
25399 \end_layout
25400
25401 \begin_layout Standard
25402 \begin_inset VSpace bigskip
25403 \end_inset
25404
25405 In some scientific literature it is usual to collect the footnotes and print
25406  them in a separate paragraph at the the end of a section, like in Figure
25407 \begin_inset space ~
25408 \end_inset
25409
25410
25411 \begin_inset CommandInset ref
25412 LatexCommand ref
25413 reference "fig:Endnotes----footnotes"
25414
25415 \end_inset
25416
25417 .
25418  They are then so called 
25419 \begin_inset Quotes eld
25420 \end_inset
25421
25422 endnotes
25423 \begin_inset Quotes erd
25424 \end_inset
25425
25426 .
25427 \begin_inset Index
25428 status collapsed
25429
25430 \begin_layout Plain Layout
25431 Endnotes
25432 \end_layout
25433
25434 \end_inset
25435
25436  To use endnotes instead of footnotes in your document, load the LaTeX-package
25437  
25438 \series bold
25439 endnotes
25440 \series default
25441
25442 \begin_inset Index
25443 status collapsed
25444
25445 \begin_layout Plain Layout
25446 LaTeX-packages ! endnotes
25447 \end_layout
25448
25449 \end_inset
25450
25451  with the document preamble lines
25452 \end_layout
25453
25454 \begin_layout Standard
25455
25456 \series bold
25457
25458 \backslash
25459 usepackage{endnotes}
25460 \begin_inset Newline newline
25461 \end_inset
25462
25463
25464 \backslash
25465 let
25466 \backslash
25467 footnote
25468 \backslash
25469 endnote
25470 \end_layout
25471
25472 \begin_layout Standard
25473 To insert the collected footnotes, insert the command
25474 \end_layout
25475
25476 \begin_layout Standard
25477
25478 \series bold
25479
25480 \backslash
25481 theendnotes
25482 \end_layout
25483
25484 \begin_layout Standard
25485 in TeX-Code at the the end of a section or chapter.
25486 \end_layout
25487
25488 \begin_layout Standard
25489 \begin_inset Float figure
25490 wide false
25491 sideways false
25492 status open
25493
25494 \begin_layout Plain Layout
25495 \align center
25496 \begin_inset ERT
25497 status collapsed
25498
25499 \begin_layout Plain Layout
25500
25501
25502 \backslash
25503 framebox{
25504 \end_layout
25505
25506 \end_inset
25507
25508
25509 \begin_inset Graphics
25510         filename clipart/endnotes.pdf
25511         scaleBeforeRotation
25512
25513 \end_inset
25514
25515
25516 \begin_inset ERT
25517 status collapsed
25518
25519 \begin_layout Plain Layout
25520
25521 }
25522 \end_layout
25523
25524 \end_inset
25525
25526
25527 \end_layout
25528
25529 \begin_layout Plain Layout
25530 \begin_inset Caption
25531
25532 \begin_layout Plain Layout
25533 \begin_inset CommandInset label
25534 LatexCommand label
25535 name "fig:Endnotes----footnotes"
25536
25537 \end_inset
25538
25539 Endnotes – footnotes are printed in a separate paragraph at the end of sections
25540  or chapters.
25541 \end_layout
25542
25543 \end_inset
25544
25545
25546 \end_layout
25547
25548 \end_inset
25549
25550
25551 \end_layout
25552
25553 \begin_layout Standard
25554 \begin_inset VSpace medskip
25555 \end_inset
25556
25557 The paragraph heading for the endnotes isn't automatically translated into
25558  the document language, this must be done manually.
25559  The following preamble command translate the default English name 
25560 \begin_inset Quotes eld
25561 \end_inset
25562
25563 Notes
25564 \begin_inset Quotes erd
25565 \end_inset
25566
25567  to the German translation 
25568 \begin_inset Quotes eld
25569 \end_inset
25570
25571 Anmerkungen
25572 \begin_inset Quotes erd
25573 \end_inset
25574
25575 :
25576 \end_layout
25577
25578 \begin_layout Standard
25579
25580 \series bold
25581
25582 \backslash
25583 renewcommand{
25584 \backslash
25585 notesname}{Anmerkungen}
25586 \end_layout
25587
25588 \begin_layout Standard
25589 \begin_inset VSpace medskip
25590 \end_inset
25591
25592 The numbering of endnotes can be changed like the footnote numbering as
25593  described in section
25594 \begin_inset space ~
25595 \end_inset
25596
25597
25598 \begin_inset CommandInset ref
25599 LatexCommand ref
25600 reference "sub:Footnote-Numbering"
25601
25602 \end_inset
25603
25604 ; just replace the command 
25605 \series bold
25606
25607 \backslash
25608 thefootnote
25609 \series default
25610  by 
25611 \series bold
25612
25613 \backslash
25614 theendnote
25615 \series default
25616 .
25617  To reset the endnote number use the command 
25618 \series bold
25619
25620 \backslash
25621 @addtoreset
25622 \series default
25623  as described in section
25624 \begin_inset space ~
25625 \end_inset
25626
25627
25628 \begin_inset CommandInset ref
25629 LatexCommand ref
25630 reference "sub:Footnote-Numbering"
25631
25632 \end_inset
25633
25634  and replace the command parameter 
25635 \series bold
25636 footnote
25637 \series default
25638  by 
25639 \series bold
25640 endnote
25641 \series default
25642 .
25643 \end_layout
25644
25645 \begin_layout Standard
25646 To create only a mark for an endnote, use the command 
25647 \series bold
25648
25649 \backslash
25650 endnotemark[number]
25651 \series default
25652  similar to the command 
25653 \series bold
25654
25655 \backslash
25656 footnotemark
25657 \series default
25658 , described in section
25659 \begin_inset space ~
25660 \end_inset
25661
25662
25663 \begin_inset CommandInset ref
25664 LatexCommand ref
25665 reference "sec:Footnotes"
25666
25667 \end_inset
25668
25669 .
25670 \end_layout
25671
25672 \begin_layout Standard
25673 \begin_inset VSpace bigskip
25674 \end_inset
25675
25676 Footnotes can also be placed in the page margin and the footnote text alignment
25677  can be changed, see the LaTeX-package 
25678 \series bold
25679 footmisc
25680 \series default
25681
25682 \begin_inset Index
25683 status collapsed
25684
25685 \begin_layout Plain Layout
25686 LaTeX-packages ! footmisc
25687 \end_layout
25688
25689 \end_inset
25690
25691
25692 \begin_inset CommandInset citation
25693 LatexCommand cite
25694 key "footmisc"
25695
25696 \end_inset
25697
25698  for more information about this.
25699 \end_layout
25700
25701 \begin_layout Standard
25702 For various further footnote formatting issues have a look at LaTeX-books,
25703  
25704 \begin_inset CommandInset citation
25705 LatexCommand cite
25706 key "latexcompanion,latexguide,latexbook"
25707
25708 \end_inset
25709
25710 .
25711 \end_layout
25712
25713 \begin_layout Section
25714 Margin Notes
25715 \begin_inset Index
25716 status collapsed
25717
25718 \begin_layout Plain Layout
25719 Notes ! Margin Notes
25720 \end_layout
25721
25722 \end_inset
25723
25724
25725 \end_layout
25726
25727 \begin_layout Standard
25728 Margin notes look and behave in LyX like footnotes.
25729  They are inserted via the menu 
25730 \family sans
25731 Insert\SpecialChar \menuseparator
25732 Marginal
25733 \begin_inset space ~
25734 \end_inset
25735
25736 Note
25737 \family default
25738  or the toolbar button 
25739 \begin_inset Graphics
25740         filename ../images/marginalnote-insert.png
25741         scale 85
25742         scaleBeforeRotation
25743
25744 \end_inset
25745
25746 .
25747  A grey 
25748 \family roman
25749 \series medium
25750 box with the
25751 \family default
25752 \series default
25753  red 
25754 \family roman
25755 \series medium
25756 label 
25757 \begin_inset Quotes eld
25758 \end_inset
25759
25760 margin
25761 \begin_inset Quotes erd
25762 \end_inset
25763
25764  appears where you can enter the text of the margin note.
25765 \end_layout
25766
25767 \begin_layout Standard
25768 At the side is an example margin note.
25769
25770 \family roman
25771 \series medium
25772  
25773 \begin_inset Marginal
25774 status open
25775
25776 \begin_layout Plain Layout
25777 This is a margin note.
25778 \end_layout
25779
25780 \end_inset
25781
25782
25783 \end_layout
25784
25785 \begin_layout Standard
25786 Margin notes appear at the right side in single-sided documents.
25787  In double-sided documents they appear in the outer margin – left on even
25788  pages, right on odd pages.
25789  The text of margin notes is aligned opposite to the outer margin – right-aligne
25790 d when the note appears in the left margin.
25791  The first line of the margin note is placed at the position of the text
25792  line where it is inserted in the document.
25793 \end_layout
25794
25795 \begin_layout Standard
25796 \begin_inset VSpace bigskip
25797 \end_inset
25798
25799 To place the margin note in the inner margin, add the command
25800 \end_layout
25801
25802 \begin_layout Standard
25803
25804 \series bold
25805
25806 \backslash
25807 reversemarginpar
25808 \end_layout
25809
25810 \begin_layout Standard
25811 in TeX-Code before a margin note.
25812  The new placement is valid for all following margin notes.
25813  
25814 \begin_inset ERT
25815 status collapsed
25816
25817 \begin_layout Plain Layout
25818
25819
25820 \backslash
25821 reversemarginpar 
25822 \end_layout
25823
25824 \end_inset
25825
25826
25827 \begin_inset Marginal
25828 status open
25829
25830 \begin_layout Plain Layout
25831 This is a margin note in the inner margin.
25832 \end_layout
25833
25834 \end_inset
25835
25836
25837 \series bold
25838
25839 \begin_inset Newline newline
25840 \end_inset
25841
25842
25843 \series default
25844
25845 \begin_inset Note Greyedout
25846 status open
25847
25848 \begin_layout Plain Layout
25849
25850 \series bold
25851 Note:
25852 \series default
25853  There is often not enough space in the inner margin so that the notes are
25854  not correctly displayed in the output.
25855 \end_layout
25856
25857 \end_inset
25858
25859
25860 \end_layout
25861
25862 \begin_layout Standard
25863 To return to the default placement insert the command
25864 \end_layout
25865
25866 \begin_layout Standard
25867
25868 \series bold
25869
25870 \backslash
25871 normalmarginpar
25872 \end_layout
25873
25874 \begin_layout Standard
25875 in TeX-Code.
25876 \begin_inset ERT
25877 status collapsed
25878
25879 \begin_layout Plain Layout
25880
25881
25882 \backslash
25883 normalmarginpar 
25884 \end_layout
25885
25886 \end_inset
25887
25888  
25889 \begin_inset Note Greyedout
25890 status open
25891
25892 \begin_layout Plain Layout
25893
25894 \series bold
25895 Note:
25896 \series default
25897  The command is ignored when it is within a paragraph where also the command
25898  
25899 \series bold
25900
25901 \backslash
25902 reversemarginpar
25903 \series default
25904  is inserted.
25905 \end_layout
25906
25907 \end_inset
25908
25909
25910 \end_layout
25911
25912 \begin_layout Standard
25913 \begin_inset VSpace bigskip
25914 \end_inset
25915
25916
25917 \family roman
25918 \series medium
25919
25920 \begin_inset Marginal
25921 status open
25922
25923 \begin_layout Plain Layout
25924 AVeryLongMarginParWord that isn't hyphenated.
25925 \end_layout
25926
25927 \end_inset
25928
25929
25930 \family default
25931 \series default
25932  Similar to the case described in section
25933 \begin_inset space ~
25934 \end_inset
25935
25936
25937 \begin_inset CommandInset ref
25938 LatexCommand ref
25939 reference "sub:Multiple-Lines-in"
25940
25941 \end_inset
25942
25943 , long words cannot be hyphenated when they are the first word in a margin
25944  note.
25945  To avoid this, insert 0
25946 \begin_inset space \thinspace{}
25947 \end_inset
25948
25949 pt horizontal space before the word
25950 \family roman
25951 \series medium
25952 .
25953  
25954 \begin_inset Marginal
25955 status open
25956
25957 \begin_layout Plain Layout
25958 \begin_inset space \hspace*{}
25959 \length 0pt
25960 \end_inset
25961
25962 AVeryLongMarginParWord that is hyphenated.
25963 \end_layout
25964
25965 \end_inset
25966
25967
25968 \end_layout
25969
25970 \begin_layout Standard
25971 \begin_inset VSpace bigskip
25972 \end_inset
25973
25974
25975 \end_layout
25976
25977 \begin_layout Standard
25978 \begin_inset Note Greyedout
25979 status open
25980
25981 \begin_layout Plain Layout
25982
25983 \series bold
25984 Note:
25985 \series default
25986  Margin notes can normally not be used inside tables, floats, and footnotes.
25987 \end_layout
25988
25989 \end_inset
25990
25991
25992 \end_layout
25993
25994 \begin_layout Standard
25995 \begin_inset VSpace bigskip
25996 \end_inset
25997
25998
25999 \end_layout
26000
26001 \begin_layout Standard
26002 \begin_inset ERT
26003 status collapsed
26004
26005 \begin_layout Plain Layout
26006
26007
26008 \backslash
26009 ifmarginnote
26010 \end_layout
26011
26012 \end_inset
26013
26014
26015 \begin_inset Note Note
26016 status open
26017
26018 \begin_layout Plain Layout
26019 The following section will only be displayed when the LaTeX-package 
26020 \series bold
26021 marginnote
26022 \series default
26023  is installed.
26024 \end_layout
26025
26026 \end_inset
26027
26028
26029 \end_layout
26030
26031 \begin_layout Standard
26032 This restriction can be evaded by using the LaTeX-package 
26033 \series bold
26034 marginnote
26035 \series default
26036
26037 \begin_inset Index
26038 status collapsed
26039
26040 \begin_layout Plain Layout
26041 LaTeX-packages ! marginnote
26042 \end_layout
26043
26044 \end_inset
26045
26046 .
26047  By adding these two lines to your document preamble, the command used by
26048  LyX for margin notes is redefined to use the command provided by the 
26049 \series bold
26050 marginnote
26051 \series default
26052 -package:
26053 \end_layout
26054
26055 \begin_layout Standard
26056
26057 \series bold
26058
26059 \backslash
26060 usepackage{marginnote}
26061 \begin_inset Newline newline
26062 \end_inset
26063
26064
26065 \backslash
26066 let
26067 \backslash
26068 marginpar
26069 \backslash
26070 marginnote
26071 \end_layout
26072
26073 \begin_layout Standard
26074 This is also used in this document because 
26075 \series bold
26076 marginnote
26077 \series default
26078  has another useful feature: You can set a vertical offset for the note.
26079  This is often needed when too many margin notes are too close together
26080  or for a better page layout.
26081  The offset is set in LyX as TeX-Code directly behind the margin note in
26082  the scheme
26083 \end_layout
26084
26085 \begin_layout Standard
26086
26087 \series bold
26088 [offset]
26089 \end_layout
26090
26091 \begin_layout Standard
26092 where the offset is a length with one of the units listed in Table
26093 \begin_inset space ~
26094 \end_inset
26095
26096
26097 \begin_inset CommandInset ref
26098 LatexCommand ref
26099 reference "tab:Units"
26100
26101 \end_inset
26102
26103 .
26104  A negative value shifts the note up, a positive value shifts it down.
26105  
26106 \family roman
26107 \series medium
26108 For example the margin note beside this text line is shifted up 1.5
26109 \begin_inset space \thinspace{}
26110 \end_inset
26111
26112 cm with the TeX-Code-command 
26113 \begin_inset Quotes eld
26114 \end_inset
26115
26116
26117 \family default
26118 \series bold
26119 [-1.5cm]
26120 \family roman
26121 \series medium
26122
26123 \begin_inset Quotes erd
26124 \end_inset
26125
26126
26127 \begin_inset Marginal
26128 status open
26129
26130 \begin_layout Plain Layout
26131 This margin note is shifted up 1.5
26132 \begin_inset space \thinspace{}
26133 \end_inset
26134
26135 cm from its original position.
26136 \end_layout
26137
26138 \end_inset
26139
26140
26141 \family default
26142 \series default
26143
26144 \begin_inset ERT
26145 status collapsed
26146
26147 \begin_layout Plain Layout
26148
26149 [-1.5cm]
26150 \end_layout
26151
26152 \end_inset
26153
26154
26155 \end_layout
26156
26157 \begin_layout Standard
26158 \begin_inset VSpace medskip
26159 \end_inset
26160
26161 With 
26162 \series bold
26163 marginnote
26164 \series default
26165  you can also change the alignment of the text in the margin note.
26166  For example the commands
26167 \end_layout
26168
26169 \begin_layout Standard
26170
26171 \series bold
26172
26173 \backslash
26174 renewcommand*{
26175 \backslash
26176 raggedleftmarginnote}{
26177 \backslash
26178 centering}
26179 \begin_inset Newline newline
26180 \end_inset
26181
26182
26183 \backslash
26184 renewcommand*{
26185 \backslash
26186 raggedrightmarginnote}{
26187 \backslash
26188 centering}
26189 \end_layout
26190
26191 \begin_layout Standard
26192 set the alignment to centered.
26193  
26194 \series bold
26195
26196 \backslash
26197 raggedleftmarginnote
26198 \series default
26199  denotes margin notes that appear at the left side.
26200 \family roman
26201 \series medium
26202
26203 \begin_inset ERT
26204 status collapsed
26205
26206 \begin_layout Plain Layout
26207
26208
26209 \backslash
26210 renewcommand*{
26211 \backslash
26212 raggedleftmarginnote}{
26213 \backslash
26214 centering}
26215 \end_layout
26216
26217 \begin_layout Plain Layout
26218
26219
26220 \backslash
26221 renewcommand*{
26222 \backslash
26223 raggedrightmarginnote}{
26224 \backslash
26225 centering}
26226 \end_layout
26227
26228 \end_inset
26229
26230
26231 \begin_inset Marginal
26232 status open
26233
26234 \begin_layout Plain Layout
26235 The text of this margin note is centered.
26236 \end_layout
26237
26238 \end_inset
26239
26240
26241 \family default
26242 \series default
26243  The default is
26244 \end_layout
26245
26246 \begin_layout Standard
26247
26248 \series bold
26249
26250 \backslash
26251 renewcommand*{
26252 \backslash
26253 raggedleftmarginnote}{
26254 \backslash
26255 raggedleft}
26256 \begin_inset Newline newline
26257 \end_inset
26258
26259
26260 \backslash
26261 renewcommand*{
26262 \backslash
26263 raggedrightmarginnote}{
26264 \backslash
26265 raggedright}
26266 \family roman
26267 \series medium
26268
26269 \begin_inset ERT
26270 status collapsed
26271
26272 \begin_layout Plain Layout
26273
26274
26275 \backslash
26276 renewcommand*{
26277 \backslash
26278 raggedleftmarginnote}{
26279 \backslash
26280 raggedleft}
26281 \end_layout
26282
26283 \begin_layout Plain Layout
26284
26285
26286 \backslash
26287 renewcommand*{
26288 \backslash
26289 raggedrightmarginnote}{
26290 \backslash
26291 raggedright}
26292 \end_layout
26293
26294 \end_inset
26295
26296
26297 \end_layout
26298
26299 \begin_layout Standard
26300 \begin_inset VSpace medskip
26301 \end_inset
26302
26303 For the other features of 
26304 \series bold
26305 marginnote
26306 \series default
26307  we refer to its documentation 
26308 \begin_inset CommandInset citation
26309 LatexCommand cite
26310 key "marginnote"
26311
26312 \end_inset
26313
26314 .
26315 \end_layout
26316
26317 \begin_layout Standard
26318 \begin_inset VSpace bigskip
26319 \end_inset
26320
26321 You can adjust the layout of margin notes by changing its definition.
26322  To create for example a header for all margin notes with the underlined,
26323  sans-serif, and bold header text 
26324 \begin_inset Quotes eld
26325 \end_inset
26326
26327
26328 \family sans
26329 \series bold
26330 \bar under
26331 Attention!
26332 \family default
26333 \series default
26334 \bar default
26335
26336 \begin_inset Quotes erd
26337 \end_inset
26338
26339 , add this to your document preamble:
26340 \end_layout
26341
26342 \begin_layout Standard
26343
26344 \series bold
26345
26346 \backslash
26347 let
26348 \backslash
26349 myMarginpar
26350 \backslash
26351 marginpar
26352 \begin_inset Newline newline
26353 \end_inset
26354
26355
26356 \backslash
26357 renewcommand{
26358 \backslash
26359 marginpar}[1]{
26360 \backslash
26361 myMarginpar{%
26362 \begin_inset Newline newline
26363 \end_inset
26364
26365
26366 \begin_inset ERT
26367 status collapsed
26368
26369 \begin_layout Plain Layout
26370
26371
26372 \backslash
26373 hphantom{ }
26374 \end_layout
26375
26376 \end_inset
26377
26378
26379 \backslash
26380 hspace{0pt}
26381 \backslash
26382 textsf{
26383 \backslash
26384 textbf{
26385 \backslash
26386 underbar{Attention!}}}%
26387 \begin_inset Newline newline
26388 \end_inset
26389
26390
26391 \begin_inset ERT
26392 status collapsed
26393
26394 \begin_layout Plain Layout
26395
26396
26397 \backslash
26398 hphantom{ }
26399 \end_layout
26400
26401 \end_inset
26402
26403
26404 \backslash
26405 vspace{1.5mm}
26406 \backslash
26407
26408 \backslash
26409 #1}}
26410 \end_layout
26411
26412 \begin_layout Standard
26413
26414 \family roman
26415 \series medium
26416 \begin_inset ERT
26417 status collapsed
26418
26419 \begin_layout Plain Layout
26420
26421
26422 \backslash
26423 let
26424 \backslash
26425 myMarginpar
26426 \backslash
26427 marginpar
26428 \end_layout
26429
26430 \begin_layout Plain Layout
26431
26432
26433 \backslash
26434 renewcommand{
26435 \backslash
26436 marginpar}[1]{
26437 \backslash
26438 myMarginpar{%
26439 \end_layout
26440
26441 \begin_layout Plain Layout
26442
26443    
26444 \backslash
26445 textsf{
26446 \backslash
26447 textbf{
26448 \backslash
26449 underbar{Attention!}}}%
26450 \end_layout
26451
26452 \begin_layout Plain Layout
26453
26454    
26455 \backslash
26456 vspace{1.5mm}
26457 \backslash
26458
26459 \backslash
26460 #1}}
26461 \end_layout
26462
26463 \end_inset
26464
26465
26466 \begin_inset Marginal
26467 status open
26468
26469 \begin_layout Plain Layout
26470 This is a margin note with a defined heading.
26471 \end_layout
26472
26473 \end_inset
26474
26475
26476 \family default
26477 \series default
26478
26479 \begin_inset ERT
26480 status collapsed
26481
26482 \begin_layout Plain Layout
26483
26484 [-1.5cm]
26485 \end_layout
26486
26487 \end_inset
26488
26489
26490 \family roman
26491 \series medium
26492
26493 \begin_inset ERT
26494 status collapsed
26495
26496 \begin_layout Plain Layout
26497
26498
26499 \backslash
26500 renewcommand{
26501 \backslash
26502 marginpar}[1]{
26503 \backslash
26504 myMarginpar{#1}}
26505 \end_layout
26506
26507 \end_inset
26508
26509
26510 \family default
26511 \series default
26512
26513 \begin_inset Note Note
26514 status collapsed
26515
26516 \begin_layout Plain Layout
26517 The margin note format is changed only for this example.
26518 \end_layout
26519
26520 \end_inset
26521
26522
26523 \end_layout
26524
26525 \begin_layout Standard
26526 \begin_inset ERT
26527 status collapsed
26528
26529 \begin_layout Plain Layout
26530
26531
26532 \backslash
26533 else
26534 \end_layout
26535
26536 \end_inset
26537
26538
26539 \begin_inset Note Note
26540 status open
26541
26542 \begin_layout Plain Layout
26543 The following will be displayed when the LaTeX-package 
26544 \series bold
26545 marginnote
26546 \series default
26547  is not installed:
26548 \end_layout
26549
26550 \end_inset
26551
26552
26553 \end_layout
26554
26555 \begin_layout Standard
26556 You need to install the LaTeX-package 
26557 \series bold
26558 marginnote
26559 \series default
26560  to see the following part of this section in the output.
26561 \end_layout
26562
26563 \begin_layout Standard
26564 \begin_inset ERT
26565 status collapsed
26566
26567 \begin_layout Plain Layout
26568
26569
26570 \backslash
26571 fi
26572 \end_layout
26573
26574 \end_inset
26575
26576
26577 \end_layout
26578
26579 \begin_layout Chapter
26580 Boxes
26581 \end_layout
26582
26583 \begin_layout Section
26584 Introduction
26585 \begin_inset Index
26586 status collapsed
26587
26588 \begin_layout Plain Layout
26589 Boxes ! Introduction
26590 \end_layout
26591
26592 \end_inset
26593
26594
26595 \end_layout
26596
26597 \begin_layout Standard
26598 Boxes are used to format a block of text.
26599  Boxes can be used to write documents with multiple languages, see section
26600 \begin_inset space ~
26601 \end_inset
26602
26603
26604 \begin_inset CommandInset ref
26605 LatexCommand ref
26606 reference "sec:Minipages"
26607
26608 \end_inset
26609
26610 , to frame texts, see section
26611 \begin_inset space ~
26612 \end_inset
26613
26614
26615 \begin_inset CommandInset ref
26616 LatexCommand ref
26617 reference "sec:Decoration"
26618
26619 \end_inset
26620
26621 , to prevent words to be hyphenated, see section
26622 \begin_inset space ~
26623 \end_inset
26624
26625
26626 \begin_inset CommandInset ref
26627 LatexCommand ref
26628 reference "sec:Prevent-Hyphenation"
26629
26630 \end_inset
26631
26632 , to align text, see section
26633 \begin_inset space ~
26634 \end_inset
26635
26636
26637 \begin_inset CommandInset ref
26638 LatexCommand ref
26639 reference "sub:Vertical-Alignment"
26640
26641 \end_inset
26642
26643 , or to set the background color of texts, see section
26644 \begin_inset space ~
26645 \end_inset
26646
26647
26648 \begin_inset CommandInset ref
26649 LatexCommand ref
26650 reference "sec:Colored-Boxes"
26651
26652 \end_inset
26653
26654 .
26655 \end_layout
26656
26657 \begin_layout Standard
26658 Boxes can be inserted with the menu 
26659 \family sans
26660 Insert\SpecialChar \menuseparator
26661 Box
26662 \family default
26663  or the toolbar button 
26664 \begin_inset Graphics
26665         filename ../images/box-insert.png
26666         scale 85
26667         scaleBeforeRotation
26668
26669 \end_inset
26670
26671 .
26672  A grey box with the label 
26673 \family sans
26674 Box (Minipage)
26675 \family default
26676
26677 \begin_inset Graphics
26678         filename clipart/BoxInsetDefaultQt4.png
26679         scale 85
26680         scaleBeforeRotation
26681
26682 \end_inset
26683
26684  will be inserted.
26685  The box type can be specified by right-clicking on the box.
26686  The appearing box dialog offers the 
26687 \family sans
26688 Inner
26689 \begin_inset space ~
26690 \end_inset
26691
26692 Box
26693 \family default
26694  types 
26695 \family sans
26696 Parbox
26697 \family default
26698  and 
26699 \family sans
26700 Minipage
26701 \family default
26702 .
26703  The type 
26704 \family sans
26705 Minipage
26706 \family default
26707  is the default for new boxes and is explained in section
26708 \begin_inset space ~
26709 \end_inset
26710
26711
26712 \begin_inset CommandInset ref
26713 LatexCommand ref
26714 reference "sec:Minipages"
26715
26716 \end_inset
26717
26718 ; the type 
26719 \family sans
26720 Parbox
26721 \family default
26722  is described in section
26723 \begin_inset space ~
26724 \end_inset
26725
26726
26727 \begin_inset CommandInset ref
26728 LatexCommand ref
26729 reference "sec:Parboxes"
26730
26731 \end_inset
26732
26733 .
26734 \end_layout
26735
26736 \begin_layout Standard
26737 Boxes aren't numbered and can therefore not be referenced like floats or
26738  footnotes.
26739 \end_layout
26740
26741 \begin_layout Standard
26742 \begin_inset Note Greyedout
26743 status open
26744
26745 \begin_layout Plain Layout
26746
26747 \series bold
26748 Note:
26749 \series default
26750  Boxes must not be the item in an 
26751 \family sans
26752 Itemize
26753 \family default
26754  or 
26755 \family sans
26756 Description
26757 \family default
26758  environment.
26759 \end_layout
26760
26761 \end_inset
26762
26763
26764 \end_layout
26765
26766 \begin_layout Standard
26767 \begin_inset Note Greyedout
26768 status open
26769
26770 \begin_layout Plain Layout
26771
26772 \series bold
26773 Note:
26774 \series default
26775  For an unknown reason you can only set the 
26776 \family sans
26777 Inner
26778 \begin_inset space ~
26779 \end_inset
26780
26781 Box
26782 \family default
26783  type to 
26784 \family sans
26785 None
26786 \family default
26787  when you use a framed box.
26788  Boxes without an 
26789 \family sans
26790 Inner
26791 \begin_inset space ~
26792 \end_inset
26793
26794 Box
26795 \family default
26796  type and without frames are explained in section
26797 \begin_inset space ~
26798 \end_inset
26799
26800
26801 \begin_inset CommandInset ref
26802 LatexCommand ref
26803 reference "sec:Prevent-Hyphenation"
26804
26805 \end_inset
26806
26807 .
26808 \end_layout
26809
26810 \end_inset
26811
26812
26813 \end_layout
26814
26815 \begin_layout Section
26816 Box Dialog
26817 \begin_inset CommandInset label
26818 LatexCommand label
26819 name "sec:Box-Dialog"
26820
26821 \end_inset
26822
26823
26824 \begin_inset Index
26825 status collapsed
26826
26827 \begin_layout Plain Layout
26828 Boxes ! Box Dialog
26829 \end_layout
26830
26831 \end_inset
26832
26833
26834 \end_layout
26835
26836 \begin_layout Subsection
26837 Size
26838 \begin_inset Index
26839 status collapsed
26840
26841 \begin_layout Plain Layout
26842 Boxes ! Size
26843 \end_layout
26844
26845 \end_inset
26846
26847
26848 \end_layout
26849
26850 \begin_layout Standard
26851 In the box dialog you can adjust the box geometry in the fields 
26852 \family sans
26853 Width
26854 \family default
26855  and 
26856 \family sans
26857 Height
26858 \family default
26859 .
26860  The available units for the geometry are explained in Table
26861 \begin_inset space ~
26862 \end_inset
26863
26864
26865 \begin_inset CommandInset ref
26866 LatexCommand ref
26867 reference "tab:Units"
26868
26869 \end_inset
26870
26871 .
26872  The field 
26873 \family sans
26874 Heigth
26875 \family default
26876  offers the following additional sizes:
26877 \end_layout
26878
26879 \begin_layout Description
26880 Depth This is the plain text 
26881 \begin_inset Quotes eld
26882 \end_inset
26883
26884 height
26885 \begin_inset Quotes erd
26886 \end_inset
26887
26888 .
26889  It ignores the total depth when there are multiple text lines in the box:
26890 \begin_inset Newline newline
26891 \end_inset
26892
26893
26894 \begin_inset Newline newline
26895 \end_inset
26896
26897
26898 \begin_inset Newline newline
26899 \end_inset
26900
26901
26902 \begin_inset Box Boxed
26903 position "c"
26904 hor_pos "c"
26905 has_inner_box 1
26906 inner_pos "c"
26907 use_parbox 0
26908 width "12col%"
26909 special "none"
26910 height "1in"
26911 height_special "depth"
26912 status collapsed
26913
26914 \begin_layout Plain Layout
26915 \align center
26916 Box height set to 1
26917 \begin_inset space \thinspace{}
26918 \end_inset
26919
26920 Depth
26921 \end_layout
26922
26923 \end_inset
26924
26925
26926 \begin_inset Newline newline
26927 \end_inset
26928
26929
26930 \begin_inset Newline newline
26931 \end_inset
26932
26933
26934 \end_layout
26935
26936 \begin_layout Description
26937 Height This is the heigth of the text that is inside the box.
26938  A value of e.
26939 \begin_inset space \thinspace{}
26940 \end_inset
26941
26942 g.
26943 \begin_inset space \space{}
26944 \end_inset
26945
26946 2 for this size will set the box heigth to 2 times the text height: 
26947 \begin_inset Box Boxed
26948 position "c"
26949 hor_pos "c"
26950 has_inner_box 1
26951 inner_pos "c"
26952 use_parbox 0
26953 width "20col%"
26954 special "none"
26955 height "2in"
26956 height_special "height"
26957 status collapsed
26958
26959 \begin_layout Plain Layout
26960 \align center
26961 Box height set to 2
26962 \begin_inset space \thinspace{}
26963 \end_inset
26964
26965 Height
26966 \end_layout
26967
26968 \end_inset
26969
26970
26971 \end_layout
26972
26973 \begin_layout Description
26974 Total
26975 \begin_inset space ~
26976 \end_inset
26977
26978 Height This is the Height
26979 \begin_inset space \thinspace{}
26980 \end_inset
26981
26982 +
26983 \begin_inset space \thinspace{}
26984 \end_inset
26985
26986 Depth: 
26987 \begin_inset Box Boxed
26988 position "c"
26989 hor_pos "c"
26990 has_inner_box 1
26991 inner_pos "c"
26992 use_parbox 0
26993 width "20col%"
26994 special "none"
26995 height "1in"
26996 height_special "totalheight"
26997 status collapsed
26998
26999 \begin_layout Plain Layout
27000 \align center
27001 Box height set to 1
27002 \begin_inset space \thinspace{}
27003 \end_inset
27004
27005 Total
27006 \begin_inset space ~
27007 \end_inset
27008
27009 Height
27010 \end_layout
27011
27012 \end_inset
27013
27014
27015 \end_layout
27016
27017 \begin_layout Description
27018 Width This sets the width of the box as heigth: 
27019 \begin_inset Box Boxed
27020 position "c"
27021 hor_pos "c"
27022 has_inner_box 1
27023 inner_pos "c"
27024 use_parbox 0
27025 width "12col%"
27026 special "none"
27027 height "1in"
27028 height_special "width"
27029 status collapsed
27030
27031 \begin_layout Plain Layout
27032 \align center
27033 Box height set to 1
27034 \begin_inset space \thinspace{}
27035 \end_inset
27036
27037 Width
27038 \end_layout
27039
27040 \end_inset
27041
27042
27043 \end_layout
27044
27045 \begin_layout Subsection
27046 Alignment
27047 \begin_inset Index
27048 status collapsed
27049
27050 \begin_layout Plain Layout
27051 Boxes ! Alignment
27052 \end_layout
27053
27054 \end_inset
27055
27056
27057 \end_layout
27058
27059 \begin_layout Standard
27060 When you have chosen an 
27061 \family sans
27062 Inner
27063 \begin_inset space ~
27064 \end_inset
27065
27066 Box
27067 \family default
27068 , the vertical box alignment can be:
27069 \end_layout
27070
27071 \begin_layout Description
27072 Top This is an example text line.
27073  
27074 \begin_inset Box Boxed
27075 position "t"
27076 hor_pos "c"
27077 has_inner_box 1
27078 inner_pos "c"
27079 use_parbox 0
27080 width "12col%"
27081 special "none"
27082 height "1in"
27083 height_special "totalheight"
27084 status collapsed
27085
27086 \begin_layout Plain Layout
27087 \align center
27088 This box is top-aligned.
27089 \end_layout
27090
27091 \end_inset
27092
27093  This is an example text line.
27094 \end_layout
27095
27096 \begin_layout Description
27097 Middle This is an example text line.
27098  
27099 \begin_inset Box Boxed
27100 position "c"
27101 hor_pos "c"
27102 has_inner_box 1
27103 inner_pos "c"
27104 use_parbox 0
27105 width "12col%"
27106 special "none"
27107 height "1in"
27108 height_special "totalheight"
27109 status collapsed
27110
27111 \begin_layout Plain Layout
27112 \align center
27113 This box is middle-aligned.
27114 \end_layout
27115
27116 \end_inset
27117
27118  This is an example text line.
27119 \end_layout
27120
27121 \begin_layout Description
27122 Bottom This is an example text line.
27123  
27124 \begin_inset Box Boxed
27125 position "b"
27126 hor_pos "c"
27127 has_inner_box 1
27128 inner_pos "c"
27129 use_parbox 0
27130 width "12col%"
27131 special "none"
27132 height "1in"
27133 height_special "totalheight"
27134 status collapsed
27135
27136 \begin_layout Plain Layout
27137 \align center
27138 This box is bottom-aligned.
27139 \end_layout
27140
27141 \end_inset
27142
27143  This is an example text line.
27144 \end_layout
27145
27146 \begin_layout Standard
27147 \begin_inset Note Greyedout
27148 status open
27149
27150 \begin_layout Plain Layout
27151
27152 \series bold
27153 Note:
27154 \series default
27155  The vertical box aligment can be lost in the output when you have two boxes
27156  in a line and one has e.
27157 \begin_inset space \thinspace{}
27158 \end_inset
27159
27160 g.
27161 \begin_inset space \space{}
27162 \end_inset
27163
27164 a shadow and the other one not.
27165 \end_layout
27166
27167 \end_inset
27168
27169
27170 \end_layout
27171
27172 \begin_layout Standard
27173 The horizontal box alignment can be set via LyX's paragraph dialog when
27174  you set the box into its own paragraph.
27175 \end_layout
27176
27177 \begin_layout Standard
27178 \begin_inset VSpace bigskip
27179 \end_inset
27180
27181 When you have chosen an 
27182 \family sans
27183 Inner
27184 \begin_inset space ~
27185 \end_inset
27186
27187 Box
27188 \family default
27189 , the box content can be vertical aligned to:
27190 \end_layout
27191
27192 \begin_layout Description
27193 top This is an example text line.
27194  
27195 \begin_inset Box Boxed
27196 position "c"
27197 hor_pos "c"
27198 has_inner_box 1
27199 inner_pos "t"
27200 use_parbox 0
27201 width "12col%"
27202 special "none"
27203 height "1.5in"
27204 height_special "totalheight"
27205 status collapsed
27206
27207 \begin_layout Plain Layout
27208 \align center
27209 This box text is top-aligned.
27210 \end_layout
27211
27212 \end_inset
27213
27214  This is an example text line.
27215 \end_layout
27216
27217 \begin_layout Description
27218 middle This is an example text line.
27219  
27220 \begin_inset Box Boxed
27221 position "c"
27222 hor_pos "c"
27223 has_inner_box 1
27224 inner_pos "c"
27225 use_parbox 0
27226 width "12col%"
27227 special "none"
27228 height "1.5in"
27229 height_special "totalheight"
27230 status collapsed
27231
27232 \begin_layout Plain Layout
27233 \align center
27234 This box text is middle-aligned.
27235 \end_layout
27236
27237 \end_inset
27238
27239  This is an example text line.
27240 \end_layout
27241
27242 \begin_layout Description
27243 bottom This is an example text line.
27244  
27245 \begin_inset Box Boxed
27246 position "c"
27247 hor_pos "c"
27248 has_inner_box 1
27249 inner_pos "b"
27250 use_parbox 0
27251 width "12col%"
27252 special "none"
27253 height "1.5in"
27254 height_special "totalheight"
27255 status collapsed
27256
27257 \begin_layout Plain Layout
27258 \align center
27259 This box text is bottom-aligned.
27260 \end_layout
27261
27262 \end_inset
27263
27264  This is an example text line.
27265 \end_layout
27266
27267 \begin_layout Description
27268 stretch This is an example text line.
27269  
27270 \begin_inset Box Boxed
27271 position "c"
27272 hor_pos "c"
27273 has_inner_box 1
27274 inner_pos "s"
27275 use_parbox 0
27276 width "12col%"
27277 special "none"
27278 height "1.5in"
27279 height_special "totalheight"
27280 status collapsed
27281
27282 \begin_layout Plain Layout
27283 \align center
27284 This box
27285 \end_layout
27286
27287 \begin_layout Plain Layout
27288 \align center
27289 text is
27290 \end_layout
27291
27292 \begin_layout Plain Layout
27293 \align center
27294 stretched.
27295 \end_layout
27296
27297 \end_inset
27298
27299  This is an example text line.
27300 \end_layout
27301
27302 \begin_layout Standard
27303 To stretch the box content, it must consist of more than one paragraph.
27304  In the example above every text line is in an own paragraph.
27305 \end_layout
27306
27307 \begin_layout Standard
27308 \begin_inset VSpace bigskip
27309 \end_inset
27310
27311 To align the box content horizontally you can use LyX's paragraph dialog
27312  when you have chosen an 
27313 \family sans
27314 Inner
27315 \begin_inset space ~
27316 \end_inset
27317
27318 Box
27319 \family default
27320 .
27321 \end_layout
27322
27323 \begin_layout Standard
27324 \align center
27325 \begin_inset Box Boxed
27326 position "c"
27327 hor_pos "c"
27328 has_inner_box 1
27329 inner_pos "s"
27330 use_parbox 0
27331 width "15col%"
27332 special "none"
27333 height "1.25in"
27334 height_special "totalheight"
27335 status collapsed
27336
27337 \begin_layout Plain Layout
27338 \align left
27339 This box
27340 \end_layout
27341
27342 \begin_layout Plain Layout
27343 \align center
27344 text is
27345 \end_layout
27346
27347 \begin_layout Plain Layout
27348 \align right
27349 stretched.
27350 \end_layout
27351
27352 \end_inset
27353
27354
27355 \end_layout
27356
27357 \begin_layout Standard
27358 If you haven't set an 
27359 \family sans
27360 Inner
27361 \begin_inset space ~
27362 \end_inset
27363
27364 Box
27365 \family default
27366 , you can align the box content horizontally in the box dialog.
27367 \end_layout
27368
27369 \begin_layout Standard
27370 \align center
27371 \begin_inset Box Boxed
27372 position "c"
27373 hor_pos "s"
27374 has_inner_box 0
27375 inner_pos "s"
27376 use_parbox 0
27377 width "90col%"
27378 special "none"
27379 height "1.25in"
27380 height_special "totalheight"
27381 status collapsed
27382
27383 \begin_layout Plain Layout
27384 \align left
27385 This box text is horizontally stretched.
27386 \end_layout
27387
27388 \end_inset
27389
27390
27391 \end_layout
27392
27393 \begin_layout Subsection
27394 Decoration
27395 \begin_inset CommandInset label
27396 LatexCommand label
27397 name "sec:Decoration"
27398
27399 \end_inset
27400
27401
27402 \begin_inset Index
27403 status collapsed
27404
27405 \begin_layout Plain Layout
27406 Boxes ! Decoration
27407 \end_layout
27408
27409 \end_inset
27410
27411
27412 \end_layout
27413
27414 \begin_layout Standard
27415 The type of the box can be specified in the box-dialog in the drop-down
27416  list 
27417 \family sans
27418 Decoration
27419 \family default
27420 .
27421  The following types are possible:
27422 \end_layout
27423
27424 \begin_layout Description
27425 Simple
27426 \begin_inset space ~
27427 \end_inset
27428
27429 rectangular
27430 \begin_inset space ~
27431 \end_inset
27432
27433 frame This draws a rectangle frame around the box.
27434  The frame line thickness has the size of 
27435 \series bold
27436
27437 \backslash
27438 fboxrule
27439 \series default
27440 .
27441  
27442 \begin_inset Box Boxed
27443 position "c"
27444 hor_pos "c"
27445 has_inner_box 1
27446 inner_pos "c"
27447 use_parbox 0
27448 width "20col%"
27449 special "none"
27450 height "1in"
27451 height_special "totalheight"
27452 status collapsed
27453
27454 \begin_layout Plain Layout
27455 \align center
27456 Rectangular box
27457 \end_layout
27458
27459 \end_inset
27460
27461
27462 \end_layout
27463
27464 \begin_layout Description
27465 Allow
27466 \begin_inset space ~
27467 \end_inset
27468
27469 page
27470 \begin_inset space ~
27471 \end_inset
27472
27473 break When you use the decoration 
27474 \family sans
27475 simple rectangular frame
27476 \family default
27477  and no inner box, you can allow page breaks within a box.
27478  Note that then, in contrary to other framed boxes, the frame always uses
27479  the whole column width, the box is set as its own paragraph, and 
27480 \series bold
27481
27482 \backslash
27483 fboxrule
27484 \series default
27485  and 
27486 \series bold
27487
27488 \backslash
27489 fboxsep
27490 \series default
27491  has no effect on this box type.
27492  The frame line thickness has the size of 
27493 \series bold
27494
27495 \backslash
27496 FrameRule
27497 \series default
27498 .
27499  
27500 \begin_inset Box Framed
27501 position "t"
27502 hor_pos "c"
27503 has_inner_box 0
27504 inner_pos "t"
27505 use_parbox 0
27506 width "100col%"
27507 special "none"
27508 height "1in"
27509 height_special "totalheight"
27510 status collapsed
27511
27512 \begin_layout Plain Layout
27513 Allow page break box
27514 \end_layout
27515
27516 \end_inset
27517
27518
27519 \end_layout
27520
27521 \begin_layout Description
27522 Oval
27523 \begin_inset space ~
27524 \end_inset
27525
27526 box,
27527 \begin_inset space ~
27528 \end_inset
27529
27530 thin This draws an oval frame around the box.
27531  The frame line thickness has the size 0.4
27532 \begin_inset space \thinspace{}
27533 \end_inset
27534
27535 pt.
27536  
27537 \begin_inset Box ovalbox
27538 position "c"
27539 hor_pos "c"
27540 has_inner_box 1
27541 inner_pos "c"
27542 use_parbox 0
27543 width "20col%"
27544 special "none"
27545 height "1in"
27546 height_special "totalheight"
27547 status collapsed
27548
27549 \begin_layout Plain Layout
27550 \align center
27551 Oval box, thin
27552 \end_layout
27553
27554 \end_inset
27555
27556
27557 \end_layout
27558
27559 \begin_layout Description
27560 Oval
27561 \begin_inset space ~
27562 \end_inset
27563
27564 box,
27565 \begin_inset space ~
27566 \end_inset
27567
27568 thick This draws an oval frame around the box.
27569  The frame line thickness has the size 0.8
27570 \begin_inset space \thinspace{}
27571 \end_inset
27572
27573 pt.
27574  
27575 \begin_inset Box Ovalbox
27576 position "c"
27577 hor_pos "c"
27578 has_inner_box 1
27579 inner_pos "c"
27580 use_parbox 0
27581 width "20col%"
27582 special "none"
27583 height "1in"
27584 height_special "totalheight"
27585 status collapsed
27586
27587 \begin_layout Plain Layout
27588 \align center
27589 Oval box, thick
27590 \end_layout
27591
27592 \end_inset
27593
27594
27595 \end_layout
27596
27597 \begin_layout Description
27598 Drop
27599 \begin_inset space ~
27600 \end_inset
27601
27602 shadow This draws a rectangle frame with a shadow around the box.
27603  The frame line thickness has the size of 
27604 \series bold
27605
27606 \backslash
27607 fboxrule
27608 \series default
27609 , the shadow has a width of 4
27610 \begin_inset space \thinspace{}
27611 \end_inset
27612
27613 pt.
27614  
27615 \begin_inset Box Shadowbox
27616 position "c"
27617 hor_pos "c"
27618 has_inner_box 1
27619 inner_pos "c"
27620 use_parbox 0
27621 width "20col%"
27622 special "none"
27623 height "1in"
27624 height_special "totalheight"
27625 status collapsed
27626
27627 \begin_layout Plain Layout
27628 \align center
27629 Shadow box
27630 \end_layout
27631
27632 \end_inset
27633
27634
27635 \end_layout
27636
27637 \begin_layout Description
27638 Shaded
27639 \begin_inset space ~
27640 \end_inset
27641
27642 background This draws a box with red background color.
27643  In contrary to colored boxes
27644 \begin_inset Foot
27645 status collapsed
27646
27647 \begin_layout Plain Layout
27648 see sec.
27649 \begin_inset space \thinspace{}
27650 \end_inset
27651
27652
27653 \begin_inset CommandInset ref
27654 LatexCommand ref
27655 reference "sec:Colored-Boxes"
27656
27657 \end_inset
27658
27659
27660 \end_layout
27661
27662 \end_inset
27663
27664 , it always uses the whole column width and the box is set as its own paragraph.
27665  
27666 \begin_inset Box Shaded
27667 position "t"
27668 hor_pos "c"
27669 has_inner_box 0
27670 inner_pos "t"
27671 use_parbox 0
27672 width "50col%"
27673 special "none"
27674 height "1in"
27675 height_special "totalheight"
27676 status collapsed
27677
27678 \begin_layout Plain Layout
27679 Shaded background box
27680 \end_layout
27681
27682 \end_inset
27683
27684
27685 \end_layout
27686
27687 \begin_layout Description
27688 Double
27689 \begin_inset space ~
27690 \end_inset
27691
27692 rectangular
27693 \begin_inset space ~
27694 \end_inset
27695
27696 frame This draws a double-line rectangle frame around the box.
27697  The line thickness of the inner frame is 0.75
27698 \begin_inset space \thinspace{}
27699 \end_inset
27700
27701
27702 \series bold
27703
27704 \backslash
27705 fboxrule
27706 \series default
27707 , the thickness of the outer frame is 1.5
27708 \begin_inset space \thinspace{}
27709 \end_inset
27710
27711
27712 \series bold
27713
27714 \backslash
27715 fboxrule
27716 \series default
27717 .
27718  The distance between the lines is 1.5
27719 \begin_inset space \thinspace{}
27720 \end_inset
27721
27722
27723 \series bold
27724
27725 \backslash
27726 fboxrule
27727 \series default
27728
27729 \begin_inset space \thinspace{}
27730 \end_inset
27731
27732 +
27733 \begin_inset space \thinspace{}
27734 \end_inset
27735
27736 0.5
27737 \begin_inset space \thinspace{}
27738 \end_inset
27739
27740 pt.
27741  
27742 \begin_inset Box Doublebox
27743 position "c"
27744 hor_pos "c"
27745 has_inner_box 1
27746 inner_pos "c"
27747 use_parbox 0
27748 width "20col%"
27749 special "none"
27750 height "1in"
27751 height_special "totalheight"
27752 status collapsed
27753
27754 \begin_layout Plain Layout
27755 \align center
27756 Double rectangular box
27757 \end_layout
27758
27759 \end_inset
27760
27761
27762 \end_layout
27763
27764 \begin_layout Standard
27765 \begin_inset VSpace bigskip
27766 \end_inset
27767
27768 LyX's box label will reflect the different frame types.
27769  To be able to use all types, the LaTeX-package 
27770 \series bold
27771 fancybox
27772 \series default
27773
27774 \begin_inset Index
27775 status collapsed
27776
27777 \begin_layout Plain Layout
27778 LaTeX-packages ! fancybox
27779 \end_layout
27780
27781 \end_inset
27782
27783  must be installed.
27784 \end_layout
27785
27786 \begin_layout Section
27787 Box customization
27788 \begin_inset Index
27789 status collapsed
27790
27791 \begin_layout Plain Layout
27792 Boxes ! Customization
27793 \end_layout
27794
27795 \end_inset
27796
27797
27798 \end_layout
27799
27800 \begin_layout Standard
27801 The default value for the size 
27802 \series bold
27803
27804 \backslash
27805 fboxrule
27806 \series default
27807  is 0.4
27808 \begin_inset space \thinspace{}
27809 \end_inset
27810
27811 pt.
27812  It can be changed with the following command in TeX-Code to e.
27813 \begin_inset space \thinspace{}
27814 \end_inset
27815
27816 g.
27817 \begin_inset space \space{}
27818 \end_inset
27819
27820 2
27821 \begin_inset space \thinspace{}
27822 \end_inset
27823
27824 pt:
27825 \end_layout
27826
27827 \begin_layout Standard
27828
27829 \series bold
27830
27831 \backslash
27832 setlength{
27833 \backslash
27834 fboxrule}{2pt}
27835 \end_layout
27836
27837 \begin_layout Standard
27838 \begin_inset ERT
27839 status collapsed
27840
27841 \begin_layout Plain Layout
27842
27843
27844 \backslash
27845 setlength{
27846 \backslash
27847 fboxrule}{2pt}
27848 \end_layout
27849
27850 \end_inset
27851
27852
27853 \begin_inset Box Boxed
27854 position "c"
27855 hor_pos "c"
27856 has_inner_box 1
27857 inner_pos "c"
27858 use_parbox 0
27859 width "25col%"
27860 special "none"
27861 height "1in"
27862 height_special "totalheight"
27863 status open
27864
27865 \begin_layout Plain Layout
27866 \align center
27867 Rectangular box with 
27868 \series bold
27869
27870 \backslash
27871 fboxrule
27872 \series default
27873
27874 \begin_inset space \thinspace{}
27875 \end_inset
27876
27877 =
27878 \begin_inset space \thinspace{}
27879 \end_inset
27880
27881 2
27882 \begin_inset space \thinspace{}
27883 \end_inset
27884
27885 pt
27886 \end_layout
27887
27888 \end_inset
27889
27890
27891 \begin_inset ERT
27892 status collapsed
27893
27894 \begin_layout Plain Layout
27895
27896
27897 \backslash
27898 setlength{
27899 \backslash
27900 fboxrule}{0.4pt}
27901 \end_layout
27902
27903 \end_inset
27904
27905
27906 \end_layout
27907
27908 \begin_layout Standard
27909 \begin_inset VSpace bigskip
27910 \end_inset
27911
27912 The space between the frame and the box content is for all frame styles
27913  by default 3
27914 \begin_inset space \thinspace{}
27915 \end_inset
27916
27917 pt.
27918  You can change it by setting the length 
27919 \series bold
27920
27921 \backslash
27922 fboxsep
27923 \series default
27924  to another value.
27925  For example the command
27926 \end_layout
27927
27928 \begin_layout Standard
27929
27930 \series bold
27931
27932 \backslash
27933 setlength{
27934 \backslash
27935 fboxsep}{10pt}
27936 \end_layout
27937
27938 \begin_layout Standard
27939 sets the value to 10
27940 \begin_inset space \thinspace{}
27941 \end_inset
27942
27943 pt, like for the following box:
27944 \end_layout
27945
27946 \begin_layout Standard
27947 \begin_inset ERT
27948 status collapsed
27949
27950 \begin_layout Plain Layout
27951
27952
27953 \backslash
27954 setlength{
27955 \backslash
27956 fboxsep}{10pt}
27957 \end_layout
27958
27959 \end_inset
27960
27961
27962 \begin_inset Box Boxed
27963 position "c"
27964 hor_pos "c"
27965 has_inner_box 1
27966 inner_pos "c"
27967 use_parbox 0
27968 width "25col%"
27969 special "none"
27970 height "1in"
27971 height_special "totalheight"
27972 status open
27973
27974 \begin_layout Plain Layout
27975 \align center
27976 Rectangular box with 
27977 \series bold
27978
27979 \backslash
27980 fboxsep
27981 \series default
27982
27983 \begin_inset space \thinspace{}
27984 \end_inset
27985
27986 =
27987 \begin_inset space \thinspace{}
27988 \end_inset
27989
27990 10
27991 \begin_inset space \thinspace{}
27992 \end_inset
27993
27994 pt
27995 \end_layout
27996
27997 \end_inset
27998
27999
28000 \begin_inset ERT
28001 status collapsed
28002
28003 \begin_layout Plain Layout
28004
28005
28006 \backslash
28007 setlength{
28008 \backslash
28009 fboxsep}{3pt}
28010 \end_layout
28011
28012 \end_inset
28013
28014
28015 \end_layout
28016
28017 \begin_layout Standard
28018 \begin_inset VSpace bigskip
28019 \end_inset
28020
28021 The diameter of the round corners of the oval boxes can be set with the
28022  command 
28023 \series bold
28024
28025 \backslash
28026 cornersize
28027 \series default
28028 .
28029  The command
28030 \end_layout
28031
28032 \begin_layout Standard
28033
28034 \series bold
28035
28036 \backslash
28037 cornersize*{1cm}
28038 \end_layout
28039
28040 \begin_layout Standard
28041 sets the diameter to 1
28042 \begin_inset space \thinspace{}
28043 \end_inset
28044
28045 cm.
28046  The command
28047 \end_layout
28048
28049 \begin_layout Standard
28050
28051 \series bold
28052
28053 \backslash
28054 cornersize{num}
28055 \end_layout
28056
28057 \begin_layout Standard
28058 sets the diameter to 
28059 \family sans
28060 num
28061 \begin_inset space \thinspace{}
28062 \end_inset
28063
28064 ×
28065 \begin_inset space \thinspace{}
28066 \end_inset
28067
28068 minimum(width and heigth of box)
28069 \family default
28070 .
28071  The default is 
28072 \series bold
28073
28074 \backslash
28075 cornersize{0.5}
28076 \series default
28077 .
28078 \end_layout
28079
28080 \begin_layout Standard
28081 \begin_inset ERT
28082 status collapsed
28083
28084 \begin_layout Plain Layout
28085
28086
28087 \backslash
28088 cornersize*{1.5cm}
28089 \end_layout
28090
28091 \end_inset
28092
28093
28094 \begin_inset Box Ovalbox
28095 position "c"
28096 hor_pos "c"
28097 has_inner_box 1
28098 inner_pos "c"
28099 use_parbox 0
28100 width "25col%"
28101 special "none"
28102 height "1in"
28103 height_special "totalheight"
28104 status open
28105
28106 \begin_layout Plain Layout
28107 \align center
28108 Oval box with 
28109 \series bold
28110
28111 \backslash
28112 cornersize
28113 \series default
28114
28115 \begin_inset space \thinspace{}
28116 \end_inset
28117
28118 =
28119 \begin_inset space \thinspace{}
28120 \end_inset
28121
28122 1.5
28123 \begin_inset space \thinspace{}
28124 \end_inset
28125
28126 cm
28127 \end_layout
28128
28129 \end_inset
28130
28131
28132 \begin_inset ERT
28133 status collapsed
28134
28135 \begin_layout Plain Layout
28136
28137
28138 \backslash
28139 cornersize{0.5}
28140 \end_layout
28141
28142 \end_inset
28143
28144
28145 \end_layout
28146
28147 \begin_layout Standard
28148 \begin_inset VSpace bigskip
28149 \end_inset
28150
28151 The size of the shadow can be adjusted by changing the length 
28152 \series bold
28153
28154 \backslash
28155 shadowsize
28156 \series default
28157 .
28158  It it set to 2
28159 \begin_inset space \thinspace{}
28160 \end_inset
28161
28162 pt for the following box by this command:
28163 \end_layout
28164
28165 \begin_layout Standard
28166
28167 \series bold
28168
28169 \backslash
28170 setlength{
28171 \backslash
28172 shadowsize}{2pt}
28173 \end_layout
28174
28175 \begin_layout Standard
28176 \begin_inset ERT
28177 status collapsed
28178
28179 \begin_layout Plain Layout
28180
28181
28182 \backslash
28183 setlength{
28184 \backslash
28185 shadowsize}{2pt}
28186 \end_layout
28187
28188 \end_inset
28189
28190
28191 \begin_inset Box Shadowbox
28192 position "c"
28193 hor_pos "c"
28194 has_inner_box 1
28195 inner_pos "c"
28196 use_parbox 0
28197 width "25col%"
28198 special "none"
28199 height "1in"
28200 height_special "totalheight"
28201 status open
28202
28203 \begin_layout Plain Layout
28204 \align center
28205 Shadow box with 
28206 \series bold
28207
28208 \backslash
28209 shadowsize
28210 \series default
28211
28212 \begin_inset space \thinspace{}
28213 \end_inset
28214
28215 =
28216 \begin_inset space \thinspace{}
28217 \end_inset
28218
28219 2
28220 \begin_inset space \thinspace{}
28221 \end_inset
28222
28223 pt
28224 \end_layout
28225
28226 \end_inset
28227
28228
28229 \begin_inset ERT
28230 status collapsed
28231
28232 \begin_layout Plain Layout
28233
28234
28235 \backslash
28236 setlength{
28237 \backslash
28238 shadowsize}{4pt}
28239 \end_layout
28240
28241 \end_inset
28242
28243
28244 \end_layout
28245
28246 \begin_layout Standard
28247 \begin_inset VSpace bigskip
28248 \end_inset
28249
28250
28251 \end_layout
28252
28253 \begin_layout Standard
28254 The default value for the size 
28255 \series bold
28256
28257 \backslash
28258 FrameRule
28259 \series default
28260  is 0.4
28261 \begin_inset space \thinspace{}
28262 \end_inset
28263
28264 pt.
28265  The default space between the note content and the frame is 9
28266 \begin_inset space \thinspace{}
28267 \end_inset
28268
28269 pt and can be changed with the value of 
28270 \series bold
28271
28272 \backslash
28273 FrameSep
28274 \series default
28275 .
28276  For example the frame appearance of the following 
28277 \family sans
28278 box
28279 \family default
28280  is set with the TeX-Code commands
28281 \end_layout
28282
28283 \begin_layout Standard
28284
28285 \series bold
28286
28287 \backslash
28288 setlength{
28289 \backslash
28290 FrameRule}{5pt}
28291 \begin_inset Newline newline
28292 \end_inset
28293
28294
28295 \backslash
28296 setlength{
28297 \backslash
28298 FrameSep}{0.5cm}
28299 \end_layout
28300
28301 \begin_layout Standard
28302 \begin_inset ERT
28303 status collapsed
28304
28305 \begin_layout Plain Layout
28306
28307
28308 \backslash
28309 setlength{
28310 \backslash
28311 FrameRule}{5pt}
28312 \end_layout
28313
28314 \begin_layout Plain Layout
28315
28316
28317 \backslash
28318 setlength{
28319 \backslash
28320 FrameSep}{0.5cm}
28321 \end_layout
28322
28323 \end_inset
28324
28325
28326 \begin_inset Box Framed
28327 position "t"
28328 hor_pos "c"
28329 has_inner_box 0
28330 inner_pos "t"
28331 use_parbox 0
28332 width "100col%"
28333 special "none"
28334 height "1in"
28335 height_special "totalheight"
28336 status open
28337
28338 \begin_layout Plain Layout
28339 This is text in an 
28340 \family sans
28341 allow page break
28342 \family default
28343  box.
28344 \end_layout
28345
28346 \end_inset
28347
28348
28349 \begin_inset ERT
28350 status collapsed
28351
28352 \begin_layout Plain Layout
28353
28354
28355 \backslash
28356 setlength{
28357 \backslash
28358 FrameRule}{0.4pt}
28359 \end_layout
28360
28361 \begin_layout Plain Layout
28362
28363
28364 \backslash
28365 setlength{
28366 \backslash
28367 FrameSep}{9pt}
28368 \end_layout
28369
28370 \end_inset
28371
28372
28373 \end_layout
28374
28375 \begin_layout Standard
28376 \begin_inset VSpace bigskip
28377 \end_inset
28378
28379
28380 \end_layout
28381
28382 \begin_layout Standard
28383 For 
28384 \family sans
28385 shaded background
28386 \family default
28387  boxes the default space between the box content and the box border is 3
28388 \begin_inset space \thinspace{}
28389 \end_inset
28390
28391 pt and can be changed with the value of 
28392 \series bold
28393
28394 \backslash
28395 fboxsep
28396 \series default
28397 .
28398  The default background color red can either be changed locally with the
28399  command 
28400 \series bold
28401
28402 \backslash
28403 definecolor{shadebox}
28404 \series default
28405  or globally with the menu 
28406 \family sans
28407 Tools\SpecialChar \menuseparator
28408 Preferences\SpecialChar \menuseparator
28409 Colors\SpecialChar \menuseparator
28410 shaded
28411 \begin_inset space ~
28412 \end_inset
28413
28414 box
28415 \family default
28416 .
28417  The scheme of the 
28418 \series bold
28419
28420 \backslash
28421 definecolor
28422 \series default
28423  command is explained in section
28424 \begin_inset space ~
28425 \end_inset
28426
28427
28428 \begin_inset CommandInset ref
28429 LatexCommand ref
28430 reference "sec:Colored-Tables"
28431
28432 \end_inset
28433
28434 .
28435 \begin_inset Foot
28436 status collapsed
28437
28438 \begin_layout Plain Layout
28439 Note that 
28440 \series bold
28441
28442 \backslash
28443 definecolor
28444 \series default
28445  requires the LaTeX-package 
28446 \series bold
28447 color
28448 \series default
28449  in the preamble, see section
28450 \begin_inset space ~
28451 \end_inset
28452
28453
28454 \begin_inset CommandInset ref
28455 LatexCommand ref
28456 reference "sec:Colored-Boxes"
28457
28458 \end_inset
28459
28460 .
28461 \end_layout
28462
28463 \end_inset
28464
28465  For example the appearance of the following shaded background note is set
28466  with the TeX-Code commands
28467 \end_layout
28468
28469 \begin_layout Standard
28470
28471 \series bold
28472
28473 \backslash
28474 setlength{
28475 \backslash
28476 fboxsep}{0.5cm}
28477 \series default
28478
28479 \begin_inset Newline newline
28480 \end_inset
28481
28482
28483 \series bold
28484
28485 \backslash
28486 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28487 \end_layout
28488
28489 \begin_layout Standard
28490 \begin_inset ERT
28491 status collapsed
28492
28493 \begin_layout Plain Layout
28494
28495
28496 \backslash
28497 setlength{
28498 \backslash
28499 fboxsep}{0.5cm}
28500 \end_layout
28501
28502 \begin_layout Plain Layout
28503
28504
28505 \backslash
28506 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28507 \end_layout
28508
28509 \end_inset
28510
28511
28512 \begin_inset Box Shaded
28513 position "t"
28514 hor_pos "c"
28515 has_inner_box 0
28516 inner_pos "t"
28517 use_parbox 0
28518 width "100col%"
28519 special "none"
28520 height "1in"
28521 height_special "totalheight"
28522 status open
28523
28524 \begin_layout Plain Layout
28525
28526 \color yellow
28527 This is yellow text in a
28528 \color none
28529  
28530 \family sans
28531 \color yellow
28532 shaded background
28533 \family default
28534 \color none
28535  
28536 \color yellow
28537 box with dark green background.
28538 \end_layout
28539
28540 \end_inset
28541
28542
28543 \begin_inset ERT
28544 status collapsed
28545
28546 \begin_layout Plain Layout
28547
28548
28549 \backslash
28550 setlength{
28551 \backslash
28552 fboxsep}{3pt}
28553 \end_layout
28554
28555 \begin_layout Plain Layout
28556
28557
28558 \backslash
28559 definecolor{shadecolor}{rgb}{1,0,0}
28560 \end_layout
28561
28562 \end_inset
28563
28564
28565 \end_layout
28566
28567 \begin_layout Standard
28568 \begin_inset VSpace bigskip
28569 \end_inset
28570
28571 Changed lengths and widths are valid for all boxes following the commands
28572  that change them.
28573 \end_layout
28574
28575 \begin_layout Section
28576 Minipages
28577 \begin_inset CommandInset label
28578 LatexCommand label
28579 name "sec:Minipages"
28580
28581 \end_inset
28582
28583
28584 \begin_inset Index
28585 status collapsed
28586
28587 \begin_layout Plain Layout
28588 Boxes ! Minipages
28589 \end_layout
28590
28591 \end_inset
28592
28593
28594 \end_layout
28595
28596 \begin_layout Standard
28597 Minipages are treated by LaTeX as pages within pages and can therefore for
28598  example have their own footnotes.
28599 \end_layout
28600
28601 \begin_layout Standard
28602 Minipages are useful when you write documents with different languages.
28603 \end_layout
28604
28605 \begin_layout Standard
28606 Below are two example minipages side by side.
28607  Their width is set to 45
28608 \begin_inset space \thinspace{}
28609 \end_inset
28610
28611 col% and they are separated by a horizontal fill, that was inserted via
28612  the menu 
28613 \family sans
28614 Insert\SpecialChar \menuseparator
28615 Special
28616 \begin_inset space ~
28617 \end_inset
28618
28619 Formatting\SpecialChar \menuseparator
28620 Horizontal
28621 \begin_inset space ~
28622 \end_inset
28623
28624 Fill
28625 \family default
28626 .
28627 \begin_inset Newpage newpage
28628 \end_inset
28629
28630
28631 \end_layout
28632
28633 \begin_layout Standard
28634 \begin_inset Box Frameless
28635 position "t"
28636 hor_pos "c"
28637 has_inner_box 1
28638 inner_pos "c"
28639 use_parbox 0
28640 width "45col%"
28641 special "none"
28642 height "1in"
28643 height_special "totalheight"
28644 status open
28645
28646 \begin_layout Plain Layout
28647
28648 \lang german
28649 Dies ist ein deutscher Text.
28650  Dies ist ein deutscher Text.
28651  Dies ist ein deutscher Text.
28652  Dies ist ein deutscher Text.
28653  Dies ist ein deutscher Text.
28654  Dies ist ein deutscher Text.
28655  Dies ist ein deutscher Text.
28656  Dies ist ein deutscher Text.
28657  Dies ist ein deutscher Text.
28658  Dies ist ein deutscher Text.
28659  Dies ist ein deutscher Text.
28660  Dies ist ein deutscher Text.
28661  Dies ist ein deutscher Text
28662 \begin_inset Foot
28663 status collapsed
28664
28665 \begin_layout Plain Layout
28666
28667 \lang german
28668 Dies ist eine deutsche Fußnote.
28669 \end_layout
28670
28671 \end_inset
28672
28673 .
28674  Dies ist ein deutscher Text.
28675  Dies ist ein deutscher Text.
28676 \end_layout
28677
28678 \end_inset
28679
28680
28681 \begin_inset space \hfill{}
28682 \end_inset
28683
28684
28685 \begin_inset Box Frameless
28686 position "t"
28687 hor_pos "c"
28688 has_inner_box 1
28689 inner_pos "c"
28690 use_parbox 0
28691 width "45col%"
28692 special "none"
28693 height "1in"
28694 height_special "totalheight"
28695 status open
28696
28697 \begin_layout Plain Layout
28698 This is an English Text.
28699  This is an English Text.
28700  This is an English Text.
28701  This is an English Text.
28702  This is an English Text.
28703  This is an English Text.
28704  This is an English Text.
28705  This is an English Text.
28706  This is an English Text.
28707  This is an English Text.
28708  This is an English Text.
28709  This is an English Text.
28710  This is an English Text.
28711  This is an English Text.
28712  This is an English Text.
28713  This is an English Text.
28714 \begin_inset Foot
28715 status collapsed
28716
28717 \begin_layout Plain Layout
28718 This is an English footnote.
28719 \end_layout
28720
28721 \end_inset
28722
28723  This is an English Text.
28724  
28725 \end_layout
28726
28727 \end_inset
28728
28729
28730 \end_layout
28731
28732 \begin_layout Standard
28733 \begin_inset VSpace bigskip
28734 \end_inset
28735
28736 Another application for minipages are footnotes within tables.
28737  Due to a LaTeX restriction footnotes within tables doesn't appear at the
28738  bottom of the current page.
28739  But when you put the table with the footnote to a minipage, the footnote
28740  will appear at its bottom, numbered with Latin letters.
28741  The footnote number is reset to 1 in every minipage but not outside the
28742  minipages.
28743 \end_layout
28744
28745 \begin_layout Standard
28746 The footnote of this table doesn't appear: 
28747 \begin_inset Tabular
28748 <lyxtabular version="3" rows="3" columns="4">
28749 <features>
28750 <column alignment="center" valignment="top" width="0pt">
28751 <column alignment="center" valignment="top" width="0pt">
28752 <column alignment="center" valignment="top" width="0pt">
28753 <column alignment="center" valignment="top" width="0pt">
28754 <row>
28755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28756 \begin_inset Text
28757
28758 \begin_layout Plain Layout
28759 1
28760 \end_layout
28761
28762 \end_inset
28763 </cell>
28764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28765 \begin_inset Text
28766
28767 \begin_layout Plain Layout
28768 2
28769 \end_layout
28770
28771 \end_inset
28772 </cell>
28773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28774 \begin_inset Text
28775
28776 \begin_layout Plain Layout
28777 3
28778 \begin_inset Foot
28779 status collapsed
28780
28781 \begin_layout Plain Layout
28782 This is a footnote within a table.
28783 \end_layout
28784
28785 \end_inset
28786
28787
28788 \end_layout
28789
28790 \end_inset
28791 </cell>
28792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28793 \begin_inset Text
28794
28795 \begin_layout Plain Layout
28796 4
28797 \end_layout
28798
28799 \end_inset
28800 </cell>
28801 </row>
28802 <row>
28803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28804 \begin_inset Text
28805
28806 \begin_layout Plain Layout
28807 a
28808 \end_layout
28809
28810 \end_inset
28811 </cell>
28812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28813 \begin_inset Text
28814
28815 \begin_layout Plain Layout
28816 b
28817 \end_layout
28818
28819 \end_inset
28820 </cell>
28821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28822 \begin_inset Text
28823
28824 \begin_layout Plain Layout
28825 c
28826 \end_layout
28827
28828 \end_inset
28829 </cell>
28830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28831 \begin_inset Text
28832
28833 \begin_layout Plain Layout
28834 d
28835 \end_layout
28836
28837 \end_inset
28838 </cell>
28839 </row>
28840 <row>
28841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28842 \begin_inset Text
28843
28844 \begin_layout Plain Layout
28845 e
28846 \end_layout
28847
28848 \end_inset
28849 </cell>
28850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28851 \begin_inset Text
28852
28853 \begin_layout Plain Layout
28854 f
28855 \end_layout
28856
28857 \end_inset
28858 </cell>
28859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28860 \begin_inset Text
28861
28862 \begin_layout Plain Layout
28863 g
28864 \end_layout
28865
28866 \end_inset
28867 </cell>
28868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28869 \begin_inset Text
28870
28871 \begin_layout Plain Layout
28872 h
28873 \end_layout
28874
28875 \end_inset
28876 </cell>
28877 </row>
28878 </lyxtabular>
28879
28880 \end_inset
28881
28882
28883 \end_layout
28884
28885 \begin_layout Standard
28886 \align center
28887 \begin_inset Box Frameless
28888 position "t"
28889 hor_pos "c"
28890 has_inner_box 1
28891 inner_pos "c"
28892 use_parbox 0
28893 width "30col%"
28894 special "none"
28895 height "1in"
28896 height_special "totalheight"
28897 status open
28898
28899 \begin_layout Plain Layout
28900 \align center
28901 \begin_inset Tabular
28902 <lyxtabular version="3" rows="3" columns="4">
28903 <features>
28904 <column alignment="center" valignment="top" width="0pt">
28905 <column alignment="center" valignment="top" width="0pt">
28906 <column alignment="center" valignment="top" width="0pt">
28907 <column alignment="center" valignment="top" width="0pt">
28908 <row>
28909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28910 \begin_inset Text
28911
28912 \begin_layout Plain Layout
28913 1
28914 \end_layout
28915
28916 \end_inset
28917 </cell>
28918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28919 \begin_inset Text
28920
28921 \begin_layout Plain Layout
28922 2
28923 \end_layout
28924
28925 \end_inset
28926 </cell>
28927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28928 \begin_inset Text
28929
28930 \begin_layout Plain Layout
28931 3
28932 \begin_inset Foot
28933 status collapsed
28934
28935 \begin_layout Plain Layout
28936 This is a footnote within a table.
28937 \end_layout
28938
28939 \end_inset
28940
28941
28942 \end_layout
28943
28944 \end_inset
28945 </cell>
28946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28947 \begin_inset Text
28948
28949 \begin_layout Plain Layout
28950 4
28951 \end_layout
28952
28953 \end_inset
28954 </cell>
28955 </row>
28956 <row>
28957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28958 \begin_inset Text
28959
28960 \begin_layout Plain Layout
28961 a
28962 \end_layout
28963
28964 \end_inset
28965 </cell>
28966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28967 \begin_inset Text
28968
28969 \begin_layout Plain Layout
28970 b
28971 \end_layout
28972
28973 \end_inset
28974 </cell>
28975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28976 \begin_inset Text
28977
28978 \begin_layout Plain Layout
28979 c
28980 \end_layout
28981
28982 \end_inset
28983 </cell>
28984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28985 \begin_inset Text
28986
28987 \begin_layout Plain Layout
28988 d
28989 \end_layout
28990
28991 \end_inset
28992 </cell>
28993 </row>
28994 <row>
28995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28996 \begin_inset Text
28997
28998 \begin_layout Plain Layout
28999 e
29000 \end_layout
29001
29002 \end_inset
29003 </cell>
29004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29005 \begin_inset Text
29006
29007 \begin_layout Plain Layout
29008 f
29009 \end_layout
29010
29011 \end_inset
29012 </cell>
29013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29014 \begin_inset Text
29015
29016 \begin_layout Plain Layout
29017 g
29018 \end_layout
29019
29020 \end_inset
29021 </cell>
29022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29023 \begin_inset Text
29024
29025 \begin_layout Plain Layout
29026 h
29027 \end_layout
29028
29029 \end_inset
29030 </cell>
29031 </row>
29032 </lyxtabular>
29033
29034 \end_inset
29035
29036
29037 \end_layout
29038
29039 \end_inset
29040
29041
29042 \end_layout
29043
29044 \begin_layout Standard
29045 \begin_inset VSpace bigskip
29046 \end_inset
29047
29048 The document-wide paragraph settings are ignored within minipages.
29049  That means that there will be no space between paragraphs in minipages
29050  although you set it to e.
29051 \begin_inset space \thinspace{}
29052 \end_inset
29053
29054 g.
29055 \begin_inset space \space{}
29056 \end_inset
29057
29058
29059 \family sans
29060 MedSkip
29061 \family default
29062  in the document settings.
29063 \end_layout
29064
29065 \begin_layout Standard
29066 Minipages can also be used to set a background color for text parts, see
29067  section
29068 \begin_inset space ~
29069 \end_inset
29070
29071
29072 \begin_inset CommandInset ref
29073 LatexCommand ref
29074 reference "sub:Color-for-Paragraphs"
29075
29076 \end_inset
29077
29078 .
29079 \end_layout
29080
29081 \begin_layout Standard
29082 \begin_inset Note Greyedout
29083 status open
29084
29085 \begin_layout Plain Layout
29086
29087 \series bold
29088 Note:
29089 \series default
29090  You cannot have floats or margin notes inside minipages but minipages can
29091  be used inside tables, floats, and other boxes.
29092 \end_layout
29093
29094 \end_inset
29095
29096
29097 \end_layout
29098
29099 \begin_layout Section
29100 Parboxes
29101 \begin_inset CommandInset label
29102 LatexCommand label
29103 name "sec:Parboxes"
29104
29105 \end_inset
29106
29107
29108 \begin_inset Index
29109 status collapsed
29110
29111 \begin_layout Plain Layout
29112 Boxes ! Parboxes
29113 \end_layout
29114
29115 \end_inset
29116
29117
29118 \end_layout
29119
29120 \begin_layout Standard
29121 Parboxes are very similar to minipages with the difference that they cannot
29122  have footnotes.
29123  The main difference to minipages is that minipages are in contrary to parboxes
29124  no real boxes but LaTeX-environments.
29125 \end_layout
29126
29127 \begin_layout Standard
29128 \align center
29129 \begin_inset Box Frameless
29130 position "t"
29131 hor_pos "c"
29132 has_inner_box 1
29133 inner_pos "t"
29134 use_parbox 1
29135 width "33col%"
29136 special "none"
29137 height "1in"
29138 height_special "totalheight"
29139 status collapsed
29140
29141 \begin_layout Plain Layout
29142 This a text within a parbox.
29143  This a text within a parbox.
29144 \end_layout
29145
29146 \begin_layout Plain Layout
29147 This footnote won't appear:
29148 \begin_inset Foot
29149 status collapsed
29150
29151 \begin_layout Plain Layout
29152 This footnote is inside a parbox and will therefore not appear.
29153 \end_layout
29154
29155 \end_inset
29156
29157
29158 \end_layout
29159
29160 \end_inset
29161
29162
29163 \end_layout
29164
29165 \begin_layout Section
29166 Boxes for Words and Characters
29167 \begin_inset Index
29168 status collapsed
29169
29170 \begin_layout Plain Layout
29171 Boxes ! for Characters
29172 \end_layout
29173
29174 \end_inset
29175
29176
29177 \end_layout
29178
29179 \begin_layout Subsection
29180 Prevent Hyphenation
29181 \begin_inset CommandInset label
29182 LatexCommand label
29183 name "sec:Prevent-Hyphenation"
29184
29185 \end_inset
29186
29187
29188 \begin_inset Index
29189 status collapsed
29190
29191 \begin_layout Plain Layout
29192 Boxes ! to Prevent Hyphenation
29193 \end_layout
29194
29195 \end_inset
29196
29197
29198 \end_layout
29199
29200 \begin_layout Standard
29201 You can use a special kind of boxes to prevent words or text to be hyphenated.
29202 \begin_inset Newline newline
29203 \end_inset
29204
29205 Here is an example text:
29206 \end_layout
29207
29208 \begin_layout Standard
29209 This line is an example to show how you can prevent the hyphenation of 
29210 \begin_inset Quotes eld
29211 \end_inset
29212
29213 veryverylongword
29214 \begin_inset Quotes erd
29215 \end_inset
29216
29217 .
29218 \end_layout
29219
29220 \begin_layout Standard
29221 To prevent the hyphenation of the word 
29222 \begin_inset Quotes eld
29223 \end_inset
29224
29225 veryverylongword
29226 \begin_inset Quotes erd
29227 \end_inset
29228
29229 , add the command
29230 \end_layout
29231
29232 \begin_layout Standard
29233
29234 \series bold
29235
29236 \backslash
29237 mbox{
29238 \end_layout
29239
29240 \begin_layout Standard
29241 in TeX-Code before the word.
29242  Behind the word insert a closing brace 
29243 \begin_inset Quotes eld
29244 \end_inset
29245
29246
29247 \series bold
29248 }
29249 \series default
29250
29251 \begin_inset Quotes erd
29252 \end_inset
29253
29254  in TeX-Code.
29255 \end_layout
29256
29257 \begin_layout Standard
29258 This is the result:
29259 \end_layout
29260
29261 \begin_layout Standard
29262 This line is an example to show how you can prevent the hyphenation of 
29263 \begin_inset ERT
29264 status collapsed
29265
29266 \begin_layout Plain Layout
29267
29268
29269 \backslash
29270 mbox{
29271 \end_layout
29272
29273 \end_inset
29274
29275
29276 \begin_inset Quotes eld
29277 \end_inset
29278
29279 veryverylongword
29280 \begin_inset Quotes erd
29281 \end_inset
29282
29283 .
29284 \begin_inset ERT
29285 status collapsed
29286
29287 \begin_layout Plain Layout
29288
29289 }
29290 \end_layout
29291
29292 \end_inset
29293
29294
29295 \end_layout
29296
29297 \begin_layout Standard
29298 You can alternatively set the command 
29299 \begin_inset Quotes eld
29300 \end_inset
29301
29302
29303 \series bold
29304
29305 \backslash
29306 -
29307 \series default
29308
29309 \begin_inset Quotes grd
29310 \end_inset
29311
29312  as TeX-Code directly before the word:
29313 \end_layout
29314
29315 \begin_layout Standard
29316 This line is an example to show how you can prevent the hyphenation of 
29317 \begin_inset Quotes eld
29318 \end_inset
29319
29320
29321 \begin_inset ERT
29322 status collapsed
29323
29324 \begin_layout Plain Layout
29325
29326
29327 \backslash
29328 -
29329 \end_layout
29330
29331 \end_inset
29332
29333 veryverylongword
29334 \begin_inset Quotes erd
29335 \end_inset
29336
29337 .
29338 \end_layout
29339
29340 \begin_layout Standard
29341 Of course the word now protrudes over the side margin.
29342  To avoid this, add via the menu 
29343 \family sans
29344 Insert\SpecialChar \menuseparator
29345 Special
29346 \begin_inset space ~
29347 \end_inset
29348
29349 Formatting\SpecialChar \menuseparator
29350 Line
29351 \begin_inset space ~
29352 \end_inset
29353
29354 Break
29355 \family default
29356  (shortcut 
29357 \begin_inset Info
29358 type  "shortcut"
29359 arg   "newline-insert newline"
29360 \end_inset
29361
29362 ) a line break before the word:
29363 \end_layout
29364
29365 \begin_layout Standard
29366 This line is an example to show how you can prevent the hyphenation of 
29367 \begin_inset Newline newline
29368 \end_inset
29369
29370
29371 \begin_inset ERT
29372 status collapsed
29373
29374 \begin_layout Plain Layout
29375
29376
29377 \backslash
29378 mbox{
29379 \end_layout
29380
29381 \end_inset
29382
29383
29384 \begin_inset Quotes eld
29385 \end_inset
29386
29387 veryverylongword
29388 \begin_inset Quotes erd
29389 \end_inset
29390
29391 .
29392 \begin_inset ERT
29393 status collapsed
29394
29395 \begin_layout Plain Layout
29396
29397 }
29398 \end_layout
29399
29400 \end_inset
29401
29402
29403 \end_layout
29404
29405 \begin_layout Subsection
29406 Vertical Alignment
29407 \begin_inset CommandInset label
29408 LatexCommand label
29409 name "sub:Vertical-Alignment"
29410
29411 \end_inset
29412
29413
29414 \begin_inset Index
29415 status collapsed
29416
29417 \begin_layout Plain Layout
29418 Boxes ! for Vertical Alignment
29419 \end_layout
29420
29421 \end_inset
29422
29423
29424 \begin_inset Index
29425 status collapsed
29426
29427 \begin_layout Plain Layout
29428 Boxes ! Raiseboxes
29429 \end_layout
29430
29431 \end_inset
29432
29433
29434 \end_layout
29435
29436 \begin_layout Standard
29437 With the help of the command 
29438 \series bold
29439
29440 \backslash
29441 raisebox
29442 \series default
29443  you can align words, characters or other boxes vertically to the surrounding
29444  text.
29445  
29446 \series bold
29447
29448 \backslash
29449 raisebox
29450 \series default
29451  is used with the following scheme:
29452 \end_layout
29453
29454 \begin_layout Standard
29455
29456 \series bold
29457
29458 \backslash
29459 raisebox{lift}[height][depth]{box content}
29460 \end_layout
29461
29462 \begin_layout Standard
29463 The lift can be a positive value to raise the box or a negative value to
29464  lower the box.
29465 \end_layout
29466
29467 \begin_layout Standard
29468 To align for example the word 
29469 \begin_inset Quotes eld
29470 \end_inset
29471
29472 preventing
29473 \begin_inset Quotes erd
29474 \end_inset
29475
29476  so that the bottom of the 
29477 \begin_inset Quotes eld
29478 \end_inset
29479
29480 deepest
29481 \begin_inset Quotes erd
29482 \end_inset
29483
29484  character 
29485 \begin_inset Quotes eld
29486 \end_inset
29487
29488 p
29489 \begin_inset Quotes erd
29490 \end_inset
29491
29492  is at the baseline, insert the command
29493 \end_layout
29494
29495 \begin_layout Standard
29496
29497 \series bold
29498
29499 \backslash
29500 raisebox{
29501 \backslash
29502 depth}{
29503 \end_layout
29504
29505 \begin_layout Standard
29506 in TeX-Code before the word.
29507  Behind the word insert a closing brace 
29508 \begin_inset Quotes eld
29509 \end_inset
29510
29511
29512 \series bold
29513 }
29514 \series default
29515
29516 \begin_inset Quotes erd
29517 \end_inset
29518
29519  in TeX-Code.
29520 \begin_inset Newline newline
29521 \end_inset
29522
29523 This is the result:
29524 \end_layout
29525
29526 \begin_layout Standard
29527 This is a text line with the word 
29528 \begin_inset ERT
29529 status collapsed
29530
29531 \begin_layout Plain Layout
29532
29533
29534 \backslash
29535 raisebox{
29536 \backslash
29537 depth}{
29538 \end_layout
29539
29540 \end_inset
29541
29542
29543 \begin_inset Quotes eld
29544 \end_inset
29545
29546 preventing
29547 \begin_inset Quotes erd
29548 \end_inset
29549
29550
29551 \begin_inset ERT
29552 status collapsed
29553
29554 \begin_layout Plain Layout
29555
29556 }
29557 \end_layout
29558
29559 \end_inset
29560
29561  as raised word.
29562 \end_layout
29563
29564 \begin_layout Standard
29565 \begin_inset VSpace bigskip
29566 \end_inset
29567
29568 When you raise or lower characters in a line, the line distance will be
29569  spread:
29570 \end_layout
29571
29572 \begin_layout Standard
29573 This is a text line with the word 
29574 \begin_inset ERT
29575 status collapsed
29576
29577 \begin_layout Plain Layout
29578
29579
29580 \backslash
29581 raisebox{-
29582 \backslash
29583 depth}{
29584 \end_layout
29585
29586 \end_inset
29587
29588
29589 \begin_inset Quotes eld
29590 \end_inset
29591
29592 preventing
29593 \begin_inset Quotes erd
29594 \end_inset
29595
29596
29597 \begin_inset ERT
29598 status collapsed
29599
29600 \begin_layout Plain Layout
29601
29602 }
29603 \end_layout
29604
29605 \end_inset
29606
29607  as lowered word.
29608 \begin_inset Newline newline
29609 \end_inset
29610
29611 This is a text line with the word 
29612 \begin_inset ERT
29613 status collapsed
29614
29615 \begin_layout Plain Layout
29616
29617
29618 \backslash
29619 raisebox{0.5cm}{
29620 \end_layout
29621
29622 \end_inset
29623
29624
29625 \begin_inset Quotes eld
29626 \end_inset
29627
29628 testing
29629 \begin_inset Quotes erd
29630 \end_inset
29631
29632
29633 \begin_inset ERT
29634 status collapsed
29635
29636 \begin_layout Plain Layout
29637
29638 }
29639 \end_layout
29640
29641 \end_inset
29642
29643  as raised word.
29644 \end_layout
29645
29646 \begin_layout Standard
29647 If you want to prevent this for a certain reason, set the box height to
29648  a zero value.
29649  For example use
29650 \end_layout
29651
29652 \begin_layout Standard
29653
29654 \series bold
29655
29656 \backslash
29657 raisebox{-
29658 \backslash
29659 depth}[0pt]{
29660 \end_layout
29661
29662 \begin_layout Standard
29663 This is a text line with the word 
29664 \begin_inset ERT
29665 status collapsed
29666
29667 \begin_layout Plain Layout
29668
29669
29670 \backslash
29671 raisebox{-
29672 \backslash
29673 depth}[0pt]{
29674 \end_layout
29675
29676 \end_inset
29677
29678
29679 \begin_inset Quotes eld
29680 \end_inset
29681
29682 preventing
29683 \begin_inset Quotes erd
29684 \end_inset
29685
29686
29687 \begin_inset ERT
29688 status collapsed
29689
29690 \begin_layout Plain Layout
29691
29692 }
29693 \end_layout
29694
29695 \end_inset
29696
29697  as lowered word.
29698 \begin_inset Newline newline
29699 \end_inset
29700
29701 This is a text line with the word 
29702 \begin_inset ERT
29703 status collapsed
29704
29705 \begin_layout Plain Layout
29706
29707
29708 \backslash
29709 raisebox{0.5cm}[0pt]{
29710 \end_layout
29711
29712 \end_inset
29713
29714
29715 \begin_inset Quotes eld
29716 \end_inset
29717
29718 testing
29719 \begin_inset Quotes erd
29720 \end_inset
29721
29722
29723 \begin_inset ERT
29724 status collapsed
29725
29726 \begin_layout Plain Layout
29727
29728 }
29729 \end_layout
29730
29731 \end_inset
29732
29733  as raised word.
29734 \end_layout
29735
29736 \begin_layout Section
29737 Colored Boxes
29738 \begin_inset CommandInset label
29739 LatexCommand label
29740 name "sec:Colored-Boxes"
29741
29742 \end_inset
29743
29744
29745 \begin_inset Index
29746 status collapsed
29747
29748 \begin_layout Plain Layout
29749 Boxes ! Color
29750 \end_layout
29751
29752 \end_inset
29753
29754
29755 \end_layout
29756
29757 \begin_layout Subsection
29758 Color for Text
29759 \begin_inset Index
29760 status collapsed
29761
29762 \begin_layout Plain Layout
29763 Color ! for Text
29764 \end_layout
29765
29766 \end_inset
29767
29768
29769 \end_layout
29770
29771 \begin_layout Standard
29772 To color the background of text the text must be put into a so called 
29773 \begin_inset Quotes eld
29774 \end_inset
29775
29776 colorbox
29777 \begin_inset Quotes erd
29778 \end_inset
29779
29780 .
29781  This requires that the LaTeX-package 
29782 \series bold
29783 color
29784 \series default
29785
29786 \begin_inset Index
29787 status collapsed
29788
29789 \begin_layout Plain Layout
29790 LaTeX-packages ! color
29791 \end_layout
29792
29793 \end_inset
29794
29795  is loaded in the document preamble with the command
29796 \end_layout
29797
29798 \begin_layout Standard
29799
29800 \series bold
29801
29802 \backslash
29803 @ifundefined{textcolor}
29804 \begin_inset Newline newline
29805 \end_inset
29806
29807
29808 \begin_inset ERT
29809 status collapsed
29810
29811 \begin_layout Plain Layout
29812
29813
29814 \backslash
29815 hphantom{ }
29816 \end_layout
29817
29818 \end_inset
29819
29820 {
29821 \backslash
29822 usepackage{color}}{}
29823 \end_layout
29824
29825 \begin_layout Standard
29826 The package 
29827 \series bold
29828 color
29829 \series default
29830  will be loaded automatically by LyX when you color text
29831 \begin_inset Foot
29832 status collapsed
29833
29834 \begin_layout Plain Layout
29835 To avoid that it is loaded twice the command 
29836 \series bold
29837
29838 \backslash
29839 @ifundefined
29840 \series default
29841  is used.
29842 \end_layout
29843
29844 \end_inset
29845
29846 .
29847 \end_layout
29848
29849 \begin_layout Standard
29850 \begin_inset VSpace medskip
29851 \end_inset
29852
29853 Colorboxes are created with the command 
29854 \series bold
29855
29856 \backslash
29857 colorbox
29858 \series default
29859 .
29860  This will be used with the following scheme:
29861 \end_layout
29862
29863 \begin_layout Standard
29864
29865 \series bold
29866
29867 \backslash
29868 colorbox{color}{box content}
29869 \end_layout
29870
29871 \begin_layout Standard
29872 The box content can also be a box and colorboxes can also be within other
29873  boxes.
29874 \end_layout
29875
29876 \begin_layout Standard
29877 The following colors are predefined:
29878 \begin_inset Newline newline
29879 \end_inset
29880
29881
29882 \family sans
29883 black
29884 \family default
29885
29886 \family sans
29887 blue
29888 \family default
29889
29890 \family sans
29891 cyan
29892 \family default
29893 \series bold
29894 ,
29895 \series default
29896  
29897 \family sans
29898 green
29899 \family default
29900
29901 \family sans
29902 magenta
29903 \family default
29904
29905 \family sans
29906 red
29907 \family default
29908
29909 \family sans
29910 white
29911 \family default
29912 , and 
29913 \family sans
29914 yellow
29915 \family default
29916 .
29917 \begin_inset Newline newline
29918 \end_inset
29919
29920 You can also define your own color as described in section
29921 \begin_inset space ~
29922 \end_inset
29923
29924
29925 \begin_inset CommandInset ref
29926 LatexCommand ref
29927 reference "sec:Colored-Tables"
29928
29929 \end_inset
29930
29931 .
29932 \end_layout
29933
29934 \begin_layout Standard
29935 To have e.
29936 \begin_inset space \thinspace{}
29937 \end_inset
29938
29939 g.
29940 \begin_inset space \space{}
29941 \end_inset
29942
29943 a red background for a word, insert the command
29944 \end_layout
29945
29946 \begin_layout Standard
29947
29948 \series bold
29949
29950 \backslash
29951 colorbox{red}{
29952 \end_layout
29953
29954 \begin_layout Standard
29955 before the word in TeX-Code.
29956  Behind the word insert a closing brace 
29957 \begin_inset Quotes eld
29958 \end_inset
29959
29960
29961 \series bold
29962 }
29963 \series default
29964
29965 \begin_inset Quotes erd
29966 \end_inset
29967
29968  in TeX-Code.
29969 \begin_inset Newline newline
29970 \end_inset
29971
29972 This is the result:
29973 \end_layout
29974
29975 \begin_layout Standard
29976 This is a line where the word 
29977 \begin_inset ERT
29978 status collapsed
29979
29980 \begin_layout Plain Layout
29981
29982
29983 \backslash
29984 colorbox{red}{
29985 \end_layout
29986
29987 \end_inset
29988
29989
29990 \begin_inset Quotes eld
29991 \end_inset
29992
29993 Attention!
29994 \begin_inset Quotes erd
29995 \end_inset
29996
29997
29998 \begin_inset ERT
29999 status collapsed
30000
30001 \begin_layout Plain Layout
30002
30003 }
30004 \end_layout
30005
30006 \end_inset
30007
30008  has a red background.
30009 \end_layout
30010
30011 \begin_layout Standard
30012 \begin_inset VSpace bigskip
30013 \end_inset
30014
30015 If you would have the box frame in a different color, you can use the command
30016  
30017 \series bold
30018
30019 \backslash
30020 fcolorbox
30021 \series default
30022  with the following scheme:
30023 \end_layout
30024
30025 \begin_layout Standard
30026
30027 \series bold
30028
30029 \backslash
30030 fcolorbox{frame color}{box color}{box content}
30031 \end_layout
30032
30033 \begin_layout Standard
30034
30035 \series bold
30036
30037 \backslash
30038 fcolorbox
30039 \series default
30040  is an extension to 
30041 \series bold
30042
30043 \backslash
30044 colorbox
30045 \series default
30046 .
30047  The frame thickness and the space between the frame and the box content
30048  can be adjusted with the lengths 
30049 \series bold
30050
30051 \backslash
30052 fboxrule
30053 \series default
30054  and 
30055 \series bold
30056
30057 \backslash
30058 fboxsep
30059 \series default
30060 , respectively, as described in section
30061 \begin_inset space ~
30062 \end_inset
30063
30064
30065 \begin_inset CommandInset ref
30066 LatexCommand ref
30067 reference "sec:Decoration"
30068
30069 \end_inset
30070
30071 .
30072 \end_layout
30073
30074 \begin_layout Standard
30075 For the following example the command
30076 \end_layout
30077
30078 \begin_layout Standard
30079
30080 \series bold
30081
30082 \backslash
30083 fcolorbox{cyan}{magenta}{
30084 \end_layout
30085
30086 \begin_layout Standard
30087 was used.
30088 \end_layout
30089
30090 \begin_layout Standard
30091 Here is an example where the frame line thickness was set to 1
30092 \begin_inset space \thinspace{}
30093 \end_inset
30094
30095 mm:
30096 \begin_inset Newline newline
30097 \end_inset
30098
30099
30100 \begin_inset ERT
30101 status collapsed
30102
30103 \begin_layout Plain Layout
30104
30105
30106 \backslash
30107 fboxrule 1mm 
30108 \backslash
30109 fboxsep 1mm
30110 \end_layout
30111
30112 \end_inset
30113
30114
30115 \begin_inset ERT
30116 status collapsed
30117
30118 \begin_layout Plain Layout
30119
30120
30121 \backslash
30122 fcolorbox{cyan}{magenta}{
30123 \end_layout
30124
30125 \end_inset
30126
30127 This is text within a colored, framed box.
30128 \begin_inset ERT
30129 status collapsed
30130
30131 \begin_layout Plain Layout
30132
30133 }
30134 \end_layout
30135
30136 \end_inset
30137
30138
30139 \end_layout
30140
30141 \begin_layout Standard
30142 \begin_inset VSpace bigskip
30143 \end_inset
30144
30145 Of course you can also have colored text inside a colorbox:
30146 \begin_inset Newline newline
30147 \end_inset
30148
30149
30150 \begin_inset ERT
30151 status collapsed
30152
30153 \begin_layout Plain Layout
30154
30155
30156 \backslash
30157 fcolorbox{cyan}{magenta}{
30158 \end_layout
30159
30160 \end_inset
30161
30162
30163 \color yellow
30164 This is colored text within a colored, framed box.
30165 \color none
30166
30167 \begin_inset ERT
30168 status collapsed
30169
30170 \begin_layout Plain Layout
30171
30172 }
30173 \end_layout
30174
30175 \end_inset
30176
30177
30178 \begin_inset ERT
30179 status collapsed
30180
30181 \begin_layout Plain Layout
30182
30183
30184 \backslash
30185 fboxrule 0.4pt 
30186 \backslash
30187 fboxsep 3pt
30188 \end_layout
30189
30190 \end_inset
30191
30192
30193 \end_layout
30194
30195 \begin_layout Standard
30196
30197 \series bold
30198 \begin_inset VSpace medskip
30199 \end_inset
30200
30201
30202 \end_layout
30203
30204 \begin_layout Standard
30205 \begin_inset Note Greyedout
30206 status open
30207
30208 \begin_layout Plain Layout
30209
30210 \series bold
30211 Note:
30212 \series default
30213  Text in colorboxes cannot have line breaks.
30214  To color multiple text lines or paragraphs, use a box inside a colorbox
30215  as described in the following.
30216 \end_layout
30217
30218 \end_inset
30219
30220
30221 \end_layout
30222
30223 \begin_layout Subsection
30224 Color for Paragraphs
30225 \begin_inset CommandInset label
30226 LatexCommand label
30227 name "sub:Color-for-Paragraphs"
30228
30229 \end_inset
30230
30231
30232 \begin_inset Index
30233 status collapsed
30234
30235 \begin_layout Plain Layout
30236 Color ! for Paragraphs
30237 \end_layout
30238
30239 \end_inset
30240
30241
30242 \end_layout
30243
30244 \begin_layout Standard
30245 To set the background color for more than one text line, put the text into
30246  a minipage.
30247  Before the minipage insert the 
30248 \series bold
30249
30250 \backslash
30251 colorbox
30252 \series default
30253  command
30254 \end_layout
30255
30256 \begin_layout Standard
30257
30258 \series bold
30259
30260 \backslash
30261 colorbox{color}{
30262 \end_layout
30263
30264 \begin_layout Standard
30265 in TeX-Code.
30266  Behind the minipage insert a closing brace 
30267 \begin_inset Quotes eld
30268 \end_inset
30269
30270
30271 \series bold
30272 }
30273 \series default
30274
30275 \begin_inset Quotes erd
30276 \end_inset
30277
30278  in TeX-Code.
30279 \end_layout
30280
30281 \begin_layout Standard
30282 \begin_inset ERT
30283 status collapsed
30284
30285 \begin_layout Plain Layout
30286
30287
30288 \backslash
30289 colorbox{lightgrey}{
30290 \end_layout
30291
30292 \end_inset
30293
30294
30295 \begin_inset Box Frameless
30296 position "t"
30297 hor_pos "c"
30298 has_inner_box 1
30299 inner_pos "t"
30300 use_parbox 0
30301 width "100col%"
30302 special "none"
30303 height "1in"
30304 height_special "totalheight"
30305 status collapsed
30306
30307 \begin_layout Plain Layout
30308 This is text with background color.
30309  This is text with background color.
30310 \end_layout
30311
30312 \begin_layout Plain Layout
30313 \begin_inset VSpace defskip
30314 \end_inset
30315
30316 The text can have footnotes
30317 \begin_inset Foot
30318 status collapsed
30319
30320 \begin_layout Plain Layout
30321 Another example footnote
30322 \end_layout
30323
30324 \end_inset
30325
30326  and can include tables and figures.
30327 \end_layout
30328
30329 \begin_layout Plain Layout
30330 \align center
30331 \begin_inset Tabular
30332 <lyxtabular version="3" rows="3" columns="3">
30333 <features>
30334 <column alignment="center" valignment="top" width="0">
30335 <column alignment="center" valignment="top" width="0">
30336 <column alignment="center" valignment="top" width="0">
30337 <row>
30338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30339 \begin_inset Text
30340
30341 \begin_layout Plain Layout
30342 a
30343 \end_layout
30344
30345 \end_inset
30346 </cell>
30347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30348 \begin_inset Text
30349
30350 \begin_layout Plain Layout
30351 !
30352 \end_layout
30353
30354 \end_inset
30355 </cell>
30356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30357 \begin_inset Text
30358
30359 \begin_layout Plain Layout
30360 3
30361 \end_layout
30362
30363 \end_inset
30364 </cell>
30365 </row>
30366 <row>
30367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30368 \begin_inset Text
30369
30370 \begin_layout Plain Layout
30371 <
30372 \end_layout
30373
30374 \end_inset
30375 </cell>
30376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30377 \begin_inset Text
30378
30379 \begin_layout Plain Layout
30380 b2
30381 \begin_inset Quotes erd
30382 \end_inset
30383
30384 |
30385 \end_layout
30386
30387 \end_inset
30388 </cell>
30389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30390 \begin_inset Text
30391
30392 \begin_layout Plain Layout
30393 >
30394 \end_layout
30395
30396 \end_inset
30397 </cell>
30398 </row>
30399 <row>
30400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30401 \begin_inset Text
30402
30403 \begin_layout Plain Layout
30404 1
30405 \end_layout
30406
30407 \end_inset
30408 </cell>
30409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30410 \begin_inset Text
30411
30412 \begin_layout Plain Layout
30413 §
30414 \end_layout
30415
30416 \end_inset
30417 </cell>
30418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30419 \begin_inset Text
30420
30421 \begin_layout Plain Layout
30422 c
30423 \end_layout
30424
30425 \end_inset
30426 </cell>
30427 </row>
30428 </lyxtabular>
30429
30430 \end_inset
30431
30432
30433 \end_layout
30434
30435 \end_inset
30436
30437
30438 \begin_inset ERT
30439 status collapsed
30440
30441 \begin_layout Plain Layout
30442
30443 }
30444 \end_layout
30445
30446 \end_inset
30447
30448
30449 \end_layout
30450
30451 \begin_layout Section
30452 Rotated and Scaled Boxes
30453 \end_layout
30454
30455 \begin_layout Standard
30456 To use the the commands described in this section, the LaTeX-package 
30457 \series bold
30458 graphicx
30459 \series default
30460
30461 \begin_inset Index
30462 status collapsed
30463
30464 \begin_layout Plain Layout
30465 LaTeX-packages ! graphicx
30466 \end_layout
30467
30468 \end_inset
30469
30470  needs to be loaded in the document preamble with the command
30471 \end_layout
30472
30473 \begin_layout Standard
30474
30475 \series bold
30476
30477 \backslash
30478 @ifundefined{rotatebox}
30479 \begin_inset Newline newline
30480 \end_inset
30481
30482
30483 \begin_inset ERT
30484 status collapsed
30485
30486 \begin_layout Plain Layout
30487
30488
30489 \backslash
30490 hphantom{ }
30491 \end_layout
30492
30493 \end_inset
30494
30495 {
30496 \backslash
30497 usepackage{graphicx}}{}
30498 \end_layout
30499
30500 \begin_layout Standard
30501 \begin_inset Note Greyedout
30502 status open
30503
30504 \begin_layout Plain Layout
30505
30506 \series bold
30507 Note:
30508 \series default
30509  Some DVI-viewers can't display rotated or scaled material.
30510 \end_layout
30511
30512 \end_inset
30513
30514
30515 \end_layout
30516
30517 \begin_layout Standard
30518 \begin_inset Note Greyedout
30519 status open
30520
30521 \begin_layout Plain Layout
30522
30523 \series bold
30524 Note:
30525 \series default
30526  Floats mustn't be inside a rotated or scaled box.
30527 \end_layout
30528
30529 \end_inset
30530
30531
30532 \end_layout
30533
30534 \begin_layout Subsection
30535 Rotated Boxes
30536 \begin_inset Index
30537 status collapsed
30538
30539 \begin_layout Plain Layout
30540 Boxes ! rotated
30541 \end_layout
30542
30543 \end_inset
30544
30545
30546 \begin_inset Index
30547 status collapsed
30548
30549 \begin_layout Plain Layout
30550 Rotated material
30551 \end_layout
30552
30553 \end_inset
30554
30555
30556 \begin_inset Index
30557 status collapsed
30558
30559 \begin_layout Plain Layout
30560 Figures ! rotated
30561 \end_layout
30562
30563 \end_inset
30564
30565
30566 \begin_inset Index
30567 status collapsed
30568
30569 \begin_layout Plain Layout
30570 Table Customization ! Rotating
30571 \end_layout
30572
30573 \end_inset
30574
30575
30576 \end_layout
30577
30578 \begin_layout Standard
30579 To rotate material, you can put it into a rotated box.
30580  Such a box is created using the command 
30581 \series bold
30582
30583 \backslash
30584 rotatebox
30585 \series default
30586  in TeX-Code with the following scheme:
30587 \end_layout
30588
30589 \begin_layout Standard
30590
30591 \series bold
30592
30593 \backslash
30594 rotatebox[rotation origin]{rotation angle}{box content}
30595 \end_layout
30596
30597 \begin_layout Standard
30598 The rotation origin is specified in the form 
30599 \series bold
30600 origin=position
30601 \series default
30602 .
30603  The following positions are possible: 
30604 \emph on
30605 c
30606 \emph default
30607  (center), 
30608 \emph on
30609 l
30610 \emph default
30611  (left), 
30612 \emph on
30613 r
30614 \emph default
30615  (right), 
30616 \emph on
30617 b
30618 \emph default
30619  (bottom), 
30620 \emph on
30621 t
30622 \emph default
30623  (top), and also expedient combinations of the four base positions.
30624  For example 
30625 \emph on
30626 lt
30627 \emph default
30628  means, that the rotation origin is at the top left corner of the box.
30629  When no rotation origin is specified, the position 
30630 \emph on
30631 l
30632 \emph default
30633  will be used.
30634  The rotation angle is a number that can be negative that specifies the
30635  angle in degrees.
30636  The rotation direction is counterclockwise.
30637 \end_layout
30638
30639 \begin_layout Standard
30640 In the following example the command 
30641 \series bold
30642
30643 \backslash
30644 rotatebox[origin=c]{60}{
30645 \series default
30646  was inserted as TeX-Code before the text 
30647 \begin_inset Quotes eld
30648 \end_inset
30649
30650 with rotated
30651 \begin_inset Quotes erd
30652 \end_inset
30653
30654 ; after the text the box was closed by a closing brace 
30655 \series bold
30656 }
30657 \series default
30658  in TeX-Code.
30659 \end_layout
30660
30661 \begin_layout Standard
30662 This is a line 
30663 \begin_inset ERT
30664 status collapsed
30665
30666 \begin_layout Plain Layout
30667
30668
30669 \backslash
30670 rotatebox[origin=c]{60}{
30671 \end_layout
30672
30673 \end_inset
30674
30675 with rotated
30676 \begin_inset ERT
30677 status collapsed
30678
30679 \begin_layout Plain Layout
30680
30681 }
30682 \end_layout
30683
30684 \end_inset
30685
30686  text.
30687 \end_layout
30688
30689 \begin_layout Standard
30690 The box content can also be another box or an inline formula:
30691 \end_layout
30692
30693 \begin_layout Standard
30694 This is a line
30695 \begin_inset ERT
30696 status collapsed
30697
30698 \begin_layout Plain Layout
30699
30700
30701 \backslash
30702 rotatebox[origin=r]{-60}{
30703 \end_layout
30704
30705 \end_inset
30706
30707
30708 \begin_inset Box Doublebox
30709 position "c"
30710 hor_pos "c"
30711 has_inner_box 0
30712 inner_pos "c"
30713 use_parbox 0
30714 width "1in"
30715 special "width"
30716 height "1in"
30717 height_special "totalheight"
30718 status collapsed
30719
30720 \begin_layout Plain Layout
30721 with rotated
30722 \end_layout
30723
30724 \end_inset
30725
30726
30727 \begin_inset ERT
30728 status collapsed
30729
30730 \begin_layout Plain Layout
30731
30732 }
30733 \end_layout
30734
30735 \end_inset
30736
30737  framed text 
30738 \begin_inset ERT
30739 status collapsed
30740
30741 \begin_layout Plain Layout
30742
30743
30744 \backslash
30745 rotatebox[origin=lb]{60}{
30746 \end_layout
30747
30748 \end_inset
30749
30750
30751 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30752 \end_inset
30753
30754
30755 \begin_inset ERT
30756 status collapsed
30757
30758 \begin_layout Plain Layout
30759
30760 }
30761 \end_layout
30762
30763 \end_inset
30764
30765  and a formula.
30766 \end_layout
30767
30768 \begin_layout Standard
30769 or an image or table:
30770 \end_layout
30771
30772 \begin_layout Standard
30773 This is a line
30774 \begin_inset ERT
30775 status collapsed
30776
30777 \begin_layout Plain Layout
30778
30779
30780 \backslash
30781 rotatebox[origin=lb]{90}{
30782 \end_layout
30783
30784 \end_inset
30785
30786
30787 \begin_inset Graphics
30788         filename clipart/platypus.eps
30789         lyxscale 50
30790         width 25col%
30791
30792 \end_inset
30793
30794
30795 \begin_inset ERT
30796 status collapsed
30797
30798 \begin_layout Plain Layout
30799
30800 }
30801 \end_layout
30802
30803 \end_inset
30804
30805  with a rotated image 
30806 \begin_inset ERT
30807 status collapsed
30808
30809 \begin_layout Plain Layout
30810
30811
30812 \backslash
30813 rotatebox[origin=l]{-90}{
30814 \end_layout
30815
30816 \end_inset
30817
30818
30819 \begin_inset Tabular
30820 <lyxtabular version="3" rows="2" columns="2">
30821 <features>
30822 <column alignment="center" valignment="top" width="0">
30823 <column alignment="center" valignment="top" width="0">
30824 <row>
30825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30826 \begin_inset Text
30827
30828 \begin_layout Plain Layout
30829 q
30830 \end_layout
30831
30832 \end_inset
30833 </cell>
30834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30835 \begin_inset Text
30836
30837 \begin_layout Plain Layout
30838 w
30839 \end_layout
30840
30841 \end_inset
30842 </cell>
30843 </row>
30844 <row>
30845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30846 \begin_inset Text
30847
30848 \begin_layout Plain Layout
30849 e
30850 \end_layout
30851
30852 \end_inset
30853 </cell>
30854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30855 \begin_inset Text
30856
30857 \begin_layout Plain Layout
30858 r
30859 \end_layout
30860
30861 \end_inset
30862 </cell>
30863 </row>
30864 </lyxtabular>
30865
30866 \end_inset
30867
30868
30869 \begin_inset ERT
30870 status collapsed
30871
30872 \begin_layout Plain Layout
30873
30874 }
30875 \end_layout
30876
30877 \end_inset
30878
30879  and table.
30880 \end_layout
30881
30882 \begin_layout Subsection
30883 Scaled Boxes
30884 \begin_inset Index
30885 status collapsed
30886
30887 \begin_layout Plain Layout
30888 Boxes ! scaled
30889 \end_layout
30890
30891 \end_inset
30892
30893
30894 \begin_inset Index
30895 status collapsed
30896
30897 \begin_layout Plain Layout
30898 Scaled material
30899 \end_layout
30900
30901 \end_inset
30902
30903
30904 \begin_inset Index
30905 status collapsed
30906
30907 \begin_layout Plain Layout
30908 Figures ! scaled
30909 \end_layout
30910
30911 \end_inset
30912
30913
30914 \begin_inset Index
30915 status collapsed
30916
30917 \begin_layout Plain Layout
30918 Table Customization ! Scaling
30919 \end_layout
30920
30921 \end_inset
30922
30923
30924 \end_layout
30925
30926 \begin_layout Standard
30927 To scale material the commands 
30928 \series bold
30929
30930 \backslash
30931 scalebox
30932 \series default
30933  and 
30934 \series bold
30935
30936 \backslash
30937 resizebox
30938 \series default
30939  can be used as TeX-Code.
30940 \end_layout
30941
30942 \begin_layout Standard
30943
30944 \series bold
30945
30946 \backslash
30947 scalebox
30948 \series default
30949  is used with the following scheme:
30950 \end_layout
30951
30952 \begin_layout Standard
30953
30954 \series bold
30955
30956 \backslash
30957 scalebox{horizontal}[vertical]{box content}
30958 \end_layout
30959
30960 \begin_layout Standard
30961 Horizontal and vertical are the corresponding scaling factors.
30962  If no vertical scaling factor is given, the horizontal factor will also
30963  be used as vertical one.
30964 \end_layout
30965
30966 \begin_layout Standard
30967 The command 
30968 \series bold
30969
30970 \backslash
30971 scalebox{2}{Hello}
30972 \series default
30973  creates for example a double size 
30974 \begin_inset ERT
30975 status collapsed
30976
30977 \begin_layout Plain Layout
30978
30979
30980 \backslash
30981 scalebox{2}{
30982 \end_layout
30983
30984 \end_inset
30985
30986 Hello
30987 \begin_inset ERT
30988 status collapsed
30989
30990 \begin_layout Plain Layout
30991
30992 }
30993 \end_layout
30994
30995 \end_inset
30996
30997 , compared to the document text size.
30998 \end_layout
30999
31000 \begin_layout Standard
31001
31002 \series bold
31003
31004 \backslash
31005 scalebox{2}[1]{Hello}
31006 \series default
31007  in contrary distorts the 
31008 \begin_inset ERT
31009 status collapsed
31010
31011 \begin_layout Plain Layout
31012
31013
31014 \backslash
31015 scalebox{2}[1]{
31016 \end_layout
31017
31018 \end_inset
31019
31020 Hello
31021 \begin_inset ERT
31022 status collapsed
31023
31024 \begin_layout Plain Layout
31025
31026 }
31027 \end_layout
31028
31029 \end_inset
31030
31031 .
31032 \end_layout
31033
31034 \begin_layout Standard
31035 If a the scaling factor is negative, the box content will be mirrored.
31036  Therefore the command 
31037 \series bold
31038
31039 \backslash
31040 scalebox{-1}[1]{Hello}
31041 \series default
31042  can be used to create mirror writing: 
31043 \begin_inset ERT
31044 status collapsed
31045
31046 \begin_layout Plain Layout
31047
31048
31049 \backslash
31050 scalebox{-1}[1]{
31051 \end_layout
31052
31053 \end_inset
31054
31055 Hello
31056 \begin_inset ERT
31057 status collapsed
31058
31059 \begin_layout Plain Layout
31060
31061 }
31062 \end_layout
31063
31064 \end_inset
31065
31066
31067 \end_layout
31068
31069 \begin_layout Standard
31070
31071 \series bold
31072
31073 \backslash
31074 scalebox{1}[-1]{Hello}
31075 \series default
31076  reflects the 
31077 \begin_inset ERT
31078 status collapsed
31079
31080 \begin_layout Plain Layout
31081
31082
31083 \backslash
31084 scalebox{1}[-1]{
31085 \end_layout
31086
31087 \end_inset
31088
31089 Hello
31090 \begin_inset ERT
31091 status collapsed
31092
31093 \begin_layout Plain Layout
31094
31095 }
31096 \end_layout
31097
31098 \end_inset
31099
31100  at the base line.
31101 \end_layout
31102
31103 \begin_layout Standard
31104 Equivalent to 
31105 \series bold
31106
31107 \backslash
31108 scalebox{-1}[1]{box content}
31109 \series default
31110  there exists the command
31111 \begin_inset Newline newline
31112 \end_inset
31113
31114
31115 \series bold
31116
31117 \backslash
31118 reflectbox{box content}
31119 \series default
31120 .
31121 \end_layout
31122
31123 \begin_layout Standard
31124 \begin_inset VSpace bigskip
31125 \end_inset
31126
31127 The command 
31128 \series bold
31129
31130 \backslash
31131 resizebox
31132 \series default
31133  is used to scale the box to a defined width and height.
31134  The command scheme is:
31135 \end_layout
31136
31137 \begin_layout Standard
31138
31139 \series bold
31140
31141 \backslash
31142 resizebox{width}{height}{box content}
31143 \end_layout
31144
31145 \begin_layout Standard
31146 Is one of the two command arguments given as exclamation mark 
31147 \series bold
31148 !
31149 \series default
31150 , the size is set so that the aspect ratio of the box content is kept.
31151 \end_layout
31152
31153 \begin_layout Standard
31154 The command 
31155 \series bold
31156
31157 \backslash
31158 resizebox{2cm}{1cm}{Hello}
31159 \series default
31160  produces: 
31161 \begin_inset ERT
31162 status collapsed
31163
31164 \begin_layout Plain Layout
31165
31166
31167 \backslash
31168 resizebox{2cm}{1cm}{
31169 \end_layout
31170
31171 \end_inset
31172
31173 Hello
31174 \begin_inset ERT
31175 status collapsed
31176
31177 \begin_layout Plain Layout
31178
31179 }
31180 \end_layout
31181
31182 \end_inset
31183
31184
31185 \begin_inset Newline newline
31186 \end_inset
31187
31188 The command 
31189 \series bold
31190
31191 \backslash
31192 resizebox{2cm}{!}{Hello}
31193 \series default
31194  produces: 
31195 \begin_inset ERT
31196 status collapsed
31197
31198 \begin_layout Plain Layout
31199
31200
31201 \backslash
31202 resizebox{2cm}{!}{
31203 \end_layout
31204
31205 \end_inset
31206
31207 Hello
31208 \begin_inset ERT
31209 status collapsed
31210
31211 \begin_layout Plain Layout
31212
31213 }
31214 \end_layout
31215
31216 \end_inset
31217
31218
31219 \end_layout
31220
31221 \begin_layout Standard
31222 \begin_inset VSpace bigskip
31223 \end_inset
31224
31225
31226 \begin_inset Note Greyedout
31227 status open
31228
31229 \begin_layout Plain Layout
31230
31231 \series bold
31232 Note:
31233 \series default
31234  When arguments of 
31235 \series bold
31236
31237 \backslash
31238 scalebox
31239 \series default
31240  or 
31241 \series bold
31242
31243 \backslash
31244 resizebox
31245 \series default
31246  are set to zero, no LaTeX-errors occur when exporting the document but
31247  the exported files can not or only partly be displayed.
31248 \end_layout
31249
31250 \end_inset
31251
31252
31253 \end_layout
31254
31255 \begin_layout Standard
31256 \begin_inset VSpace bigskip
31257 \end_inset
31258
31259
31260 \end_layout
31261
31262 \begin_layout Standard
31263 The boxes can be combined in any order.
31264  E.
31265 \begin_inset space \thinspace{}
31266 \end_inset
31267
31268 g.
31269 \begin_inset space \space{}
31270 \end_inset
31271
31272 the command
31273 \begin_inset Newline newline
31274 \end_inset
31275
31276
31277 \series bold
31278
31279 \backslash
31280 rotatebox[origin=c]{-45}{
31281 \backslash
31282 resizebox{2cm}{!}{
31283 \backslash
31284 reflectbox{Hello}}}
31285 \begin_inset Newline newline
31286 \end_inset
31287
31288
31289 \series default
31290 produces:
31291 \end_layout
31292
31293 \begin_layout Standard
31294 \align center
31295 \begin_inset ERT
31296 status collapsed
31297
31298 \begin_layout Plain Layout
31299
31300
31301 \backslash
31302 rotatebox[origin=c]{-45}{
31303 \backslash
31304 resizebox{2cm}{!}{
31305 \backslash
31306 reflectbox{
31307 \end_layout
31308
31309 \end_inset
31310
31311 Hello
31312 \begin_inset ERT
31313 status collapsed
31314
31315 \begin_layout Plain Layout
31316
31317 }}}
31318 \end_layout
31319
31320 \end_inset
31321
31322
31323 \end_layout
31324
31325 \begin_layout Standard
31326 \noindent
31327 Images, tables, and inline formulas are allowed as box content:
31328 \end_layout
31329
31330 \begin_layout Standard
31331 \align center
31332 \begin_inset ERT
31333 status collapsed
31334
31335 \begin_layout Plain Layout
31336
31337
31338 \backslash
31339 rotatebox[origin=c]{-30}{
31340 \backslash
31341 resizebox{2cm}{!}{
31342 \backslash
31343 reflectbox{
31344 \end_layout
31345
31346 \end_inset
31347
31348
31349 \begin_inset Graphics
31350         filename clipart/platypus.eps
31351         lyxscale 50
31352         width 25col%
31353
31354 \end_inset
31355
31356
31357 \begin_inset ERT
31358 status collapsed
31359
31360 \begin_layout Plain Layout
31361
31362 }}}
31363 \end_layout
31364
31365 \end_inset
31366
31367
31368 \begin_inset ERT
31369 status collapsed
31370
31371 \begin_layout Plain Layout
31372
31373
31374 \backslash
31375 rotatebox[origin=c]{-45}{
31376 \backslash
31377 resizebox{2cm}{!}{
31378 \backslash
31379 reflectbox{
31380 \end_layout
31381
31382 \end_inset
31383
31384
31385 \begin_inset Tabular
31386 <lyxtabular version="3" rows="2" columns="2">
31387 <features>
31388 <column alignment="center" valignment="top" width="0">
31389 <column alignment="center" valignment="top" width="0">
31390 <row>
31391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31392 \begin_inset Text
31393
31394 \begin_layout Plain Layout
31395 q
31396 \end_layout
31397
31398 \end_inset
31399 </cell>
31400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31401 \begin_inset Text
31402
31403 \begin_layout Plain Layout
31404 w
31405 \end_layout
31406
31407 \end_inset
31408 </cell>
31409 </row>
31410 <row>
31411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31412 \begin_inset Text
31413
31414 \begin_layout Plain Layout
31415 e
31416 \end_layout
31417
31418 \end_inset
31419 </cell>
31420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31421 \begin_inset Text
31422
31423 \begin_layout Plain Layout
31424 r
31425 \end_layout
31426
31427 \end_inset
31428 </cell>
31429 </row>
31430 </lyxtabular>
31431
31432 \end_inset
31433
31434
31435 \begin_inset ERT
31436 status collapsed
31437
31438 \begin_layout Plain Layout
31439
31440 }}}
31441 \end_layout
31442
31443 \end_inset
31444
31445
31446 \begin_inset ERT
31447 status collapsed
31448
31449 \begin_layout Plain Layout
31450
31451
31452 \backslash
31453 rotatebox[origin=c]{-45}{
31454 \backslash
31455 resizebox{2cm}{!}{
31456 \backslash
31457 reflectbox{
31458 \end_layout
31459
31460 \end_inset
31461
31462
31463 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31464 \end_inset
31465
31466
31467 \begin_inset ERT
31468 status collapsed
31469
31470 \begin_layout Plain Layout
31471
31472 }}}
31473 \end_layout
31474
31475 \end_inset
31476
31477
31478 \end_layout
31479
31480 \begin_layout Standard
31481 When the global formula style 
31482 \series bold
31483 fleqn
31484 \series default
31485  is used in the document
31486 \begin_inset Foot
31487 status collapsed
31488
31489 \begin_layout Plain Layout
31490 When 
31491 \begin_inset Quotes eld
31492 \end_inset
31493
31494 fleqn
31495 \begin_inset Quotes erd
31496 \end_inset
31497
31498  is added to the document class options.
31499 \end_layout
31500
31501 \end_inset
31502
31503 , also display formulas can be scaled.
31504 \end_layout
31505
31506 \begin_layout Chapter
31507 External Document Parts
31508 \begin_inset Index
31509 status collapsed
31510
31511 \begin_layout Plain Layout
31512 External Document Parts
31513 \end_layout
31514
31515 \end_inset
31516
31517
31518 \end_layout
31519
31520 \begin_layout Standard
31521 With the menu 
31522 \family sans
31523 Insert\SpecialChar \menuseparator
31524 File
31525 \family default
31526  you can insert external material to your document.
31527  This can be:
31528 \end_layout
31529
31530 \begin_layout Description
31531 LyX
31532 \begin_inset space ~
31533 \end_inset
31534
31535 Document Another LyX document; its content is directly inserted to your
31536  document.
31537 \end_layout
31538
31539 \begin_layout Description
31540 Plain
31541 \begin_inset space ~
31542 \end_inset
31543
31544 Text A text document; every of its text lines is inserted to your document
31545  as own paragraph.
31546 \end_layout
31547
31548 \begin_layout Description
31549 Plain
31550 \begin_inset space ~
31551 \end_inset
31552
31553 Text,
31554 \begin_inset space ~
31555 \end_inset
31556
31557 Join
31558 \begin_inset space ~
31559 \end_inset
31560
31561 Lines A text document; its text lines are inserted as they are.
31562  Empty text lines creates a new paragraph in your document.
31563 \end_layout
31564
31565 \begin_layout Description
31566 External
31567 \begin_inset space ~
31568 \end_inset
31569
31570 Material Files in various formats.
31571 \end_layout
31572
31573 \begin_layout Description
31574 Child
31575 \begin_inset space ~
31576 \end_inset
31577
31578 Document LyX or LaTeX-documents.
31579 \end_layout
31580
31581 \begin_layout Section
31582 External Material
31583 \begin_inset Index
31584 status collapsed
31585
31586 \begin_layout Plain Layout
31587 External Document Parts ! External Material
31588 \end_layout
31589
31590 \end_inset
31591
31592
31593 \end_layout
31594
31595 \begin_layout Standard
31596 The external material feature allows you to insert files to your document
31597  without converting them previously to a format that can be read by the
31598  document output format because LyX takes care of needed conversions.
31599  This is similar to images that can be inserted in various image formats
31600  to LyX documents.
31601  When you have enabled Instant Preview in LyX's preferences under 
31602 \family sans
31603 Look
31604 \begin_inset space ~
31605 \end_inset
31606
31607 and
31608 \begin_inset space ~
31609 \end_inset
31610
31611 feel\SpecialChar \menuseparator
31612 Graphics
31613 \family default
31614 , the external material types Dia and Xfig is directly shown in LyX.
31615 \end_layout
31616
31617 \begin_layout Standard
31618 External material can be inserted via the 
31619 \family sans
31620 External Material
31621 \family default
31622  dialog that is accessible with the menu 
31623 \family sans
31624 Insert\SpecialChar \menuseparator
31625 File\SpecialChar \menuseparator
31626 External
31627 \begin_inset space ~
31628 \end_inset
31629
31630 Material
31631 \family default
31632 .
31633  Currently the following file types (
31634 \family sans
31635 Templates
31636 \family default
31637 ) are allowed:
31638 \end_layout
31639
31640 \begin_layout Description
31641 ChessDiagram This template supports chess position diagrams made with the
31642  program 
31643 \series bold
31644
31645 \begin_inset CommandInset href
31646 LatexCommand href
31647 name "XBoard"
31648 target "http://en.wikipedia.org/wiki/XBoard"
31649
31650 \end_inset
31651
31652
31653 \series default
31654 .
31655 \end_layout
31656
31657 \begin_layout Description
31658 Date This inserts the date in the form 
31659 \emph on
31660 Day-Month-Year
31661 \emph default
31662 .
31663  This is a date inserted as external material: 
31664 \begin_inset External
31665         template Date
31666         filename .
31667
31668 \end_inset
31669
31670
31671 \begin_inset space ~
31672 \end_inset
31673
31674
31675 \begin_inset Note Note
31676 status open
31677
31678 \begin_layout Plain Layout
31679 Remove the protected space when bug 4398 is fixed!
31680 \end_layout
31681
31682 \end_inset
31683
31684
31685 \begin_inset Newline newline
31686 \end_inset
31687
31688 The date is not shown within LyX, only in the output.
31689  There are two other methods of inserting a date: Via menu 
31690 \family sans
31691 Insert\SpecialChar \menuseparator
31692 Date
31693 \family default
31694  and with the LaTeX command 
31695 \series bold
31696
31697 \backslash
31698 today
31699 \series default
31700  as TeX-Code.
31701  The different methods are compared in Table
31702 \begin_inset space ~
31703 \end_inset
31704
31705
31706 \begin_inset CommandInset ref
31707 LatexCommand ref
31708 reference "tab:Comparison-of-the"
31709
31710 \end_inset
31711
31712 .
31713 \end_layout
31714
31715 \begin_layout Description
31716 Dia This template supports diagrams created with the program 
31717 \series bold
31718
31719 \begin_inset CommandInset href
31720 LatexCommand href
31721 name "Dia"
31722 target "http://en.wikipedia.org/wiki/Dia_(software)"
31723
31724 \end_inset
31725
31726
31727 \series default
31728 .
31729 \end_layout
31730
31731 \begin_layout Description
31732 LilyPond This template is used for music notation typeset with the program
31733 \begin_inset Newline linebreak
31734 \end_inset
31735
31736
31737 \series bold
31738
31739 \begin_inset CommandInset href
31740 LatexCommand href
31741 name "LilyPond"
31742 target "http://en.wikipedia.org/wiki/LilyPond"
31743
31744 \end_inset
31745
31746
31747 \series default
31748 .
31749 \end_layout
31750
31751 \begin_layout Description
31752 PDFPages With this template you can insert PDF documents to your document.
31753  To insert certain or all pages of a PDF, use the 
31754 \emph on
31755 pages
31756 \emph default
31757  option in the 
31758 \family sans
31759 Option
31760 \family default
31761  field in the 
31762 \family sans
31763 LaTeX and LyX options
31764 \family default
31765  tab according to the template description in the dialog.
31766  When no 
31767 \emph on
31768 pages
31769 \emph default
31770  option is given, only the first page of the PDF will be inserted.
31771 \end_layout
31772
31773 \begin_layout Description
31774 RasterImage This can be used for bitmap images.
31775  Nearly all popular image formats are supported.
31776  The image can be treated in the 
31777 \family sans
31778 External material
31779 \family default
31780  dialog like the images that are usually included via the 
31781 \family sans
31782 Graphics
31783 \family default
31784  dialog as described in section
31785 \begin_inset space ~
31786 \end_inset
31787
31788
31789 \begin_inset CommandInset ref
31790 LatexCommand ref
31791 reference "sec:Graphics-Dialog"
31792
31793 \end_inset
31794
31795 .
31796  The difference is that only raster images are allowed, that means that
31797  PDF and EPS-images are not supported.
31798 \end_layout
31799
31800 \begin_layout Description
31801 XFig This template supports images created with the program 
31802 \series bold
31803
31804 \begin_inset CommandInset href
31805 LatexCommand href
31806 name "Xfig"
31807 target "http://en.wikipedia.org/wiki/Xfig"
31808
31809 \end_inset
31810
31811
31812 \series default
31813 .
31814 \end_layout
31815
31816 \begin_layout Standard
31817 \begin_inset Float table
31818 placement h
31819 wide false
31820 sideways false
31821 status open
31822
31823 \begin_layout Plain Layout
31824 \begin_inset Caption
31825
31826 \begin_layout Plain Layout
31827 \begin_inset CommandInset label
31828 LatexCommand label
31829 name "tab:Comparison-of-the"
31830
31831 \end_inset
31832
31833 Comparison of the date input methods.
31834 \end_layout
31835
31836 \end_inset
31837
31838
31839 \end_layout
31840
31841 \begin_layout Plain Layout
31842 \align center
31843 \begin_inset Tabular
31844 <lyxtabular version="3" rows="4" columns="4">
31845 <features>
31846 <column alignment="center" valignment="top" width="0">
31847 <column alignment="center" valignment="top" width="0">
31848 <column alignment="center" valignment="top" width="0">
31849 <column alignment="center" valignment="top" width="0">
31850 <row>
31851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31852 \begin_inset Text
31853
31854 \begin_layout Plain Layout
31855 Document format
31856 \end_layout
31857
31858 \end_inset
31859 </cell>
31860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31861 \begin_inset Text
31862
31863 \begin_layout Plain Layout
31864
31865 \family sans
31866 External Material\SpecialChar \menuseparator
31867 Date
31868 \end_layout
31869
31870 \end_inset
31871 </cell>
31872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31873 \begin_inset Text
31874
31875 \begin_layout Plain Layout
31876
31877 \family sans
31878 Insert\SpecialChar \menuseparator
31879 Date
31880 \end_layout
31881
31882 \end_inset
31883 </cell>
31884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31885 \begin_inset Text
31886
31887 \begin_layout Plain Layout
31888 command 
31889 \series bold
31890
31891 \backslash
31892 today
31893 \end_layout
31894
31895 \end_inset
31896 </cell>
31897 </row>
31898 <row>
31899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31900 \begin_inset Text
31901
31902 \begin_layout Plain Layout
31903 LyX
31904 \end_layout
31905
31906 \end_inset
31907 </cell>
31908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31909 \begin_inset Text
31910
31911 \begin_layout Plain Layout
31912 as inset box
31913 \end_layout
31914
31915 \end_inset
31916 </cell>
31917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31918 \begin_inset Text
31919
31920 \begin_layout Plain Layout
31921 as date
31922 \end_layout
31923
31924 \end_inset
31925 </cell>
31926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31927 \begin_inset Text
31928
31929 \begin_layout Plain Layout
31930 as TeX-Code inset box
31931 \end_layout
31932
31933 \end_inset
31934 </cell>
31935 </row>
31936 <row>
31937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31938 \begin_inset Text
31939
31940 \begin_layout Plain Layout
31941 LaTeX
31942 \end_layout
31943
31944 \end_inset
31945 </cell>
31946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31947 \begin_inset Text
31948
31949 \begin_layout Plain Layout
31950 as date
31951 \end_layout
31952
31953 \end_inset
31954 </cell>
31955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31956 \begin_inset Text
31957
31958 \begin_layout Plain Layout
31959 as date
31960 \end_layout
31961
31962 \end_inset
31963 </cell>
31964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31965 \begin_inset Text
31966
31967 \begin_layout Plain Layout
31968 as command
31969 \end_layout
31970
31971 \end_inset
31972 </cell>
31973 </row>
31974 <row>
31975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31976 \begin_inset Text
31977
31978 \begin_layout Plain Layout
31979 DVI, PDF, PS
31980 \end_layout
31981
31982 \end_inset
31983 </cell>
31984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31985 \begin_inset Text
31986
31987 \begin_layout Plain Layout
31988 as date
31989 \end_layout
31990
31991 \end_inset
31992 </cell>
31993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31994 \begin_inset Text
31995
31996 \begin_layout Plain Layout
31997 as date
31998 \end_layout
31999
32000 \end_inset
32001 </cell>
32002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32003 \begin_inset Text
32004
32005 \begin_layout Plain Layout
32006 as date
32007 \end_layout
32008
32009 \end_inset
32010 </cell>
32011 </row>
32012 </lyxtabular>
32013
32014 \end_inset
32015
32016
32017 \end_layout
32018
32019 \end_inset
32020
32021
32022 \end_layout
32023
32024 \begin_layout Standard
32025 When you use the option 
32026 \family sans
32027 Draft
32028 \family default
32029  in the 
32030 \family sans
32031 File
32032 \family default
32033  tab of the 
32034 \family sans
32035 External Material
32036 \family default
32037  dialog, only the path to the inserted file is shown in the output.
32038 \begin_inset Newline newline
32039 \end_inset
32040
32041 External material is displayed in LyX either as box like this: 
32042 \begin_inset Graphics
32043         filename clipart/ExternalMaterialQt4.png
32044         scale 85
32045         scaleBeforeRotation
32046
32047 \end_inset
32048
32049  or as image, depending on the option 
32050 \family sans
32051 Show in LyX
32052 \family default
32053  in the 
32054 \family sans
32055 LaTeX and LyX options
32056 \family default
32057  tab of the dialog.
32058 \end_layout
32059
32060 \begin_layout Standard
32061 The 
32062 \family sans
32063 \emph on
32064 Customization
32065 \family default
32066 \emph default
32067  manual explains how you can define your own templates.
32068 \end_layout
32069
32070 \begin_layout Section
32071 Child Documents
32072 \begin_inset CommandInset label
32073 LatexCommand label
32074 name "sec:Child-Documents"
32075
32076 \end_inset
32077
32078
32079 \begin_inset Index
32080 status collapsed
32081
32082 \begin_layout Plain Layout
32083 External Document Parts ! Child Documents
32084 \end_layout
32085
32086 \end_inset
32087
32088
32089 \begin_inset Index
32090 status collapsed
32091
32092 \begin_layout Plain Layout
32093 Files ! Include
32094 \end_layout
32095
32096 \end_inset
32097
32098
32099 \end_layout
32100
32101 \begin_layout Standard
32102 Child documents are used when you have a long document consisting of several
32103  larger parts or sections.
32104  For maintenance it is often useful and sometimes even required to split
32105  the document in several files that can be revised separately.
32106  The different documents are then the so called child documents and a master
32107  document connects them to print the full document or parts of it.
32108  A child documents inherits contents of its master, for example the LaTeX
32109  preamble, the bibliography, and labels for cross-references.
32110 \end_layout
32111
32112 \begin_layout Standard
32113 To be able to work on child documents without the need to open its master,
32114  specify in the child document the master in the menu
32115 \family sans
32116  Document\SpecialChar \menuseparator
32117 Settings\SpecialChar \menuseparator
32118 Document
32119 \begin_inset space ~
32120 \end_inset
32121
32122 Class
32123 \family default
32124 .
32125  This master document will then be used in the background by LyX when you
32126  edit the child document.
32127 \end_layout
32128
32129 \begin_layout Standard
32130 Included documents are displayed in LyX as a box like this: 
32131 \begin_inset Graphics
32132         filename clipart/ChildDocumentQt4.png
32133         scale 85
32134         scaleBeforeRotation
32135
32136 \end_inset
32137
32138  To include child documents to a master document use the menu 
32139 \family sans
32140 Insert\SpecialChar \menuseparator
32141 File\SpecialChar \menuseparator
32142 Child
32143 \begin_inset space ~
32144 \end_inset
32145
32146 Documents
32147 \family default
32148 .
32149  A dialog pops up where you can choose between four include methods:
32150 \end_layout
32151
32152 \begin_layout Description
32153 Include You can include LyX and LaTeX-documents.
32154  When you press the 
32155 \family sans
32156 Load
32157 \family default
32158  button in the 
32159 \family sans
32160 Child Document
32161 \family default
32162  dialog, the included documents will be opened in LyX in a new file tab
32163  so that you can modify it.
32164 \begin_inset Newline newline
32165 \end_inset
32166
32167
32168 \end_layout
32169
32170 \begin_layout Standard
32171 Here is a child document inserted using 
32172 \family sans
32173 Include
32174 \family default
32175
32176 \begin_inset CommandInset include
32177 LatexCommand include
32178 filename "DummyDocument1.lyx"
32179
32180 \end_inset
32181
32182
32183 \end_layout
32184
32185 \begin_layout Standard
32186 The section numbering includes the sections of the included files in the
32187  order they are inserted in the master document.
32188  The included example document has for example a subsection that is numbered
32189  as subsection of this section.
32190  Labels of included documents can be referenced: Subsection
32191 \begin_inset space ~
32192 \end_inset
32193
32194
32195 \begin_inset CommandInset ref
32196 LatexCommand ref
32197 reference "sub:External-Subsection-1"
32198
32199 \end_inset
32200
32201
32202 \end_layout
32203
32204 \begin_layout Standard
32205 The preamble of the child document is ignored, only the preamble of the
32206  master document is used.
32207  Branches in child documents will be ignored by the master document when
32208  the master document does not have a branch with the same name.
32209  Included documents are inserted starting on a new page and end with a page
32210  break.
32211 \end_layout
32212
32213 \begin_layout Standard
32214 With the LaTeX-command 
32215 \series bold
32216
32217 \backslash
32218 includeonly 
32219 \series default
32220 you can specify which included child documents are processed when the output
32221  is generated.
32222  This is useful when you are perhaps only working on a certain chapter of
32223  your large document as this saves compiling time.
32224  
32225 \series bold
32226
32227 \backslash
32228 includeonly
32229 \series default
32230  is inserted to the master document preamble.
32231  It takes a comma-separated list of the filenames as argument, e.
32232 \begin_inset space \thinspace{}
32233 \end_inset
32234
32235 g.
32236 \end_layout
32237
32238 \begin_layout Standard
32239
32240 \series bold
32241
32242 \backslash
32243 includeonly{chapter1,chapter5}
32244 \end_layout
32245
32246 \begin_layout Standard
32247 will only process the included files named 
32248 \begin_inset Quotes eld
32249 \end_inset
32250
32251 chapter1.lyx
32252 \begin_inset Quotes erd
32253 \end_inset
32254
32255  (or 
32256 \begin_inset Quotes eld
32257 \end_inset
32258
32259 chapter1.tex
32260 \begin_inset Quotes erd
32261 \end_inset
32262
32263 ) and 
32264 \begin_inset Quotes eld
32265 \end_inset
32266
32267 chapter5.lyx
32268 \begin_inset Quotes erd
32269 \end_inset
32270
32271  .
32272 \end_layout
32273
32274 \begin_layout Standard
32275 \begin_inset Note Greyedout
32276 status open
32277
32278 \begin_layout Plain Layout
32279
32280 \series bold
32281 Note:
32282 \series default
32283  When you have included a LyX- or LaTeX-file, you are warned when you export/vie
32284 w the document in case that the child document uses another document class
32285  than the master document as this will lead to unexpected outputs.
32286 \end_layout
32287
32288 \end_inset
32289
32290
32291 \end_layout
32292
32293 \begin_layout Description
32294 Input This method is very similar to the Include method.
32295  The differences are:
32296 \end_layout
32297
32298 \begin_deeper
32299 \begin_layout Itemize
32300 Input files don't start with a new page and don't end with a page break.
32301 \end_layout
32302
32303 \begin_layout Itemize
32304 Input files can be previewed in LyX when 
32305 \family sans
32306 Instant
32307 \begin_inset space ~
32308 \end_inset
32309
32310 Preview
32311 \family default
32312  is enabled in LyX's preferences under 
32313 \family sans
32314 Look
32315 \begin_inset space ~
32316 \end_inset
32317
32318 and
32319 \begin_inset space ~
32320 \end_inset
32321
32322 feel\SpecialChar \menuseparator
32323 Graphics
32324 \family default
32325 .
32326 \end_layout
32327
32328 \begin_layout Itemize
32329 The LaTeX-command 
32330 \series bold
32331
32332 \backslash
32333 includeonly
32334 \series default
32335  cannot be used.
32336 \end_layout
32337
32338 \end_deeper
32339 \begin_layout Standard
32340 Here is a child document inserted using 
32341 \family sans
32342 Input
32343 \family default
32344
32345 \begin_inset CommandInset include
32346 LatexCommand input
32347 filename "DummyDocument2.lyx"
32348
32349 \end_inset
32350
32351
32352 \end_layout
32353
32354 \begin_layout Description
32355 Verbatim With this method every text file can be included.
32356  The file is shown in the output with its source code, no command used in
32357  the text is invoked.
32358  You can use the option 
32359 \family sans
32360 Mark spaces in output
32361 \family default
32362  that displays the character 
32363 \begin_inset Quotes eld
32364 \end_inset
32365
32366
32367 \begin_inset ERT
32368 status collapsed
32369
32370 \begin_layout Plain Layout
32371
32372
32373 \backslash
32374 textvisiblespace 
32375 \end_layout
32376
32377 \end_inset
32378
32379
32380 \begin_inset Quotes erd
32381 \end_inset
32382
32383  for every space character in the source code.
32384  The difference to the method via the menu 
32385 \family sans
32386 Insert\SpecialChar \menuseparator
32387 File\SpecialChar \menuseparator
32388 Plain
32389 \begin_inset space ~
32390 \end_inset
32391
32392 Text
32393 \family default
32394  is that the document content is not shown in LyX.
32395 \end_layout
32396
32397 \begin_layout Standard
32398 Here is a child document inserted as Verbatim: 
32399 \begin_inset CommandInset include
32400 LatexCommand verbatiminput
32401 filename "DummyTextDocument.txt"
32402
32403 \end_inset
32404
32405
32406 \begin_inset VSpace bigskip
32407 \end_inset
32408
32409 Here is a child document inserted as Verbatim using the 
32410 \family sans
32411 Mark spaces in output
32412 \family default
32413  option: 
32414 \begin_inset CommandInset include
32415 LatexCommand verbatiminput*
32416 filename "DummyTextDocument.txt"
32417
32418 \end_inset
32419
32420
32421 \end_layout
32422
32423 \begin_layout Standard
32424 \begin_inset VSpace bigskip
32425 \end_inset
32426
32427
32428 \end_layout
32429
32430 \begin_layout Standard
32431 \begin_inset Note Greyedout
32432 status open
32433
32434 \begin_layout Plain Layout
32435
32436 \series bold
32437 Note:
32438 \series default
32439  As you can see in the examples above, the text of the documents included
32440  as 
32441 \family sans
32442 verbatim
32443 \family default
32444  is not broken at the end of the document lines.
32445 \end_layout
32446
32447 \end_inset
32448
32449
32450 \end_layout
32451
32452 \begin_layout Description
32453 Listings This type is described in chapter
32454 \begin_inset space ~
32455 \end_inset
32456
32457
32458 \begin_inset CommandInset ref
32459 LatexCommand ref
32460 reference "cha:Program-Code-Listings"
32461
32462 \end_inset
32463
32464 .
32465 \end_layout
32466
32467 \begin_layout Standard
32468 \begin_inset Note Greyedout
32469 status open
32470
32471 \begin_layout Plain Layout
32472
32473 \series bold
32474 Note:
32475 \series default
32476  Including the same document twice in a document using different methods
32477  could cause LaTeX-problems.
32478 \end_layout
32479
32480 \end_inset
32481
32482
32483 \end_layout
32484
32485 \begin_layout Chapter
32486 Program Code Listings
32487 \begin_inset CommandInset label
32488 LatexCommand label
32489 name "cha:Program-Code-Listings"
32490
32491 \end_inset
32492
32493
32494 \begin_inset Index
32495 status collapsed
32496
32497 \begin_layout Plain Layout
32498 Listings
32499 \end_layout
32500
32501 \end_inset
32502
32503
32504 \begin_inset Index
32505 status collapsed
32506
32507 \begin_layout Plain Layout
32508 Program Code
32509 \end_layout
32510
32511 \end_inset
32512
32513
32514 \begin_inset Index
32515 status collapsed
32516
32517 \begin_layout Plain Layout
32518 Floats ! Listings
32519 \end_layout
32520
32521 \end_inset
32522
32523
32524 \end_layout
32525
32526 \begin_layout Standard
32527 To include and typeset program code you can use the 
32528 \family sans
32529 Listings
32530 \family default
32531  inset that can be inserted via the menu 
32532 \family sans
32533 Insert\SpecialChar \menuseparator
32534 Program Listing
32535 \family default
32536 .
32537  The LaTeX-package 
32538 \series bold
32539 listings
32540 \series default
32541
32542 \begin_inset Index
32543 status collapsed
32544
32545 \begin_layout Plain Layout
32546 LaTeX-packages ! listings
32547 \end_layout
32548
32549 \end_inset
32550
32551  provides a powerful and flexible way to insert program source code to your
32552  document.
32553 \end_layout
32554
32555 \begin_layout Standard
32556 Right-clicking on a listings inset opens the context menu containing where
32557  you can set the listings format.
32558 \end_layout
32559
32560 \begin_layout Standard
32561 By default, a listing starts a new paragraph in the output.
32562  The placement option 
32563 \family sans
32564 Inline
32565 \begin_inset space ~
32566 \end_inset
32567
32568 listing
32569 \family default
32570  prints the listing inline like this: 
32571 \begin_inset listings
32572 lstparams "language={C++}"
32573 inline true
32574 status open
32575
32576 \begin_layout Plain Layout
32577
32578 int a=5;
32579 \end_layout
32580
32581 \end_inset
32582
32583
32584 \begin_inset Newline newline
32585 \end_inset
32586
32587 The option 
32588 \family sans
32589 Float
32590 \family default
32591  creates a listings float where you can specify the placement options 
32592 \begin_inset Quotes eld
32593 \end_inset
32594
32595
32596 \family sans
32597 h
32598 \family default
32599
32600 \begin_inset Quotes erd
32601 \end_inset
32602
32603
32604 \begin_inset Quotes eld
32605 \end_inset
32606
32607
32608 \family sans
32609 t
32610 \family default
32611
32612 \begin_inset Quotes erd
32613 \end_inset
32614
32615
32616 \begin_inset Quotes eld
32617 \end_inset
32618
32619
32620 \family sans
32621 b
32622 \family default
32623
32624 \begin_inset Quotes erd
32625 \end_inset
32626
32627 , and 
32628 \begin_inset Quotes eld
32629 \end_inset
32630
32631
32632 \family sans
32633 p
32634 \family default
32635
32636 \begin_inset Quotes erd
32637 \end_inset
32638
32639  corresponding to the float placement options described in section
32640 \begin_inset space ~
32641 \end_inset
32642
32643
32644 \begin_inset CommandInset ref
32645 LatexCommand ref
32646 reference "sec:Float-Placement"
32647
32648 \end_inset
32649
32650 .
32651  The placement options can be mixed and are inserted without any separation,
32652  e.
32653 \begin_inset space \thinspace{}
32654 \end_inset
32655
32656 g.
32657 \begin_inset space \space{}
32658 \end_inset
32659
32660
32661 \begin_inset Quotes eld
32662 \end_inset
32663
32664
32665 \family sans
32666 htbp
32667 \family default
32668
32669 \begin_inset Quotes erd
32670 \end_inset
32671
32672 .
32673  The option 
32674 \begin_inset Quotes eld
32675 \end_inset
32676
32677 h
32678 \begin_inset Quotes erd
32679 \end_inset
32680
32681  has sometimes no effect, but you don't need to use the 
32682 \family sans
32683 Float
32684 \family default
32685  option in this case as also non-float listings can have captions and be
32686  referenced.
32687 \end_layout
32688
32689 \begin_layout Standard
32690 You can add captions to listings with the menu 
32691 \family sans
32692 Insert\SpecialChar \menuseparator
32693 Caption
32694 \family default
32695 .
32696  Listings can be referenced like floats: Listing
32697 \begin_inset space ~
32698 \end_inset
32699
32700
32701 \begin_inset CommandInset ref
32702 LatexCommand ref
32703 reference "lst:Example-Listing"
32704
32705 \end_inset
32706
32707
32708 \end_layout
32709
32710 \begin_layout Standard
32711 \begin_inset listings
32712 lstparams "language=Python"
32713 inline false
32714 status open
32715
32716 \begin_layout Plain Layout
32717
32718 \begin_inset Caption
32719
32720 \begin_layout Plain Layout
32721 \begin_inset CommandInset label
32722 LatexCommand label
32723 name "lst:Example-Listing"
32724
32725 \end_inset
32726
32727 Example Listing float
32728 \end_layout
32729
32730 \end_inset
32731
32732 # Example listing float
32733 \end_layout
32734
32735 \begin_layout Plain Layout
32736
32737 def func(param):
32738 \end_layout
32739
32740 \begin_layout Plain Layout
32741
32742     'this is a python function'
32743 \end_layout
32744
32745 \begin_layout Plain Layout
32746
32747     pass
32748 \end_layout
32749
32750 \end_inset
32751
32752
32753 \end_layout
32754
32755 \begin_layout Standard
32756 When you have set a programming language in the listings dialog, the keywords
32757  of this language will be recognized and specially typeset in the output.
32758  In the example listings the Python keyword 
32759 \begin_inset Quotes eld
32760 \end_inset
32761
32762 def
32763 \begin_inset Quotes erd
32764 \end_inset
32765
32766  is recognized and printed bold in the output.
32767 \end_layout
32768
32769 \begin_layout Standard
32770 \begin_inset Note Greyedout
32771 status open
32772
32773 \begin_layout Plain Layout
32774
32775 \series bold
32776 Note:
32777 \series default
32778  If you don't get bold keywords when using typewriter fonts, your 
32779 \family typewriter
32780 typewriter
32781 \family default
32782  font probably doesn't provide a bold shape.
32783  In this case select a different one in the menu 
32784 \family sans
32785 Document\SpecialChar \menuseparator
32786 Settings\SpecialChar \menuseparator
32787 Fonts
32788 \family default
32789 .
32790  (The fonts 
32791 \emph on
32792 LuxiMono, BeraMono
32793 \emph default
32794  and 
32795 \emph on
32796 Courier
32797 \emph default
32798  provide bold shapes.)
32799 \end_layout
32800
32801 \end_inset
32802
32803
32804 \end_layout
32805
32806 \begin_layout Standard
32807 In section 
32808 \family sans
32809 Line
32810 \begin_inset space ~
32811 \end_inset
32812
32813 numbering
32814 \family default
32815  of the listings dialog you can specify the line numbering style.
32816  You can insert a number to specify which lines are numbered to the field
32817  
32818 \family sans
32819 Step
32820 \family default
32821 .
32822  When you insert e.
32823 \begin_inset space \thinspace{}
32824 \end_inset
32825
32826 g.
32827 \begin_inset space \space{}
32828 \end_inset
32829
32830
32831 \begin_inset Quotes eld
32832 \end_inset
32833
32834 3
32835 \begin_inset Quotes erd
32836 \end_inset
32837
32838 , only every 3rd line will be numbered.
32839 \end_layout
32840
32841 \begin_layout Standard
32842 You can furthermore specify a range of lines, only these will then appear
32843  in the output.
32844  The option 
32845 \family sans
32846 Extended character table
32847 \family default
32848  should be used when you use national characters like the German umlauts
32849  in the listing.
32850 \begin_inset Newline newline
32851 \end_inset
32852
32853 Here is an example listing with left line numbering, step 
32854 \begin_inset Quotes eld
32855 \end_inset
32856
32857 3
32858 \begin_inset Quotes erd
32859 \end_inset
32860
32861 , language 
32862 \begin_inset Quotes eld
32863 \end_inset
32864
32865 Python
32866 \begin_inset Quotes erd
32867 \end_inset
32868
32869 , options 
32870 \begin_inset Quotes eld
32871 \end_inset
32872
32873 Extended character table
32874 \begin_inset Quotes erd
32875 \end_inset
32876
32877  and 
32878 \begin_inset Quotes eld
32879 \end_inset
32880
32881 Space
32882 \begin_inset space ~
32883 \end_inset
32884
32885 as
32886 \begin_inset space ~
32887 \end_inset
32888
32889 symbol
32890 \begin_inset Quotes erd
32891 \end_inset
32892
32893 , range lines 3
32894 \begin_inset space \thinspace{}
32895 \end_inset
32896
32897 -
32898 \begin_inset space \thinspace{}
32899 \end_inset
32900
32901 8:
32902 \end_layout
32903
32904 \begin_layout Standard
32905 \begin_inset listings
32906 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32907 inline false
32908 status open
32909
32910 \begin_layout Plain Layout
32911
32912 def func(param):
32913 \end_layout
32914
32915 \begin_layout Plain Layout
32916
32917     'this is a python function'
32918 \end_layout
32919
32920 \begin_layout Plain Layout
32921
32922     pass
32923 \end_layout
32924
32925 \begin_layout Plain Layout
32926
32927 def func(param):
32928 \end_layout
32929
32930 \begin_layout Plain Layout
32931
32932 'This is a German word: Tschüß'
32933 \end_layout
32934
32935 \begin_layout Plain Layout
32936
32937 pass
32938 \end_layout
32939
32940 \begin_layout Plain Layout
32941
32942 def func(param):
32943 \end_layout
32944
32945 \begin_layout Plain Layout
32946
32947 'this is a python function'
32948 \end_layout
32949
32950 \begin_layout Plain Layout
32951
32952 pass
32953 \end_layout
32954
32955 \end_inset
32956
32957
32958 \end_layout
32959
32960 \begin_layout Standard
32961 When you have tabulators in your listing, you can specify the number of
32962  characters that are spanned by a tabulator in the field 
32963 \family sans
32964 Tabulator
32965 \begin_inset space ~
32966 \end_inset
32967
32968 size
32969 \family default
32970 .
32971 \end_layout
32972
32973 \begin_layout Standard
32974 \begin_inset Note Greyedout
32975 status open
32976
32977 \begin_layout Plain Layout
32978
32979 \series bold
32980 Note:
32981 \series default
32982  Due to a bug in the 
32983 \series bold
32984 listings
32985 \series default
32986  package the line numbering is shifted by a line by every previous listing.
32987  That's the reason why the lines 2 and 5 are numbered in the above listing
32988  and not the lines 3 and 6.
32989 \end_layout
32990
32991 \end_inset
32992
32993
32994 \end_layout
32995
32996 \begin_layout Standard
32997 \begin_inset VSpace bigskip
32998 \end_inset
32999
33000
33001 \end_layout
33002
33003 \begin_layout Standard
33004 It is also possible to print lines from a file as listing.
33005  To do this, use the menu 
33006 \family sans
33007 Insert\SpecialChar \menuseparator
33008 File\SpecialChar \menuseparator
33009 Child Document
33010 \family default
33011  and choose the type 
33012 \family sans
33013 Listings
33014 \family default
33015 .
33016 \begin_inset Foot
33017 status collapsed
33018
33019 \begin_layout Plain Layout
33020 The other child document types are described in section
33021 \begin_inset space ~
33022 \end_inset
33023
33024
33025 \begin_inset CommandInset ref
33026 LatexCommand ref
33027 reference "sec:Child-Documents"
33028
33029 \end_inset
33030
33031 .
33032 \end_layout
33033
33034 \end_inset
33035
33036  In the child document dialog you can specify the listing parameters in
33037  a text box.
33038  To show a list of all available parameters, type in a question mark 
33039 \begin_inset Quotes eld
33040 \end_inset
33041
33042 ?
33043 \begin_inset Quotes erd
33044 \end_inset
33045
33046  in the text box.
33047 \end_layout
33048
33049 \begin_layout Standard
33050 To reference child document listings, write a label text into the corresponding
33051  field of the child document dialog.
33052  The label can then be referenced using the menu 
33053 \family sans
33054 Insert\SpecialChar \menuseparator
33055 Cross-Reference
33056 \family default
33057 .
33058 \end_layout
33059
33060 \begin_layout Standard
33061 Listing
33062 \begin_inset space ~
33063 \end_inset
33064
33065
33066 \begin_inset CommandInset ref
33067 LatexCommand ref
33068 reference "lst:file-listing"
33069
33070 \end_inset
33071
33072  is an example for a listing of a file; there the lines 10
33073 \begin_inset space \thinspace{}
33074 \end_inset
33075
33076 -
33077 \begin_inset space \thinspace{}
33078 \end_inset
33079
33080 15 of this LyX file are listed.
33081 \end_layout
33082
33083 \begin_layout Standard
33084 \begin_inset CommandInset include
33085 LatexCommand lstinputlisting
33086 filename "EmbeddedObjects.lyx"
33087 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
33088
33089 \end_inset
33090
33091
33092 \end_layout
33093
33094 \begin_layout Standard
33095 \begin_inset VSpace bigskip
33096 \end_inset
33097
33098
33099 \end_layout
33100
33101 \begin_layout Standard
33102 Global listings settings can be set in the 
33103 \family sans
33104 Document\SpecialChar \menuseparator
33105 Settings\SpecialChar \menuseparator
33106 Text Layout
33107 \family default
33108  dialog.
33109  To get there a list of available options, type in a question mark 
33110 \begin_inset Quotes eld
33111 \end_inset
33112
33113 ?
33114 \begin_inset Quotes erd
33115 \end_inset
33116
33117  in the 
33118 \family sans
33119 Listings
33120 \begin_inset space ~
33121 \end_inset
33122
33123 settings
33124 \family default
33125  field.
33126 \end_layout
33127
33128 \begin_layout Standard
33129 For more information about the 
33130 \series bold
33131 listings
33132 \series default
33133  package, we refer to its documentation 
33134 \begin_inset CommandInset citation
33135 LatexCommand cite
33136 key "listings"
33137
33138 \end_inset
33139
33140 .
33141 \end_layout
33142
33143 \begin_layout Standard
33144 \begin_inset Newpage newpage
33145 \end_inset
33146
33147
33148 \end_layout
33149
33150 \begin_layout Chapter
33151 \start_of_appendix
33152 Units available in LyX
33153 \begin_inset Index
33154 status collapsed
33155
33156 \begin_layout Plain Layout
33157 Units
33158 \end_layout
33159
33160 \end_inset
33161
33162
33163 \begin_inset CommandInset label
33164 LatexCommand label
33165 name "cha:Units-available-in"
33166
33167 \end_inset
33168
33169
33170 \end_layout
33171
33172 \begin_layout Standard
33173 To understand the units described in this documentation, Table
33174 \begin_inset space ~
33175 \end_inset
33176
33177
33178 \begin_inset CommandInset ref
33179 LatexCommand ref
33180 reference "tab:Units"
33181
33182 \end_inset
33183
33184  explains all units available in LyX.
33185 \end_layout
33186
33187 \begin_layout Standard
33188 \begin_inset Float table
33189 placement h
33190 wide false
33191 sideways false
33192 status open
33193
33194 \begin_layout Plain Layout
33195 \begin_inset Caption
33196
33197 \begin_layout Plain Layout
33198 \begin_inset CommandInset label
33199 LatexCommand label
33200 name "tab:Units"
33201
33202 \end_inset
33203
33204 Units
33205 \end_layout
33206
33207 \end_inset
33208
33209
33210 \end_layout
33211
33212 \begin_layout Plain Layout
33213 \begin_inset VSpace medskip
33214 \end_inset
33215
33216
33217 \end_layout
33218
33219 \begin_layout Plain Layout
33220 \align center
33221 \begin_inset Tabular
33222 <lyxtabular version="3" rows="20" columns="2">
33223 <features>
33224 <column alignment="center" valignment="top" width="0">
33225 <column alignment="center" valignment="top" width="0">
33226 <row>
33227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33228 \begin_inset Text
33229
33230 \begin_layout Plain Layout
33231 unit
33232 \end_layout
33233
33234 \end_inset
33235 </cell>
33236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33237 \begin_inset Text
33238
33239 \begin_layout Plain Layout
33240 name/description
33241 \end_layout
33242
33243 \end_inset
33244 </cell>
33245 </row>
33246 <row>
33247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33248 \begin_inset Text
33249
33250 \begin_layout Plain Layout
33251 mm
33252 \end_layout
33253
33254 \end_inset
33255 </cell>
33256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33257 \begin_inset Text
33258
33259 \begin_layout Plain Layout
33260 millimeter
33261 \end_layout
33262
33263 \end_inset
33264 </cell>
33265 </row>
33266 <row>
33267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33268 \begin_inset Text
33269
33270 \begin_layout Plain Layout
33271 cm
33272 \end_layout
33273
33274 \end_inset
33275 </cell>
33276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33277 \begin_inset Text
33278
33279 \begin_layout Plain Layout
33280 centimeter
33281 \end_layout
33282
33283 \end_inset
33284 </cell>
33285 </row>
33286 <row>
33287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33288 \begin_inset Text
33289
33290 \begin_layout Plain Layout
33291 in
33292 \end_layout
33293
33294 \end_inset
33295 </cell>
33296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33297 \begin_inset Text
33298
33299 \begin_layout Plain Layout
33300 inch
33301 \end_layout
33302
33303 \end_inset
33304 </cell>
33305 </row>
33306 <row>
33307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33308 \begin_inset Text
33309
33310 \begin_layout Plain Layout
33311 pt
33312 \end_layout
33313
33314 \end_inset
33315 </cell>
33316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33317 \begin_inset Text
33318
33319 \begin_layout Plain Layout
33320 point (72.27
33321 \begin_inset space \thinspace{}
33322 \end_inset
33323
33324 pt = 1
33325 \begin_inset space \thinspace{}
33326 \end_inset
33327
33328 in)
33329 \end_layout
33330
33331 \end_inset
33332 </cell>
33333 </row>
33334 <row>
33335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33336 \begin_inset Text
33337
33338 \begin_layout Plain Layout
33339 pc
33340 \end_layout
33341
33342 \end_inset
33343 </cell>
33344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33345 \begin_inset Text
33346
33347 \begin_layout Plain Layout
33348 pica (1
33349 \begin_inset space \thinspace{}
33350 \end_inset
33351
33352 pc = 12
33353 \begin_inset space \thinspace{}
33354 \end_inset
33355
33356 pt)
33357 \end_layout
33358
33359 \end_inset
33360 </cell>
33361 </row>
33362 <row>
33363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33364 \begin_inset Text
33365
33366 \begin_layout Plain Layout
33367 sp
33368 \end_layout
33369
33370 \end_inset
33371 </cell>
33372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33373 \begin_inset Text
33374
33375 \begin_layout Plain Layout
33376 scaled point (65536
33377 \begin_inset space \thinspace{}
33378 \end_inset
33379
33380 sp = 1
33381 \begin_inset space \thinspace{}
33382 \end_inset
33383
33384 pt)
33385 \end_layout
33386
33387 \end_inset
33388 </cell>
33389 </row>
33390 <row>
33391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33392 \begin_inset Text
33393
33394 \begin_layout Plain Layout
33395 bp
33396 \end_layout
33397
33398 \end_inset
33399 </cell>
33400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33401 \begin_inset Text
33402
33403 \begin_layout Plain Layout
33404 big point (72
33405 \begin_inset space \thinspace{}
33406 \end_inset
33407
33408 bp = 1
33409 \begin_inset space \thinspace{}
33410 \end_inset
33411
33412 in)
33413 \end_layout
33414
33415 \end_inset
33416 </cell>
33417 </row>
33418 <row>
33419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33420 \begin_inset Text
33421
33422 \begin_layout Plain Layout
33423 dd
33424 \end_layout
33425
33426 \end_inset
33427 </cell>
33428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33429 \begin_inset Text
33430
33431 \begin_layout Plain Layout
33432 didot (1
33433 \begin_inset space \thinspace{}
33434 \end_inset
33435
33436 dd 
33437 \begin_inset Formula $\approx$
33438 \end_inset
33439
33440  0.376
33441 \begin_inset space \thinspace{}
33442 \end_inset
33443
33444 mm)
33445 \end_layout
33446
33447 \end_inset
33448 </cell>
33449 </row>
33450 <row>
33451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33452 \begin_inset Text
33453
33454 \begin_layout Plain Layout
33455 cc
33456 \end_layout
33457
33458 \end_inset
33459 </cell>
33460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33461 \begin_inset Text
33462
33463 \begin_layout Plain Layout
33464 cicero (1
33465 \begin_inset space \thinspace{}
33466 \end_inset
33467
33468 cc = 12
33469 \begin_inset space \thinspace{}
33470 \end_inset
33471
33472 dd)
33473 \end_layout
33474
33475 \end_inset
33476 </cell>
33477 </row>
33478 <row>
33479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33480 \begin_inset Text
33481
33482 \begin_layout Plain Layout
33483 Scale%
33484 \end_layout
33485
33486 \end_inset
33487 </cell>
33488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33489 \begin_inset Text
33490
33491 \begin_layout Plain Layout
33492 % of original image width
33493 \end_layout
33494
33495 \end_inset
33496 </cell>
33497 </row>
33498 <row>
33499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33500 \begin_inset Text
33501
33502 \begin_layout Plain Layout
33503 text%
33504 \end_layout
33505
33506 \end_inset
33507 </cell>
33508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33509 \begin_inset Text
33510
33511 \begin_layout Plain Layout
33512 % of text width
33513 \end_layout
33514
33515 \end_inset
33516 </cell>
33517 </row>
33518 <row>
33519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33520 \begin_inset Text
33521
33522 \begin_layout Plain Layout
33523 col%
33524 \end_layout
33525
33526 \end_inset
33527 </cell>
33528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33529 \begin_inset Text
33530
33531 \begin_layout Plain Layout
33532 % of column width
33533 \end_layout
33534
33535 \end_inset
33536 </cell>
33537 </row>
33538 <row>
33539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33540 \begin_inset Text
33541
33542 \begin_layout Plain Layout
33543 page%
33544 \end_layout
33545
33546 \end_inset
33547 </cell>
33548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33549 \begin_inset Text
33550
33551 \begin_layout Plain Layout
33552 % of paper width
33553 \end_layout
33554
33555 \end_inset
33556 </cell>
33557 </row>
33558 <row>
33559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33560 \begin_inset Text
33561
33562 \begin_layout Plain Layout
33563 line%
33564 \end_layout
33565
33566 \end_inset
33567 </cell>
33568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33569 \begin_inset Text
33570
33571 \begin_layout Plain Layout
33572 % of line width
33573 \end_layout
33574
33575 \end_inset
33576 </cell>
33577 </row>
33578 <row>
33579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33580 \begin_inset Text
33581
33582 \begin_layout Plain Layout
33583 theight%
33584 \end_layout
33585
33586 \end_inset
33587 </cell>
33588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33589 \begin_inset Text
33590
33591 \begin_layout Plain Layout
33592 % of text height
33593 \end_layout
33594
33595 \end_inset
33596 </cell>
33597 </row>
33598 <row>
33599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33600 \begin_inset Text
33601
33602 \begin_layout Plain Layout
33603 pheight%
33604 \end_layout
33605
33606 \end_inset
33607 </cell>
33608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33609 \begin_inset Text
33610
33611 \begin_layout Plain Layout
33612 % of paper height
33613 \end_layout
33614
33615 \end_inset
33616 </cell>
33617 </row>
33618 <row>
33619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33620 \begin_inset Text
33621
33622 \begin_layout Plain Layout
33623 ex
33624 \end_layout
33625
33626 \end_inset
33627 </cell>
33628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33629 \begin_inset Text
33630
33631 \begin_layout Plain Layout
33632 height of letter 
33633 \emph on
33634 x
33635 \emph default
33636  in current font
33637 \end_layout
33638
33639 \end_inset
33640 </cell>
33641 </row>
33642 <row>
33643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33644 \begin_inset Text
33645
33646 \begin_layout Plain Layout
33647 em
33648 \end_layout
33649
33650 \end_inset
33651 </cell>
33652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33653 \begin_inset Text
33654
33655 \begin_layout Plain Layout
33656 width of letter 
33657 \emph on
33658 M
33659 \emph default
33660  in current font
33661 \end_layout
33662
33663 \end_inset
33664 </cell>
33665 </row>
33666 <row>
33667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33668 \begin_inset Text
33669
33670 \begin_layout Plain Layout
33671 mu
33672 \end_layout
33673
33674 \end_inset
33675 </cell>
33676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33677 \begin_inset Text
33678
33679 \begin_layout Plain Layout
33680 math unit (1
33681 \begin_inset space \thinspace{}
33682 \end_inset
33683
33684 mu = 1/18
33685 \begin_inset space \thinspace{}
33686 \end_inset
33687
33688 em)
33689 \end_layout
33690
33691 \end_inset
33692 </cell>
33693 </row>
33694 </lyxtabular>
33695
33696 \end_inset
33697
33698
33699 \end_layout
33700
33701 \end_inset
33702
33703
33704 \end_layout
33705
33706 \begin_layout Chapter
33707 Output File Formats with Graphics
33708 \begin_inset CommandInset label
33709 LatexCommand label
33710 name "cha:Output-File-Formats"
33711
33712 \end_inset
33713
33714
33715 \end_layout
33716
33717 \begin_layout Section
33718 DVI
33719 \begin_inset Index
33720 status collapsed
33721
33722 \begin_layout Plain Layout
33723 File Formats ! DVI
33724 \end_layout
33725
33726 \end_inset
33727
33728
33729 \begin_inset Index
33730 status collapsed
33731
33732 \begin_layout Plain Layout
33733 DVI|see
33734 \begin_inset ERT
33735 status collapsed
33736
33737 \begin_layout Plain Layout
33738
33739 {
33740 \end_layout
33741
33742 \end_inset
33743
33744 File Formats
33745 \begin_inset ERT
33746 status collapsed
33747
33748 \begin_layout Plain Layout
33749
33750 }
33751 \end_layout
33752
33753 \end_inset
33754
33755
33756 \end_layout
33757
33758 \end_inset
33759
33760
33761 \end_layout
33762
33763 \begin_layout Standard
33764 This file type has the extension 
33765 \begin_inset Quotes eld
33766 \end_inset
33767
33768
33769 \family typewriter
33770 .dvi
33771 \family default
33772
33773 \begin_inset Quotes erd
33774 \end_inset
33775
33776 .
33777  It is called 
33778 \begin_inset Quotes eld
33779 \end_inset
33780
33781 device-independent
33782 \begin_inset Quotes erd
33783 \end_inset
33784
33785  (DVI), because it is completely portable; you can move them from one machine
33786  to another without needing to do any sort of conversion.
33787  At the time when this file-format was developed, this was no matter of
33788  course.
33789  DVIs are used for quick previews and as pre-stage for other output formats,
33790  like PostScript.
33791 \end_layout
33792
33793 \begin_layout Standard
33794 \begin_inset Note Greyedout
33795 status open
33796
33797 \begin_layout Plain Layout
33798
33799 \series bold
33800 Note:
33801 \series default
33802  DVI-files doesn't contain images, they will only be a linked.
33803 \end_layout
33804
33805 \end_inset
33806
33807  So don't forget this, if you move your 
33808 \family typewriter
33809 .dvi
33810 \family default
33811  file to another computer.
33812  This property can also slow down your computer when you view the DVI.
33813  Because the DVI-viewer has to convert the image in the background to make
33814  it visible when you scroll in the DVI.
33815  So we recommend to use PDF for files with many images.
33816 \end_layout
33817
33818 \begin_layout Standard
33819 You can export your document to DVI by using the menu 
33820 \family sans
33821 File\SpecialChar \menuseparator
33822 Export\SpecialChar \menuseparator
33823 DVI
33824 \family default
33825 .
33826  You can view your document as DVI via the 
33827 \family sans
33828 View
33829 \family default
33830  menu or by using the toolbar button 
33831 \begin_inset Graphics
33832         filename ../images/buffer-view_dvi.png
33833         scale 85
33834         scaleBeforeRotation
33835
33836 \end_inset
33837
33838 .
33839 \end_layout
33840
33841 \begin_layout Section
33842 PostScript
33843 \begin_inset CommandInset label
33844 LatexCommand label
33845 name "sec:PostScript"
33846
33847 \end_inset
33848
33849
33850 \begin_inset Index
33851 status collapsed
33852
33853 \begin_layout Plain Layout
33854 File Formats ! PostScript
33855 \end_layout
33856
33857 \end_inset
33858
33859
33860 \begin_inset Index
33861 status collapsed
33862
33863 \begin_layout Plain Layout
33864 PostScript|see
33865 \begin_inset ERT
33866 status collapsed
33867
33868 \begin_layout Plain Layout
33869
33870 {
33871 \end_layout
33872
33873 \end_inset
33874
33875 File Formats
33876 \begin_inset ERT
33877 status collapsed
33878
33879 \begin_layout Plain Layout
33880
33881 }
33882 \end_layout
33883
33884 \end_inset
33885
33886
33887 \end_layout
33888
33889 \end_inset
33890
33891
33892 \end_layout
33893
33894 \begin_layout Standard
33895 This file type has the extension 
33896 \begin_inset Quotes eld
33897 \end_inset
33898
33899
33900 \family typewriter
33901 .ps
33902 \family default
33903
33904 \begin_inset Quotes erd
33905 \end_inset
33906
33907 .
33908  PostScript was developed by the company 
33909 \family typewriter
33910 Adobe
33911 \family default
33912  as printer language.
33913  The file contains therefore commands that the printer uses to print the
33914  file.
33915  PostScript can be seen as 
33916 \begin_inset Quotes eld
33917 \end_inset
33918
33919 programming language
33920 \begin_inset Quotes erd
33921 \end_inset
33922
33923 ; you can calculate with it and draw diagrams and images
33924 \begin_inset Foot
33925 status collapsed
33926
33927 \begin_layout Plain Layout
33928 If you are interested to learn more about this, have a look at the LaTeX-package
33929  
33930 \series bold
33931 PSTricks
33932 \series default
33933  
33934 \begin_inset CommandInset citation
33935 LatexCommand cite
33936 key "pstricks"
33937
33938 \end_inset
33939
33940 .
33941 \end_layout
33942
33943 \end_inset
33944
33945 .
33946  Due to this ability, the files are often bigger than PDFs.
33947 \end_layout
33948
33949 \begin_layout Standard
33950 PostScript can only contain images in the format 
33951 \begin_inset Quotes eld
33952 \end_inset
33953
33954 Encapsulated PostScript
33955 \begin_inset Quotes erd
33956 \end_inset
33957
33958  (EPS, file extension 
33959 \begin_inset Quotes eld
33960 \end_inset
33961
33962
33963 \family typewriter
33964 .eps
33965 \family default
33966
33967 \begin_inset Quotes erd
33968 \end_inset
33969
33970 ).
33971  As LyX allows you to use any known image format in your document, it has
33972  to convert images in the background to EPS.
33973  If you have e.g 50 images in your document, LyX has to do 50 conversions
33974  whenever you view or export your document.
33975  This will slow down your work flow with LyX drastically.
33976  So if you plan to use PostScript, you can insert your images directly as
33977  EPS to avoid this problem.
33978 \end_layout
33979
33980 \begin_layout Standard
33981 You can export your document to PostScript using the menu 
33982 \family sans
33983 File\SpecialChar \menuseparator
33984 Export\SpecialChar \menuseparator
33985 Postscript
33986 \family default
33987 .
33988  You can view your document as PostScript via the 
33989 \family sans
33990 View
33991 \family default
33992  menu or by using the toolbar button 
33993 \begin_inset Graphics
33994         filename ../images/buffer-view_ps.png
33995         scale 85
33996         scaleBeforeRotation
33997
33998 \end_inset
33999
34000 .
34001 \end_layout
34002
34003 \begin_layout Section
34004 PDF
34005 \begin_inset Index
34006 status collapsed
34007
34008 \begin_layout Plain Layout
34009 File Formats ! PDF
34010 \end_layout
34011
34012 \end_inset
34013
34014
34015 \begin_inset Index
34016 status collapsed
34017
34018 \begin_layout Plain Layout
34019 PDF
34020 \end_layout
34021
34022 \end_inset
34023
34024
34025 \end_layout
34026
34027 \begin_layout Standard
34028 This file type has the extension 
34029 \begin_inset Quotes eld
34030 \end_inset
34031
34032
34033 \family typewriter
34034 .pdf
34035 \family default
34036
34037 \begin_inset Quotes erd
34038 \end_inset
34039
34040 .
34041  The 
34042 \begin_inset Quotes eld
34043 \end_inset
34044
34045 Portable Document Format
34046 \begin_inset Quotes erd
34047 \end_inset
34048
34049  (PDF) is developed by 
34050 \family typewriter
34051 Adobe
34052 \family default
34053  as derivative from PostScript.
34054  It is more compressed and it uses much less commands than PostScript.
34055  As the name 
34056 \begin_inset Quotes eld
34057 \end_inset
34058
34059 portable
34060 \begin_inset Quotes erd
34061 \end_inset
34062
34063  implies, it can be processed at any computer system and the printed output
34064  looks exactly the same.
34065 \end_layout
34066
34067 \begin_layout Standard
34068 PDF can contain images in its own PDF format, in the format 
34069 \begin_inset Quotes eld
34070 \end_inset
34071
34072 Joint Photographic Experts Group
34073 \begin_inset Quotes erd
34074 \end_inset
34075
34076  (JPG, file extension 
34077 \begin_inset Quotes eld
34078 \end_inset
34079
34080
34081 \family typewriter
34082 .jpg
34083 \family default
34084
34085 \begin_inset Quotes erd
34086 \end_inset
34087
34088  or 
34089 \begin_inset Quotes eld
34090 \end_inset
34091
34092
34093 \family typewriter
34094 .jpeg
34095 \family default
34096
34097 \begin_inset Quotes erd
34098 \end_inset
34099
34100 ), and in the format 
34101 \begin_inset Quotes eld
34102 \end_inset
34103
34104 Portable Network Graphics
34105 \begin_inset Quotes erd
34106 \end_inset
34107
34108  (PNG, file extension 
34109 \begin_inset Quotes eld
34110 \end_inset
34111
34112
34113 \family typewriter
34114 .png
34115 \family default
34116
34117 \begin_inset Quotes erd
34118 \end_inset
34119
34120 ).
34121  Nevertheless you can use any other image format, because LyX converts them
34122  in the background to one of these formats.
34123  But as described in the section about PostScript, the image conversion
34124  will slow down your work flow.
34125  So it is recommended to use images in one of the three mentioned formats.
34126 \end_layout
34127
34128 \begin_layout Standard
34129 You can export your document to PDF via the menu 
34130 \family sans
34131 File\SpecialChar \menuseparator
34132 Export
34133 \family default
34134  in three different ways:
34135 \end_layout
34136
34137 \begin_layout Description
34138 PDF
34139 \begin_inset space ~
34140 \end_inset
34141
34142 (ps2pdf) This uses the program 
34143 \family typewriter
34144 ps2pdf
34145 \family default
34146  that creates a PDF from a PostScript-version of your file.
34147  The PostScript-version is produced by the program 
34148 \family typewriter
34149 dvips
34150 \family default
34151  which uses a DVI-version as intermediate step.
34152  So this export variant consist of three conversions.
34153 \end_layout
34154
34155 \begin_layout Description
34156 PDF
34157 \begin_inset space ~
34158 \end_inset
34159
34160 (dvipdfm) This uses the program 
34161 \family typewriter
34162 dvipdfm
34163 \family default
34164  that converts your file in the background to DVI and in a second step to
34165  PDF.
34166 \end_layout
34167
34168 \begin_layout Description
34169 PDF
34170 \begin_inset space ~
34171 \end_inset
34172
34173 (pdflatex) This uses the program 
34174 \family typewriter
34175 pdftex
34176 \family default
34177  that converts your file directly to PDF.
34178 \end_layout
34179
34180 \begin_layout Standard
34181 It is recommended to use 
34182 \family sans
34183 PDF
34184 \begin_inset space ~
34185 \end_inset
34186
34187 (pdflatex)
34188 \family default
34189  because 
34190 \family typewriter
34191 pdftex
34192 \family default
34193  supports all features of actual PDF-versions, is quick and works stable
34194  without problems.
34195  The program 
34196 \family typewriter
34197 dvipdfm
34198 \family default
34199  is not under development and therefore a bit outdated.
34200 \end_layout
34201
34202 \begin_layout Standard
34203 You can view your document as PDF via the 
34204 \family sans
34205 View
34206 \family default
34207  menu or by using the toolbar button 
34208 \begin_inset Graphics
34209         filename ../images/buffer-view_pdf2.png
34210         scale 85
34211         scaleBeforeRotation
34212
34213 \end_inset
34214
34215  
34216 \family sans
34217 (
34218 \family default
34219 that uses 
34220 \family sans
34221 PDF
34222 \begin_inset space ~
34223 \end_inset
34224
34225 (pdflatex)
34226 \family default
34227 ).
34228 \end_layout
34229
34230 \begin_layout Chapter
34231 Explanation of Equation
34232 \begin_inset space ~
34233 \end_inset
34234
34235
34236 \begin_inset CommandInset ref
34237 LatexCommand eqref
34238 reference "eq:Wgn"
34239
34240 \end_inset
34241
34242
34243 \begin_inset CommandInset label
34244 LatexCommand label
34245 name "cha:Explanation-of-Equation"
34246
34247 \end_inset
34248
34249
34250 \end_layout
34251
34252 \begin_layout Standard
34253 The total width of 
34254 \emph on
34255 n
34256 \emph default
34257  table cells 
34258 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34259 \end_inset
34260
34261  can be calculated to
34262 \end_layout
34263
34264 \begin_layout Standard
34265 \begin_inset Formula \begin{equation}
34266 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}
34267
34268 \end_inset
34269
34270
34271 \end_layout
34272
34273 \begin_layout Standard
34274 Where 
34275 \begin_inset Formula $W_{g\, n}$
34276 \end_inset
34277
34278  is the given width of all cells.
34279  
34280 \series bold
34281
34282 \backslash
34283 tabcolsep
34284 \series default
34285  is the LaTeX-length between the cell text and the cell border, its default
34286  value is 6
34287 \begin_inset space \thinspace{}
34288 \end_inset
34289
34290 pt.
34291  
34292 \series bold
34293
34294 \backslash
34295 arrayrulewidth
34296 \series default
34297  is the thickness of the cell border line, the default is 0.4
34298 \begin_inset space \thinspace{}
34299 \end_inset
34300
34301 pt.
34302 \end_layout
34303
34304 \begin_layout Standard
34305 Following equation
34306 \begin_inset space ~
34307 \end_inset
34308
34309
34310 \begin_inset CommandInset ref
34311 LatexCommand eqref
34312 reference "eq:Wtot_n"
34313
34314 \end_inset
34315
34316 , the total width of a multicolumn 
34317 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34318 \end_inset
34319
34320  is
34321 \end_layout
34322
34323 \begin_layout Standard
34324 \begin_inset Formula \begin{equation}
34325 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34326
34327 \end_inset
34328
34329
34330 \end_layout
34331
34332 \begin_layout Standard
34333 By setting equation
34334 \begin_inset space ~
34335 \end_inset
34336
34337
34338 \begin_inset CommandInset ref
34339 LatexCommand eqref
34340 reference "eq:Wtot_n"
34341
34342 \end_inset
34343
34344  and 
34345 \begin_inset CommandInset ref
34346 LatexCommand eqref
34347 reference "eq:Wtot_mult"
34348
34349 \end_inset
34350
34351  equal we can calculate the needed given width 
34352 \begin_inset Formula $W_{g\, n}$
34353 \end_inset
34354
34355  when 
34356 \emph on
34357 n
34358 \emph default
34359  columns are spanned, so that each column has a total width of 
34360 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34361 \end_inset
34362
34363 :
34364 \end_layout
34365
34366 \begin_layout Standard
34367 \begin_inset Formula \begin{equation}
34368 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34369
34370 \end_inset
34371
34372
34373 \end_layout
34374
34375 \begin_layout Bibliography
34376 \begin_inset CommandInset bibitem
34377 LatexCommand bibitem
34378 key "latexcompanion"
34379
34380 \end_inset
34381
34382 Frank Mittelbach and Michel Goossens: 
34383 \emph on
34384 The LaTeX Companion Second Edition.
34385
34386 \emph default
34387  Addison-Wesley, 2004
34388 \end_layout
34389
34390 \begin_layout Bibliography
34391 \begin_inset CommandInset bibitem
34392 LatexCommand bibitem
34393 key "latexguide"
34394
34395 \end_inset
34396
34397 Helmut Kopka and Patrick W.
34398  Daly: 
34399 \emph on
34400 A Guide to LaTeX Fourth Edition.
34401
34402 \emph default
34403  Addison-Wesley, 2003
34404 \end_layout
34405
34406 \begin_layout Bibliography
34407 \begin_inset CommandInset bibitem
34408 LatexCommand bibitem
34409 key "latexbook"
34410
34411 \end_inset
34412
34413 Leslie Lamport: 
34414 \emph on
34415 LaTeX: A Document Preparation System.
34416
34417 \emph default
34418  Addison-Wesley, second edition, 1994
34419 \end_layout
34420
34421 \begin_layout Bibliography
34422 \begin_inset CommandInset bibitem
34423 LatexCommand bibitem
34424 key "booktabs"
34425
34426 \end_inset
34427
34428 Documentation of the LaTeX-package 
34429 \series bold
34430
34431 \begin_inset CommandInset href
34432 LatexCommand href
34433 name "booktabs"
34434 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34435
34436 \end_inset
34437
34438
34439 \series default
34440
34441 \begin_inset Index
34442 status collapsed
34443
34444 \begin_layout Plain Layout
34445 LaTeX-packages ! booktabs
34446 \end_layout
34447
34448 \end_inset
34449
34450
34451 \end_layout
34452
34453 \begin_layout Bibliography
34454 \begin_inset CommandInset bibitem
34455 LatexCommand bibitem
34456 key "caption"
34457
34458 \end_inset
34459
34460 Documentation of the LaTeX-package 
34461 \series bold
34462
34463 \begin_inset CommandInset href
34464 LatexCommand href
34465 name "caption"
34466 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
34467
34468 \end_inset
34469
34470
34471 \series default
34472
34473 \begin_inset Index
34474 status collapsed
34475
34476 \begin_layout Plain Layout
34477 LaTeX-packages ! caption
34478 \end_layout
34479
34480 \end_inset
34481
34482
34483 \end_layout
34484
34485 \begin_layout Bibliography
34486 \begin_inset CommandInset bibitem
34487 LatexCommand bibitem
34488 key "endfloat"
34489
34490 \end_inset
34491
34492 Documentation of the LaTeX-package 
34493 \series bold
34494
34495 \begin_inset CommandInset href
34496 LatexCommand href
34497 name "endfloat"
34498 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34499
34500 \end_inset
34501
34502
34503 \series default
34504
34505 \begin_inset Index
34506 status collapsed
34507
34508 \begin_layout Plain Layout
34509 LaTeX-packages ! endfloat
34510 \end_layout
34511
34512 \end_inset
34513
34514
34515 \end_layout
34516
34517 \begin_layout Bibliography
34518 \begin_inset CommandInset bibitem
34519 LatexCommand bibitem
34520 key "wrapfig"
34521
34522 \end_inset
34523
34524 Documentation of the LaTeX-package 
34525 \series bold
34526
34527 \begin_inset CommandInset href
34528 LatexCommand href
34529 name "wrapfig"
34530 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34531
34532 \end_inset
34533
34534
34535 \series default
34536
34537 \begin_inset Index
34538 status collapsed
34539
34540 \begin_layout Plain Layout
34541 LaTeX-packages ! wrapfig
34542 \begin_inset ERT
34543 status collapsed
34544
34545 \begin_layout Plain Layout
34546
34547
34548 \backslash
34549 vspace{4mm}
34550 \end_layout
34551
34552 \end_inset
34553
34554
34555 \end_layout
34556
34557 \end_inset
34558
34559
34560 \end_layout
34561
34562 \begin_layout Bibliography
34563 \begin_inset CommandInset bibitem
34564 LatexCommand bibitem
34565 key "footmisc"
34566
34567 \end_inset
34568
34569 Documentation of the LaTeX-package 
34570 \series bold
34571
34572 \begin_inset CommandInset href
34573 LatexCommand href
34574 name "footmisc"
34575 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34576
34577 \end_inset
34578
34579
34580 \series default
34581
34582 \begin_inset Index
34583 status collapsed
34584
34585 \begin_layout Plain Layout
34586 LaTeX-packages ! footmisc
34587 \end_layout
34588
34589 \end_inset
34590
34591
34592 \end_layout
34593
34594 \begin_layout Bibliography
34595 \begin_inset CommandInset bibitem
34596 LatexCommand bibitem
34597 key "hypcap"
34598
34599 \end_inset
34600
34601 Documentation of the LaTeX-package 
34602 \series bold
34603
34604 \begin_inset CommandInset href
34605 LatexCommand href
34606 name "hypcap"
34607 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34608
34609 \end_inset
34610
34611
34612 \series default
34613
34614 \begin_inset Index
34615 status collapsed
34616
34617 \begin_layout Plain Layout
34618 LaTeX-packages ! hyperref
34619 \end_layout
34620
34621 \end_inset
34622
34623
34624 \end_layout
34625
34626 \begin_layout Bibliography
34627 \begin_inset CommandInset bibitem
34628 LatexCommand bibitem
34629 key "hyperref"
34630
34631 \end_inset
34632
34633 Documentation of the LaTeX-package 
34634 \series bold
34635
34636 \begin_inset CommandInset href
34637 LatexCommand href
34638 name "hyperref"
34639 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34640
34641 \end_inset
34642
34643
34644 \series default
34645
34646 \begin_inset Index
34647 status collapsed
34648
34649 \begin_layout Plain Layout
34650 LaTeX-packages ! hyperref
34651 \end_layout
34652
34653 \end_inset
34654
34655
34656 \end_layout
34657
34658 \begin_layout Bibliography
34659 \begin_inset CommandInset bibitem
34660 LatexCommand bibitem
34661 key "KOMA-script"
34662
34663 \end_inset
34664
34665 Documentation of the LaTeX-package 
34666 \series bold
34667
34668 \begin_inset CommandInset href
34669 LatexCommand href
34670 name "KOMA-script"
34671 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34672
34673 \end_inset
34674
34675
34676 \series default
34677
34678 \begin_inset Index
34679 status collapsed
34680
34681 \begin_layout Plain Layout
34682 LaTeX-packages ! KOMA-script
34683 \end_layout
34684
34685 \end_inset
34686
34687
34688 \end_layout
34689
34690 \begin_layout Bibliography
34691 \begin_inset CommandInset bibitem
34692 LatexCommand bibitem
34693 key "listings"
34694
34695 \end_inset
34696
34697 Documentation of the LaTeX-package 
34698 \series bold
34699
34700 \begin_inset CommandInset href
34701 LatexCommand href
34702 name "listings"
34703 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34704
34705 \end_inset
34706
34707
34708 \series default
34709
34710 \begin_inset Index
34711 status collapsed
34712
34713 \begin_layout Plain Layout
34714 LaTeX-packages ! listings
34715 \end_layout
34716
34717 \end_inset
34718
34719
34720 \end_layout
34721
34722 \begin_layout Bibliography
34723 \begin_inset CommandInset bibitem
34724 LatexCommand bibitem
34725 key "marginnote"
34726
34727 \end_inset
34728
34729 Documentation of the LaTeX-package 
34730 \series bold
34731
34732 \begin_inset CommandInset href
34733 LatexCommand href
34734 name "marginnote"
34735 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34736
34737 \end_inset
34738
34739
34740 \series default
34741
34742 \begin_inset Index
34743 status collapsed
34744
34745 \begin_layout Plain Layout
34746 LaTeX-packages ! marginnote
34747 \end_layout
34748
34749 \end_inset
34750
34751
34752 \end_layout
34753
34754 \begin_layout Bibliography
34755 \begin_inset CommandInset bibitem
34756 LatexCommand bibitem
34757 key "pstricks"
34758
34759 \end_inset
34760
34761 Web page of the LaTeX-package 
34762 \series bold
34763
34764 \begin_inset CommandInset href
34765 LatexCommand href
34766 name "PSTricks"
34767 target "http://tug.org/PSTricks/"
34768
34769 \end_inset
34770
34771
34772 \series default
34773
34774 \begin_inset Index
34775 status collapsed
34776
34777 \begin_layout Plain Layout
34778 LaTeX-packages ! PSTricks
34779 \end_layout
34780
34781 \end_inset
34782
34783
34784 \end_layout
34785
34786 \begin_layout Bibliography
34787 \begin_inset CommandInset bibitem
34788 LatexCommand bibitem
34789 key "sidecap"
34790
34791 \end_inset
34792
34793 Documentation of the LaTeX-package 
34794 \series bold
34795
34796 \begin_inset CommandInset href
34797 LatexCommand href
34798 name "sidecap"
34799 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34800
34801 \end_inset
34802
34803
34804 \series default
34805
34806 \begin_inset Index
34807 status collapsed
34808
34809 \begin_layout Plain Layout
34810 LaTeX-packages ! sidecap
34811 \end_layout
34812
34813 \end_inset
34814
34815
34816 \end_layout
34817
34818 \begin_layout Bibliography
34819 \begin_inset CommandInset bibitem
34820 LatexCommand bibitem
34821 key "NewInLyX16"
34822
34823 \end_inset
34824
34825
34826 \begin_inset CommandInset href
34827 LatexCommand href
34828 name "Wiki page"
34829 target "http://wiki.lyx.org/LyX/NewInLyX16"
34830
34831 \end_inset
34832
34833  about new features in 
34834 \family sans
34835 LyX 1.6.0
34836 \family default
34837 .
34838 \end_layout
34839
34840 \begin_layout Standard
34841 \begin_inset CommandInset index_print
34842 LatexCommand printindex
34843
34844 \end_inset
34845
34846
34847 \end_layout
34848
34849 \begin_layout Standard
34850 \begin_inset FloatList figure
34851
34852 \end_inset
34853
34854
34855 \end_layout
34856
34857 \begin_layout Standard
34858 \begin_inset FloatList table
34859
34860 \end_inset
34861
34862
34863 \end_layout
34864
34865 \begin_layout Standard
34866 \begin_inset FloatList algorithm
34867
34868 \end_inset
34869
34870
34871 \end_layout
34872
34873 \end_body
34874 \end_document