]> git.lyx.org Git - lyx.git/blob - lib/doc/EmbeddedObjects.lyx
- EmbeddedObjects.lyx: describe the Foot to End module
[lyx.git] / lib / doc / EmbeddedObjects.lyx
1 #LyX 1.6.5svn 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"
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 in the menu
25437  
25438 \family sans
25439 Document\SpecialChar \menuseparator
25440 Settings\SpecialChar \menuseparator
25441 Modules 
25442 \family default
25443 the module 
25444 \family sans
25445 Foot
25446 \begin_inset space ~
25447 \end_inset
25448
25449 to
25450 \begin_inset space ~
25451 \end_inset
25452
25453 End
25454 \family default
25455 .
25456  To insert the collected footnotes, insert the command
25457 \end_layout
25458
25459 \begin_layout Standard
25460
25461 \series bold
25462
25463 \backslash
25464 theendnotes
25465 \end_layout
25466
25467 \begin_layout Standard
25468 in TeX-Code at the the end of a section or chapter.
25469 \end_layout
25470
25471 \begin_layout Standard
25472 \begin_inset Float figure
25473 wide false
25474 sideways false
25475 status open
25476
25477 \begin_layout Plain Layout
25478 \align center
25479 \begin_inset ERT
25480 status collapsed
25481
25482 \begin_layout Plain Layout
25483
25484
25485 \backslash
25486 framebox{
25487 \end_layout
25488
25489 \end_inset
25490
25491
25492 \begin_inset Graphics
25493         filename clipart/endnotes.pdf
25494         scaleBeforeRotation
25495
25496 \end_inset
25497
25498
25499 \begin_inset ERT
25500 status collapsed
25501
25502 \begin_layout Plain Layout
25503
25504 }
25505 \end_layout
25506
25507 \end_inset
25508
25509
25510 \end_layout
25511
25512 \begin_layout Plain Layout
25513 \begin_inset Caption
25514
25515 \begin_layout Plain Layout
25516 \begin_inset CommandInset label
25517 LatexCommand label
25518 name "fig:Endnotes"
25519
25520 \end_inset
25521
25522 Endnotes – footnotes are printed in a separate paragraph at the end of sections
25523  or chapters.
25524 \end_layout
25525
25526 \end_inset
25527
25528
25529 \end_layout
25530
25531 \end_inset
25532
25533
25534 \end_layout
25535
25536 \begin_layout Standard
25537 \begin_inset VSpace medskip
25538 \end_inset
25539
25540 The paragraph heading for the endnotes isn't automatically translated into
25541  the document language, this must be done manually.
25542  The following preamble command translate the default English name 
25543 \begin_inset Quotes eld
25544 \end_inset
25545
25546 Notes
25547 \begin_inset Quotes erd
25548 \end_inset
25549
25550  to the German translation 
25551 \begin_inset Quotes eld
25552 \end_inset
25553
25554 Anmerkungen
25555 \begin_inset Quotes erd
25556 \end_inset
25557
25558 :
25559 \end_layout
25560
25561 \begin_layout Standard
25562
25563 \series bold
25564
25565 \backslash
25566 renewcommand{
25567 \backslash
25568 notesname}{Anmerkungen}
25569 \end_layout
25570
25571 \begin_layout Standard
25572 \begin_inset VSpace medskip
25573 \end_inset
25574
25575 The numbering of endnotes can be changed like the footnote numbering as
25576  described in section
25577 \begin_inset space ~
25578 \end_inset
25579
25580
25581 \begin_inset CommandInset ref
25582 LatexCommand ref
25583 reference "sub:Footnote-Numbering"
25584
25585 \end_inset
25586
25587 ; just replace the command 
25588 \series bold
25589
25590 \backslash
25591 thefootnote
25592 \series default
25593  by 
25594 \series bold
25595
25596 \backslash
25597 theendnote
25598 \series default
25599 .
25600  To reset the endnote number use the command 
25601 \series bold
25602
25603 \backslash
25604 @addtoreset
25605 \series default
25606  as described in section
25607 \begin_inset space ~
25608 \end_inset
25609
25610
25611 \begin_inset CommandInset ref
25612 LatexCommand ref
25613 reference "sub:Footnote-Numbering"
25614
25615 \end_inset
25616
25617  and replace the command parameter 
25618 \series bold
25619 footnote
25620 \series default
25621  by 
25622 \series bold
25623 endnote
25624 \series default
25625 .
25626 \end_layout
25627
25628 \begin_layout Standard
25629 To create only a mark for an endnote, use the command 
25630 \series bold
25631
25632 \backslash
25633 endnotemark[number]
25634 \series default
25635  similar to the command 
25636 \series bold
25637
25638 \backslash
25639 footnotemark
25640 \series default
25641 , described in section
25642 \begin_inset space ~
25643 \end_inset
25644
25645
25646 \begin_inset CommandInset ref
25647 LatexCommand ref
25648 reference "sec:Footnotes"
25649
25650 \end_inset
25651
25652 .
25653 \end_layout
25654
25655 \begin_layout Standard
25656 \begin_inset VSpace bigskip
25657 \end_inset
25658
25659 Footnotes can also be placed in the page margin and the footnote text alignment
25660  can be changed, see the LaTeX-package 
25661 \series bold
25662 footmisc
25663 \series default
25664
25665 \begin_inset Index
25666 status collapsed
25667
25668 \begin_layout Plain Layout
25669 LaTeX-packages ! footmisc
25670 \end_layout
25671
25672 \end_inset
25673
25674
25675 \begin_inset CommandInset citation
25676 LatexCommand cite
25677 key "footmisc"
25678
25679 \end_inset
25680
25681  for more information about this.
25682 \end_layout
25683
25684 \begin_layout Standard
25685 For various further footnote formatting issues have a look at LaTeX-books,
25686  
25687 \begin_inset CommandInset citation
25688 LatexCommand cite
25689 key "latexcompanion,latexguide,latexbook"
25690
25691 \end_inset
25692
25693 .
25694 \end_layout
25695
25696 \begin_layout Section
25697 Margin Notes
25698 \begin_inset Index
25699 status collapsed
25700
25701 \begin_layout Plain Layout
25702 Notes ! Margin Notes
25703 \end_layout
25704
25705 \end_inset
25706
25707
25708 \end_layout
25709
25710 \begin_layout Standard
25711 Margin notes look and behave in LyX like footnotes.
25712  They are inserted via the menu 
25713 \family sans
25714 Insert\SpecialChar \menuseparator
25715 Marginal
25716 \begin_inset space ~
25717 \end_inset
25718
25719 Note
25720 \family default
25721  or the toolbar button 
25722 \begin_inset Graphics
25723         filename ../images/marginalnote-insert.png
25724         scale 85
25725         scaleBeforeRotation
25726
25727 \end_inset
25728
25729 .
25730  A grey 
25731 \family roman
25732 \series medium
25733 box with the
25734 \family default
25735 \series default
25736  red 
25737 \family roman
25738 \series medium
25739 label 
25740 \begin_inset Quotes eld
25741 \end_inset
25742
25743 margin
25744 \begin_inset Quotes erd
25745 \end_inset
25746
25747  appears where you can enter the text of the margin note.
25748 \end_layout
25749
25750 \begin_layout Standard
25751 At the side is an example margin note.
25752
25753 \family roman
25754 \series medium
25755  
25756 \begin_inset Marginal
25757 status open
25758
25759 \begin_layout Plain Layout
25760 This is a margin note.
25761 \end_layout
25762
25763 \end_inset
25764
25765
25766 \end_layout
25767
25768 \begin_layout Standard
25769 Margin notes appear at the right side in single-sided documents.
25770  In double-sided documents they appear in the outer margin – left on even
25771  pages, right on odd pages.
25772  The text of margin notes is aligned opposite to the outer margin – right-aligne
25773 d when the note appears in the left margin.
25774  The first line of the margin note is placed at the position of the text
25775  line where it is inserted in the document.
25776 \end_layout
25777
25778 \begin_layout Standard
25779 \begin_inset VSpace bigskip
25780 \end_inset
25781
25782 To place the margin note in the inner margin, add the command
25783 \end_layout
25784
25785 \begin_layout Standard
25786
25787 \series bold
25788
25789 \backslash
25790 reversemarginpar
25791 \end_layout
25792
25793 \begin_layout Standard
25794 in TeX-Code before a margin note.
25795  The new placement is valid for all following margin notes.
25796  
25797 \begin_inset ERT
25798 status collapsed
25799
25800 \begin_layout Plain Layout
25801
25802
25803 \backslash
25804 reversemarginpar 
25805 \end_layout
25806
25807 \end_inset
25808
25809
25810 \begin_inset Marginal
25811 status open
25812
25813 \begin_layout Plain Layout
25814 This is a margin note in the inner margin.
25815 \end_layout
25816
25817 \end_inset
25818
25819
25820 \series bold
25821
25822 \begin_inset Newline newline
25823 \end_inset
25824
25825
25826 \series default
25827
25828 \begin_inset Note Greyedout
25829 status open
25830
25831 \begin_layout Plain Layout
25832
25833 \series bold
25834 Note:
25835 \series default
25836  There is often not enough space in the inner margin so that the notes are
25837  not correctly displayed in the output.
25838 \end_layout
25839
25840 \end_inset
25841
25842
25843 \end_layout
25844
25845 \begin_layout Standard
25846 To return to the default placement insert the command
25847 \end_layout
25848
25849 \begin_layout Standard
25850
25851 \series bold
25852
25853 \backslash
25854 normalmarginpar
25855 \end_layout
25856
25857 \begin_layout Standard
25858 in TeX-Code.
25859 \begin_inset ERT
25860 status collapsed
25861
25862 \begin_layout Plain Layout
25863
25864
25865 \backslash
25866 normalmarginpar 
25867 \end_layout
25868
25869 \end_inset
25870
25871  
25872 \begin_inset Note Greyedout
25873 status open
25874
25875 \begin_layout Plain Layout
25876
25877 \series bold
25878 Note:
25879 \series default
25880  The command is ignored when it is within a paragraph where also the command
25881  
25882 \series bold
25883
25884 \backslash
25885 reversemarginpar
25886 \series default
25887  is inserted.
25888 \end_layout
25889
25890 \end_inset
25891
25892
25893 \end_layout
25894
25895 \begin_layout Standard
25896 \begin_inset VSpace bigskip
25897 \end_inset
25898
25899
25900 \family roman
25901 \series medium
25902
25903 \begin_inset Marginal
25904 status open
25905
25906 \begin_layout Plain Layout
25907 AVeryLongMarginParWord that isn't hyphenated.
25908 \end_layout
25909
25910 \end_inset
25911
25912
25913 \family default
25914 \series default
25915  Similar to the case described in section
25916 \begin_inset space ~
25917 \end_inset
25918
25919
25920 \begin_inset CommandInset ref
25921 LatexCommand ref
25922 reference "sub:Multiple-Lines-in"
25923
25924 \end_inset
25925
25926 , long words cannot be hyphenated when they are the first word in a margin
25927  note.
25928  To avoid this, insert 0
25929 \begin_inset space \thinspace{}
25930 \end_inset
25931
25932 pt horizontal space before the word
25933 \family roman
25934 \series medium
25935 .
25936  
25937 \begin_inset Marginal
25938 status open
25939
25940 \begin_layout Plain Layout
25941 \begin_inset space \hspace*{}
25942 \length 0pt
25943 \end_inset
25944
25945 AVeryLongMarginParWord that is hyphenated.
25946 \end_layout
25947
25948 \end_inset
25949
25950
25951 \end_layout
25952
25953 \begin_layout Standard
25954 \begin_inset VSpace bigskip
25955 \end_inset
25956
25957
25958 \end_layout
25959
25960 \begin_layout Standard
25961 \begin_inset Note Greyedout
25962 status open
25963
25964 \begin_layout Plain Layout
25965
25966 \series bold
25967 Note:
25968 \series default
25969  Margin notes can normally not be used inside tables, floats, and footnotes.
25970 \end_layout
25971
25972 \end_inset
25973
25974
25975 \end_layout
25976
25977 \begin_layout Standard
25978 \begin_inset VSpace bigskip
25979 \end_inset
25980
25981
25982 \end_layout
25983
25984 \begin_layout Standard
25985 \begin_inset ERT
25986 status collapsed
25987
25988 \begin_layout Plain Layout
25989
25990
25991 \backslash
25992 ifmarginnote
25993 \end_layout
25994
25995 \end_inset
25996
25997
25998 \begin_inset Note Note
25999 status open
26000
26001 \begin_layout Plain Layout
26002 The following section will only be displayed when the LaTeX-package 
26003 \series bold
26004 marginnote
26005 \series default
26006  is installed.
26007 \end_layout
26008
26009 \end_inset
26010
26011
26012 \end_layout
26013
26014 \begin_layout Standard
26015 This restriction can be evaded by using the LaTeX-package 
26016 \series bold
26017 marginnote
26018 \series default
26019
26020 \begin_inset Index
26021 status collapsed
26022
26023 \begin_layout Plain Layout
26024 LaTeX-packages ! marginnote
26025 \end_layout
26026
26027 \end_inset
26028
26029 .
26030  By adding these two lines to your document preamble, the command used by
26031  LyX for margin notes is redefined to use the command provided by the 
26032 \series bold
26033 marginnote
26034 \series default
26035 -package:
26036 \end_layout
26037
26038 \begin_layout Standard
26039
26040 \series bold
26041
26042 \backslash
26043 usepackage{marginnote}
26044 \begin_inset Newline newline
26045 \end_inset
26046
26047
26048 \backslash
26049 let
26050 \backslash
26051 marginpar
26052 \backslash
26053 marginnote
26054 \end_layout
26055
26056 \begin_layout Standard
26057 This is also used in this document because 
26058 \series bold
26059 marginnote
26060 \series default
26061  has another useful feature: You can set a vertical offset for the note.
26062  This is often needed when too many margin notes are too close together
26063  or for a better page layout.
26064  The offset is set in LyX as TeX-Code directly behind the margin note in
26065  the scheme
26066 \end_layout
26067
26068 \begin_layout Standard
26069
26070 \series bold
26071 [offset]
26072 \end_layout
26073
26074 \begin_layout Standard
26075 where the offset is a length with one of the units listed in Table
26076 \begin_inset space ~
26077 \end_inset
26078
26079
26080 \begin_inset CommandInset ref
26081 LatexCommand ref
26082 reference "tab:Units"
26083
26084 \end_inset
26085
26086 .
26087  A negative value shifts the note up, a positive value shifts it down.
26088  
26089 \family roman
26090 \series medium
26091 For example the margin note beside this text line is shifted up 1.5
26092 \begin_inset space \thinspace{}
26093 \end_inset
26094
26095 cm with the TeX-Code-command 
26096 \begin_inset Quotes eld
26097 \end_inset
26098
26099
26100 \family default
26101 \series bold
26102 [-1.5cm]
26103 \family roman
26104 \series medium
26105
26106 \begin_inset Quotes erd
26107 \end_inset
26108
26109
26110 \begin_inset Marginal
26111 status open
26112
26113 \begin_layout Plain Layout
26114 This margin note is shifted up 1.5
26115 \begin_inset space \thinspace{}
26116 \end_inset
26117
26118 cm from its original position.
26119 \end_layout
26120
26121 \end_inset
26122
26123
26124 \family default
26125 \series default
26126
26127 \begin_inset ERT
26128 status collapsed
26129
26130 \begin_layout Plain Layout
26131
26132 [-1.5cm]
26133 \end_layout
26134
26135 \end_inset
26136
26137
26138 \end_layout
26139
26140 \begin_layout Standard
26141 \begin_inset VSpace medskip
26142 \end_inset
26143
26144 With 
26145 \series bold
26146 marginnote
26147 \series default
26148  you can also change the alignment of the text in the margin note.
26149  For example the commands
26150 \end_layout
26151
26152 \begin_layout Standard
26153
26154 \series bold
26155
26156 \backslash
26157 renewcommand*{
26158 \backslash
26159 raggedleftmarginnote}{
26160 \backslash
26161 centering}
26162 \begin_inset Newline newline
26163 \end_inset
26164
26165
26166 \backslash
26167 renewcommand*{
26168 \backslash
26169 raggedrightmarginnote}{
26170 \backslash
26171 centering}
26172 \end_layout
26173
26174 \begin_layout Standard
26175 set the alignment to centered.
26176  
26177 \series bold
26178
26179 \backslash
26180 raggedleftmarginnote
26181 \series default
26182  denotes margin notes that appear at the left side.
26183 \family roman
26184 \series medium
26185
26186 \begin_inset ERT
26187 status collapsed
26188
26189 \begin_layout Plain Layout
26190
26191
26192 \backslash
26193 renewcommand*{
26194 \backslash
26195 raggedleftmarginnote}{
26196 \backslash
26197 centering}
26198 \end_layout
26199
26200 \begin_layout Plain Layout
26201
26202
26203 \backslash
26204 renewcommand*{
26205 \backslash
26206 raggedrightmarginnote}{
26207 \backslash
26208 centering}
26209 \end_layout
26210
26211 \end_inset
26212
26213
26214 \begin_inset Marginal
26215 status open
26216
26217 \begin_layout Plain Layout
26218 The text of this margin note is centered.
26219 \end_layout
26220
26221 \end_inset
26222
26223
26224 \family default
26225 \series default
26226  The default is
26227 \end_layout
26228
26229 \begin_layout Standard
26230
26231 \series bold
26232
26233 \backslash
26234 renewcommand*{
26235 \backslash
26236 raggedleftmarginnote}{
26237 \backslash
26238 raggedleft}
26239 \begin_inset Newline newline
26240 \end_inset
26241
26242
26243 \backslash
26244 renewcommand*{
26245 \backslash
26246 raggedrightmarginnote}{
26247 \backslash
26248 raggedright}
26249 \family roman
26250 \series medium
26251
26252 \begin_inset ERT
26253 status collapsed
26254
26255 \begin_layout Plain Layout
26256
26257
26258 \backslash
26259 renewcommand*{
26260 \backslash
26261 raggedleftmarginnote}{
26262 \backslash
26263 raggedleft}
26264 \end_layout
26265
26266 \begin_layout Plain Layout
26267
26268
26269 \backslash
26270 renewcommand*{
26271 \backslash
26272 raggedrightmarginnote}{
26273 \backslash
26274 raggedright}
26275 \end_layout
26276
26277 \end_inset
26278
26279
26280 \end_layout
26281
26282 \begin_layout Standard
26283 \begin_inset VSpace medskip
26284 \end_inset
26285
26286 For the other features of 
26287 \series bold
26288 marginnote
26289 \series default
26290  we refer to its documentation 
26291 \begin_inset CommandInset citation
26292 LatexCommand cite
26293 key "marginnote"
26294
26295 \end_inset
26296
26297 .
26298 \end_layout
26299
26300 \begin_layout Standard
26301 \begin_inset VSpace bigskip
26302 \end_inset
26303
26304 You can adjust the layout of margin notes by changing its definition.
26305  To create for example a header for all margin notes with the underlined,
26306  sans-serif, and bold header text 
26307 \begin_inset Quotes eld
26308 \end_inset
26309
26310
26311 \family sans
26312 \series bold
26313 \bar under
26314 Attention!
26315 \family default
26316 \series default
26317 \bar default
26318
26319 \begin_inset Quotes erd
26320 \end_inset
26321
26322 , add this to your document preamble:
26323 \end_layout
26324
26325 \begin_layout Standard
26326
26327 \series bold
26328
26329 \backslash
26330 let
26331 \backslash
26332 myMarginpar
26333 \backslash
26334 marginpar
26335 \begin_inset Newline newline
26336 \end_inset
26337
26338
26339 \backslash
26340 renewcommand{
26341 \backslash
26342 marginpar}[1]{
26343 \backslash
26344 myMarginpar{%
26345 \begin_inset Newline newline
26346 \end_inset
26347
26348
26349 \begin_inset ERT
26350 status collapsed
26351
26352 \begin_layout Plain Layout
26353
26354
26355 \backslash
26356 hphantom{ }
26357 \end_layout
26358
26359 \end_inset
26360
26361
26362 \backslash
26363 hspace{0pt}
26364 \backslash
26365 textsf{
26366 \backslash
26367 textbf{
26368 \backslash
26369 underbar{Attention!}}}%
26370 \begin_inset Newline newline
26371 \end_inset
26372
26373
26374 \begin_inset ERT
26375 status collapsed
26376
26377 \begin_layout Plain Layout
26378
26379
26380 \backslash
26381 hphantom{ }
26382 \end_layout
26383
26384 \end_inset
26385
26386
26387 \backslash
26388 vspace{1.5mm}
26389 \backslash
26390
26391 \backslash
26392 #1}}
26393 \end_layout
26394
26395 \begin_layout Standard
26396
26397 \family roman
26398 \series medium
26399 \begin_inset ERT
26400 status collapsed
26401
26402 \begin_layout Plain Layout
26403
26404
26405 \backslash
26406 let
26407 \backslash
26408 myMarginpar
26409 \backslash
26410 marginpar
26411 \end_layout
26412
26413 \begin_layout Plain Layout
26414
26415
26416 \backslash
26417 renewcommand{
26418 \backslash
26419 marginpar}[1]{
26420 \backslash
26421 myMarginpar{%
26422 \end_layout
26423
26424 \begin_layout Plain Layout
26425
26426    
26427 \backslash
26428 textsf{
26429 \backslash
26430 textbf{
26431 \backslash
26432 underbar{Attention!}}}%
26433 \end_layout
26434
26435 \begin_layout Plain Layout
26436
26437    
26438 \backslash
26439 vspace{1.5mm}
26440 \backslash
26441
26442 \backslash
26443 #1}}
26444 \end_layout
26445
26446 \end_inset
26447
26448
26449 \begin_inset Marginal
26450 status open
26451
26452 \begin_layout Plain Layout
26453 This is a margin note with a defined heading.
26454 \end_layout
26455
26456 \end_inset
26457
26458
26459 \family default
26460 \series default
26461
26462 \begin_inset ERT
26463 status collapsed
26464
26465 \begin_layout Plain Layout
26466
26467 [-1.5cm]
26468 \end_layout
26469
26470 \end_inset
26471
26472
26473 \family roman
26474 \series medium
26475
26476 \begin_inset ERT
26477 status collapsed
26478
26479 \begin_layout Plain Layout
26480
26481
26482 \backslash
26483 renewcommand{
26484 \backslash
26485 marginpar}[1]{
26486 \backslash
26487 myMarginpar{#1}}
26488 \end_layout
26489
26490 \end_inset
26491
26492
26493 \family default
26494 \series default
26495
26496 \begin_inset Note Note
26497 status collapsed
26498
26499 \begin_layout Plain Layout
26500 The margin note format is changed only for this example.
26501 \end_layout
26502
26503 \end_inset
26504
26505
26506 \end_layout
26507
26508 \begin_layout Standard
26509 \begin_inset ERT
26510 status collapsed
26511
26512 \begin_layout Plain Layout
26513
26514
26515 \backslash
26516 else
26517 \end_layout
26518
26519 \end_inset
26520
26521
26522 \begin_inset Note Note
26523 status open
26524
26525 \begin_layout Plain Layout
26526 The following will be displayed when the LaTeX-package 
26527 \series bold
26528 marginnote
26529 \series default
26530  is not installed:
26531 \end_layout
26532
26533 \end_inset
26534
26535
26536 \end_layout
26537
26538 \begin_layout Standard
26539 You need to install the LaTeX-package 
26540 \series bold
26541 marginnote
26542 \series default
26543  to see the following part of this section in the output.
26544 \end_layout
26545
26546 \begin_layout Standard
26547 \begin_inset ERT
26548 status collapsed
26549
26550 \begin_layout Plain Layout
26551
26552
26553 \backslash
26554 fi
26555 \end_layout
26556
26557 \end_inset
26558
26559
26560 \end_layout
26561
26562 \begin_layout Chapter
26563 Boxes
26564 \end_layout
26565
26566 \begin_layout Section
26567 Introduction
26568 \begin_inset Index
26569 status collapsed
26570
26571 \begin_layout Plain Layout
26572 Boxes ! Introduction
26573 \end_layout
26574
26575 \end_inset
26576
26577
26578 \end_layout
26579
26580 \begin_layout Standard
26581 Boxes are used to format a block of text.
26582  Boxes can be used to write documents with multiple languages, see section
26583 \begin_inset space ~
26584 \end_inset
26585
26586
26587 \begin_inset CommandInset ref
26588 LatexCommand ref
26589 reference "sec:Minipages"
26590
26591 \end_inset
26592
26593 , to frame texts, see section
26594 \begin_inset space ~
26595 \end_inset
26596
26597
26598 \begin_inset CommandInset ref
26599 LatexCommand ref
26600 reference "sec:Decoration"
26601
26602 \end_inset
26603
26604 , to prevent words to be hyphenated, see section
26605 \begin_inset space ~
26606 \end_inset
26607
26608
26609 \begin_inset CommandInset ref
26610 LatexCommand ref
26611 reference "sec:Prevent-Hyphenation"
26612
26613 \end_inset
26614
26615 , to align text, see section
26616 \begin_inset space ~
26617 \end_inset
26618
26619
26620 \begin_inset CommandInset ref
26621 LatexCommand ref
26622 reference "sub:Vertical-Alignment"
26623
26624 \end_inset
26625
26626 , or to set the background color of texts, see section
26627 \begin_inset space ~
26628 \end_inset
26629
26630
26631 \begin_inset CommandInset ref
26632 LatexCommand ref
26633 reference "sec:Colored-Boxes"
26634
26635 \end_inset
26636
26637 .
26638 \end_layout
26639
26640 \begin_layout Standard
26641 Boxes can be inserted with the menu 
26642 \family sans
26643 Insert\SpecialChar \menuseparator
26644 Box
26645 \family default
26646  or the toolbar button 
26647 \begin_inset Graphics
26648         filename ../images/box-insert.png
26649         scale 85
26650         scaleBeforeRotation
26651
26652 \end_inset
26653
26654 .
26655  A grey box with the label 
26656 \family sans
26657 Box (Minipage)
26658 \family default
26659
26660 \begin_inset Graphics
26661         filename clipart/BoxInsetDefaultQt4.png
26662         scale 85
26663         scaleBeforeRotation
26664
26665 \end_inset
26666
26667  will be inserted.
26668  The box type can be specified by right-clicking on the box.
26669  The appearing box dialog offers the 
26670 \family sans
26671 Inner
26672 \begin_inset space ~
26673 \end_inset
26674
26675 Box
26676 \family default
26677  types 
26678 \family sans
26679 Parbox
26680 \family default
26681  and 
26682 \family sans
26683 Minipage
26684 \family default
26685 .
26686  The type 
26687 \family sans
26688 Minipage
26689 \family default
26690  is the default for new boxes and is explained in section
26691 \begin_inset space ~
26692 \end_inset
26693
26694
26695 \begin_inset CommandInset ref
26696 LatexCommand ref
26697 reference "sec:Minipages"
26698
26699 \end_inset
26700
26701 ; the type 
26702 \family sans
26703 Parbox
26704 \family default
26705  is described in section
26706 \begin_inset space ~
26707 \end_inset
26708
26709
26710 \begin_inset CommandInset ref
26711 LatexCommand ref
26712 reference "sec:Parboxes"
26713
26714 \end_inset
26715
26716 .
26717 \end_layout
26718
26719 \begin_layout Standard
26720 Boxes aren't numbered and can therefore not be referenced like floats or
26721  footnotes.
26722 \end_layout
26723
26724 \begin_layout Standard
26725 \begin_inset Note Greyedout
26726 status open
26727
26728 \begin_layout Plain Layout
26729
26730 \series bold
26731 Note:
26732 \series default
26733  Boxes must not be the item in an 
26734 \family sans
26735 Itemize
26736 \family default
26737  or 
26738 \family sans
26739 Description
26740 \family default
26741  environment.
26742 \end_layout
26743
26744 \end_inset
26745
26746
26747 \end_layout
26748
26749 \begin_layout Standard
26750 \begin_inset Note Greyedout
26751 status open
26752
26753 \begin_layout Plain Layout
26754
26755 \series bold
26756 Note:
26757 \series default
26758  For an unknown reason you can only set the 
26759 \family sans
26760 Inner
26761 \begin_inset space ~
26762 \end_inset
26763
26764 Box
26765 \family default
26766  type to 
26767 \family sans
26768 None
26769 \family default
26770  when you use a framed box.
26771  Boxes without an 
26772 \family sans
26773 Inner
26774 \begin_inset space ~
26775 \end_inset
26776
26777 Box
26778 \family default
26779  type and without frames are explained in section
26780 \begin_inset space ~
26781 \end_inset
26782
26783
26784 \begin_inset CommandInset ref
26785 LatexCommand ref
26786 reference "sec:Prevent-Hyphenation"
26787
26788 \end_inset
26789
26790 .
26791 \end_layout
26792
26793 \end_inset
26794
26795
26796 \end_layout
26797
26798 \begin_layout Section
26799 Box Dialog
26800 \begin_inset CommandInset label
26801 LatexCommand label
26802 name "sec:Box-Dialog"
26803
26804 \end_inset
26805
26806
26807 \begin_inset Index
26808 status collapsed
26809
26810 \begin_layout Plain Layout
26811 Boxes ! Box Dialog
26812 \end_layout
26813
26814 \end_inset
26815
26816
26817 \end_layout
26818
26819 \begin_layout Subsection
26820 Size
26821 \begin_inset Index
26822 status collapsed
26823
26824 \begin_layout Plain Layout
26825 Boxes ! Size
26826 \end_layout
26827
26828 \end_inset
26829
26830
26831 \end_layout
26832
26833 \begin_layout Standard
26834 In the box dialog you can adjust the box geometry in the fields 
26835 \family sans
26836 Width
26837 \family default
26838  and 
26839 \family sans
26840 Height
26841 \family default
26842 .
26843  The available units for the geometry are explained in Table
26844 \begin_inset space ~
26845 \end_inset
26846
26847
26848 \begin_inset CommandInset ref
26849 LatexCommand ref
26850 reference "tab:Units"
26851
26852 \end_inset
26853
26854 .
26855  The field 
26856 \family sans
26857 Heigth
26858 \family default
26859  offers the following additional sizes:
26860 \end_layout
26861
26862 \begin_layout Description
26863 Depth This is the plain text 
26864 \begin_inset Quotes eld
26865 \end_inset
26866
26867 height
26868 \begin_inset Quotes erd
26869 \end_inset
26870
26871 .
26872  It ignores the total depth when there are multiple text lines in the box:
26873 \begin_inset Newline newline
26874 \end_inset
26875
26876
26877 \begin_inset Newline newline
26878 \end_inset
26879
26880
26881 \begin_inset Newline newline
26882 \end_inset
26883
26884
26885 \begin_inset Box Boxed
26886 position "c"
26887 hor_pos "c"
26888 has_inner_box 1
26889 inner_pos "c"
26890 use_parbox 0
26891 width "12col%"
26892 special "none"
26893 height "1in"
26894 height_special "depth"
26895 status collapsed
26896
26897 \begin_layout Plain Layout
26898 \align center
26899 Box height set to 1
26900 \begin_inset space \thinspace{}
26901 \end_inset
26902
26903 Depth
26904 \end_layout
26905
26906 \end_inset
26907
26908
26909 \begin_inset Newline newline
26910 \end_inset
26911
26912
26913 \begin_inset Newline newline
26914 \end_inset
26915
26916
26917 \end_layout
26918
26919 \begin_layout Description
26920 Height This is the heigth of the text that is inside the box.
26921  A value of e.
26922 \begin_inset space \thinspace{}
26923 \end_inset
26924
26925 g.
26926 \begin_inset space \space{}
26927 \end_inset
26928
26929 2 for this size will set the box heigth to 2 times the text height: 
26930 \begin_inset Box Boxed
26931 position "c"
26932 hor_pos "c"
26933 has_inner_box 1
26934 inner_pos "c"
26935 use_parbox 0
26936 width "20col%"
26937 special "none"
26938 height "2in"
26939 height_special "height"
26940 status collapsed
26941
26942 \begin_layout Plain Layout
26943 \align center
26944 Box height set to 2
26945 \begin_inset space \thinspace{}
26946 \end_inset
26947
26948 Height
26949 \end_layout
26950
26951 \end_inset
26952
26953
26954 \end_layout
26955
26956 \begin_layout Description
26957 Total
26958 \begin_inset space ~
26959 \end_inset
26960
26961 Height This is the Height
26962 \begin_inset space \thinspace{}
26963 \end_inset
26964
26965 +
26966 \begin_inset space \thinspace{}
26967 \end_inset
26968
26969 Depth: 
26970 \begin_inset Box Boxed
26971 position "c"
26972 hor_pos "c"
26973 has_inner_box 1
26974 inner_pos "c"
26975 use_parbox 0
26976 width "20col%"
26977 special "none"
26978 height "1in"
26979 height_special "totalheight"
26980 status collapsed
26981
26982 \begin_layout Plain Layout
26983 \align center
26984 Box height set to 1
26985 \begin_inset space \thinspace{}
26986 \end_inset
26987
26988 Total
26989 \begin_inset space ~
26990 \end_inset
26991
26992 Height
26993 \end_layout
26994
26995 \end_inset
26996
26997
26998 \end_layout
26999
27000 \begin_layout Description
27001 Width This sets the width of the box as heigth: 
27002 \begin_inset Box Boxed
27003 position "c"
27004 hor_pos "c"
27005 has_inner_box 1
27006 inner_pos "c"
27007 use_parbox 0
27008 width "12col%"
27009 special "none"
27010 height "1in"
27011 height_special "width"
27012 status collapsed
27013
27014 \begin_layout Plain Layout
27015 \align center
27016 Box height set to 1
27017 \begin_inset space \thinspace{}
27018 \end_inset
27019
27020 Width
27021 \end_layout
27022
27023 \end_inset
27024
27025
27026 \end_layout
27027
27028 \begin_layout Subsection
27029 Alignment
27030 \begin_inset Index
27031 status collapsed
27032
27033 \begin_layout Plain Layout
27034 Boxes ! Alignment
27035 \end_layout
27036
27037 \end_inset
27038
27039
27040 \end_layout
27041
27042 \begin_layout Standard
27043 When you have chosen an 
27044 \family sans
27045 Inner
27046 \begin_inset space ~
27047 \end_inset
27048
27049 Box
27050 \family default
27051 , the vertical box alignment can be:
27052 \end_layout
27053
27054 \begin_layout Description
27055 Top This is an example text line.
27056  
27057 \begin_inset Box Boxed
27058 position "t"
27059 hor_pos "c"
27060 has_inner_box 1
27061 inner_pos "c"
27062 use_parbox 0
27063 width "12col%"
27064 special "none"
27065 height "1in"
27066 height_special "totalheight"
27067 status collapsed
27068
27069 \begin_layout Plain Layout
27070 \align center
27071 This box is top-aligned.
27072 \end_layout
27073
27074 \end_inset
27075
27076  This is an example text line.
27077 \end_layout
27078
27079 \begin_layout Description
27080 Middle This is an example text line.
27081  
27082 \begin_inset Box Boxed
27083 position "c"
27084 hor_pos "c"
27085 has_inner_box 1
27086 inner_pos "c"
27087 use_parbox 0
27088 width "12col%"
27089 special "none"
27090 height "1in"
27091 height_special "totalheight"
27092 status collapsed
27093
27094 \begin_layout Plain Layout
27095 \align center
27096 This box is middle-aligned.
27097 \end_layout
27098
27099 \end_inset
27100
27101  This is an example text line.
27102 \end_layout
27103
27104 \begin_layout Description
27105 Bottom This is an example text line.
27106  
27107 \begin_inset Box Boxed
27108 position "b"
27109 hor_pos "c"
27110 has_inner_box 1
27111 inner_pos "c"
27112 use_parbox 0
27113 width "12col%"
27114 special "none"
27115 height "1in"
27116 height_special "totalheight"
27117 status collapsed
27118
27119 \begin_layout Plain Layout
27120 \align center
27121 This box is bottom-aligned.
27122 \end_layout
27123
27124 \end_inset
27125
27126  This is an example text line.
27127 \end_layout
27128
27129 \begin_layout Standard
27130 \begin_inset Note Greyedout
27131 status open
27132
27133 \begin_layout Plain Layout
27134
27135 \series bold
27136 Note:
27137 \series default
27138  The vertical box aligment can be lost in the output when you have two boxes
27139  in a line and one has e.
27140 \begin_inset space \thinspace{}
27141 \end_inset
27142
27143 g.
27144 \begin_inset space \space{}
27145 \end_inset
27146
27147 a shadow and the other one not.
27148 \end_layout
27149
27150 \end_inset
27151
27152
27153 \end_layout
27154
27155 \begin_layout Standard
27156 The horizontal box alignment can be set via LyX's paragraph dialog when
27157  you set the box into its own paragraph.
27158 \end_layout
27159
27160 \begin_layout Standard
27161 \begin_inset VSpace bigskip
27162 \end_inset
27163
27164 When you have chosen an 
27165 \family sans
27166 Inner
27167 \begin_inset space ~
27168 \end_inset
27169
27170 Box
27171 \family default
27172 , the box content can be vertical aligned to:
27173 \end_layout
27174
27175 \begin_layout Description
27176 top This is an example text line.
27177  
27178 \begin_inset Box Boxed
27179 position "c"
27180 hor_pos "c"
27181 has_inner_box 1
27182 inner_pos "t"
27183 use_parbox 0
27184 width "12col%"
27185 special "none"
27186 height "1.5in"
27187 height_special "totalheight"
27188 status collapsed
27189
27190 \begin_layout Plain Layout
27191 \align center
27192 This box text is top-aligned.
27193 \end_layout
27194
27195 \end_inset
27196
27197  This is an example text line.
27198 \end_layout
27199
27200 \begin_layout Description
27201 middle This is an example text line.
27202  
27203 \begin_inset Box Boxed
27204 position "c"
27205 hor_pos "c"
27206 has_inner_box 1
27207 inner_pos "c"
27208 use_parbox 0
27209 width "12col%"
27210 special "none"
27211 height "1.5in"
27212 height_special "totalheight"
27213 status collapsed
27214
27215 \begin_layout Plain Layout
27216 \align center
27217 This box text is middle-aligned.
27218 \end_layout
27219
27220 \end_inset
27221
27222  This is an example text line.
27223 \end_layout
27224
27225 \begin_layout Description
27226 bottom This is an example text line.
27227  
27228 \begin_inset Box Boxed
27229 position "c"
27230 hor_pos "c"
27231 has_inner_box 1
27232 inner_pos "b"
27233 use_parbox 0
27234 width "12col%"
27235 special "none"
27236 height "1.5in"
27237 height_special "totalheight"
27238 status collapsed
27239
27240 \begin_layout Plain Layout
27241 \align center
27242 This box text is bottom-aligned.
27243 \end_layout
27244
27245 \end_inset
27246
27247  This is an example text line.
27248 \end_layout
27249
27250 \begin_layout Description
27251 stretch This is an example text line.
27252  
27253 \begin_inset Box Boxed
27254 position "c"
27255 hor_pos "c"
27256 has_inner_box 1
27257 inner_pos "s"
27258 use_parbox 0
27259 width "12col%"
27260 special "none"
27261 height "1.5in"
27262 height_special "totalheight"
27263 status collapsed
27264
27265 \begin_layout Plain Layout
27266 \align center
27267 This box
27268 \end_layout
27269
27270 \begin_layout Plain Layout
27271 \align center
27272 text is
27273 \end_layout
27274
27275 \begin_layout Plain Layout
27276 \align center
27277 stretched.
27278 \end_layout
27279
27280 \end_inset
27281
27282  This is an example text line.
27283 \end_layout
27284
27285 \begin_layout Standard
27286 To stretch the box content, it must consist of more than one paragraph.
27287  In the example above every text line is in an own paragraph.
27288 \end_layout
27289
27290 \begin_layout Standard
27291 \begin_inset VSpace bigskip
27292 \end_inset
27293
27294 To align the box content horizontally you can use LyX's paragraph dialog
27295  when you have chosen an 
27296 \family sans
27297 Inner
27298 \begin_inset space ~
27299 \end_inset
27300
27301 Box
27302 \family default
27303 .
27304 \end_layout
27305
27306 \begin_layout Standard
27307 \align center
27308 \begin_inset Box Boxed
27309 position "c"
27310 hor_pos "c"
27311 has_inner_box 1
27312 inner_pos "s"
27313 use_parbox 0
27314 width "15col%"
27315 special "none"
27316 height "1.25in"
27317 height_special "totalheight"
27318 status collapsed
27319
27320 \begin_layout Plain Layout
27321 \align left
27322 This box
27323 \end_layout
27324
27325 \begin_layout Plain Layout
27326 \align center
27327 text is
27328 \end_layout
27329
27330 \begin_layout Plain Layout
27331 \align right
27332 stretched.
27333 \end_layout
27334
27335 \end_inset
27336
27337
27338 \end_layout
27339
27340 \begin_layout Standard
27341 If you haven't set an 
27342 \family sans
27343 Inner
27344 \begin_inset space ~
27345 \end_inset
27346
27347 Box
27348 \family default
27349 , you can align the box content horizontally in the box dialog.
27350 \end_layout
27351
27352 \begin_layout Standard
27353 \align center
27354 \begin_inset Box Boxed
27355 position "c"
27356 hor_pos "s"
27357 has_inner_box 0
27358 inner_pos "s"
27359 use_parbox 0
27360 width "90col%"
27361 special "none"
27362 height "1.25in"
27363 height_special "totalheight"
27364 status collapsed
27365
27366 \begin_layout Plain Layout
27367 \align left
27368 This box text is horizontally stretched.
27369 \end_layout
27370
27371 \end_inset
27372
27373
27374 \end_layout
27375
27376 \begin_layout Subsection
27377 Decoration
27378 \begin_inset CommandInset label
27379 LatexCommand label
27380 name "sec:Decoration"
27381
27382 \end_inset
27383
27384
27385 \begin_inset Index
27386 status collapsed
27387
27388 \begin_layout Plain Layout
27389 Boxes ! Decoration
27390 \end_layout
27391
27392 \end_inset
27393
27394
27395 \end_layout
27396
27397 \begin_layout Standard
27398 The type of the box can be specified in the box-dialog in the drop-down
27399  list 
27400 \family sans
27401 Decoration
27402 \family default
27403 .
27404  The following types are possible:
27405 \end_layout
27406
27407 \begin_layout Description
27408 Simple
27409 \begin_inset space ~
27410 \end_inset
27411
27412 rectangular
27413 \begin_inset space ~
27414 \end_inset
27415
27416 frame This draws a rectangle frame around the box.
27417  The frame line thickness has the size of 
27418 \series bold
27419
27420 \backslash
27421 fboxrule
27422 \series default
27423 .
27424  
27425 \begin_inset Box Boxed
27426 position "c"
27427 hor_pos "c"
27428 has_inner_box 1
27429 inner_pos "c"
27430 use_parbox 0
27431 width "20col%"
27432 special "none"
27433 height "1in"
27434 height_special "totalheight"
27435 status collapsed
27436
27437 \begin_layout Plain Layout
27438 \align center
27439 Rectangular box
27440 \end_layout
27441
27442 \end_inset
27443
27444
27445 \end_layout
27446
27447 \begin_layout Description
27448 Allow
27449 \begin_inset space ~
27450 \end_inset
27451
27452 page
27453 \begin_inset space ~
27454 \end_inset
27455
27456 break When you use the decoration 
27457 \family sans
27458 simple rectangular frame
27459 \family default
27460  and no inner box, you can allow page breaks within a box.
27461  Note that then, in contrary to other framed boxes, the frame always uses
27462  the whole column width, the box is set as its own paragraph, and 
27463 \series bold
27464
27465 \backslash
27466 fboxrule
27467 \series default
27468  and 
27469 \series bold
27470
27471 \backslash
27472 fboxsep
27473 \series default
27474  has no effect on this box type.
27475  The frame line thickness has the size of 
27476 \series bold
27477
27478 \backslash
27479 FrameRule
27480 \series default
27481 .
27482  
27483 \begin_inset Box Framed
27484 position "t"
27485 hor_pos "c"
27486 has_inner_box 0
27487 inner_pos "t"
27488 use_parbox 0
27489 width "100col%"
27490 special "none"
27491 height "1in"
27492 height_special "totalheight"
27493 status collapsed
27494
27495 \begin_layout Plain Layout
27496 Allow page break box
27497 \end_layout
27498
27499 \end_inset
27500
27501
27502 \end_layout
27503
27504 \begin_layout Description
27505 Oval
27506 \begin_inset space ~
27507 \end_inset
27508
27509 box,
27510 \begin_inset space ~
27511 \end_inset
27512
27513 thin This draws an oval frame around the box.
27514  The frame line thickness has the size 0.4
27515 \begin_inset space \thinspace{}
27516 \end_inset
27517
27518 pt.
27519  
27520 \begin_inset Box ovalbox
27521 position "c"
27522 hor_pos "c"
27523 has_inner_box 1
27524 inner_pos "c"
27525 use_parbox 0
27526 width "20col%"
27527 special "none"
27528 height "1in"
27529 height_special "totalheight"
27530 status collapsed
27531
27532 \begin_layout Plain Layout
27533 \align center
27534 Oval box, thin
27535 \end_layout
27536
27537 \end_inset
27538
27539
27540 \end_layout
27541
27542 \begin_layout Description
27543 Oval
27544 \begin_inset space ~
27545 \end_inset
27546
27547 box,
27548 \begin_inset space ~
27549 \end_inset
27550
27551 thick This draws an oval frame around the box.
27552  The frame line thickness has the size 0.8
27553 \begin_inset space \thinspace{}
27554 \end_inset
27555
27556 pt.
27557  
27558 \begin_inset Box Ovalbox
27559 position "c"
27560 hor_pos "c"
27561 has_inner_box 1
27562 inner_pos "c"
27563 use_parbox 0
27564 width "20col%"
27565 special "none"
27566 height "1in"
27567 height_special "totalheight"
27568 status collapsed
27569
27570 \begin_layout Plain Layout
27571 \align center
27572 Oval box, thick
27573 \end_layout
27574
27575 \end_inset
27576
27577
27578 \end_layout
27579
27580 \begin_layout Description
27581 Drop
27582 \begin_inset space ~
27583 \end_inset
27584
27585 shadow This draws a rectangle frame with a shadow around the box.
27586  The frame line thickness has the size of 
27587 \series bold
27588
27589 \backslash
27590 fboxrule
27591 \series default
27592 , the shadow has a width of 4
27593 \begin_inset space \thinspace{}
27594 \end_inset
27595
27596 pt.
27597  
27598 \begin_inset Box Shadowbox
27599 position "c"
27600 hor_pos "c"
27601 has_inner_box 1
27602 inner_pos "c"
27603 use_parbox 0
27604 width "20col%"
27605 special "none"
27606 height "1in"
27607 height_special "totalheight"
27608 status collapsed
27609
27610 \begin_layout Plain Layout
27611 \align center
27612 Shadow box
27613 \end_layout
27614
27615 \end_inset
27616
27617
27618 \end_layout
27619
27620 \begin_layout Description
27621 Shaded
27622 \begin_inset space ~
27623 \end_inset
27624
27625 background This draws a box with red background color.
27626  In contrary to colored boxes
27627 \begin_inset Foot
27628 status collapsed
27629
27630 \begin_layout Plain Layout
27631 see sec.
27632 \begin_inset space \thinspace{}
27633 \end_inset
27634
27635
27636 \begin_inset CommandInset ref
27637 LatexCommand ref
27638 reference "sec:Colored-Boxes"
27639
27640 \end_inset
27641
27642
27643 \end_layout
27644
27645 \end_inset
27646
27647 , it always uses the whole column width and the box is set as its own paragraph.
27648  
27649 \begin_inset Box Shaded
27650 position "t"
27651 hor_pos "c"
27652 has_inner_box 0
27653 inner_pos "t"
27654 use_parbox 0
27655 width "50col%"
27656 special "none"
27657 height "1in"
27658 height_special "totalheight"
27659 status collapsed
27660
27661 \begin_layout Plain Layout
27662 Shaded background box
27663 \end_layout
27664
27665 \end_inset
27666
27667
27668 \end_layout
27669
27670 \begin_layout Description
27671 Double
27672 \begin_inset space ~
27673 \end_inset
27674
27675 rectangular
27676 \begin_inset space ~
27677 \end_inset
27678
27679 frame This draws a double-line rectangle frame around the box.
27680  The line thickness of the inner frame is 0.75
27681 \begin_inset space \thinspace{}
27682 \end_inset
27683
27684
27685 \series bold
27686
27687 \backslash
27688 fboxrule
27689 \series default
27690 , the thickness of the outer frame is 1.5
27691 \begin_inset space \thinspace{}
27692 \end_inset
27693
27694
27695 \series bold
27696
27697 \backslash
27698 fboxrule
27699 \series default
27700 .
27701  The distance between the lines is 1.5
27702 \begin_inset space \thinspace{}
27703 \end_inset
27704
27705
27706 \series bold
27707
27708 \backslash
27709 fboxrule
27710 \series default
27711
27712 \begin_inset space \thinspace{}
27713 \end_inset
27714
27715 +
27716 \begin_inset space \thinspace{}
27717 \end_inset
27718
27719 0.5
27720 \begin_inset space \thinspace{}
27721 \end_inset
27722
27723 pt.
27724  
27725 \begin_inset Box Doublebox
27726 position "c"
27727 hor_pos "c"
27728 has_inner_box 1
27729 inner_pos "c"
27730 use_parbox 0
27731 width "20col%"
27732 special "none"
27733 height "1in"
27734 height_special "totalheight"
27735 status collapsed
27736
27737 \begin_layout Plain Layout
27738 \align center
27739 Double rectangular box
27740 \end_layout
27741
27742 \end_inset
27743
27744
27745 \end_layout
27746
27747 \begin_layout Standard
27748 \begin_inset VSpace bigskip
27749 \end_inset
27750
27751 LyX's box label will reflect the different frame types.
27752  To be able to use all types, the LaTeX-package 
27753 \series bold
27754 fancybox
27755 \series default
27756
27757 \begin_inset Index
27758 status collapsed
27759
27760 \begin_layout Plain Layout
27761 LaTeX-packages ! fancybox
27762 \end_layout
27763
27764 \end_inset
27765
27766  must be installed.
27767 \end_layout
27768
27769 \begin_layout Section
27770 Box customization
27771 \begin_inset Index
27772 status collapsed
27773
27774 \begin_layout Plain Layout
27775 Boxes ! Customization
27776 \end_layout
27777
27778 \end_inset
27779
27780
27781 \end_layout
27782
27783 \begin_layout Standard
27784 The default value for the size 
27785 \series bold
27786
27787 \backslash
27788 fboxrule
27789 \series default
27790  is 0.4
27791 \begin_inset space \thinspace{}
27792 \end_inset
27793
27794 pt.
27795  It can be changed with the following command in TeX-Code to e.
27796 \begin_inset space \thinspace{}
27797 \end_inset
27798
27799 g.
27800 \begin_inset space \space{}
27801 \end_inset
27802
27803 2
27804 \begin_inset space \thinspace{}
27805 \end_inset
27806
27807 pt:
27808 \end_layout
27809
27810 \begin_layout Standard
27811
27812 \series bold
27813
27814 \backslash
27815 setlength{
27816 \backslash
27817 fboxrule}{2pt}
27818 \end_layout
27819
27820 \begin_layout Standard
27821 \begin_inset ERT
27822 status collapsed
27823
27824 \begin_layout Plain Layout
27825
27826
27827 \backslash
27828 setlength{
27829 \backslash
27830 fboxrule}{2pt}
27831 \end_layout
27832
27833 \end_inset
27834
27835
27836 \begin_inset Box Boxed
27837 position "c"
27838 hor_pos "c"
27839 has_inner_box 1
27840 inner_pos "c"
27841 use_parbox 0
27842 width "25col%"
27843 special "none"
27844 height "1in"
27845 height_special "totalheight"
27846 status open
27847
27848 \begin_layout Plain Layout
27849 \align center
27850 Rectangular box with 
27851 \series bold
27852
27853 \backslash
27854 fboxrule
27855 \series default
27856
27857 \begin_inset space \thinspace{}
27858 \end_inset
27859
27860 =
27861 \begin_inset space \thinspace{}
27862 \end_inset
27863
27864 2
27865 \begin_inset space \thinspace{}
27866 \end_inset
27867
27868 pt
27869 \end_layout
27870
27871 \end_inset
27872
27873
27874 \begin_inset ERT
27875 status collapsed
27876
27877 \begin_layout Plain Layout
27878
27879
27880 \backslash
27881 setlength{
27882 \backslash
27883 fboxrule}{0.4pt}
27884 \end_layout
27885
27886 \end_inset
27887
27888
27889 \end_layout
27890
27891 \begin_layout Standard
27892 \begin_inset VSpace bigskip
27893 \end_inset
27894
27895 The space between the frame and the box content is for all frame styles
27896  by default 3
27897 \begin_inset space \thinspace{}
27898 \end_inset
27899
27900 pt.
27901  You can change it by setting the length 
27902 \series bold
27903
27904 \backslash
27905 fboxsep
27906 \series default
27907  to another value.
27908  For example the command
27909 \end_layout
27910
27911 \begin_layout Standard
27912
27913 \series bold
27914
27915 \backslash
27916 setlength{
27917 \backslash
27918 fboxsep}{10pt}
27919 \end_layout
27920
27921 \begin_layout Standard
27922 sets the value to 10
27923 \begin_inset space \thinspace{}
27924 \end_inset
27925
27926 pt, like for the following box:
27927 \end_layout
27928
27929 \begin_layout Standard
27930 \begin_inset ERT
27931 status collapsed
27932
27933 \begin_layout Plain Layout
27934
27935
27936 \backslash
27937 setlength{
27938 \backslash
27939 fboxsep}{10pt}
27940 \end_layout
27941
27942 \end_inset
27943
27944
27945 \begin_inset Box Boxed
27946 position "c"
27947 hor_pos "c"
27948 has_inner_box 1
27949 inner_pos "c"
27950 use_parbox 0
27951 width "25col%"
27952 special "none"
27953 height "1in"
27954 height_special "totalheight"
27955 status open
27956
27957 \begin_layout Plain Layout
27958 \align center
27959 Rectangular box with 
27960 \series bold
27961
27962 \backslash
27963 fboxsep
27964 \series default
27965
27966 \begin_inset space \thinspace{}
27967 \end_inset
27968
27969 =
27970 \begin_inset space \thinspace{}
27971 \end_inset
27972
27973 10
27974 \begin_inset space \thinspace{}
27975 \end_inset
27976
27977 pt
27978 \end_layout
27979
27980 \end_inset
27981
27982
27983 \begin_inset ERT
27984 status collapsed
27985
27986 \begin_layout Plain Layout
27987
27988
27989 \backslash
27990 setlength{
27991 \backslash
27992 fboxsep}{3pt}
27993 \end_layout
27994
27995 \end_inset
27996
27997
27998 \end_layout
27999
28000 \begin_layout Standard
28001 \begin_inset VSpace bigskip
28002 \end_inset
28003
28004 The diameter of the round corners of the oval boxes can be set with the
28005  command 
28006 \series bold
28007
28008 \backslash
28009 cornersize
28010 \series default
28011 .
28012  The command
28013 \end_layout
28014
28015 \begin_layout Standard
28016
28017 \series bold
28018
28019 \backslash
28020 cornersize*{1cm}
28021 \end_layout
28022
28023 \begin_layout Standard
28024 sets the diameter to 1
28025 \begin_inset space \thinspace{}
28026 \end_inset
28027
28028 cm.
28029  The command
28030 \end_layout
28031
28032 \begin_layout Standard
28033
28034 \series bold
28035
28036 \backslash
28037 cornersize{num}
28038 \end_layout
28039
28040 \begin_layout Standard
28041 sets the diameter to 
28042 \family sans
28043 num
28044 \begin_inset space \thinspace{}
28045 \end_inset
28046
28047 ×
28048 \begin_inset space \thinspace{}
28049 \end_inset
28050
28051 minimum(width and heigth of box)
28052 \family default
28053 .
28054  The default is 
28055 \series bold
28056
28057 \backslash
28058 cornersize{0.5}
28059 \series default
28060 .
28061 \end_layout
28062
28063 \begin_layout Standard
28064 \begin_inset ERT
28065 status collapsed
28066
28067 \begin_layout Plain Layout
28068
28069
28070 \backslash
28071 cornersize*{1.5cm}
28072 \end_layout
28073
28074 \end_inset
28075
28076
28077 \begin_inset Box Ovalbox
28078 position "c"
28079 hor_pos "c"
28080 has_inner_box 1
28081 inner_pos "c"
28082 use_parbox 0
28083 width "25col%"
28084 special "none"
28085 height "1in"
28086 height_special "totalheight"
28087 status open
28088
28089 \begin_layout Plain Layout
28090 \align center
28091 Oval box with 
28092 \series bold
28093
28094 \backslash
28095 cornersize
28096 \series default
28097
28098 \begin_inset space \thinspace{}
28099 \end_inset
28100
28101 =
28102 \begin_inset space \thinspace{}
28103 \end_inset
28104
28105 1.5
28106 \begin_inset space \thinspace{}
28107 \end_inset
28108
28109 cm
28110 \end_layout
28111
28112 \end_inset
28113
28114
28115 \begin_inset ERT
28116 status collapsed
28117
28118 \begin_layout Plain Layout
28119
28120
28121 \backslash
28122 cornersize{0.5}
28123 \end_layout
28124
28125 \end_inset
28126
28127
28128 \end_layout
28129
28130 \begin_layout Standard
28131 \begin_inset VSpace bigskip
28132 \end_inset
28133
28134 The size of the shadow can be adjusted by changing the length 
28135 \series bold
28136
28137 \backslash
28138 shadowsize
28139 \series default
28140 .
28141  It it set to 2
28142 \begin_inset space \thinspace{}
28143 \end_inset
28144
28145 pt for the following box by this command:
28146 \end_layout
28147
28148 \begin_layout Standard
28149
28150 \series bold
28151
28152 \backslash
28153 setlength{
28154 \backslash
28155 shadowsize}{2pt}
28156 \end_layout
28157
28158 \begin_layout Standard
28159 \begin_inset ERT
28160 status collapsed
28161
28162 \begin_layout Plain Layout
28163
28164
28165 \backslash
28166 setlength{
28167 \backslash
28168 shadowsize}{2pt}
28169 \end_layout
28170
28171 \end_inset
28172
28173
28174 \begin_inset Box Shadowbox
28175 position "c"
28176 hor_pos "c"
28177 has_inner_box 1
28178 inner_pos "c"
28179 use_parbox 0
28180 width "25col%"
28181 special "none"
28182 height "1in"
28183 height_special "totalheight"
28184 status open
28185
28186 \begin_layout Plain Layout
28187 \align center
28188 Shadow box with 
28189 \series bold
28190
28191 \backslash
28192 shadowsize
28193 \series default
28194
28195 \begin_inset space \thinspace{}
28196 \end_inset
28197
28198 =
28199 \begin_inset space \thinspace{}
28200 \end_inset
28201
28202 2
28203 \begin_inset space \thinspace{}
28204 \end_inset
28205
28206 pt
28207 \end_layout
28208
28209 \end_inset
28210
28211
28212 \begin_inset ERT
28213 status collapsed
28214
28215 \begin_layout Plain Layout
28216
28217
28218 \backslash
28219 setlength{
28220 \backslash
28221 shadowsize}{4pt}
28222 \end_layout
28223
28224 \end_inset
28225
28226
28227 \end_layout
28228
28229 \begin_layout Standard
28230 \begin_inset VSpace bigskip
28231 \end_inset
28232
28233
28234 \end_layout
28235
28236 \begin_layout Standard
28237 The default value for the size 
28238 \series bold
28239
28240 \backslash
28241 FrameRule
28242 \series default
28243  is 0.4
28244 \begin_inset space \thinspace{}
28245 \end_inset
28246
28247 pt.
28248  The default space between the note content and the frame is 9
28249 \begin_inset space \thinspace{}
28250 \end_inset
28251
28252 pt and can be changed with the value of 
28253 \series bold
28254
28255 \backslash
28256 FrameSep
28257 \series default
28258 .
28259  For example the frame appearance of the following 
28260 \family sans
28261 box
28262 \family default
28263  is set with the TeX-Code commands
28264 \end_layout
28265
28266 \begin_layout Standard
28267
28268 \series bold
28269
28270 \backslash
28271 setlength{
28272 \backslash
28273 FrameRule}{5pt}
28274 \begin_inset Newline newline
28275 \end_inset
28276
28277
28278 \backslash
28279 setlength{
28280 \backslash
28281 FrameSep}{0.5cm}
28282 \end_layout
28283
28284 \begin_layout Standard
28285 \begin_inset ERT
28286 status collapsed
28287
28288 \begin_layout Plain Layout
28289
28290
28291 \backslash
28292 setlength{
28293 \backslash
28294 FrameRule}{5pt}
28295 \end_layout
28296
28297 \begin_layout Plain Layout
28298
28299
28300 \backslash
28301 setlength{
28302 \backslash
28303 FrameSep}{0.5cm}
28304 \end_layout
28305
28306 \end_inset
28307
28308
28309 \begin_inset Box Framed
28310 position "t"
28311 hor_pos "c"
28312 has_inner_box 0
28313 inner_pos "t"
28314 use_parbox 0
28315 width "100col%"
28316 special "none"
28317 height "1in"
28318 height_special "totalheight"
28319 status open
28320
28321 \begin_layout Plain Layout
28322 This is text in an 
28323 \family sans
28324 allow page break
28325 \family default
28326  box.
28327 \end_layout
28328
28329 \end_inset
28330
28331
28332 \begin_inset ERT
28333 status collapsed
28334
28335 \begin_layout Plain Layout
28336
28337
28338 \backslash
28339 setlength{
28340 \backslash
28341 FrameRule}{0.4pt}
28342 \end_layout
28343
28344 \begin_layout Plain Layout
28345
28346
28347 \backslash
28348 setlength{
28349 \backslash
28350 FrameSep}{9pt}
28351 \end_layout
28352
28353 \end_inset
28354
28355
28356 \end_layout
28357
28358 \begin_layout Standard
28359 \begin_inset VSpace bigskip
28360 \end_inset
28361
28362
28363 \end_layout
28364
28365 \begin_layout Standard
28366 For 
28367 \family sans
28368 shaded background
28369 \family default
28370  boxes the default space between the box content and the box border is 3
28371 \begin_inset space \thinspace{}
28372 \end_inset
28373
28374 pt and can be changed with the value of 
28375 \series bold
28376
28377 \backslash
28378 fboxsep
28379 \series default
28380 .
28381  The default background color red can either be changed locally with the
28382  command 
28383 \series bold
28384
28385 \backslash
28386 definecolor{shadebox}
28387 \series default
28388  or globally with the menu 
28389 \family sans
28390 Tools\SpecialChar \menuseparator
28391 Preferences\SpecialChar \menuseparator
28392 Colors\SpecialChar \menuseparator
28393 shaded
28394 \begin_inset space ~
28395 \end_inset
28396
28397 box
28398 \family default
28399 .
28400  The scheme of the 
28401 \series bold
28402
28403 \backslash
28404 definecolor
28405 \series default
28406  command is explained in section
28407 \begin_inset space ~
28408 \end_inset
28409
28410
28411 \begin_inset CommandInset ref
28412 LatexCommand ref
28413 reference "sec:Colored-Tables"
28414
28415 \end_inset
28416
28417 .
28418 \begin_inset Foot
28419 status collapsed
28420
28421 \begin_layout Plain Layout
28422 Note that 
28423 \series bold
28424
28425 \backslash
28426 definecolor
28427 \series default
28428  requires the LaTeX-package 
28429 \series bold
28430 color
28431 \series default
28432  in the preamble, see section
28433 \begin_inset space ~
28434 \end_inset
28435
28436
28437 \begin_inset CommandInset ref
28438 LatexCommand ref
28439 reference "sec:Colored-Boxes"
28440
28441 \end_inset
28442
28443 .
28444 \end_layout
28445
28446 \end_inset
28447
28448  For example the appearance of the following shaded background note is set
28449  with the TeX-Code commands
28450 \end_layout
28451
28452 \begin_layout Standard
28453
28454 \series bold
28455
28456 \backslash
28457 setlength{
28458 \backslash
28459 fboxsep}{0.5cm}
28460 \series default
28461
28462 \begin_inset Newline newline
28463 \end_inset
28464
28465
28466 \series bold
28467
28468 \backslash
28469 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28470 \end_layout
28471
28472 \begin_layout Standard
28473 \begin_inset ERT
28474 status collapsed
28475
28476 \begin_layout Plain Layout
28477
28478
28479 \backslash
28480 setlength{
28481 \backslash
28482 fboxsep}{0.5cm}
28483 \end_layout
28484
28485 \begin_layout Plain Layout
28486
28487
28488 \backslash
28489 definecolor{shadecolor}{cmyk}{0.5,0,1,0.5}
28490 \end_layout
28491
28492 \end_inset
28493
28494
28495 \begin_inset Box Shaded
28496 position "t"
28497 hor_pos "c"
28498 has_inner_box 0
28499 inner_pos "t"
28500 use_parbox 0
28501 width "100col%"
28502 special "none"
28503 height "1in"
28504 height_special "totalheight"
28505 status open
28506
28507 \begin_layout Plain Layout
28508
28509 \color yellow
28510 This is yellow text in a
28511 \color none
28512  
28513 \family sans
28514 \color yellow
28515 shaded background
28516 \family default
28517 \color none
28518  
28519 \color yellow
28520 box with dark green background.
28521 \end_layout
28522
28523 \end_inset
28524
28525
28526 \begin_inset ERT
28527 status collapsed
28528
28529 \begin_layout Plain Layout
28530
28531
28532 \backslash
28533 setlength{
28534 \backslash
28535 fboxsep}{3pt}
28536 \end_layout
28537
28538 \begin_layout Plain Layout
28539
28540
28541 \backslash
28542 definecolor{shadecolor}{rgb}{1,0,0}
28543 \end_layout
28544
28545 \end_inset
28546
28547
28548 \end_layout
28549
28550 \begin_layout Standard
28551 \begin_inset VSpace bigskip
28552 \end_inset
28553
28554 Changed lengths and widths are valid for all boxes following the commands
28555  that change them.
28556 \end_layout
28557
28558 \begin_layout Section
28559 Minipages
28560 \begin_inset CommandInset label
28561 LatexCommand label
28562 name "sec:Minipages"
28563
28564 \end_inset
28565
28566
28567 \begin_inset Index
28568 status collapsed
28569
28570 \begin_layout Plain Layout
28571 Boxes ! Minipages
28572 \end_layout
28573
28574 \end_inset
28575
28576
28577 \end_layout
28578
28579 \begin_layout Standard
28580 Minipages are treated by LaTeX as pages within pages and can therefore for
28581  example have their own footnotes.
28582 \end_layout
28583
28584 \begin_layout Standard
28585 Minipages are useful when you write documents with different languages.
28586 \end_layout
28587
28588 \begin_layout Standard
28589 Below are two example minipages side by side.
28590  Their width is set to 45
28591 \begin_inset space \thinspace{}
28592 \end_inset
28593
28594 col% and they are separated by a horizontal fill, that was inserted via
28595  the menu 
28596 \family sans
28597 Insert\SpecialChar \menuseparator
28598 Special
28599 \begin_inset space ~
28600 \end_inset
28601
28602 Formatting\SpecialChar \menuseparator
28603 Horizontal
28604 \begin_inset space ~
28605 \end_inset
28606
28607 Fill
28608 \family default
28609 .
28610 \begin_inset Newpage newpage
28611 \end_inset
28612
28613
28614 \end_layout
28615
28616 \begin_layout Standard
28617 \begin_inset Box Frameless
28618 position "t"
28619 hor_pos "c"
28620 has_inner_box 1
28621 inner_pos "c"
28622 use_parbox 0
28623 width "45col%"
28624 special "none"
28625 height "1in"
28626 height_special "totalheight"
28627 status open
28628
28629 \begin_layout Plain Layout
28630
28631 \lang german
28632 Dies ist ein deutscher Text.
28633  Dies ist ein deutscher Text.
28634  Dies ist ein deutscher Text.
28635  Dies ist ein deutscher Text.
28636  Dies ist ein deutscher Text.
28637  Dies ist ein deutscher Text.
28638  Dies ist ein deutscher Text.
28639  Dies ist ein deutscher Text.
28640  Dies ist ein deutscher Text.
28641  Dies ist ein deutscher Text.
28642  Dies ist ein deutscher Text.
28643  Dies ist ein deutscher Text.
28644  Dies ist ein deutscher Text
28645 \begin_inset Foot
28646 status collapsed
28647
28648 \begin_layout Plain Layout
28649
28650 \lang german
28651 Dies ist eine deutsche Fußnote.
28652 \end_layout
28653
28654 \end_inset
28655
28656 .
28657  Dies ist ein deutscher Text.
28658  Dies ist ein deutscher Text.
28659 \end_layout
28660
28661 \end_inset
28662
28663
28664 \begin_inset space \hfill{}
28665 \end_inset
28666
28667
28668 \begin_inset Box Frameless
28669 position "t"
28670 hor_pos "c"
28671 has_inner_box 1
28672 inner_pos "c"
28673 use_parbox 0
28674 width "45col%"
28675 special "none"
28676 height "1in"
28677 height_special "totalheight"
28678 status open
28679
28680 \begin_layout Plain Layout
28681 This is an English Text.
28682  This is an English Text.
28683  This is an English Text.
28684  This is an English Text.
28685  This is an English Text.
28686  This is an English Text.
28687  This is an English Text.
28688  This is an English Text.
28689  This is an English Text.
28690  This is an English Text.
28691  This is an English Text.
28692  This is an English Text.
28693  This is an English Text.
28694  This is an English Text.
28695  This is an English Text.
28696  This is an English Text.
28697 \begin_inset Foot
28698 status collapsed
28699
28700 \begin_layout Plain Layout
28701 This is an English footnote.
28702 \end_layout
28703
28704 \end_inset
28705
28706  This is an English Text.
28707  
28708 \end_layout
28709
28710 \end_inset
28711
28712
28713 \end_layout
28714
28715 \begin_layout Standard
28716 \begin_inset VSpace bigskip
28717 \end_inset
28718
28719 Another application for minipages are footnotes within tables.
28720  Due to a LaTeX restriction footnotes within tables doesn't appear at the
28721  bottom of the current page.
28722  But when you put the table with the footnote to a minipage, the footnote
28723  will appear at its bottom, numbered with Latin letters.
28724  The footnote number is reset to 1 in every minipage but not outside the
28725  minipages.
28726 \end_layout
28727
28728 \begin_layout Standard
28729 The footnote of this table doesn't appear: 
28730 \begin_inset Tabular
28731 <lyxtabular version="3" rows="3" columns="4">
28732 <features>
28733 <column alignment="center" valignment="top" width="0pt">
28734 <column alignment="center" valignment="top" width="0pt">
28735 <column alignment="center" valignment="top" width="0pt">
28736 <column alignment="center" valignment="top" width="0pt">
28737 <row>
28738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28739 \begin_inset Text
28740
28741 \begin_layout Plain Layout
28742 1
28743 \end_layout
28744
28745 \end_inset
28746 </cell>
28747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28748 \begin_inset Text
28749
28750 \begin_layout Plain Layout
28751 2
28752 \end_layout
28753
28754 \end_inset
28755 </cell>
28756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28757 \begin_inset Text
28758
28759 \begin_layout Plain Layout
28760 3
28761 \begin_inset Foot
28762 status collapsed
28763
28764 \begin_layout Plain Layout
28765 This is a footnote within a table.
28766 \end_layout
28767
28768 \end_inset
28769
28770
28771 \end_layout
28772
28773 \end_inset
28774 </cell>
28775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28776 \begin_inset Text
28777
28778 \begin_layout Plain Layout
28779 4
28780 \end_layout
28781
28782 \end_inset
28783 </cell>
28784 </row>
28785 <row>
28786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28787 \begin_inset Text
28788
28789 \begin_layout Plain Layout
28790 a
28791 \end_layout
28792
28793 \end_inset
28794 </cell>
28795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28796 \begin_inset Text
28797
28798 \begin_layout Plain Layout
28799 b
28800 \end_layout
28801
28802 \end_inset
28803 </cell>
28804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28805 \begin_inset Text
28806
28807 \begin_layout Plain Layout
28808 c
28809 \end_layout
28810
28811 \end_inset
28812 </cell>
28813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28814 \begin_inset Text
28815
28816 \begin_layout Plain Layout
28817 d
28818 \end_layout
28819
28820 \end_inset
28821 </cell>
28822 </row>
28823 <row>
28824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28825 \begin_inset Text
28826
28827 \begin_layout Plain Layout
28828 e
28829 \end_layout
28830
28831 \end_inset
28832 </cell>
28833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28834 \begin_inset Text
28835
28836 \begin_layout Plain Layout
28837 f
28838 \end_layout
28839
28840 \end_inset
28841 </cell>
28842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28843 \begin_inset Text
28844
28845 \begin_layout Plain Layout
28846 g
28847 \end_layout
28848
28849 \end_inset
28850 </cell>
28851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28852 \begin_inset Text
28853
28854 \begin_layout Plain Layout
28855 h
28856 \end_layout
28857
28858 \end_inset
28859 </cell>
28860 </row>
28861 </lyxtabular>
28862
28863 \end_inset
28864
28865
28866 \end_layout
28867
28868 \begin_layout Standard
28869 \align center
28870 \begin_inset Box Frameless
28871 position "t"
28872 hor_pos "c"
28873 has_inner_box 1
28874 inner_pos "c"
28875 use_parbox 0
28876 width "30col%"
28877 special "none"
28878 height "1in"
28879 height_special "totalheight"
28880 status open
28881
28882 \begin_layout Plain Layout
28883 \align center
28884 \begin_inset Tabular
28885 <lyxtabular version="3" rows="3" columns="4">
28886 <features>
28887 <column alignment="center" valignment="top" width="0pt">
28888 <column alignment="center" valignment="top" width="0pt">
28889 <column alignment="center" valignment="top" width="0pt">
28890 <column alignment="center" valignment="top" width="0pt">
28891 <row>
28892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28893 \begin_inset Text
28894
28895 \begin_layout Plain Layout
28896 1
28897 \end_layout
28898
28899 \end_inset
28900 </cell>
28901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28902 \begin_inset Text
28903
28904 \begin_layout Plain Layout
28905 2
28906 \end_layout
28907
28908 \end_inset
28909 </cell>
28910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28911 \begin_inset Text
28912
28913 \begin_layout Plain Layout
28914 3
28915 \begin_inset Foot
28916 status collapsed
28917
28918 \begin_layout Plain Layout
28919 This is a footnote within a table.
28920 \end_layout
28921
28922 \end_inset
28923
28924
28925 \end_layout
28926
28927 \end_inset
28928 </cell>
28929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28930 \begin_inset Text
28931
28932 \begin_layout Plain Layout
28933 4
28934 \end_layout
28935
28936 \end_inset
28937 </cell>
28938 </row>
28939 <row>
28940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28941 \begin_inset Text
28942
28943 \begin_layout Plain Layout
28944 a
28945 \end_layout
28946
28947 \end_inset
28948 </cell>
28949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28950 \begin_inset Text
28951
28952 \begin_layout Plain Layout
28953 b
28954 \end_layout
28955
28956 \end_inset
28957 </cell>
28958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
28959 \begin_inset Text
28960
28961 \begin_layout Plain Layout
28962 c
28963 \end_layout
28964
28965 \end_inset
28966 </cell>
28967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
28968 \begin_inset Text
28969
28970 \begin_layout Plain Layout
28971 d
28972 \end_layout
28973
28974 \end_inset
28975 </cell>
28976 </row>
28977 <row>
28978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28979 \begin_inset Text
28980
28981 \begin_layout Plain Layout
28982 e
28983 \end_layout
28984
28985 \end_inset
28986 </cell>
28987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28988 \begin_inset Text
28989
28990 \begin_layout Plain Layout
28991 f
28992 \end_layout
28993
28994 \end_inset
28995 </cell>
28996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28997 \begin_inset Text
28998
28999 \begin_layout Plain Layout
29000 g
29001 \end_layout
29002
29003 \end_inset
29004 </cell>
29005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29006 \begin_inset Text
29007
29008 \begin_layout Plain Layout
29009 h
29010 \end_layout
29011
29012 \end_inset
29013 </cell>
29014 </row>
29015 </lyxtabular>
29016
29017 \end_inset
29018
29019
29020 \end_layout
29021
29022 \end_inset
29023
29024
29025 \end_layout
29026
29027 \begin_layout Standard
29028 \begin_inset VSpace bigskip
29029 \end_inset
29030
29031 The document-wide paragraph settings are ignored within minipages.
29032  That means that there will be no space between paragraphs in minipages
29033  although you set it to e.
29034 \begin_inset space \thinspace{}
29035 \end_inset
29036
29037 g.
29038 \begin_inset space \space{}
29039 \end_inset
29040
29041
29042 \family sans
29043 MedSkip
29044 \family default
29045  in the document settings.
29046 \end_layout
29047
29048 \begin_layout Standard
29049 Minipages can also be used to set a background color for text parts, see
29050  section
29051 \begin_inset space ~
29052 \end_inset
29053
29054
29055 \begin_inset CommandInset ref
29056 LatexCommand ref
29057 reference "sub:Color-for-Paragraphs"
29058
29059 \end_inset
29060
29061 .
29062 \end_layout
29063
29064 \begin_layout Standard
29065 \begin_inset Note Greyedout
29066 status open
29067
29068 \begin_layout Plain Layout
29069
29070 \series bold
29071 Note:
29072 \series default
29073  You cannot have floats or margin notes inside minipages but minipages can
29074  be used inside tables, floats, and other boxes.
29075 \end_layout
29076
29077 \end_inset
29078
29079
29080 \end_layout
29081
29082 \begin_layout Section
29083 Parboxes
29084 \begin_inset CommandInset label
29085 LatexCommand label
29086 name "sec:Parboxes"
29087
29088 \end_inset
29089
29090
29091 \begin_inset Index
29092 status collapsed
29093
29094 \begin_layout Plain Layout
29095 Boxes ! Parboxes
29096 \end_layout
29097
29098 \end_inset
29099
29100
29101 \end_layout
29102
29103 \begin_layout Standard
29104 Parboxes are very similar to minipages with the difference that they cannot
29105  have footnotes.
29106  The main difference to minipages is that minipages are in contrary to parboxes
29107  no real boxes but LaTeX-environments.
29108 \end_layout
29109
29110 \begin_layout Standard
29111 \align center
29112 \begin_inset Box Frameless
29113 position "t"
29114 hor_pos "c"
29115 has_inner_box 1
29116 inner_pos "t"
29117 use_parbox 1
29118 width "33col%"
29119 special "none"
29120 height "1in"
29121 height_special "totalheight"
29122 status collapsed
29123
29124 \begin_layout Plain Layout
29125 This a text within a parbox.
29126  This a text within a parbox.
29127 \end_layout
29128
29129 \begin_layout Plain Layout
29130 This footnote won't appear:
29131 \begin_inset Foot
29132 status collapsed
29133
29134 \begin_layout Plain Layout
29135 This footnote is inside a parbox and will therefore not appear.
29136 \end_layout
29137
29138 \end_inset
29139
29140
29141 \end_layout
29142
29143 \end_inset
29144
29145
29146 \end_layout
29147
29148 \begin_layout Section
29149 Boxes for Words and Characters
29150 \begin_inset Index
29151 status collapsed
29152
29153 \begin_layout Plain Layout
29154 Boxes ! for Characters
29155 \end_layout
29156
29157 \end_inset
29158
29159
29160 \end_layout
29161
29162 \begin_layout Subsection
29163 Prevent Hyphenation
29164 \begin_inset CommandInset label
29165 LatexCommand label
29166 name "sec:Prevent-Hyphenation"
29167
29168 \end_inset
29169
29170
29171 \begin_inset Index
29172 status collapsed
29173
29174 \begin_layout Plain Layout
29175 Boxes ! to Prevent Hyphenation
29176 \end_layout
29177
29178 \end_inset
29179
29180
29181 \end_layout
29182
29183 \begin_layout Standard
29184 You can use a special kind of boxes to prevent words or text to be hyphenated.
29185 \begin_inset Newline newline
29186 \end_inset
29187
29188 Here is an example text:
29189 \end_layout
29190
29191 \begin_layout Standard
29192 This line is an example to show how you can prevent the hyphenation of 
29193 \begin_inset Quotes eld
29194 \end_inset
29195
29196 veryverylongword
29197 \begin_inset Quotes erd
29198 \end_inset
29199
29200 .
29201 \end_layout
29202
29203 \begin_layout Standard
29204 To prevent the hyphenation of the word 
29205 \begin_inset Quotes eld
29206 \end_inset
29207
29208 veryverylongword
29209 \begin_inset Quotes erd
29210 \end_inset
29211
29212 , add the command
29213 \end_layout
29214
29215 \begin_layout Standard
29216
29217 \series bold
29218
29219 \backslash
29220 mbox{
29221 \end_layout
29222
29223 \begin_layout Standard
29224 in TeX-Code before the word.
29225  Behind the word insert a closing brace 
29226 \begin_inset Quotes eld
29227 \end_inset
29228
29229
29230 \series bold
29231 }
29232 \series default
29233
29234 \begin_inset Quotes erd
29235 \end_inset
29236
29237  in TeX-Code.
29238 \end_layout
29239
29240 \begin_layout Standard
29241 This is the result:
29242 \end_layout
29243
29244 \begin_layout Standard
29245 This line is an example to show how you can prevent the hyphenation of 
29246 \begin_inset ERT
29247 status collapsed
29248
29249 \begin_layout Plain Layout
29250
29251
29252 \backslash
29253 mbox{
29254 \end_layout
29255
29256 \end_inset
29257
29258
29259 \begin_inset Quotes eld
29260 \end_inset
29261
29262 veryverylongword
29263 \begin_inset Quotes erd
29264 \end_inset
29265
29266 .
29267 \begin_inset ERT
29268 status collapsed
29269
29270 \begin_layout Plain Layout
29271
29272 }
29273 \end_layout
29274
29275 \end_inset
29276
29277
29278 \end_layout
29279
29280 \begin_layout Standard
29281 You can alternatively set the command 
29282 \begin_inset Quotes eld
29283 \end_inset
29284
29285
29286 \series bold
29287
29288 \backslash
29289 -
29290 \series default
29291
29292 \begin_inset Quotes grd
29293 \end_inset
29294
29295  as TeX-Code directly before the word:
29296 \end_layout
29297
29298 \begin_layout Standard
29299 This line is an example to show how you can prevent the hyphenation of 
29300 \begin_inset Quotes eld
29301 \end_inset
29302
29303
29304 \begin_inset ERT
29305 status collapsed
29306
29307 \begin_layout Plain Layout
29308
29309
29310 \backslash
29311 -
29312 \end_layout
29313
29314 \end_inset
29315
29316 veryverylongword
29317 \begin_inset Quotes erd
29318 \end_inset
29319
29320 .
29321 \end_layout
29322
29323 \begin_layout Standard
29324 Of course the word now protrudes over the side margin.
29325  To avoid this, add via the menu 
29326 \family sans
29327 Insert\SpecialChar \menuseparator
29328 Special
29329 \begin_inset space ~
29330 \end_inset
29331
29332 Formatting\SpecialChar \menuseparator
29333 Line
29334 \begin_inset space ~
29335 \end_inset
29336
29337 Break
29338 \family default
29339  (shortcut 
29340 \begin_inset Info
29341 type  "shortcut"
29342 arg   "newline-insert newline"
29343 \end_inset
29344
29345 ) a line break before the word:
29346 \end_layout
29347
29348 \begin_layout Standard
29349 This line is an example to show how you can prevent the hyphenation of 
29350 \begin_inset Newline newline
29351 \end_inset
29352
29353
29354 \begin_inset ERT
29355 status collapsed
29356
29357 \begin_layout Plain Layout
29358
29359
29360 \backslash
29361 mbox{
29362 \end_layout
29363
29364 \end_inset
29365
29366
29367 \begin_inset Quotes eld
29368 \end_inset
29369
29370 veryverylongword
29371 \begin_inset Quotes erd
29372 \end_inset
29373
29374 .
29375 \begin_inset ERT
29376 status collapsed
29377
29378 \begin_layout Plain Layout
29379
29380 }
29381 \end_layout
29382
29383 \end_inset
29384
29385
29386 \end_layout
29387
29388 \begin_layout Subsection
29389 Vertical Alignment
29390 \begin_inset CommandInset label
29391 LatexCommand label
29392 name "sub:Vertical-Alignment"
29393
29394 \end_inset
29395
29396
29397 \begin_inset Index
29398 status collapsed
29399
29400 \begin_layout Plain Layout
29401 Boxes ! for Vertical Alignment
29402 \end_layout
29403
29404 \end_inset
29405
29406
29407 \begin_inset Index
29408 status collapsed
29409
29410 \begin_layout Plain Layout
29411 Boxes ! Raiseboxes
29412 \end_layout
29413
29414 \end_inset
29415
29416
29417 \end_layout
29418
29419 \begin_layout Standard
29420 With the help of the command 
29421 \series bold
29422
29423 \backslash
29424 raisebox
29425 \series default
29426  you can align words, characters or other boxes vertically to the surrounding
29427  text.
29428  
29429 \series bold
29430
29431 \backslash
29432 raisebox
29433 \series default
29434  is used with the following scheme:
29435 \end_layout
29436
29437 \begin_layout Standard
29438
29439 \series bold
29440
29441 \backslash
29442 raisebox{lift}[height][depth]{box content}
29443 \end_layout
29444
29445 \begin_layout Standard
29446 The lift can be a positive value to raise the box or a negative value to
29447  lower the box.
29448 \end_layout
29449
29450 \begin_layout Standard
29451 To align for example the word 
29452 \begin_inset Quotes eld
29453 \end_inset
29454
29455 preventing
29456 \begin_inset Quotes erd
29457 \end_inset
29458
29459  so that the bottom of the 
29460 \begin_inset Quotes eld
29461 \end_inset
29462
29463 deepest
29464 \begin_inset Quotes erd
29465 \end_inset
29466
29467  character 
29468 \begin_inset Quotes eld
29469 \end_inset
29470
29471 p
29472 \begin_inset Quotes erd
29473 \end_inset
29474
29475  is at the baseline, insert the command
29476 \end_layout
29477
29478 \begin_layout Standard
29479
29480 \series bold
29481
29482 \backslash
29483 raisebox{
29484 \backslash
29485 depth}{
29486 \end_layout
29487
29488 \begin_layout Standard
29489 in TeX-Code before the word.
29490  Behind the word insert a closing brace 
29491 \begin_inset Quotes eld
29492 \end_inset
29493
29494
29495 \series bold
29496 }
29497 \series default
29498
29499 \begin_inset Quotes erd
29500 \end_inset
29501
29502  in TeX-Code.
29503 \begin_inset Newline newline
29504 \end_inset
29505
29506 This is the result:
29507 \end_layout
29508
29509 \begin_layout Standard
29510 This is a text line with the word 
29511 \begin_inset ERT
29512 status collapsed
29513
29514 \begin_layout Plain Layout
29515
29516
29517 \backslash
29518 raisebox{
29519 \backslash
29520 depth}{
29521 \end_layout
29522
29523 \end_inset
29524
29525
29526 \begin_inset Quotes eld
29527 \end_inset
29528
29529 preventing
29530 \begin_inset Quotes erd
29531 \end_inset
29532
29533
29534 \begin_inset ERT
29535 status collapsed
29536
29537 \begin_layout Plain Layout
29538
29539 }
29540 \end_layout
29541
29542 \end_inset
29543
29544  as raised word.
29545 \end_layout
29546
29547 \begin_layout Standard
29548 \begin_inset VSpace bigskip
29549 \end_inset
29550
29551 When you raise or lower characters in a line, the line distance will be
29552  spread:
29553 \end_layout
29554
29555 \begin_layout Standard
29556 This is a text line with the word 
29557 \begin_inset ERT
29558 status collapsed
29559
29560 \begin_layout Plain Layout
29561
29562
29563 \backslash
29564 raisebox{-
29565 \backslash
29566 depth}{
29567 \end_layout
29568
29569 \end_inset
29570
29571
29572 \begin_inset Quotes eld
29573 \end_inset
29574
29575 preventing
29576 \begin_inset Quotes erd
29577 \end_inset
29578
29579
29580 \begin_inset ERT
29581 status collapsed
29582
29583 \begin_layout Plain Layout
29584
29585 }
29586 \end_layout
29587
29588 \end_inset
29589
29590  as lowered word.
29591 \begin_inset Newline newline
29592 \end_inset
29593
29594 This is a text line with the word 
29595 \begin_inset ERT
29596 status collapsed
29597
29598 \begin_layout Plain Layout
29599
29600
29601 \backslash
29602 raisebox{0.5cm}{
29603 \end_layout
29604
29605 \end_inset
29606
29607
29608 \begin_inset Quotes eld
29609 \end_inset
29610
29611 testing
29612 \begin_inset Quotes erd
29613 \end_inset
29614
29615
29616 \begin_inset ERT
29617 status collapsed
29618
29619 \begin_layout Plain Layout
29620
29621 }
29622 \end_layout
29623
29624 \end_inset
29625
29626  as raised word.
29627 \end_layout
29628
29629 \begin_layout Standard
29630 If you want to prevent this for a certain reason, set the box height to
29631  a zero value.
29632  For example use
29633 \end_layout
29634
29635 \begin_layout Standard
29636
29637 \series bold
29638
29639 \backslash
29640 raisebox{-
29641 \backslash
29642 depth}[0pt]{
29643 \end_layout
29644
29645 \begin_layout Standard
29646 This is a text line with the word 
29647 \begin_inset ERT
29648 status collapsed
29649
29650 \begin_layout Plain Layout
29651
29652
29653 \backslash
29654 raisebox{-
29655 \backslash
29656 depth}[0pt]{
29657 \end_layout
29658
29659 \end_inset
29660
29661
29662 \begin_inset Quotes eld
29663 \end_inset
29664
29665 preventing
29666 \begin_inset Quotes erd
29667 \end_inset
29668
29669
29670 \begin_inset ERT
29671 status collapsed
29672
29673 \begin_layout Plain Layout
29674
29675 }
29676 \end_layout
29677
29678 \end_inset
29679
29680  as lowered word.
29681 \begin_inset Newline newline
29682 \end_inset
29683
29684 This is a text line with the word 
29685 \begin_inset ERT
29686 status collapsed
29687
29688 \begin_layout Plain Layout
29689
29690
29691 \backslash
29692 raisebox{0.5cm}[0pt]{
29693 \end_layout
29694
29695 \end_inset
29696
29697
29698 \begin_inset Quotes eld
29699 \end_inset
29700
29701 testing
29702 \begin_inset Quotes erd
29703 \end_inset
29704
29705
29706 \begin_inset ERT
29707 status collapsed
29708
29709 \begin_layout Plain Layout
29710
29711 }
29712 \end_layout
29713
29714 \end_inset
29715
29716  as raised word.
29717 \end_layout
29718
29719 \begin_layout Section
29720 Colored Boxes
29721 \begin_inset CommandInset label
29722 LatexCommand label
29723 name "sec:Colored-Boxes"
29724
29725 \end_inset
29726
29727
29728 \begin_inset Index
29729 status collapsed
29730
29731 \begin_layout Plain Layout
29732 Boxes ! Color
29733 \end_layout
29734
29735 \end_inset
29736
29737
29738 \end_layout
29739
29740 \begin_layout Subsection
29741 Color for Text
29742 \begin_inset Index
29743 status collapsed
29744
29745 \begin_layout Plain Layout
29746 Color ! for Text
29747 \end_layout
29748
29749 \end_inset
29750
29751
29752 \end_layout
29753
29754 \begin_layout Standard
29755 To color the background of text the text must be put into a so called 
29756 \begin_inset Quotes eld
29757 \end_inset
29758
29759 colorbox
29760 \begin_inset Quotes erd
29761 \end_inset
29762
29763 .
29764  This requires that the LaTeX-package 
29765 \series bold
29766 color
29767 \series default
29768
29769 \begin_inset Index
29770 status collapsed
29771
29772 \begin_layout Plain Layout
29773 LaTeX-packages ! color
29774 \end_layout
29775
29776 \end_inset
29777
29778  is loaded in the document preamble with the command
29779 \end_layout
29780
29781 \begin_layout Standard
29782
29783 \series bold
29784
29785 \backslash
29786 @ifundefined{textcolor}
29787 \begin_inset Newline newline
29788 \end_inset
29789
29790
29791 \begin_inset ERT
29792 status collapsed
29793
29794 \begin_layout Plain Layout
29795
29796
29797 \backslash
29798 hphantom{ }
29799 \end_layout
29800
29801 \end_inset
29802
29803 {
29804 \backslash
29805 usepackage{color}}{}
29806 \end_layout
29807
29808 \begin_layout Standard
29809 The package 
29810 \series bold
29811 color
29812 \series default
29813  will be loaded automatically by LyX when you color text
29814 \begin_inset Foot
29815 status collapsed
29816
29817 \begin_layout Plain Layout
29818 To avoid that it is loaded twice the command 
29819 \series bold
29820
29821 \backslash
29822 @ifundefined
29823 \series default
29824  is used.
29825 \end_layout
29826
29827 \end_inset
29828
29829 .
29830 \end_layout
29831
29832 \begin_layout Standard
29833 \begin_inset VSpace medskip
29834 \end_inset
29835
29836 Colorboxes are created with the command 
29837 \series bold
29838
29839 \backslash
29840 colorbox
29841 \series default
29842 .
29843  This will be used with the following scheme:
29844 \end_layout
29845
29846 \begin_layout Standard
29847
29848 \series bold
29849
29850 \backslash
29851 colorbox{color}{box content}
29852 \end_layout
29853
29854 \begin_layout Standard
29855 The box content can also be a box and colorboxes can also be within other
29856  boxes.
29857 \end_layout
29858
29859 \begin_layout Standard
29860 The following colors are predefined:
29861 \begin_inset Newline newline
29862 \end_inset
29863
29864
29865 \family sans
29866 black
29867 \family default
29868
29869 \family sans
29870 blue
29871 \family default
29872
29873 \family sans
29874 cyan
29875 \family default
29876 \series bold
29877 ,
29878 \series default
29879  
29880 \family sans
29881 green
29882 \family default
29883
29884 \family sans
29885 magenta
29886 \family default
29887
29888 \family sans
29889 red
29890 \family default
29891
29892 \family sans
29893 white
29894 \family default
29895 , and 
29896 \family sans
29897 yellow
29898 \family default
29899 .
29900 \begin_inset Newline newline
29901 \end_inset
29902
29903 You can also define your own color as described in section
29904 \begin_inset space ~
29905 \end_inset
29906
29907
29908 \begin_inset CommandInset ref
29909 LatexCommand ref
29910 reference "sec:Colored-Tables"
29911
29912 \end_inset
29913
29914 .
29915 \end_layout
29916
29917 \begin_layout Standard
29918 To have e.
29919 \begin_inset space \thinspace{}
29920 \end_inset
29921
29922 g.
29923 \begin_inset space \space{}
29924 \end_inset
29925
29926 a red background for a word, insert the command
29927 \end_layout
29928
29929 \begin_layout Standard
29930
29931 \series bold
29932
29933 \backslash
29934 colorbox{red}{
29935 \end_layout
29936
29937 \begin_layout Standard
29938 before the word in TeX-Code.
29939  Behind the word insert a closing brace 
29940 \begin_inset Quotes eld
29941 \end_inset
29942
29943
29944 \series bold
29945 }
29946 \series default
29947
29948 \begin_inset Quotes erd
29949 \end_inset
29950
29951  in TeX-Code.
29952 \begin_inset Newline newline
29953 \end_inset
29954
29955 This is the result:
29956 \end_layout
29957
29958 \begin_layout Standard
29959 This is a line where the word 
29960 \begin_inset ERT
29961 status collapsed
29962
29963 \begin_layout Plain Layout
29964
29965
29966 \backslash
29967 colorbox{red}{
29968 \end_layout
29969
29970 \end_inset
29971
29972
29973 \begin_inset Quotes eld
29974 \end_inset
29975
29976 Attention!
29977 \begin_inset Quotes erd
29978 \end_inset
29979
29980
29981 \begin_inset ERT
29982 status collapsed
29983
29984 \begin_layout Plain Layout
29985
29986 }
29987 \end_layout
29988
29989 \end_inset
29990
29991  has a red background.
29992 \end_layout
29993
29994 \begin_layout Standard
29995 \begin_inset VSpace bigskip
29996 \end_inset
29997
29998 If you would have the box frame in a different color, you can use the command
29999  
30000 \series bold
30001
30002 \backslash
30003 fcolorbox
30004 \series default
30005  with the following scheme:
30006 \end_layout
30007
30008 \begin_layout Standard
30009
30010 \series bold
30011
30012 \backslash
30013 fcolorbox{frame color}{box color}{box content}
30014 \end_layout
30015
30016 \begin_layout Standard
30017
30018 \series bold
30019
30020 \backslash
30021 fcolorbox
30022 \series default
30023  is an extension to 
30024 \series bold
30025
30026 \backslash
30027 colorbox
30028 \series default
30029 .
30030  The frame thickness and the space between the frame and the box content
30031  can be adjusted with the lengths 
30032 \series bold
30033
30034 \backslash
30035 fboxrule
30036 \series default
30037  and 
30038 \series bold
30039
30040 \backslash
30041 fboxsep
30042 \series default
30043 , respectively, as described in section
30044 \begin_inset space ~
30045 \end_inset
30046
30047
30048 \begin_inset CommandInset ref
30049 LatexCommand ref
30050 reference "sec:Decoration"
30051
30052 \end_inset
30053
30054 .
30055 \end_layout
30056
30057 \begin_layout Standard
30058 For the following example the command
30059 \end_layout
30060
30061 \begin_layout Standard
30062
30063 \series bold
30064
30065 \backslash
30066 fcolorbox{cyan}{magenta}{
30067 \end_layout
30068
30069 \begin_layout Standard
30070 was used.
30071 \end_layout
30072
30073 \begin_layout Standard
30074 Here is an example where the frame line thickness was set to 1
30075 \begin_inset space \thinspace{}
30076 \end_inset
30077
30078 mm:
30079 \begin_inset Newline newline
30080 \end_inset
30081
30082
30083 \begin_inset ERT
30084 status collapsed
30085
30086 \begin_layout Plain Layout
30087
30088
30089 \backslash
30090 fboxrule 1mm 
30091 \backslash
30092 fboxsep 1mm
30093 \end_layout
30094
30095 \end_inset
30096
30097
30098 \begin_inset ERT
30099 status collapsed
30100
30101 \begin_layout Plain Layout
30102
30103
30104 \backslash
30105 fcolorbox{cyan}{magenta}{
30106 \end_layout
30107
30108 \end_inset
30109
30110 This is text within a colored, framed box.
30111 \begin_inset ERT
30112 status collapsed
30113
30114 \begin_layout Plain Layout
30115
30116 }
30117 \end_layout
30118
30119 \end_inset
30120
30121
30122 \end_layout
30123
30124 \begin_layout Standard
30125 \begin_inset VSpace bigskip
30126 \end_inset
30127
30128 Of course you can also have colored text inside a colorbox:
30129 \begin_inset Newline newline
30130 \end_inset
30131
30132
30133 \begin_inset ERT
30134 status collapsed
30135
30136 \begin_layout Plain Layout
30137
30138
30139 \backslash
30140 fcolorbox{cyan}{magenta}{
30141 \end_layout
30142
30143 \end_inset
30144
30145
30146 \color yellow
30147 This is colored text within a colored, framed box.
30148 \color none
30149
30150 \begin_inset ERT
30151 status collapsed
30152
30153 \begin_layout Plain Layout
30154
30155 }
30156 \end_layout
30157
30158 \end_inset
30159
30160
30161 \begin_inset ERT
30162 status collapsed
30163
30164 \begin_layout Plain Layout
30165
30166
30167 \backslash
30168 fboxrule 0.4pt 
30169 \backslash
30170 fboxsep 3pt
30171 \end_layout
30172
30173 \end_inset
30174
30175
30176 \end_layout
30177
30178 \begin_layout Standard
30179
30180 \series bold
30181 \begin_inset VSpace medskip
30182 \end_inset
30183
30184
30185 \end_layout
30186
30187 \begin_layout Standard
30188 \begin_inset Note Greyedout
30189 status open
30190
30191 \begin_layout Plain Layout
30192
30193 \series bold
30194 Note:
30195 \series default
30196  Text in colorboxes cannot have line breaks.
30197  To color multiple text lines or paragraphs, use a box inside a colorbox
30198  as described in the following.
30199 \end_layout
30200
30201 \end_inset
30202
30203
30204 \end_layout
30205
30206 \begin_layout Subsection
30207 Color for Paragraphs
30208 \begin_inset CommandInset label
30209 LatexCommand label
30210 name "sub:Color-for-Paragraphs"
30211
30212 \end_inset
30213
30214
30215 \begin_inset Index
30216 status collapsed
30217
30218 \begin_layout Plain Layout
30219 Color ! for Paragraphs
30220 \end_layout
30221
30222 \end_inset
30223
30224
30225 \end_layout
30226
30227 \begin_layout Standard
30228 To set the background color for more than one text line, put the text into
30229  a minipage.
30230  Before the minipage insert the 
30231 \series bold
30232
30233 \backslash
30234 colorbox
30235 \series default
30236  command
30237 \end_layout
30238
30239 \begin_layout Standard
30240
30241 \series bold
30242
30243 \backslash
30244 colorbox{color}{
30245 \end_layout
30246
30247 \begin_layout Standard
30248 in TeX-Code.
30249  Behind the minipage insert a closing brace 
30250 \begin_inset Quotes eld
30251 \end_inset
30252
30253
30254 \series bold
30255 }
30256 \series default
30257
30258 \begin_inset Quotes erd
30259 \end_inset
30260
30261  in TeX-Code.
30262 \end_layout
30263
30264 \begin_layout Standard
30265 \begin_inset ERT
30266 status collapsed
30267
30268 \begin_layout Plain Layout
30269
30270
30271 \backslash
30272 colorbox{lightgrey}{
30273 \end_layout
30274
30275 \end_inset
30276
30277
30278 \begin_inset Box Frameless
30279 position "t"
30280 hor_pos "c"
30281 has_inner_box 1
30282 inner_pos "t"
30283 use_parbox 0
30284 width "100col%"
30285 special "none"
30286 height "1in"
30287 height_special "totalheight"
30288 status collapsed
30289
30290 \begin_layout Plain Layout
30291 This is text with background color.
30292  This is text with background color.
30293 \end_layout
30294
30295 \begin_layout Plain Layout
30296 \begin_inset VSpace defskip
30297 \end_inset
30298
30299 The text can have footnotes
30300 \begin_inset Foot
30301 status collapsed
30302
30303 \begin_layout Plain Layout
30304 Another example footnote
30305 \end_layout
30306
30307 \end_inset
30308
30309  and can include tables and figures.
30310 \end_layout
30311
30312 \begin_layout Plain Layout
30313 \align center
30314 \begin_inset Tabular
30315 <lyxtabular version="3" rows="3" columns="3">
30316 <features>
30317 <column alignment="center" valignment="top" width="0">
30318 <column alignment="center" valignment="top" width="0">
30319 <column alignment="center" valignment="top" width="0">
30320 <row>
30321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30322 \begin_inset Text
30323
30324 \begin_layout Plain Layout
30325 a
30326 \end_layout
30327
30328 \end_inset
30329 </cell>
30330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30331 \begin_inset Text
30332
30333 \begin_layout Plain Layout
30334 !
30335 \end_layout
30336
30337 \end_inset
30338 </cell>
30339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30340 \begin_inset Text
30341
30342 \begin_layout Plain Layout
30343 3
30344 \end_layout
30345
30346 \end_inset
30347 </cell>
30348 </row>
30349 <row>
30350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30351 \begin_inset Text
30352
30353 \begin_layout Plain Layout
30354 <
30355 \end_layout
30356
30357 \end_inset
30358 </cell>
30359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30360 \begin_inset Text
30361
30362 \begin_layout Plain Layout
30363 b2
30364 \begin_inset Quotes erd
30365 \end_inset
30366
30367 |
30368 \end_layout
30369
30370 \end_inset
30371 </cell>
30372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30373 \begin_inset Text
30374
30375 \begin_layout Plain Layout
30376 >
30377 \end_layout
30378
30379 \end_inset
30380 </cell>
30381 </row>
30382 <row>
30383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30384 \begin_inset Text
30385
30386 \begin_layout Plain Layout
30387 1
30388 \end_layout
30389
30390 \end_inset
30391 </cell>
30392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30393 \begin_inset Text
30394
30395 \begin_layout Plain Layout
30396 §
30397 \end_layout
30398
30399 \end_inset
30400 </cell>
30401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30402 \begin_inset Text
30403
30404 \begin_layout Plain Layout
30405 c
30406 \end_layout
30407
30408 \end_inset
30409 </cell>
30410 </row>
30411 </lyxtabular>
30412
30413 \end_inset
30414
30415
30416 \end_layout
30417
30418 \end_inset
30419
30420
30421 \begin_inset ERT
30422 status collapsed
30423
30424 \begin_layout Plain Layout
30425
30426 }
30427 \end_layout
30428
30429 \end_inset
30430
30431
30432 \end_layout
30433
30434 \begin_layout Section
30435 Rotated and Scaled Boxes
30436 \end_layout
30437
30438 \begin_layout Standard
30439 To use the the commands described in this section, the LaTeX-package 
30440 \series bold
30441 graphicx
30442 \series default
30443
30444 \begin_inset Index
30445 status collapsed
30446
30447 \begin_layout Plain Layout
30448 LaTeX-packages ! graphicx
30449 \end_layout
30450
30451 \end_inset
30452
30453  needs to be loaded in the document preamble with the command
30454 \end_layout
30455
30456 \begin_layout Standard
30457
30458 \series bold
30459
30460 \backslash
30461 @ifundefined{rotatebox}
30462 \begin_inset Newline newline
30463 \end_inset
30464
30465
30466 \begin_inset ERT
30467 status collapsed
30468
30469 \begin_layout Plain Layout
30470
30471
30472 \backslash
30473 hphantom{ }
30474 \end_layout
30475
30476 \end_inset
30477
30478 {
30479 \backslash
30480 usepackage{graphicx}}{}
30481 \end_layout
30482
30483 \begin_layout Standard
30484 \begin_inset Note Greyedout
30485 status open
30486
30487 \begin_layout Plain Layout
30488
30489 \series bold
30490 Note:
30491 \series default
30492  Some DVI-viewers can't display rotated or scaled material.
30493 \end_layout
30494
30495 \end_inset
30496
30497
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  Floats mustn't be inside a rotated or scaled box.
30510 \end_layout
30511
30512 \end_inset
30513
30514
30515 \end_layout
30516
30517 \begin_layout Subsection
30518 Rotated Boxes
30519 \begin_inset Index
30520 status collapsed
30521
30522 \begin_layout Plain Layout
30523 Boxes ! rotated
30524 \end_layout
30525
30526 \end_inset
30527
30528
30529 \begin_inset Index
30530 status collapsed
30531
30532 \begin_layout Plain Layout
30533 Rotated material
30534 \end_layout
30535
30536 \end_inset
30537
30538
30539 \begin_inset Index
30540 status collapsed
30541
30542 \begin_layout Plain Layout
30543 Figures ! rotated
30544 \end_layout
30545
30546 \end_inset
30547
30548
30549 \begin_inset Index
30550 status collapsed
30551
30552 \begin_layout Plain Layout
30553 Table Customization ! Rotating
30554 \end_layout
30555
30556 \end_inset
30557
30558
30559 \end_layout
30560
30561 \begin_layout Standard
30562 To rotate material, you can put it into a rotated box.
30563  Such a box is created using the command 
30564 \series bold
30565
30566 \backslash
30567 rotatebox
30568 \series default
30569  in TeX-Code with the following scheme:
30570 \end_layout
30571
30572 \begin_layout Standard
30573
30574 \series bold
30575
30576 \backslash
30577 rotatebox[rotation origin]{rotation angle}{box content}
30578 \end_layout
30579
30580 \begin_layout Standard
30581 The rotation origin is specified in the form 
30582 \series bold
30583 origin=position
30584 \series default
30585 .
30586  The following positions are possible: 
30587 \emph on
30588 c
30589 \emph default
30590  (center), 
30591 \emph on
30592 l
30593 \emph default
30594  (left), 
30595 \emph on
30596 r
30597 \emph default
30598  (right), 
30599 \emph on
30600 b
30601 \emph default
30602  (bottom), 
30603 \emph on
30604 t
30605 \emph default
30606  (top), and also expedient combinations of the four base positions.
30607  For example 
30608 \emph on
30609 lt
30610 \emph default
30611  means, that the rotation origin is at the top left corner of the box.
30612  When no rotation origin is specified, the position 
30613 \emph on
30614 l
30615 \emph default
30616  will be used.
30617  The rotation angle is a number that can be negative that specifies the
30618  angle in degrees.
30619  The rotation direction is counterclockwise.
30620 \end_layout
30621
30622 \begin_layout Standard
30623 In the following example the command 
30624 \series bold
30625
30626 \backslash
30627 rotatebox[origin=c]{60}{
30628 \series default
30629  was inserted as TeX-Code before the text 
30630 \begin_inset Quotes eld
30631 \end_inset
30632
30633 with rotated
30634 \begin_inset Quotes erd
30635 \end_inset
30636
30637 ; after the text the box was closed by a closing brace 
30638 \series bold
30639 }
30640 \series default
30641  in TeX-Code.
30642 \end_layout
30643
30644 \begin_layout Standard
30645 This is a line 
30646 \begin_inset ERT
30647 status collapsed
30648
30649 \begin_layout Plain Layout
30650
30651
30652 \backslash
30653 rotatebox[origin=c]{60}{
30654 \end_layout
30655
30656 \end_inset
30657
30658 with rotated
30659 \begin_inset ERT
30660 status collapsed
30661
30662 \begin_layout Plain Layout
30663
30664 }
30665 \end_layout
30666
30667 \end_inset
30668
30669  text.
30670 \end_layout
30671
30672 \begin_layout Standard
30673 The box content can also be another box or an inline formula:
30674 \end_layout
30675
30676 \begin_layout Standard
30677 This is a line
30678 \begin_inset ERT
30679 status collapsed
30680
30681 \begin_layout Plain Layout
30682
30683
30684 \backslash
30685 rotatebox[origin=r]{-60}{
30686 \end_layout
30687
30688 \end_inset
30689
30690
30691 \begin_inset Box Doublebox
30692 position "c"
30693 hor_pos "c"
30694 has_inner_box 0
30695 inner_pos "c"
30696 use_parbox 0
30697 width "1in"
30698 special "width"
30699 height "1in"
30700 height_special "totalheight"
30701 status collapsed
30702
30703 \begin_layout Plain Layout
30704 with rotated
30705 \end_layout
30706
30707 \end_inset
30708
30709
30710 \begin_inset ERT
30711 status collapsed
30712
30713 \begin_layout Plain Layout
30714
30715 }
30716 \end_layout
30717
30718 \end_inset
30719
30720  framed text 
30721 \begin_inset ERT
30722 status collapsed
30723
30724 \begin_layout Plain Layout
30725
30726
30727 \backslash
30728 rotatebox[origin=lb]{60}{
30729 \end_layout
30730
30731 \end_inset
30732
30733
30734 \begin_inset Formula $\int A\,\mathrm{d}x=B$
30735 \end_inset
30736
30737
30738 \begin_inset ERT
30739 status collapsed
30740
30741 \begin_layout Plain Layout
30742
30743 }
30744 \end_layout
30745
30746 \end_inset
30747
30748  and a formula.
30749 \end_layout
30750
30751 \begin_layout Standard
30752 or an image or table:
30753 \end_layout
30754
30755 \begin_layout Standard
30756 This is a line
30757 \begin_inset ERT
30758 status collapsed
30759
30760 \begin_layout Plain Layout
30761
30762
30763 \backslash
30764 rotatebox[origin=lb]{90}{
30765 \end_layout
30766
30767 \end_inset
30768
30769
30770 \begin_inset Graphics
30771         filename clipart/platypus.eps
30772         lyxscale 50
30773         width 25col%
30774
30775 \end_inset
30776
30777
30778 \begin_inset ERT
30779 status collapsed
30780
30781 \begin_layout Plain Layout
30782
30783 }
30784 \end_layout
30785
30786 \end_inset
30787
30788  with a rotated image 
30789 \begin_inset ERT
30790 status collapsed
30791
30792 \begin_layout Plain Layout
30793
30794
30795 \backslash
30796 rotatebox[origin=l]{-90}{
30797 \end_layout
30798
30799 \end_inset
30800
30801
30802 \begin_inset Tabular
30803 <lyxtabular version="3" rows="2" columns="2">
30804 <features>
30805 <column alignment="center" valignment="top" width="0">
30806 <column alignment="center" valignment="top" width="0">
30807 <row>
30808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30809 \begin_inset Text
30810
30811 \begin_layout Plain Layout
30812 q
30813 \end_layout
30814
30815 \end_inset
30816 </cell>
30817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30818 \begin_inset Text
30819
30820 \begin_layout Plain Layout
30821 w
30822 \end_layout
30823
30824 \end_inset
30825 </cell>
30826 </row>
30827 <row>
30828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30829 \begin_inset Text
30830
30831 \begin_layout Plain Layout
30832 e
30833 \end_layout
30834
30835 \end_inset
30836 </cell>
30837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30838 \begin_inset Text
30839
30840 \begin_layout Plain Layout
30841 r
30842 \end_layout
30843
30844 \end_inset
30845 </cell>
30846 </row>
30847 </lyxtabular>
30848
30849 \end_inset
30850
30851
30852 \begin_inset ERT
30853 status collapsed
30854
30855 \begin_layout Plain Layout
30856
30857 }
30858 \end_layout
30859
30860 \end_inset
30861
30862  and table.
30863 \end_layout
30864
30865 \begin_layout Subsection
30866 Scaled Boxes
30867 \begin_inset Index
30868 status collapsed
30869
30870 \begin_layout Plain Layout
30871 Boxes ! scaled
30872 \end_layout
30873
30874 \end_inset
30875
30876
30877 \begin_inset Index
30878 status collapsed
30879
30880 \begin_layout Plain Layout
30881 Scaled material
30882 \end_layout
30883
30884 \end_inset
30885
30886
30887 \begin_inset Index
30888 status collapsed
30889
30890 \begin_layout Plain Layout
30891 Figures ! scaled
30892 \end_layout
30893
30894 \end_inset
30895
30896
30897 \begin_inset Index
30898 status collapsed
30899
30900 \begin_layout Plain Layout
30901 Table Customization ! Scaling
30902 \end_layout
30903
30904 \end_inset
30905
30906
30907 \end_layout
30908
30909 \begin_layout Standard
30910 To scale material the commands 
30911 \series bold
30912
30913 \backslash
30914 scalebox
30915 \series default
30916  and 
30917 \series bold
30918
30919 \backslash
30920 resizebox
30921 \series default
30922  can be used as TeX-Code.
30923 \end_layout
30924
30925 \begin_layout Standard
30926
30927 \series bold
30928
30929 \backslash
30930 scalebox
30931 \series default
30932  is used with the following scheme:
30933 \end_layout
30934
30935 \begin_layout Standard
30936
30937 \series bold
30938
30939 \backslash
30940 scalebox{horizontal}[vertical]{box content}
30941 \end_layout
30942
30943 \begin_layout Standard
30944 Horizontal and vertical are the corresponding scaling factors.
30945  If no vertical scaling factor is given, the horizontal factor will also
30946  be used as vertical one.
30947 \end_layout
30948
30949 \begin_layout Standard
30950 The command 
30951 \series bold
30952
30953 \backslash
30954 scalebox{2}{Hello}
30955 \series default
30956  creates for example a double size 
30957 \begin_inset ERT
30958 status collapsed
30959
30960 \begin_layout Plain Layout
30961
30962
30963 \backslash
30964 scalebox{2}{
30965 \end_layout
30966
30967 \end_inset
30968
30969 Hello
30970 \begin_inset ERT
30971 status collapsed
30972
30973 \begin_layout Plain Layout
30974
30975 }
30976 \end_layout
30977
30978 \end_inset
30979
30980 , compared to the document text size.
30981 \end_layout
30982
30983 \begin_layout Standard
30984
30985 \series bold
30986
30987 \backslash
30988 scalebox{2}[1]{Hello}
30989 \series default
30990  in contrary distorts the 
30991 \begin_inset ERT
30992 status collapsed
30993
30994 \begin_layout Plain Layout
30995
30996
30997 \backslash
30998 scalebox{2}[1]{
30999 \end_layout
31000
31001 \end_inset
31002
31003 Hello
31004 \begin_inset ERT
31005 status collapsed
31006
31007 \begin_layout Plain Layout
31008
31009 }
31010 \end_layout
31011
31012 \end_inset
31013
31014 .
31015 \end_layout
31016
31017 \begin_layout Standard
31018 If a the scaling factor is negative, the box content will be mirrored.
31019  Therefore the command 
31020 \series bold
31021
31022 \backslash
31023 scalebox{-1}[1]{Hello}
31024 \series default
31025  can be used to create mirror writing: 
31026 \begin_inset ERT
31027 status collapsed
31028
31029 \begin_layout Plain Layout
31030
31031
31032 \backslash
31033 scalebox{-1}[1]{
31034 \end_layout
31035
31036 \end_inset
31037
31038 Hello
31039 \begin_inset ERT
31040 status collapsed
31041
31042 \begin_layout Plain Layout
31043
31044 }
31045 \end_layout
31046
31047 \end_inset
31048
31049
31050 \end_layout
31051
31052 \begin_layout Standard
31053
31054 \series bold
31055
31056 \backslash
31057 scalebox{1}[-1]{Hello}
31058 \series default
31059  reflects the 
31060 \begin_inset ERT
31061 status collapsed
31062
31063 \begin_layout Plain Layout
31064
31065
31066 \backslash
31067 scalebox{1}[-1]{
31068 \end_layout
31069
31070 \end_inset
31071
31072 Hello
31073 \begin_inset ERT
31074 status collapsed
31075
31076 \begin_layout Plain Layout
31077
31078 }
31079 \end_layout
31080
31081 \end_inset
31082
31083  at the base line.
31084 \end_layout
31085
31086 \begin_layout Standard
31087 Equivalent to 
31088 \series bold
31089
31090 \backslash
31091 scalebox{-1}[1]{box content}
31092 \series default
31093  there exists the command
31094 \begin_inset Newline newline
31095 \end_inset
31096
31097
31098 \series bold
31099
31100 \backslash
31101 reflectbox{box content}
31102 \series default
31103 .
31104 \end_layout
31105
31106 \begin_layout Standard
31107 \begin_inset VSpace bigskip
31108 \end_inset
31109
31110 The command 
31111 \series bold
31112
31113 \backslash
31114 resizebox
31115 \series default
31116  is used to scale the box to a defined width and height.
31117  The command scheme is:
31118 \end_layout
31119
31120 \begin_layout Standard
31121
31122 \series bold
31123
31124 \backslash
31125 resizebox{width}{height}{box content}
31126 \end_layout
31127
31128 \begin_layout Standard
31129 Is one of the two command arguments given as exclamation mark 
31130 \series bold
31131 !
31132 \series default
31133 , the size is set so that the aspect ratio of the box content is kept.
31134 \end_layout
31135
31136 \begin_layout Standard
31137 The command 
31138 \series bold
31139
31140 \backslash
31141 resizebox{2cm}{1cm}{Hello}
31142 \series default
31143  produces: 
31144 \begin_inset ERT
31145 status collapsed
31146
31147 \begin_layout Plain Layout
31148
31149
31150 \backslash
31151 resizebox{2cm}{1cm}{
31152 \end_layout
31153
31154 \end_inset
31155
31156 Hello
31157 \begin_inset ERT
31158 status collapsed
31159
31160 \begin_layout Plain Layout
31161
31162 }
31163 \end_layout
31164
31165 \end_inset
31166
31167
31168 \begin_inset Newline newline
31169 \end_inset
31170
31171 The command 
31172 \series bold
31173
31174 \backslash
31175 resizebox{2cm}{!}{Hello}
31176 \series default
31177  produces: 
31178 \begin_inset ERT
31179 status collapsed
31180
31181 \begin_layout Plain Layout
31182
31183
31184 \backslash
31185 resizebox{2cm}{!}{
31186 \end_layout
31187
31188 \end_inset
31189
31190 Hello
31191 \begin_inset ERT
31192 status collapsed
31193
31194 \begin_layout Plain Layout
31195
31196 }
31197 \end_layout
31198
31199 \end_inset
31200
31201
31202 \end_layout
31203
31204 \begin_layout Standard
31205 \begin_inset VSpace bigskip
31206 \end_inset
31207
31208
31209 \begin_inset Note Greyedout
31210 status open
31211
31212 \begin_layout Plain Layout
31213
31214 \series bold
31215 Note:
31216 \series default
31217  When arguments of 
31218 \series bold
31219
31220 \backslash
31221 scalebox
31222 \series default
31223  or 
31224 \series bold
31225
31226 \backslash
31227 resizebox
31228 \series default
31229  are set to zero, no LaTeX-errors occur when exporting the document but
31230  the exported files can not or only partly be displayed.
31231 \end_layout
31232
31233 \end_inset
31234
31235
31236 \end_layout
31237
31238 \begin_layout Standard
31239 \begin_inset VSpace bigskip
31240 \end_inset
31241
31242
31243 \end_layout
31244
31245 \begin_layout Standard
31246 The boxes can be combined in any order.
31247  E.
31248 \begin_inset space \thinspace{}
31249 \end_inset
31250
31251 g.
31252 \begin_inset space \space{}
31253 \end_inset
31254
31255 the command
31256 \begin_inset Newline newline
31257 \end_inset
31258
31259
31260 \series bold
31261
31262 \backslash
31263 rotatebox[origin=c]{-45}{
31264 \backslash
31265 resizebox{2cm}{!}{
31266 \backslash
31267 reflectbox{Hello}}}
31268 \begin_inset Newline newline
31269 \end_inset
31270
31271
31272 \series default
31273 produces:
31274 \end_layout
31275
31276 \begin_layout Standard
31277 \align center
31278 \begin_inset ERT
31279 status collapsed
31280
31281 \begin_layout Plain Layout
31282
31283
31284 \backslash
31285 rotatebox[origin=c]{-45}{
31286 \backslash
31287 resizebox{2cm}{!}{
31288 \backslash
31289 reflectbox{
31290 \end_layout
31291
31292 \end_inset
31293
31294 Hello
31295 \begin_inset ERT
31296 status collapsed
31297
31298 \begin_layout Plain Layout
31299
31300 }}}
31301 \end_layout
31302
31303 \end_inset
31304
31305
31306 \end_layout
31307
31308 \begin_layout Standard
31309 \noindent
31310 Images, tables, and inline formulas are allowed as box content:
31311 \end_layout
31312
31313 \begin_layout Standard
31314 \align center
31315 \begin_inset ERT
31316 status collapsed
31317
31318 \begin_layout Plain Layout
31319
31320
31321 \backslash
31322 rotatebox[origin=c]{-30}{
31323 \backslash
31324 resizebox{2cm}{!}{
31325 \backslash
31326 reflectbox{
31327 \end_layout
31328
31329 \end_inset
31330
31331
31332 \begin_inset Graphics
31333         filename clipart/platypus.eps
31334         lyxscale 50
31335         width 25col%
31336
31337 \end_inset
31338
31339
31340 \begin_inset ERT
31341 status collapsed
31342
31343 \begin_layout Plain Layout
31344
31345 }}}
31346 \end_layout
31347
31348 \end_inset
31349
31350
31351 \begin_inset ERT
31352 status collapsed
31353
31354 \begin_layout Plain Layout
31355
31356
31357 \backslash
31358 rotatebox[origin=c]{-45}{
31359 \backslash
31360 resizebox{2cm}{!}{
31361 \backslash
31362 reflectbox{
31363 \end_layout
31364
31365 \end_inset
31366
31367
31368 \begin_inset Tabular
31369 <lyxtabular version="3" rows="2" columns="2">
31370 <features>
31371 <column alignment="center" valignment="top" width="0">
31372 <column alignment="center" valignment="top" width="0">
31373 <row>
31374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31375 \begin_inset Text
31376
31377 \begin_layout Plain Layout
31378 q
31379 \end_layout
31380
31381 \end_inset
31382 </cell>
31383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31384 \begin_inset Text
31385
31386 \begin_layout Plain Layout
31387 w
31388 \end_layout
31389
31390 \end_inset
31391 </cell>
31392 </row>
31393 <row>
31394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31395 \begin_inset Text
31396
31397 \begin_layout Plain Layout
31398 e
31399 \end_layout
31400
31401 \end_inset
31402 </cell>
31403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31404 \begin_inset Text
31405
31406 \begin_layout Plain Layout
31407 r
31408 \end_layout
31409
31410 \end_inset
31411 </cell>
31412 </row>
31413 </lyxtabular>
31414
31415 \end_inset
31416
31417
31418 \begin_inset ERT
31419 status collapsed
31420
31421 \begin_layout Plain Layout
31422
31423 }}}
31424 \end_layout
31425
31426 \end_inset
31427
31428
31429 \begin_inset ERT
31430 status collapsed
31431
31432 \begin_layout Plain Layout
31433
31434
31435 \backslash
31436 rotatebox[origin=c]{-45}{
31437 \backslash
31438 resizebox{2cm}{!}{
31439 \backslash
31440 reflectbox{
31441 \end_layout
31442
31443 \end_inset
31444
31445
31446 \begin_inset Formula $\int A\,\mathrm{d}x=B$
31447 \end_inset
31448
31449
31450 \begin_inset ERT
31451 status collapsed
31452
31453 \begin_layout Plain Layout
31454
31455 }}}
31456 \end_layout
31457
31458 \end_inset
31459
31460
31461 \end_layout
31462
31463 \begin_layout Standard
31464 When the global formula style 
31465 \series bold
31466 fleqn
31467 \series default
31468  is used in the document
31469 \begin_inset Foot
31470 status collapsed
31471
31472 \begin_layout Plain Layout
31473 When 
31474 \begin_inset Quotes eld
31475 \end_inset
31476
31477 fleqn
31478 \begin_inset Quotes erd
31479 \end_inset
31480
31481  is added to the document class options.
31482 \end_layout
31483
31484 \end_inset
31485
31486 , also display formulas can be scaled.
31487 \end_layout
31488
31489 \begin_layout Chapter
31490 External Document Parts
31491 \begin_inset Index
31492 status collapsed
31493
31494 \begin_layout Plain Layout
31495 External Document Parts
31496 \end_layout
31497
31498 \end_inset
31499
31500
31501 \end_layout
31502
31503 \begin_layout Standard
31504 With the menu 
31505 \family sans
31506 Insert\SpecialChar \menuseparator
31507 File
31508 \family default
31509  you can insert external material to your document.
31510  This can be:
31511 \end_layout
31512
31513 \begin_layout Description
31514 LyX
31515 \begin_inset space ~
31516 \end_inset
31517
31518 Document Another LyX document; its content is directly inserted to your
31519  document.
31520 \end_layout
31521
31522 \begin_layout Description
31523 Plain
31524 \begin_inset space ~
31525 \end_inset
31526
31527 Text A text document; every of its text lines is inserted to your document
31528  as own paragraph.
31529 \end_layout
31530
31531 \begin_layout Description
31532 Plain
31533 \begin_inset space ~
31534 \end_inset
31535
31536 Text,
31537 \begin_inset space ~
31538 \end_inset
31539
31540 Join
31541 \begin_inset space ~
31542 \end_inset
31543
31544 Lines A text document; its text lines are inserted as they are.
31545  Empty text lines creates a new paragraph in your document.
31546 \end_layout
31547
31548 \begin_layout Description
31549 External
31550 \begin_inset space ~
31551 \end_inset
31552
31553 Material Files in various formats.
31554 \end_layout
31555
31556 \begin_layout Description
31557 Child
31558 \begin_inset space ~
31559 \end_inset
31560
31561 Document LyX or LaTeX-documents.
31562 \end_layout
31563
31564 \begin_layout Section
31565 External Material
31566 \begin_inset Index
31567 status collapsed
31568
31569 \begin_layout Plain Layout
31570 External Document Parts ! External Material
31571 \end_layout
31572
31573 \end_inset
31574
31575
31576 \end_layout
31577
31578 \begin_layout Standard
31579 The external material feature allows you to insert files to your document
31580  without converting them previously to a format that can be read by the
31581  document output format because LyX takes care of needed conversions.
31582  This is similar to images that can be inserted in various image formats
31583  to LyX documents.
31584  When you have enabled Instant Preview in LyX's preferences under 
31585 \family sans
31586 Look
31587 \begin_inset space ~
31588 \end_inset
31589
31590 and
31591 \begin_inset space ~
31592 \end_inset
31593
31594 feel\SpecialChar \menuseparator
31595 Graphics
31596 \family default
31597 , the external material types Dia and Xfig is directly shown in LyX.
31598 \end_layout
31599
31600 \begin_layout Standard
31601 External material can be inserted via the 
31602 \family sans
31603 External Material
31604 \family default
31605  dialog that is accessible with the menu 
31606 \family sans
31607 Insert\SpecialChar \menuseparator
31608 File\SpecialChar \menuseparator
31609 External
31610 \begin_inset space ~
31611 \end_inset
31612
31613 Material
31614 \family default
31615 .
31616  Currently the following file types (
31617 \family sans
31618 Templates
31619 \family default
31620 ) are allowed:
31621 \end_layout
31622
31623 \begin_layout Description
31624 ChessDiagram This template supports chess position diagrams made with the
31625  program 
31626 \series bold
31627
31628 \begin_inset CommandInset href
31629 LatexCommand href
31630 name "XBoard"
31631 target "http://en.wikipedia.org/wiki/XBoard"
31632
31633 \end_inset
31634
31635
31636 \series default
31637 .
31638 \end_layout
31639
31640 \begin_layout Description
31641 Date This inserts the date in the form 
31642 \emph on
31643 Day-Month-Year
31644 \emph default
31645 .
31646  This is a date inserted as external material: 
31647 \begin_inset External
31648         template Date
31649         filename .
31650
31651 \end_inset
31652
31653
31654 \begin_inset space ~
31655 \end_inset
31656
31657
31658 \begin_inset Note Note
31659 status open
31660
31661 \begin_layout Plain Layout
31662 Remove the protected space when bug 4398 is fixed!
31663 \end_layout
31664
31665 \end_inset
31666
31667
31668 \begin_inset Newline newline
31669 \end_inset
31670
31671 The date is not shown within LyX, only in the output.
31672  There are two other methods of inserting a date: Via menu 
31673 \family sans
31674 Insert\SpecialChar \menuseparator
31675 Date
31676 \family default
31677  and with the LaTeX command 
31678 \series bold
31679
31680 \backslash
31681 today
31682 \series default
31683  as TeX-Code.
31684  The different methods are compared in Table
31685 \begin_inset space ~
31686 \end_inset
31687
31688
31689 \begin_inset CommandInset ref
31690 LatexCommand ref
31691 reference "tab:Comparison-of-the"
31692
31693 \end_inset
31694
31695 .
31696 \end_layout
31697
31698 \begin_layout Description
31699 Dia This template supports diagrams created with the program 
31700 \series bold
31701
31702 \begin_inset CommandInset href
31703 LatexCommand href
31704 name "Dia"
31705 target "http://en.wikipedia.org/wiki/Dia_(software)"
31706
31707 \end_inset
31708
31709
31710 \series default
31711 .
31712 \end_layout
31713
31714 \begin_layout Description
31715 LilyPond This template is used for music notation typeset with the program
31716 \begin_inset Newline linebreak
31717 \end_inset
31718
31719
31720 \series bold
31721
31722 \begin_inset CommandInset href
31723 LatexCommand href
31724 name "LilyPond"
31725 target "http://en.wikipedia.org/wiki/LilyPond"
31726
31727 \end_inset
31728
31729
31730 \series default
31731 .
31732 \end_layout
31733
31734 \begin_layout Description
31735 PDFPages With this template you can insert PDF documents to your document.
31736  To insert certain or all pages of a PDF, use the 
31737 \emph on
31738 pages
31739 \emph default
31740  option in the 
31741 \family sans
31742 Option
31743 \family default
31744  field in the 
31745 \family sans
31746 LaTeX and LyX options
31747 \family default
31748  tab according to the template description in the dialog.
31749  When no 
31750 \emph on
31751 pages
31752 \emph default
31753  option is given, only the first page of the PDF will be inserted.
31754 \end_layout
31755
31756 \begin_layout Description
31757 RasterImage This can be used for bitmap images.
31758  Nearly all popular image formats are supported.
31759  The image can be treated in the 
31760 \family sans
31761 External material
31762 \family default
31763  dialog like the images that are usually included via the 
31764 \family sans
31765 Graphics
31766 \family default
31767  dialog as described in section
31768 \begin_inset space ~
31769 \end_inset
31770
31771
31772 \begin_inset CommandInset ref
31773 LatexCommand ref
31774 reference "sec:Graphics-Dialog"
31775
31776 \end_inset
31777
31778 .
31779  The difference is that only raster images are allowed, that means that
31780  PDF and EPS-images are not supported.
31781 \end_layout
31782
31783 \begin_layout Description
31784 XFig This template supports images created with the program 
31785 \series bold
31786
31787 \begin_inset CommandInset href
31788 LatexCommand href
31789 name "Xfig"
31790 target "http://en.wikipedia.org/wiki/Xfig"
31791
31792 \end_inset
31793
31794
31795 \series default
31796 .
31797 \end_layout
31798
31799 \begin_layout Standard
31800 \begin_inset Float table
31801 placement h
31802 wide false
31803 sideways false
31804 status open
31805
31806 \begin_layout Plain Layout
31807 \begin_inset Caption
31808
31809 \begin_layout Plain Layout
31810 \begin_inset CommandInset label
31811 LatexCommand label
31812 name "tab:Comparison-of-the"
31813
31814 \end_inset
31815
31816 Comparison of the date input methods.
31817 \end_layout
31818
31819 \end_inset
31820
31821
31822 \end_layout
31823
31824 \begin_layout Plain Layout
31825 \align center
31826 \begin_inset Tabular
31827 <lyxtabular version="3" rows="4" columns="4">
31828 <features>
31829 <column alignment="center" valignment="top" width="0">
31830 <column alignment="center" valignment="top" width="0">
31831 <column alignment="center" valignment="top" width="0">
31832 <column alignment="center" valignment="top" width="0">
31833 <row>
31834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31835 \begin_inset Text
31836
31837 \begin_layout Plain Layout
31838 Document format
31839 \end_layout
31840
31841 \end_inset
31842 </cell>
31843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31844 \begin_inset Text
31845
31846 \begin_layout Plain Layout
31847
31848 \family sans
31849 External Material\SpecialChar \menuseparator
31850 Date
31851 \end_layout
31852
31853 \end_inset
31854 </cell>
31855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31856 \begin_inset Text
31857
31858 \begin_layout Plain Layout
31859
31860 \family sans
31861 Insert\SpecialChar \menuseparator
31862 Date
31863 \end_layout
31864
31865 \end_inset
31866 </cell>
31867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31868 \begin_inset Text
31869
31870 \begin_layout Plain Layout
31871 command 
31872 \series bold
31873
31874 \backslash
31875 today
31876 \end_layout
31877
31878 \end_inset
31879 </cell>
31880 </row>
31881 <row>
31882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31883 \begin_inset Text
31884
31885 \begin_layout Plain Layout
31886 LyX
31887 \end_layout
31888
31889 \end_inset
31890 </cell>
31891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31892 \begin_inset Text
31893
31894 \begin_layout Plain Layout
31895 as inset box
31896 \end_layout
31897
31898 \end_inset
31899 </cell>
31900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31901 \begin_inset Text
31902
31903 \begin_layout Plain Layout
31904 as date
31905 \end_layout
31906
31907 \end_inset
31908 </cell>
31909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31910 \begin_inset Text
31911
31912 \begin_layout Plain Layout
31913 as TeX-Code inset box
31914 \end_layout
31915
31916 \end_inset
31917 </cell>
31918 </row>
31919 <row>
31920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31921 \begin_inset Text
31922
31923 \begin_layout Plain Layout
31924 LaTeX
31925 \end_layout
31926
31927 \end_inset
31928 </cell>
31929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31930 \begin_inset Text
31931
31932 \begin_layout Plain Layout
31933 as date
31934 \end_layout
31935
31936 \end_inset
31937 </cell>
31938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31939 \begin_inset Text
31940
31941 \begin_layout Plain Layout
31942 as date
31943 \end_layout
31944
31945 \end_inset
31946 </cell>
31947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31948 \begin_inset Text
31949
31950 \begin_layout Plain Layout
31951 as command
31952 \end_layout
31953
31954 \end_inset
31955 </cell>
31956 </row>
31957 <row>
31958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31959 \begin_inset Text
31960
31961 \begin_layout Plain Layout
31962 DVI, PDF, PS
31963 \end_layout
31964
31965 \end_inset
31966 </cell>
31967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31968 \begin_inset Text
31969
31970 \begin_layout Plain Layout
31971 as date
31972 \end_layout
31973
31974 \end_inset
31975 </cell>
31976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31977 \begin_inset Text
31978
31979 \begin_layout Plain Layout
31980 as date
31981 \end_layout
31982
31983 \end_inset
31984 </cell>
31985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31986 \begin_inset Text
31987
31988 \begin_layout Plain Layout
31989 as date
31990 \end_layout
31991
31992 \end_inset
31993 </cell>
31994 </row>
31995 </lyxtabular>
31996
31997 \end_inset
31998
31999
32000 \end_layout
32001
32002 \end_inset
32003
32004
32005 \end_layout
32006
32007 \begin_layout Standard
32008 When you use the option 
32009 \family sans
32010 Draft
32011 \family default
32012  in the 
32013 \family sans
32014 File
32015 \family default
32016  tab of the 
32017 \family sans
32018 External Material
32019 \family default
32020  dialog, only the path to the inserted file is shown in the output.
32021 \begin_inset Newline newline
32022 \end_inset
32023
32024 External material is displayed in LyX either as box like this: 
32025 \begin_inset Graphics
32026         filename clipart/ExternalMaterialQt4.png
32027         scale 85
32028         scaleBeforeRotation
32029
32030 \end_inset
32031
32032  or as image, depending on the option 
32033 \family sans
32034 Show in LyX
32035 \family default
32036  in the 
32037 \family sans
32038 LaTeX and LyX options
32039 \family default
32040  tab of the dialog.
32041 \end_layout
32042
32043 \begin_layout Standard
32044 The 
32045 \family sans
32046 \emph on
32047 Customization
32048 \family default
32049 \emph default
32050  manual explains how you can define your own templates.
32051 \end_layout
32052
32053 \begin_layout Section
32054 Child Documents
32055 \begin_inset CommandInset label
32056 LatexCommand label
32057 name "sec:Child-Documents"
32058
32059 \end_inset
32060
32061
32062 \begin_inset Index
32063 status collapsed
32064
32065 \begin_layout Plain Layout
32066 External Document Parts ! Child Documents
32067 \end_layout
32068
32069 \end_inset
32070
32071
32072 \begin_inset Index
32073 status collapsed
32074
32075 \begin_layout Plain Layout
32076 Files ! Include
32077 \end_layout
32078
32079 \end_inset
32080
32081
32082 \end_layout
32083
32084 \begin_layout Standard
32085 Child documents are used when you have a long document consisting of several
32086  larger parts or sections.
32087  For maintenance it is often useful and sometimes even required to split
32088  the document in several files that can be revised separately.
32089  The different documents are then the so called child documents and a master
32090  document connects them to print the full document or parts of it.
32091  A child documents inherits contents of its master, for example the LaTeX
32092  preamble, the bibliography, and labels for cross-references.
32093 \end_layout
32094
32095 \begin_layout Standard
32096 To be able to work on child documents without the need to open its master,
32097  specify in the child document the master in the menu
32098 \family sans
32099  Document\SpecialChar \menuseparator
32100 Settings\SpecialChar \menuseparator
32101 Document
32102 \begin_inset space ~
32103 \end_inset
32104
32105 Class
32106 \family default
32107 .
32108  This master document will then be used in the background by LyX when you
32109  edit the child document.
32110 \end_layout
32111
32112 \begin_layout Standard
32113 Included documents are displayed in LyX as a box like this: 
32114 \begin_inset Graphics
32115         filename clipart/ChildDocumentQt4.png
32116         scale 85
32117         scaleBeforeRotation
32118
32119 \end_inset
32120
32121  To include child documents to a master document use the menu 
32122 \family sans
32123 Insert\SpecialChar \menuseparator
32124 File\SpecialChar \menuseparator
32125 Child
32126 \begin_inset space ~
32127 \end_inset
32128
32129 Documents
32130 \family default
32131 .
32132  A dialog pops up where you can choose between four include methods:
32133 \end_layout
32134
32135 \begin_layout Description
32136 Include You can include LyX and LaTeX-documents.
32137  When you press the 
32138 \family sans
32139 Load
32140 \family default
32141  button in the 
32142 \family sans
32143 Child Document
32144 \family default
32145  dialog, the included documents will be opened in LyX in a new file tab
32146  so that you can modify it.
32147 \begin_inset Newline newline
32148 \end_inset
32149
32150
32151 \end_layout
32152
32153 \begin_layout Standard
32154 Here is a child document inserted using 
32155 \family sans
32156 Include
32157 \family default
32158
32159 \begin_inset CommandInset include
32160 LatexCommand include
32161 filename "DummyDocument1.lyx"
32162
32163 \end_inset
32164
32165
32166 \end_layout
32167
32168 \begin_layout Standard
32169 The section numbering includes the sections of the included files in the
32170  order they are inserted in the master document.
32171  The included example document has for example a subsection that is numbered
32172  as subsection of this section.
32173  Labels of included documents can be referenced: Subsection
32174 \begin_inset space ~
32175 \end_inset
32176
32177
32178 \begin_inset CommandInset ref
32179 LatexCommand ref
32180 reference "sub:External-Subsection-1"
32181
32182 \end_inset
32183
32184
32185 \end_layout
32186
32187 \begin_layout Standard
32188 The preamble of the child document is ignored, only the preamble of the
32189  master document is used.
32190  Branches in child documents will be ignored by the master document when
32191  the master document does not have a branch with the same name.
32192  Included documents are inserted starting on a new page and end with a page
32193  break.
32194 \end_layout
32195
32196 \begin_layout Standard
32197 With the LaTeX-command 
32198 \series bold
32199
32200 \backslash
32201 includeonly 
32202 \series default
32203 you can specify which included child documents are processed when the output
32204  is generated.
32205  This is useful when you are perhaps only working on a certain chapter of
32206  your large document as this saves compiling time.
32207  
32208 \series bold
32209
32210 \backslash
32211 includeonly
32212 \series default
32213  is inserted to the master document preamble.
32214  It takes a comma-separated list of the filenames as argument, e.
32215 \begin_inset space \thinspace{}
32216 \end_inset
32217
32218 g.
32219 \end_layout
32220
32221 \begin_layout Standard
32222
32223 \series bold
32224
32225 \backslash
32226 includeonly{chapter1,chapter5}
32227 \end_layout
32228
32229 \begin_layout Standard
32230 will only process the included files named 
32231 \begin_inset Quotes eld
32232 \end_inset
32233
32234 chapter1.lyx
32235 \begin_inset Quotes erd
32236 \end_inset
32237
32238  (or 
32239 \begin_inset Quotes eld
32240 \end_inset
32241
32242 chapter1.tex
32243 \begin_inset Quotes erd
32244 \end_inset
32245
32246 ) and 
32247 \begin_inset Quotes eld
32248 \end_inset
32249
32250 chapter5.lyx
32251 \begin_inset Quotes erd
32252 \end_inset
32253
32254  .
32255 \end_layout
32256
32257 \begin_layout Standard
32258 \begin_inset Note Greyedout
32259 status open
32260
32261 \begin_layout Plain Layout
32262
32263 \series bold
32264 Note:
32265 \series default
32266  When you have included a LyX- or LaTeX-file, you are warned when you export/vie
32267 w the document in case that the child document uses another document class
32268  than the master document as this will lead to unexpected outputs.
32269 \end_layout
32270
32271 \end_inset
32272
32273
32274 \end_layout
32275
32276 \begin_layout Description
32277 Input This method is very similar to the Include method.
32278  The differences are:
32279 \end_layout
32280
32281 \begin_deeper
32282 \begin_layout Itemize
32283 Input files don't start with a new page and don't end with a page break.
32284 \end_layout
32285
32286 \begin_layout Itemize
32287 Input files can be previewed in LyX when 
32288 \family sans
32289 Instant
32290 \begin_inset space ~
32291 \end_inset
32292
32293 Preview
32294 \family default
32295  is enabled in LyX's preferences under 
32296 \family sans
32297 Look
32298 \begin_inset space ~
32299 \end_inset
32300
32301 and
32302 \begin_inset space ~
32303 \end_inset
32304
32305 feel\SpecialChar \menuseparator
32306 Graphics
32307 \family default
32308 .
32309 \end_layout
32310
32311 \begin_layout Itemize
32312 The LaTeX-command 
32313 \series bold
32314
32315 \backslash
32316 includeonly
32317 \series default
32318  cannot be used.
32319 \end_layout
32320
32321 \end_deeper
32322 \begin_layout Standard
32323 Here is a child document inserted using 
32324 \family sans
32325 Input
32326 \family default
32327
32328 \begin_inset CommandInset include
32329 LatexCommand input
32330 filename "DummyDocument2.lyx"
32331
32332 \end_inset
32333
32334
32335 \end_layout
32336
32337 \begin_layout Description
32338 Verbatim With this method every text file can be included.
32339  The file is shown in the output with its source code, no command used in
32340  the text is invoked.
32341  You can use the option 
32342 \family sans
32343 Mark spaces in output
32344 \family default
32345  that displays the character 
32346 \begin_inset Quotes eld
32347 \end_inset
32348
32349
32350 \begin_inset ERT
32351 status collapsed
32352
32353 \begin_layout Plain Layout
32354
32355
32356 \backslash
32357 textvisiblespace 
32358 \end_layout
32359
32360 \end_inset
32361
32362
32363 \begin_inset Quotes erd
32364 \end_inset
32365
32366  for every space character in the source code.
32367  The difference to the method via the menu 
32368 \family sans
32369 Insert\SpecialChar \menuseparator
32370 File\SpecialChar \menuseparator
32371 Plain
32372 \begin_inset space ~
32373 \end_inset
32374
32375 Text
32376 \family default
32377  is that the document content is not shown in LyX.
32378 \end_layout
32379
32380 \begin_layout Standard
32381 Here is a child document inserted as Verbatim: 
32382 \begin_inset CommandInset include
32383 LatexCommand verbatiminput
32384 filename "DummyTextDocument.txt"
32385
32386 \end_inset
32387
32388
32389 \begin_inset VSpace bigskip
32390 \end_inset
32391
32392 Here is a child document inserted as Verbatim using the 
32393 \family sans
32394 Mark spaces in output
32395 \family default
32396  option: 
32397 \begin_inset CommandInset include
32398 LatexCommand verbatiminput*
32399 filename "DummyTextDocument.txt"
32400
32401 \end_inset
32402
32403
32404 \end_layout
32405
32406 \begin_layout Standard
32407 \begin_inset VSpace bigskip
32408 \end_inset
32409
32410
32411 \end_layout
32412
32413 \begin_layout Standard
32414 \begin_inset Note Greyedout
32415 status open
32416
32417 \begin_layout Plain Layout
32418
32419 \series bold
32420 Note:
32421 \series default
32422  As you can see in the examples above, the text of the documents included
32423  as 
32424 \family sans
32425 verbatim
32426 \family default
32427  is not broken at the end of the document lines.
32428 \end_layout
32429
32430 \end_inset
32431
32432
32433 \end_layout
32434
32435 \begin_layout Description
32436 Listings This type is described in chapter
32437 \begin_inset space ~
32438 \end_inset
32439
32440
32441 \begin_inset CommandInset ref
32442 LatexCommand ref
32443 reference "cha:Program-Code-Listings"
32444
32445 \end_inset
32446
32447 .
32448 \end_layout
32449
32450 \begin_layout Standard
32451 \begin_inset Note Greyedout
32452 status open
32453
32454 \begin_layout Plain Layout
32455
32456 \series bold
32457 Note:
32458 \series default
32459  Including the same document twice in a document using different methods
32460  could cause LaTeX-problems.
32461 \end_layout
32462
32463 \end_inset
32464
32465
32466 \end_layout
32467
32468 \begin_layout Chapter
32469 Program Code Listings
32470 \begin_inset CommandInset label
32471 LatexCommand label
32472 name "cha:Program-Code-Listings"
32473
32474 \end_inset
32475
32476
32477 \begin_inset Index
32478 status collapsed
32479
32480 \begin_layout Plain Layout
32481 Listings
32482 \end_layout
32483
32484 \end_inset
32485
32486
32487 \begin_inset Index
32488 status collapsed
32489
32490 \begin_layout Plain Layout
32491 Program Code
32492 \end_layout
32493
32494 \end_inset
32495
32496
32497 \begin_inset Index
32498 status collapsed
32499
32500 \begin_layout Plain Layout
32501 Floats ! Listings
32502 \end_layout
32503
32504 \end_inset
32505
32506
32507 \end_layout
32508
32509 \begin_layout Standard
32510 To include and typeset program code you can use the 
32511 \family sans
32512 Listings
32513 \family default
32514  inset that can be inserted via the menu 
32515 \family sans
32516 Insert\SpecialChar \menuseparator
32517 Program Listing
32518 \family default
32519 .
32520  The LaTeX-package 
32521 \series bold
32522 listings
32523 \series default
32524
32525 \begin_inset Index
32526 status collapsed
32527
32528 \begin_layout Plain Layout
32529 LaTeX-packages ! listings
32530 \end_layout
32531
32532 \end_inset
32533
32534  provides a powerful and flexible way to insert program source code to your
32535  document.
32536 \end_layout
32537
32538 \begin_layout Standard
32539 Right-clicking on a listings inset opens the context menu containing where
32540  you can set the listings format.
32541 \end_layout
32542
32543 \begin_layout Standard
32544 By default, a listing starts a new paragraph in the output.
32545  The placement option 
32546 \family sans
32547 Inline
32548 \begin_inset space ~
32549 \end_inset
32550
32551 listing
32552 \family default
32553  prints the listing inline like this: 
32554 \begin_inset listings
32555 lstparams "language={C++}"
32556 inline true
32557 status open
32558
32559 \begin_layout Plain Layout
32560
32561 int a=5;
32562 \end_layout
32563
32564 \end_inset
32565
32566
32567 \begin_inset Newline newline
32568 \end_inset
32569
32570 The option 
32571 \family sans
32572 Float
32573 \family default
32574  creates a listings float where you can specify the placement options 
32575 \begin_inset Quotes eld
32576 \end_inset
32577
32578
32579 \family sans
32580 h
32581 \family default
32582
32583 \begin_inset Quotes erd
32584 \end_inset
32585
32586
32587 \begin_inset Quotes eld
32588 \end_inset
32589
32590
32591 \family sans
32592 t
32593 \family default
32594
32595 \begin_inset Quotes erd
32596 \end_inset
32597
32598
32599 \begin_inset Quotes eld
32600 \end_inset
32601
32602
32603 \family sans
32604 b
32605 \family default
32606
32607 \begin_inset Quotes erd
32608 \end_inset
32609
32610 , and 
32611 \begin_inset Quotes eld
32612 \end_inset
32613
32614
32615 \family sans
32616 p
32617 \family default
32618
32619 \begin_inset Quotes erd
32620 \end_inset
32621
32622  corresponding to the float placement options described in section
32623 \begin_inset space ~
32624 \end_inset
32625
32626
32627 \begin_inset CommandInset ref
32628 LatexCommand ref
32629 reference "sec:Float-Placement"
32630
32631 \end_inset
32632
32633 .
32634  The placement options can be mixed and are inserted without any separation,
32635  e.
32636 \begin_inset space \thinspace{}
32637 \end_inset
32638
32639 g.
32640 \begin_inset space \space{}
32641 \end_inset
32642
32643
32644 \begin_inset Quotes eld
32645 \end_inset
32646
32647
32648 \family sans
32649 htbp
32650 \family default
32651
32652 \begin_inset Quotes erd
32653 \end_inset
32654
32655 .
32656  The option 
32657 \begin_inset Quotes eld
32658 \end_inset
32659
32660 h
32661 \begin_inset Quotes erd
32662 \end_inset
32663
32664  has sometimes no effect, but you don't need to use the 
32665 \family sans
32666 Float
32667 \family default
32668  option in this case as also non-float listings can have captions and be
32669  referenced.
32670 \end_layout
32671
32672 \begin_layout Standard
32673 You can add captions to listings with the menu 
32674 \family sans
32675 Insert\SpecialChar \menuseparator
32676 Caption
32677 \family default
32678 .
32679  Listings can be referenced like floats: Listing
32680 \begin_inset space ~
32681 \end_inset
32682
32683
32684 \begin_inset CommandInset ref
32685 LatexCommand ref
32686 reference "lst:Example-Listing"
32687
32688 \end_inset
32689
32690
32691 \end_layout
32692
32693 \begin_layout Standard
32694 \begin_inset listings
32695 lstparams "language=Python"
32696 inline false
32697 status open
32698
32699 \begin_layout Plain Layout
32700
32701 \begin_inset Caption
32702
32703 \begin_layout Plain Layout
32704 \begin_inset CommandInset label
32705 LatexCommand label
32706 name "lst:Example-Listing"
32707
32708 \end_inset
32709
32710 Example Listing float
32711 \end_layout
32712
32713 \end_inset
32714
32715 # Example listing float
32716 \end_layout
32717
32718 \begin_layout Plain Layout
32719
32720 def func(param):
32721 \end_layout
32722
32723 \begin_layout Plain Layout
32724
32725     'this is a python function'
32726 \end_layout
32727
32728 \begin_layout Plain Layout
32729
32730     pass
32731 \end_layout
32732
32733 \end_inset
32734
32735
32736 \end_layout
32737
32738 \begin_layout Standard
32739 When you have set a programming language in the listings dialog, the keywords
32740  of this language will be recognized and specially typeset in the output.
32741  In the example listings the Python keyword 
32742 \begin_inset Quotes eld
32743 \end_inset
32744
32745 def
32746 \begin_inset Quotes erd
32747 \end_inset
32748
32749  is recognized and printed bold in the output.
32750 \end_layout
32751
32752 \begin_layout Standard
32753 \begin_inset Note Greyedout
32754 status open
32755
32756 \begin_layout Plain Layout
32757
32758 \series bold
32759 Note:
32760 \series default
32761  If you don't get bold keywords when using typewriter fonts, your 
32762 \family typewriter
32763 typewriter
32764 \family default
32765  font probably doesn't provide a bold shape.
32766  In this case select a different one in the menu 
32767 \family sans
32768 Document\SpecialChar \menuseparator
32769 Settings\SpecialChar \menuseparator
32770 Fonts
32771 \family default
32772 .
32773  (The fonts 
32774 \emph on
32775 LuxiMono, BeraMono
32776 \emph default
32777  and 
32778 \emph on
32779 Courier
32780 \emph default
32781  provide bold shapes.)
32782 \end_layout
32783
32784 \end_inset
32785
32786
32787 \end_layout
32788
32789 \begin_layout Standard
32790 In section 
32791 \family sans
32792 Line
32793 \begin_inset space ~
32794 \end_inset
32795
32796 numbering
32797 \family default
32798  of the listings dialog you can specify the line numbering style.
32799  You can insert a number to specify which lines are numbered to the field
32800  
32801 \family sans
32802 Step
32803 \family default
32804 .
32805  When you insert e.
32806 \begin_inset space \thinspace{}
32807 \end_inset
32808
32809 g.
32810 \begin_inset space \space{}
32811 \end_inset
32812
32813
32814 \begin_inset Quotes eld
32815 \end_inset
32816
32817 3
32818 \begin_inset Quotes erd
32819 \end_inset
32820
32821 , only every 3rd line will be numbered.
32822 \end_layout
32823
32824 \begin_layout Standard
32825 You can furthermore specify a range of lines, only these will then appear
32826  in the output.
32827  The option 
32828 \family sans
32829 Extended character table
32830 \family default
32831  should be used when you use national characters like the German umlauts
32832  in the listing.
32833 \begin_inset Newline newline
32834 \end_inset
32835
32836 Here is an example listing with left line numbering, step 
32837 \begin_inset Quotes eld
32838 \end_inset
32839
32840 3
32841 \begin_inset Quotes erd
32842 \end_inset
32843
32844 , language 
32845 \begin_inset Quotes eld
32846 \end_inset
32847
32848 Python
32849 \begin_inset Quotes erd
32850 \end_inset
32851
32852 , options 
32853 \begin_inset Quotes eld
32854 \end_inset
32855
32856 Extended character table
32857 \begin_inset Quotes erd
32858 \end_inset
32859
32860  and 
32861 \begin_inset Quotes eld
32862 \end_inset
32863
32864 Space
32865 \begin_inset space ~
32866 \end_inset
32867
32868 as
32869 \begin_inset space ~
32870 \end_inset
32871
32872 symbol
32873 \begin_inset Quotes erd
32874 \end_inset
32875
32876 , range lines 3
32877 \begin_inset space \thinspace{}
32878 \end_inset
32879
32880 -
32881 \begin_inset space \thinspace{}
32882 \end_inset
32883
32884 8:
32885 \end_layout
32886
32887 \begin_layout Standard
32888 \begin_inset listings
32889 lstparams "extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3"
32890 inline false
32891 status open
32892
32893 \begin_layout Plain Layout
32894
32895 def func(param):
32896 \end_layout
32897
32898 \begin_layout Plain Layout
32899
32900     'this is a python function'
32901 \end_layout
32902
32903 \begin_layout Plain Layout
32904
32905     pass
32906 \end_layout
32907
32908 \begin_layout Plain Layout
32909
32910 def func(param):
32911 \end_layout
32912
32913 \begin_layout Plain Layout
32914
32915 'This is a German word: Tschüß'
32916 \end_layout
32917
32918 \begin_layout Plain Layout
32919
32920 pass
32921 \end_layout
32922
32923 \begin_layout Plain Layout
32924
32925 def func(param):
32926 \end_layout
32927
32928 \begin_layout Plain Layout
32929
32930 'this is a python function'
32931 \end_layout
32932
32933 \begin_layout Plain Layout
32934
32935 pass
32936 \end_layout
32937
32938 \end_inset
32939
32940
32941 \end_layout
32942
32943 \begin_layout Standard
32944 When you have tabulators in your listing, you can specify the number of
32945  characters that are spanned by a tabulator in the field 
32946 \family sans
32947 Tabulator
32948 \begin_inset space ~
32949 \end_inset
32950
32951 size
32952 \family default
32953 .
32954 \end_layout
32955
32956 \begin_layout Standard
32957 \begin_inset Note Greyedout
32958 status open
32959
32960 \begin_layout Plain Layout
32961
32962 \series bold
32963 Note:
32964 \series default
32965  Due to a bug in the 
32966 \series bold
32967 listings
32968 \series default
32969  package the line numbering is shifted by a line by every previous listing.
32970  That's the reason why the lines 2 and 5 are numbered in the above listing
32971  and not the lines 3 and 6.
32972 \end_layout
32973
32974 \end_inset
32975
32976
32977 \end_layout
32978
32979 \begin_layout Standard
32980 \begin_inset VSpace bigskip
32981 \end_inset
32982
32983
32984 \end_layout
32985
32986 \begin_layout Standard
32987 It is also possible to print lines from a file as listing.
32988  To do this, use the menu 
32989 \family sans
32990 Insert\SpecialChar \menuseparator
32991 File\SpecialChar \menuseparator
32992 Child Document
32993 \family default
32994  and choose the type 
32995 \family sans
32996 Listings
32997 \family default
32998 .
32999 \begin_inset Foot
33000 status collapsed
33001
33002 \begin_layout Plain Layout
33003 The other child document types are described in section
33004 \begin_inset space ~
33005 \end_inset
33006
33007
33008 \begin_inset CommandInset ref
33009 LatexCommand ref
33010 reference "sec:Child-Documents"
33011
33012 \end_inset
33013
33014 .
33015 \end_layout
33016
33017 \end_inset
33018
33019  In the child document dialog you can specify the listing parameters in
33020  a text box.
33021  To show a list of all available parameters, type in a question mark 
33022 \begin_inset Quotes eld
33023 \end_inset
33024
33025 ?
33026 \begin_inset Quotes erd
33027 \end_inset
33028
33029  in the text box.
33030 \end_layout
33031
33032 \begin_layout Standard
33033 To reference child document listings, write a label text into the corresponding
33034  field of the child document dialog.
33035  The label can then be referenced using the menu 
33036 \family sans
33037 Insert\SpecialChar \menuseparator
33038 Cross-Reference
33039 \family default
33040 .
33041 \end_layout
33042
33043 \begin_layout Standard
33044 Listing
33045 \begin_inset space ~
33046 \end_inset
33047
33048
33049 \begin_inset CommandInset ref
33050 LatexCommand ref
33051 reference "lst:file-listing"
33052
33053 \end_inset
33054
33055  is an example for a listing of a file; there the lines 10
33056 \begin_inset space \thinspace{}
33057 \end_inset
33058
33059 -
33060 \begin_inset space \thinspace{}
33061 \end_inset
33062
33063 15 of this LyX file are listed.
33064 \end_layout
33065
33066 \begin_layout Standard
33067 \begin_inset CommandInset include
33068 LatexCommand lstinputlisting
33069 filename "EmbeddedObjects.lyx"
33070 lstparams "breaklines=true,caption={Lines 10 - 15 of this LyX file},extendedchars=true,firstline=10,label={lst:file-listing},language={[LaTeX]TeX},lastline=15"
33071
33072 \end_inset
33073
33074
33075 \end_layout
33076
33077 \begin_layout Standard
33078 \begin_inset VSpace bigskip
33079 \end_inset
33080
33081
33082 \end_layout
33083
33084 \begin_layout Standard
33085 Global listings settings can be set in the 
33086 \family sans
33087 Document\SpecialChar \menuseparator
33088 Settings\SpecialChar \menuseparator
33089 Text Layout
33090 \family default
33091  dialog.
33092  To get there a list of available options, type in a question mark 
33093 \begin_inset Quotes eld
33094 \end_inset
33095
33096 ?
33097 \begin_inset Quotes erd
33098 \end_inset
33099
33100  in the 
33101 \family sans
33102 Listings
33103 \begin_inset space ~
33104 \end_inset
33105
33106 settings
33107 \family default
33108  field.
33109 \end_layout
33110
33111 \begin_layout Standard
33112 For more information about the 
33113 \series bold
33114 listings
33115 \series default
33116  package, we refer to its documentation 
33117 \begin_inset CommandInset citation
33118 LatexCommand cite
33119 key "listings"
33120
33121 \end_inset
33122
33123 .
33124 \end_layout
33125
33126 \begin_layout Standard
33127 \begin_inset Newpage newpage
33128 \end_inset
33129
33130
33131 \end_layout
33132
33133 \begin_layout Chapter
33134 \start_of_appendix
33135 Units available in LyX
33136 \begin_inset Index
33137 status collapsed
33138
33139 \begin_layout Plain Layout
33140 Units
33141 \end_layout
33142
33143 \end_inset
33144
33145
33146 \begin_inset CommandInset label
33147 LatexCommand label
33148 name "cha:Units-available-in"
33149
33150 \end_inset
33151
33152
33153 \end_layout
33154
33155 \begin_layout Standard
33156 To understand the units described in this documentation, Table
33157 \begin_inset space ~
33158 \end_inset
33159
33160
33161 \begin_inset CommandInset ref
33162 LatexCommand ref
33163 reference "tab:Units"
33164
33165 \end_inset
33166
33167  explains all units available in LyX.
33168 \end_layout
33169
33170 \begin_layout Standard
33171 \begin_inset Float table
33172 placement h
33173 wide false
33174 sideways false
33175 status open
33176
33177 \begin_layout Plain Layout
33178 \begin_inset Caption
33179
33180 \begin_layout Plain Layout
33181 \begin_inset CommandInset label
33182 LatexCommand label
33183 name "tab:Units"
33184
33185 \end_inset
33186
33187 Units
33188 \end_layout
33189
33190 \end_inset
33191
33192
33193 \end_layout
33194
33195 \begin_layout Plain Layout
33196 \begin_inset VSpace medskip
33197 \end_inset
33198
33199
33200 \end_layout
33201
33202 \begin_layout Plain Layout
33203 \align center
33204 \begin_inset Tabular
33205 <lyxtabular version="3" rows="20" columns="2">
33206 <features>
33207 <column alignment="center" valignment="top" width="0">
33208 <column alignment="center" valignment="top" width="0">
33209 <row>
33210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33211 \begin_inset Text
33212
33213 \begin_layout Plain Layout
33214 unit
33215 \end_layout
33216
33217 \end_inset
33218 </cell>
33219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33220 \begin_inset Text
33221
33222 \begin_layout Plain Layout
33223 name/description
33224 \end_layout
33225
33226 \end_inset
33227 </cell>
33228 </row>
33229 <row>
33230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33231 \begin_inset Text
33232
33233 \begin_layout Plain Layout
33234 mm
33235 \end_layout
33236
33237 \end_inset
33238 </cell>
33239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33240 \begin_inset Text
33241
33242 \begin_layout Plain Layout
33243 millimeter
33244 \end_layout
33245
33246 \end_inset
33247 </cell>
33248 </row>
33249 <row>
33250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33251 \begin_inset Text
33252
33253 \begin_layout Plain Layout
33254 cm
33255 \end_layout
33256
33257 \end_inset
33258 </cell>
33259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33260 \begin_inset Text
33261
33262 \begin_layout Plain Layout
33263 centimeter
33264 \end_layout
33265
33266 \end_inset
33267 </cell>
33268 </row>
33269 <row>
33270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33271 \begin_inset Text
33272
33273 \begin_layout Plain Layout
33274 in
33275 \end_layout
33276
33277 \end_inset
33278 </cell>
33279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33280 \begin_inset Text
33281
33282 \begin_layout Plain Layout
33283 inch
33284 \end_layout
33285
33286 \end_inset
33287 </cell>
33288 </row>
33289 <row>
33290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33291 \begin_inset Text
33292
33293 \begin_layout Plain Layout
33294 pt
33295 \end_layout
33296
33297 \end_inset
33298 </cell>
33299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33300 \begin_inset Text
33301
33302 \begin_layout Plain Layout
33303 point (72.27
33304 \begin_inset space \thinspace{}
33305 \end_inset
33306
33307 pt = 1
33308 \begin_inset space \thinspace{}
33309 \end_inset
33310
33311 in)
33312 \end_layout
33313
33314 \end_inset
33315 </cell>
33316 </row>
33317 <row>
33318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33319 \begin_inset Text
33320
33321 \begin_layout Plain Layout
33322 pc
33323 \end_layout
33324
33325 \end_inset
33326 </cell>
33327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33328 \begin_inset Text
33329
33330 \begin_layout Plain Layout
33331 pica (1
33332 \begin_inset space \thinspace{}
33333 \end_inset
33334
33335 pc = 12
33336 \begin_inset space \thinspace{}
33337 \end_inset
33338
33339 pt)
33340 \end_layout
33341
33342 \end_inset
33343 </cell>
33344 </row>
33345 <row>
33346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33347 \begin_inset Text
33348
33349 \begin_layout Plain Layout
33350 sp
33351 \end_layout
33352
33353 \end_inset
33354 </cell>
33355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33356 \begin_inset Text
33357
33358 \begin_layout Plain Layout
33359 scaled point (65536
33360 \begin_inset space \thinspace{}
33361 \end_inset
33362
33363 sp = 1
33364 \begin_inset space \thinspace{}
33365 \end_inset
33366
33367 pt)
33368 \end_layout
33369
33370 \end_inset
33371 </cell>
33372 </row>
33373 <row>
33374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33375 \begin_inset Text
33376
33377 \begin_layout Plain Layout
33378 bp
33379 \end_layout
33380
33381 \end_inset
33382 </cell>
33383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33384 \begin_inset Text
33385
33386 \begin_layout Plain Layout
33387 big point (72
33388 \begin_inset space \thinspace{}
33389 \end_inset
33390
33391 bp = 1
33392 \begin_inset space \thinspace{}
33393 \end_inset
33394
33395 in)
33396 \end_layout
33397
33398 \end_inset
33399 </cell>
33400 </row>
33401 <row>
33402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33403 \begin_inset Text
33404
33405 \begin_layout Plain Layout
33406 dd
33407 \end_layout
33408
33409 \end_inset
33410 </cell>
33411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33412 \begin_inset Text
33413
33414 \begin_layout Plain Layout
33415 didot (1
33416 \begin_inset space \thinspace{}
33417 \end_inset
33418
33419 dd 
33420 \begin_inset Formula $\approx$
33421 \end_inset
33422
33423  0.376
33424 \begin_inset space \thinspace{}
33425 \end_inset
33426
33427 mm)
33428 \end_layout
33429
33430 \end_inset
33431 </cell>
33432 </row>
33433 <row>
33434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33435 \begin_inset Text
33436
33437 \begin_layout Plain Layout
33438 cc
33439 \end_layout
33440
33441 \end_inset
33442 </cell>
33443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33444 \begin_inset Text
33445
33446 \begin_layout Plain Layout
33447 cicero (1
33448 \begin_inset space \thinspace{}
33449 \end_inset
33450
33451 cc = 12
33452 \begin_inset space \thinspace{}
33453 \end_inset
33454
33455 dd)
33456 \end_layout
33457
33458 \end_inset
33459 </cell>
33460 </row>
33461 <row>
33462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33463 \begin_inset Text
33464
33465 \begin_layout Plain Layout
33466 Scale%
33467 \end_layout
33468
33469 \end_inset
33470 </cell>
33471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33472 \begin_inset Text
33473
33474 \begin_layout Plain Layout
33475 % of original image width
33476 \end_layout
33477
33478 \end_inset
33479 </cell>
33480 </row>
33481 <row>
33482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33483 \begin_inset Text
33484
33485 \begin_layout Plain Layout
33486 text%
33487 \end_layout
33488
33489 \end_inset
33490 </cell>
33491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33492 \begin_inset Text
33493
33494 \begin_layout Plain Layout
33495 % of text width
33496 \end_layout
33497
33498 \end_inset
33499 </cell>
33500 </row>
33501 <row>
33502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33503 \begin_inset Text
33504
33505 \begin_layout Plain Layout
33506 col%
33507 \end_layout
33508
33509 \end_inset
33510 </cell>
33511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33512 \begin_inset Text
33513
33514 \begin_layout Plain Layout
33515 % of column width
33516 \end_layout
33517
33518 \end_inset
33519 </cell>
33520 </row>
33521 <row>
33522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33523 \begin_inset Text
33524
33525 \begin_layout Plain Layout
33526 page%
33527 \end_layout
33528
33529 \end_inset
33530 </cell>
33531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33532 \begin_inset Text
33533
33534 \begin_layout Plain Layout
33535 % of paper width
33536 \end_layout
33537
33538 \end_inset
33539 </cell>
33540 </row>
33541 <row>
33542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33543 \begin_inset Text
33544
33545 \begin_layout Plain Layout
33546 line%
33547 \end_layout
33548
33549 \end_inset
33550 </cell>
33551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33552 \begin_inset Text
33553
33554 \begin_layout Plain Layout
33555 % of line width
33556 \end_layout
33557
33558 \end_inset
33559 </cell>
33560 </row>
33561 <row>
33562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33563 \begin_inset Text
33564
33565 \begin_layout Plain Layout
33566 theight%
33567 \end_layout
33568
33569 \end_inset
33570 </cell>
33571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33572 \begin_inset Text
33573
33574 \begin_layout Plain Layout
33575 % of text height
33576 \end_layout
33577
33578 \end_inset
33579 </cell>
33580 </row>
33581 <row>
33582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33583 \begin_inset Text
33584
33585 \begin_layout Plain Layout
33586 pheight%
33587 \end_layout
33588
33589 \end_inset
33590 </cell>
33591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33592 \begin_inset Text
33593
33594 \begin_layout Plain Layout
33595 % of paper height
33596 \end_layout
33597
33598 \end_inset
33599 </cell>
33600 </row>
33601 <row>
33602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33603 \begin_inset Text
33604
33605 \begin_layout Plain Layout
33606 ex
33607 \end_layout
33608
33609 \end_inset
33610 </cell>
33611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33612 \begin_inset Text
33613
33614 \begin_layout Plain Layout
33615 height of letter 
33616 \emph on
33617 x
33618 \emph default
33619  in current font
33620 \end_layout
33621
33622 \end_inset
33623 </cell>
33624 </row>
33625 <row>
33626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33627 \begin_inset Text
33628
33629 \begin_layout Plain Layout
33630 em
33631 \end_layout
33632
33633 \end_inset
33634 </cell>
33635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33636 \begin_inset Text
33637
33638 \begin_layout Plain Layout
33639 width of letter 
33640 \emph on
33641 M
33642 \emph default
33643  in current font
33644 \end_layout
33645
33646 \end_inset
33647 </cell>
33648 </row>
33649 <row>
33650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33651 \begin_inset Text
33652
33653 \begin_layout Plain Layout
33654 mu
33655 \end_layout
33656
33657 \end_inset
33658 </cell>
33659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33660 \begin_inset Text
33661
33662 \begin_layout Plain Layout
33663 math unit (1
33664 \begin_inset space \thinspace{}
33665 \end_inset
33666
33667 mu = 1/18
33668 \begin_inset space \thinspace{}
33669 \end_inset
33670
33671 em)
33672 \end_layout
33673
33674 \end_inset
33675 </cell>
33676 </row>
33677 </lyxtabular>
33678
33679 \end_inset
33680
33681
33682 \end_layout
33683
33684 \end_inset
33685
33686
33687 \end_layout
33688
33689 \begin_layout Chapter
33690 Output File Formats with Graphics
33691 \begin_inset CommandInset label
33692 LatexCommand label
33693 name "cha:Output-File-Formats"
33694
33695 \end_inset
33696
33697
33698 \end_layout
33699
33700 \begin_layout Section
33701 DVI
33702 \begin_inset Index
33703 status collapsed
33704
33705 \begin_layout Plain Layout
33706 File Formats ! DVI
33707 \end_layout
33708
33709 \end_inset
33710
33711
33712 \begin_inset Index
33713 status collapsed
33714
33715 \begin_layout Plain Layout
33716 DVI|see
33717 \begin_inset ERT
33718 status collapsed
33719
33720 \begin_layout Plain Layout
33721
33722 {
33723 \end_layout
33724
33725 \end_inset
33726
33727 File Formats
33728 \begin_inset ERT
33729 status collapsed
33730
33731 \begin_layout Plain Layout
33732
33733 }
33734 \end_layout
33735
33736 \end_inset
33737
33738
33739 \end_layout
33740
33741 \end_inset
33742
33743
33744 \end_layout
33745
33746 \begin_layout Standard
33747 This file type has the extension 
33748 \begin_inset Quotes eld
33749 \end_inset
33750
33751
33752 \family typewriter
33753 .dvi
33754 \family default
33755
33756 \begin_inset Quotes erd
33757 \end_inset
33758
33759 .
33760  It is called 
33761 \begin_inset Quotes eld
33762 \end_inset
33763
33764 device-independent
33765 \begin_inset Quotes erd
33766 \end_inset
33767
33768  (DVI), because it is completely portable; you can move them from one machine
33769  to another without needing to do any sort of conversion.
33770  At the time when this file-format was developed, this was no matter of
33771  course.
33772  DVIs are used for quick previews and as pre-stage for other output formats,
33773  like PostScript.
33774 \end_layout
33775
33776 \begin_layout Standard
33777 \begin_inset Note Greyedout
33778 status open
33779
33780 \begin_layout Plain Layout
33781
33782 \series bold
33783 Note:
33784 \series default
33785  DVI-files doesn't contain images, they will only be a linked.
33786 \end_layout
33787
33788 \end_inset
33789
33790  So don't forget this, if you move your 
33791 \family typewriter
33792 .dvi
33793 \family default
33794  file to another computer.
33795  This property can also slow down your computer when you view the DVI.
33796  Because the DVI-viewer has to convert the image in the background to make
33797  it visible when you scroll in the DVI.
33798  So we recommend to use PDF for files with many images.
33799 \end_layout
33800
33801 \begin_layout Standard
33802 You can export your document to DVI by using the menu 
33803 \family sans
33804 File\SpecialChar \menuseparator
33805 Export\SpecialChar \menuseparator
33806 DVI
33807 \family default
33808 .
33809  You can view your document as DVI via the 
33810 \family sans
33811 View
33812 \family default
33813  menu or by using the toolbar button 
33814 \begin_inset Graphics
33815         filename ../images/buffer-view_dvi.png
33816         scale 85
33817         scaleBeforeRotation
33818
33819 \end_inset
33820
33821 .
33822 \end_layout
33823
33824 \begin_layout Section
33825 PostScript
33826 \begin_inset CommandInset label
33827 LatexCommand label
33828 name "sec:PostScript"
33829
33830 \end_inset
33831
33832
33833 \begin_inset Index
33834 status collapsed
33835
33836 \begin_layout Plain Layout
33837 File Formats ! PostScript
33838 \end_layout
33839
33840 \end_inset
33841
33842
33843 \begin_inset Index
33844 status collapsed
33845
33846 \begin_layout Plain Layout
33847 PostScript|see
33848 \begin_inset ERT
33849 status collapsed
33850
33851 \begin_layout Plain Layout
33852
33853 {
33854 \end_layout
33855
33856 \end_inset
33857
33858 File Formats
33859 \begin_inset ERT
33860 status collapsed
33861
33862 \begin_layout Plain Layout
33863
33864 }
33865 \end_layout
33866
33867 \end_inset
33868
33869
33870 \end_layout
33871
33872 \end_inset
33873
33874
33875 \end_layout
33876
33877 \begin_layout Standard
33878 This file type has the extension 
33879 \begin_inset Quotes eld
33880 \end_inset
33881
33882
33883 \family typewriter
33884 .ps
33885 \family default
33886
33887 \begin_inset Quotes erd
33888 \end_inset
33889
33890 .
33891  PostScript was developed by the company 
33892 \family typewriter
33893 Adobe
33894 \family default
33895  as printer language.
33896  The file contains therefore commands that the printer uses to print the
33897  file.
33898  PostScript can be seen as 
33899 \begin_inset Quotes eld
33900 \end_inset
33901
33902 programming language
33903 \begin_inset Quotes erd
33904 \end_inset
33905
33906 ; you can calculate with it and draw diagrams and images
33907 \begin_inset Foot
33908 status collapsed
33909
33910 \begin_layout Plain Layout
33911 If you are interested to learn more about this, have a look at the LaTeX-package
33912  
33913 \series bold
33914 PSTricks
33915 \series default
33916  
33917 \begin_inset CommandInset citation
33918 LatexCommand cite
33919 key "pstricks"
33920
33921 \end_inset
33922
33923 .
33924 \end_layout
33925
33926 \end_inset
33927
33928 .
33929  Due to this ability, the files are often bigger than PDFs.
33930 \end_layout
33931
33932 \begin_layout Standard
33933 PostScript can only contain images in the format 
33934 \begin_inset Quotes eld
33935 \end_inset
33936
33937 Encapsulated PostScript
33938 \begin_inset Quotes erd
33939 \end_inset
33940
33941  (EPS, file extension 
33942 \begin_inset Quotes eld
33943 \end_inset
33944
33945
33946 \family typewriter
33947 .eps
33948 \family default
33949
33950 \begin_inset Quotes erd
33951 \end_inset
33952
33953 ).
33954  As LyX allows you to use any known image format in your document, it has
33955  to convert images in the background to EPS.
33956  If you have e.g 50 images in your document, LyX has to do 50 conversions
33957  whenever you view or export your document.
33958  This will slow down your work flow with LyX drastically.
33959  So if you plan to use PostScript, you can insert your images directly as
33960  EPS to avoid this problem.
33961 \end_layout
33962
33963 \begin_layout Standard
33964 You can export your document to PostScript using the menu 
33965 \family sans
33966 File\SpecialChar \menuseparator
33967 Export\SpecialChar \menuseparator
33968 Postscript
33969 \family default
33970 .
33971  You can view your document as PostScript via the 
33972 \family sans
33973 View
33974 \family default
33975  menu or by using the toolbar button 
33976 \begin_inset Graphics
33977         filename ../images/buffer-view_ps.png
33978         scale 85
33979         scaleBeforeRotation
33980
33981 \end_inset
33982
33983 .
33984 \end_layout
33985
33986 \begin_layout Section
33987 PDF
33988 \begin_inset Index
33989 status collapsed
33990
33991 \begin_layout Plain Layout
33992 File Formats ! PDF
33993 \end_layout
33994
33995 \end_inset
33996
33997
33998 \begin_inset Index
33999 status collapsed
34000
34001 \begin_layout Plain Layout
34002 PDF
34003 \end_layout
34004
34005 \end_inset
34006
34007
34008 \end_layout
34009
34010 \begin_layout Standard
34011 This file type has the extension 
34012 \begin_inset Quotes eld
34013 \end_inset
34014
34015
34016 \family typewriter
34017 .pdf
34018 \family default
34019
34020 \begin_inset Quotes erd
34021 \end_inset
34022
34023 .
34024  The 
34025 \begin_inset Quotes eld
34026 \end_inset
34027
34028 Portable Document Format
34029 \begin_inset Quotes erd
34030 \end_inset
34031
34032  (PDF) is developed by 
34033 \family typewriter
34034 Adobe
34035 \family default
34036  as derivative from PostScript.
34037  It is more compressed and it uses much less commands than PostScript.
34038  As the name 
34039 \begin_inset Quotes eld
34040 \end_inset
34041
34042 portable
34043 \begin_inset Quotes erd
34044 \end_inset
34045
34046  implies, it can be processed at any computer system and the printed output
34047  looks exactly the same.
34048 \end_layout
34049
34050 \begin_layout Standard
34051 PDF can contain images in its own PDF format, in the format 
34052 \begin_inset Quotes eld
34053 \end_inset
34054
34055 Joint Photographic Experts Group
34056 \begin_inset Quotes erd
34057 \end_inset
34058
34059  (JPG, file extension 
34060 \begin_inset Quotes eld
34061 \end_inset
34062
34063
34064 \family typewriter
34065 .jpg
34066 \family default
34067
34068 \begin_inset Quotes erd
34069 \end_inset
34070
34071  or 
34072 \begin_inset Quotes eld
34073 \end_inset
34074
34075
34076 \family typewriter
34077 .jpeg
34078 \family default
34079
34080 \begin_inset Quotes erd
34081 \end_inset
34082
34083 ), and in the format 
34084 \begin_inset Quotes eld
34085 \end_inset
34086
34087 Portable Network Graphics
34088 \begin_inset Quotes erd
34089 \end_inset
34090
34091  (PNG, file extension 
34092 \begin_inset Quotes eld
34093 \end_inset
34094
34095
34096 \family typewriter
34097 .png
34098 \family default
34099
34100 \begin_inset Quotes erd
34101 \end_inset
34102
34103 ).
34104  Nevertheless you can use any other image format, because LyX converts them
34105  in the background to one of these formats.
34106  But as described in the section about PostScript, the image conversion
34107  will slow down your work flow.
34108  So it is recommended to use images in one of the three mentioned formats.
34109 \end_layout
34110
34111 \begin_layout Standard
34112 You can export your document to PDF via the menu 
34113 \family sans
34114 File\SpecialChar \menuseparator
34115 Export
34116 \family default
34117  in three different ways:
34118 \end_layout
34119
34120 \begin_layout Description
34121 PDF
34122 \begin_inset space ~
34123 \end_inset
34124
34125 (ps2pdf) This uses the program 
34126 \family typewriter
34127 ps2pdf
34128 \family default
34129  that creates a PDF from a PostScript-version of your file.
34130  The PostScript-version is produced by the program 
34131 \family typewriter
34132 dvips
34133 \family default
34134  which uses a DVI-version as intermediate step.
34135  So this export variant consist of three conversions.
34136 \end_layout
34137
34138 \begin_layout Description
34139 PDF
34140 \begin_inset space ~
34141 \end_inset
34142
34143 (dvipdfm) This uses the program 
34144 \family typewriter
34145 dvipdfm
34146 \family default
34147  that converts your file in the background to DVI and in a second step to
34148  PDF.
34149 \end_layout
34150
34151 \begin_layout Description
34152 PDF
34153 \begin_inset space ~
34154 \end_inset
34155
34156 (pdflatex) This uses the program 
34157 \family typewriter
34158 pdftex
34159 \family default
34160  that converts your file directly to PDF.
34161 \end_layout
34162
34163 \begin_layout Standard
34164 It is recommended to use 
34165 \family sans
34166 PDF
34167 \begin_inset space ~
34168 \end_inset
34169
34170 (pdflatex)
34171 \family default
34172  because 
34173 \family typewriter
34174 pdftex
34175 \family default
34176  supports all features of actual PDF-versions, is quick and works stable
34177  without problems.
34178  The program 
34179 \family typewriter
34180 dvipdfm
34181 \family default
34182  is not under development and therefore a bit outdated.
34183 \end_layout
34184
34185 \begin_layout Standard
34186 You can view your document as PDF via the 
34187 \family sans
34188 View
34189 \family default
34190  menu or by using the toolbar button 
34191 \begin_inset Graphics
34192         filename ../images/buffer-view_pdf2.png
34193         scale 85
34194         scaleBeforeRotation
34195
34196 \end_inset
34197
34198  
34199 \family sans
34200 (
34201 \family default
34202 that uses 
34203 \family sans
34204 PDF
34205 \begin_inset space ~
34206 \end_inset
34207
34208 (pdflatex)
34209 \family default
34210 ).
34211 \end_layout
34212
34213 \begin_layout Chapter
34214 Explanation of Equation
34215 \begin_inset space ~
34216 \end_inset
34217
34218
34219 \begin_inset CommandInset ref
34220 LatexCommand eqref
34221 reference "eq:Wgn"
34222
34223 \end_inset
34224
34225
34226 \begin_inset CommandInset label
34227 LatexCommand label
34228 name "cha:Explanation-of-Equation"
34229
34230 \end_inset
34231
34232
34233 \end_layout
34234
34235 \begin_layout Standard
34236 The total width of 
34237 \emph on
34238 n
34239 \emph default
34240  table cells 
34241 \begin_inset Formula $W_{\mathrm{tot\, n}}$
34242 \end_inset
34243
34244  can be calculated to
34245 \end_layout
34246
34247 \begin_layout Standard
34248 \begin_inset Formula \begin{equation}
34249 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}
34250
34251 \end_inset
34252
34253
34254 \end_layout
34255
34256 \begin_layout Standard
34257 Where 
34258 \begin_inset Formula $W_{g\, n}$
34259 \end_inset
34260
34261  is the given width of all cells.
34262  
34263 \series bold
34264
34265 \backslash
34266 tabcolsep
34267 \series default
34268  is the LaTeX-length between the cell text and the cell border, its default
34269  value is 6
34270 \begin_inset space \thinspace{}
34271 \end_inset
34272
34273 pt.
34274  
34275 \series bold
34276
34277 \backslash
34278 arrayrulewidth
34279 \series default
34280  is the thickness of the cell border line, the default is 0.4
34281 \begin_inset space \thinspace{}
34282 \end_inset
34283
34284 pt.
34285 \end_layout
34286
34287 \begin_layout Standard
34288 Following equation
34289 \begin_inset space ~
34290 \end_inset
34291
34292
34293 \begin_inset CommandInset ref
34294 LatexCommand eqref
34295 reference "eq:Wtot_n"
34296
34297 \end_inset
34298
34299 , the total width of a multicolumn 
34300 \begin_inset Formula $W_{\mathrm{tot\, mult}}$
34301 \end_inset
34302
34303  is
34304 \end_layout
34305
34306 \begin_layout Standard
34307 \begin_inset Formula \begin{equation}
34308 W_{\mathrm{tot\, mult}}=W_{g\,\mathrm{mult}}+2\cdot\backslash\mbox{tabcolsep}+2\cdot\backslash\mbox{arrayrulewidth}\label{eq:Wtot_mult}\end{equation}
34309
34310 \end_inset
34311
34312
34313 \end_layout
34314
34315 \begin_layout Standard
34316 By setting equation
34317 \begin_inset space ~
34318 \end_inset
34319
34320
34321 \begin_inset CommandInset ref
34322 LatexCommand eqref
34323 reference "eq:Wtot_n"
34324
34325 \end_inset
34326
34327  and 
34328 \begin_inset CommandInset ref
34329 LatexCommand eqref
34330 reference "eq:Wtot_mult"
34331
34332 \end_inset
34333
34334  equal we can calculate the needed given width 
34335 \begin_inset Formula $W_{g\, n}$
34336 \end_inset
34337
34338  when 
34339 \emph on
34340 n
34341 \emph default
34342  columns are spanned, so that each column has a total width of 
34343 \begin_inset Formula $W_{\mathrm{tot\, mult}}/n$
34344 \end_inset
34345
34346 :
34347 \end_layout
34348
34349 \begin_layout Standard
34350 \begin_inset Formula \begin{equation}
34351 W_{g\, n}=(W_{g\,\mathrm{mult}}+(1-n)\cdot(2\cdot\backslash\mbox{tabcolsep}+\backslash\mbox{arrayrulewidth}))/n\end{equation}
34352
34353 \end_inset
34354
34355
34356 \end_layout
34357
34358 \begin_layout Bibliography
34359 \begin_inset CommandInset bibitem
34360 LatexCommand bibitem
34361 key "latexcompanion"
34362
34363 \end_inset
34364
34365 Frank Mittelbach and Michel Goossens: 
34366 \emph on
34367 The LaTeX Companion Second Edition.
34368
34369 \emph default
34370  Addison-Wesley, 2004
34371 \end_layout
34372
34373 \begin_layout Bibliography
34374 \begin_inset CommandInset bibitem
34375 LatexCommand bibitem
34376 key "latexguide"
34377
34378 \end_inset
34379
34380 Helmut Kopka and Patrick W.
34381  Daly: 
34382 \emph on
34383 A Guide to LaTeX Fourth Edition.
34384
34385 \emph default
34386  Addison-Wesley, 2003
34387 \end_layout
34388
34389 \begin_layout Bibliography
34390 \begin_inset CommandInset bibitem
34391 LatexCommand bibitem
34392 key "latexbook"
34393
34394 \end_inset
34395
34396 Leslie Lamport: 
34397 \emph on
34398 LaTeX: A Document Preparation System.
34399
34400 \emph default
34401  Addison-Wesley, second edition, 1994
34402 \end_layout
34403
34404 \begin_layout Bibliography
34405 \begin_inset CommandInset bibitem
34406 LatexCommand bibitem
34407 key "booktabs"
34408
34409 \end_inset
34410
34411 Documentation of the LaTeX-package 
34412 \series bold
34413
34414 \begin_inset CommandInset href
34415 LatexCommand href
34416 name "booktabs"
34417 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/booktabs/booktabs.pdf"
34418
34419 \end_inset
34420
34421
34422 \series default
34423
34424 \begin_inset Index
34425 status collapsed
34426
34427 \begin_layout Plain Layout
34428 LaTeX-packages ! booktabs
34429 \end_layout
34430
34431 \end_inset
34432
34433
34434 \end_layout
34435
34436 \begin_layout Bibliography
34437 \begin_inset CommandInset bibitem
34438 LatexCommand bibitem
34439 key "caption"
34440
34441 \end_inset
34442
34443 Documentation of the LaTeX-package 
34444 \series bold
34445
34446 \begin_inset CommandInset href
34447 LatexCommand href
34448 name "caption"
34449 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/caption/caption.pdf"
34450
34451 \end_inset
34452
34453
34454 \series default
34455
34456 \begin_inset Index
34457 status collapsed
34458
34459 \begin_layout Plain Layout
34460 LaTeX-packages ! caption
34461 \end_layout
34462
34463 \end_inset
34464
34465
34466 \end_layout
34467
34468 \begin_layout Bibliography
34469 \begin_inset CommandInset bibitem
34470 LatexCommand bibitem
34471 key "endfloat"
34472
34473 \end_inset
34474
34475 Documentation of the LaTeX-package 
34476 \series bold
34477
34478 \begin_inset CommandInset href
34479 LatexCommand href
34480 name "endfloat"
34481 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/endfloat/endfloat.pdf"
34482
34483 \end_inset
34484
34485
34486 \series default
34487
34488 \begin_inset Index
34489 status collapsed
34490
34491 \begin_layout Plain Layout
34492 LaTeX-packages ! endfloat
34493 \end_layout
34494
34495 \end_inset
34496
34497
34498 \end_layout
34499
34500 \begin_layout Bibliography
34501 \begin_inset CommandInset bibitem
34502 LatexCommand bibitem
34503 key "wrapfig"
34504
34505 \end_inset
34506
34507 Documentation of the LaTeX-package 
34508 \series bold
34509
34510 \begin_inset CommandInset href
34511 LatexCommand href
34512 name "wrapfig"
34513 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/wrapfig/wrapfig.sty"
34514
34515 \end_inset
34516
34517
34518 \series default
34519
34520 \begin_inset Index
34521 status collapsed
34522
34523 \begin_layout Plain Layout
34524 LaTeX-packages ! wrapfig
34525 \begin_inset ERT
34526 status collapsed
34527
34528 \begin_layout Plain Layout
34529
34530
34531 \backslash
34532 vspace{4mm}
34533 \end_layout
34534
34535 \end_inset
34536
34537
34538 \end_layout
34539
34540 \end_inset
34541
34542
34543 \end_layout
34544
34545 \begin_layout Bibliography
34546 \begin_inset CommandInset bibitem
34547 LatexCommand bibitem
34548 key "footmisc"
34549
34550 \end_inset
34551
34552 Documentation of the LaTeX-package 
34553 \series bold
34554
34555 \begin_inset CommandInset href
34556 LatexCommand href
34557 name "footmisc"
34558 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/footmisc/footmisc.pdf"
34559
34560 \end_inset
34561
34562
34563 \series default
34564
34565 \begin_inset Index
34566 status collapsed
34567
34568 \begin_layout Plain Layout
34569 LaTeX-packages ! footmisc
34570 \end_layout
34571
34572 \end_inset
34573
34574
34575 \end_layout
34576
34577 \begin_layout Bibliography
34578 \begin_inset CommandInset bibitem
34579 LatexCommand bibitem
34580 key "hypcap"
34581
34582 \end_inset
34583
34584 Documentation of the LaTeX-package 
34585 \series bold
34586
34587 \begin_inset CommandInset href
34588 LatexCommand href
34589 name "hypcap"
34590 target "http://www.ctan.org/tex-archive/macros/latex/contrib/oberdiek/hypcap.pdf"
34591
34592 \end_inset
34593
34594
34595 \series default
34596
34597 \begin_inset Index
34598 status collapsed
34599
34600 \begin_layout Plain Layout
34601 LaTeX-packages ! hyperref
34602 \end_layout
34603
34604 \end_inset
34605
34606
34607 \end_layout
34608
34609 \begin_layout Bibliography
34610 \begin_inset CommandInset bibitem
34611 LatexCommand bibitem
34612 key "hyperref"
34613
34614 \end_inset
34615
34616 Documentation of the LaTeX-package 
34617 \series bold
34618
34619 \begin_inset CommandInset href
34620 LatexCommand href
34621 name "hyperref"
34622 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/hyperref/hyperref.pdf"
34623
34624 \end_inset
34625
34626
34627 \series default
34628
34629 \begin_inset Index
34630 status collapsed
34631
34632 \begin_layout Plain Layout
34633 LaTeX-packages ! hyperref
34634 \end_layout
34635
34636 \end_inset
34637
34638
34639 \end_layout
34640
34641 \begin_layout Bibliography
34642 \begin_inset CommandInset bibitem
34643 LatexCommand bibitem
34644 key "KOMA-script"
34645
34646 \end_inset
34647
34648 Documentation of the LaTeX-package 
34649 \series bold
34650
34651 \begin_inset CommandInset href
34652 LatexCommand href
34653 name "KOMA-script"
34654 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf"
34655
34656 \end_inset
34657
34658
34659 \series default
34660
34661 \begin_inset Index
34662 status collapsed
34663
34664 \begin_layout Plain Layout
34665 LaTeX-packages ! KOMA-script
34666 \end_layout
34667
34668 \end_inset
34669
34670
34671 \end_layout
34672
34673 \begin_layout Bibliography
34674 \begin_inset CommandInset bibitem
34675 LatexCommand bibitem
34676 key "listings"
34677
34678 \end_inset
34679
34680 Documentation of the LaTeX-package 
34681 \series bold
34682
34683 \begin_inset CommandInset href
34684 LatexCommand href
34685 name "listings"
34686 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/listings/listings.pdf"
34687
34688 \end_inset
34689
34690
34691 \series default
34692
34693 \begin_inset Index
34694 status collapsed
34695
34696 \begin_layout Plain Layout
34697 LaTeX-packages ! listings
34698 \end_layout
34699
34700 \end_inset
34701
34702
34703 \end_layout
34704
34705 \begin_layout Bibliography
34706 \begin_inset CommandInset bibitem
34707 LatexCommand bibitem
34708 key "marginnote"
34709
34710 \end_inset
34711
34712 Documentation of the LaTeX-package 
34713 \series bold
34714
34715 \begin_inset CommandInset href
34716 LatexCommand href
34717 name "marginnote"
34718 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/marginnote/marginnote.pdf"
34719
34720 \end_inset
34721
34722
34723 \series default
34724
34725 \begin_inset Index
34726 status collapsed
34727
34728 \begin_layout Plain Layout
34729 LaTeX-packages ! marginnote
34730 \end_layout
34731
34732 \end_inset
34733
34734
34735 \end_layout
34736
34737 \begin_layout Bibliography
34738 \begin_inset CommandInset bibitem
34739 LatexCommand bibitem
34740 key "pstricks"
34741
34742 \end_inset
34743
34744 Web page of the LaTeX-package 
34745 \series bold
34746
34747 \begin_inset CommandInset href
34748 LatexCommand href
34749 name "PSTricks"
34750 target "http://tug.org/PSTricks/"
34751
34752 \end_inset
34753
34754
34755 \series default
34756
34757 \begin_inset Index
34758 status collapsed
34759
34760 \begin_layout Plain Layout
34761 LaTeX-packages ! PSTricks
34762 \end_layout
34763
34764 \end_inset
34765
34766
34767 \end_layout
34768
34769 \begin_layout Bibliography
34770 \begin_inset CommandInset bibitem
34771 LatexCommand bibitem
34772 key "sidecap"
34773
34774 \end_inset
34775
34776 Documentation of the LaTeX-package 
34777 \series bold
34778
34779 \begin_inset CommandInset href
34780 LatexCommand href
34781 name "sidecap"
34782 target "ftp://tug.ctan.org/pub/tex-archive/macros/latex/contrib/sidecap/sidecap.pdf"
34783
34784 \end_inset
34785
34786
34787 \series default
34788
34789 \begin_inset Index
34790 status collapsed
34791
34792 \begin_layout Plain Layout
34793 LaTeX-packages ! sidecap
34794 \end_layout
34795
34796 \end_inset
34797
34798
34799 \end_layout
34800
34801 \begin_layout Bibliography
34802 \begin_inset CommandInset bibitem
34803 LatexCommand bibitem
34804 key "NewInLyX16"
34805
34806 \end_inset
34807
34808
34809 \begin_inset CommandInset href
34810 LatexCommand href
34811 name "Wiki page"
34812 target "http://wiki.lyx.org/LyX/NewInLyX16"
34813
34814 \end_inset
34815
34816  about new features in 
34817 \family sans
34818 LyX 1.6.0
34819 \family default
34820 .
34821 \end_layout
34822
34823 \begin_layout Standard
34824 \begin_inset CommandInset index_print
34825 LatexCommand printindex
34826
34827 \end_inset
34828
34829
34830 \end_layout
34831
34832 \begin_layout Standard
34833 \begin_inset FloatList figure
34834
34835 \end_inset
34836
34837
34838 \end_layout
34839
34840 \begin_layout Standard
34841 \begin_inset FloatList table
34842
34843 \end_inset
34844
34845
34846 \end_layout
34847
34848 \begin_layout Standard
34849 \begin_inset FloatList algorithm
34850
34851 \end_inset
34852
34853
34854 \end_layout
34855
34856 \end_body
34857 \end_document